/*
Theme Name: Grand Xport
Author: Roshail Ansar
Author URI: https://wordpress.org/
Version: 1.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/

/*Font Family*/
@font-face {font-family: 'Trajan Pro 3'; src: url('fonts/Trajan-Pro-3.woff2') format('woff2'), url('fonts/Trajan-Pro-3.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face {font-family: 'Trajan Pro Bold'; src: url('fonts/Trajan-Pro-Bold.woff2') format('woff2'), url('fonts/Trajan-Pro-Bold.woff') format('woff'); font-weight: 700; font-style: normal; }

html body, input, textarea, .page-title span, .pingback a.url {font-family: "Poppins", sans-serif; }
body {background: #fff; }
body, input, textarea {color: #303030; font-size: 12px; line-height: 18px; }
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}

/* header{ padding:20px 0;} */
nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}

html {scroll-behavior: smooth;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

.footer{ margin:40px 0 20px;}
#back-top > a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;left: -50px;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #F5C17F url(images/arrow.png) no-repeat center center;border: 1px solid #F5C17F;width: 45px;height: 45px;border-radius: 6px;transform: rotate(0deg);cursor: pointer;transition: all 0.3s ease;outline: none !important;}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {right: -50px;left: auto;transform: rotate(180deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{    max-width:100px;    margin:10px 0;  border-radius:100%; height:auto;    display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
/* .tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   } */

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}
.set{position: relative;width: 100%;height: auto;background-color: #f5f5f5;}
.set > a{display: block;padding: 10px 15px;text-decoration: none;color: #555;font-weight: 600;border-bottom: 1px solid #ddd;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;}
.set > a.active{background-color:#3399cc;color: #fff;}
.set > a:before{ background:url(images/arrow1.png) no-repeat; float:right; content:"";height: 8px;    margin: 6px 0 0;    width: 15px;}
.set > a.active:before{filter: invert(100%);    transform: rotate(180deg);  }
.accordion-container .content{position:relative;width: 100%;height: auto;background-color: #fff;border-bottom: 1px solid #ddd;display:none;}
.accordion-container .content p{padding: 10px 15px;margin: 0;color: #333;}
/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{ height:150px; width:100%; display:table; color:#fff;}
.inner-banner h2{ margin:0; display:table-cell; vertical-align:middle; padding:10px;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */
.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
/* .menu-header {background: #303030;}
.menu-header > ul > li { display:inline-block;} */
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right; }
.menu-header > ul > li > a {font-size: 16px;letter-spacing: 1px;color: #191919;font-weight: 500;/* line-height: 75px; */transition: all 0.3s linear;}
.menu-header > ul > li:first-child > a{padding-left: 0;}
.menu-header > ul > li:last-child > a{padding-right: 0;}
.menu-header > ul > li:hover > a {color: #FECA84;}

.menu-header > ul > li.menu-item-has-children.has-sub{position: relative;}
.menu-header > ul > li.menu-item-has-children.has-sub::after{position: absolute;content: '\f107';font-family: 'FontAwesome';font-size: 16px;top: 0;right: 0;color: #313A3F;transition: all 0.25s linear;}
.menu-header > ul > li.menu-item-has-children.has-sub:hover::after{transform: rotate(180deg);}
.menu-header ul ul{display: block; z-index: 999999;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition : all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
/*.menu-header  ul  ul::before {border-color: transparent transparent #000; border-style: solid; border-width: 10px; content: ""; left: 20px; position: absolute; top: -20px; }*/
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;padding: 0;}
.menu-header li:hover > ul {left: auto;top: 18.5px;box-shadow: 0 0 4px rgba(0,0,0,.2);/* box-shadow: 0px 4px 0px 4px rgba(0, 0, 0, 0.05); */background: #191919;padding: 20px 10px;border-radius: 16px;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}

.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 10px 15px;width: 180px;font-size: 12px;text-decoration: none;color: #FECA84;font-weight: 400;background: transparent;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;/* padding: 0; */}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 767px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: none !important;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 767px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}    
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute; height: 2px;width: 100%;background: #fff;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 767px) {

main{ padding:0px;}
.logo{ text-align:center;}  
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}

/*###################################################################################################*/

/*###############################################*/
                /*Global*/
/*###############################################*/
/*html body {overflow-x: hidden;}*/
h1, .h1, h2, .h2, h3, .h3{margin: 0;}
h4, .h4, h5, .h5, h6, .h6{margin: 0;}
p{padding: 0; margin: 0;}
a{text-decoration: none !important;}
ul{padding: 0;}
li{list-style: none !important;}
/*Selection*/
/* ::selection { background: #ffffff00; color: #010101; text-shadow: none; } */
body::-webkit-scrollbar {width:7px; background-color: #191919;}
body::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display:none;}
body::-webkit-scrollbar-track-piece { -webkit-box-shadow: inset 0 0 6px #F5C17F; background-color: #F5C17F;}
body::-webkit-scrollbar-thumb:vertical {border-radius: 10px; -webkit-box-shadow: inset 0 0 6px #191919;background-color: #191919;}
/*[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}*/
#back-top span{color: #fff; transition: all 0.3s linear;}
#back-top span:hover{transform: scale(1.1);}
@media screen and (min-width: 1440px){
	.container {max-width: 1440px; }
}
/*###############################################*/
                /*404*/
/*###############################################*/
.gdl-page-404{background: #191919;padding: 250px 0;}
.message-box-wrapper-404 {/* padding: 50px 0; */text-align: center;}
.message-box-wrapper-404 .message-box-title-404 span {background: transparent linear-gradient(97deg, #FECA84 0%, #F8C47F 0%, #B47B45 100%) 0% 0%;color: #fff;display: inline-block;font-size: 250px;line-height: 220px;margin: 0 5px 0 0;padding: 20px;}
.message-box-wrapper-404 .message-box-title-404 span:nth-child(2n) {background: #FECA84;}
.message-box-wrapper-404 .message-box-title-404 span:last-child {margin: 0; }
.message-box-wrapper-404 .message-box-content-404 {font-size: 23px;margin: 50px 0 0;line-height: normal;font-family: inherit;color: #fff;font-weight: 700;padding-bottom: 25px;}
.message-box-wrapper-404 h2 {font-size: 24px;/* margin: 50px 0 0; */line-height: normal;color: #fff;font-weight: 700;padding-bottom: 25px;}
.message-box-wrapper-404 a {color: #FECA84;}
.message-box-wrapper-404 a:hover {color: #fff;}

/*###############################################*/
                /*Search*/
/*###############################################*/

.searchWrap .searchField form input[type="text"]{margin-top: 25px;}
.searchWrap .searchField form input::placeholder{padding-bottom: 15px;}
.search-pg #content h1{color: #1d1d1d; font-size: 35px; font-weight: 900; position: relative; line-height: 33px; padding-bottom: 60px; text-align: center;}
.search-pg #content p{margin-bottom:20px; text-align: left; color: #333333; font-size: 16px; line-height: 20px; font-size: 16px; font-weight: 700}
.search-pg #content a.ar{width: 112px; height: 36px; background-color: #86ca3e; color: #fff; font-size: 12px; text-align: center; text-decoration: none; display: inline-block; text-transform: uppercase; border: 1px solid #86ca3e; line-height: 36px; border-radius: 30px; text-align: center; display: block; margin-bottom: 15px;}
.search-pg #content a.ar:hover{background: #ffff; color: #000d2c; cursor: pointer; border: 1px solid #86ca3e; -webkit-transition: all 0.4s ease-In-out; -moz-transition: all 0.4s ease-In-out; -o-transition: all 0.4s ease-In-out; transition: all 0.4s ease-In-out;}
.search-pg #content h2 a{color: #1d1d1d; font-size: 28px; font-weight: 900; position: relative; line-height: 33px; }
.search-pg #content h1 span{color: #9d9d9d; text-transform: capitalize;padding-left: 10px;}

/*###############################################*/
                    /*Banner*/
/*###############################################*/
.banner .inner-item > .desc {height: 1024px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.banner .inner-item > .desc .caption{text-align: center;}
.banner .inner-item > .desc .caption h2 {letter-spacing: 4px;text-transform: uppercase;} 
.banner .inner-item > .desc .caption p{padding: 20px 0 0;text-transform: uppercase;font-size: 13px;}

/*###############################################*/
                    /*Header*/
/*###############################################*/
header{background: transparent linear-gradient(263deg, #FECA84 0%, #B47B45 100%);padding: 40px 0 20px;}
.top_bar {}
.top_bar .row{justify-content: space-between;align-items: center;}
.top_bar .top_box{background: #191919;padding: 20px 50px;}
.top_bar .top_box .box_one{}
.top_bar .col-md-5{/* flex: 0 0 42.5%; */ /* max-width: 42.5%; */ }
.top_bar .col-md-5:first-child{padding-left: 0;}
.top_bar .col-md-5:last-child{padding-right: 0;}
.top_bar .col-md-5:first-child .top_box{text-align: right;border-top-right-radius: 50px;border-bottom-right-radius: 50px;}
.top_bar .col-md-5:last-child .top_box{border-top-left-radius: 50px;border-bottom-left-radius: 50px;background: #191919;}
.top_bar .top_box span{}
.top_bar .top_box span i{color: #FECA84;font-weight: 700;font-size: 22px;}
.top_bar .top_box span a{display: inline-block;margin-left: 10px;color: #FECA84;font-size: 14px;transition: all 0.3s linear;}
.top_bar .top_box span a:hover{color: #fff !important; }
.top_bar .col-md-5:first-child .top_box a{pointer-events: none;}
.top_bar .col-md-5:last-child .top_box a{color: #FECA84;}
.top_bar .col-md-5:last-child .top_box i{border: 1px solid #FECA84;padding: 5px;border-radius: 50%;width: 24px;height: 24px;text-align: center;font-size: 12px;}
.top_bar .top_box ul{display: flex;align-items: center;/* justify-content: space-around; */margin: 0;gap: 50px;}
.top_bar .top_box ul > li{}
.header{padding-top: 25px;}
.header .col-md-12{padding: 0;}
.header .nav_bar{}
.header ul{display: flex;align-items: center;justify-content: center;}
.header ul > li{padding: 0px 75px;}
.header ul > li a{}
.header ul > li:last-child{padding-right: 0;}
.header ul > li:first-child{/*padding-left: 0;*/}
/*.header ul > li:last-child a{background: #191919;border: 1px solid #191919;padding: 20px 25px;color: #FECA84;border-radius: 12px;}*/
/*.header ul > li:last-child a:hover{background: transparent; color: #191919;}*/
.header .nav_bar ul > li.menu-item-29 a{font-size: 0 !important; }
.header .nav_bar ul > li.menu-item-29{margin-top: -55px}
header .menu li.current-menu-item a {/*color: #FECA84;*/color: #fff; font-weight: 600;}

/*###############################################*/
                    /*Footer*/
/*###############################################*/
footer{background: transparent linear-gradient(263deg, #FECA84 0%, #B47B45 100%);padding: 50px 0 0;}
footer .row:last-child{justify-content: center;margin-top: 65px;background: #191919;border-top-left-radius: 26px;border-top-right-radius: 26px;padding: 15px 0;}
footer h3{font-size: 18px;font-family: Trajan Pro Bold;color: #191919;letter-spacing: 0.9px;line-height: 28px;margin: 0 0 25px;}
footer .footer_logo, footer .footer_menu, footer .contact_desc, footer .newsletter{font-size: 0;}
footer .footer_logo img{margin: 25px 0 0; }
footer .footer_menu{}
footer .footer_menu ul{}
footer .footer_menu ul > li{}
footer .footer_menu ul > li a{font-size: 18px;color: #191919;line-height: 48px;letter-spacing: 0.8px;transition: all 0.3s linear;}
footer .footer_menu ul > li a:hover{color: #FECA84; }
footer .contact_desc{}
footer .contact_desc ul{}
footer .contact_desc ul > li{}
footer .contact_desc ul > li figure{display: flex; /* align-items: center; */ }
footer .contact_desc ul > li figure:hover i{background: #F5C17F; border: 1px solid #F5C17F;}
footer .contact_desc ul > li figure i{}
footer .contact_desc ul > li figure i{color: #191919;border: 1px solid #191919;/* padding: 10px 0; */border-radius: 50%;width: 40px;height: 50px;font-size: 18px;text-align: center;display: flex;align-items: center;justify-content: center;width: 12%;margin-right: 20px;transition: all 0.3s linear;}
footer .contact_desc ul > li figure figcaption{width: 80%; }
footer .contact_desc ul > li figure figcaption span{display: block;font-size: 18px;line-height: 26px;letter-spacing: 0.9px;color: #191919;margin: 0 0 5px;}
footer .contact_desc ul > li figure figcaption a{display: block;font-size: 17px;line-height: 26px;letter-spacing: 0.9px;color: #191919;transition: all 0.3s linear;}
footer .contact_desc ul > li figure figcaption a:hover{color: #F5C17F; }
footer .newsletter{}
footer .newsletter .gjs-cell{display: flex; justify-content: center; width: 100%; }
footer .newsletter input[type=email]{font-size: 14px;color: #152144;letter-spacing: 0.7px;line-height: 28px;width: 100%;/* text-align: center; */border: 2px solid #152144 !important;background: transparent;border-radius: 10px;border-top-right-radius: 0;border-bottom-right-radius: 0;padding: 0px 10px;box-shadow: none !important;height: 54px;outline: none !important;}
footer .newsletter input[type=submit]{background: #191919;border: 1px solid #191919;color: #fff;font-size: 14px;line-height: 28px;padding: 0 10px;letter-spacing: 0.7px;border-radius: 10px;height: 54px;margin-left: -10px;margin-top: 0;font-weight: 700;text-transform: uppercase; border-top-left-radius: 0; border-bottom-left-radius: 0; cursor:pointer;}
footer .copy_right{}
footer .copy_right p{font-size: 14px;font-weight: 500;line-height: 27px;letter-spacing: 0.7px;color: #F5C17F;}
/*###############################################*/
                    /*Home*/
/*###############################################*/
/*Home Global*/
.home_global{}
.home_global head{}
.home_global desc{}
.home_global h5{font-size: 22px;font-family: 'Trajan Pro 3';font-weight: 700;color: #fff;line-height: 40px;margin: 0 0 5px;}
.home_global h2{font-size: 42px;font-family: 'Trajan Pro 3';font-weight: 700;color: #E6A66E;line-height: 40px;margin: 0 0 15px;}
.home_global p{font-size: 16px;color: #FFFFFF;line-height: 28px;padding: 5px 0;}
.home_global a{font-size: 14px; display: inline-block; transition: all 0.3s linear;}
.home_global a:hover{}
.home_global figure{margin: 0;}
.home_global ul{margin: 0;}
/*Sec 01*/
.home_banner{background: #191919;position: relative;}
.home_banner .main-slider{}
.home_banner .banner_img{height: 900px;display: flex;align-items: center;justify-content: space-around;background-color: #191919 !important;position: relative;}
.home_banner .banner_img::before{content: '';position: absolute;background: #191919;width: 100%;height: 100%;min-height: 900px;opacity: 66%;top: 0;bottom: 0;display: flex;align-items: center;justify-content: center;}
/*.home_banner .banner_img::after{content: '';position: absolute;background: url('https://grandxport.com/wp-content/uploads/2024/03/bg_slider.png') no-repeat center/cover;width: 100%;height: 525px;bottom: -300px;display: flex;align-items: center;justify-content: flex-end;}*/
.home_banner .banner_img .desc{}
.home_banner .banner_img .desc h5{font-size: 30px; font-weight: 600; color: #fff; line-height: 55px; filter: drop-shadow(0px 8px 10px #00000052); text-transform: uppercase; }
.home_banner .banner_img .desc h2{font-size: 55px; font-family: 'Trajan Pro Bold'; color: #fff; filter: drop-shadow(0px 8px 10px #00000052); line-height: 80px; }
.home_banner .banner_img .desc a{font-size: 14px; color: #404040; /* line-height: 70px; */ background: #FECA84; border: 1px solid #FECA84; border-radius: 12px; padding: 15px 35px; margin: 50px 0 0; display: inline-block; transition: all 0.3s linear; }
.home_banner .banner_img .desc a:hover{background: transparent; color: #FECA84;}
.home_banner .slick-dots .slick-active button {background: #FECA84; width: 22px; height: 22px; border: 1px solid #FECA84; margin-right: 0;}
.home_banner .slick-dots button{outline: none !important; margin: 10px 0; width: 15px; height: 15px; margin-right: 3px;}
.home_banner .slick-dots {top: 0;bottom: 0;text-align: center;display: flex !important;flex-direction: column;align-items: flex-end;justify-content: center;right: 50px;width: 45px;}
.home_banner .butn{display: flex;align-items: center;justify-content: center;position: absolute;bottom: -30px;left: 0;right: 0;}
.home_banner .butn a{background: #FECA84;border: 2px solid #FECA84;border-radius: 50%;color: #404040;width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;font-size: 27px;}
.home_banner .butn i{}
.home_banner .butn a:hover{background: transparent; transition: all 0.3s linear; }
/*Sec 2.0*/
.home_sec2 .row{align-items: center;margin-bottom: 50px;}
.home_sec2 .row:last-child{margin-bottom:0;}
.home_sec2 .head{text-align: center;}
/*Sec 02*/
.home_sec02{background: #191919;padding: 100px 0;}
.home_sec02 .row{align-items: center;}
.home_sec02 .head{}
.home_sec02 .head h5{}
.home_sec02 .head h2{}
.home_sec02 .desc{}
.home_sec02 .desc p{font-weight: 300; margin: 25px 0 0; /* max-width: 95%; */ }
.home_sec02 .desc a{border: 1px solid #F5C17F; color: #404040; background: #F5C17F; padding: 10px 35px; border-radius: 12px; line-height: 28px; }
.home_sec02 .desc a:hover{background: transparent; color: #F5C17F;}
.home_sec02 figure{}
.home_sec02 figure img{border-radius: 76px; width: 100%; }
/*Sec 3.0*/
.home_sec3.home_sec03 .boxes figure figcaption{background: #191919; border: 1px solid #E6A66E; margin: 0; padding: 15px 0;}
.home_sec3.home_sec03 .boxes figure figcaption h5{color: #E6A66E; line-height: 26px; margin: 0; text-align: center;}
.home_sec3 .butn{margin: 0; text-align: center; }
.home_sec3 .butn a{border: 1px solid #F5C17F; color: #404040; background: #F5C17F; padding: 10px 38px; border-radius: 12px; line-height: 28px; }
.home_sec3 .butn a:hover{background: transparent; color: #F5C17F; }
/*Sec 03*/
.home_sec03{background: url('https://grandxport.com/wp-content/themes/Grand%20Xport/images/sec03_bg.png') no-repeat center / cover;padding: 60px 0;}
.home_sec03 .head{text-align: center; margin: 0 0 50px; }
.home_sec03 .head h2{}
.home_sec03 .boxes{}
.home_sec03 .boxes figure{transition: all 0.2s linear; }
.home_sec03 .boxes figure:hover{transform: scale(1.02);}
.home_sec03 .boxes figure img.figure_img{border-radius: 20px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;object-fit: cover;object-position: center;height: 215px;width: 100%;}
.home_sec03 .boxes figure figcaption{box-shadow: 0px 5px 39px #00000029;background: #fff;border-radius: 20px; border-top-left-radius: 0; border-top-right-radius: 0; padding: 15px 0 0; margin-top:-5px;}
.home_sec03 .boxes figure figcaption img{display: block;margin-left: auto;padding: 0 20px 0;}
.home_sec03 .boxes figure figcaption h5{font-size: 15px;color: #000000;}
.home_sec03 .boxes figure figcaption p{font-size: 14px;color: #000000;line-height: 24px;margin: 0 0 5px; min-height: 50px;}
.home_sec03 .boxes figure figcaption img, .home_sec03 .boxes figure figcaption h5, .home_sec03 .boxes figure figcaption p{padding: 0 20px 0;}
.home_sec03 .boxes figure figcaption a{display: block;text-align: right;margin-left: auto;background: #E6E3DF;width: 15%;padding: 10px;border-bottom-right-radius: 15px;}
.home_sec03 .boxes figure figcaption i{color: #F9B216;font-size: 22px;font-weight: 700;}
.home_sec03 .boxes figure figcaption a:hover{background: #191919; }
/*Sec 04*/
.home_sec04{background: #191919;padding: 10% 0 100px;margin-top: -8%;}
.home_sec04 figure{}
.home_sec04 figure img{border-radius: 50%; }
.home_sec04 .head{margin: 0 0 50px; }
.home_sec04 .head h5{}
.home_sec04 .head h2{line-height: 50px; }
.home_sec04 .sec_tab{}
.home_sec04 .head, .home_sec04 .sec_tab {margin-left: 50px; }
.home_sec04 .sec_tab ul{display: flex;align-items: center;}
.home_sec04 .sec_tab ul li{}
.home_sec04 .sec_tab ul li.current{border-bottom: 5px solid #E8B371; }
.home_sec04 .sec_tab ul li a{font-size: 18px; font-weight: 600; color: #FFFFFF; line-height: 50px; transition: all 0.3s linear; }
.home_sec04 .sec_tab ul li.current a{/* font-weight: 600; */ color: #E8B371; }
.home_sec04 .sec_tab ul li a:hover{}
.home_sec04 .sec_tab ul li.current a:hover{}
.home_sec04 .tabs-menu li:last-child{margin-left: 75px;}
.home_sec04 .tab-content {display: none;margin: 30px 0;}
.home_sec04 #tab-1 {display: block;}
.home_sec04 .tab {}
.home_sec04 .tab figure{display: flex; align-items: center; }
.home_sec04 .tab figure img{}
.home_sec04 .tab figure figcaption{margin: 0 0 0 25px; }
.home_sec04 .tab figure figcaption p{font-weight: 300; }
.home_sec04 .tab .butn{margin: 40px 0 0 10px; }
.home_sec04 .tab .butn a{border: 1px solid #F5C17F; color: #404040; background: #F5C17F; padding: 10px 38px; border-radius: 12px; line-height: 28px; }
.home_sec04 .tab .butn a:hover{background: transparent; color: #F5C17F; }
/*Sec 05*/
.home_sec05{background: url(https://grandxport.com/wp-content/themes/Grand%20Xport/images/sec05_bg.jpg) no-repeat center /cover;padding: 100px 0;position: relative;}
.home_sec05::before{content: '';position: absolute;background: #191919;width: 100%;height: 100%;opacity: 94%;top: 0;bottom: 0;display: flex;align-items: center;justify-content: center;}
.home_sec05 .head{text-align: center; margin: 0 0 75px; }
.home_sec05 .col-md-3:nth-child(even){margin-top: 100px; }
.home_sec05 .head h5{}
.home_sec05 .head h2{}
.home_sec05 .desc{position: relative; /* overflow: hidden; */ }
.home_sec05 .desc figure{text-align: center; }
.home_sec05 .desc figure img{}
.home_sec05 .desc figure figcaption{margin: 25px 0 0; }
.home_sec05 .desc figure figcaption h5{font-size: 18px; font-weight: 700; }
.home_sec05 .desc figure figcaption p{font-weight: 300;font-size: 14px;}
.home_sec05 .sec_odd .desc:before{top: 95px;right: -58%;transform: rotate(15deg);}
.home_sec05 .desc:before{content: '';position: absolute;width: 100%;height: 0;border: 2px dashed #E6A66E;top: -11px;right: -58%;transform: rotate(-13deg);}
.home_sec05 .col-md-3:last-child .desc:before{display: none !important;} 
.home_sec03 .boxes figure figcaption span a{width: 100%; background: transparent; text-align: initial; padding: 0px 15px 10px; border-radius: 0; color: #F9B216; }
.home_sec03 .boxes figure figcaption span a:hover{background: transparent; color: #E6A66E;}
/*Sec 06*/
.home_sec06{background: #191919;padding: 125px 0;}
.home_sec06 .row:last-child{}
.home_sec06 .head{text-align: center; margin: 0 0 100px; }
.home_sec06 .head h5{}
.home_sec06 .head h2{}
.home_sec06 .desc{display: flex; justify-content: center; }
.home_sec06 .desc figure{display: flex; /* align-items: center; */ }
.home_sec06 .desc figure img{object-fit: contain;object-position: center;}
.home_sec06 .desc figure figcaption{margin: 0 0 0 55px;position: relative;}
.home_sec06 .desc figure figcaption::before{content:'';position: absolute;width: 110px;border: 1px solid #fff;transform: rotate(110deg);left: -80px;top: 30px;}
.home_sec06 .desc figure figcaption span{font-size: 49px; color: #E6A66E; }
.home_sec06 .desc figure figcaption span sup{font-size: 41px; color: #C6C5C4; }
.home_sec06 .desc figure figcaption p{font-size: 20px; color: #C6C5C4; line-height: 30px; }
.home_sec06 .col-md-4:last-child .desc figure figcaption span sup{font-size: 25px; }
.home_sec06 .butn{margin: 100px 0 0; text-align: center; }
.home_sec06 .butn a{border: 1px solid #F5C17F; color: #404040; background: #F5C17F; padding: 10px 38px; border-radius: 12px; line-height: 28px; }
.home_sec06 .butn a:hover{background: transparent; color: #F5C17F; }

.home_sec07{background: url('https://grandxport.com/wp-content/themes/Grand%20Xport/images/sec03_bg.png') no-repeat center / cover;padding: 60px 0;}
.home_sec07 .map{}
.home_sec07 .map iframe{height: 425px;}
.home_sec07 .c_form{}
.home_sec07 .c_form input[type=text], .home_sec07 .c_form input[type=email]{font-size: 16px;color: #030000;font-weight: 300;width: 100%;padding: 15px 20px;border-radius: 25px;}
.home_sec07 .c_form textarea{font-size: 14px;color: #030000;font-weight: 300;width: 100%;padding: 15px 25px;border-radius: 50px;resize: none;height: 100px;}
.home_sec07 .c_form select, .home_sec07 .c_form select option{font-size: 16px;color: #030000;font-weight: 300;width: 100%;padding: 10px 20px;border-radius: 25px;resize: none;height: 100px;}
.home_sec07 .c_form input[type=submit]{background: transparent linear-gradient(90deg, #FECA84 0%, #B47B45 100%) 0% 0% no-repeat padding-box; font-size: 16px; color: #FFFFFF; padding: 12px 0px; border-radius: 25px; transition: all 0.3s linear; width: 30%; margin: 0 auto; cursor: pointer;}
.home_sec07 .c_form input[type=submit]:hover{color: #191919; }
.home_sec07 .c_form select{height: 54px !important;}
.home_sec07 .c_form input, .home_sec07 .c_form textarea, .home_sec07 .c_form select{box-shadow: none !important; border: none !important;}
.home_sec07 .c_form .wpcf7-response-output{color: #fff;}
.home_sec07 .head{text-align: center; margin: 0 0 100px; }
/*###############################################*/
                    /*Banner*/
/*###############################################*/
.inner_banner {height: 615px; display: flex; align-items: center; position: relative; }
.inner_banner::before{content: '';position: absolute;background: #191919;width: 100%;height: 100%;opacity: 66%;top: 0;bottom: 0;display: flex;align-items: center;justify-content: center;}
.inner_banner h5{font-size: 40px; font-family: 'Trajan Pro 3'; font-weight: 700; text-transform: uppercase; color: #FFFFFF; line-height: 40px; }
/*.inner_banner::after{content: '';position: absolute;background: url('https://grandxport.com/wp-content/uploads/2024/03/bg_slider.png') no-repeat center/cover;width: 100%;height: 480px;bottom: -300px;display: flex;align-items: center;justify-content: flex-end;}*/
/*###############################################*/
                    /*About Us*/
/*###############################################*/
.about_sec01{background: #191919; padding: 60px 0 150px }
.about_sec01 .head{text-align: center; margin: 0 0 75px; }
.about_sec01 .head h5{}
.about_sec01 .head h2{}
.about_sec01 figure{text-align: center;}
.about_sec01 figure img{border-radius: 12px; }
.about_sec01 figure figcaption{text-align: center; margin: 25px 0 0; }
.about_sec01 figure figcaption h5{font-size: 18px; font-family: 'Poppins'; font-weight: 600; line-height: 27px; color: #F5C17F; letter-spacing: 0.8px; }
.about_sec1 .row:last-child{margin-top: 100px;}

/*###############################################*/
                    /*Products*/
/*###############################################*/
.page-id-124 .home_sec07, .page-id-285 .home_sec07{background: #191919;}
/*###############################################*/
                    /*Products*/
/*###############################################*/
.home_sec03.product_sec .boxes figure figcaption{padding-top: 35px;}
.home_sec03.product_sec{background: #191919; padding: 100px 0 50px;}
.home_sec03.product_sec .butn{text-align: center;margin: 50px auto 0;}
.home_sec03.product_sec .butn a{border: 1px solid #F5C17F; color: #404040; background: #F5C17F; padding: 10px 35px; border-radius: 12px; line-height: 28px;}
.home_sec03.product_sec .butn a:hover{background: transparent; color: #F5C17F;}
.home_sec03.product_sec .row:nth-child(2){justify-content: center;}
.home_sec03 .boxes {margin: 0 0 50px;}
.home_sec03 .row{justify-content: center;}
/*###############################################*/
                /*Sing;e Product*/
/*###############################################*/
.single_product{background: #191919; padding: 60px 0; }
.single_product .row{align-items: center;}
.single_product figure{}
.single_product figure img{width: 100%; object-fit: cover; object-position: center; }
.single_product .head{}
.single_product .head h5{font-size: 30px; /* font-weight: 500; */ }
.single_product .head p{font-weight: 300;}
.single_product .desc{margin: 50px 0 0; }
.single_product .desc p{}

/*###############################################*/
                /*Contact Us*/
/*###############################################*/
.contact_sec01{background: #191919; padding: 60px 0; }
.contact_sec01 .head{}
.contact_sec01 .head h5{font-size: 32px; }
.contact_sec01 .contact_desc{}
.contact_sec01 .contact_desc ul{}
.contact_sec01 .contact_desc ul > li{margin: 0 0 25px; }
.contact_sec01 .contact_desc ul > li figure{display: flex; align-items: center; }
.contact_sec01 .contact_desc ul > li figure i{background: #F5C17F; border: 1px solid #F5C17F; color: #191919; border-radius: 50%; width: 55px; height: 55px; font-size: 22px; display: flex; align-items: center; justify-content: center; }
.contact_sec01 .contact_desc ul > li figure figcaption{margin: 0 0 0 20px; }
.contact_sec01 .contact_desc ul > li figure figcaption a, .contact_sec01 .contact_desc ul > li figure figcaption p{color: #E6E3DF; font-size: 18px; transition: all 0.3s linear; }
/*.contact_sec01 .contact_desc ul > li:last-child figure i{width: 65px; }*/
.contact_sec01 .contact_desc ul > li figure figcaption a:hover{color: #F5C17F;}
.contact_sec01 .c_form{max-width: 50%; margin: 0 auto; margin-top: 100px;}
.contact_sec01 .c_form h2{text-align: center;}
.contact_sec01 .c_form input[type=text], .contact_sec01 .c_form input[type=email]{font-size: 16px;color: #030000;font-weight: 300;width: 100%;padding: 15px 20px;border-radius: 25px;}
.contact_sec01 .c_form textarea{font-size: 14px;color: #030000;font-weight: 300;width: 100%;padding: 15px 25px;border-radius: 50px;resize: none;height: 100px;}
.contact_sec01 .c_form select, .contact_sec01 .c_form select option{font-size: 16px;color: #030000;font-weight: 300;width: 100%;padding: 10px 20px;border-radius: 25px;resize: none;height: 100px;}
.contact_sec01 .c_form input[type=submit]{background: transparent linear-gradient(90deg, #FECA84 0%, #B47B45 100%) 0% 0% no-repeat padding-box; font-size: 16px; color: #FFFFFF; padding: 12px 0px; border-radius: 25px; transition: all 0.3s linear; width: 30%; margin: 0 auto; cursor: pointer;}
.contact_sec01 .c_form input[type=submit]:hover{color: #191919; }
.contact_sec01 .c_form select{height: 54px !important;}
.contact_sec01 .c_form input, .contact_sec01 .c_form textarea, .contact_sec01 .c_form select{box-shadow: none !important; border: none !important;}
.contact_sec01 .c_form .wpcf7-response-output{color: #fff;}
/*.page-id-17 .header ul > li:last-child a{color: #FECA84;}*/
/*.page-id-17 .header ul > li:last-child a:hover{color: #000;}*/
.contact_sec01 h5{margin-bottom: 25px;}
.contact_sec01 .head .map iframe{height: 250px; border-radius: 16px;}
/*###############################################*/
                /*Our Companies*/
/*###############################################*/
.about_sec01.ourcom_sec figure img {border-radius: 12px; max-height: 450px; object-fit: cover; object-position: center; }
.about_sec01.ourcom_sec figure figcaption p{font-size: 14px;}
.about_sec01.ourcom_sec figure figcaption a{font-size: 14px; font-weight: 600; line-height: 27px; color: #F5C17F;} 
.about_sec01.ourcom_sec figure figcaption a:hover{text-decoration: underline;}

/*###################################################################################################*/