html { font-size: 16px; /*scroll-behavior: smooth;*/ }
* { padding:0px; border: none; margin:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
:before, :after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
ol, ul { padding:0; margin:0; }
ol { padding-left:20px; }
ol li { margin-bottom:5px; }
a { text-decoration:none; /*transition: all 200ms ease 0s;*/ color:#a78155 }
a:hover { text-decoration:none; color:#20295e }
a, button, img, input, span { transition: all 0.3s ease 0s; }
strong { font-weight:700 }
.clear { clear:both; }
.ft-left { float:left; }
.ft-right { float:right; }
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.fullwidth img { width:100%; display:block }
img { max-width: 100%; height: auto; border: none; }
body { margin: 0; padding: 0; background:#fff; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:18px; color:#212121; line-height:1.5; font-weight:400 }
h1, h2, h3, h4, h5, h6 { font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight:600; margin:0 0 10px; color:#212121 }
h1 { font-size:2.25rem; }
h2 { font-size:1.875rem; }
h3 { font-size:1.75rem }
h4 { font-size:1.5rem }
h5 { font-size:1.25rem }
h6 { font-size:16px; }
p {font-family:'Open Sans', Arial, Helvetica, sans-serif;  font-size:18px; color:#212121; line-height:1.5; font-weight:400 }
.btn { font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight:600; font-size:16px; text-transform:uppercase; text-align:center; padding:12px 30px; position: relative; transition: all 0.25s; border:none; min-width:120px; border-radius:30px }
.btn-primary { background:#1a344d; color:#fff; }
.btn-primary:hover { background:#333; color:#fff; }
.btn-warning { background:#a78155; color:#fff; }
.btn-warning:hover { background:#1a344d; color:#fff }
.header .fas,
.header .fa {}
.form-control:focus, .btn.focus, .btn:focus, button:focus { box-shadow: none; outline: none; outline: 0 auto -webkit-focus-ring-color; }
.container-fluid { max-width:1780px; }
#layout { overflow: hidden; }
.header {background: #272c30;
    height: auto;
    width: 100%;
	min-width:100%;
    position:relative;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header-top{padding:15px 0}
.header .container{ display: -ms-flexbox; display: flex; justify-content: space-between; }
.header .top-right { flex:auto; display: flex; justify-content: flex-end; flex-wrap: wrap; position:relative; padding-left:20px; align-items: center; }
.header .col-md-12 { display: flex; flex-flow: wrap; }
.brand-logo { display: flex;align-items: center; height:auto; min-height:121px; position: relative; z-index: 1; padding:20px 0 }
.brand-logo a { display: inline-block; }
.brand-logo img { max-height:125px; }
.header .contact-info {display: flex;align-items: center;justify-content: flex-end; color:#fff; font-size:20px; font-weight:600; position:relative; padding:12px 0}

.header .contact-info ul{ display:flex; list-style:none;align-items: center;} 
.header .contact-info ul li{ margin-left:30px;}  
.header .contact-info ul li.phonenumber{ padding-right:30px; font-weight:600}
.header .contact-info ul li.phonenumber a{color:#fff}
.header .contact-info ul li.phonenumber a:hover{color:#a78155}
.header .contact-info ul li.headerbtn {}
.header .contact-info ul li.headerbtn .btn:hover{background:#fff; color:#1a344d;}

.header .contact-info ul li.social-link{ margin-left:20px; width:auto; height:38px; display:block}
.header .contact-info ul li.social-link a{color:#fff;display: flex;width: 100%;height:38px;justify-content: center;align-items: center;font-size: 35px;} 

.white-header .contact-info ul li.social-link a,
.white-header .contact-info ul li.social-link path{ color:#1a344d;fill:#1a344d;} 

.header .contact-info ul li.social-link a:hover{ color:#a78155;} 
.header .contact-info ul li.social-link a:hover path{fill:#a78155;} 


.white-header .contact-info ul li.headerbtn .btn{ background:#1a344d; }
.white-header .contact-info ul li.headerbtn .btn:hover{background:#a78155; color:#fff}
.header.sticky {  height: auto;}
.white-header.header.sticky { 
   
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}


.is-sticky .brand-logo{padding:10px 0; background:none; position:relative; min-height:1px}
.is-sticky .brand-logo img{max-height:80px;}



/*--------Header End--------------*/



/*--------Navigation Start--------------*/
.nav { width:auto; margin:0px 0 0; padding:0; flex:auto; -ms-flex: auto; }
.menu-primary-menu-container { width:100% }
.nav ul { width:auto; height:100%; margin:0px; padding:0; list-style: none; display: flex; flex-flow: wrap; justify-content: center }
.nav ul li { font-family:'Open Sans', Arial, Helvetica, sans-serif; display:flex; align-items: center; position: relative; transition: all 200ms ease 0s; padding:0 20px; }
.nav ul li.hide{display:none}
.nav ul a { font-size:22px; font-weight:400; padding:16px 0; color:#fff; text-transform:capitalize; position:relative; display:block; line-height: 1.2; }
.nav ul li a:hover { color:#a78155 }
.nav ul li:hover > ul { opacity: 1; visibility: visible; display:block }
.nav ul ul { position: absolute; min-width: 200px; padding:0px; background: #fff; left:20px; right: auto; opacity: 0; visibility: hidden; -webkit-transition: 0.5s; transition: 0.5s; z-index: 99; top: 100%; text-align: left; display:none; height: auto; }
.nav ul li.current-menu-item > a { color:#a78155; }
.nav ul li.current-menu-parent > a { color:#a78155; }
.nav ul ul li { width: 100%; float: none; margin: 0; padding: 0; display: block; transition: all 200ms ease 0s; border-bottom:1px solid rgba(0,0,0,0.12) }
.nav ul ul li:last-child { border:none }
.nav ul ul li a { padding:10px 10px; font-size:18px; color:#000; width:auto; height: auto; line-height: 1.5; display: block; float: none; text-transform: none; text-align:left; font-weight:400; }
.nav ul ul a:hover { background:#a78155; color: #fff; }
.nav ul ul li.current-menu-item a { background:#a78155; color: #fff; }
/*--------Navigation End--------------*/
 .white-header{background:#fff}
  .white-header .nav ul a { color:#212121}
  
/*----------homeBanner Start-------------*/
/*----------homeBanner Start-------------*/

.homeBanner { background-color:#fff; width: 100%; padding:0px; position:relative; overflow:hidden; }
.homeBanner .bannerimg { position:relative }
.homeBanner .bannerimg:before { content:''; background: rgba(0, 0, 0, 0.3); position:absolute; left:0; top:0; width:100%; height:100%; z-index:9 }
.homeBanner .bannerimg img { width:100%; display:block; min-height:330px; object-fit: cover; }
.homeBanner .banner-info { position:absolute; top:60%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); left:0; width:100%; z-index:9; text-align:left;color:#fff }
.homeBanner .banner-info .container{overflow:hidden}
.homeBanner .banner-info .textbox { -webkit-animation-duration: 3s; animation-duration:3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: visible; backface-visibility: visible; }
.homeBanner .owl-carousel .owl-item.active .banner-info .textbox{ -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft }


.homeBanner .banner-info h2 { font-size:2.25rem; font-weight:900; color:#fff; text-transform:uppercase }
.homeBanner .banner-info h2 strong{ color:#a78155; font-weight:900;}
.homeBanner .banner-info p{color:#fff}
.homeBanner .banner-info .action { padding-top:10px; display:flex }
.homeBanner .banner-info .btn { font-size:18px; font-weight:700; padding:12px 25px; min-width:195px; margin-right:10px; }
.homeBanner .banner-info .btn:hover{ background:#fff; color:#20295e}


.homeBanner .owl-carousel .owl-nav { margin:0 }
.homeBanner .owl-carousel .owl-nav button span { display:none }
.homeBanner .owl-carousel .owl-nav button{display: block;position: absolute;width:24px;height:24px;background: transparent;border-top: 2px solid #fff;border-left: 2px solid #fff;transition: all 250ms ease-in-out;text-decoration: none;
color: transparent;top:50%;border-radius:0px; }
.homeBanner .owl-carousel .owl-nav .owl-prev { left: 20px;transform: rotate(-45deg); }
.homeBanner .owl-carousel .owl-nav .owl-next { right: 20px;transform: rotate(135deg); }
.homeBanner .owl-carousel .owl-nav button:hover{background: transparent; border-color:#a78155}
/*----------homeBanner End-------------*/

.testimonialsec{}
.testimonialsec h4.authorname{ color:#fff}
.testimonialsec h4.posttitle{ color:#fff; text-align:right; display:block;}
.testimonialsec p{ color:#fff;    font-size: 22px;} 
.testimonialsec .owl-theme .owl-dots .owl-dot{background: transparent !important}
.testimonialsec .owl-theme .owl-dots .owl-dot span{ background:#fff; opacity:0.8; margin:5px;}
.testimonialsec .owl-theme .owl-dots .owl-dot.active span{background:#fff; opacity:1}
/*-----------*/
.secpadd { padding:60px 0 }
.video-row  {}
.video-row p{ font-size:20px; color:#fff;}

/*---------------------*/

.newsletter-form{}


.newsletter-form .form-row{margin:0}
.newsletter-form .form-row > [class*="col-"] { padding:0; margin-bottom:15px;}

.newsletter-form .form-row .form-control{ height:45px;  color:#212121; background:#d9d9d9; border:none;border-radius: 12px;padding: 0 20px;}



.newsletter-form .btn-row{ text-align:center; position:relative}
.newsletter-form .btn-row .wpcf7-spinner{position:absolute}


.font-size-16 p{font-size:16px;}

.reviewcol{align-self:flex-start !important; text-align: center;}
.reviewcol .elementor-element-populated{min-height:430px;}
.reviewcol .elementor-widget-testimonial-carousel .swiper-slide{ padding:0}
.reviewcol .elementor-widget-testimonial-carousel .elementor-testimonial__text{ font-style: normal;}
.reviewcol .elementor-testimonial__text strong{display:block;    font-style: normal;}
.reviewcol .elementor-testimonial__footer{justify-content:flex-end !important ;}
.reviewcol .testimonialsec h4,
.reviewcol .testimonialsec p{font-size:18px; text-align: center;}
/*---------------------*/ 


.InnerContent { background:#fff; padding:0px 0; }


/*-------*/
.contact-form{align-self:flex-start !important;	}


.contact-form .form-row{margin:0}
.contact-form .form-row > [class*="col-"] { padding:0; margin-bottom:25px;}

.contact-form .form-row .form-control{ height:45px;  color:#fff; background:#7d868d; border:1px solid #b7bcc0;border-radius: 20px;padding: 0 20px;}
.contact-form .form-row textarea.form-control{height:120px;resize: none; padding:10px 20px;}
.contact-form .form-row .form-control::-webkit-input-placeholder {color:#fff;opacity:1}
.contact-form .form-row .form-control::-moz-placeholder {color:#fff;opacity:1}
.contact-form .form-row .form-control:-ms-input-placeholder {color:#fff;opacity:1}



.contact-form .btn-row{ text-align:center; position:relative}
.contact-form .btn-row .wpcf7-spinner{position:absolute}
.contact-form .btn-row .btn:hover{ background:#fff; color:#23323e}

.googlemap { }
.googlemap .textwidget p { margin: 0; padding-bottom: 25%; display: block; position: relative; }
.googlemap .textwidget p iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display:block;/* filter: grayscale(1)*/ }
/*-------404------------*/
/*-------404------------*/
.four-zero-page { text-align: center; padding: 0; }
.four-zero-page h2 { font-size: 20rem; line-height:1; color: #32a95e; font-weight: 800; }
.four-zero-page h3 { color: #111111; font-weight: 600; font-size: 2rem; letter-spacing: 6px; margin-bottom: 20px; }
.four-zero-page p { font-weight:  300; margin-bottom: 30px; }
/*----------Footer Start-------------*/

.footer { width: 100%; position:relative; padding:0; background: #272c30; color:#fff; font-size:16px; font-weight:400  }
.footer p{ font-size:16px; color:#fff}
.footer-cols-wrapper { padding:70px 0 40px 0; }
.footerlogo { width:100%; max-width:315px;}
.footerlogo p{text-align:justify;}
.footerlogo img{display: block;
    margin: 0 auto 25px;}
.footer-cols-wrapper h4{text-transform:uppercase; color:#fff; margin-bottom:25px; background:url(../images/bot-brd.jpg) repeat-x 0 bottom; display:none }


.footerform{}
.footerform .form-row{margin:0}
.footerform .form-row > [class*="col-"] { padding:0; margin-bottom:15px;}      

.footerform .form-row .form-control{ background-color: transparent; height:45px; border:1px solid #fff; color:#fff}
.footerform .form-row textarea.form-control{height:150px;: none;}


.footerform .form-row .form-control::-webkit-input-placeholder {color:#fff;opacity:1}
.footerform .form-row .form-control::-moz-placeholder {color:#fff;opacity:1}
.footerform .form-row .form-control:-ms-input-placeholder {color:#fff;opacity:1}


.footerform .btn-row{ text-align:center; position:relative}
.footerform .btn-row .btn:hover{ background:#fff; color:#1a344d}
.footerform .btn-row .wpcf7-spinner{position:absolute}
.white-footer .footerform .form-row .form-control{ color:#212121; background:#f3f3f3; border-color:#212121}
.white-footer .footerform .btn-row .btn{ background:#1a344d; color:#fff}
.white-footer .footerform .btn-row .btn:hover{ background:#a78155; color:#fff}



.white-footer .footerform .form-row .form-control::-webkit-input-placeholder {color:#494949;}
.white-footer .footerform .form-row .form-control::-moz-placeholder {color:#494949;}
.white-footer .footerform .form-row .form-control:-ms-input-placeholder {color:#494949;}




.footer-col.last{}
.footer-col.last .footer-col-content{display: flex;
justify-content: space-between;}
.footer-col .contact-info{ text-align: center;padding-top: 15%;}
.footer-col .contact-info ul{display: flex;
justify-content: center;
padding-bottom: 40px;}
.footer-col .contact-info ul li.social-link{ margin: 0 15px; width:auto; height:38px; display:block}
.footer-col .contact-info ul li.social-link a{color:#fff;display: flex;width: 100%;height:38px;justify-content: center;align-items: center;font-size: 35px;} 

.white-footer .footer-col .contact-info ul li.social-link a,
.white-footer .footer-col .contact-info ul li.social-link path{ color:#1a344d;fill:#1a344d;} 

.footer-col .contact-info ul li.social-link a:hover{ color:#a78155;} 
.footer-col .contact-info ul li.social-link a:hover path{fill:#a78155;} 


.white-footer .footer-col .contact-info .orderbtn .btn{ background:#1a344d; min-width:180px }
.white-footer .footer-col .contact-info .orderbtn .btn:hover{background:#a78155; color:#fff}


footer .footer-menu { }
footer ul.footer-menu { list-style:none; padding:0;}
footer ul.footer-menu li {text-transform:capitalize; position:relative; display:block; margin-bottom:30px; font-weight:400 }
footer ul.footer-menu li a { color:#fff }
footer ul.footer-menu li a:hover,
footer ul.footer-menu li.current-menu-item a { color:#a78155 }

.footer-bottom {  padding: 0 0 20px 0;text-align: right; }
.copyright { position:relative; color:#fff; margin:0 }
.copyright a { color:#fff }
.copyright a:hover { color:#a78155 }

/*---------*/
.white-footer{ background:#fff; color:#212121}
.white-footer p{ color:#212121}
.white-footer ul.footer-menu li a { color:#212121 }

.white-footer .copyright { position:relative; color:#212121; margin:0 }
.white-footer .copyright a { color:#212121 }
.white-footer .copyright a:hover { color:#a78155 }




.scrollToTop { display: block; cursor: pointer; position: fixed; left: auto; right: 20px; bottom:20px; margin: 0 auto; z-index: 99; width: 40px; height: 40px; background: url(../images/back-to-top-V2.svg) no-repeat center top; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); border-radius: 50%; }

/*----------Footer End-------------*/
