@charset "utf-8";
/* CSS Document */

/* @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/** BASIC CSS **/

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	max-width:100%;
	min-width:100%;
	background:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;}
	
p {
	font-size: 15px;
    line-height: 1.7;
    color: #000000;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
	 color:#555;}

a {
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: #d78800;
	text-decoration: none;}
		
hr{
	background:#e3e3e3;
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: #d78800;
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: #d78800;
 color:#fff;}
 
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
ul{
    padding-left: 0;
}		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}
	

/** BASIC CSS END HERE **/ 
.wrapper {
    margin-top: 87px;
}
header {

    background: #ffffff;

    width: 100%;

    z-index: 999;

    padding: 8px 0;

    position: fixed;

}

header .logo-box {

    margin:5px 0;

    padding: 0px 0;
    width: 150px;

}


header .logo-box img {

    width: 100%;

}


/*----------------nav----------------*/

nav {    
    display: block;
    text-align: center;
  }
  nav ul {
    margin: 0;
    padding:0;
    list-style: none;
  }
  .nav a {
	color: var(--deep-main-color);
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    display: block;
    margin: 0;
    line-height: 3.3;
  }
  .nav{  
    margin-left: auto;
    width: max-content;
  }
  .nav li{position: relative;}
  .nav > li { 
    float:left; 
    margin-right: 1px; 
  } 
  .nav > li > a { 
    margin-bottom:0px;
  }
  .nav li a.active , .nav li a:hover , .nav li a:focus{
	color:#518aff !important;
}
  .nav > li:last-child  { 
    border-radius: 0 0 4px 0; 
    margin-right: 0;
  } 
  .nav li li a { 
    margin-top:1px;
    display:block;
    white-space: initial;
    line-height: 1.3;}

  .nav li ul li a i.fa{
	float: right;
	line-height: 1;
} 
 /* submenu positioning*/
.nav ul {
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  left: -99999em;
  box-shadow: 0px 4px 4px #00000038;
}
.nav > li:hover > ul {
  left: auto;
  padding-top:0 ;
  min-width: 100%;
  width: 200px;
  background: #fff;
  color: #000;
  list-style: none;
}
.nav > li:hover > ul li a {
	color: #444;
}
.nav > li li:hover > ul { 
 width: 200px;
  left: 100%;
  top: -1px;  
  background: #ffff;
  list-style: none;
  color: #000;
}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before { 
  border-top-color: #aaa; 
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-bottom-color: orange; 
  margin-top:-5px
}
.nav li li > a:first-child:nth-last-child(2):before {  
  border-left-color: #aaa; 
  margin-top: -5px
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-right-color: orange;
  right: 10px; 
}

.header_banner{
	width: 100%;
	height: 649px;
	position: relative;
}
.header_banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.overlay_banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
background: linear-gradient(94deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.19371498599439774) 50%, rgba(0,0,0,1) 100%);
}
.overlay_content{
	display: table-cell;
	vertical-align: middle;
    padding: 0 32px;
}
.banner_content h1 {
    color: #f68a0d;
    font-size: 56px;
    line-height: 60px;
    font-weight: 900;
    padding-bottom: 10px;
}
.banner_content p {
	color: #fff;
	font-size: 22px;
}
.banner_content ul{
    display: block;
	padding-left: 0;
	margin: 24px 0;
}
.banner_content ul li{
    padding: 0 10px 0 30px;
    list-style: none;
    margin-bottom: 1.2rem;
    position: relative;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
}
.banner_content ul li span{
    padding: 0 5px;
    font-size: 15px;
    font-weight: bold;
}
.banner_content ul li::after{
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #028b00;
    font-size: 20px;
    padding-right: 0.8em;
    position: absolute;
    top: 0px;
    left: 0;
}
.consaltation_form {
	width: 435px;
    margin: auto;
    background: #028b00;
    border: 1px solid #fff;
    padding: 20px 25px;
}
.consaltation_form h2{
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}
.consaltation_form p{
	text-align: center;
    color: #fff;
}
.consaltation_form .form-group {
    position: relative;
}
.consaltation_form .form-group span.textarea_icon{
    top: 10px !important;
    bottom: inherit !important;
}
.consaltation_form .form-group span{
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    width: 18px;
    height: 20px;
	left: 5px;
	color: #028b00;
}
.consaltation_form .form-group .form-control
{
    padding-left: 29px;
    font-size: 14px;
    border-radius: 0;
    border: 0;
    height: 40px;
}
.consaltation_form .form-group .textarea.form-control{
	height:90px;
}
.btn_form{
    background: #ffa300;
    color: #fff;
    width: 100%;
    padding: 7px;
    border-radius: 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
}
.btn_form:hover,.btn_form:focus{
	background: #d78800;
	color: #fff;
    outline: 0;
}
.custom_link{
    margin-left: 12px;
    font-weight: 600;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.custom_link i.fa{
    margin-left: 3px;
}
.custom_link:hover i.fa{
    margin-left: 6px;
}
.section{
	padding:80px 0;
}
/* .our_service{
	padding-top: 50px;
} */
.section_title{
	text-align: center;
}
.section_title h1{
	font-size: 32px;
	color: #ffa300;
}
.section_title h1::after{
	display: block;
    content: "";
    width: 72px;
    height: 4px;
    background: #028b00;
    margin: 13px auto;
    border-radius: 5px;
}
.section_title.text-left h1::after{
    margin: 13px 0;
}
.service_bx {
    width: 100%;
    height:380px;
    overflow: hidden;
    /* border-radius: 5px; */

    box-shadow: 2px 3px 9px #00000036;
    position: relative;
}
.service_bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
}
.service_bx:hover img{
    transform: scale(1.15);
}
.overlay_service {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgb(0 0 0 / 43%);
    width: 100%;
    height: 100%;
    display: table;
    padding: 26px 30px;
}

.overlay_service h3 {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    width: 75%;
    background: url(../images/aftr_border.png) center no-repeat;
    background-size: 100% 100%;
    padding: 12px 27px 23px 12px;
    text-transform: uppercase;
}
.plr-3{
    padding-left:30px;
    padding-right:30px;
}
.about_img {
    width: 100%;
    height: auto;
}
.about_home_slide .item {
    width: 100%;
    height: 436px;
}
.about_home_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_content .section_title {
    text-align: left;
}
.about_content .section_title h1::after{
    margin: 13px 0;
}
.about_content p {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
}
.about_icon_content {
    width: 100%;
    height: 100%;
    display: table;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
}
.about_icon_content img {
    display: table-cell;
    width: 41px;
    height: 48px;
    object-fit: contain;
    vertical-align: middle;
    filter: opacity(1);
}
.about_icon_content:hover img{
    filter: opacity(0.7);
}
.about_icon_content i.fa {
    color: #179300;
    font-size: 23px;
}
.icon_content {
    display: table-cell;
    padding-left: 16px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.icon_content h2 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}
.icon_content h4{
    font-size: 16px;
    color: #f99406;
    font-weight: bold;
}
.vdos {
    width: 100%;
    height: 330px;
}
.vdos  iframe{
    width: 100%;
    height: 100%;
}
.vdo_conetnt {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.vdo_conetnt h1{
    color: #000000;
    font-size: 32px;
    width: 80%;
    font-weight: bold;
    padding-right: 4em;
}
.bg_light_gray{
    background: #fff6e7;
}
.textomonial_conetnt p {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    width: 85%;
    margin:0px auto;
}
.textomonial_conetnt small {
    font-size: 17px;
    color: #000;
    margin: 30px 0;
    display: block;
}
.owl-carousel .owl-nav button.owl-next,
 .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    background: #ffffffab !important;
    color: inherit;
    border: none;
    font: inherit;
    width: 26px;
    height: 29px;
    padding: 7px !important;
    line-height: 1;
}
.owl-carousel .owl-nav button.owl-next{
    right: 0;
}
.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.owl-carousel .owl-nav button img{
    object-fit: contain;
}
.owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: auto;
}
.owl-nav button:focus{
    border: 0 !important;
    outline: 0 !important;
}
.client_bx {
    margin: 10px 0;
    width: 100%;
    height: 75px;
    background: #ffffff;
}
.client_bx img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact_us{
    position: relative;
    width: 100%;
    height: 490px;
    padding: 0;
}
.contact_us img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay_contact {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: table;
}
.contact_us .section_title h1{
    color: #fff;
}
.contact_us .section_title p{
    color: #fff;
}
.contact_form_sec {
    width: 100%;
    padding: 0 15px;
}

.contact_form_bg {
    background: rgba(0, 0, 0, 0.72);
}
.contact_info_bg
{
    background: rgba(43, 43, 43, 0.9);
}
.contact_info_bg,.contact_form_bg{
    padding: 43px 40px;    
    height: 100%;
}
.contact_form_bg h2,.contact_info_bg h2{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}
.contact_form_bg form {
    margin: 20px 0;
}
.contact_form_bg form .form-control {
    background: transparent;
    border-radius: 0;
    font-size: 15px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    border-color: #898989;
    color: #fff;
}
.contact_form_bg form .form-control:focus{
    box-shadow: 0 0 0 transparent;
    outline: 0;
}
.contact_form_bg form .textarea.form-control{
    height: 193px;
}
.btn_contact{
    width: 100%;
    background: #fda202;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    padding: 10px;
    border: 0;
}
.btn_contact:hover,.btn_contact:focus{
    outline: 0;
    background: #f0771a;
    color: #fff;
}
.contact_item h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 130.1%;
    color: #fda202;
}
.contact_item p,.contact_item p a{
    font-size: 16px;
    color: #FFFFFF;
    max-width: 268px;
    margin: 10px 0;
}
.contact_item ul {
    margin: 10px 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
}
.contact_item ul li{
    margin-bottom: 10px;
    color: #fff;
    display: flex;
}
.contact_item ul li span {
    width: 103px;
}
.contact_item ul li a {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
}
.contact_item a:hover{
    color: #fda202;
}
.contact_item {
    margin: 37px 0;
    width: 100%;
}
.social_link {
    display: block;
    margin: 0;
    list-style: none;
}
.social_link li{
    display: inline-block !important;
    margin: 6px 7px;
}
.social_link li a{
    padding: 0;
    font-size: 20px !important;
    color: #fff;
}
.social_link li a:hover{
    color: #fda202;
}
.social_link li:first-child{
    margin-left: 0;
}
footer{
    background: #191919;
}
.footer_logo {
    width: 231px;
    margin-bottom: 30px;
}
.footer_content {
    margin: 56px 0;
}
.footer_content h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 130.1%;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.f_links {
    list-style: none;
    color: #fff;
    margin-bottom: 30px;
}
.f_links li a {
    font-size: 14px;
    margin-bottom: 12px;
    color: #a6a6a6;
    display: block;
}
.f_links li a:hover{
    color: #f0771a;
}
.subscribe_form {
    display: flex;
    width: 100%;
}
.input_group {
    position: relative;
    width: 100%;
}
.input_group .form-control{
    height: 46px;
    background: #474747;
    border-radius: 0;
    border: 0;
    font-size: 15px;
    padding-left: 31px;
    color: #fff;
}
.input_group .form-control:focus{
    outline: 0;
    box-shadow: 0 0 0 transparent;
}
.input_group .form-control:focus + span{
    color: #fff;
}
.input_group span{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 15px;
    width: 18px;
    height: 20px;
    left: 5px;
    color: #6D6D6D;
}
.subscribe_form button.btn {
    height: 45px;
    background: #fda202;
    border-radius: 0;
    font-size: 13px;
    color: #FFFFFF;
    padding: 7px 17px;
    border: 0;
}
.subscribe_form button.btn:hover{
    background: #f99406;
    color: #FFFFFF;
    outline: 0;
    border: 0;
}
.copy_right {
    margin-top: 74px;
}
.copy_right p {
    color: #fff;
    font-size: 12px;
}
.collapse_menu {
    display: none;
    position: absolute;
    background: transparent;
    border: 0 !important;
    font-size: 24px;
    color: #f99406;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
}
.collapse_menu:focus{
    outline: 0;
    border: 0;
}
.animated {
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
  }
  .bounce {
    animation-name: bounce;
  }

  .button-cta {
    position: fixed;
    bottom:55px;
    right: 13px;
	width: 49px;
    height:171px;
    z-index: 99999999;
    margin: auto;
}
.cta-button {
    width: 49px;
    height: 49px;
    font-size: 19px;
    display: block;
    border-radius: 50%;
    float: none;
    padding: 15px;
    color: #fff;
    background: #5bae00;
    text-align: center;
    line-height: 16px !important;
    margin-bottom: 10px !important;
    box-shadow: -2px 3px 8px 0px #0000008f;
    
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cta-button:hover{
    color: #fff;
    background: #018b00;
}
.btn-learnmore {
    background: #73b700;
    color: #fff;
    font-size: 17px;
    padding: 9px 32px;
    border: 0;
    border-radius: 50px;
}
.btn-learnmore:hover,.btn-learnmore:focus{
    background: #179300;
    color: #fff;
    outline: 0;
}
.media_bx {
    width: 100%;
    height: 126px;
    margin: 30px 0;
    position: relative;
}
.media_bx a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/*-----------------trams-and-conditions----------------*/
.inner_header {
    height: 300px;
    position: relative;
    display: table;
    width: 100%;
}
.inner_header h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    text-shadow: 0 0 3px black;
}
.tramsconditions_sec h3{
    color: #1c5a9c;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}
.tramsconditions_sec p {
    color: #555;
}
.tramsconditions_sec ul{
    list-style: none;
}
.tramsconditions_sec ul li{
    padding-left: 20px;
    margin-bottom: 16px;
    position: relative;
    font-size: 15px;
    color: #555;
}
.tramsconditions_sec ul li::after{
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #25aad1;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}


.formbold-mb-5 {
    margin-bottom: 20px;
  }
  .formbold-pt-3 {
    padding-top: 12px;
  }
  .formbold-main-wrapper {
    max-width: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    border: 1px solid #c4c4c4;
    margin: 0 auto;
  }

  .formbold-form-wrapper {
    width: 100%;
    background: white;
  }
  .formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
  }
  .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: #73b700;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    background-color: #73b700;
    color: white;
    cursor: pointer;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .w-full {
    width: 100%;
  }
  @media (min-width: 540px) {
    .sm\:w-half {
      width: 50%;
    }
  }

  .gmap{
    width: 100%;
    height: 350px;
  }