


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
 height: 100%;
 font-family: 'Roboto', serif;
 scroll-behavior: smooth;
 } 

body > #wrapper {height: auto; min-height: 100%; background:#fff ;
	}
body
#main{
	  width:100%;
	  padding:0;
	  margin:0 auto;
	  /*padding-top: 80px;*/
	}
*{
	padding:0;
	margin:0;
	}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: 'Roboto', serif;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
	display: inline-block;
}
span{
	display: inline-block;
}
p{
	font-family: 'Roboto', serif;
	font-size: 15px;
	line-height: 22px;
	color: #6d6e70;
	padding: 0 0 10px 0;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
	}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
	}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
	}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
	padding:1% 6% 0.5% 7%;
	background:#fff;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .logo {
	width:15%;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding:5px 0 0 0;
}
header nav {
	display: inline-block;
	float: right;
	padding: 0% 0% 0% 0%;
	background-color: transparent;
	margin-top: 5px;
	width: 68%;
}
header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#fff;
	padding: 1% 6% 0.5% 7%;
}
header.smaller .logo {
	width:14%;
}
header.smaller nav {
	display: inline-block;
	float: left;
	padding:0% 0% 0% 7%;
	margin-top: 1.5%;
}


.label_title{
	display: inline-block;
    max-width: 100%;
    
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 5px 0 10px 0;
}
label{
	min-height: 20px;
    margin-bottom: 5px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 0 5px;
    max-width: 100%;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}


.btn_2{
	font-size: 16px;
    text-transform: uppercase;
    /*font-weight: 600;*/
    background: #fdaf17;
    border: none;
    outline: none;
    display: inline-block;
    padding: 10px 50px;
    transition: all .2s;
    position: relative;
    color: #292929;
    width: 100%;
    font-family: 'Roboto Slab';
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 5px;
}

.main {
	padding: 10vh 0;
}
.main .logo img{
	width: 250px;
}
.main section.top{
	padding: 5vh 0;
	background: #000;
	/*min-height: 100vh;*/
	background: url(../images/banner_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.main section.top::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 5vh;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, #fff, transparent);
}
.main section.top .left_sectn .heading{
	
    font-family: 'Roboto Slab', serif;
    
}
.main section.top .left_sectn .heading span.lil_big{
	font-size: 30px;
    line-height: 40px;
    color: #faa61a;
}
.main section.top .left_sectn .heading span.bit_small{
	font-size: 22px;
    line-height: 28px;
	color: #fff;
}
.main section.top .left_sectn .text{
	padding: 20px 0 0 0;
}
.main section.top .left_sectn .text p{
	color: #fff;
	font-size: 20px;
}
.main section.top .left_sectn .text .heading{
	font-size: 30px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
    color: #faa61a;
    padding: 0 0 10px 0;
}
.main section.top .left_sectn .text ul{
	padding: 0 0 0 20px;
}
.main section.top .left_sectn .text ul li{
	font-size: 16px;
	color: #fff;
	list-style-type: disc;
	
}
.main section.top .inner_container{
	display: flex;
	flex-wrap: wrap;
}
.main section.top .inner_container .col-sm-7:nth-child(1){
	margin: auto;
}
.main section.top .form_box{
	background: #fff;
	padding: 30px;
	/*transform: skewX(-2deg);*/
	border: 1px solid #faa61a;
}
.main section.top .form_box form{
	/*transform: skewX(2deg);*/
}
.main section.top .form_box form .options_select_4{
	width: 33.33%;
	float: left;
}
.main section.top .form_box form .options_select_6{
	width: 50%;
	float: left;
}
.main section.top .form_box .form_heading{
	font-size: 20px;
    line-height: 25px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    color: #000;
    padding: 0 0 15px 10px;
}
.main section.top .form_box .sub_head{
	padding: 0 0 15px 10px;
}
.main section.top .form_box select{
	cursor: pointer;
}
.main section.top .form_box .mobile_box{
	display: flex;
}
.main section.top .form_box .mobile_box .code_box{
	width: 130px;
	margin: 0 10px 0 0;
}
.main section.top .form_box .mobile_box .number_box{
	width: calc(100% - 140px);
}
.form_error span{
	font-size: 12px;
    padding: 5px;
    margin: 0 0 5px 0;
    color: #ff4c4c;
}
.captcha_numbers{
	font-size: 14px;
    font-weight: 600;
    font-style: italic;
}
.main section.top .select2-container--default .select2-selection--single{
	border: none;
}
.main section.top .select2-container--default .select2-selection--single .select2-selection__rendered{
	height: 34px;
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999999;
    border: 1px solid #c3bfbf;
    border-radius: 4px;
}
.main section.top .select2-container span.selection{
	width: 100%;
}
.main section.top .form_box .info_text .line1{
	font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 0 0 5px 0;
}
.main section.top .form_box .info_text .line2{
	font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 5px 0 0 0;
}
.main section.top .inner_container .center_line{
	text-align: center;
	width: 100%;
    padding: 5vw 0 0 0;
}
.main section.top .inner_container .center_line .heading{
	font-size: 30px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
    color: #faa61a;
    text-align: center;
    padding: 0 0 15px 0;
}
.main section.top .inner_container .center_line .read_more a{
	    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    background: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    box-shadow: inset 0 0 1px 1px #fdaf18;
    transition: all 0.3s;
    font-family: 'Roboto Slab';
    font-weight: 800;
    letter-spacing: 1px;
}
.main section.top .inner_container .center_line .read_more a:hover {
    text-shadow: 0 0 9px white;
    box-shadow: inset 0 0 10px 20px #fdaf18, 1px 1px 5px 0 #2b2b2b;
    color: #10728b;
    transform: translateY(-3px);
}

.main section.features{
	/*background-color: #107287;*/
	padding: 10vh 0;
	/*background: linear-gradient(180deg, #000, #107287);*/
}
.main section.features .inner_container{
	/*border: 1px solid #cdcdcd;*/
    border-width: 0 1px 0 1px;
    position: relative;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
}
.main section.features .heading{
	font-size: 30px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
    color: #faa61a;
    text-align: center;
    /*padding: 0 0 30px 0;*/
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: 1;
}
.main section.features .heading::before {
    position: absolute;
    content: '';
    width: 35%;
    height: 1px;
    left: 0;
    top: 50%;
    background: #fff;
    z-index: -1;
}
.main section.features .heading::after {
    position: absolute;
    content: '';
    width: 35%;
    height: 1px;
    right: 0;
    top: 50%;
    background: #fff;
    z-index: -1;
}
.main section.features .feature_box{
	text-align: center;
	padding: 0 20px;
	box-shadow: rgb(212 216 228) 0px 11px 21px;
	height: 100%;
}
.main section.features .feature_box .icon_box{
	margin: 0 0 15px 0;
}
.main section.features .feature_box .icon_box img{
	border-radius: 50%;
	background: #fff;
	border: 2px solid #fdaf17;
}
.main section.features .feature_box .title{
	font-size: 20px;
	line-height: 25px;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	color: #faa61a;
	padding: 0 0 15px 0;
}
.main section.features .feature_box .description{
	font-family: 'Roboto', serif;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    padding: 0 0 10px 0;
}
.main section.features .know_more{
	text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
    z-index: 1;
}
.main section.features .know_more::before{
	position: absolute;
    content: '';
    width: 41.5%;
    height: 1px;
    left: 0;
    top: 48%;
    background: #fff;
    z-index: -1;
}
.main section.features .know_more::after{
	position: absolute;
    content: '';
    width: 41.5%;
    height: 1px;
    right: 0;
    top: 48%;
    background: #fff;
    z-index: -1;
}
.main section.features .know_more a{
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	/*font-weight: 600;*/
	color: #000;
	background: #fff;
	padding: 10px 40px;
	border-radius: 5px;
	box-shadow: inset 0 0 1px 1px #fdaf18;
	/*margin: 20px 0 0 0;*/
	transition: all 0.3s;
	font-family: 'Roboto Slab';
    font-weight: 800;
    letter-spacing: 1px;
}
.main section.features .know_more a:hover{
	text-shadow: 0 0 9px white;
	box-shadow: inset 0 0 10px 20px #fdaf18, 1px 1px 5px 0 #2b2b2b;
	color: #10728b;
	transform: translateY(-3px);
}
.main section.features .know_more a:active{
	transform: translateY(-1px);
	box-shadow: inset 0 0 10px 20px #fdaf18, 1px 1px 1px 0 #2b2b2b;
}

/*footer_box*/
section.footer_box{
	border-top: 2px solid #cdcdcd;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
}
section.footer_box .footer_logo {
    margin: 0 0 20px 0;
}
section.footer_box .content_box ul li {
    padding: 0 0 20px 0;
    text-align: right;
}
section.footer_box .content_box ul li span.icon {
    font-size: 24px;
    padding: 0 10px 0 0;
    color: #364655;
}
section.footer_box .content_box ul li span.info {
    font-size: 24px;
    font-weight: 600;
    /*color: #10728b;*/
    color: #364655;
}

/*Thank You Page*/
.thankyou_page{
	text-align: center;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.thankyou_page .logo{
	margin: auto auto 0 auto;
	width: 300px;
}
.thankyou_page .logo a{
	display: inline-block;
}
.thankyou_page .logo img{
	width: 100%;
}
.thankyou_page .line1{
	font-size: 40px;
    color: #0b5264;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    padding: 15px 0 15px 0;
}
.thankyou_page .line2{
	font-size: 22px;
	line-height: 28px;
	padding: 0 0 15px 0;
}
.thankyou_page .line3{
	margin: 0 0 auto 0;
	font-size: 22px;
	padding: 15px 0 0 0;
}

@keyframes flipInYmyStyle {
  from {
    transform: perspective(400px) rotateY(-1440deg) scale(0);
    animation-timing-function: ease-in;
    /*opacity: 0;*/
  }

  50% {
    transform: perspective(400px) rotateY(-720deg) scale(0.5);
  }

  to {
    transform: perspective(400px) rotateY(00deg) scale(1);
  }
}

.flipInYmyStyle {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInYmyStyle;
  animation: flipInYmyStyle 1s;
}


/*advantages*/
.main section.advantages{
	padding: 5vh 0;
	/*background: linear-gradient(180deg, black, black);*/
}
.main section.advantages .heading{
	font-size: 30px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
    color: #faa61a;
    text-align: center;
    padding: 0 0 30px 0;
}
.main section.advantages .boxes .adv_box{
	padding: 0 20px;
}
.main section.advantages .boxes .adv_box .img_box{
	position: relative;
	width: 0%;
	animation: width_animation 1s ease forwards;
}
@keyframes width_animation{
	from{
		width: 0%;
	}
	to{
		width: 100%;
	}
}
.main section.advantages .boxes .adv_box .img_box::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-top-left-radius: 15px;
	background: linear-gradient(180deg, #00000029 5%, transparent 75%);
	transform: skewX(-15deg);
	animation: bg_slide_down 1s ease 1s forwards;
}
@keyframes bg_slide_down{
	from{
		top: 0;
	}
	to{
		top: 50%;
	}
}
.main section.advantages .boxes .adv_box .img_wrapper{
	border: 5px solid #d2f4fe;
	transform: skewX(-15deg);
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	overflow: hidden;
	position: relative;
}
.main section.advantages .boxes .adv_box .img_box img{
	transform: skewX(15deg);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-width: 118%;
    position: relative;
    left: -28px;
}
.main section.advantages .boxes .adv_box .title{
	font-size: 30px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
    color: #faa61a;
    text-align: center;
    padding: 20px 0;
}
.main section.advantages .boxes .adv_box .text{
	font-family: 'Roboto', serif;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    padding: 0 0 10px 0;
    text-align: center;
}
#enquiry_form .btn_2{
	box-shadow: inset 0 0 20px 20px #faa61a, inset 0 0 1px 1px #000;
	background: transparent;
	transition: all 0.5s ease;
}
#enquiry_form .btn_2:hover{
	box-shadow: inset 0 0 0px 2px #faa61a, inset 0 0 20px 20px #000;
	background: transparent;
	color: #faa61a;
}
.g-recaptcha{
	padding: 0 10px;
}