
html,body{overflow-x: hidden;}
body{
margin: 0;
padding: 0;
font-size: 18px;
font-family: 'Roboto', sans-serif;
}
a:hover{text-decoration: none;color: inherit;}

/* Icon 1 */
.menu_hamburger{
position: absolute;
right: 0px;
top: 50px;
}
.menu_hamburger.open{
position: absolute;
left: 0px;
top: 50px;
z-index: 10;
display: none;
}
#nav-icon2{
width: 40px;
height: 30px;
position: relative;
margin: 0px auto 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.menu_hamburger b{
position: absolute;
color: #fff;
left: -52px;
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
top: 2px;
}
/* Icon 2 */
#nav-icon2 span {
display: block;
position: absolute;
height: 2px;
width: 55%;
background: #ffffff;
opacity: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#nav-icon2:hover span{background: #4a809c;}
#nav-icon2 span:nth-child(even) {
left: 50%;

}
#nav-icon2 span:nth-child(odd) {
left:0px;

}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
top: 0px;
}
#nav-icon2:hover span:nth-child(1), #nav-icon2:hover span:nth-child(2){top:4px;}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
top: 11px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
top: 22px;
}
#nav-icon2:hover span:nth-child(5), #nav-icon2:hover span:nth-child(6){top: 18px;}
#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
left: 2px;
top: 6px;
}
#nav-icon2.open span:nth-child(2) {
left: calc(50% - 2px);
top: 5px;
}
#nav-icon2.open span:nth-child(3) {
left: -50%;
opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
left: 100%;
opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
left: 2px;
top: 15px;
}
#nav-icon2.open span:nth-child(6) {
left: calc(46% - 2px);
top: 15px;
}
.overlay_menu{
width: 100%;
background: rgba(0, 0, 0, 0.7);
height: 100%;
position: fixed;
right: 0;
top: 0;
bottom: 0;
z-index: 9;
visibility: hidden;
transition: all 0.5s ease-in-out;
opacity: 0;
}
.overlay_menu.open{visibility: visible;transition: all 0.5s ease-in-out; opacity: 1;}
.main_menu.open{
right: 0;
transition: 0.9s cubic-bezier(1, 0, 0, 1);
}
.main_menu{
width: 400px;
background: rgb(1 191 215);
height: 100%;
position: fixed;
right: -400px;
top: 0;
z-index: 110;
transition: 0.5s cubic-bezier(1, 0, 0, 1);
}
.main_menu_under{
position: relative;
text-align: left;
padding-right: 32px;
padding-top: 30px;
padding-left: 32px;
}
.main_menu_under ul,.menu_social{
margin: 0;
padding: 0;
list-style: none;
}
.main_menu_under ul li{
display: block;
padding: 8px 0;
position: relative;
opacity: 1;
transform: scale(1);
transition: all 0.2s ease-in-out;
transform-origin: left center;
}
.main_menu_under ul li a{
font-size: 18px;
color: #fff;
font-weight: 300;
position: relative;
}
.main_menu_under ul li:hover{transform: scale(1.2);}
.main_menu_under ul li a:hover{text-decoration: none;color: #3c657b;}
.main_menu_under ul li a:hover:after{
display: none;
}
.main_menu_under ul li ul{
margin: 0 0 0 20px;
}
.main_menu_under ul li ul li{
padding: 6px 0;
}
.main_menu_under ul li ul li:first-child{padding-top: 12px;}
.main_menu_under ul li ul li:last-child{padding-bottom: 0;}
.main_menu_under ul li ul li a{
font-family: 'CenturyGothic';
color: #fff;
display: block;
line-height: 28px;
}
.home_masterhead{
	position: relative;
}
.home_masterhead .header-image{
width: 100%;
height: auto;
}
header.header-section{position: relative;z-index: 100;}
header.header-section.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(21,17,18,0.8);
    height: 64px;
}
header.header-section.fixed-header .logo_header{top: 6px;}
header.header-section.fixed-header .menu_hamburger{
	top: 18px;
}
header.header-section.fixed-header .logo_header img{width: 43px;}
.header-section .container,.home_masterhead .container{position: relative;}
.logo_header{
position: absolute;;
left: 0;
top: 16px;
}
.banner_description {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 50%;
max-width: 1040px;
text-align: center;
transform: translateY(-50%);
}
.banner_description h3{
	font-size: 72px;
	color: #fff;
	font-family: 'Antonio', sans-serif;
}
.banner_description p{
    font-size: 34px;
    color: #01bfd7;
    font-family: 'Antonio', sans-serif;
    text-transform: uppercase;
    margin: 18px 0 0;
}
.global_btn{
color: #fff;
font-size: 28px;
background: #75a4bd;
padding: 16px 30px;
display: inline-block;
margin-top: 10px;
transition: all 0.3s ease-in-out;
}
.global_btn:hover{background: #4a809c;}

.global_heading{
color:#fff;
font-size: 60px;
font-family: 'Roboto', sans-serif;
font-weight: bold;
}

.home_masterhead a.banner_btn{
	background: rgb(240,112,13);
	background: -moz-linear-gradient(146deg, rgba(240,112,13,1) 0%, rgba(14,187,204,1) 100%);
	background: -webkit-linear-gradient(146deg, rgba(240,112,13,1) 0%, rgba(14,187,204,1) 100%);
	background: linear-gradient(146deg, rgba(240,112,13,1) 0%, rgba(14,187,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0700d",endColorstr="#0ebbcc",GradientType=1);
    font-family: 'Antonio', sans-serif;
    color: #fff;
    font-size: 26px;
    padding: 24px 100px 24px 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    z-index: 2;
    transition: all 0.5s ease-in;
}
.home_masterhead a.banner_btn:hover{
	background: rgb(13,187,205);
	background: -moz-linear-gradient(146deg, rgba(13,187,205,1) 0%, rgba(240,112,14,1) 100%);
	background: -webkit-linear-gradient(146deg, rgba(13,187,205,1) 0%, rgba(240,112,14,1) 100%);
	background: linear-gradient(146deg, rgba(13,187,205,1) 0%, rgba(240,112,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0dbbcd",endColorstr="#f0700e",GradientType=1);
	transition: all 0.5s ease-in;
}
.home_masterhead a.banner_btn img{width: auto; margin-left: 26px;}
.home_masterhead .owl-dots{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 36px;
}
.home_masterhead .owl-dots .owl-dot{
	margin:20px 0;
	position: relative;
}
.home_masterhead .owl-dots .owl-dot button{
	font-size: 22px;
    border: none;
    background: transparent;
    color: #fff;=
    font-family: 'Antonio', sans-serif;
    outline: 0;
    cursor: pointer;
}
.home_masterhead .owl-dots .owl-dot button:hover,.home_masterhead .owl-dots .owl-dot.active button{color: #01bfd7;}
.home_masterhead .owl-dots .owl-dot.active:after{
    content: '';
    width: 36px;
    height: 2px;
    background: #01bfd7;
    position: absolute;
	left: -40px;
    top: 18px;
}
.about_section{
	background: #fff url('../images/about-bg.jpg') bottom center repeat-x;
	padding:140px 0 200px 0;
	position: relative;
}
.about_section .img-about{
    position: absolute;
    right: 0;
    top: 0;
    width: 739px;
}
.about_section .about_content h3{
	color: #231f20;
	font-weight: 700;
	font-size: 60px;
	margin:0;
	text-transform: uppercase;
}
.about_section .about_content h4{
	color: #231f20;
	font-weight: 600;
	font-size: 28px;
	font-style: italic;
	margin: 20px 0;
}
.about_section .about_content p{
    font-size: 20px;
    color: #231f20;
    font-weight: 300;
}
.about_icon{
	position: absolute;
	left: 60px;
	bottom: 20px;
}
.our_services{
	background: #fff url('../images/service-bg.jpg') center center no-repeat;
	padding:100px 0;
	background-size: cover;
}
.service_box{
	border:1px solid #ffffff;
	padding: 40px 20px;
	min-height: 410px;
}
.service_box:hover{
	background: rgb(255,107,1);
	background: -moz-linear-gradient(38deg, rgba(255,107,1,1) 0%, rgba(58,172,167,1) 100%);
	background: -webkit-linear-gradient(38deg, rgba(255,107,1,1) 0%, rgba(58,172,167,1) 100%);
	background: linear-gradient(38deg, rgba(255,107,1,1) 0%, rgba(58,172,167,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6b01",endColorstr="#3aaca7",GradientType=1);
	border:none;
}
.service_box .hover_icon,.service_box:hover .icon{display: none;}
.service_box:hover .hover_icon{display: inline-block;}
.service_box h3,.contact_section h3{
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	margin:20px 0 10px;
	text-transform: uppercase;
}

.sub_text p,.service_box p{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.service_box p{
	margin:0;
}
.service_box.active{
	background: rgb(255,107,1);
background: -moz-linear-gradient(38deg, rgba(255,107,1,1) 0%, rgba(58,172,167,1) 100%);
background: -webkit-linear-gradient(38deg, rgba(255,107,1,1) 0%, rgba(58,172,167,1) 100%);
background: linear-gradient(38deg, rgba(255,107,1,1) 0%, rgba(58,172,167,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6b01",endColorstr="#3aaca7",GradientType=1);
border:none;
}
.contact_section{
	background: #f4f4f4;
	padding: 90px 0;
}
.contact_section h3{
	color: #000;
	text-transform: none;
	font-size: 40px;
}
.contact_section .form-control{
	border:none;
	box-shadow: none;
	height: auto;
	min-height: auto;
	background: transparent;
	padding: 13px 20px 13px 10px;
}
.contact_section .input-group{
	border-bottom: 1px solid #8f8f8f;
	margin-bottom: 40px;
}
.contact_section .input-group-addon{
    padding: 10px 0;
}
.contact_form{
	padding-left: 40px;
}
.contact_form .submit_btn{
	background: rgb(240,112,13);
	background: -moz-linear-gradient(146deg, rgba(240,112,13,1) 0%, rgba(14,187,204,1) 100%);
	background: -webkit-linear-gradient(146deg, rgba(240,112,13,1) 0%, rgba(14,187,204,1) 100%);
	background: linear-gradient(146deg, rgba(240,112,13,1) 0%, rgba(14,187,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0700d",endColorstr="#0ebbcc",GradientType=1);
    width: 100%;
    color: #fff;
    border:none;
    padding: 16px 0;
    font-size: 30px;
    cursor: pointer;
}
.footer{
	background: #231f20;
	padding:40px 0;
}
.footer_menu{
	margin:0;
	padding:0;
	list-style: none;
	text-align: center;
}
.footer_menu li{
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #fff;
	line-height: 20px;
}
.footer_menu li:last-child{border-right: none;;}
.footer_menu li a{
	color: #fff;
	font-size: 22px;
	display: block;
	font-weight: 300;
}
.footer_menu li a:hover{
	color: #e37418;
}
.copyright p{
	color: #ffffff;
	opacity: 0.5;
	margin:30px 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
}
.newsletter-section{
	padding:140px 0;
	background: url('../images/newsletter-section.jpg') center center no-repeat;
	background-size: cover;
}
.newsletter-section h3{
	color: #231f20;
	font-size: 60px;
	font-weight: 300;
}
.newsletter-section p{
	font-size: 20px;
	color: #231f20;
}
.newsletter-section .input-group{
	max-width: 640px;
	margin:0 auto;
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
	margin-top: 40px;
}
.newsletter-section .input-group .form-control{
	border: none;
    min-height: auto;
    height: auto;
    padding: 20px 20px;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    font-weight: 300;
}
.newsletter-section .input-group .form-control::placeholder{
	color: #3d4351;
	opacity: 0.8;
}
.newsletter-section .input-group .btn{
	background: rgb(240,112,13);
	background: -moz-linear-gradient(146deg, rgba(240,112,13,1) 0%, rgba(14,187,204,1) 100%);
	background: -webkit-linear-gradient(146deg, rgba(240,112,13,1) 0%, rgba(14,187,204,1) 100%);
	background: linear-gradient(146deg, rgba(240,112,13,1) 0%, rgba(14,187,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0700d",endColorstr="#0ebbcc",GradientType=1);
    width: 100%;
    color: #fff;
    border:none;
    padding: 10px 30px;
    font-size: 22px;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
}

.our-gallery{
	padding: 80px 0;
}
.our-gallery .global_heading{
	color: #231f20;
    text-align: center;
    font-size: 40px;
}
.our-gallery .col-sm-3{margin-bottom:30px;}