@font-face {
  font-family: poppins-r;
  src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
  font-family: poppins-m;
  src: url('../fonts/Poppins-Medium.ttf');
}
@font-face {
  font-family: roboto-r;
  src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: poppins-sm;
  src: url('../fonts/Poppins-SemiBold.ttf');
}
@font-face {
  font-family: poppins-b;
  src: url('../fonts/Poppins-Bold.ttf');
}
@font-face {
  font-family: Montserrat-m;
  src: url('../fonts/Montserrat-Medium.ttf');
}
@font-face {
  font-family: Cabin-m;
  src: url('../fonts/Cabin-Medium.ttf');
}
@font-face {
  font-family: BreeSerif;
  src: url('../fonts/BreeSerif-Regular.ttf');
}
@font-face {
  font-family: opensans-r;
  src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: ptsans;
  src: url('../fonts/PTSans-Regular.ttf');
}
.imgsfile{
	margin-bottom: 15px;
}
.clpdf h4{
	text-align: center;
}
.clpdf img{
	width: 60%;
}
.clpdf a{
	color: black;
}
.clpdf p{
	text-align: center!important;
}
.imgsfile img{
	width: 100%;
	padding: 5px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	border-radius: 5px;
	height: 250px;
	cursor: pointer;
	object-fit:contain;
}
.mrl img{
	width: 100%;
	height: 400px;
	object-fit:contain;
}
.righct img{
	width: 100%;

}
.whwr h3{
	 font-family: poppins-b;
	 text-transform: uppercase;
}
.whwr h6{
	font-family: poppins-m;
	font-size: 16px;
	margin-bottom: 15px;
}
.whwr p{
	font-family: poppins-r;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
}
.pagebg{
	background: url('../images/banner1.jpg');
	background-position: center;
	background-size: cover;
	height: 400px;
	position: relative;
}
.headpos{
	position: absolute;
	bottom: 0;
	left: 9%;
	background: transparent;
	border:3px solid white;
	padding: 10px;
	border-bottom: none;
	
}
.abtcont{
	padding-top: 50px;
	padding-bottom: 50px;
}
.headpos h3{
	color: white;
	font-family: poppins-b;
}
.headpos p{
	color: white;
	font-family: poppins-m;
	margin-bottom: 2px;
}
.qutecnt{
	padding: 25px;
}
.drpdwn{
	position: absolute;
	width: 300px;
	background: white;
	border-radius: 10px;
	overflow: hidden;
	opacity: 0;
	top: 70px;
	transition: all 300ms linear;
	visibility: hidden;
}
.drpdwn li{
	display: block!important;
	margin-right: 0px!important;
	border-bottom: 1px solid grey;
}
.drpdwn li a{
	color: black!important;

}
.drpdwn li a:hover{
	background: #f44c10;
	color: white!important;
}
.qutecnt input[type="text"]{
	width: 100%;
	padding: 5px;
	margin-bottom: 8px;
}
.qutecnt input[type="number"]{
	width: 100%;
	padding: 5px;
	margin-bottom: 8px;
}
.qutecnt input[type="email"]{
	width: 100%;
	padding: 5px;
	margin-bottom: 8px;
}
.qutecnt textarea{
	width: 100%;
}
.botfx{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
}
.formsu h3{
	color: white;
	font-size: 19px;
}
.formsu input[type="text"]{
	padding: 8px;
	width: 100%;
	margin-bottom: 10px;
}
.formsu textarea{
	padding: 8px;
	width: 100%;
	margin-bottom: 10px;
}
.botfx p{
	color: white;
	font-size: 14px;
	text-align: justify;
}
.pne{
	padding: 10px;
}
.botfx .nav-item{
	width: 25%;
}
.botfx .nav-item a{
	text-align: center;
}
.botfx .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: white;
}
.nomar{
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.widthset{
	width: 85%;
	margin: auto;
}
.nopad{
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.sldertext{
	position: relative;
}
.frontview{
	position: absolute;
	top: 50%;
	width: 43%;
	background: rgba(0,0,0,0.5);
	padding: 35px;
	border-left:5px solid red;
	left: 33%;
	transform: translate(-50%,-50%);
}
.activelink{
	border-bottom: 2px solid white;
}
.frontview h3{
	font-family: poppins-sm;
	font-size: 33px;
	color: white;
}
.frontview button{
	background: #b10a0a;
	color: white;
	font-family: poppins-m;
	padding: 8px 10px;
	border-radius: 5px;
	border:1px solid #b10a0a;
}
.frontview p{
	font-family: poppins-r;
	font-size: 14px;
	color: white;
}
.dikstl img{
	width: 80%;
}
.rigc ul{
	text-align: right;
}
.rigc ul li{
	display: inline-block;
	margin-right: 18px;
	font-family: poppins-m;
	font-size: 14px;
}
.rigc ul li a{
	font-family: poppins-m;
	color: black;
	font-size: 14px;
}
.flws i{

	margin-right: 3px;
}

.flws a:nth-of-type(1) i{
	color: white;
	background: #4867aa;
	padding: 5px 7px;
	border-radius: 6px;
}
.flws a:nth-of-type(3) i{
	color: white;
	background: linear-gradient(#a23aab,#d84085);
	padding: 5px;
	border-radius: 6px;
}
.flws a:nth-of-type(2) i{
	color: white;
	background: #5da9dd;
	padding: 5px;
	border-radius: 6px;
}
.flws a:nth-of-type(4) i{
	color: white;
	background: red;
	padding: 5px;
	border-radius: 6px;
}
.rigc{
	margin-top: 30px;
}
.navhead img{
	width: 100%;
}
.navlinks{
	margin-top: 31px;
}
.tbas{
	padding-top: 30px;
}
.headt{
	background: url('../images/banner.jpg');
	background-position: center;
	min-height: 100vh;
	width: 100%;
	background-size: cover;
	position: relative;
}
.navhead ul{
	text-align: center;
	padding-inline-start:0px;
	margin-bottom: 0px;
}
.navhead ul li{
	display: inline-block;
	margin-right: 12px;
	position: relative;	
}
.navhead ul li:hover .dropmnu{
	display: block;;
}
.dropmnu{
	width: 240px;
	position: absolute;
	text-align: left!important;
	background: white;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	display: none;
	z-index: 999;
}
.dropmnu li a{
	color: black!important;
	text-align: left!important;

}
.dropmnu li a:hover{
	
	background: #b10a0a;
	color: white!important
}
.dropmnu li{
	position: relative;
	display: block!important;
	border-bottom: 1px solid lightgrey;
	width: 100%!important
}
.dropmnu li:hover .submenu{
	display: block;
}
.icps {
    position: relative;
    top: -3px;
    left: 5px;
}
.submenu{
	position: absolute;
	right: -95px;
	top: 0;
	display: none;
	background:white;
}
.navhead ul li a{
	color: white;
	padding: 7px;
	 font-family: poppins-sm;
	
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	display: block;
}
.navhead ul li:hover .drpdwn{
	opacity: 1;
	visibility: visible;
	top: 40px;
}
.imags img{
	width: 350px;
	height: 250px;
	float: right;
}
.active{
	color: red!important;
	padding-left: 5px!important;
	border-left:3px solid red;
}
.lefna{
	border-right: 1px solid #e3dede;
	padding: 15px;
	position: sticky;
	top: 10px;
}
.lefna .nav-link {
    display: block;
    padding: 1px 0px;
    font-family: poppins-m;
}
.lefna .nav-item{
	margin-bottom: 12px;
}

.imagss img{
	width: 400px;
	float: right;
}
.lefna ul{
	padding-inline-start:0px;
}
.lefna .navbar{
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.lefna label{
	margin-top: 12px;
	font-family: poppins-r;
	font-size: 14px;
}
.imagsss img{
	width: 100%;
}
.lefna h3{
	font-size: 18px!important;
}
.testss h1{
	font-family: poppins-m;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 17px;
	color: #f44c10;
}
.splb{
	margin-top: 10px;
	padding: 8px;
	background: #f44c10;
	border:1px solid #f44c10;
	color: white;
	font-family: poppins-m;
	border-radius: 4px;
	font-size: 13px;
}
.ima ul li{
	font-family: poppins-r;
	font-size: 14px;
	margin-bottom: 7px;
}
.imfol img{
	float: right;
	width: 400px;
}
.febr img{
	float: right;
	width: 400px;
}
.navhead{
	
	padding-top: 8px;
	padding-bottom: 8px;
	z-index: 99;
	position: absolute;
	/*position: sticky;
	top: 0;
	z-index: 999;*/
}
.exhead{
	background: #232f3e;
	padding-top: 6px;
	padding-bottom: 6px;
}
.exhead ul{
	margin-bottom: 0px;
	padding-inline-start:0px;
}
.exhead ul li{
	display: inline;
	color:white;
	font-size: 13px;
	margin-right: 15px;
	font-family: poppins-r;
}
.rightnav ul{
	text-align: right;
}
.ra i{
	color: red;
}
.servctn{
	padding-top: 30px;
	padding-bottom: 30px;
	background: #b10a0a;
}
.ico img{
	width: 100%;
}
.sttex h6{
	font-family: poppins-m;
	color: white;
	font-size: 15px;
}
.sttex p{
	color: #bbbaba;
    font-size: 11px;
	font-family: poppins-r;
}

.abim img{
	width: 100%;
}
.abtsc h3{
	font-family: poppins-sm;
    font-size: 17px;
    padding-top: 31px;
    color: #f44c10;
    text-align: center;
    text-transform: uppercase;
}
.widthsets{
	width: 95%;
	position: relative;
	top: -48px;
	margin: auto;
}
.absec{
	border-right: 1px solid #464040;
	padding: 12px;
    
    
    
    background: transparent;
    position: relative;
}
/*.abimg{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 28%;

	transform: translate(-50%,-50%);
}*/
/*.abimg img{
	width: 100%;
	border-radius: 50%;
}*/
.absec h5{
	text-align: center;
	margin-bottom: 0px;
}
.absec img{
	width: 19%;
}
.absec h3{
	text-align: center;
	color: white;
	font-size: 18px;
}
.abtsc h6{
	font-family: poppins-b;
	font-size: 35px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.abtsc p{
	font-family: poppins-r;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}
.abtsc button {
    background: #b10a0a;
    color: white;
    font-family: poppins-m;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #b10a0a;
}
.views{

	background: url('../images/bgima.jpg');
	background-position: center;
	background-size: cover;
}
.rgc img{
	width: 80%;
	margin-bottom: 15px;
}
.ourpr{
	padding-top: 60px;
	padding-bottom: 60px;
	background: #e6f1f5;
}
.lftc h4{
	font-family: poppins-sm;
    color: black;
    font-size: 13px;
    margin-bottom: 0px;
} 
.lftc h3{
	font-family:poppins-sm;
	color: black;
	font-size: 35px;
	line-height: 51px;
}
.lftc ul li{
	font-size: 14px;
	font-family: opensans-r;
	margin-bottom: 4px;
}
.rgc h3{
	font-family:poppins-sm;
	color: black;
	font-size: 32px;
	line-height: 51px;
	text-align: right;
}
.lftc p{
	font-size: 14px;
	font-family: opensans-r;
}
.rgc p{
	font-size: 14px;
	text-align: right;
	font-family: opensans-r;
}
.fal{
	background: black;
	color: white;
	padding: 0px 5px;
}
.rgc img{
	position: relative;
}
.donts{
	position: absolute;
    left: 70px;
    top: -15px;
    z-index: 0;
}



p,a,h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

.section-team {
	font-family: "Poppins", sans-serif;
	padding:50px 0;
}

.section-team .header-section {
	margin-bottom: 23px;
}

.section-team .header-section .small-title {
	font-family: Poppins-sm;
    margin-bottom: 20px;
	font-size: 15px;
    font-weight: 500;
    color: #000;
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 35px;
}
.teamsec{
	background:#fff;
}
.section-team .single-person {
	
	padding: 30px;
	background-color: #9f979552;
	border-radius: 5px;
}

.section-team .single-person:hover {
	background: linear-gradient(to right, #f44c10, #6a1d0b);
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 50px;
    border-radius: 50%;
    border: 4px dashed transparent;
    transition: padding .3s;
}

.section-team .single-person:hover .person-image {
	padding: 12px;
    border: 4px dashed #fff;
}

.section-team .single-person .person-image img {
	width: 100%;
    border-radius: 50%;
}

.section-team .single-person .person-image .icon {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #016cec, #00b5f7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.section-team .single-person:hover .person-image .icon {
	background: none;
	background-color: #fff;
	color: #016cec;
}

.section-team .single-person .person-info .full-name {
	margin-bottom: 10px;
	font-size: 22px;
	font-family: poppins-sm;
    font-weight: 700;
    color: #000;
}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: #016cec;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
	color: #fff;
}



.dontss{
	position: absolute;
    right: -22px;
    bottom: -15px;
    z-index: 0;
}
#bgvideo{
	position: absolute;
	width: 100%;
	min-height: 100vh;
	object-fit: cover;
}
.rgc button{
	float: right;
    background: #f44c10;
    color: white;
    font-family: poppins-m;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #f44c10;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.leftct button{

    background: #f44c10;
    color: white;
    font-family: poppins-m;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #f44c10;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.dontss img{
	width: 110px!important;
    height: 53px!important;
}
.donts img{
	width: 110px!important;
    height: 53px!important;
}
.views h3{
	
	font-family: poppins-sm;
	font-size: 26px;
	line-height:39px;
	position: relative;

}
.views h3:after{
	position: absolute;
	content: '';
	top: -10px;
	height: 3px;
	width: 15%;
	left: 0px;
	background: #f44c10;
}
.prodts img{
	width: 100%;
}
.prdt{
	padding-top: 65px;
	padding-bottom: 65px;
	background: white;
	background-size: cover;
	background-position: center;
}
.prdt h3{
	
	font-family: poppins-sm;
	font-size: 14px;
	margin-bottom: 8px;
	position: relative;
	color: black;
	text-transform:  uppercase;
}


.prddes{
	padding: 10px;
	height: 330px;
}
.btnd button{
	width: 100%;
	padding: 8px;
	background: #f44c10;
	font-family: poppins-m;
	color: white;
	border:1px solid #f44c10;
}
.prddes p{
	font-family: ptsans;
	font-size: 15px;
	color: black;
}
.failpro{
	background: url('../images/failproof.jpg');
	background-position: center;
	background-size: cover;
	height: 550px;
	position: relative;
}
.img{
	position: relative;
}
.img h5{
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	color: white;
	text-align: center;
	padding: 5px;
	font-size: 16px;
	line-height: 26px;
	width: 100%;
	height: 70px;
	background: rgb(244 76 16);
}

.prdtsfr{
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 25px;
	transform: translate(-50%,-50%);
	background: rgb(0,0,0,0.8);
	width:43%;
	border-radius: 10px;
}
.prdtsfr h3{
	font-family: poppins-sm;
	color: white;
	text-align: center;
}
.prdtsfr button{
	width: 30%;
	padding: 8px;
	background: #f44c10;
	font-family: poppins-m;
	color: white;
	border-radius: 8px;
	border:1px solid #f44c10;
}
.prdtsfr p{
	font-family: poppins-r;
	font-size: 15px;
	text-align: center;
	color: white;
	
}
.newsletter{
	padding-top: 60px;
	padding-bottom: 60px;
}
.newsletter input[type="text"]{
	width: 100%;
	padding: 8px;
}
.newsletter input[type="text"]::placeholder{
	 font-family: poppins-r;
    font-size: 14px;
}
.newsletter input[type="submit"]{
	width: 100%;
	padding: 9px;

	background: #f44c10;
	font-family: poppins-m;
	color: white;
	
	border:1px solid #f44c10;
}
.newsletter h3 {
    font-family: poppins-sm;
    font-size: 23px;
    line-height: 39px;
    position: relative;
}
.newsletter h3:after {
    position: absolute;
    content: '';
    top: -10px;
    height: 3px;
    width: 10%;
    left: 0px;
    background: #f44c10;
}
.prodts:hover{
	box-shadow: 0px 2px 10px rgba(255,255,255,0.5);
}
.views button {
    
    padding: 8px;
    background: #f44c10;
    font-family: poppins-m;
    color: white;
    border-radius: 8px;
    border: 1px solid #f44c10;
}
#hb-gotop{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 50%; width:40px;font-size:20px;color:white;background-color: #f44c10;filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99EEEEEE',EndColorStr='#99EEEEEE');text-align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;text-decoration:none;border:1px solid #C9C9C9;}
.newsletter p {
    font-family: poppins-r;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
.prddes ul{
	padding-inline-start:1px;
}
.prodts{
	/*border:1px solid lightgrey;*/
	transition: all 300ms linear;
	background: white;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	box-shadow: 0px 2px 8px -2px #999;
}
.speciality i{
	font-size: 15px;
	margin-right: 10px;
	color: grey;
}
.section-team .single-person:hover .full-name, .section-team .single-person:hover .speciality i{
    color: #fff;
}
.teamcnt p, .teamcnt ul li{
	font-family: poppins-r;
    font-size: 14px;
    line-height: 25px;
}
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:0px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); padding: 8px 16px;}
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
.MultiCarousel .leftLst i{
	font-size: 23px;
	color: black;
}
.MultiCarousel .leftLst{
	border:1px solid white;
	background: white!important;
	box-shadow: 0px 2px 6px rgb(0 0 0 / 50%);
}
.MultiCarousel .leftLst:hover{
	background: linear-gradient(to right, #f44c10, #a1290c);
}
.MultiCarousel .rightLst:hover{
	background: linear-gradient(to right, #f44c10, #a1290c);
}
.MultiCarousel .rightLst i{
	font-size: 23px;
	color: black;
}
.MultiCarousel .rightLst{
	background: white!important;
	box-shadow: 0px 2px 6px rgb(0 0 0 / 50%);
	border:1px solid white;
}
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#fff; padding: 8px 16px;}
.fixr{
	position: fixed;
	right: 0px;
	z-index: 999;
	top: 25%;
}
.fixr button{
	    background: #175eb5;
    color: white;
    font-family: poppins-m;
    padding: 7px;
   box-shadow: 0px 0px 60px -2px #666;
    border: 2px solid #175eb5;
    font-size: 13px;
}
.person-info button{
	
	margin-top: 15px;
    background: linear-gradient(to right, #f44c10, #6a1d0b);
    color: white;
    font-family: poppins-m;
    padding: 6px 10px;
    border-radius: 10px;
    border:none;
    font-size: 15px
}
.prodts:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 60px -2px #666;
    z-index: 50;
}
.prddes ul li i{
	color: #000;
	font-size: 20px;
}
.prddes ul li{
	font-family: ptsans;
	font-size: 15px;
	list-style: none;
	margin-bottom: 8px;
	color: black;
}
.prddes h5{
	font-family: poppins-m;
	font-size: 16px;
	color: #f44c10;;
	line-height: 27px;
}
.feebo{
	color: #f44c10;
	font-size: 31px;
}
.views p{
	font-family: poppins-r;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}
.views img{
	width: 100%;
}
.nopad1{
	padding-left: 2px;
	padding-right: 2px; 
}
.sec{
	
	border: 1px solid red;
}
.sect1{
	height: 320px;
	background: url('../images/sect6.jpg');
	background-size: cover;
	background-position: center;
	margin-bottom: 5px;
	position: relative;
	transition: all linear 300ms;
	overflow: hidden;
	
}

.sect2{
	height: 220px;
	background: url('../images/sect2.jpg');
	background-size: cover;
	position: relative;
	background-position: center;
	overflow: hidden;
}
.sect3{
	height: 250px;
	position: relative;
	background: url('../images/sect3.jpg');
	background-size: cover;
	background-position: center;
	margin-bottom: 5px;
	overflow: hidden;
}
.sect4{
	height: 290px;
	background: url('../images/sect4.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.sect5{
	height: 270px;
	background: url('../images/sect5.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}
.sect6{
	height: 270px;
	background: url('../images/sect1.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.overly{
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	left: 0;
	bottom: 0px;
	transition: all linear 300ms;
}

.prodts:hover .overly{
	display: block;
}
.overly button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #f44c10;
    color: white;
    font-family: poppins-m;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #f44c10;
    font-size: 15px;
}
.ovrlytext{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
	padding: 8px;
	width: 60%;
	background: rgba(0,0,0,0.5);
	transition: all linear 300ms;
	border-radius: 10px;
}
.abtbg{
	position: relative;
}
.zind{
	position: relative;
	z-index: 99;
}
.chan{
	margin-bottom: 20px;
}
.abntcnt label{
	font-family: poppins-r;
	font-size: 13px;
}
.abntcnt input[type="text"]{
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
}
.abntcnt textarea{
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
}
.abntcnt input[type="submit"]{
	border:1px solid #b10a0a;
	padding: 10px;
	margin-top: 5px;
	background: #b10a0a;
	color: white;
	font-family: poppins-r;
	font-size: 14;
	border-radius: 5px;
}
.chan img{
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	border-radius: 10px;
	border:1px solid grey;
}
.ovrlytext h6{
	text-align: center;
	color: white;
	font-size: 13px;
	font-family: poppins-m;
}
.ovrlytext h4{
	text-align: center;
}
.ovrlytext img{
	width: 20%;
}
.ovrlytext button{
	background: none;
	border: 1px solid white;
	padding: 5px 10px;
	color: white;
	font-size: 11px;
	border-radius: 5px;
	font-family: poppins-m;
}
.views{
	position: relative;
}
.lefwrap{
	position: absolute;
	left: -3%;
	top: 45%;
	transform: rotate(-90deg);
}
.lefwrap h3{
	color: #b10a0a;
	font-size: 32px;
	font-family: poppins-sm;
}
.newss img{
	width: 100%;
}

.desc{
	padding: 12px;
	background: white;
}
.desc h6{
	font-size: 17px;
	font-family: poppins-sm;
}
.desc p{
	font-family: poppins-r;
	font-size: 14px;
	line-height: 24px;
}
.newss{
	box-shadow: 0px 0px 9px rgb(0 0 0 / 50%);
}
.newsevnt h3{
	font-family: poppins-sm;
	padding-bottom: 10px;
}
.newsevnt{
	background: #efeeee;
	padding-top: 50px;
	padding-bottom: 50px; 
}
.desc h4{
	font-family: poppins-r;
	font-size: 12px;
	color: grey;
}
.extft{
	background: #232f3e;
	padding-top: 50px;
	padding-bottom: 50px;
}

.extft h3 {
    font-family: poppins-sm;
    font-size: 20px;
    color: white;
    line-height: 39px;
    position: relative;
}

.extft h3:after {
    position: absolute;
    content: '';
    top: -10px;
    height: 3px;
    width: 10%;
    left: 0px;
    background: #f44c10;
}
.extft p{
	color: lightgrey;
	font-family: poppins-r;
	font-size: 14px;
	line-height: 25px;
}
@keyframes slide5 {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
.slideanim {visibility:hidden;}
.slide5 {
    /* The name of the animation */
    animation-name: slide5;
    -webkit-animation-name: slide5; 
    /* The duration of the animation */
    animation-duration: 2s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

@keyframes slide6 {
    0% {
        opacity: 0;
        transform: translateX(70%);
    } 
    100% {
        opacity: 1;
        transform: translateX(0%);
    } 
}
.slideanim1 {visibility:hidden;}
.slide6 {
    /* The name of the animation */
    animation-name: slide6;
    -webkit-animation-name: slide6; 
    /* The duration of the animation */
    animation-duration: 2s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}
@keyframes slide7 {
    0% {
        opacity: 0;
        transform: translateX(-70%);
    } 
    100% {
        opacity: 1;
        transform: translateX(0%);
    } 
}
.slideanim2 {visibility:hidden;}
.slide7 {
    /* The name of the animation */
    animation-name: slide7;
    -webkit-animation-name: slide7; 
    /* The duration of the animation */
    animation-duration: 2s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}
.scl i{
	margin-top: 10px;
	margin-right: 10px;
	font-size: 25px!important;
}
.extft h5{
	font-family: poppins-r;
	color: white;
	font-size: 16px;
}
.extft td{
	padding-bottom: 8px;
}
.extft td a{
	color: lightgrey;
}
.footer{
	background: black;
	padding-top: 10px;
	border-top: 1px solid #282424;
}
.footer p{
	color: white;
	font-size: 14px;

	font-family: poppins-r;
}
.footer a{
	color: red;
}
.abtbg{
	background: url('../images/sliderthree.jpg');
	background-position: center;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
}
.abtbg h1{
	color: white;
	font-family: poppins-sm;
	margin-bottom: 6px;
}
.abtbg p{
	color: lightgrey;
	font-family: poppins-r;
}
.abntcnt{
	padding-top: 50px;
	padding-bottom: 50px;
}
.abntcnt h3{
	font-family: poppins-m;
}
.abntcnt p{
	font-family: poppins-r;
	font-size: 14px;
	line-height: 25px;
}
.abtbgim img{
	width: 100%;
}
.mbv{
	display: none;
}
.mbnav{
	display: none;
}
.psabs{
	position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}
.formsu{
	padding: 30px;

	background: rgba(0,0,0,0.5);
}
.bance img{
	width: 100%;
}
.tes{
	color:white;
}
.line{
position: absolute;
    left: -26px;
    top: 168px;
    width: 24px;
    height: 450px;
}
.line img{
	width: 100%;
}

.getd button{
	margin-top: 24px;
	background: #f44c10;
	color: white;
	font-family: poppins-m;
	padding: 10px;
	border-radius: 10px;
	border:2px solid #f44c10;
	font-size: 15px;
}
.leftim img{
	margin-top: 195px;
	width: 100%;
	
}

.rigcnt{
	position: relative;
	
	padding-left: 25px;
	padding-top: 195px;
}
.bane p{
	margin-top: 8px;
	text-align: justify;
	color: white;
	font-family: opensans-r;
	font-size: 14px;

}
.tbas img{
	width: 40px;
	height: 40px;
}
.tbas .nav-tabs .nav-link {
	background: #f1e9e9;
    border: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 10px;
    text-align: center;
}
.tbas .nav-tabs{
	border-bottom: none;
}
.tbas .nav-tabs .nav-item{
	width: 23.5%;
	margin-right: 7px;
}
.tbas .nav-tabs .nav-link{
	color: black;
	font-size: 13.5px;
	font-family: poppins-sm;
}
.rigcnt h3{
	font-family: poppins-sm;
	color:white;
	font-size: 26px;
	
	padding-bottom: 10px;
}
.rigcnt i{
	font-size: 13px;
	color: orange;
	margin-left: 5px;
	margin-right: 5px;
}
.rigcnt h6{
	font-family: poppins-m;
	font-size: 17px;
	color: lightgrey;
	
}
.rigcnt h4{
	color: orange;
	padding-bottom: 10px;
	font-family: poppins-m;
	padding-top: 15px;
	font-size: 13px;
}
.rigcnt td{
	color: white;
	padding-bottom: 15px;
	padding-right: 25px;
	font-family: poppins-m;
}
.rigcnt td i{
	color: green;
}
.leftct{
	padding: 99px;
}
.prdt h6{
	    font-family: poppins-sm;
    color: black;
    font-size: 35px;
    line-height: 51px;
    margin-bottom: 25px;
}
@media only screen and (max-width: 940px) {
  .deskm {
    display: none;
  }
  .navhead{
  	display: none;
  }
  .servctn{
  	display: none;
  }
  .mbv{
  	padding-top: 5px;
  	padding-bottom: 5px;
  	display: block;
  	background: black;
  }
  .mbv img{
  	width: 100%;
  }
  .piln i{
  	float: right;
  	font-size: 25px;
  	color: white;
  }
  .exhead{
  	display: none;
  }
  .leftim{
  	display: none;
  }
  .rigcnt {
    padding-left: 0px;
    padding-top: 0px;
}
.headt {
    
    
    width: 100%;
    background-size: cover;
    position: relative;
}
#bgvideo {
    position: absolute;
    width: 100%;
    
    object-fit: cover;
}
.bane p {
    margin-top: 8px;
    text-align: justify;
    color: white;
    font-family: opensans-r;
    font-size: 13px;
}
.rigcnt h3 {
    font-family: poppins-sm;
    color: white;
    font-size: 16px;
    padding-bottom: 10px;
}
.rigcnt h6 {
    font-family: poppins-m;
    font-size: 11px;
    color: lightgrey;
}
.rigcnt i {
    font-size: 9px;
    color: orange;
    margin-left: 5px;
    margin-right: 5px;
}
.rigcnt td {
    color: white;
    padding-bottom: 20px;
    padding-right: 1px;
    font-family: poppins-m;
    font-size: 12px;
    border: 1px solid #4a4646;
}
.abtsc h3 {
    font-family: poppins-sm;
    font-size: 14px!important;
    padding-top: 14px;
    color: #f44c10;
    text-align: center;
    text-transform: uppercase;
}

.absec {
    box-shadow: 0px 4px 7px rgb(0 0 0 / 40%);
    padding: 8px;
    height: 449px;
    border-radius: 10px;
    background: white;
    position: relative;
    margin-bottom: 32px;
}
.nopadm{
	padding-left: 5px;
	padding-right: 5px;
}
  .piln{
  	margin-top: 22px;
  }
  .abtsc {
    padding-top: 27px;
    background: #edecec;
    padding-bottom: 30px;
	}

.abtsc h3 {
    font-family: poppins-m;
    font-size: 17px;
    
    text-transform: uppercase;
}
.abtsc h6 {
    
    font-size: 19px;
   
}
.abtsc p {
    font-family: poppins-r;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}
.abtsc button {
    background: #b10a0a;
    color: white;
    font-family: poppins-m;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #b10a0a;
}
.leftct {
    padding: 16px;
}
.views h3 {
    font-family: poppins-sm;
    font-size: 17px;
    line-height: 39px;
    position: relative;
}
.feebo {
    color: #f44c10;
    font-size: 20px;
}
.views img {
   display: none;
}
.prodts{
	margin-bottom: 15px;
}
.prdtsfr {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 25px;
    transform: translate(-50%,-50%);
    background: rgb(0,0,0,0.8);
    width: 90%;
    border-radius: 10px;
}
.prdtsfr h3 {
 font-size: 17px;
 line-height: 28px;
}
.prdtsfr p {
    font-family: poppins-r;
    font-size: 14px;
    text-align: center;
    color: white;
}
.prdtsfr button {
    width: 56%;
    padding: 8px;
    background: #f44c10;
    font-family: poppins-m;
    color: white;
    border-radius: 8px;
    border: 1px solid #f44c10;
}
.abim img {
    display: none;
}
.sec {
    border: 1px solid red;
    height: 134px!important;
}
.ovrlytext button {
    background: none;
    border: 1px solid white;
    padding: 5px 10px;
    color: white;
    font-size: 9px;
    border-radius: 5px;
    font-family: poppins-m;
}
.ovrlytext h6 {
    text-align: center;
    color: white;
    font-size: 11px;
    font-family: poppins-m;
}
.lefwrap h3{
	text-align: center;
	font-size: 20px;
}
.views {
	

    padding-top: 30px;
    padding-bottom: 30px;
}
.lefwrap {
    position: relative;
    left: -3%;
    top: 45%;
    transform: rotate(0deg);
}
.mbnav{
	position: fixed;
	width: 280px;
	z-index: 999;
	height: 100%;
	top: 0px;
	display: block;
	padding: 10px;
	background: white;
	left: -300px;
	transition: all 300ms linear; 
}
.mbnav ul{
	padding-inline-start:0px;
}
.mbnav ul li{
	list-style: none;
	padding-top: 6px;
	padding-bottom: 6px;
	display:block;
	border-bottom: 1px solid lightgrey;
}
.mbnav ul li a{
	list-style: none;
	font-size: 14px;
	color: black;
	display:block;
    font-family: poppins-m;
}
.cnt{
	margin-top: 20px;
}
.text-right{
	text-align: left!important;
}
.footer p {
    color: white;
    font-size: 12px;
    font-family: poppins-r;
}
.clbt{
	position: absolute;
	right: -20px;
	top: 0px;
	padding: 5px;
	background: red;
	color: white;
}
.abtbg {
    background: url(../images/sliderthree.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}
.mbpad{
	padding-right: 15px!important;
	padding-left: 15px!important;
}
.tbas img {
    width: 23px;
    height: 24px;
}
.tbas .nav-tabs .nav-item{
	width: 23%;
	margin-right: 3px;
}
.tbas .nav-tabs .nav-link {
    color: black;
    font-size: 7.5px;
    font-family: poppins-sm;
}
.prdt h6 {
    font-family: poppins-sm;
    color: black;
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 19px;
}
.lftc h3 {
    font-family: poppins-sm;
    color: black;
    font-size: 24px;
    line-height: 37px;
}
.ourpr .text-right{
	text-align: left!important;
}
.donts{
	display: none;
}
.rgc h3 {
    font-family: poppins-sm;
    color: black;
    font-size: 25px;
    line-height: 37px;
    text-align: left;
}
.rgc p {
    font-size: 14px;
    text-align: left;
    font-family: opensans-r;
}
.rgc button {
    float: left;
    
}
.section-team .header-section .title {
    font-weight: 700;
    font-size: 19px;
}
.section-team .single-person .person-image .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: inline-block;
    width: 38px;
    height: 37px;
    line-height: 38px;
    text-align: center;
    background: linear-gradient(to right, #016cec, #00b5f7);
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}
.section-team .single-person {
    padding: 5px;
    background-color: #9f979552;
    border-radius: 5px;
}
.section-team .single-person .person-info .full-name {
    margin-bottom: 10px;
    font-size: 15px;
    font-family: poppins-sm;
    font-weight: 700;
    color: #000;
}
.person-info button {
    margin-top: 1px;
    
}
.dontss {
    position: absolute;
    right: 7px;
    bottom: -15px;
    z-index: 0;
}
.overly{
	display: none;
}
.prodts:hover .overly{
	display: none;
}
.dektb{
	position: absolute;
	
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: white;
	padding: 3px 6px;
	color: black;
	font-family: poppins-sm;
}
.pdd{
	margin-bottom: 35px;
}
.overlys{
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	
	left: 0;
	top:  0px;
z-index: 9;
	
}

.psabs {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 10;
    width: 100%;
    transform: translate(-50%,-50%);
}
.downarr li a{
	padding: 5px!important;
	display: block!important;
}
.downarr{
	background: lightgrey;
	padding: 6px;
	display: none;
}
.subnt{
	display: none;
}
.lefna {
    border-right: none;
    padding: 0px;
    position: sticky;
    top: 10px;
}
.febr img {
    float: right;
    width: 298px;
}
.imfol img{
	display: none;
}
.imags img {
    width: 285px;
    height: 199px;
    float: right;
}
.headpos p {
    color: white;
    font-family: poppins-m;
    margin-bottom: 2px;
    font-size: 13px;
}
.headpos h3 {
    color: white;
    font-family: poppins-b;
    font-size: 16px;
}
.headpos {
    position: absolute;
    bottom: 0;
    left: 0%;
    background: transparent;
    border: 3px solid white;
    padding: 9px;
    border-bottom: none;
}
.pagebg {
    background: url(../images/banner1.jpg);
    background-position: center;
    background-size: cover;
    height: 219px;
    position: relative;
}
.views {
    background: url(../images/bgima.jpg);
    background-position: unset;
    background-size: cover;
}
.imgsfile img {
    width: 100%;
    padding: 5px;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    border-radius: 5px;
    height: 100px;
    cursor: pointer;
}
.mrl img {
    width: 100%;
    height: 350px;
}
}
