@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Yantramanav', sans-serif;
*/

body{
font-family: 'Yantramanav', sans-serif;	
overflow-x: hidden;
}

.top{
background: #f2f3f5;
padding: 8px 0;
}


.top p{
font-size: 15px;
margin-bottom: 0;
}

.top p a{
color: #ff8200;
padding-left: 5px;
text-decoration: none;
}


.top-right ul {
float: right;
margin-bottom: 0;
}

.top-right ul li{
display: inline-block;
font-size: 15px;
color: #ff8200;
}

.top-right ul li a{
	color: #222;
	text-decoration: none;
	display: block;
	padding: 0 5px;
}


header{
padding: 12px 0;
}

.tp-box {
display: flex;
padding-top: 24px;
}

.tp-box span{
	font-size: 30px;
	color: #ff8200;
	padding-right: 12px;
}

.tp-box h4{
font-size: 20px;
margin-bottom: 2px;
}

.tp-box p{
font-family: 'Open Sans', sans-serif;
font-size: 14px;	
color: #666;
margin: 0;
}

.t-enq a{
display: inline-block;
color: #19232b;
text-decoration: none;
border: 2px solid #f2f3f5;
padding: 10px 12px;
margin-top: 25px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
font-size: 14px;
font-weight: 500;
margin-left: -10px;
}

.t-enq a span{
position: relative;
top: 2px;
padding-left: 6px;
}

.t-enq a:hover{
background: #ff8200;
color: #fff;
border: 2px solid #ff8200;
}

.tp-box2{
margin-left: 35px;
}

.navigation{
position: relative;
z-index: 9;
}

.navbar {
padding: 0;
}

.navbar::before {
	content: '';
	position: absolute;
	right: 0;
	background: #ff8200;
	height: 63px;
	width: 2000px;
	top: 0px;
	z-index: -1;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 22px 25px 10px 25px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 15.5px;
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: -8px;
	background: #222;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::before, .hvr-sweep-to-top:active::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}


.nav-certi{
	display: flex;
	color: #fff;
	padding-top: 11px;
}

.nav-certi::after {
	position: absolute;
	content: "";
	left: 0;
	height: 63px;
	width: 2000px;
	z-index: -1;
	top: 0px;
	background-color: #19232b;
}

.nav-certi span img{
width: 30px;
margin-right: 15px;
}

.t-crti h6{
font-size: 12px;
text-transform: uppercase;
font-weight: 500;

margin-bottom: 3px;
color: #ff8200;
padding-top: 2px;
}

.t-crti h5{
font-size: 18px;
font-weight: 700;
margin-bottom: 0;
}

.carousel-caption{
top: 30%;
}

.carousel-caption h1{
	font-weight: 800;
}

.carousel-caption a {
	display: inline-block;
	font-size: 14px;
	background: #ff8200;
	color: #fff;
	padding: 12px 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	text-decoration: none;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.carousel-caption a  span{
	font-size: 11px;
color: #f1f1f1;
padding-right: 6px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
position: relative;
left: 0px;
}





.pad0{
padding: 0;
}

.sec1-left{
padding:50px 30px; 
}
.sec1-left h4{
	font-size: 15px;
	letter-spacing: 1.8px;
	font-weight: 700;
	text-transform: uppercase;
	color: #7f8284;
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
}

.sec1-left h4::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ff8200;
}

.sec1-left h2{
font-weight: 700;
font-size: 40px;
}

.sec1-left p{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	line-height: 28px;
}

.sec1-left a{
display: inline-block;
font-size: 14px;
background: #222;
color: #fff;
padding: 12px 20px;
font-family: 'Open Sans', sans-serif;
font-weight: 500;
text-decoration: none;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec1-left a span {
	position: relative;
	top: 2px;
	padding-left: 4px;
}

.sec1-left a:hover{
	background: #ff8200;
}


.sec1-rt1{
background: #19232b;
padding: 28px 40px;
height: 100%;
}

.sec1-rt1 h1{
	font-size: 120px;
	font-weight: 900;
	color: #ff8200;
	line-height: 95px;
}

.sec1-rt1 h3{
	font-size: 50px;
	font-weight: 900;
-webkit-text-stroke: 1px #fff;
-webkit-transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	line-height: 55px;
}

.sec1-rt2{
background:#ff8200;
padding: 28px 40px;
height: 100%;
}

.sec1-rt2 span{
font-size: 55px;
padding-bottom: 10px;
display: inline-block;
color: #19232b;
}

.sec1-rt2 h2{
color: #fff;
}

.sec2-box{
position: relative;
overflow:hidden;
}

.sec2-box::before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.3);
	-webkit-transition: all 0.5s ease 0s;
 -o-transition: all 0.5s ease 0s;
 transition: all 0.5s ease 0s;
 z-index: 1;
	}


 .sec2-box img {
 width: 100%;
 -webkit-transition: all 0.5s ease 0s;
 -o-transition: all 0.5s ease 0s;
 transition: all 0.5s ease 0s;
}

.sec2-box:hover img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}


.sec2-details{
text-align: center;
}

.sec2-details h2 {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	z-index: 9;
	left: 0;
	top: 50%;
	width: 100%;
	height: 100%;
	-khtml-transform: translateX(0%) translateY(-8%);
	-moz-transform: translateX(0%) translateY(-8%);
	-ms-transform: translateX(0%) translateY(-8%);
	-o-transform: translateX(0%) translateY(-8%);
	transform: translateX(0%) translateY(-8%);
}

.sec2-details span {
	position: absolute;
	color: #fff;
	width: 55px;
	height: 55px;
	font-size: 22px;
	line-height: 55px;
	text-align: center;
	background-color: #ff8200;
	bottom: 0;
right: 0;
z-index: 9;
}

.sec2-details span::before{
transform: rotate(135deg);
display: inline-block;
}

.sec-3{
background: #f2f3f5;
padding: 60px 0;
}

.sec3-title h4{
font-size: 15px;
letter-spacing: 1.8px;
font-weight: 700;
text-transform: uppercase;
color: #7f8284;
display: inline-block;
position: relative;
padding-bottom: 4px;	
}

.sec3-title h4::before{
position: absolute;
content: '';
left: 0;
bottom: 0;
height: 2px;
width: 100%;
background: #ff8200;
}

.sec3-title h2 {
font-weight: 700;
font-size: 43px;
}

.sec3-title p {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	line-height: 28px;
}

.why-box{
background: #fff;
padding: 40px 22px;
margin-top: 50px;
position: relative;
z-index: 9;
height: 310px;
}


.why-box::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	background: #19232b;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: all;
	opacity: 0.50;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: 1;
}

.why-box:hover::after{
	transform: scaleY(1.0);
opacity: 1;
z-index: -1;
}

.why-box span{
color: #ff8200;
font-size: 45px;
padding-bottom: 15px;
position: relative;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.why-box span::before{
position: relative;
z-index: 9;
}

.why-box span::after{
position: absolute;
content: "";
top: -10px;
left: 0px;
width: 60px;
height: 60px;
z-index: 0;
border-radius: 50%;
background: rgba(255, 130, 0, 0.10);
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.why-box h4{
font-size: 22px;
font-weight: 500;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.why-box p{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	line-height: 26px;
	transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
margin: 0;
}

.why-box:hover span, .why-box:hover h4, .why-box:hover p{
color: #fff;
}


.why-box:hover span::after{
	background: rgba(255,255,255, 0.10);
}

.sec-4{
padding: 50px 0;
background: url(../images/sec-5-bg.jpg);
}

.sec4-title h6{
color: #fff;
position: relative;
font-size: 15px;
letter-spacing: 1.8px;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
padding-bottom: 4px;
}

.sec4-title h6::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ff8200;
}

.sec4-title h3{
color: #fff;
font-weight: 700;
font-size: 35px;
}

.sec4-box{
	text-align: center;
	color: #fff;
	margin: 0 15px;
}

.sec4-box img{
	width: 100%;
	display: inline-block !important;
}

.sec4-box  p{
padding: 7px 0px;
border-bottom: 2px solid #ff8200;
}

.slick-pre{
position: absolute;
height: 40px;
width: 40px;
background: #ff8200;
color: #fff;
line-height: 40px !important;
top: -58px;
text-align: center;
right: 50px;
z-index: 99;
cursor: pointer; 
}

.slick-nxt{
position: absolute;
height: 40px;
width: 40px;
background: #ff8200;
color: #fff;
line-height: 40px !important;
top: -58px;
text-align: center;
right: 0px;
z-index: 99;
cursor: pointer; 
}

footer{
padding: 40px 0;
background: #ff8200 url(../images/footer.png);
background-size: cover;
}

.f-about h2{
text-transform: uppercase;
font-weight: 800;
color: #fff;
}

.f-about p{
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 28px;
color: #f1f1f1;
}

.f-links h4{
	color: #fff;
	font-weight: 500;
	position: relative;
}

.f-links h4::before, .f-cnt h4::before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -3px;
	height: 2px;
	width: 30px;
	background: #f1f1f1;
}


.f-cnt h4{
	color: #fff;
	font-weight: 500;
	position: relative;
}

.f-cnt p{
	font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 28px;
color: #f1f1f1;
}

.f-links ul{
	padding-left: 0;
}

.f-links ul li{
font-family: 'Open Sans', sans-serif;
font-size: 15px;	
list-style: none;
}

.f-links ul li a{
color: #f1f1f1;
	text-decoration: none;
	display: block;
	line-height: 30px;
}

.f-links ul li a span {
  font-size: 11px;
  color: #f1f1f1;
  padding-right: 6px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  position: relative;
  left: 0px;
}

.f-links ul li a:hover span {
  position: relative;
  left: 4px;
}

.bottom{
text-align: center;
font-size: 14px;
background: #19232b;
padding: 4px;
font-weight: 300;
}

.bottom p{
	color: #fff;
	margin: 0;
}



    /* -------inner pages-------*/



 .inr-ban{
 	padding: 40px 0px;
 	background-image: url(../images/inr-ban.jpg);
 	background-size: cover;
 	background-repeat: no-repeat;
 }   
 .ban-text {
 	text-align: center;
 }
  .ban-text h1{
  	color: #fff;
  }
  .ban-text ul{
  	padding: 0;
  }
  .ban-text ul li{
  	list-style: none;
  	display: inline-block;
  	color: #fff;
  	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
  }
  .ban-text ul li a{
  	color: #fff;
  	font-family: 'Open Sans', sans-serif;
   font-size: 15px;
  }
  .ban-text ul li a:hover{
  	color: #ff8200;
  }
  .inr-text{
  	padding: 40px 0px;
  }
  .inr-text h1{
  	position: relative;
  }
  .inr-text p{
  	color: #666;
  	line-height: 28px;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 14px;
  }
  .inr-text h3{
  	color: #ff8200;
  	font-size: 25px;
  }
   .inr-text h1::before{
   	  position: absolute;
  content: '';
  background: #ff8200;
  width: 75px;
  height: 2px;
  bottom: 0;
  left: 0;
}
.ab-img{
	position: relative;
}
.ab-img::before{
  position: absolute;
  content: '';
  background-image: url(../images/ab-side.jpg);
  width: 127%;
  height: 162vh;
  top: 55px;
  right: -34%;
  background-repeat: no-repeat;
}
.ab-p {
	padding: 0;
}
.ab-box{
	padding: 35px;
height: 300px;
}
.ab-box i{
	color: #fff;
	font-size: 30px;

}
.ab-box p{
	font-size: 14px;
	line-height: 28px;
		font-family: 'Open Sans', sans-serif;
}
.ab1 {
	background: #f2f3f5;

}
.ab1  i{
	color: #ff8200;
}
.ab2 {
	background:  #003859;
	color: #fff;

}
.ab3 {
	background: #f2f3f5;

}
.ab3  i{
	color: #ff8200;
}
.ab-list {
	padding: 0;
}
.ab-list li{
	list-style: none;
	font-size: 14px;
	line-height: 28px;
		font-family: 'Open Sans', sans-serif;
		color: #666;

}
.pro-box {
    border: 1px solid #ff8200;
    margin: 20px 0px;
    padding: 4px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.pro-box .example-image-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.pro-box a {
    text-decoration: none;
    outline: none;
}

.pro-box img {
    width: 100%;
    transition: all 0.9s ease 0s;
}

.pro-box .example-image-link:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.9s ease 0s;
}
.pro-box p{
	text-align: center;
	margin: 0;
	padding: 10px 0px;
	color: #ff8200;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.con-box{
	text-align: center;
margin-top: 15px;
background: #f2f3f5;
padding: 50px;
height: 240px;
position: relative;
}
.con-box::before{
	position: absolute;
content: '';
background: black;
width: 200px;
height: 2px;
bottom: 0;
left: 20%;
}
.con-box p{
	margin-top: 30px;
	font-size: 14px;
color: #666;
	font-family: 'Open Sans', sans-serif;
}
.con-box span{
	padding: 20px;
	font-size: 30px;
	text-align: center;
	background: #ff8200;
	color: #fff;
}
.map{
	padding: 0;
	line-height: 0;
}
.form-group{
  margin-top: 30px;
}
.form-control {
	background-color: #f2f3f5;
	}
.form-group input{
  border-radius: 0;
  padding: 6px 35px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  height: 45px;
  border: 1px solid #ececec;
}
.form-group i{
  position: absolute;
  top: 44px;
  left: 27px;
  z-index: 0;
  color: #999;
}
.form-group  textarea {
  border-radius: 0px;
  padding-left: 40px;
  padding-top: 10px;
  border: 1px solid #ececec;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.form-group .btn{
  width: 100%;
  background:#222;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  border-radius: 0;
  height: 45px;
  border-right: 5px solid #ff8200;
}
.form-control:focus {
  border-color: #ff8200;
  box-shadow: none;
}