@charset "utf-8";

/*
 * Copyright (c) 2018 ITAcumens
 */

@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Barlow:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700');
@import url(bootstrap.css);
@import url(bs-slider.css);
@import url(font-awesome.css);
@import url(aos.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.css);


* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}
body {
    overflow-x: hidden;
    background: #fff;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    color: #3F3F3F;
    font-weight: normal;
    line-height: 28px;
}

@media Screen and (min-width:768px){
.menu .navbar-brand{
display: none;
}
}
a, a:hover, a:focus{
	text-decoration: none !important;

}
/*common styles*/
.wrap_sec{
	padding: 30px 0px;
	position: relative;
}
.wrap_sec h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 15px 0px;
}
.txt_bdr{
	text-align: center;
}
.txt_bdr h2{
	color: #1E1E1E;
    font-weight: 800;
    margin-bottom: 0px;
    position: relative;
    font-size: 32px;
    display: inline-block;
	font-family: 'Barlow Condensed', sans-serif;
}
.txt_bdr h2:before{
	content: '';
    position: absolute;
    bottom: 15px;
    left: -45px;
    width: 40px;
    border-bottom: 3px solid #E93135;
}
.txt_bdr h2:after{
	content: '';
    position: absolute;
    bottom: 15px;
    right: -45px;
    width: 40px;
    border-bottom: 3px solid #E93135;
}
.txt_bdr span{
	display: block;
	margin-bottom: 40px;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
}

.btn{
	padding: 8px 30px;
    border-radius: 30px;
    font-size: 18px;
	background: #E93135;
	color: #fff;
	margin: 20px 0px;
}
.btn:hover{
	background: #000;
	color: #fff;
}

/*end*/
.header_sec{
	position: absolute;
    top:13px;
    z-index: 3;
    width: 100%;
	padding: 5px 0px;
}
.header_sec .row{
	display: flex;
	align-items: center;
}
.menu {
    padding: 0px;
}
.menu .navbar {
    margin: 0px;
    min-height: 0px;
	float: right;
}
.menu ul {
   margin: 0px;
}
.menu ul li {
    padding: 0px;
    display: block;
}
.menu ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 10px 18px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}
.menu .nav li.active a,
.menu .nav>li>a:hover,
.menu .nav>li>a:focus {
    color: #F53535 !important;
    background: transparent !important;
}
.soci ul li{
    padding: 0px 3px;
}
 .soci ul li a i{
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: transparent;
    display: inline-block;
    text-align: center;
	color: #fff;
	 font-size: 17px;
}
.soci ul li a:hover i{
    background: #E93135;
}
/*sticky styles*/

.header_sec.sticky {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #f53535;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(78, 32, 32, 0.44);
    box-shadow: 0px 0px 35px 0px rgba(78, 32, 32, 0.44);
    padding: 5px 0px;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
}
.header_sec.sticky img{
	width: 70px;
}
.header_sec.sticky .menu .nav li.active a,
.header_sec.sticky .menu .nav>li>a:hover,
.header_sec.sticky .menu .nav>li>a:focus {
    color: #000 !important;
}
.header_sec.sticky .soci ul li a:hover i{
    background: #000;
}
@-webkit-keyframes sticky{
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky{
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

/*.abt_sec styles*/

.abt_sec img{
	margin-bottom: 30px;
}
.abt_sec p{
	text-align: justify;
}
/*range_sec section*/
.range_sec{
	background-image: url(../images/range_bg.jpg);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
}
.range_sec:before{
	content: '';
	position: absolute;
	left: 0;
	right:0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.75);
}
.range_sec h2{
	color: #fff;
}
.range_sec span{
	color: #fff;
}
.gallery_sec2{
	display: block;
}
.gallery_sec2 .item{
	display: block;
    text-align: center;
    margin: auto;
    padding: 15px 15px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery_sec2 .item svg{
	width: 65px;
	height: 65px;
}
.gallery_sec2 .item .st0{
	fill:#E93135;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gallery_sec2 .item h4{
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	padding-top: 5px;
	line-height: 30px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gallery_sec2 .item:hover .st0{
	fill:#fff;
}
.gallery_sec2 .item:hover h4{
	color: #E93135;
}
.contr_sec{
	padding: 50px 0px;
}
.contr_sec ul {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contr_sec ul li {
    margin: 0px 10px;
	position: relative;
}
.contr_sec ul li:after{
	content: '';
    position: absolute;
    right: -100px;
    border-right: 2px solid #1E1E1E;
    height: 85px;
    top: 10px;
	opacity: .6;
}
.contr_sec ul li:last-child:after{
	border-right:none;
}
.contr_sec ul li span {
    display: inline-block;
    font-size: 54px;
    font-weight: 700;
    font-style: italic;
    margin-top: 15px;
	color: #E93135;
	position: relative;
	margin-left: 50px;
}
.contr_sec ul li:nth-child(1) span:before,
.contr_sec ul li:nth-child(2) span:before,
.contr_sec ul li:nth-child(3) span:before,
.contr_sec ul li:nth-child(4) span:before{
	position: absolute;
	left: -50px;
	top:0px;
	width: 40px;
}
.contr_sec ul li:nth-child(1) span:before{
	content: url(../images/people.svg);
}
.contr_sec ul li:nth-child(2) span:before{
	content: url(../images/corp.svg);
}
.contr_sec ul li:nth-child(3) span:before{
	content: url(../images/prop.svg);
}
.contr_sec ul li:nth-child(4) span:before{
	content: url(../images/cunt.svg);
}
.contr_sec ul li .mar_lt{
	margin-left: 0px;
}
.contr_sec ul li .mar_lt:before{
	display: none !important;
}
.contr_sec ul li h4 {
    font-size: 22px;
	color: #1E1E1E;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
}
.corprate_sec{
	background-image: url(../images/ca_bg.jpg);
}
.corprate_sec:before{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .65), rgb(0, 0, 0, 0));
}
.list_1{
	margin: 30px 0px 0px;
}
.list_1 li{
	position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
	color: #fff;
}
.list_1 li:before{
	content: '\f192';
    position: absolute;
    left: 0px;
    top: 1px;
    font-family: fontawesome;
    font-size: 13px;
    color: #F53535;
}
.footer_sec{
	background: #1E1E1E;
	color: #fff;
	padding-top: 60px;
	font-family: 'Titillium Web', sans-serif;
}

.footer_sec img{
	margin-bottom: 35px;
}
.footer_sec p{
	width: 95%;
    text-align: justify;
	font-size: 15px;
}
.footer_sec span{
	display: block;
    margin: 10px 0px;
	font-size: 16px;
}
.footer_sec strong{
	font-weight: 600;
}
.footer_sec h4{
	font-size: 25px;
    color: #e93135;
}
.footer_sec .list_1 {
    margin: 10px 0px 0px;
}
.footer_sec .list_1 li{
	padding-bottom: 8px;
	font-size: 15px;
}
.footer_sec a{
	color: #fff;
}
.footer_sec .col-md-2{
	padding-left: 50px;
}
.footer_sec .pd_50{
	padding-left: 50px;
}
.footer_sec .pd_tb{
	padding: 30px 15px 20px;
}
.footer_sec .pd_tb span{
	color: #e93135;
	display: inline-block;
}
.copyright{
	padding: 8px 0px;
	background: #E93135;
	color: #fff;
	font-size: 14px;
}
.copyright a{
	color: #fff;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 20;
    color: #fff;
    background: #F53535;
    padding: 5px 15px;
    font-size: 16px;
	border-radius: 5px;
}
/*sub banner styles*/
.sub_banner{
	position: relative;
}
.sub_banner img{
	width: 100%;
}
.sub_banner:before{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
}
.sub_banner h1{
  margin: 0px;
  font-size: 51px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  font-family: 'Barlow Condensed', sans-serif;
}
.sub_banner ul{
    position: relative;
    bottom: 60px;
    margin: 0px;
    height: 0px;
}
.sub_banner ul li a{
	color: #fff;
}
.sub_banner ul li{
	color: #f53535;
}
.sub_banner ul li a:hover{
	color: #f53535;
}
/*about page styles*/
.abt_page{
	padding-top: 40px;
}.abt_page .row{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.abt_page h1{
	font-size: 30px;
	color: #E93135;
	font-weight: 800;
	padding-bottom: 15px;
	font-family: 'Barlow Condensed', sans-serif;
	position: relative;
	display: inline-block;
}
.abt_page h1:after{
	content: '';
	position: absolute;
	bottom: 15px;
	right: -45px;
	width: 40px;
	border-bottom: 3px solid #E93135;
}
.abt_page span{
	color: #3F3F3F;
	margin-bottom: 20px;
	display: block;
}
.abt_page p{
	text-align: justify;
}
.abt_page img{
	padding: 13px;
    border: 1px solid #eee;
    width: 100%;
    margin-left: 15px;
}
.abt_conter{
	padding-top: 30px;
}
.abt_conter ul li{
	border: 1px solid #eee;
    padding: 15px 40px;
    width: 260px;
	margin: 0px;
}
.abt_conter ul li:after{
	display: none;
}
/*corp_page styles*/

.corp_page ul{
	margin: 0px;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
    justify-content: space-between;
}
.corp_page ul li{
	margin: 20px 20px 20px 0px;
    padding: 50px 0px;
    border: 1px solid #666666;
    width: 350px;

}
.corp_page ul li:hover{
	 border: 1px solid #E93135;
}
.corp_page ul li:last-child{
	margin-right: 0px;
}
.corp_page ul li h3{
	font-size: 30px;
	color: #1E1E1E;
	font-weight: 700;
	position: relative;
	padding-left: 30px;
	text-align: center;
}
.corp_page ul li:hover h3{
	 color: #E93135;
}
.corp_page ul li:nth-child(1) h3:before, .corp_page ul li:nth-child(2) h3:before, .corp_page ul li:nth-child(3) h3:before{
    position: absolute;
    left: 25px;
    top: 5px;
    width: 40px;
    height: 60px;

}
.corp_page ul li:nth-child(1) h3:before{
	content: url(../images/unit_len.svg);
}
.corp_page ul li:nth-child(2) h3:before{
	content: url(../images/custom.svg);
}
.corp_page ul li:nth-child(3) h3:before{
	content: url(../images/gust_allow.svg);
}
.corp_page .list_pad ul{
	display: block;
	margin-top: 30px;
}
.corp_page .list_pad ul li{
	position: relative;
    padding-bottom: 20px;
    color: #000;
	margin: 0px;
	padding: 0px 0px 15px 20px;
	border: 0px;
	width: auto;

}
/*contatpage*/
.contact_page{
	padding: 40px 0px;
}
.contact_page .row{
	display: block;
}
.contact_page h1{
	padding-top: 0px;
	padding-bottom: 25px;
}
.bdr_rgt:after{
	position: absolute;
    right: 80px;
    content: '';
    top: 50px;
    border-right: 1px solid #bfbfbf;
    height: 330px;
}
.map_bdr{
	padding: 15px;
    border: 1px solid #bdbcbc;
}
.contact_page p{
	padding: 0px 0px 20px 25px;
	position: relative;
}
.contact_page strong{
	font-weight: 900;
	font-family: 'Titillium Web', sans-serif;
}
.contact_page p:before{
	position: absolute;
    left: 0px;
    top: 1px;
    font-family: fontawesome;
    font-size: 20px;
    color: #F53535;
}
.contact_page h1:after{
	display: none;
}
.map:before{
	content: '\f041';

}
.con_em:before{
	content: '\f0e0';
	font-size: 16px !important;

}
.con_phn:before{
	content: '\f095';
    font-size: 18px !important;
	top:4px !important;
}
/*modal box*/
.en_flx{
	display: flex;
	flex-wrap: wrap;
}
.mod_dia{
	width: 800px;
	margin: 30px auto;
}
.mod_dia .modal-body{
	overflow: hidden;
}
.mod_dia .modal-title{
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.mod_dia .modal-header{
	background: rgba(226, 10, 10, 0.91);
    color: #fff !important;
	padding: 0px;
}
.mod_dia .form-group label{
	font-size: 14px;
	font-weight: 500;
}
.mod_dia .form-group .form-control{
	height: 40px;
	border-radius: 0px;
	box-shadow: none;
}
.capcha_img{
	margin-top: 40px;
}
.mod_dia .form-group .form-control:hover{
	border:1px solid #E93135;
}
.mod_dia textarea{
	height: auto !important;
}
.mod_dia .modal-header .close{
	margin-top: 10px;
    margin-right: 20px;
    position: absolute;
    right: 0;
    background: #0a0a0a !important;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 12px;
    color: #fff;
    z-index: 40px;
    padding-top: -3px;
    font-size: 24px;
    display: block;
    border-radius: 20px;
    opacity: 10;
}
.terms li{
    color:#3F3F3F;
}
.terms .list_1{
    margin:10px 0 20px;
}
.trm-lst{margin-top:20px;}
.trm-lst li:before{
    content:'\f101';
    font-family: fontawesome;
    color: #F53535;
    font-size:16px;
   
}
.trm-lst li:last-child{padding-bottom:0;}
/*media quary*/

@media (max-width:767px){


	body{
		font-size: 14px;
		line-height: 26px;
	}
	.header_sec{
		position: relative;
		top: 0px;
		background: #E93135;
		padding: 10px 0px;
	}

	.header_sec .row{
		display: block;
	}
	.header_sec .logo{
		text-align: center;
	}
	.header_sec.sticky{
		display: none !important;
	}
	.menu .navbar{
		float: left;width: 100%;
	}
	.menu .nav li.active a, .menu .nav > li > a:hover, .menu .nav > li > a:focus {
       color: #000 !important;
       background: transparent !important;
   }
	.menu ul li a{
		font-size: 14px;padding: 5px 0px;
	}
	.soci{
		text-align: center;
	}
	.menu .navbar-toggle{
		margin-right: 0px;
		padding: 5px 15px;
		margin: 4px 0px;
	}
	.menu .navbar-toggle .icon-bar{
		border:1px solid #fff;
	}
	.menu .navbar-brand{
		color: #fff;
		font-size:14px;
		padding: 5px 15px;
		height: 30px;
	}
	.btn{
		padding: 6px 20px;font-size: 14px;margin: 10px 0px 20px;
	}
	.wrap_sec{
		padding: 20px 0px;
	}
	.txt_bdr h2{
		font-size: 20px;
	}
	.txt_bdr h2::before{
		width: 30px;
		left: -35px;
	}
	.txt_bdr h2::after{
		width: 30px;
		right: -35px;
	}
	.txt_bdr span{
		margin-bottom: 15px;
	}
	.header_sec.sticky img{
		height: 70px;
	}
	.abt_sec img{
		margin:10px 0px 15px;
	}
	.contr_sec ul li::after{
		display: none;
	}
	.gallery_sec2 .item{
		padding: 5px 15px;
	}
	.gallery_sec2 .item h4{
		font-size: 20px;padding-top: 0px;
	}
	.list_1 li{
		padding-bottom: 10px;
		font-size: 13px;
	}
	.footer_sec .col-md-2, .footer_sec .pd_50{
		padding-left: 15px;
	}
	.footer_sec img{
		margin-bottom: 15px;
	}
	.footer_sec .pd_tb{
		padding: 0px 15px 0px;
	}
	.copyright{
		text-align: center;
		font-size: 12px;
	}
	.copyright .text-right{
		text-align: center;
	}

	.contr_sec ul li span{
		font-size: 35px;
	}
	.contr_sec ul li h4{
		font-size: 18px;
	}
	.copyright .col-xs-6{
		width: 100%;
	}
	.sub_banner h1{
		font-size: 24px;
	}
	.abt_page img{
		margin-left: 0px;
	}
	.sub_banner ul{
		bottom: 30px;
	}
	.abt_conter{
		padding-top: 0px !important;
	}
	.corp_page ul li{
		margin: 7px 0px 10px 0px;padding: 20px 0px;
	}
	.corp_page ul li h3{
		font-size: 25px;
	}
	.bdr_rgt::after{
		display: none;
	}
	.abt_page h1{
		font-size: 24px;padding-bottom: 20px;
	}
	.contact_page p{
		padding: 0px 0px 4px 25px;
	}
	.map_bdr{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.corp_page .list_pad ul{
		margin-top: 15px;
	}
	.corp_page ul li:nth-child(1) h3::before, .corp_page ul li:nth-child(2) h3::before, .corp_page ul li:nth-child(3) h3::before{
		left: 15px;
	}
	.corp_page .list_pad ul li{
		padding: 0px 0px 8px 20px;
	}
	
    .terms .list_1 li{
	    text-align:justify !important;
	}
    .terms .list_1{margin-bottom:0px;}
}

@media (min-width:320px) and (max-width:479px){
	.abt_conter ul li{
		width: 100%;margin: 10px 10px;padding: 15px 20px;
	}
	.corp_page ul li{
		width: 100%;
	}
	.terms h1:after{display:none;}

}

@media (min-width:375px) and (max-width:460px){
	.corp_page ul{
		justify-content: center;
	}
	.corp_page ul li{
		width: 85%;
	}
	.terms h1:after{display:none;}
}


@media (min-width:480px) and (max-width:620px){
	.contr_sec ul{
		justify-content: space-around;
	}
	.abt_conter ul li{
		width: 200px;padding: 15px 30px;margin: 10px 0px;
	}
	.abt_page img{
		width: 70%;
		margin: 20px auto;
	}
	.corp_page ul li{
		width: 200px;
		margin: 10px;
	}
	.corp_page ul li:nth-child(1) h3::before, .corp_page ul li:nth-child(2) h3::before, .corp_page ul li:nth-child(3) h3::before{
		width: 25px;
		left: 15px;top: 15px;
	}
	.corp_page ul{
		justify-content: center;
	}
	.corp_page ul li h3{
		font-size: 18px;
	}
	.vis_blk{
		display: none !important;
	}
    .terms h1:after{display:none;}

}
@media (min-width:621px) and (max-width:767px){

	.abt_sec img{
		margin: 10px auto 15px;width: 80%;
	}
	.contr_sec ul{
		justify-content: space-around;
	}
	.contr_sec ul li{
		width: 210px;
	}
	.footer_sec .col-md-2{
		width: 40%;
		float: left;
	}
	.footer_sec .pd_50{
		width: 60%;
		float: left;
	}
	.copyright .text-right {
		text-align: right;
	}
	.copyright .col-xs-6{
		width: 50%;
	}
	.abt_conter ul li{
		width: 250px;padding: 15px 30px;margin: 10px 0px;
	}
	.abt_page img{
		width: 50%;
		margin: 20px auto;
	}
	.corp_page ul li{
		margin: 7px 10px 10px 0px;
		width: 280px;

	}
	.corp_page ul{
		justify-content: center;
	}
	.corp_page ul li:nth-child(1) h3::before, .corp_page ul li:nth-child(2) h3::before, .corp_page ul li:nth-child(3) h3::before{
		left: 15px;
	}
	.vis_blk{
		display: none!important;
	}
	

}
@media(min-width:1024px){
    .footer_sec .col-lg-3{
            padding-left:65px;
}
}