
@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,500,600,700,800,900&display=swap'); font-family: 'Muli', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/*font-family: 'popins', sans-serif;*/
ul {
    list-style: none;
}
.figure {
    margin: 0px;
}
img {
    max-width: 100%;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
ul li{
  font-family: 'Poppins', sans-serif;

}
input,span,label,button{
  font-family: 'Poppins', sans-serif;

}
a{
	text-decoration: none!important;
  font-family: 'Poppins', sans-serif;
}
p{
	font-size:18px;
  font-family: 'Poppins', sans-serif;
	color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins', sans-serif;
}
/* Styles
---------------------------------*/
html{
	scroll-behavior:smooth;
}
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    margin: 0;
	padding:0;
}
.owl-dots .owl-dot:focus {
  outline: none;
}
input:focus{
	outline: none;
}
button:focus{
	outline: none;
}
/*********radio button**********/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background:#bf1900;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*********radio button**********/

@media (min-width: 992px) {
.nav-item:hover .dropdown-menu{
	display: flex;
    transition: all 0.5s ease-in-out;
}
.nav-item:hover .dropdown-menu2 {
    display: block;
    left: -70px!important;
    width: 305px!important;
    border-top: 1px solid #bf1900;
}
}
/**********HEADER START**********/
.paddingzero {
    padding: 0 !important;
}
.navbar{
	padding: 0px 0px;
	background: none;
	transition: all 0.5s ease-in-out;
}
.navbar-brand {
    position: relative;
    height: 76px;
    width: 170px;
    transition: all 0.5s ease-in-out;
}
.navbar-brand img {
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.5s ease-in-out;
    /*border-radius: 0px 0px 35px 35px;
    padding: 5px;
    background: #fff;*/
}
.bg-white{
    background:#fff !important;
}

.logo-brand img {
    width: 100%;
    padding: 5px 0 5px !important;
}
.nav-item {
    padding: 0px 10px;
}
.font-ch{
    font-size: 12px !important;
}
.nav-link {
    font-size: 16px;
    padding: 22px 10px!important;
    color: #000;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}
.nav-link span {
    position: relative;
    display: block;
    padding-bottom: 2px;
}
.nav-link span:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background:#fb1900;
    visibility: visible;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
   transition: all .5s;
    transform: scaleX(0);
    transform-origin: left;
}
.nav-link:hover{
	color: #000;
}
.nav-link.nav-active span:before,
.nav-link:hover span:before{
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-item:focus, .dropdown-item:hover{
    color:#fb1200 !important;
    text-decoration:none;
    background-color: white;
}
.navbar-nav .dropdown-menu .dropdown-item{
	
    width: 50%;
    padding: 0;
    /* border-bottom: 1px solid rgba(0,0,0,.15); */
    /* margin: 10px; */
    /* padding: 30px 30px 15px 30px; */
    margin-bottom: 30px 30px 15px 30px;
    margin-right: 0px;

}
.dropdownmenu .hovercolr{
    font-size:14px !important;
}
.navbar-nav .dropdown-menu2 .dropdown-item{
	width: 100%;
}
.navbar-nav .dropdown-menu .dropdown-item .fa-tint,
.navbar-nav .dropdown-menu .dropdown-item .fa-user-cog{
    height: 27px;
    width: 27px;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    padding: 4px 0px 0px 0px;
    color: #333;
    font-size: 15px;
    margin: 0px 5px 0px 0px;
}
.navbar-nav .dropdown-menu .dropdown-item:nth-child(odd){
	border-right: 1px solid rgba(0,0,0,.15);
}
.navbar-nav .dropdown-menu2 .dropdown-item:nth-child(odd){
	border-right: none;
}
.dropdown-item.active, .dropdown-item:active {
    color: #333!important;
    text-decoration: none;
    background-color: #fff!important;
}
.navbar-nav .dropdown-menu{
	position: absolute;
	animation: 0.5s drpdwn;
	top: 98%;
	left: -120px;
	width: 450px;
    flex-flow: wrap;
    border-radius: 3px;
    padding: 10px 30px 10px 30px;
    overflow: hidden;	
    box-shadow: 0 3px 12px rgba(0, 0, 0, .175);

}
@keyframes drpdwn{
	0%{
		margin-top: 50px;
		opacity: 0;
	}
	100%{
		margin-top: 0px;
		opacity: 1;
	}
}
.navbar.scroll{
	background: #fff;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.20);
	transition: all 0.5s ease-in-out;
}
.navbar.scroll .navbar-brand {
    width: 22%;
    transition: all 0.5s ease-in-out;
}
.navbar.scroll .navbar-brand img {
    top: 4px;
    transition: all 0.5s ease-in-out;
    border-radius: 0px;
    padding: 0px;
}
.navbar.scroll  .nav-link.nav-active,
.navbar.scroll .nav-link:hover{
	color: #FB1200;
}
.navbar.scroll .nav-link span:before{
	background: #FB1200;
}
/**slider**/
#banner{
    background: #f5f5f8;
}
.carousel-indicators li{
	height: 12px;
    width: 12px;
    border-radius: 50%;
}
.carousel-indicators .active{
  height: 12px;
  width: 12px;
  margin-top: 0px;
}
/**hm-about**/
#hm-about{
	background: #f5f5f8;
	padding: 0px 0px 50px 0px;
}
.hm-about1 img{
    transform: rotate(13deg);
    padding-top: 40px;
}
.hm-about2 h3{
	font-size: 65px;
    font-weight: 800;
    text-transform: capitalize;
    color: #ffbc2c;
    /*background: -webkit-linear-gradient(-52deg,#ffbc2c, #fe4d01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
.hm-about2 p{
	font-size: 18px;
}
.hm-about2{
	padding: 80px 0px 0px 0px;
}
.hm-about2 a{
    display: inline-block;
    padding: 11px 35px;
    font-size: 18px;
    font-weight: 500;
    background: #fe4d01;
    color: #fff;
    border-radius: 50px;
    margin: 10px 0px 0px 0px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.hm-about2 a:hover{
	background: #ef4800;
	transition: all 0.2s ease-in-out;
}
/**hm-product**/
#hm-product{
	text-align: center;
	padding:50px 0px 50px 0px;
}
#hm-product .section-title {
    font-size: 45px;
    font-weight: 700;
    color: #293d5a;
}
#hm-product .sec-cncnt{
	font-size: 18px;
}
.port-fst-bx {
    text-align: center;
    padding: 20px 0px 20px 0px;
}
#portfoliolist .portfolio{
	width: 31.33%!important;
    border-radius: 15px;
    display: block!important;
}
.portfolio-wrapper{
	display: block;
	background: #fff!important;
    border: 1px solid rgba(0,0,0,0.10);
    font-size: 20px;
    color: #44566f;
    font-weight: 700;
}

#filters li {
    float: none!important;
    display: inline-block;
    margin: 0px 5px;
}
#filters li span {
    padding: 9px 20px!important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #6d7c90!important;
    background: #f2f4f5;
}
#filters li span.active {
    background: #ffbc2c!important;
    color: #fff!important;
}
.portfolio-wrapper .label{
    background: linear-gradient(to top, rgba(254, 77, 1, 0.8) 0%, rgba(255, 188, 44, 0.8) 100%);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    padding: 25% 0px 0px 0px;
    transition: all 0.5s ease-in-out;	
}
.portfolio-wrapper .label span {
    height: 100px;
    width: 100px;
    padding: 30px 0px 0px 0px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    background: rgba(0,0,0,0.30);
    display: inline-block;
    border-radius: 50%;
}
.portfolio-wrapper .label h5{
	font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 50px 20px 10px 20px;
}
.portfolio:hover .portfolio-wrapper .label{
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
.portfolio:hover .portfolio-wrapper .label span{
    animation: 0.7s prdt-btn;
}
@keyframes prdt-btn{
	0%{
		transform: scale(0);
	}
	25%{
		transform: scale(1.3);
	}
	50%{
		transform: scale(1);
	}
	75%{
		transform: scale(1.1);
	}
	100%{
		transform: scale(1);
	}
}
/**hm-brand**/
.hm-brand{
	background: linear-gradient(to top, rgba(254, 77, 1, 0.8) 0%, rgba(255, 188, 44, 0.8) 100%);
   	background-image: url(../images/brand-bg.jpg);
   	background-repeat: no-repeat;
   	background-position: center;
   	background-size: cover;
	padding: 60px 0px 60px 0px;
    text-align: center;
    
}
.hm-brand .section-title{
	font-size: 45px;
    font-weight: 700;
    color: #fff;
    padding: 0px 0px 40px 0px;
}
.owl-one .owl-bx {
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
    background: #fff;
    display: inline-block;
}
.owl-one .owl-bx h5 {
    font-size: 21px;
    font-weight: 700;
    color: #293d5a;
    padding: 15px 5px 2px 5px;
}
.owl-one .owl-nav.disabled+.owl-dots {
    margin-top: 40px!important;
}
.owl-one .owl-dots .owl-dot{
	margin: 0px 3px;
}
.owl-one .owl-dots .owl-dot.active{
	border: 2px solid #fff;
    border-radius: 50%;
}
.owl-one .owl-dots .owl-dot span{
	width: 13px!important;
    height: 13px!important;
    margin: 3px 3px!important;
    background: #fff!important;
}
/**brand**/
.brand-sec {
    background: #f8f8f8;
    border-radius: 0px;
    padding: 10px 0px 60px 0px;
}
.brand-sec .section-title {
    color: #293d5a;
}
.brand-sec .owl-one .owl-bx{
	box-shadow: 0px 10px 10px rgba(0,0,0,0.10);
    margin: 0px 0px 20px 0px;
}
.brand-sec .owl-one .owl-dots .owl-dot.active {
    border: 2px solid #293d5a;
}
.brand-sec .owl-one .owl-dots .owl-dot span{
	background: #293d5a!important;
}
.brand-sec .owl-one .owl-nav.disabled+.owl-dots {
    margin-top: 20px!important;
}
/**hm-service**/
.hm-service{
	padding: 80px 0px 60px 0px;
	background:#fcfcfc;
	background-repeat: space;
}
.hm-service .section-title{
	font-size: 45px;
    font-weight: 700;
    color: #293d5a;
    text-align: center;
    padding: 10px 0px 40px 0px;
}
.hm-service-bx{
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 20px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.10);
	text-align: left;
	padding: 25px;
	margin: 0px 0px 30px 0px;
	background: #fff;
}
.hm-service-bx img {
    width: 120px;
    margin: 0px 0px 20px 0px;
}
.hm-service-bx h5{
	font-size: 25px;
	font-weight: 700;
	color: #233d63;
	padding: 0px 0px 5px 0px;
}
.hm-service-bx p{
	color: #737b9a;
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 10px 0px;
}
.hm-service-bx a{
    display: inline-block;
    padding: 11px 35px;
    font-size: 18px;
    font-weight: 500;
    background: #fe4d01;
    color: #fff;
    border-radius: 50px;
    margin: 10px 0px 0px 0px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.hm-service-bx a:hover{
	background: #ef4800;
    transition: all 0.2s ease-in-out;
}
/**hm-gallery**/
.hm-gallery{
	background: #f5f5f8;
	text-align: center;
    border-radius: 20% 15% 0px 0px;
    padding: 60px 0px 60px 0px;
}
.hm-gallery .section-title{
	font-size: 45px;
    font-weight: 700;
    color: #293d5a;
    padding: 10px 0px 40px 0px;
}
#lightgallery{
	display: flex;
	flex-wrap: wrap;
}
#lightgallery a {
    display: inline-block;
    width: 32.43%;
    margin: 5px 5px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.hm-gallery .vw-more-btn{
    display: inline-block;
    padding: 11px 35px;
    font-size: 18px;
    font-weight: 500;
    background: #fe4d01;
    color: #fff;
    border-radius: 50px;
    margin: 40px 0px 0px 0px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.hm-gallery .vw-more-btn:hover{
	background: #ef4800;
    transition: all 0.2s ease-in-out;
}
.hm-gallery-inr{
	background: linear-gradient(to top, rgba(254, 77, 1, 0.8) 0%, rgba(255, 188, 44, 0.8) 100%);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    padding: 21% 0px 0px 0px;
    transition: all 0.5s ease-in-out;
}
.hm-gallery-inr span{
    height: 100px;
    width: 100px;
    padding: 30px 0px 0px 0px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    background: rgba(0,0,0,0.30);
    display: inline-block;
    border-radius: 50%;
}
#lightgallery a:hover .hm-gallery-inr{
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
#lightgallery a:hover .hm-gallery-inr span{
    animation: 0.7s glry-btn;
}
@keyframes glry-btn{
	0%{
		transform: scale(0);
	}
	25%{
		transform: scale(1.3);
	}
	50%{
		transform: scale(1);
	}
	75%{
		transform: scale(1.1);
	}
	100%{
		transform: scale(1);
	}
}
/**hm-action
.hm-action{

}**/
.hm-action-inr{
	background-image: url(../images/action-bg.jpg);
	background: #ffbc2c;
	padding: 60px 0px 60px 0px;
}
.hm-action-inr .hm-action2{
	padding: 20px 20px 60px 0px;
	display: none;
}
.hm-action1 h4 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
}
.hm-action1 p {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    padding: 5px 0px 10px 0px;
}
.hm-action1 a{
    display: inline-block;
    padding: 11px 35px;
    font-size: 18px;
    font-weight: 500;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    margin: 10px 0px 0px 0px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.hm-action1 a:hover{
	background: #fff;
	color: #293d5a;
    transition: all 0.2s ease-in-out;
}
/**about**/
.about1{
	background-image: url(../images/about-bg1.jpg);
	text-align: center;
	padding: 40px 0px 40px 0px;
}
.about2 {
    background-image: url(../images/about-bg2.jpg);
    text-align: center;
    padding: 40px 0px 40px 0px;
}
.about2 h3{
	font-size: 90px;
    font-weight: 800;
    padding: 0px 0px 20px 0px;
    text-transform: capitalize;
    background: -webkit-linear-gradient(-52deg,#ffbc2c, #fe4d01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about2 p {
    font-size: 20px;
    color: #293d5a;
    padding: 0px 0px 10px 0px;
}
/**about**/

/**product**/
.product {
    padding: 170px 0px 60px 0px;
    background-image: url(../images/product-bg.png);
    background-repeat: no-repeat;
   	background-position: center;
   	background-size: left;
	padding: 89px 0px 60px 0px;
    
}
.product1 h3{
	font-size: 50px;
	font-weight: 700;
	padding: 0px 0px 10px 0px;
    background: -webkit-linear-gradient(-52deg,#000, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.product1 p{
    font-size: 19px;
    color: #000;
    background-color: rgba(255, 225, 225, 0.5);
    padding: 20px 20px 20px 20px;

}
.owl-two .owl-nav{
	position: absolute;
	top: 0px;
	right: 0px;
}
.owl-two .owl-nav button {
    height: 40px;
    width: 40px;
    border-radius: 50%!important;
    background: -webkit-linear-gradient(-52deg,#ffbc2c, #fe4d01)!important;
}
.owl-two .owl-nav button .fa-chevron-left,
.owl-two .owl-nav button .fa-chevron-right{
	color: #fff!important;
}
.owl-two .owl-bx{
	padding: 20px;
	border-radius: 20px;
	text-align: center;
}
.owl-two .owl-bx img {
    width: 50%!important;
    margin: 0px auto;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 10px;
    padding-left: 25px;
}
.owl-two .owl-bx h5 {
    font-size: 25px;
    font-weight: 700;
    color: #293d5a;
    padding: 30px 0px 5px 0px;
}
.owl-two .owl-bx p{
	font-size: 17px;
	font-weight: 500;
}
.owl-two .owl-bx a {
    display: inline-block;
    padding: 5px 25px 7px 25px;
    font-size: 18px;
    font-weight: 500;
    background: #fe4d01;
    color: #fff;
    border-radius: 50px;
    margin: 5px 0px 0px 0px;
    transition: all 0.2s ease-in-out;
}
.owl-two .owl-bx a:hover{
	background: #ef4800;
    transition: all 0.2s ease-in-out;
}
/**product**/

/**service**/
.service1 {
    margin: 70px 0px 0px 0px;
    padding: 80px 0px 80px 0px;
    background-color: #bf1922 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.service1 h3{
	font-size: 60px;
    font-weight: 700;
    color: #fff;
}
.service1 p{
	font-size: 21px;
    font-weight: 500;
    color: #fff;
    padding: 10px 0px 0px 0px;
}
.service2{
	padding: 50px 0px 70px 0px;
}
.service2 h2{
	font-size: 50px;
	font-weight: 700;
	color: #293d5a; 
	text-align: center;
	padding: 0px 0px 70px 0px;
}
.service-bx1{
	text-align: center;
	margin: 50px 0px 0px 0px;
}
.service-bx1 img{
	width: 80%;
}
.service-bx2{
	padding: 70px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
}
.service-bx2 h4 {
    font-size: 30px;
    font-weight: 700;
    color: #293d5a;
}
.service-bx2 p {
    font-size: 17px;
    font-weight: 500;
    color: #293d5a;
    padding: 10px 0px 0px 0px;
}
.service-bx2 a{
	display: inline-block;
    padding: 7px 25px 10px 25px;
    font-size: 18px;
    font-weight: 500;
    background: #fe4d01;
    color: #fff;
    border-radius: 50px;
    margin: 5px 0px 0px 0px;
    transition: all 0.2s ease-in-out;
}
.service-bx2 a:hover{
	background: #ef4800;
    transition: all 0.2s ease-in-out;
}
/**/
.product-type{
	padding: 0px 0px 60px 0px;
}
.product-type .section-title {
    font-size: 50px;
    font-weight: 600;
    color: #293d5a;
    text-align: center;
    padding: 0px 0px 50px 0px;
}
.product-type-bx {
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.10);
    padding: 15px 15px 15px 15px;
    margin: 20px 0px 0px 0px;
    text-align: center;
}
.product-type-bx .prdt-img-bx{
	width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
}
.product-type-bx .prdt-img-bx img{
	width: auto;
	height: auto;
}
.product-type-bx h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fe4d01;
    margin: 0px;
    padding: 15px 0px 5px 0px;
}
.product-type-bx span {
    font-size: 16px;
    font-weight: 500;
    color: #293d5a;
}
/*.product-benefit{
	
}*/
.product-benefit ul li {
    font-size: 18px;
    padding: 7px 0px 7px 0px;
    margin: 0px;
    color: #293d5a;
}
.product-benefit ul li .fa-check-circle {
    color: #fe4d01;
    margin: 0px 5px 0px 0px;
}
.product-benefit-img{
	background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.03);
    border-radius: 10px;
}
.product-benefit-img img{
	border-radius: 10px;
}
/**service**/

/**service-inr**/
#service-inr {
    margin: 70px 0px 0px 0px;
    padding: 50px 0px 90px 0px;
    background-image: url(../images/service-inr-bg.jpg);
}
#service-inr h4 {
    font-size: 40px;
    font-weight: 700;
    color: #293d5a;
    text-align: center;
    padding: 0px 0px 70px 0px;
}
.service-inr1 img{
	border-radius: 10px;
}
.service-inr2 p {
    font-size: 17px;
    font-weight: 500;
    color: #293d5a;
    padding: 10px 0px 0px 0px;
}
.service-inr2 h6 {
    font-size: 20px;
    font-weight: 700;
    color: #293d5a;
    padding: 0px;
    font-style: italic;
}
.service-inr3 {
	padding: 20px 0px 0px 0px;
}
.service-inr3 h6 {
    font-size: 20px;
    font-weight: 700;
    color: #293d5a;
    padding: 0px;
    margin: 15px 0px 10px 0px;
}
.service-inr3 p {
    font-size: 17px;
    font-weight: 500;
    color: #293d5a;
    padding: 0px 0px 8px 0px;
    margin: 0px;
}
.service-inr3 p .fa-check-circle{
	color: #fe4d01;
}
/**service-inr**/

/**gallery**/
.gallery{
	background-image: url(../images/hm-service-bg.jpg);
    padding: 120px 0px 80px 0px;
}
.gallery h2{
	font-size: 45px;
    font-weight: 700;
    color: #293d5a;
    text-align: center;
    padding: 0px 0px 30px 0px;
}
.hm-gallery .section-title{
	font-size: 45px;
    font-weight: 700;
    color: #293d5a;
    padding: 10px 0px 40px 0px;
}
#lightgallery{
	display: flex;
	flex-wrap: wrap;
}
#lightgallery a {
    display: inline-block;
    width: 32.43%;
    margin: 5px 5px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.gallery-inr{
	background: linear-gradient(to top, rgba(254, 77, 1, 0.8) 0%, rgba(255, 188, 44, 0.8) 100%);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    text-align: center;
    padding: 21% 0px 0px 0px;
    transition: all 0.5s ease-in-out;
}
.gallery-inr span{
    height: 100px;
    width: 100px;
    padding: 30px 0px 0px 0px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    background: rgba(0,0,0,0.30);
    display: inline-block;
    border-radius: 50%;
}
#lightgallery a:hover .gallery-inr{
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
#lightgallery a:hover .gallery-inr span{
    animation: 0.7s glry-btn;
}
/**gallery**/

/**Careers**/
.career1 {
    background-image: url(../images/career-bg.jpg);
    padding: 120px 0px 70px 0px;
    text-align: center;
    border-radius: 0px 0px 40% 120px;
}
.career1 h4 {
    font-size: 60px;
    font-weight: 700;
    color: #ffbc2c;
}
.career1 p {
    font-size: 21px;
    font-weight: 500;
    color: #293d5a;
    padding: 10px 0px 0px 0px;
}
.career2{
	padding: 50px;
}
.career2 h3 {
    color: #293d5a;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    padding: 15px 0px 40px 0px;
}
.career2-bx {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.10);
    box-shadow: 0px 10px 10px rgba(0,0,0,0.20);
    margin: 0px 0px 30px 0px;
}
.career2-bx .cnct-bx {
    padding: 30px 20px 30px 20px;
}
.career2-bx .cnct-bx h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    padding: 0px 0px 15px 0px;
}
.career2-bx h5 {
    font-size: 17px;
    font-weight: 400;
    color: #fe4d01;
    margin: 0px;
    padding: 16px 0px 5px 0px;
}
.career2-bx span {
    font-size: 19px;
    font-weight: 600;
    color: #333;
}
.career3 {
    background: #ffbc2c;
    padding: 40px 0px;
    display: flex;
    justify-content: center;
    border-radius: 112% 270px 70px 56%;
}
.career3 h4{
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}
.career3 h4 a{
	color: #fff;
	font-weight: 400;
}
.carousel-item.mySlides.fade {
    opacity: 1;
  }
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }
/**Careers**/

/**contact-us**/
.contactus1{
	padding: 140px 0px 60px 0px;
    text-align: center;
}
.contactus1 h2{
	font-size: 45px;
	font-weight: 700;
	color: #293d5a;
}
.contactus1 p{
	font-size: 20px;
	font-weight: 400;
	color: #293d5a;
}
.contact-bx1{
	text-align: left;
}
.contact-bx1 span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fcfcfc;
    padding: 20px 0px 8px 0px;
}
.contact-bx1 input[type="text"],
.contact-bx1 input[type="email"],
.contact-bx1 input[type="tel"],
.contact-bx1 textarea {
    border: 1px solid rgba(0,0,0,0.20);
    width: 100%;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 16px;
}
.contact-bx1 textarea{
	height: 140px;
}
.radio-btn{
	padding: 10px 0px 10px 0px;
}
.radio-btn label {
    font-size: 12px;
    font-weight: 500;
    padding-right: 25px;
    margin: 0px;
    line-height: 17px;
}
.contact-bx1 button{
    width: 180px;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 500;
    background: #fe4d01;
    color: #fff;
    border: none;
    border-radius: 50px;
    margin: 40px 0px 0px 0px;
    transition: all 0.2s ease-in-out;
}
.contact-bx1 button:hover{
	background: #ef4800;
    transition: all 0.2s ease-in-out;
}
.contact-bx1 h3.error {
    color: #ff0000;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    padding: 10px 0px 5px 0px;
}
.mail-success{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0,0,0,0.70);
}
.mail-success-bx {
    width: 40%;
    margin: 10% auto 0px;
    background: #fff;
    border-radius: 0px;
    padding: 50px 20px 50px 20px;
}
.mail-success-bx span {
    text-align: center;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 7px solid #04D960;
    padding: 14px;
    border-radius: 50%;
    color: #04D960;
    font-size: 40px;
}
.mail-success-bx h5 {
    font-size: 26px;
    font-weight: 500;
    padding: 30px 0px 0px 0px;
    color: #04D960;
    text-align: center;
}
/**/
.cnct-adrs{
	padding: 30px 0px 70px 0px;
}
.cnct-adrs{
    padding: 30px 0px 70px 0px;
    width: initial;
}
.cnct-adrs-bx{
	border: 1px solid rgba(0,0,0,0.10);
    border-radius: 20px;
    padding: 30px 30px 20px 30px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.10);
    margin: 0px 0px 30px 0px;
    
}

.cnct-adrs-bxh{
	border: 1px solid rgba(0,0,0,0.10);
    border-radius: 20px;
    padding: 30px 30px 20px 30px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.10);
    margin: 0px 0px 30px 0px;
    height: 75%;
}

.cnct-adrs-bx h3 {
    font-size: 25px;
    font-weight: 700;
    color: #293d5a;
    padding: 0px 0px 25px 0px;
}
.cnct-adrs-bx ul{
	padding: 0px;
}
.cnct-adrs-bx ul li {
    padding-right: 10px;
    display: flex;
    margin: 20px 0px 0px 0px;
}
.cnct-adrs-bx ul li span {
    height: 30px;
    width: 30px;
    display: inline-block;
    border: 1px solid #293d5a;
    border-radius: 75%;
    text-align: center;
    color: #293d5a;
    padding: 4px 0px 0px 0px;
}
.cnct-adrs-bx3 ul li span {
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 1px solid #293d5a;
    border-radius: 50%;
    text-align: center;
    color: #293d5a;
    padding: 4px 0px 0px 0px;
}
.cnct-adrs-bx ul li a,
.cnct-adrs-bx ul li p{
    display: inline-block;
    color: #293d5a;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 0px 0px 15px;
}
/**/
.cnct-adrs-bx2{
    background: #ffbc2c;
    width: 60%;
    margin: 0px auto 10px;
    text-align: left;
}
.cnct-adrs-bx2 h3,
.cnct-adrs-bx2 ul li span,
.cnct-adrs-bx2 ul li a, 
.cnct-adrs-bx2 ul li p{
	color: #fff;
    border-color: #fff;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-bottom: 12px;
    
}
/**/
.map{
	width: 100%;
	height: 500px;
}
.map-inr {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.map-inr iframe{
	width: 100%;
	height: 100%;
}
/**contact-us**/

/**footer**/
.upper-footer{
	padding: 70px 0px 0px 0px;
	background: #1a252b;
    margin-top: -22px;
}
.ftr-link h4, 
.ftr-cnt h4, 
.ftr-folw h4 {
    font-size: 15px;
    font-weight: 700;
    color: #bf1922;
    text-transform: uppercase;
    margin: 0px;
    padding: 12px 0px;
}
/**/
.ftr-abt img{
	width: 25%;
}
.ftr-abt p{
	font-size: 12px;
	font-weight: 500;
	color: #bebebe;
	padding: 2px 0px 0px 0px;
    line-height: 25px;
} 
.ftr-abt {
    text-align: center;
}
/**/
.ftr-link{
	padding: 0px 0px 0px 60px;
}
.ftr-link ul{
	padding: 0px!important;
}
.ftr-link ul li{
	padding: 2px 0px;
	margin: 0px;
}
.ftr-link ul li a{
	font-size: 12px;
	font-weight: 500;
	color: #bebebe;
	transition: all 0.2s ease-in-out;
}
.ftr-link ul li a:hover{
	color: #bf1900;
	transition: all 0.2s ease-in-out;
}
/**/
.ftr-cnt ul{
	padding: 0px!important;
}
.ftr-cnt ul li{
	padding: 5px 0;
	margin: 0px;
}
.ftr-cnt ul li a{
	font-size: 12px;
	font-weight: 500;
	color:#bebebe;
	transition: all 0.2s ease-in-out;
}
.ftr-cnt ul li a:hover{
	color: #bebebe;
	transition: all 0.2s ease-in-out;
}
/**/
.ftr-folw ul{
	padding: 10px 0px 0px 0px;
	display: flex;
}
.ftr-folw ul li{
	margin: 0px auto;
}
.ftr-folw ul li a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    border: 1px solid #293d5a;
    font-size: 23px;
    text-align: center;
    padding: 2px 0px 0px 0px;
    transition: all 0.2s ease-in-out;
    background: #4a565d;    
}
.ftr-folw ul li a:hover{
	color: #fff;
	background: #385490;
	transition: all 0.2s ease-in-out;
}
/**bottom-footer**/
.bottom-footer {
    background: #1a252b;
    text-align: center;
    padding: 15px 0px 15px 0px;
    margin: 0px 0px 0px;
    border-top: 0.1px #bebebe;
}
.bottom-footer p {

    font-size: 10px;
    color: #bebebe;
    margin: 0px;
    letter-spacing: 1px;

}
.border-bot{    border-bottom: 1px solid rgba(255,255,255,.07);
}
.fl_top {
  margin-top: 30px;
}

/*   Media Queries
--------------------------- */

@media (max-width: 768px) {
  .faq_new {
    padding-top: 20px;
}
/**index**/
.banner-top{
    margin-top: 16% !important;
}
.con_boty{
  font-size: 12px !important;
  font-weight: initial;
  padding: 0 14px;
  line-height: 1.5;
}
.carousel-inner img {
    height: 160px !important;
  }
 
  .secd_img {
    display: none;
  }
  .info-part p {
    font-size: 12px;
  }
  .galler_bttn{
    margin: 0 auto;
display: block;
width: 40%;
  }
  .case-study-title {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }
.navbar{
	background: #fff;
	/* border-radius: 0px 0px 10px 10px; */
}
.navbar-brand{
    height: 60px;
    width: 55% !important;
    margin: 0 auto;
}
.navbar-brand img{
	background: none;
	border-radius: 0px;
    padding: 0px;
    left: 10px;
    width: 100%;
}
.navbar.scroll .navbar-brand {
    width: 55%;
    margin: 0;
}
.navbar.scroll .navbar-brand img {
    top: 0px;
}
.navbar-collapse{
	overflow: auto;
}
.nav-link {
    padding: 15px 10px!important;
}
.nav-link span {
    width: 40%;
    margin: auto;
}
.navbar-nav .dropdown-menu {
    left: 0px;
    right: 0px;
    width: 95%;
    margin: 0px auto 10px auto;
    border-top: 1px solid #bf1900;
}
.navbar-nav .dropdown-menu .dropdown-item {
    width: 100%;
}
.navbar-nav .dropdown-menu .dropdown-item:nth-child(odd) {
    border-right: none;
}
#banner {
    margin:0;
}
.hm-about2 {
    padding: 40px 0px 0px 0px;
}
.hm-about1 img {
    transform: rotate(13deg);
    width: 94%;
}
.hm-about2 h3 {
    font-size: 40px;
    padding: 0px 0px 10px 0px;
}
#portfoliolist .portfolio {
    width: 48%!important;
}
.portfolio-wrapper .label {
    padding: 21% 0px 0px 0px;
}
.hm-brand{
	border-radius: 10% 130px 70px 15%;
}
.hm-service .section-title {
    font-size: 35px;
    padding: 10px 0px 40px 0px;
    background: #fff;
}
.hm-gallery .section-title {
    font-size: 35px;
}
#lightgallery a {
    width: 47%;
}
.hm-gallery-inr span {
    height: 70px;
    width: 70px;
    padding: 15px 0px 0px 0px;
}
.hm-gallery-inr {
    padding: 14% 0px 0px 0px;
}
.hm-action-inr{
	border-radius: 10% 130px 70px 15%;
}
.hm-action-inr .hm-action2{
	display: block;
}
.hm-action1 h4 {
    font-size: 40px;
}
.ftr-link {
    padding: 0px 0px 0px 0px;
    text-align: center;
}
/* .bottom-footer {
    border-radius: 60px 35% 0px 0px;
} */
/**index**/
/**aboutus**/
.about1{
	margin: 60px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}
.about2 h3 {
    font-size: 65px;
}
.brand-sec {
	background: #fff;
    padding: 40px 0px 60px 0px;
    margin: 20px 0px 0px 0px;
}
/**aboutus**/
/**product**/
.product1 h3 {
    font-size: 45px;
}
.product {
    padding: 30px 0px 60px 0px;
    background-position-x: unset;
    background-position-y: bottom;
    margin: 60px 0px 0px 0px;
}
.product-type .section-title {
    font-size: 35px;
    font-weight: 600;
    color: #293d5a;
    text-align: center;
    padding: 0px 0px 20px 0px;
}
/**product**/
/**service**/
.service1 {
    margin: 60px 0px 0px 0px;
    padding: 35px 0px 35px 0px;
}
.service1 h3 {
    font-size: 45px;
}
.service1 p {
    font-size: 20px;
}
.service-bx2 {
	padding: 30px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#crudeoil1 {
    order: 1;
}
#crudeoil2 {
    order: 2;
}
#packoil1 {
    order: 3;
}
#packoil2 {
    order: 4;
}
#oiltransport1 {
    order: 5;
}
#oiltransport2 {
    order: 6;
}
#jobwork1 {
    order: 7;
}
#jobwork2 {
    order: 8;
}
/**service**/
/**service-inr**/
#service-inr {
    margin: 70px 0px 0px 0px;
    padding: 50px 0px 50px 0px;
    background-image: url(../images/service-inr-bg.jpg);
}
#service-inr h4 {
    padding: 0px 0px 30px 0px;
}
.service-inr1 img {
    margin: 0px 0px 30px 0px;
}
/**service-inr**/
/**gallery**/
.gallery h2 {
    font-size: 45px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    background: #fff;
}
.gallery-inr span {
    height: 70px;
    width: 70px;
    padding: 15px 0px 0px 0px;
}
.gallery-inr {
    padding: 13% 0px 0px 0px;
}
/**gallery**/

/**career**/
.career1 {
    padding: 50px 10px 50px 10px;
    margin: 60px 0px 0px 0px;
}
.career1 h4 {
    font-size: 45px;
}
.career2 {
    padding: 50px 0px;
}
.career2 h3 {
    font-size: 38px;
}
.career2-bx .cnct-bx h2 {
    font-size: 28px;
}
.career3 h4 {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.career3 h4 a {
    display: inline-block;
    padding: 15px 0px 0px 0px;
}
/**career**/
/**contact**/
.contactus1 {
    padding: 40px 0px 60px 0px;
    margin: 60px 0px 0px 0px;
}
.contactus1 h2 {
    font-size: 40px;
}
.cnct-adrs-bx2{
    width: 100%;    
}
.radio-btn {
    padding: 10px 0px 10px 0px;
    display: flex;
    flex-wrap: wrap;
}
/**contact**/

}
/*15-04-2023*/
.dropdown-menu.dropdown-menu2 a{
    margin-bottom: 15px;
    margin-right: 25px !important;
    font-size: 14px;
    color: #606060;
    background: transparent;
}
.service1 h1{
    color: #fff;
    font-weight: 700;
}
.gt3-page-title__content .gt3_breadcrumb a{
    margin: 0;
    padding: 0 1px;
    color: inherit;
    letter-spacing: 1px;
}
.gt3-page-title__content .breadcrumbs{
    white-space:nowrap;
}
.gt3_custom_tooltip:before, .gt3_pagination_delimiter:after, .woocommerce .woocommerce-breadcrumb span.gt3_pagination_delimiter:before, blockquote:before, .blog_post_media--quote .quote_text:before, .blog_post_media__link_text:before, .format-video .gt3_video__play_button, #back_to_top.show:hover{
    background: #f2f0ed;
}
.gt3_pagination_delimiter:after{
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50%;
}
.gt3-page-title.gt3-page-title_horiz_align_center .gt3_breadcrumb{
    text-align: center;
}
.gt3_breadcrumb{
    font-size:.777em;
}
.gt3-page-title__content .gt3_breadcrumb .current{
    margin: 0;
    padding: 0 1px;
    letter-spacing: 1px;
}
.breadcrumbs .sad{
    color : #fff;
    font-size: 12px;
    line-height: 1.5;
}
.logo-brand{
    margin: 0;
    padding: 0;
    width: 22% ;
}
.itreet{
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0;
}
.text-cent {
    text-align: center;
  }
  /* contactus 16-04-2023 */
 
svg:not(:root) {
    overflow: hidden;
}
.contact-page-top-part .contact-details .contact a{
    font-weight: inherit;
}
.contact-page-top-part .contact-details .contact.email{
    margin-bottom:0px;
}
.contact-page-top-part .contact-details .contact:before{
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    border-radius: 50%;
    background-color:#e02b20;
    content: "";
}
.contact-page-top-part .contact-details svg{
    position: absolute;
    top: 10px;
    left: 0;
}
.contact-page-top-part .contact-details .contact{
    flex-basis: 45%;
    position: relative;
    max-width: 45%;
    min-height: 80px;
    margin-bottom: 40px;
    font-weight: 800;
}
.chr-content-container{
    position: relative;
    width: 100%;
    max-width: 1780px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}
.contact-page-top-part .office-title{
    opacity: .2;
}
.small-title, h6{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: uppercase;
}
.small-title,h2{
    margin: 0;
    color: #191919;
      font-family: 'Poppins', sans-serif;
    font-weight: 800;
}
.contact-page-top-part .contact-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col-blk{
    color: #000;
}
@media screen and (min-width: 1100px){
    .contact-page-top-part{
      padding: 80px 0;
  }}
  @media screen and (min-width: 1100px){
  .contact-page-top-part .contact-page-top-container{
      padding: 0 80px;
  }}
  @media screen and (min-width: 1100px){
  .contact-page-top-part .office-title{
      margin-top: 40px;
      margin-bottom: 30px;
  }}
  @media screen and (min-width: 1100px){
      .contact-page-top-part .contact-details .contact{
      padding-top: 20px;
      padding-left: 100px;
      font-size: 18px;
      }
  }
  @media screen and (min-width: 1100px){
      .contact-page-top-part .contact-details .contact:before{
          width: 66px;
          height: 66px;
      }
  }
  @media screen and (min-width: 1100px){
      .contact-page-top-part .contact-details svg{
      width: 45px;
      height: 45px;
  }
  }
  @media screen and (max-width: 766px){
  .contact-page-top-part {
      padding: 50px 0;
  }
  }
  @media screen and (max-width: 766px){
  .chr-content-container {
      padding-right: 20px;
      padding-left: 20px;
  }
  }
  @media screen and (max-width: 1099px){
  .contact-page-top-part .office-title {
      margin-top: 25px;
      margin-bottom: 30px;
  }}
  @media screen and (max-width: 766px){
  .small-title, h6{
      font-size:14px;
  }
  }
  @media screen and (max-width: 766px){
  .contact-page-top-part .contact-details .contact {
      flex-basis: 100%;
      max-width: 100%;
      font-size: 14px;
  }}
  @media screen and (max-width: 1099px){
  .contact-page-top-part .contact-details .contact {
      padding-top: 15px;
      padding-left: 95px;
      margin-bottom: 10px;
  }}
  @media screen and (max-width: 1099px){
  .contact-page-top-part .contact-details .contact:before {
      width: 60px;
      height: 60px;
  }}
  
  @media screen and (max-width: 1099px){
  .contact-page-top-part .contact-details svg {
      width: 43px;
      height: 43px;
  }
  }
  @media screen and (max-width: 766px){
  .contact-page-top-part .contact-details .contact {
      flex-basis: 100%;
      max-width: 100%;
      font-size: 14px;
  }}
  @media screen and (max-width: 1099px){
  .contact-page-top-part .contact-details .contact {
      padding-top: 15px;
      padding-left: 95px;
      margin-bottom: 10px;
  }}
  @media screen and (max-width: 1099px){
  .contact-page-top-part .contact-details .contact:before {
      width: 60px;
      height: 60px;
  }}
  @media screen and (max-width: 1099px){
  .contact-page-top-part .contact-details svg {
      width: 43px;
      height: 43px;
  }}
  @media screen and (max-width: 766px){
  .contact-page-top-part .contact-details .contact.email {
      margin-bottom: 10px;
  }}
  @media screen and (max-width: 766px){
  .contact-page-top-part .contact-details .contact {
      flex-basis: 100%;
      max-width: 100%;
      font-size: 14px;
  }}
  @media screen and (max-width: 1099px){
  .contact-page-top-part .contact-details .contact {
    padding-top: 20px;
    padding-left: 83px;
    margin-bottom: 10px;
  }}
  @media screen and (max-width: 1099px){
  .contact-page-top-part .contact-details .contact:before {
      width: 60px;
      height: 60px;
  }}
  @media screen and (max-width: 1099px){
  .contact-page-top-part .contact-details svg {
      width: 43px;
      height: 43px;
  }}
  /* footer */
  .footer .top-btn {
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    /* top: -25px; */
    margin-top:-7%;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: all 1s;
  }
  
  .regular-text {
    font-size: 40px;
  }
 
  [class^="icon-"], [class*=" icon-"] {
      font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-chevron-up::before {
    content: "\2303";
  }
  .footer .top-btn span {
    color: #1a252b;
  }
  
  .footer .top-btn span {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1a252b;
  }
  *, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  /*17-04-2023 */
    .title-mark {
        font-weight: 700;
        text-align: inherit;
        position: relative;
        color: #bf1200;
        letter-spacing: -.03em;
        font-size: 74px;
        line-height: 80px;
        padding-top: 85px;
    }
        
    #ohio-custom-643ccb171d359, #ohio-custom-643ccb171d359 > * {
        font-size: 19px;
        margin-top: 5%;
        line-height: 37px;
        font-weight: lighter;
    }
    .clb__section_spacer {
        height: 50px !important;
    }
    @media screen and (min-width: 1025px) and (max-width: 1440px){
.clb__section_spacer {
    height: 30px !important;
    border-bottom: 1px solid #ccc;
}}
@media screen and (max-width: 766px){
    .title-mark {
        font-size: 30px;
        line-height: 40px;
      }}
      @media screen and (max-width: 766px){
        .footer .top-btn{
            width: 40px;
            height: 40px;
            margin-top: -24%;
        }
      }
      .carreer-con {
        margin: 10px auto 0;
      }
      .con-carree{
        border: 0px solid #ccc !important;
      }
      .con-carree li{
        border: 0px aliceblue;
      border-bottom: 1px solid #ccc;
      border-radius: 0 !important;
    }
    .new_btn {
        background-color: #17161a;
        border: 1px solid #17161a;
        padding: 10px 14px;
        min-height: 20px;
        line-height: 20px;
        border-radius: 5px;
        transition: all cubic-bezier(.4,0,.2,1) .4s;
        font-size: 11px;
        font-weight: 600;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        text-align: center;
        overflow: hidden;
        margin-top: 10px;
        color: #fff;
      }
      .new_btn:hover{
        color: #fff;
        background: #bf1900;
        border: none;
      }
.why-con::after {
        content: " ";
        display: table;
      }
      .bg-white h2 {
        margin: 0;
      }
      .b-clor {
        color: #0c0c0c;
      }
      hr.dark-line {
        background: url("../images/line-gray.png") repeat-x left center;
      }
  
      .semi-bold {
        font-weight: 600;
      }
      .common-form-section .regular-text {
        line-height: 26px;
        text-align: justify;
      }
      .common-form-section ul {
        list-style: none;
        padding: 0;
        margin: 33px 0;
      }
      .common-form-section ul li {
        font-size: 16px;
        line-height: 48px;
      }
      .common-form-section ul li span {
        font-size: 30px;
        margin-right: 12px;
        top: 5px;
        position: relative;
      }
      .icon-man::before {
        content: "\e728";
      }
      .common-form-section ul li span {
        font-size: 30px;
      }
      .contact-go{
        box-sizing: border-box;
        background: #bf1900;
        padding: 40px;
      }
      .contact-go{
      transition: opacity .5s ease;
      overflow: hidden;
    }
.no-border{
    border:0px solid #ccc !important;
}
.subtitle1{
    color:#ccc;
text-transform: uppercase;
}
.subtitle-2{
    color: #ffffff;
    font-weight: 700;
text-align: inherit;
position: relative;
font-size: 60px;
}
.new_btn1{
    float: right;
width: 200px;
}
.displa-flex{
    display: flex;
}
.new_btn1 {
    background: #17161a;
    color: #fff;
    padding: 14px 18px;
    width: 180px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
  }
  .new_btn1:hover {
    background: #fff;
    color: #000;
  }
  .mar-to p{
     color:#fff;  
     /* margin-top:20px; */
  }
  @media screen and (max-width: 766px){
    .displa-flex {
        display: flex;
        margin: 0;
        width: 100%;
        padding: 0;
      }
  }
  /* aboutus */
  .why-us {
    padding: 60px 0 60px;
  }
  .bg-white {
    background: #fff;
  }
  .o-hidden {
    overflow: hidden;
  }
  .bg-white h2 {
    margin: 0;
  }
hr.dark-line {
  background: url("../images/line-gray.png") repeat-x left center;
}
.common-form-section h3 {
    margin: 15px 0 15px;
    color: #1a252b;
  }
  .semi-bold {
    font-weight: 600;
  }
  .common-form-section .regular-text {
    line-height: 26px;
    text-align: justify;
  }
  .common-form-section ul {
    list-style: none;
    padding: 0;
    margin: 33px 0;
  }
  .common-form-section ul li {
    font-size: 16px;
    line-height: 48px;
  }
  .common-form-section ul li span {
    font-size: 30px;
    margin-right: 12px;
    top: 5px;
    position: relative;
  }
  .icon-man::before {
    content: "\e728";
  }
  .icon-bag-dollar::before {
    content: "\e75e";
  }
  .icon-golf2::before {
    content: "\e86f";
  }
  .icon-user::before {
    content: "\e71e";
  }
  .icon-envelope::before {
    content: "\e696";
  }
  .icon-chevron-right::before {
    content: "\e93c";
  }
.icon-telephone::before {
    content: "\e76a";
}

.row::after {

    clear: both;

}

.common-form-section .regular-text {
  line-height: 26px;
  text-align: justify;
}
.row::after, .row::before {
    content: " ";
    display: table;
  }
  .common-form-section form {
    border-top: 3px solid #1a252b;
    margin: 45px auto 0;
    width: 100%;
  }
  .common-form-section form .form-element-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .common-form-section form h3 {
    margin: 35px 0 10px;
    color: #1a252b;
  }
  .customise-form .icon-bubble {
    top: 18px;
    line-height: normal !important;
  }
  .customise-form .icon-envelope, .customise-form .icon-laptop, .customise-form .icon-bubble {
    font-size: 18px;
  }
  .form .customised-formgroup {
    position: relative;
    margin-bottom: 0;
    color: #1a252b;
    padding: 8px 0;
  }
  form .customised-formgroup span.icon-user {
    font-size: 16px;
  }
  form .customised-formgroup span.icon-telephone {
    font-size: 17px;
  }
  form .customised-formgroup span.icon-envelope {
    font-size: 18px;
  }
  form .customised-formgroup span {
    position: absolute;
    /* top: 22px; */
    left: 0;
    /* font-size: 17px;
    color: #606060; */
  }
  .modal-content form .customised-formgroup textarea, .customise-form .customised-formgroup textarea {
    height: 93px;
  }
  form .customised-formgroup span {
    font-size: 17px;
    color: #606060;
  }
  .icon-bubble::before {
    content: "\e7d6";
  }
  .customise-form .icon-bubble {
    line-height: normal !important;
    font-size: 18px;
    top: 18px;
  }

  .customise-form .customised-formgroup input, .contact-form .customised-formgroup input {
    height: 50px;
  }
  form .customised-formgroup input, form .customised-formgroup textarea {
    border: medium none;
    width: 100%;
    overflow: hidden;
    padding: 10px 25px;
    border-bottom: 2px solid #d5d5d5;
  }
  form .customised-formgroup textarea {
    resize: none;
    /* height: 108px; */
  }
  form .form-control, form .form-control:focus {
    box-shadow: none;
    border-radius: 0;
  }
  .common-form-section .btn.full-width {
    margin-top: 29px !important;
  }
  .btn.btn-fill.full-width {
    display: block;
    margin: 56px auto;
    max-width: 360px;
    width: 100%;
    height: 50px;
    padding: 15px 20px;
    background: #0c0c0c;
  }
  .common-form-section .btn-fill {
    width: 100%;
    margin: 38px 0 20px !important;
      margin-top: 38px;
    min-height: 50px;
    line-height: 18px;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  .btn.btn-fill {
    vertical-align: middle;
    line-height: 18px;
    background: #0c0c0c;
    height: 44px;
    padding: 12px 14px 12px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  .common-form-section .btn.full-width span {
    margin-left: 8px;
  }
  .btn.btn-fill span {
    font-size: 13px;
  }
.ex-reg{
    font-size: 16px;
}
.fas1 {
    margin-right: 10px;
  }
  .about-section-four {
    position: relative;
    padding: 30px 0px 20px;
}
.panel-body.px-3.mb-4 p {
    padding-top: 10px;
  }
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.welcome-section {
    position: relative;
    padding: 30px 0px 0px;
    background: #ffffff;
}
.welcome-section .content {
    position: relative;
    display: block;
    max-width: 1115px;
    margin: 0 auto;
    text-align: center;
}
.content {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}
.centered {
    text-align: center !important;
}
.welcome-section .content h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1.10em;
    letter-spacing: -1px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.welcome-section .content .lower-text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 400;
    color: #497188;
    padding: 20px 0px 0px;
    max-width: 1115px;
    margin: 0 auto;
}
.about-section-four .lower-text {
    color: #616161 !important;
    font-size: 16px;
}
.about-section-four .lower-text p {
    color: #616161 !important;
    font-size: 16px;
}
.about-section-four .text-column {
    position: relative;
    order: 12;
}
@media (min-width: 992px){
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}}
.about-section-four .text-column .inner {
    position: relative;
    display: block;
    /* padding-top: 80px; */
    padding-right: 50px;
}
.about-section-four .sec-title-four {
    margin-bottom: 30px;
}
.sec-title-four {
    position: relative;
}
.sec-title-four .lower-text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
    color: #47698e;
    padding: 0px;
}
.about-section-four .lower-text p {
    color: #616161 !important;
    font-size: 16px;
}
.vision-mission{
    margin: 0px -150px 0px 0px;
    padding: 300px 0px 300px 0px;
    background-image: url(images/p12.jpg);
}
.about-section-two {
    position: relative;
    padding: 50px 0px 70px 0;
    width: 100%;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.about-section-two .counter-column {
    position: relative;
    /* margin-bottom: 50px; */
}
@media (min-width: 992px){
.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}}
.about-section-two .counter-column .inner {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 50px;
    padding-right: 20px;
}
.about-section-two .counter-column h3 {
    position: relative;
    font-size: 26px;
    line-height: 1.25em;
    color: #bf1900;
    font-weight: bold;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 600;
      font-family: 'Poppins', sans-serif;
}
.vision-mission h3 {
    color: #333;
    text-align: justify;
}
.text {
    font-size: 16px;
    line-height: 1.65em;
    font-weight: 400;
    margin:0;
}
.vision-mission p {
    color: #333;
    text-align: justify;
}
.container.contenty h4 {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
  }
  .container.contenty p {
    text-align: center;
    margin-top: 17px;
    line-height: 28px;
  }
  .contenty {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .wt-clie{
    color: #fff;
    font-size: 32px;
  }
  .section-title1{
    font-size: 24px;
font-weight: 700;
color: #ccc;
padding: 0px 0px 12px 0px;
}
.hm-brand1{
    background-image: url(../images/career-img1.jpg);
    background-position: center;
    background-size: cover;
    padding: 60px 0px 60px 0px;
    text-align: center;
    background-repeat: no-repeat;
}
.ma0-to {
    bottom: -95%;
  }
  .noact p{
    color:#fff;
  }
  .matop20{
    margin-top: 10px;
}
.pad-tb {
    padding-top: 50px;
    padding-bottom: 50px;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.justify-content-center {
    justify-content: center!important;
}
@media (min-width: 992px){
.col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
}
.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}
.common-heading>span {
    color: #bf1922;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    display: block;
}
.common-heading.ptag h2 {
    margin-bottom: 15px;
}
.common-heading.ptag p {
    font-size: 18px;
    line-height: 28px;
}
.upset {
    position: relative;
    z-index: 5;
}
.col-lg-6-cus {
    width: 40%;
}
.col-lg-3-cus, .col-lg-6-cus {
    padding: 0;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.service-sec-brp {
    padding: 30px 25px;
}
.bg-gradient13 {
    background: linear-gradient(to right,#47c794 0,#106b8f 100%);
}
.text-w, .text-w h4, .text-w a, .text-w h1, .text-w h2, .text-w h3, .text-w h5, .text-w h6 {
    color: #fff;
}
.srvc-bg-nx {
    overflow: hidden;
    border-radius: 6px;
    margin: 0 10px;
    height: 240px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px #000 0 8.2px 8.9px -30px #000 0 25px 40px -30px #000;
    box-shadow: 0 3.4px 2.7px -30px #000 0 8.2px 8.9px -30px #000 0 25px 40px -30px #000;
}
html .mb10 {
    margin-bottom: 10px;
    font-weight: bolder;
}
.service-sec-brp {
    padding: 30px 25px;
}
.bg-gradient13 {
    background: linear-gradient(to right,#47c794 0,#106b8f 100%);
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-icon {
    margin-left: 5px;
    font-size: 12px;
}
.col-lg-3-cus {
    width: 30%;
}
.col-lg-3-cus, .col-lg-6-cus {
    padding: 0;
}
.service-sec-list, .service-sec-list:hover, .service-sec-list:hover p {
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.srcl1 {
    background: #022640;
    border-bottom: 4px solid #005795;
}
.service-sec-list {
    padding: 52px 25px;
}
.service-sec-list img {
    -moz-transition: width .5s,height .5s;
    -webkit-transition: width .5s,height .5s;
    transition: width .5s,height .5s;
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
}
.service-sec-list h5 {
    color: #fff;
    padding-top: 10px;
    text-align: center;
}        
.-service-list li:first-child {
    padding-left: 0;
    padding-left: 0;
}
.-service-list li {
    text-transform: uppercase;
    list-style: none;
    padding: 0 8px;
    border-right: 1px solid #d4d4d4;
    display: inline-block;
    text-transform: uppercase;
    list-style: none;
    padding: 0 8px;
    border-right: 1px solid #d4d4d4;
    display: inline-block;
}
.-service-list li a {
    color: #fff;
}
.-service-list li a {
    font-size: 12px;
    color: #6a6a8e;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 600;
}
.-service-list li:last-child {
    border-right: none;
}
.-service-list li a {
    color: #fff;
    font-size: 10px;
}
.service-sec-list p {
    display: none;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    margin: 14px 0 0;
}
.srcl2 {
    background: #1ED761;
    border-bottom: 4px solid #009234;
}
.srcl3 {
    background: #01497e;
    border-bottom: 4px solid #022640;
}
.srcl4 {
    background: #47c794;
    border-bottom: 4px solid #1f7c57;
}
.srcl5 {
    background: #47a6cb;
    border-bottom: 4px solid #27a6d8;
}    
.mt30- {
    margin-top: 20px;
}
.mt30- {
    margin-top: 20px;
}
html .mt70 {
    margin-top: 50px;
}
.-cta-btn {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.v-center {
    align-self: center;
    align-items: center;
}
.-cta-btn p {
    font-size: 30px;
    color: #050748;
    margin: 0 30px 0 0;
}
.-cta-btn p span {
    font-weight: 700;
}
.lnk {
    position: relative;
    overflow: hidden;
}
.btn-main {
    font-size: 16px;
    font-weight: 400;
      font-family: 'Poppins', sans-serif;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    outline: none;
    color: #fff;
    background-color: #ff1f8e;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 #81ca9c73;
    box-shadow: 0 10px 15px 0 #81ca9c73;
}
.bg-btn2 {
    background: linear-gradient(to right,var(--blue) 0%,var(--green) 100%);
    -webkit-box-shadow: 0 10px 15px 0 #81ca9c73;
    box-shadow: 0 10px 15px 0 #81ca9c73;
}
/*18-04-2023  */
@media screen and (min-width: 1100px){
.contact-page-bottom-part {
    padding: 80px 0;
    border-top-right-radius: 240px;
}}
.contact-page-bottom-part {
    background-color: #fdce08;
}
@media screen and (min-width: 1100px){
.contact-page-bottom-part .contact-page-bottom-container {
    padding: 0 80px;
}}
.sub-title, h2 {
    margin-bottom: 24px;
    line-height: 1;
}
@media screen and (min-width: 1100px){
.sub-title, h2 {
    font-size: 46px;
    letter-spacing: -1.3px;
}}
.h3-style .highlight, .h4-style .highlight, .h5-style .highlight, .small-title .highlight, .sub-title .highlight, .title .highlight, h1 .highlight, h2 .highlight, h3 .highlight, h4 .highlight, h5 .highlight, h6 .highlight {
      font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: italic;
}
.highlight {
    background-color: rgba(17, 119, 187, 0.5);
}
.contact-page-bottom-part .project-form-wrapper {
    position: relative;
    padding-left: 380px;
    margin-top: 60px;
}
@media screen and (min-width: 1100px){
.contact-page-bottom-part .form_side_image {
    right: calc(100% - 360px);
}}
.contact-page-bottom-part .form_side_image {
    position: absolute;
    z-index: 2;
    top: 10px;
    transform: scale(.8);
    transform-origin: top right;
}
.project-form-wrapper .project-form {
    position: relative;
    z-index: 2;
}
input[type=hidden] {
    display: none;
}
input {
    line-height: normal;
}
.project-form-wrapper .required-text {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}
.project-form-wrapper .required-text:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #191919;
    content: "";
}
.project-form-wrapper .part-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.project-form-wrapper .part-1 .field-wrapper {
    flex-basis: 49%;
}
.project-form-wrapper .project-form .field-wrapper {
    position: relative;
    margin-bottom: 20px;
}
form .field-wrapper {
    display: block;
    /* position: relative;
    margin-bottom: 10px; */
}
form .control-wrap {
    display: block;
    position: relative;
}
.project-form-wrapper .control-wrap label {
    font-weight: 800;
}
.control-wrap label, ::placeholder {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.2px;
}
.project-form-wrapper .project-form .field-wrapper.required .control-wrap:after {
    display: block;
    position: absolute;
    top: 50px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #191919;
    content: "";
}
.project-form-wrapper .part-1 .field-wrapper {
    flex-basis: 49%;
}
.project-form-wrapper .project-form .field-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.project-form-wrapper .control-wrap label {
    font-weight: 800;
}
.control-wrap label, ::placeholder {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.2px;
}
.project-form-wrapper .part-2 {
    margin-bottom: 40px;
}
@media screen and (min-width: 1100px){
.h5-style, h5 {
    font-size: 18px;
}}
.h5-style, h5 {
    margin-bottom: 14px;
    letter-spacing: -.3px;
}

.project-form-wrapper .services-of-interest {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
}
.project-form-wrapper .services-of-interest .project-form-services-of-interest-group {
    display: flex;
}

.project-form-wrapper .services-of-interest .project-form-list-item {
    display: block;
    flex: 25%;
    max-width: 25%;
    position: relative;
    height: 180px;
    border-right: 1px solid #e5e5e5;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background-color .3s ease;
}
.project-form-wrapper .services-of-interest .project-form-list-item.checked svg {
    fill: #fff;
}
.project-form-wrapper .services-of-interest .project-form-list-item svg {
    width: 70px;
    height: 70px;
    margin-top: 35px;
    margin-bottom: 5px;
    fill: #191919;
    transition: fill .3s ease;
}
.project-form-wrapper .services-of-interest .project-form-list-item.checked .project-form-list-item-label {
    color: #fff;
}
.project-form-wrapper .project-form-list-item-label {
    display: block;
    position: relative;
    font-weight: 800;
    transition: color .3s ease;
}
.contactus {
    padding: 50px 0 0;
}
.m-b30 {
    margin-bottom: 30px;
}

@media (min-width: 992px){
.col-md-4 {
    width: 33.33333333%;
}}
.wt-icon-box-wraper.center {
    text-align: center;
}
.p-a30 {
    padding: 21px;
}

.bg-secondry {
    background-color: #f0f0f0;
}
.wt-icon-box-wraper {
    position: relative;
}
.cwdth {
    width: 35px;
    padding-bottom: 20px;
}
.icon-content p {
    word-break: break-all;
}
.text-gray-dark {
    color: #000;
}
.text-center {
    text-align: center;
}
.wt-icon-box-wraper p:last-child {
    margin: 0;
}
.icon-content p {
    word-break: break-all;
}
.text-gray-dark {
    color: #000;
}
.p-a30 {
    padding: 21px;
}
.bg-secondry {
    background-color:#fcfcfc;
}
.p-a30 h5 {
    color: #000;
    font-size: 16px;
    font-weight: bolder;
    
  }
  .contact-bx12 button {
    background-color: #17161a;
    border: 1px solid #17161a;
    padding: 12px 70px;
    min-height: 20px;
    line-height: 20px;
    border-radius: 5px;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
    font-size: 11px;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    color: #fff;
  }
  
  .contact-bx12 button:hover {
    color: #fff;
background: #bf1900;
border: 1px solid #ccc;
}
.any-type {
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 5px;
  }
  .nex-title {
    color: #fff;
    margin: 37px 0;
    position: relative;
}
.nex-title, .nex-titles {
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
}
.nex-title:after {
    margin: -10px auto;
    background: #000;
    position: absolute;
}
.nex-title1:after{
    margin: -10px auto;
background: #eee;
position: absolute;
}
.nex-title1, .nex-titles {
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
  }
.nex-title1::after, .nex-titles::after {
    left: 0;
    right: 0;
    width: 100px;
    height: 1px;
    content: '';
    bottom: 0;
  }
.nex-title:after, .nex-titles:after {
    left: 0;
    right: 0;
    width: 100px;
    height: 1px;
    content: '';
    bottom: 0;
}
.new_col{
    padding-left: 35px;
}
.contact-bx12 {
    margin-top: 25px;
  }
  .bg-cc{
    width: 100%;
background: #fff;
  }
.back-bor{
    border-top-right-radius: 200px;
    background: #bf1200;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 600px;
}
.contact-bx1 .radio-btn label {
    color: #fff !important;
  }
  .nex-title1{
    color: #000;
    margin: 37px 0;
    position: relative;
    text-align: center;
  }
  .porfolio-case-study-part {
    padding-top: 50px;
}
@media screen and (min-width: 1100px){
.portfolio-case-study-wrapper {
    padding: 30px 0;
}}
@media screen and (min-width: 1100px){
.portfolio-case-study-wrapper .portfolio-case-study-content {
    padding-right: 25px;
    padding-left: 80px;
}}
.portfolio-case-study-wrapper .portfolio-case-study-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chr-content-container {
    position: relative;
    width: 100%;
    max-width: 1780px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 1100px){
.portfolio-case-study-wrapper .info-part {
    flex: 1 1 350px;
}}
.portfolio-case-study-wrapper .info-part {
    padding-right: 30px;
}
@media screen and (min-width: 1100px){
.porfolio-case-study-part .case-study-title {
    font-size: 36px;
    font-size: 36px;}
}
@media screen and (min-width: 1100px){
.sub-title, h2 {
    font-size: 46px;
    letter-spacing: -1.3px;
}}
.portfolio-case-study-wrapper .info-part .button {
    margin-left: 0;
}
.button:last-of-type {
    margin-right: 0;
}
.portfolio-case-study-wrapper .featured-image.show {
    opacity: 1;
    transform: translateX(0);
}
.portfolio-case-study-wrapper .featured-image {
    overflow: hidden;
    flex: 1 1 360px;
    position: relative;
    z-index: 3;
    height: 345px;
    margin: 0 15px;
    opacity: 0;
    transition: transform 1s ease,opacity 1s ease;
    transform: translateX(30px);
}
.featured-image {
    width: 100%;
    transition: transform .5s ease;
    transform: scale(1);
}
.portfolio-case-study-wrapper .featured-image .bg {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff no-repeat 50%;
      background-image: none;
      background-size: auto;
    background-size: contain;
    transition: transform .5s ease;
    transform: scale(1);
}
@media screen and (min-width: 1100px){
.portfolio-case-study-wrapper .featured-image.hide-default-3, .portfolio-case-study-wrapper .featured-image.hide-small-desktop {
    display: none;
}}
.portfolio-case-study-wrapper .featured-image.show {
    opacity: 1;
    transform: translateX(0);
}
.chr-content-container:after {
    display: table;
    clear: both;
    content: "";
}
@media screen and (min-width: 1450px){
.other-projects-part .other-projects-title {
    padding-left: 100px;
}}
.other-projects-part .other-projects-title {
    margin-bottom: 30px;
}
.other-projects-part .title, .other-projects-part h1 {
    color: #fff;
}
@media screen and (min-width: 1450px){
.sub-title, h2 {
    font-size: 50px;
    letter-spacing: -1px;
}}
.other-projects-part .title .highlight, .other-projects-part h1 .highlight {
    color: #191919;
}
@media screen and (min-width: 1450px){
.other-projects {
    padding: 0 60px;
}}
/* @media screen and (min-width: 1100px){
.other-projects {
    padding: 0 40px;
    margin: 0 -1.25%;
}} */
.other-projects {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.other-projects .other-project.show {
    opacity: 1;
    transform: translateY(0);
}
@media screen and (min-width: 1450px){
.other-projects .other-project {
    height: 280px;
    margin-bottom: 40px;
}}
@media screen and (min-width: 1100px){
.other-projects .other-project {
    flex: 0 0 22.5%;
    height: 200px;
    margin: 0 1.25%;
    margin-bottom: 20px;
}}
.other-projects .other-project {
    overflow: hidden;
    position: relative;
    opacity: 0;
    box-shadow: 0 5px 15px 1px rgba(0,0,0,.15);
    transition: transform 1s ease,opacity 1s ease;
    transform: translateY(30px);
}
.other-projects .other-project .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat 50%;
    background-size: cover;
    transition: transform .5s ease;
    transform: scale(1);
}
.chr-content-container:after {
    display: table;
    clear: both;
    content: "";
}
.bg1-white{
    color: #fefefe;
    font-size: 12px;
    font-weight: bolder;
    margin-bottom: 12px;
}
.bg1-white1{
    color: #fefefe;
    font-weight: bolder;
}
.title-mark1 {
    font-weight: 700;
    text-align: inherit;
    position: relative;
    color: #bf1200;
    font-size: 40px;
    padding-top: 60px;
  }
.dohi_tem{
    font-size: 15px !important;
margin-top: 1% !important;
line-height: 37px !important;
font-weight: lighter !important;
}
.dohi_tem p{
    font-size: 15px !important;
    margin-top: 1% !important;
    line-height: 37px !important;
    font-weight: lighter !important;
}
#pm-popular-services {
    background: #f4f4f4;
    padding: 48px 0;
  }
  .pm-our-services {
    display: flex;
    flex-wrap: wrap;
  }
  .pm-service-box-wrapper {
    width: calc(33.33% - 30px);
    margin: 80px 15px 0;
    padding: 0;
    background: #FFFFFF;
  }
  .pm-service-content-desktop {
    padding: 48px 32px 18px;
  }
  .pm-popular-post {
    width: 15px;
    height: 19px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .pm-popular-services-desktop .pm-our-services .pm-services-img-wrapper {
    background: #fff;
    padding: 14px;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -50px;
  }
  .pm-about-polular-service {
    margin-bottom: 50px;
  }
  .pm-service-title {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0 0;
    min-height: 54px;
  }
  p.pm-service-excerpt {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
  }
  .pm-popular-service-price-tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 32px;
      padding-top: 0px;
      padding-bottom: 0px;
    padding-bottom: 18px;
    padding-top: 12px;
  }
  .pm-popular-service-price-tag::before {
    content: '';
    position: absolute;
    top: 0;
    width: calc(100% - 64px);
    height: 1px;
    background: rgba(0,0,0,.11);
    left: 0;
    right: 0;
    margin: auto;
  }
  .pm-popular-service-price-tag p.pm-service-price {
    font-size: 20px;
    font-weight: 700;
    color: #bf1200;
  }
  .pm-popular-service-price-tag .pm-service-ttd {
    font-size: 14px;
    color: #555555;
  }
  @media (min-width: 992px){
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }}
  
  .nm_top {
    padding: 35px 0;
  }
  
/* Style the tab */
.tab {
    overflow: hidden;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
 
  
  /* Create an active/current tablink class */
  .tab button.active {
    border-bottom: 1px solid #bf1200;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 32px 2px;
    border-top: 1px solid #ccc !important;
    margin-top: 27px;
  }
 
  
.clr-blck{
    color:#666 !important;
}  
#loadMore {
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px auto;
    border: 1px solid transparent;
    transition: .3s;
  }
  .no-top{
    margin-top:0px !important;
    padding-top:0 !important;
  }
  .col-top{
    background: #f4f4f4; 
    padding: 48px 32px 18px !important;
  }
  .about-section-two .image-column .inner {
    position: relative;
    display: block;
    text-align: center;
}
.about-section-two .image-column {
    position: relative;
    top: 30px;
    /* margin-bottom: 50px; */
}
.banner-top {
  margin: 75px 0 0;
}
.carousel-caaption-left {
    position: absolute;
    bottom: 75px;
    left: 7%!important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left!important;
}



.mad-tb{
    margin-top: 210px;
    background: #fcfcfc;
}


.contact-bx122 button:hover {
  color: #fff;
background: #bf1900;
border: 1px solid #ccc;
}


@media (min-width: 768px){
.d-md-block {
    display: block!important;
}
.contact-bx122 button:hover {
  color: #fff;
background: #bf1900;
border: 1px solid #ccc;
}
.contact-bx122 button {
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #fff;
  line-height: 25px;
  width: 50%;
  margin-top: 30px;
  padding: 10px 5px;
}
}
.carousel-caaption-left h2, .carousel-caaption-right h2 {
    font-size: 55px;
}
.make {
    font-size: 25px!important;
}
.btn-slider {
    color: #fff !important;
    font-size: 16px;
     margin-top: 18px;
    border-color: #5b5c5e;
}
.banner h2 {
    color: #fff;
  }
  .section-2 {
    padding: 100px 0px 100px 0px;
}
.section-2aa {
    position: relative;
}
.seciton2backimage {
    position: absolute;
    right: 0;
    top: 30px;
}
.seciton2backimage img {
    width: 100%;
    opacity: 0.2;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid:before{
    display: table;
    content: " ";
}
#homeabout {
    padding-left: 45px;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
#homeabout h3 {
    margin: unset;
    font-size: 25px;
      font-family: 'Poppins', sans-serif;
    color: #323431;
    font-weight: 300;
    line-height: 35px;
}
#homeabout h1 {
    margin: unset;
    font-size: 25px;
      font-family: 'Poppins', sans-serif;
    color: #323431;
    font-weight: 300;
    line-height: 35px;
}
#homeabout h4 {
      font-family: 'Poppins', sans-serif;
    color: #444444;
    font-size: 32px;
    margin: unset;
    font-weight: 500;
    line-height: 40px;
}
#homeabout h4 span {
    display: block;
}
#choose2 {
    padding-left: 50px;
    padding-right: 50px;
    background: #ffffff;
}
#choose2 p {
    line-height: 25px;
    text-align: justify;
}
.container-fluid:after{
    clear: both;
}
.newcent_in {
    margin: 0 auto;
    text-align: center;
  }
  .col-box img {
    width: 50px;
    height: 50px;
    margin: 23px auto;
    text-align: center;
  }
  .col-box {
    background: #fff;
    height: 150px;
    text-align: center;
  }
  .new-whits {
    min-height: 160px;
  }
.col-box:hover{
    background-image: radial-gradient(at center center, #D1D1D1 0%, #E9444485 100%);
}
.d-flex {
    display: flex!important;
}
.home-core .box {
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 25%) 0 25px 50px -32px;
    border-radius: 10px;
    padding: 10px;
    border-top: 1px solid #ebebeb;
    transition: all .5s ease;
    margin-right: 10px;
    width: 100%;
}
.home-core img {
    width: 70px;
}
.home-core h3 {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}
.c-lnk {
    text-align: center;
    padding: 10px;
}
.c-lnk a {
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid;
    font-weight: 700;
}
.bac-red{
    background: #bf1200 !important;
    max-height: 375px;
    border-radius: 12px;
}
.xs-colr{
    font-size: 30px;
padding-top: 10px;
}









/* 20-04-23 */
.faq_new{
      font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: #091f2f;
    
}
.accordion-section .panel-default > .panel-heading {
    border: 0;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-size: 15px;
    color: #91151e;
}
.accordion-section .panel-default .panel-title a:after {
      font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 22px;
    color: #fcfcfc !important;
    float: right;
    margin-top: -10px;
    border: 1px solid #ccc;
    background: #ccc;
    min-height: 35px;
    width: 30px;
    text-align: center;
}

.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}
.tab-col1{
    border: 1px solid #ccc;
padding: 0 !important;
margin: 0 !important;
}
.faq_new{
  text-align: center !important;
  font-size: 30px !important;
  font-weight: bold;
  padding-bottom: 10px;
}
.panel-title {
    padding: 10px 0px 10px 6px;
    margin: 0 !important;
  }
  .panel-body p {
    font-size: 12px;
  }
  .panel.panel-default {
    margin: 10px;
  }
  .panel-body.px-3 {
    margin-bottom: 0px !important;
  }
  .back-greycl {
    background: #fcfcfc !important;
  }
  .mar-to {
    padding-left: 0 !important;
  }
  .ma-rcto{
    margin-top: 14px;
  }



/* best-btn */




/* CSS */
.button-73 {
    appearance: none;
    background-color: #000;
    border-radius: 10px;
    border-style: none;
    box-shadow: #3A3F46 0 -12px 6px inset;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    outline: none;
    padding: 12px;
    quotes: auto;
    text-align: center;
    text-decoration: none;
    transition: all .15s;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
}

.button-73:hover {
    transform: scale(1.105);
    background: #bf1200;
    box-shadow: none;
}

.button-73:active {
  transform: scale(1.025);
}

@media (min-width: 768px) {
  .button-73 {
    font-size:14px;
  }
}
.back-borlft{
    border-top-left-radius: 110px;
    background: #bf1200;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 600px;
}
.h4-style a {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
  }
 
  .bl-ck {
    color: #847a7a;
    font-size: 15px;
  }
.new-dot ul li {
    color:#BF1900;
    list-style-type: disc;
    font-size: 20px;
  }
 .slow_dd {
        padding: 0px 0 0 120px;
      }
@media screen and (min-width: 1100px){
      .slow_dd:before {
          top: -4px;
          width: 66px;
          height: 66px;
      }}
.slow_dd:before {
    display: block;
    position: absolute;
    left: 40px;
    border-radius: 50%;
    background-color: #bf19009e;
    content: "";
    }
.new-slat {
        margin: 40px auto;
      } 
.clr_nimg {
    width: 50px;
    position: absolute;
    left: 20px;
    top: 6px;
}     
 .cd_slow{
    margin-top: 45px;
}
.ashover:hover {
    border: 1px solid #fcfcfc;
  }
  .nomargin-top {
    margin-top: 0 !important;
  }
  .col-lg-3.col-md-3.pm-service-box-wrapper {
    margin-right: 77px;
}
.ser-col {
    color: #fff;
    line-height: 30px;
  }
  .service-sec-list:hover {
    padding: 25px;
}
.text-left{
    text-align:left !important;
}
.text-left button {
    border: 1px solid #fff;
  }
  .floatrightcms {
    position: absolute;
    bottom: 108px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left !important;
    right: 7% !important;
  }
  .floatrightcms h2{
    color:#fff;
    font-size:55px;
  }
  #loadMore1{
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    /* margin: 20px auto; */
    border: 1px solid transparent;
    transition: .3s;
    /* float: left; */
  }
.web-devne{
    text-align: left;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1px;
}  
.ser-cont{
    text-align: left;
    font-size: 35px;
}
.p-size p{
    font-size: 22px;
    text-align: center;
}
.box-content {
    background: #fff;
    height: 100%;
}
.box-green-border {
    padding: 40px 20px 25px 20px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    height: 100%;
}
.box-green-border a {
    font-size: 20px;
    display: block;
    color: #1a252b;
    font-weight: 600;
    margin-bottom: 7px;
    text-decoration: none;
    margin-bottom: 15px;
    
}
.box-green-border a span {
  display: block;
  margin: 0 auto;
  height: 65px;
}
.box-green-border span {
    font-size: 68px;
    color: #1a252b;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.mov_regsi {
  text-align: center;
}
span.icon-img img {
  display: block;
  width: 30%;
  position: relative;
  top: -5px;
  margin: 0 auto;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.medium-btn2.btn.btn-fill {
    padding: 12px 20px;
    /* height: auto; */
}
.fa-rupee-sign:before {
    content: "\f156";
}
span.font-default {
    color: #fff!important;
    padding: 0!important;
    margin: 0 !important;
    line-height: 0!important;
    display: inline-block!important;
    font-size: 14px !important;
}
.box-green-border p {
    font-size: 16px;
    color: #606060;
    line-height: 26px;
}
.box-green-border::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 2px solid #0c0c0c;
    transition: all .5s;
}
span.icon-img svg {
    display: inline-block;
    width: 60px;
    height: 70px;
}
.box-green-border:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .back_covjp{
    background: url(../images/career-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
  }
.n-poil{
    padding: 11px 0;
}
.newal_img{
    width: 65%;
    float: right;
    margin-right: 70px;
}
.new-ddo{
    padding-left: 100px;
}
.ove-flcon{
    margin: 20px auto;
}
.overf-scrl{
    height: 150px;
overflow-x: scroll;
}
.overf-scrl12 {
    height: 131px;
    overflow-x: scroll;
  }
  .par-txtc {
    font-size: 15px;
    padding-top: 30px;
    color: #000;
  }
  .par-txtc12 {
    font-size: 15px;
    padding-top: 30px;
    color: #fcfcfc;
  }
.sec-rewwl1 {
    width: 50%;
    float: right;
}
.pko_pas{
    padding-top:20px;
}
.sec-rewwl2 {
    width: 50%;
  }
  .wervd-po {
    padding: 25px 0;
  }
  .sd-plkx{
    padding-top: 100px;
text-align: left;
color: #000;
  }
  .padd-ned{
  padding-top: 80px !important;
}


.accordion-section .panel-default .panel-title a.collapsed::after {
    content: "\2304";
  }
  .accordion-section .panel-default .panel-title a::after {
    content: "\2227";
font-style: normal;
font-size: 22px;
color: #fcfcfc !important;
float: right;
margin-top: -10px;
background: #390500;
min-height: 39px;
width: 30px;
text-align: center;
border-radius: 4px;
  }
.remar_opi{
    margin-top: 15px;
    margin-bottom: 10px;
}
.mar_jilft{
    margin-left:25px !important;
}
.sogar_po{
    padding: 50px 0;
}
.ret_tiop{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -90px);
}
.footer .back-to-top a {
    color:#e21b24;
}
.back-to-top.ret_tiop {
    position: fixed;
    bottom: 20px;
    left: 50px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 13px;
    border-radius: 50%;
    background: #fff;
    height: 50px;
    width: 50px;
    border: 1px solid #df1a23;
  }
.footer .back-to-top i {
    display: block;
    font-size: 36px;
    
}
.fa-angle-up:before {
    content: "\f106";
}
.cenr_clss {
    margin: 26px auto;
  }
  .mob_flex{
    display: flex;
  }   

  .contact-bx122 button {
    background-color: #17161a;
    border: 1px solid #17161a;
    border-radius: 5px;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
    font-size: 11px;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #fff;
    line-height: 25px;
    width: 20%;
    margin-top: 30px;
    padding: 10px 5px;
  }


/* mobile responsive */

@media (max-width: 768px){
    /* @media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) { */
    .-service-list {
        padding: 0;
        margin-bottom: 0;
      }
      .mar_jilft{
        margin-left:10px !important;
    }
      .service-sec-list {
        padding: 40px 0px;
      }    
  .mob_flex{
    display:block;
  }    
  .bac-red {
    max-height: 100%;

  }
  .galler_bttn {
    margin: 0 auto;
    display: block;
    width: 70%;
  }
.navbar.scroll .navbar-brand img {
  top: 0px;
  width: 100%;
}
.service-sec-list img {
    height: 50px;
    width: 50px;
    margin-bottom: 0px;
  }
.vision-mission {
    margin: 0px 0px 0px 0px;
   
  }
.col-lg-6-cus {
    width: 100%;
    text-align: center;
    width: 100% !important;
  }
  .col-lg-3-cus, .col-lg-6-cus {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .mad-tb {
    margin-top: 0;
  }
  .section-2 {
    padding: 50px 0 0px 0;
  }
  .mt20.link-prb {
    float: right;
  }
  .pad_nosense{
    padding-top: 0;
  }
  .hm-service {
    padding: 35px 0px 0px 0px;

  }
  .accordion-section .panel-default .panel-title a {
    font-size: 11px;
  }
  .accordion-section .panel-default .panel-title a::after {
    font-style: normal;
    font-size: 22px;
    float: right;
    margin-top: -12px;
    width: 30px;
    text-align: center;
    background: none;
    color: #000 !important;
    border: 0px;
  }
  .why-us {
    padding: 20px 0;
  }
  .new-whits {
    min-height: 160px;
width: 50%;
  }
  .section-title1 {
    font-size: 20px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 8px;
}
.carousel-control-next {
    right: -22px;
    width: 15px;
    display: none;
}
.carousel-control-prev {
    left: -21px;
    width: 15px;
    display: none;
}
.wt-clie {
    color: #fff;
    font-size: 18px;
}
  .bg1-white {
    font-size: 8px;
  }
  .other-projects {
    margin: 0 -1%;
  }
  .other-projects .other-project {
    flex: 0 0 48%;
    height: 100px;
    margin: 0 1%;
      margin-bottom: 0px;
    margin-bottom: 10px;
  }
  .ser-col {
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.8px;
    font-size: 13px;
  }
  #homeabout h3 {
    margin: unset;
    font-size: 16px;
    color: #323431;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
padding-left: 15px;
  }
  #homeabout h1 {
    margin: unset;
    font-size: 16px;
    color: #323431;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
padding-left: 15px;
  }
  #homeabout h4 {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    text-align: left;
    padding: 0px 14px 10px;
  }
  #choose2 {
    padding-left: 15px;
    padding-right: 15px;
   
  }
  #homeabout {
    padding: 0px;
  }
.service1 h1{
    font-size: 20px;
margin-bottom: 0;
}
.back-bor {
    border-top-right-radius: 110px;
    margin-top: 30px;
    padding-top: 40px;
}
.resp_ts{
    margin: 0;
padding: 0;
}
.box p {
    font-size: 12px;
    letter-spacing: 0.2px;
    text-align: left;
    padding: 0 10px;
  }
.home-core .box {
    text-align: center;
margin-bottom: 20px;
border-radius: 10px;
border-top: 1px solid #ebebeb;
transition: all .5s ease;
margin-right: 10px;
padding: 10px 0;
height: 195px; 
  }
.mar-to p{
    margin-top: 0px;
font-size: 12px;
}
.service-sec-brp {
    padding: 10px;
  }
  .mb10 {
font-size: 16px;
  }
  .box-green-border {
    padding: 10px 10px;
  }
  .mov_regsi {
    font-size: 15px;
    text-align: center;
  }
  .medium-btn2.btn.btn-fill {
    padding: 12px 20px;
    font-size: 12px;
  }
  .p-size p {
    font-size: 15px;
  }
  #js-scrolltopable > span {
 
    top: -4px;
  }
  .auto-container {
  margin: 0px auto 15px;
  }
  #loadMore1{
    margin: 0px auto; 
  }
  .new-ddo {
    padding-left: 0;
    padding-top: 15px;
  }
  .par-txtc {
    font-size: 14px;
 }
  .sd-plkx {
    padding-top: 30px;
    color: #000;
    text-align: justify;
  }
  .box-green-border p {
    font-size: 12px;
    line-height: 24px;
  }
  span.icon-img img {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: relative;
    top: -5px;
  }
  .box-green-border a span {
    display: block;
    margin: 0 0 7px;
    height: 60px;
    text-align: center;
  }
.mar-to{
    margin: 0;
padding: 0;
}
.mar-to h2 {
    font-size: 35px;
  }
  .mo_rtex{
    width: 90px;
/* font-size: 12px;
padding: 10px; */
  }
  .text p{
    font-size: 12px;
  }
  .common-heading > span{
    font-size: 12px;
  }
  .mar-to{
    padding-left: 0 !important;
  }
  .common-heading.ptag h2 {
    font-size: 18px;
    margin: 0 auto 10px;
  }
  .common-heading.ptag p {
    font-size: 12px;
    line-height: 21px;
  }
  html .mt70 {
    margin-top: 20px;
  }
  .contact-go{
    padding: 20px;
  }
  .common-form-section ul li {
    font-size: 14px;
    line-height: 25px;
  }
  .common-form-section ul {
    padding: 0;
    margin: 10px 0;
  }
  .common-form-section .regular-text {
    line-height: 22px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .common-form-section form {
    border-top: 3px solid #1a252b;
    margin: 22px auto 20px;
    width: 100%;
  }
  .ma0-to {
    bottom: -70%;
  }
  .bg-white h2 {
    font-size: 18px;
    text-align: center;
  }
  .common-form-section h3 {
    margin: 12px 0;
color: #1a252b;
font-size: 13px;
  }
  .button-73:hover {
    transform: scale(1.03);
    background: #bf1200;
    box-shadow: none;
  }
  .ma-rcto {
    width: 90px;
font-size: 12px;
padding: 10px;
  }
  .ma-rcto span{
    font-size: 10px;
}

  .clb__section_spacer{
    display:none;
}
.footer .back-to-top i {
    display: block;
    font-size: 25px;
  }
  .accordion-section .panel-default > .panel-heading {

    height: 35px;
  }
.back-to-top.ret_tiop {
    position: fixed;
    bottom: -10%;
    left: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 50%;
    background: #db1b24;
    height: 35px;
    width: 35px;
  }
 
  .carousel-caaption-left {
    position: absolute;
    bottom: 12px;
    left: 5% !important;
    z-index: 10;
    padding-bottom: 20px;
    color: #fff;
    text-align: left !important;
  }
  .banner h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .make {
    font-size: 10px !important;
    font-weight: 800;
  }
  .future {
    font-size: 10px;
    font-weight: 800;
  }
  .text-left button {
    border: 1px solid #595959;
  }
  .contact-bx12 button {
    background-color: #17161a;
    padding: 5px 5px;
    border-radius: 4px;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
    font-size: 9px;
    font-weight: 600;
    vertical-align: middle;
    color: #fff;
  }
  
  
  .carousel-indicators li {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    padding-top: 2px;
    margin-top: 10px;
    margin-right: 3px;
    margin-left: 3px;
  }
  .floatrightcms {
    position: absolute;
    bottom: 0px;
    left: 50% !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left !important;
  }
  .floatrightcms h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hidden{
    display:hidden !important;
  }
  .carousel-indicators li:active {
    margin-top: 11px;
  }
  .carousel-indicators {
    margin-bottom: 0;
  }
  .carousel-indicators .active {
    height: 5px;
    width: 5px;
    margin-top: 10px;
  }
  .about-section-four {
    padding-top: 8px;
  }
  .welcome-section .content h2{
    font-size: 20px;
  }
  .about-section-four .lower-text p {
    font-size: 12px;
  }
  .welcome-section {
    padding: 0;
  }
  .about-section-four .text-column .inner {
 
    padding-right: 0;
  }
  .about-section-two {
    padding: 0px 0px 0px 0;
  }
  .about-section-two .counter-column .inner {
    width: 100%;
    padding-right: 0px;
    padding-top: 0;
  }
  .about-section-two .counter-column h3 {
  text-align: center;
  font-size: 23px;
}
.about-section-two .image-column{
    position: relative;
top: 0;
margin-bottom: 5px;
width: 100%;
}
.about-section-two .image-column .inner {
    position: relative;
    display: block;
    text-align: unset;
  }
  .tilt-item {
    width: 185px;
    margin: 0 auto;
    display: block;
  }
  .-cta-btn p {
    font-size: 12px;
    color: #050748;
    margin: 0 0px 0 0;
  }
  .box-content {
    margin-bottom: 10px;
  }
  .remar_opi {
    margin-top: 0;
  }
  #pm-popular-services {
    padding: 20px 0;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
  }
  .title-mark1 {
    font-size: 25px;
padding-top: 20px;
text-align: center;
margin: 0 auto;
padding-bottom: 20px;
  }
  .tab button {
    cursor: pointer;
    padding: 5px 15px;
    transition: 0.3s;
    font-size: 15px;
    float: unset;
    margin: 0 auto;
    display: block;
  }
  .spl_fntre{
    font-size: 12px !important;
text-align: left;
   
}
.sec-rewwl1 {
    width: 40%;
margin: 6px auto;
display: block;
float: left;
  }
  .sec-rewwl2 {
    width: 50%;
    float: right;
  }
  .par-txtc12 {
    font-size: 12px;
    padding-top: 10px;
    color: #fcfcfc;
  }
 
  .padd-ned {
    padding-top: 0px !important;
  }
  .common-form-section form .form-element-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .back-borlft {
    border-top-left-radius: 100px;
    padding-top: 45px;
    padding-bottom: 20px;
    min-height: 600px;
  }
  .ftr-cnt.text-cent h4 {
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  .resp_cssbt{
    padding: 13px 30px !important;
    width: 80% !important;
    margin-top: 15px !important;
  }
  .container.contenty p {
    padding: 7px 4px !important;
    width: 100% !important;
    margin-top: 10px !important;
  }
  .contenty {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .srvc-bg-nx {
    overflow: hidden;
    height: 100%;
    overflow-x: scroll;
  }
  .container {
    width: 100% !important;
  }
}

.spl_fntre{
    font-size: 25px;
   
}


  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
.active, .dot:hover {
    background-color: #7171712b
  }
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }
  .back-to-top.active {
    opacity: 1;
    pointer-events: inherit;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .button:focus, a:focus, button:focus, input:focus {
    outline: 0;
  }
  #js-scrolltopable.js-scrolltopable--visible {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #js-scrolltopable {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: white;
    width: 3rem;
    height: 3rem;
    margin: 0.5em;
    border-radius: 0.25em;
    cursor: pointer;
    z-index: 999999;
  }
  #js-scrolltopable {
    color: white;
    cursor: pointer;
  }
  #js-scrolltopable {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: white;
    width: 3rem;
    height: 3rem;
    margin: 0.5em;
    border-radius: 0.25em;
    cursor: pointer;
  }
  #js-scrolltopable > span {
    font-size: 40px;
    position: relative;
    top: -4px;
  }
  .-service-list {
    padding-left: 0;
    text-align: center;
  }

  .service-sec-list img {
    margin: 0 auto;
    display: block;
  }
  .secd_img {
    width: 30%;
    height: 230px;
    margin: 0 50px 0;
  }
  .fst_img {
    width: 45%;
    float: left;
  }
  /* 26-04-2023 */
  .whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
  }
  .whatsapp a img {
    height: 60px;
    width: 60px;
  }
  @media screen{
  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }}
  
  @media screen and (min-width: 767px) and (max-width: 1099px){
  .other-projects .other-project {
    flex: 0 0 31.33%;
    height: 170px;
    margin: 0 1%;
    margin-bottom: 20px;
  }}
  @media (max-width: 768px) {
   
    .fst_img {
      width: 100%;
      margin: 0 auto;
  display: block;
    }
    .whatsapp {
      position: fixed;
      right: 10px;
      bottom: 15px;
      z-index: 99999;
    }
    .whatsapp a img {
      height: 40px;
      width: 40px;
    }
    #buttonx::after {
      font-size: 18px !important;
      line-height: 35px !important;
    
    }
    #buttonx {
      width: 40px !important;
      height: 40px !important;
      bottom: 10px !important;
    }
    .mail-success-bx {
      width: 90%;
      margin: 50% auto 0px;
      background: #fff;
      border-radius: 9px;
      padding: 10px;
  }
  .succ_img {
    margin: 0 auto;
    display: block;
    width: 30%;
    height: 30%;
}
.mail-success-bx h5 {
  font-size: 20px;
  font-weight: 500;
  padding: 30px 0px 0px 0px;
  color: #04D960;
  text-align: center;
}
  }

  /* preloader */
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f2f3;
    z-index: 9999;
  }
  
  .spinner {
    width: 100%;
    height: 100%;
    animation: spin 0s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .spinner img {
    max-width: 100%;
    max-height: 100%;
  }
 
  #buttonx {
    display: inline-block;
    background-color: #bf1900;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 0;
    left: 5px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #buttonx::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: lighter;
    font-style: normal;
    font-size: 25px;
    line-height: 50px;
    color: #fff;
  }
  #buttonx:hover {
    cursor: pointer;
    background-color: #333;
  }
  #buttonx:active {
    background-color: #555;
  }
  #buttonx.show {
    opacity: 1;
    visibility: visible;
  }@media (min-width: 500px) {
   
    #buttonx {
      margin: 20px;
    }
  }
.succ_img{
  margin: 0 auto;
    display: block;
    width: 30%;
    height: 30%;
}
.as_sub {
  margin: 0 auto;
  display: block !important;
}

.con_boty{
  color: #616161 !important;
  font-size: 16px;
}
  

/* 03-05-2023 */

.li_hov:hover{
    color: #fff;
    background:linear-gradient(90deg, rgba(254,218,117,1) 0%, rgba(250,126,30,1) 35%, rgba(214,41,118,1) 100%) !important;
    transition: all 0.2s ease-in-out;
}
.tw_hov:hover{
    color: #fff;
    background:#1DA1F2 !important;
    transition: all 0.2s ease-in-out;
}
.lin_hov:hover{
  color: #fff;
  background: #0A66C2 !important;
  transition: all 0.2s ease-in-out;
}
.radio-btn label:nth-child(n+2) {
  margin-top: 10px !important;
}
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  box-shadow: 0px 0px 10px 0px #ccc;
  padding: 10px;
  margin: 10px auto;
}

.active, .accordion:hover {
  background-color: #bf1200;
  color: #fff;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.tab, .active {
  color: black !important;
}
.ned_blck.active:after {
  display:none;
}
#conta_roll {
  height:150px; 
  position:relative; 
  overflow:hidden;
  margin: 20px 0;
}
.photobannera {
  position:absolute; 
  top:0px; 
  left:0px; 
  overflow:hidden; 
  white-space: nowrap;
  animation: bannermove 10s linear infinite;
}
.photobannera img {    
  margin: 0 0.5em ;
  height:150px; 
}
@keyframes bannermove {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-50%, 0);
  }
}
.ftr-cnt.text-cent li:hover {
  padding-left: 5px;
  transform: translateX(4px);
  transition: 350ms ease-in-out;
}
.ftr-link li:hover {
  padding-left: 5px;
  transform: translateX(4px);
  transition: 350ms ease-in-out;
}
.ftr-folw.text-cent li:hover {
  padding-bottom: 5px;
  transform: translateX(4px);
  transition: 350ms ease-in-out;
}
.new-fas1{
  color: #bf1900;
  font-size: 17px;
}