html{
    overflow-x:hidden;
}
body{
    margin: 0;   overflow-x:hidden;
    font-family: 'systopieregular' !important;
}
a{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}


@font-face {
    font-family: 'systopiebold';
    src: url('../fonts/systopie_bold-webfont.woff2') format('woff2'),
         url('../fonts/systopie_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'systopiebold_italic';
    src: url('../fonts/systopie_bold_italic-webfont.woff2') format('woff2'),
         url('../fonts/systopie_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'systopieitalic';
    src: url('../fonts/systopie_italic-webfont.woff2') format('woff2'),
         url('../fonts/systopie_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
   font-family: 'systopieregular';
    src: url('../fonts/systopie-webfont.woff2') format('woff2'),
         url('../fonts/systopie-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.social img{
    width:34px;
    height:34px;
}
.in-about-txt h6{

color: #7891aa;

font-size: 15px;

text-transform: uppercase;

margin-bottom: 20px;

/* padding-top: 10px; */
}
.in-about-txt .img-abt{

}
.business-full h1{

font-size: 51px;

color: #000;

margin: 0;
}
.business-full p{
	
font-size: 14px;
	
line-height: 28px;
	
color: #000;
	
padding-top: 15px;
}
.header{
	float: left;
	width: 100%;
	background-color: white;
    height: 0px;

}.vision img {
    float: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 70px;
    margin-bottom: 20px;
    filter: brightness(0);
}.contact3-info {
    /* margin-top: -108px; */
    /* margin-bottom: 72px; */
    padding: 48px 0px 48px 0px;
    color: #ffffff;
    /* background-color: #000; */
    float: left;
    width: 100%;
}.alignc {
    text-align: center;
}.contact-icon {
    font-size: 24px;
    padding: 32px;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 1;
}.contact-icon img {
    width: 90px;
    height: 90px;
    /* filter: invert(1); */
    border: 2px solid #000;
    padding: 21px;
    border-radius: 100%;
    transition: all ease-in-out .5s;
}.contact-icon img:hover {
    transform: rotate(360deg);
    background: #31d6cc;
    filter: invert(1);
}.contact3-info .widgettitle {
    color: #ce2933;
}
.widgettitle, .smalltitle, .comment-reply-title {
    color: var(--headings-color);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.15em;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.margin-b16 {
    margin-bottom: 16px;
}.contact3-info p {
    color: #000;
}.contact-sec2 {
    width: 100%;
    float: left;
    background-color: #0f3860;
    padding: 70px 0 30px;
    position: relative;
    z-index: 99;
    background-image: url(../images/footer-pattern.png);
}.contact-sec2 h1 {
    font-size: 50px;
    text-align: center;
    font-weight: 300;
    color: #fff;
}.contact-sec2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 225px 50px;
    text-align: center;
    color: #fff;
}.contact-sec2 form {
    max-width: 900px;
    display: block;
    margin: auto;
}.contact-sec2 input {
    width: 100%;
    float: left;
    border: 0;
    background: #fff;
    padding: 12px;
    margin-bottom: 30px;
    font-size: 15px;
    border-radius: 5px;
}.contact-sec2 textarea {
    width: 100%;
    float: left;
    border: 0;
    background: #fff;
    padding: 11px;
    margin-bottom: 30px;
    font-size: 15px;
    border-radius: 5px;
}.contact-sec2 button {
    font-size: 16px;
    color: #fff;
    background: #ce2933;
    border: 0;
    padding: 13px 87px;
    border-radius: 30px;
    cursor: pointer;
    /* float: right; */
    margin: 60px auto;
    display: block;
}.contact-sec2 button:hover {
    background: #fff;
    color: #000;
}
.innerban h1{

margin: 0;

font-size: 45px;

color: #fff;

font-weight: 400;
}
.business-full{

width: 100%;

float: left;

padding: 70px 0;
}
.business-box{

width: 100%;

float: left;display: inline-grid;

border-radius: 40px;

/* border: 1px solid #cccccc4f; */

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;

-moz-transition: all ease-in-out .5s;

background-color: #0f3860;

background-image: url('../images/specialities-pattern-blue.png');

background-position: 100% 69%;

background-size: 30%;

background-repeat: no-repeat;

padding-bottom: 20px;

height: 500px;

margin-top: 30px;
}
.business-box h6{

font-size: 20px;

padding: 25px 20px 0;

color: #fff;

font-weight: 400;

margin: 0;
}
.business-box p{

font-size: 14px;

padding: 10px 20px 20px;

font-weight: 400;

color: #fff;

line-height: 26px;

margin: 0;
}
.business-box:hover{

background-color: #ce2933;

background-image: url(../images/specialities-pattern-blue.png);
}
.business-box:hover h6{

color: #fff;
}
.business-box:hover p
{

color: #fff;
}
.business-box img{
	
width: 100%;
	
height: 300px;
	
object-fit: cover;
	
border-top-left-radius: 30px;
	
border-top-right-radius: 20px;
}
.innerban img{
	
position: absolute;
	
right: 0;
	
top: -2px;
	
width: 241px;
}
.innerban{
	
width: 100%;
	
float: left;
	
background-color: #0f3860;
	
padding: 50px 0;
	
margin-top: 125px;
	
background-image: url('../images/footer-pattern.png');
	
background-size: cover;
	
position: relative;
}
.logo {
    float: left;

    width: 20%;
    position: relative;
    z-index: 11;
    
}.in-about {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 70px;
    /* background-image: url(../images/specialities-pattern-white.png); */
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 330px;
    /* z-index: 999; */
    position: relative;
}.in-about-img {
    float: left;
    width: 100%;
}.in-about-img img {
    float: left;
    width: 100%;
    margin-top: 30px;
}.in-about-txt {
    float: left;
    width: 100%;
    padding-top: 20px;
}.in-about-txt h2 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 52px;
    color: black;
    }
    .in-about-txt p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: black;
    line-height: 26px;
    margin-top: 13px;
    margin-bottom: 0px;
}.vision:hover h2{
		color:#fff;
}
.vision:hover p{
	color:#fff;
}
.vision:hover img{
	filter: brightness(111);
}
.vision:hover{
	background-color: #ce2933;
}
.vision {
    float: left;
    width: 100%;
    /* border: 1px solid #d3d3d3; */
    padding: 50px 40px;
    border-radius: 20px;
    background-image: url('../images/specialities-pattern-white.png');
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #fff;
}.vision h2 {
    float: left;
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 30px;
    text-align: left;
}.vision p {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: black;
    line-height: 25px;
    margin-bottom: 0px;
    text-align: left;
}.all-vision {
    float: left;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 80px;
    background: #0f3860;
    background-image: url('../images/man-bg-pattern.png');
}
.panel6{

width: 100%;

float: left;

padding: 95px 0;
}
.panel6 h5{color: #878787;font-size: 15px;text-align: center;font-weight: 400;text-transform: uppercase;letter-spacing: 3px;}
.panel6 h1{font-size: 55px;text-align: center;font-weight: 400;}
.p6-box{width: 100%;float: left;padding: 40px 30px;border: 1px solid #d3d3d3;border-radius: 30px;position: relative;margin-top: 50px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;}
.p6-box h6{

font-size: 30px;

color: #000;

font-weight: 400;

padding-top: 20px;
}
.p6-box p{

font-size: 14px;

line-height: 26px;

font-weight: 400;

color: #000;

margin: 0;
}
.s-pattern{
	
height: 138px;
	
position: absolute;
	
right: 0;
	
top: 0;
}

.p6-img{
    width: 94px;
    height: 94px;
}
.p6-box:hover{

background: #0f3860;
}
.p6-box:hover .s-pattern{

filter: invert(1);
}
.p6-box:hover h6{

color: #fff;
}
.p6-box:hover p{

color: #fff;
}
.p6-box:hover .p6-img{
	
filter: invert(1);
}
.panel5{

width: 100%;

float: left;

background-color: #ce2933;

background-image: url('../images/man-bg-pattern.png');

border-radius: 30px;

background-size: contain;

position: relative;

height: 280px;

margin-top: 150px;
}
.panel5 img{width: 100%;position: absolute;top: -107px;}
.panel5 h1{

font-size: 55px;

color: #fff;
}
.panel5 p{
	
color: #fff;
	
font-size: 14px;
	
line-height: 28px;
	
font-weight: 400;
}
.panel4{width: 100%;float: left;background: url('../images/cta-bg.png');background-size: cover;background-position: center;padding: 90px 0;/* margin-bottom: 150px; */background-attachment: fixed;}
.panel4 h1{

font-size: 55px;

color: #fff;

font-weight: 400;
}
.panel4 a{

float: right;

width: 160px;

height: 50px;

background: #fff;

text-align: center;

font-size: 15px;

font-weight: 400;

padding: 13px 0;

border-radius: 30px;

color: #0f3860;

margin-top: 15px;
}
.panel4 a:hover{
	
background: #ce2933;
	
color: #fff;
	
text-decoration: none;
}
.panel3 h6{
	color:#878787;
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.panel3{

width: 100%;

float: left;

padding: 70px 0 130px;
}
.panel3 h1{font-size: 55px;text-align: center;font-weight: 400;}
.panel3-box{width: 100%;float: left;border-radius: 30px;margin-top: 60px;background: #ce2933;height: 255px;}
.panel3-box h2{font-size: 30px;color: #fff;}
.panel3-box p{font-size: 14px;color: #fff;line-height: 27px;font-weight: 400;margin-top: 15px;}
.panel3-box a{position: absolute;width: 160px;height: 47px;float: left;background: #fff;text-align: center;font-size: 15px;color: #254b6f;padding: 12px 0;border-radius: 30px;bottom: -20px;box-shadow: 17px 18px 18px -9px rgba(0,0,0,0.05);}
.panel3-box a:hover{background: #0f3860;text-decoration: none;color: #fff;}
.p3-text{position: relative;width: 100%;float: left;background: #ce2933;padding: 57px 65px 50px 22px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;}
.p3-img{width: 95%;border-top-left-radius: 30px;border-bottom-left-radius: 30px;height: 255px;object-fit: cover;}
.p3-text img{
	height: 180px;
	width: 208px;
	position: absolute;
	right: 0;
	top: 0;
}


.panel3-box2{width: 100%;float: left;border-radius: 30px;margin-top: 60px;background: #0f3860;height: 255px;}
.panel3-box2 h2{font-size: 30px;color: #fff;}
.panel3-box2 p{font-size: 14px;color: #fff;line-height: 27px;font-weight: 400;margin-top: 15px;}
.panel3-box2 a{position: absolute;width: 160px;height: 47px;float: left;background: #fff;text-align: center;font-size: 15px;color: #254b6f;padding: 12px 0;border-radius: 30px;bottom: -20px;box-shadow: 17px 18px 18px -9px rgba(0,0,0,0.05);}
.panel3-box2 a:hover{background: #ce2933;text-decoration: none;color: #fff;}
.p3-text2{position: relative;width: 100%;float: left;background: #0f3860;padding: 57px 5px 50px 65px;border-top-left-radius: 30px;border-bottom-left-radius: 30px;}
.p3-img2{width: 95%;border-top-right-radius: 30px;border-bottom-right-radius: 30px;height: 255px;object-fit: cover;float: right;}
.p3-text2 img{
	height: 180px;
	width: 208px;
	position: absolute;
	left: 0;
	top: 0;
}
.panel2 a{

width: 160px;

height: 50px;

background: #fff;

float: left;

text-align: center;

padding: 13px 0;

border-radius: 30px;

font-weight: 400;

font-size: 15px;

color: #36587a;

margin-top: 15px;
}
.panel2 a:hover{
	
text-decoration: none;
	
background: #ce2933;
	
color: #fff;
}

.logo a img{
	float: left;
	/* width: 170px; */
	margin-top: 22px;
	width: 327px;
}
.header2 {
    float: right;
    width: 80%;
   margin-top: 47px;
    
}
.panel2{

width: 100%;

float: left;

padding: 115px 0 130px;

background-color: #0f3860;

background-image: url('../images/about-pattern.png');
}
.p2-div{
	position: relative;
	float: left;
}
.p2-img{

width: 450px;

border-radius: 30px;

float: left;

height: 410px;

margin-right: 80px;
}
.p22-img{

width: 320px;

height: 208px;

position: absolute;

bottom: -132px;

left: -117px;
}
.panel2 h1
{

font-size: 55px;

color: #fff;

font-weight: 400;

margin-bottom: 15px;
}
.panel2 h6{color: #7891aa;font-size: 15px;text-transform: uppercase;margin-bottom: 20px;padding-top: 10px;letter-spacing: 3px;}
.panel2 p{
	
font-size: 14px;
	
color: #e4e9ed;
	
line-height: 28px;
	
font-weight: 400;
}
.panel1{

width: 100%;

float: left;

padding: 60px 0;
}
.panel1 .item img{

height: 80px;

object-fit: contain;

filter: grayscale(1);
}
.panel1 .item img:hover{

filter: grayscale(0);
}
.p1-carousel{
	
}
.slide {
    float: left;
    width: 100%;
    top: 0px;
    background: url(../images/home.svg);
    background-size: cover;
    /* background-position: center; */
    position: relative;
    z-index: 1;
    /* min-height: 850px; */
    /* max-height: 1000px; */
    height: 100vh;
    /* margin-bottom: 80px; */
}
.slide .item {
    height: 100vh;
    width: 100%;
    float: left;
    position: relative;
    /* background: #1a1b1c; */
    /* background: url(../images/slider_bg.png); */
    /* background-size: cover; */
    background-position: center;
    /* max-height: 800px; */
}
.slider-ban .owl-dots button span {
    background: #d2a055;
    width: 5px;
    height: 22px;
    float: right;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 4px;
    border: 1px solid #d2a055;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.slider-ban .owl-dot.active span {
    background: #f5b763;
    border-color: #f5b763;
    height: 49px;
}
.slide .item .cover {
    padding: 0px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    /*background: rgba(0, 0, 0, 0.6);*/
    display: flex;
    align-items: center;
}

.slide .item .cover .header-content {
    padding: 15px 0px;
    position: absolute;
    width: auto;
    text-align: left;
    width: 100%;
    /* margin-left: 65px; */
    padding-top: 77px;
    /* overflow: hidden; */
    background: transparent;
    z-index: 9999;
}

.slide .item .slide-image {
    height: 100vh;
    float: right;
    margin-left: 0px;
    /* position: absolute; */
    /* width: auto !important; */
    /* z-index: 9999; */
    width: 100%;
    right: 0;
    object-fit: cover;
    top: 0;
    /* max-height: 1000px; */
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 7px; */
}
.header-content h6 {
	float: left;
	margin-top: 20px;
	font-size: 65px;
	color: #000;
	font-weight: 400;
	text-align: left;
	/* padding-left: 30px; */
	line-height: 80px;
	width: 100%;
}
.header-content p {
    line-height: initial;
    float: left;
    margin-top: 15px;
    font-size: 14px;
    color: #000;
    font-weight: 200;
    line-height: 28px;
    width: 34%;
    text-align: left;
    margin-bottom: 30px;
    /* padding-left: 34px; */
}

.ban-butn1{
	float: left;
	/* width: 100%; */
	/* text-align: right; */
}
.ban-butn1 a{
	float: none;
	display: inline-block;
	/* font-weight: lighter; */
	font-size: 14px;
	height: 50px;
	color: white;
	text-align: center;
	border-radius: 30px;
	width: 161px;
	padding: 14px 30px;
	background-color: #ce2933;
	transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.ban-butn1 a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #0f3860;
	transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.ban-butn2{
	float: left;
	/* width: 100%; */
	text-align: left;
	margin-left: 15px;
}
.ban-butn2 a{
	float: left;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	width: 161px;
	height: 50px;
	text-align: center;
	color: #000;
	padding: 13px 30px;
	border-radius: 30px;
	border: 1px solid #000;
	background-color: transparent;
	transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.ban-butn2 a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #000;
	transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}

.body1{
	float: left;
	width: 100%;
	background-image: url(../images/body1.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
.b1-bx1{
	float: left;
	width: 100%;
	background-image: url(../images/b1-bx1.png);
	padding: 32px 0px 31px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	border-right: 4px solid #0D7BBE;
	margin-top: -60px;
	position: relative;
	z-index: 111;
}
.b1-bx1 h2{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	color: white;
}
.b1-bx1 p{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: white;
	margin-bottom: 0px;
	margin-top: 4px;
}
.b1-bx2{
	float: left;
	width: 100%;
	background-image: url(../images/b1-bx2.png);
	padding: 32px 0px 31px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	border-right: 4px solid #0D7BBE;
	margin-top: -60px;
	position: relative;
	z-index: 111;
}
.b1-bx2 h2{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	color: white;
}
.b1-bx2 p{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: white;
	margin-bottom: 0px;
	margin-top: 4px;
}.b1-bx3{
	float: left;
	width: 100%;
	background-image: url(../images/b1-bx3.png);
	padding: 32px 0px 31px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	border-right: 4px solid #0D7BBE;
	margin-top: -60px;
	position: relative;
	z-index: 111;
}
.b1-bx3 h2{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	color: white;
}
.b1-bx3 p{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: white;
	margin-bottom: 0px;
	margin-top: 4px;
	line-height: 25px;
}

.b1-img{
	float: left;
	width: 100%;
	margin-top: 100px;
}
.b1-img img{
	float: left;
	max-width: 100%;
}
.b1-hed{
	float: left;
	width: 100%;
	margin-top: 100px;
}
.b1-hed h2{
	float: left;
	width: 100%;
	font-size: 49px;
	font-weight: 600;
	color: black;
	line-height: 59px;
}
.b1-hed p{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: black;
	line-height: 25px;
	margin-top: 13px;
	margin-bottom: 39px;
}

.b1-quality{
	float: left;
	width: 100%;
	border-left: 2px solid #1BB177;
	padding-left: 15px;
	margin-bottom: 30px;
}
.b1-quality h2{
	float: left;
	width: 100%;
	font-size: 19px;
	font-weight: 500;
	color: black;
}
.b1-quality p{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: black;
	margin-bottom: 5px;
}

.b1-hse{
	float: left;
	width: 100%;
	border-left: 2px solid #0D7BBE;
	padding-left: 15px;
}
.b1-hse h2{
	float: left;
	width: 100%;
	font-size: 19px;
	font-weight: 500;
	color: black;
}
.b1-hse p{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: black;
	margin-bottom: 5px;
}
.body2{
	float: left;
	width: 100%;
	background-image: url(../images/body2.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 110px;
	padding-bottom: 107px;
}
.body2 h3{
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 25px;
	color: white;
	margin-bottom: 0px;
}
.body2 h2{
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 75px;
	color: white;
	margin-bottom: 28px;
}

.b2-count{
	float: left;
	width: 100%;
}
.count .item1:after {
    content: '+';
    position: absolute;
}
.count .item1 {
    color: white;
    font-size: 43px;
    font-weight: 700;
    float: left;
    
    line-height: 1;
    text-align: left;
    position: relative;
 }
.count .item p {
    color:#C4E3F6 !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    margin-top: 8px;
     width: 100%;
    margin-bottom: 0px;
    float: left !important;
}
.body3{
	float: left;
	width: 100%;
	background-color: #E0EAF1;
	padding-top: 80px;
	padding-bottom: 80px;
}
.b3-hed{
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.b3-hed h2{
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 49px;
	color: black;
}
.b3-hed p{
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: black;
	line-height: 25px;
	margin-top: 17px;

}

.b3-bx{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
	

}

.b3-bx img{
	float: left;
	width: 100%;
}
.b3-bx-hed{
	float: left;
	width: 100%;
	padding-top: 24px;
	padding-left: 25px;
	padding-right: 29px;
	padding-bottom: 27px;
	background-color: white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.b3-bx-hed h2{
	float: left;
	width: 100%;
	font-size: 19px;
	font-weight: 500;
	color: black;
	text-align: left;
	margin-bottom: 0px;
}
.b3-bx-hed p{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: black;
	text-align: left;
	margin-top: 13px;
	margin-bottom: 0px;
}


.b3-bx-shade{
	position: absolute;
	background-color: #0000008f;
	width: 100%;
	height: 0;
    opacity: 0%;
    transition: all ease-in-out .5s;
}
.b3-bx-shade-1{
	position: absolute;
	background-color: #0000008f;
	width: 100%;
	height: 0;
    opacity: 0%;
    transition: all ease-in-out .5s;
}
.b3-bx-shade-butn{
	float: left;
	width: 100%;
	text-align: center;
}
.b3-bx-shade-butn a{
	float: none;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	color: white;
	padding: 10px 30px;
	border: 2px solid #0D7BBE;
	margin-top: 86px;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.b3-bx-shade-butn a:hover{
	text-decoration: none;
	color: white;
	border: 2px solid #1BB177;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b3-bx:hover .b3-bx-shade{
	height: 55%;
	opacity: 100%;
}
.b3-bx:hover .b3-bx-shade-1{
	height: 51%;
	opacity: 100%;
}

.b3-butn{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 8px;
}

.b3-butn a{
	float: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 30px;
	color: white;
	background-color: #0D7BBE;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b3-butn a:hover{
	text-decoration: none;
	color: white;
	background-color: #1BB177;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.body4{
	float: left;
	width: 100%;
	background-image: url(../images/body4.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 98px;
	padding-bottom: 98px;
}
.b4-hed{
	float: left;
	width: 100%;
}
.b4-hed h2{
	float: left;
	width: 100%;
	font-size: 49px;
	font-weight: 600;
	line-height: 59px;
	color: white;
	margin-bottom: 0px;
}
.b4-hed p{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: white;
	margin-top: 20px;
}
.b4-butn{
	float: left;
	width: 100%;
	margin-top: 8px;

}
.b4-butn a{
	float: left;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 30px;
	color: white;
	
	border: 2px solid white;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b4-butn a:hover{
	text-decoration: none;
	color: white;
	border: 2px solid #1BB177;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.body5{
	float: left;
	width: 100%;
	background-image: url(../images/body5.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 79px;
	padding-bottom: 80px;
}
.b5-hed{
	float: left;
	width: 100%;
	margin-bottom: 22px;
}
.b5-hed h2{
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 35px;
	color: black;
	text-align: center;
}
.b5-hed p{
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: black;
	text-align: center;
	margin-top: 15px;
}

.b5-bx{
	float: left;
	width: 100%;
	background-color: #E0EAF1;
	border-radius: 15px;
	padding: 28px 0px 28px 25px;
	margin-bottom: 27px;
}
.b5-bx h3{
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 30px;
	color: black;
}
.b5-bx h2{
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 27px;
	color: black;
	margin-top: 15px;
}
.b5-bx p{
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 17px;
	color: #444444;
	margin-bottom: 0px;
	margin-top: 15px;
}

.b5-img{
	float: left;
	width: 100%;
}
.b5-img img{
	float: left;
	max-width: 100%;
}

.b5-bx5{
	float: left;
	width: 100%;
	background-color: #E0EAF1;
	border-radius: 15px;
	padding: 28px 0px 28px 25px;
	margin-top: -252px;
}
.b5-bx5 h3{
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 30px;
	color: black;
}
.b5-bx5 h2{
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 27px;
	color: black;
	margin-top: 15px;
}
.b5-bx5 p{
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 17px;
	color: #444444;
	margin-bottom: 0px;
	margin-top: 15px;
}

.footer{
	float: left;
	width: 100%;
	background-image: url(../images/footer-pattern.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	background-position: center;
	background-color: #292929;
}.ft-logo p{
	
color: #fff;
	
margin-top: 20px;
	
width: 89%;
	
float: left;
	
font-size: 14px;
	
font-weight: 400;
	
line-height: 28px;
}
.ft-logo{
	float: left;
	width: 100%;
	margin-top: 0;
}
.ft-logo img{
	float: left;
	max-width: 100%;
	width: 327px;
	filter: brightness(1111);
	max-width: 100%;
}
.quick{
	float: left;
	width: 100%;
	padding-left: 10px;
}
.quick h2{
	float: left;
	width: 100%;
	color: white;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 40px;
}
.quick a{
	float: left;
	width: 100%;
	color: white;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 0px;
	transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.quick a:hover{
	text-decoration: none;
	color: #d1363f;
	transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.location{
	float: left;
	width: 100%;
	padding-left: 29px;
}
.location h2{
	float: left;
	width: 100%;
	color: white;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 17px;
	margin-top: 40px;
}
.location p{
	float: left;
	width: 100%;
	color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 31px;
	margin-bottom: 0px;
}
.mail{
	float: left;
	width: 100%;
	/* padding-left: 70px; */
}
.mail p{
	font-size: 14px;
	color:#fff;
	font-weight: 400;
	line-height: 30px;
}
.mail h2{
	float: left;
	width: 100%;
	color: white;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 16px;
	margin-top: 40px;
}
.mail a{
	float: left;
	width: auto;
	color: white;
	font-size: 14px;
	font-weight: 400;
	margin: 0 10px 0 0;
	transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.mail a:hover{
	text-decoration: none;
	color: #1BB177;
	transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	margin-top: -10px;
}
.phone{
	float: left;
	width: 100%;
	padding-left: 70px;
}
.phone h2{
	float: left;
	width: 100%;
	color: white;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 17px;
}
.phone a{
	float: left;
	width: 100%;
	color: white;
	font-size: 16px;
	font-weight: 400;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
	
	
}
.phone a:hover{
	text-decoration: none;
	color: #1BB177;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.copy{
	float: left;
	width: 100%;
	padding-top: 40px;
	/* padding-bottom: 20px; */
	border-top: 2px solid #5e5e5e;
	margin-top: 20px;
}
.copy1{
	float: left;
	width: 100%;
}
.copy1 p{
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0px;
}
.copy2{
	float: left;
	width: 100%;
}
.copy2 p{
	float: left;
	text-align: right;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0px;
}
.copy2 a{
	color: #fff;
}
.copy2 a:hover{
	text-decoration: none;
	color: #d1363f;
	transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}

.inner-ban {
    float: left;
    width: 100%;
   background-image: url(../images/in-ban.png);
   background-size: cover;
   background-repeat: no-repeat;
    height: auto;
    padding: 90px 0px 50px 0px;
}
.ab-hed {
    float: left;
    width: 100%;
}
.ab-hed h2 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 50px;
    color: white;
    text-align: center;
    padding: 70px 0px 0px 0px;
}
.about-body{
	float: left;
	width: 100%;
	padding: 60px 0px;
}

.in-ab-hed{
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.in-ab-hed h2{
	width: 100%;
    font-weight: 600;
    font-size: 49px;
    color: black;
    text-align: left;
    line-height: 59px;
   
}
.in-ab-hed p{
	width: 100%;
    color: black;
    line-height: 25px;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
}

.in-ab-hed img{
	float: right;
	max-width: 100%;
	margin-left: 20px;
	margin-top: 15px;
}

.in-vision{
	float: left;
	width: 100%;
	padding: 35px 30px;
	border: 1px solid #0D7BBE;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.in-vision:hover{
	border: 1px solid #1BB177;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.in-vision h2{
	float: left;
	width: 100%;
	font-size: 30px;
	font-weight: 500;
	color: black;
	text-align: center;
	margin-bottom: 18px;
}
.in-vision p{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: black;
	text-align: center;
	margin-bottom: 0px;
}

.in-ser{
	float: left;
	width: 100%;
	background-color: #E0EAF1;
    padding-top: 70px;
    padding-bottom: 70px;
}
.in-ser-hed{
	float: left;
	width: 100%;
	margin-bottom: 30px;

}
.in-ser-hed h2{
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 49px;
	color: black;
}
.in-ser-hed p{
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: black;
	line-height: 25px;
	margin-top: 17px;

}

.in-ser-bx{
	float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.in-ser-bx img {
    float: left;
    width: 100%;
}
.in-ser-shade {
    position: absolute;
    background-color: #0000008f;
    width: 100%;
    height: 0;
    opacity: 0%;
    transition: all ease-in-out .5s;
}
.in-ser-shade-1 {
    position: absolute;
    background-color: #0000008f;
    width: 100%;
    height: 0;
    opacity: 0%;
    transition: all ease-in-out .5s;
}
.in-ser-shade-butn {
    float: left;
    width: 100%;
    text-align: center;
}
.in-ser-shade-butn a {
    float: none;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: white;
    padding: 10px 30px;
    border: 2px solid #0D7BBE;
    margin-top: 96px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.in-ser-bx-hed {
    float: left;
    width: 100%;
    padding: 24px 25px 27px 25px;
   
    background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.in-ser-bx-hed h2 {
    float: left;
    width: 100%;
    font-size: 19px;
    font-weight: 500;
    color: black;
    text-align: left;
    margin-bottom: 0px;
}
.in-ser-bx-hed p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-align: left;
    margin-top: 13px;
    margin-bottom: 0px;
}

.in-ser-bx:hover .in-ser-shade {
    height: 61%;
    opacity: 100%;
}
.in-ser-bx:hover .in-ser-shade-1 {
    height: 58%;
    opacity: 100%;
}
.in-ser-shade-butn a:hover {
    text-decoration: none;
    color: white;
    border: 2px solid #1BB177;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.career-full{
    float: left;
    width: 100%;
    padding-bottom: 75px;
    padding-top: 70px;
    background: #acd9c733;
}
.cr-wd{
  margin-right:auto;
  margin-left:auto;
  width:770px;
}
.cr-wd h2{
    float: left;
    width: 100%;
    text-align: center;
   
    font-weight: 600;
    color: black;
    font-size: 49px;
    line-height: 59px; 
    margin-bottom: 15px;
}
.cr-wd p{
    float: left;
    width: 100%;
    text-align: center;
  
    font-weight: 400;
    color: black;
    font-size: 16px;
    line-height: 25px; 
    margin-bottom: 50px;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 17px;
    border-radius: 5px;
}

.mct_form:hover {
    border-bottom: 1px solid #72593c;
}

.contact-snd{
    float:left;
   background: #0D7BBE;
    text-align: center;
    color: white;
    
    font-size: 16px;
    font-weight: 400;
    
    padding: 10px 30px;
    
    border: none;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-snd:hover{
  text-decoration:none;
 background: #1BB177;
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



.abt-panel {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 70px;
    
}
.abt-panel h1 {
    /* float: left; */
    /* width: 100%; */
    color: #101010;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 21px;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 50px;
    
}


.contact-tag {
    float: left;
    width: 100%;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.93);
    text-align: left;
    /* margin-top: 15px; */
    line-height: 27px;
    margin-bottom: 30px;
    
    font-weight: 400;
    
}



.error_msg {
    display: none;
    width: auto;
    float: left;
    padding: 5px 7px;
    font-size: 13px;
    line-height: 15px;
    background: #E31B23;
    color: #fff;
    font-weight: 300;
    text-align: left;
    position: absolute;
    bottom: -8px;
    left: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 10;
}


.info-tag {
    line-height: 27px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.93);
    margin-top: 9px;
    font-weight: 400;
   
}

.contact-snd2 {
    text-transform: uppercase;
    /* border-radius: 100px; */
    font-size: 16px;
    font-weight: 400;
   
    margin-bottom: 20px;
    font-style: normal;
    font-stretch: normal;
    border: none;
    line-height: normal;
    /* letter-spacing: 1.8px; */
    /*width: 81%;*/
    text-align: center;
    padding: 10px 30px;
    border: none;
    background: #1BB177;
    color: #fff;
    float: right;
    margin-top: 11px;
    /* border: solid 2px #a3238e; */
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-snd2:hover {
   text-decoration: none;
    background: #0D7BBE;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.adr-section {
    float: left;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 15px;
    /* padding-left: 30px; */
}

.adr-section h1 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    margin-top: 0px;
    margin-top: 4px;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 16px;
}

.india{
float: left;
}

.india p {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: black;
    line-height: 25px;
    margin-top: 11px;
    margin-bottom: 0px;
    
}
.india p a{
    color: black;
    
    font-size: 16px;
    font-weight: 400;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.india p a:hover{
    color: #0D7BBE;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}


.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999999999999999;
    top: 0;
    left: 0;
  background: #E0EAF1;

    overflow-x: hidden;
    transition: 0.5s;
    padding: 60px 0px;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 50px;
    z-index: 9999;
    color: #000000;
    font-weight: 300;
}
.overlay a:hover {
    color: #f1f1f1;
    text-decoration: none;
}
.lrn-frm{
 width: 50%;
 float: right;
 padding-right: 50px;
}

.frm-white{
  color:black !important;
  font-size:16px !important;
}

.frm-border{
  background: white!important;
  color:black !important;
  border: solid 1px rgb(255 255 255 / 59%);
  
}

.lrn-frm h2{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 28px;
    text-transform:uppercase;
    font-weight: 500;
    color: black;
    padding-bottom: 11px;
}

.lrn-frm p{
  float:left;
  width:100%;
  font-size: 16px;
  color: #181818;
  line-height: 24px;
  text-align: left;
  font-weight: normal;
  padding-bottom: 12px;
}

.lrn-adrs{
	float: left;
	width: 50%;
	padding-right: 70px;
}
.irn-adrs-hed{
	float: left;
	width: 100%;
	margin-bottom: 55px;
	text-align: right;
}
.irn-adrs-hed h2{
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 28px;
}
.irn-adrs-hed p{
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}


.in-ser-pge{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.in-ser-pge h2{
	width: 100%;
    font-weight: 600;
    font-size: 49px;
    color: black;
    text-align: left;
    line-height: 59px;
   
}
.in-ser-pge p{
	width: 100%;
    color: black;
    line-height: 25px;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
}

.in-ser-pge img{
	float: right;
	max-width: 100%;
	margin-left: 20px;
	margin-top: 15px;
}














.hamburgermenu{
	float: right;
}
.hamburgermenu img{
    width: 30px;
    cursor: pointer;
    margin-left: 25px;
    position: relative;
    z-index: 1111;
    margin-top: 15px;
} 




.activeli{
	color: #ce2933!important;
	font-weight: 500!important;
}

.enquiry {
    float: right;
    margin-right: 0px;
    border-bottom-right-radius: 20px;
}

.enquiry a {
    float: right;
    color: white!important;
   background-color: #1BB177;
    margin-bottom: 0px;
    font-size: 16px!important;
    font-weight: 400!important;
    
    
    margin-left: 37px;
    padding: 10px 28px !important;
    position: relative;
    z-index: 9999;
    
    border-top-left-radius: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.enquiry a:hover {
    text-decoration: none;
        
   background-color: #0D7BBE;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.quick-top {
    cursor: pointer;
}

.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 424px;
    top: 0;
    background: #0c7dc4 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.close_form:focus {
    outline: none;
}

.request-sec {
    position: absolute;
    right: 0;
    width: 100%;
    top: -450px;
    right: 0;
    height: auto;
    background: transparent;
    z-index: 9999999;
}

.form-inner {
	padding-top: 35px;
}
.req-form {
    width: 427px;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
   background-color: #010000;
    
    top: 0;
    position: relative;
    right: 0;
    /* height: 100%; */
    z-index: 99;
}
.form-inner-2{
    float: left;
    padding: 20px 30px;
    
    background: black;
}
.field_area {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 20px;
}

.field_area label {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.field_area input[type=email], .field_area input[type=number], .field_area input[type=text], .field_area textarea {
    width: 100%;
    float: left;
    /* position: relative; */
    font-size: 15px;
    color: white;
    line-height: 20px;
    margin: 0;
    padding: 7px 10px;
    background: 0 0;
    border: none;
    border-bottom: solid 1px rgb(207 207 207);
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.quick-send {
    background-color: #252b42;
    width: 100%;
    border: 0;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    padding: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.quick-send:hover {
    color: #fff;
    /* opacity: .7; */
    background: #000;
}

.quick-send:focus {
    outline: none;
}



.field_area input[type=email], .field_area input[type=number], .field_area input[type=text], .field_area textarea:focus {

outline: none;}

.header_menu_area {
  float: right;
  position: relative;
  text-align: center;
}
.header_menu_area > .mob_nav {
    display: none;
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    /* padding-right: 20px; */
    float: left;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
}
     
.header_menu_area > ul > li > a:hover {
          color: color: black;
          /* background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158)); */
          color: #ce2933!important;
}
         


.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
 
  color: black; !important;
 
  /* border-bottom: solid 4px #0f703a; */
}

.img-fluid {
    max-width:0%;
    height: auto;
}


@media (max-width: 1024px) {


.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 122px!important;
}
.menu ul li a {

    text-align: center !important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /position: unset;/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}



.header_menu_area {
    position: inherit;
    float: right;
}

.header_menu_area > .mob_nav {
    display: block;
    float: right;
    position: relative;
    z-index: 99999;
    width: 35px;
    height: 28px;
    margin: -118px 42px;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area > .mob_nav > div {
    background: #ce2933;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px;
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px;
    width: 65%;
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px;
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%;
}

.mob_nav.open > div:nth-child(2) {
    background: #ce2933;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #ce2933;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 100px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    /* transform: rotate(-15deg) translate3d(0, 0, 0); */
    padding-bottom: 50px;
    background: #ffffff;
}


.header_menu_area > ul > li > a {
    padding: 15px 18px 15px 18px !important;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 30px;
    margin-left: 0px;
}
.header_menu_area > ul > li {
      width: 100%;
}


.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
    /* transform: rotate(0deg) translate3d(0, 0, 0); */
    top: 100px;
}

.header_user_area {
    right: calc(5% + 70px);
}
}

.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.header_menu_area > ul > li > a {
    margin-top: 0px;
    /* margin-bottom: -13px;*/
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 15px;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-weight: 400;
    color: #000;
    margin: 15px 40px;
    border-bottom: 0px solid transparent;
    letter-spacing: 0px !important;
    padding: 0px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
    text-decoration: none;
}
/*.header_menu_area > ul > li > a:hover {
    
    color: #f11002; !important;
    



    
}
*/

.menu ul li a:hover, .menu ul li:hover>a {
    background: #0a3b85; !important;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 54px;
    padding: 0;
    width: 211px;
    position: absolute;
    right: 20px;
    left: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    transition: all .5s ease-out;
}

.menu ul li a {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    padding: 18px 10px;
    display: block;
    color: #000000;
    background: #ffffff;
    text-align: left;
    border-bottom: solid 1px rgb(99 96 96 / 10%);
}
.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 13px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: 0 !important;
    left: inherit !important;
    right: 217px !important;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}

.menu-new li a{
  background: #F6F6F6!important;
}



.menu-new:after {
    top: 10% !important;
    right: -2% !important;
    left: inherit !important;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
   
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: red !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate(
319deg);
}






@media (max-width: 1024px){
	.header_menu_area > ul > li > a{
		margin: 8px 0px 0px 0px;
	}
	.hamburgermenu{
		display: none;
	}
}
@media(min-width:576px)
{
    .mob-only{
        display:none;
    }
}
@media (max-width: 575px){
    
    .desk-only{
        display:none;
    }
    .header-content .row{
        margin-left:0 !important; margin-right:0 !important;
    }    .header-content .row .col-12{
        padding-left:0;
    }
    .ban-butn2 a {
    float: left;
    display: inline-block;
    font-weight: 400;
    background: #0f3860;
    font-size: 14px;
    width: 161px;
    height: 50px;
    text-align: center;
    color: #fff;
    padding: 13px 30px;
    border-radius: 30px;
    border: 1px solid #0f3860;
    /* background-color: transparent; */
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
	.contact-sec2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 15px 50px;}
	.business-full h1 {
    font-size: 36px;
    color: #000;
    margin: 0;
    text-align: center;
}.business-full p{
	text-align: center;
}.business-box {
    text-align: center;}
	.innerban img {
    position: absolute;
    right: 0;
    top: inherit;
    width: 81px;
    bottom: 0;
}.innerban h1 {
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}.in-about-txt h2 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 34px;
    color: black;
    text-align: center;
}
.img-abt{
	display: none;
}.all-vision{
	padding-bottom: 40px;
}
.vision{
	margin-bottom: 30px;
}
.in-about-txt p {
    float: left;
    text-align: center;}
	.social{
		    width: 100%;
    float: left;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
	}.header {
    float: left;
    width: 100%;
    background-color: white;
    height: 0px;
    padding: 0 4%;
}
	.ft-logo p {
    color: #fff;
    margin-top: 20px;
    width: 100%;
    text-align: center;}
	.panel5 img{
		left: 0;    width: 100%;
    position: relative;
    top: 0;
	}
	.sub-plus:after{
		display: none;
	}
	.quick a {
    float: left;
    width: 33%;}.location h2 {

    margin-top: 20px;
}.mail h2 {

    margin-top: 10px;
}
	.panel4 .row{
		margin-left: 0 !important;margin-right: 0 !important;
	}.panel4 a {
    float: none;
    display: table;
    width: 160px;
    height: 50px;
    background: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding: 13px 0;
    border-radius: 30px;
    color: #0f3860;
    margin: 20px auto 0;
}.panel5 {
    width: 100%;
    float: left;
    background-color: #ce2933;
    background-image: url(../images/man-bg-pattern.png);
    border-radius: 30px;
    background-size: contain;
    position: relative;
    height: auto;
    margin-top: 70px;
}.p5-text {
    width: 100%;
    float: left;
    padding: 45px 15px !important;
    text-align: center;
    margin-top: 0px;
}.panel5 h1 {
    font-size: 38px;
    color: #fff;
}.p5-carousel .owl-dots {
    float: left;
    width: 100%;
    position: relative;
    top: -54px !important;
    text-align: center;
}.panel6 {
    width: 100%;
    float: left;
    padding: 65px 0;
}.panel6 h1 {
    font-size: 36px;
    text-align: center;
    font-weight: 400;
}.p6-box{
	text-align: center;
}
	.p3-img2 {
    width: 100%;
    border-radius: 30px;
    /* border-bottom-right-radius: 30px; */
    height: 255px;
    object-fit: cover;
    float: right;
}.panel3-box2 {
    width: 100%;
    float: left;
    border-radius: 30px;
    margin-top: 60px;
    background: #0f3860;
    height: auto;
}.p3-text2 {
    position: relative;
    width: 100%;
    float: left;
    background: #0f3860;
    padding: 37px 15px;
    border-radius: 30px;
    text-align: center;
}.panel3-box2 a {
    position: inherit;
    width: 160px;
    height: 47px;
    float: none;
    display: table;
    background: #fff;
    text-align: center;
    font-size: 15px;
    margin: auto;
    color: #254b6f;
    padding: 12px 0;
    border-radius: 30px;
    bottom: -57px;
    box-shadow: 17px 18px 18px -9px rgba(0,0,0,0.05);
}.panel3-box2 p {
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
}.panel4 {
    width: 100%;
    float: left;
    background: url(../images/cta-bg.png);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    /* margin-bottom: 150px; */
    text-align: center;
}.panel4 h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
}
	.panel2 h6 {
    color: #7891aa;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 40px;
    text-align: center;
    float: left;
    width: 100%;
}.panel2 h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
}.panel2 p {
    font-size: 14px;
    color: #e4e9ed;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}.panel2 a {
    width: 160px;
    height: 50px;
    background: #fff;
    float: none;
    text-align: center;
    padding: 13px 0;
    border-radius: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #36587a;
    margin-top: 15px;
    display: table;
    margin: auto;
}.panel3 h1 {
    font-size: 34px;}.p3-img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    border-radius: 30px;
}.panel3-box {
    width: 100%;
    float: left;
    border-radius: 30px;
    margin-top: 60px;
    background: #ce2933;
    height: auto;
    text-align: center;
}.p3-text {
    position: relative;
    width: 100%;
    float: left;
    background: #ce2933;
    padding: 27px 15px;
    border-radius: 30px;
}.panel3-box a {
    position: inherit;
    width: 160px;
    height: 47px;
    margin: auto;
    float: none;
    background: #fff;
    display: table;
    text-align: center;
    font-size: 15px;
    color: #254b6f;
    padding: 12px 0;
    border-radius: 30px;
    bottom: -44px;
    box-shadow: 17px 18px 18px -9px rgba(0,0,0,0.05);
}.panel3-box p {
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
}
	.p22-img{
		display: none;
	}.panel2 {
    width: 100%;
    float: left;
    padding:65px 0 70px;}
	.p2-img{
		width: 100%;
		margin-right: 0;
		height: auto;
	}.slide .item .cover .header-content {
    margin-left: 10px;
    padding: 15px 0px;
    position: absolute;
    width: auto;
    text-align: left;
    width: 100%;
    /* margin-left: 65px; */
    padding: 0px;
    /* overflow: hidden; */
    background: transparent;
    z-index: 9999;
    margin-top: 70px;
}.slide {height: 370px;}.slide .item {
    height: 370px;
    }.slide .item .slide-image {
    height: 370px;
    }
	.header-content p {
    line-height: initial;
    float: left;
    margin-top: 5px;
    font-size: 12px;
    color: #000;
    font-weight: 200;
    line-height: 24px;
    width: 75%;
    text-align: left;
    margin-bottom: 17px;
    /* padding-left: 34px; */
}
	.logo a img{
		width: 255px;
	}
	.header_menu_area > .mob_nav{
		margin: 0px 0px;
	}
	
	.header-content h6{
		font-size: 21px;
		line-height: 28px;
		text-align: left;
		margin: 0;
	}
	.header-content p br{
		display: none;
	}
	.ban-butn1{
		/* text-align: center; */
		/* margin-bottom: 17px; */
		width: 47%;
		float: none;
	}.ban-butn2 a{
		width: 100px;
		font-size: 11px;
		padding: 7px 0;
		height: 35px;
		float: left;
	}.ban-butn1 a{
		width: 100px;
		font-size: 11px;
		padding: 9px 0;
		height: 35px;
		float: left;
	}
	.ban-butn2{
		/* text-align: left; */
		width: 100%;
		float: left;
		margin: 10px 0;
	}
	
	.b1-hed h2{
		font-size: 40px;
		line-height: 45px;
		text-align: center;
	}
	.body2{
		padding-top: 75px;
		padding-bottom: 60px;
		background-position: center;
	}
	.body2 h3{
		font-size: 21px;
		text-align: center;
	}
	.body2 h2{
		font-size: 55px;
		text-align: center;
	}
	.count .item1{
		text-align: center;
		width: 100%;
	}
	.count .item p{
		text-align: center;
		font-size: 21px!important;
	}
	.b2-count{
		margin-bottom: 18px;
	}
	.b3-hed h2{
		font-size: 40px;
	}
	.body4{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.b4-hed h2{
		font-size: 40px;
		line-height: 45px;
		text-align: center;
	}
	.b4-hed p br{
		display: none;
	}
	.b4-hed p{
		text-align: center;
	}
	.b4-butn{
		text-align: center;
	}
	.b4-butn a{
		float: none;
		display: inline-block;
	}
	.body5{
		padding-top: 65px;
		padding-bottom: 70px;
	}
	.b5-bx{
		text-align: center;
		padding: 28px 25px 28px 25px;
	}
	.b5-bx5{
		margin-top: 0px;
		padding: 28px 25px 28px 25px;
		text-align: center;
	}
	.b5-img{
		margin-bottom: 27px;
	}
.in-ab-hed h2{
	text-align: center;
	font-size: 40px;
	line-height: 45px;
}
.in-ser-hed h2{
	font-size: 40px;
	line-height: 45px;
}
.cr-wd h2{
	font-size: 40px;
	line-height: 45px;
}
.in-ser-pge h2{
	font-size: 40px;
	line-height: 45px;
	text-align: center;
}
.b3-bx-hed{
	padding-right: 25px;
}


}



@media (max-width: 455px){
	.b1-quality p br{
		display: none;
	}
	.b1-hse p br{
		display: none;
	}
}
@media (max-width: 421px){
	.body2 h2{
		font-size: 38px;
	}
	.body2 h3{
		font-size: 19px;
		margin-bottom: 10px;
	}
	.count .item1{
		font-size: 38px;
	}
}





@media (max-width: 767px){
	.body1{
		padding-bottom: 75px;
	}
	.b1-img{
		margin-top: 60px;
	}
.b1-img img {
    float: none;
   
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.b1-hed{
	margin-top: 38px;
}
.b1-hed p{
	text-align: center;
	margin-top: 10px;

}
.body3{
	padding-top: 70px;
	padding-bottom: 70px;
}
.b3-hed p br{
	display: none;
}
.b3-hed p{
	margin-top: 8px;
}
.b3-hed{
	margin-bottom: 30px;
}
.b5-hed p br{
		display: none;
	}
.b5-hed p{
margin-top: 8px;
}
.ft-logo{
	margin-top: 0px;
    }
    .ft-logo img{
    	float: none;
    	margin-left: auto;
    	margin-right: auto;
    	display: block;
    	max-width: 100%;
    }
    .quick{
    	padding-left: 0px;
    	text-align: center;
    	margin-top: 20px;
    }
    .location{
    	padding-left: 0px;
    	text-align: center;
    	margin-top: 20px;
    }
    .mail{
    	padding-left: 0px;
    	text-align: center;
    	margin-top: 20px;
    }
    .phone{
    	padding-left: 0px;
    	text-align: center;
    	margin-top: 20px;
    }
    .footer{
    	padding-top: 65px;
    	padding-bottom: 65px;    background-repeat: repeat;
    background-size: contain;
    }
    .copy1 p{
    	text-align: center;
    }
    .copy2 p{
    	margin-top: 6px;
    	text-align: center;
    }
    .in-ab-hed img{
    	margin-left: auto;
    	margin-right: auto;
    	display: block;
    	float: none;
    	margin-bottom: 20px;
    }
    .in-vision{
    	padding: 35px 35px;
    	margin-bottom: 30px;
    }
    .in-ab-hed{
    	margin-bottom: 65px;
    }
    .in-ser-hed p br{
    	display: none;
    }
    .in-ser-hed p{
    	margin-top: 8px;
    }
.in-ser{
	padding-bottom: 65px;
	padding-top: 65px;
}
.cr-wd{
	padding-left: 15px;
	padding-right: 15px;
}
.career-full{
	padding-bottom: 70px;
	padding-top: 65px;
}
.adr-section h1{
	text-align: center;
}
.india p{
	text-align: center;
}
.india{
	width: 100%;
}
.abt-panel h1{
	text-align: center;
}
.contact-tag{
	text-align: center;
}
.contact-snd2{
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
}
.info-tag{
	text-align: center;
	margin-bottom: 7px;
}
.abt-panel{
	padding-bottom: 60px;
}
.in-ser-pge img{
	margin-left: auto;
    	margin-right: auto;
    	display: block;
    	float: none;
    	margin-bottom: 20px;
}
.ab-hed h2{
	font-size: 45px;
}
.b1-bx1{
		margin-top: -77px;
	}
	.b1-bx2{
		margin-top: 20px;
	}
	.b1-bx3{
		margin-top: 20px;
	}
	
	
}

@media (min-width: 576px) and (max-width: 767px){
	.contact-sec2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 25px 50px;}
.innerban h1 {
    margin: 0;
    font-size: 30px;
}.innerban img {
    position: absolute;
    right: 0;
    top: -2px;
    width: 214px;
}
	.img-abt{
		display: none;
	}.in-about-txt h2 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 46px;}.vision{
    	margin-bottom: 30px;
    }.all-vision{
    	padding-bottom: 40px;
    }
	.quick h2{
		margin-top: 0;
	}
	.panel5{
		height: auto;
	}.p5-text {
    width: 100%;
    float: left;
    padding: 45px 30px;
}.p5-text {
    width: 100%;
    float: left;
    padding: 45px 30px !important;
    margin-top: 0;
}

	.panel4 h1 {
    font-size: 37px;
    color: #fff;
    font-weight: 400;
    width: 84%;
}.panel5 img {
    width: auto;
    position: absolute;
    top: -117px;
    height: 300px;
    object-fit: contain;
    margin: auto;
    display: block;
}.panel5 img {
    width: auto;
    position: relative;
    top: 0;
    height: 300px;
    object-fit: contain;
    margin: auto;
    display: block;
}.p5-carousel .owl-dots {
    float: left;
    width: 100%;
    position: relative;
    top: -54px !important;
    left: 30px;
}.panel6 {
    width: 100%;
    float: left;
    padding: 75px 0;
}
	.p3-img2 {
 
    height: 260px;}.p3-img {
 
    height: 260px;}
	.panel2 {
    width: 100%;
    float: left;
    padding: 65px 0 60px;}.panel3 h1 {
    font-size: 36px;
    text-align: center;
    font-weight: 400;
}.panel3-box {
    width: 100%;
    float: left;
    border-radius: 30px;
    margin-top: 60px;
    background: #ce2933;
    height: auto;
}.panel3-box2 {
    width: 100%;
    float: left;
    border-radius: 30px;
    margin-top: 60px;
    height: auto;
}.p3-text {
    position: relative;
    width: 100%;
    float: left;
    background: #ce2933;
    padding: 15px 15px 19px 15px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}.p3-text2 {
    position: relative;
    width: 100%;
    float: left;
    padding: 15px 15px 19px 15px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}.panel3-box h2 {
    font-size: 25px;
    color: #fff;
}.panel3-box2 h2 {
    font-size: 25px;
    color: #fff;
}
	.p2-img {
    width: 210px;
    border-radius: 30px;
    float: left;
    height: auto;
    margin-right: 40px;
}.p22-img {
    width: 130px;
    height: 78px;
    position: absolute;
    bottom: -20px;
    left: -92px;
}.panel2 h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}
	.ban-butn2 a {
    float: left;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    width: 117px;
    height: 41px;
    text-align: center;
    color: #000;
    padding: 10px 0px;
    border-radius: 30px;
    border: 1px solid #000;
    background-color: transparent;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}.ban-butn1 a {
    float: none;
    display: inline-block;
    /* font-weight: lighter; */
    font-size: 14px;
    height: 42px;
    color: white;
    text-align: center;
    border-radius: 30px;
    width: 120px;
    padding: 10px 8px;
    background-color: #ce2933;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}.ban-butn2 {
    float: left;
    width: 46%;
    text-align: left;
    margin-left: 15px;
}.ban-butn1 {
    float: left;
    width: 47%;
    /* text-align: right; */
}
	.header-content p{
		width: 74% !important;
	}
	.logo a img{
		width: 250px;
	}
	.header_menu_area > .mob_nav{
		margin: 0px 22px;
	}
	.header-content h6 br{
		display: none;
	}
	.header-content h6{
		font-size: 53px;
		line-height: 67px;
	}
	.body2{
		background-position-x: 86%;
	}
	.b1-hed h2{
		font-size: 45px;
		line-height: 55px;
		text-align: center;
	}
	.body2 h3{
		margin-bottom: 9px;
	}
	.body2 h2{
		font-size: 58px;
	}
	.count .item1{
		font-size: 40px;
	}
	.count .item p{
		font-size: 23px!important;
	}
	.body2{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.body4{
		background-position-x: 12%;
		padding-top: 80px;
		padding-bottom: 85px;
	}
	.b4-hed{
		padding-left: 68px;
	}
	.b4-hed h2{
		font-size: 45px;
		line-height: 55px;
	}
	.b4-butn{
		padding-left: 68px;
	}
	.b5-bx5{
		margin-top: 0px;
	}
	.b5-img{
		margin-bottom: 27px;
	}
	.in-ab-hed h2{
		font-size: 45px;
		line-height: 55px;
		text-align: center;
	}
	.in-ser-hed h2{
		font-size: 45px;
		line-height: 55px;
	}
	.cr-wd h2 br{
		display: none;
	}
	.cr-wd h2{
		font-size: 45px;
		line-height: 55px;
	}
	.in-ser-pge h2{
		font-size: 45px;
		line-height: 55px;
		text-align: center;
	}
}


@media (min-width: 768px) and (max-width: 991px){
    .panel5{
        margin-top:70px !important;
    }
    .panel5 img {
    width: 100%;
    position: absolute;
    top: 40px !important;
}
	.contact-sec2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 25px 50px;
    text-align: center;}
	.img-abt{
		display: none;
	}
	.business-box img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 20px;
}
	.panel2 {
    width: 100%;
    float: left;
    padding: 65px 0 70px;}.p22-img {
    width: 270px;
    height: 138px;
    position: absolute;
    bottom: -27px;
    left: -117px;
}.panel2 h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}.p2-img {
    width: 280px;
    border-radius: 30px;
    float: left;
    height: 230px;
    margin-right: 30px;
    object-fit: cover;
}.panel2 h6 {
    color: #7891aa;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 7px;
    padding-top: 10px;
}.p2-img {
    width: 280px;
    border-radius: 30px;
    float: left;
    height: 370px;
    margin-right: 30px;
    object-fit: cover;
}.p3-text {
    position: relative;
    width: 100%;
    float: left;
    background: #ce2933;
    padding: 21px 25px 32px 22px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}.p3-text2 {
    position: relative;
    width: 100%;
    float: left;
    background: #0f3860;
    padding: 17px 5px 35px 39px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}.panel4 h1 {
    font-size: 43px;
    color: #fff;
    font-weight: 400;
}.p5-text {
    width: 100%;
    float: left;
    padding:20px 60px 60px 5px !important;
}.panel5 h1 {
    font-size: 38px;
    color: #fff;
}
.header-content p{
	width: 54%;
}.ban-butn1 {
    float: left;
    width: 40%;
    /* text-align: right; */
}.ban-butn1 a {
    float: left;
    display: inline-block;
    /* font-weight: lighter; */
    font-size: 14px;
    height: 40px;
    color: white;
    text-align: center;
    border-radius: 30px;
    width: 131px;
    padding: 10px 10px;
    background-color: #ce2933;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}.ban-butn2 {
    float: left;
    width: 47%;
    text-align: left;
    margin-left: 15px;
}.ban-butn2 a {
    float: left;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    width: 131px;
    height: 40px;
    text-align: center;
    color: #000;
    padding: 9px 8px;
    border-radius: 30px;
    border: 1px solid #000;
    background-color: transparent;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b1-bx1 p br{
	display: none;
}
.b1-bx1{
	padding: 32px 10px 31px 10px;
	margin-top: -75px;
}
.b1-bx2 p br{
	display: none;
}
.b1-bx2{
	padding: 32px 10px 31px 10px;
	margin-top: -75px;
}
.b1-bx3 p br{
	display: none;
}
.b1-bx3{
	padding: 32px 10px 31px 10px;
	margin-top: -75px;
}
.b1-img img {
    float: none;
   
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.b1-img{
	margin-top: 70px;
}
.b1-hed h2{
	font-size: 50px;
	text-align: center;
}
.b1-hed{
	margin-top: 30px;
}
.b1-hed p{
	margin-top: 10px;
	text-align: center;
}
.b1-quality{
	width: 50%;
}
.b1-hse{
	width: 50%;
}
.b1-quality p br{
	display: none;
}
.b1-hse p br{
display: none;
}
.body1{
padding-bottom: 55px;
background-position: center;
}
.body2{
	background-position: right;
}
.b3-hed p br{
	display: none;
}
.b3-bx-hed{
	padding-left: 17px;
	padding-right: 17px;
}
.b5-hed p br{
	display: none;
}
.b5-bx5{
	margin-top: 0px;
}
.hide{
	display: none;
}
.body5{
	padding-top: 75px;
	padding-bottom: 70px;
}
.ft-logo{
	margin-top: 0px;
}
.location{
	margin-top: 22px;
	padding-left: 0px;

}
.quick{

	padding-left: 0px;
}
.mail{
margin-top: 22px;
	padding-left: 0px;	
}
.phone{
	padding-left: 0px;	
}
.in-ab-hed h2{
	font-size: 45px;
	line-height: 56px;
}
.in-ab-hed img{
	max-width: 392px;
}
.in-vision{
	margin-bottom: 30px;
}
.in-ab-hed{
	margin-bottom: 60px;
}
.in-ser-hed p br{
	display: none;
}
.in-ser-bx-hed{
	padding: 24px 17px 27px 17px;
}
.in-ser-pge h2{
	font-size: 45px;
	line-height: 56px;
}
.in-ser-pge img{
	max-width: 395px;
}
.footer{
	background-position: right;
}
.header_menu_area > .mob_nav{
	margin: 0px 22px;
}

}












@media (min-width: 992px) and (max-width: 1024px){
    .panel5 img {
    width: 100%;
    position: absolute;
    top: -45px !important;
}
	.innerban img {
    position: absolute;
    right: 0;
    top: 0px;
    width: 238px;
}
	.in-about-txt h2 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 36px;
    color: black;
}
	.panel4 h1 {
    font-size: 41px;
    color: #fff;
    font-weight: 400;
}.p5-text {
    width: 100%;
    float: left;
    padding: 26px 15px 33px 5px;
}
	.p2-img {
    width: 450px;
    border-radius: 30px;
    float: left;
    height: 430px;
    margin-right: 80px;
}.p3-text {
    position: relative;
    width: 100%;
    float: left;
    background: #ce2933;
    padding: 42px 65px 36px 22px;}.p3-text2 {
    position: relative;
    width: 100%;
    float: left;
    background: #0f3860;
    padding: 37px 5px 42px 65px;}
.header_menu_area > .mob_nav{
	margin: 0px 22px;
}
.b3-bx-hed{
	padding-right: 13px;
	padding-left: 20px;
}
.b5-bx{
	padding: 28px 22px 28px 25px;
}
.b5-bx5{
	padding: 28px 22px 28px 25px;
	margin-top: -142px;
}
.footer{
	background-position-x: 38%;
}
.quick{
	padding-left: 38px;
}
.location{
	padding-left: 0px;
}
.mail{
	padding-left: 23px;
}
.phone{
	padding-left: 23px;
}
.body2{
	background-position: right;
}


}





@media (min-width: 1025px) and (max-width: 1199px){
      .panel5 img {
    width: 100%;
    position: absolute;
    top: -45px !important;
}
	.in-about-txt h2 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 36px;
    color: black;
}
.in-about-txt h2 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 36px;
    color: black;
}
	.panel2 h1 {
    font-size: 45px;}.p3-text {
    position: relative;
    width: 100%;
    float: left;
    background: #ce2933;
    padding: 30px 65px 50px 22px;}.p3-text2 {
    position: relative;
    width: 100%;
    float: left;
 
    padding: 30px 22px 50px 65px;}.panel4 h1 {
    font-size: 41px;}
	.b5-bx{
	padding: 28px 22px 28px 25px;
}
.b5-bx5{
	padding: 28px 22px 28px 25px;
	margin-top: -142px;
}
.footer{
	background-position-x: 38%;
}
.quick{
	padding-left: 15px;
}
.location{
	padding-left: 0px;
}
.mail{
	padding-left: 22px;
}
.phone{
	padding-left: 22px;
}
.body2{
	background-position: right;
}
}




@media (max-width: 1024px){
	.enquiry{
		width: 100%;
		text-align: center;
	}
	.enquiry a{
		float: none;
		display: inline-block;
		margin-left: 0px;
	}
}

@media (max-width: 575px){
	.header_menu_area > ul{
		top: 0;
	}
	
	
}
@media (min-width: 576px) and (max-width: 767px){
	.header_menu_area > ul{
		top: 119px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.header_menu_area > ul{
		top: 130px;
	}
}


@media (min-width: 367px) and (max-width: 467px){
	.close_form{
		right: 324px;
	}
	.req-form{
		width: 325px;
	}
}
@media (min-width: 267px) and (max-width: 366px){
	.close_form{
		right: 260px;
	}
	.req-form{
		width: 260px;
	}
}


@media (min-width: 267px) and (max-width: 314px){
	.header-content h6 br{
		display: none;
	}
	.header-content h6{
		font-size: 42px;
		line-height: 56px;
	}
}





@media (min-width: 560px) and (max-width: 575px){
	.b3-bx:hover .b3-bx-shade{
		height: 68%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 68%;
	}
	.b3-bx-shade-butn a{
		margin-top: 135px;
	}
}

@media (min-width: 554px) and (max-width: 559px){
	.b3-bx:hover .b3-bx-shade{
		height: 68%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 68%;
	}
	.b3-bx-shade-butn a{
		margin-top: 135px;
	}
}

@media (min-width: 530px) and (max-width: 553px){
	.b3-bx:hover .b3-bx-shade{
		height: 67%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 67%;
	}
	.b3-bx-shade-butn a{
		margin-top: 132px;
	}
	
}
@media (min-width: 509px) and (max-width: 529px){
	.b3-bx:hover .b3-bx-shade{
		height: 66%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 66%;
	}
	.b3-bx-shade-butn a{
		margin-top: 125px;
	}
	
}
@media (min-width: 485px) and (max-width: 508px){
	.b3-bx:hover .b3-bx-shade{
		height: 65%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 65%;
	}
	.b3-bx-shade-butn a{
		margin-top: 117px;
	}
	
}
@media (min-width: 465px) and (max-width: 484px){
	.b3-bx:hover .b3-bx-shade{
		height: 64%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 64%;
	}
	.b3-bx-shade-butn a{
		margin-top: 113px;
	}
	
}
@media (min-width: 450px) and (max-width: 464px){
	.b3-bx:hover .b3-bx-shade{
		height: 63%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 60%;
	}
	.b3-bx-shade-butn a{
		margin-top: 108px;
	}
	
}
@media (min-width: 430px) and (max-width: 449px){
	.b3-bx:hover .b3-bx-shade{
		height: 59%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 59%;
	}
	.b3-bx-shade-butn a{
		margin-top: 100px;
	}
	
}
@media (min-width: 415px) and (max-width: 429px){
	.b3-bx:hover .b3-bx-shade{
		height: 58%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 58%;
	}
	.b3-bx-shade-butn a{
		margin-top: 98px;
	}
	
}
@media (min-width: 400px) and (max-width: 414px){
	.b3-bx:hover .b3-bx-shade{
		height: 57%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 57%;
	}
	.b3-bx-shade-butn a{
		margin-top: 98px;
	}
	
}
@media (min-width: 385px) and (max-width: 399px){
	.b3-bx:hover .b3-bx-shade{
		height: 56%;
	}
	.b3-bx:hover .b3-bx-shade{
		height: 53%;
	}
	.b3-bx-shade-butn a{
		margin-top: 95px;
	}
	
}
@media (min-width: 376px) and (max-width: 384px){
	.b3-bx:hover .b3-bx-shade{
		height: 55%;
	}
	.b3-bx:hover .b3-bx-shade{
		height: 52%;
	}
	.b3-bx-shade-butn a{
		margin-top: 86px;
	}
	
}
@media (min-width: 365px) and (max-width: 375px){
	.b3-bx:hover .b3-bx-shade{
		height: 54%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 51%;
	}
	.b3-bx-shade-butn a{
		margin-top: 82px;
	}
	
}
@media (min-width: 350px) and (max-width: 364px){
	.b3-bx:hover .b3-bx-shade{
		height: 50%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 50%;
	}
	.b3-bx-shade-butn a{
		margin-top: 82px;
	}
	
}
@media (min-width: 335px) and (max-width: 349px){
	.b3-bx:hover .b3-bx-shade{
		height: 49%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 49%;
	}
	.b3-bx-shade-butn a{
		margin-top: 72px;
	}
	
}
@media (min-width: 325px) and (max-width: 334px){
	.b3-bx:hover .b3-bx-shade{
		height: 48%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 48%;
	}
	.b3-bx-shade-butn a{
		margin-top: 68px;
	}
	
}
@media (min-width: 314px) and (max-width: 324px){
	.b3-bx:hover .b3-bx-shade{
		height: 44%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 47%;
	}
	.b3-bx-shade-butn a{
		margin-top: 65px;
	}
	
}
@media (min-width: 300px) and (max-width: 313px){
	.b3-bx:hover .b3-bx-shade{
		height: 43%;
	}
	.b3-bx:hover .b3-bx-shade-1{
		height: 43%;
	}
	.b3-bx-shade-butn a{
		margin-top: 59px;
	}
	
}







@media (min-width: 560px) and (max-width: 575px){
	.in-ser-bx:hover .in-ser-shade{
		height: 66%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 66%;
	}
	.in-ser-shade-butn a{
		margin-top: 117px;
	}
}
@media (min-width: 554px) and (max-width: 559px){
	.in-ser-bx:hover .in-ser-shade{
		height: 65%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 65%;
	}
	.in-ser-shade-butn a{
		margin-top: 117px;
	}
}
@media (min-width: 533px) and (max-width: 553px){
	.in-ser-bx:hover .in-ser-shade{
		height: 65%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 65%;
	}
	.in-ser-shade-butn a{
		margin-top: 113px;
	}
	
}
@media (min-width: 516px) and (max-width: 532px){
	.in-ser-bx:hover .in-ser-shade{
		height: 64%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 64%;
	}
	.in-ser-shade-butn a{
		margin-top: 113px;
	}
	
}
@media (min-width: 495px) and (max-width: 515px){
	.in-ser-bx:hover .in-ser-shade{
		height: 63%;
	}
		.in-ser-bx:hover .in-ser-shade-1{
		height: 63%;
	}
	.in-ser-shade-butn a{
		margin-top: 108px;
	}
	
}
@media (min-width: 475px) and (max-width: 494px){
	.in-ser-bx:hover .in-ser-shade{
		height: 62%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 62%;
	}
	.in-ser-shade-butn a{
		margin-top: 103px;
	}
	
}
@media (min-width: 455px) and (max-width: 474px){
	.in-ser-bx:hover .in-ser-shade{
		height: 61%;
	}
	.in-ser-shade-butn a{
		margin-top: 98px;
	}
	
}
@media (min-width: 435px) and (max-width: 454px){
	.in-ser-bx:hover .in-ser-shade{
		height: 60%;
	}
		.in-ser-bx:hover .in-ser-shade-1{
		height: 57%;
	}
	.in-ser-shade-butn a{
		margin-top: 93px;
	}
	
}
@media (min-width: 415px) and (max-width: 434px){
	.in-ser-bx:hover .in-ser-shade{
		height: 56%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 56%;
	}
	.in-ser-shade-butn a{
		margin-top: 88px;
	}
	
}
@media (min-width: 400px) and (max-width: 414px){
	.in-ser-bx:hover .in-ser-shade{
		height: 54%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 54%;
	}
	.in-ser-shade-butn a{
		margin-top: 83px;
	}
	
}
@media (min-width: 390px) and (max-width: 399px){
	.in-ser-bx:hover .in-ser-shade{
		height: 53%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 53%;
	}
	.in-ser-shade-butn a{
		margin-top: 79px;
	}
	
}
@media (min-width: 376px) and (max-width: 389px){
	.in-ser-bx:hover .in-ser-shade{
		height: 53%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 52%;
	}
	.in-ser-shade-butn a{
		margin-top: 75px;
	}
	
}
@media (min-width: 370px) and (max-width: 375px){
	.in-ser-bx:hover .in-ser-shade{
		height: 52%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 49%;
	}
	.in-ser-shade-butn a{
		margin-top: 75px;
	}
	
}
@media (min-width: 355px) and (max-width: 369px){
	.in-ser-bx:hover .in-ser-shade{
		height: 48%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 48%;
	}
	.in-ser-shade-butn a{
		margin-top: 71px;
	}
	
}
@media (min-width: 340px) and (max-width: 354px){
	.in-ser-bx:hover .in-ser-shade{
		height: 47%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 47%;
	}
	.in-ser-shade-butn a{
		margin-top: 67px;
	}
	
}
@media (min-width: 325px) and (max-width: 339px){
	.in-ser-bx:hover .in-ser-shade{
		height: 46%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 46%;
	}
	.in-ser-shade-butn a{
		margin-top: 63px;
	}
	
}
@media (min-width: 320px) and (max-width: 324px){
	.in-ser-bx:hover .in-ser-shade{
		height: 42%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 45%;
	}
	.in-ser-shade-butn a{
		margin-top: 59px;
	}
	
}
@media (min-width: 310px) and (max-width: 319px){
	.in-ser-bx:hover .in-ser-shade{
		height: 42%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 44%;
	}
	.in-ser-shade-butn a{
		margin-top: 59px;
	}
	
}
@media (min-width: 280px) and (max-width: 309px){
	.in-ser-bx:hover .in-ser-shade{
		height: 41%;
	}
	.in-ser-bx:hover .in-ser-shade-1{
		height: 41%;
	}
	.in-ser-shade-butn a{
		margin-top: 56px;
	}
	
}





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

.b3-bx-hed{
	padding-left: 20px;
	padding-right: 20px;
}
/*.b3-bx-hed{*/
/*	height: 230px;*/
/*}*/
.b3-bx:hover .b3-bx-shade{
	height: 39%;
}
.b3-bx:hover .b3-bx-shade-1{
	height: 37%;
}
.b3-bx-shade-butn a{
	margin-top: 51px;
}
.in-ser-bx:hover .in-ser-shade{
	height: 65%;

}
.in-ser-bx:hover .in-ser-shade-1{
	height: 65%;

}
.in-ser-shade-butn a{
	margin-top: 117px;
}


}




@media (min-width: 768px) and (max-width: 991px){


.b3-bx:hover .b3-bx-shade{
	height: 53%;
}
.b3-bx:hover .b3-bx-shade-1{
	height: 50%;
}
.b3-bx-shade-butn a{
	margin-top: 76px;
}
.in-ser-bx:hover .in-ser-shade{
	height: 53%;
}
.in-ser-bx:hover .in-ser-shade-1{
	height: 47%;
}
.in-ser-shade-butn a{
	margin-top: 68px;
}
}



@media (min-width: 992px) and (max-width: 1024px){
	.b3-bx:hover .b3-bx-shade{
	height: 47%;
}
.b3-bx:hover .b3-bx-shade-1{
	height: 47%;
}
.b3-bx-shade-butn a{
	margin-top: 69px;
}
.in-ser-bx:hover .in-ser-shade{
	height: 54%;
}
.in-ser-bx:hover .in-ser-shade-1{
	height: 53%;
}
.in-ser-shade-butn a{
	margin-top: 77px;
}

}


@media (min-width: 1025px) and (max-width: 1199px){
	.b3-bx-hed{
	padding-left: 20px;
	padding-right: 20px;
}
.b3-bx-hed{
	height: 242px;
}
	.b3-bx:hover .b3-bx-shade{
	height: 43%;
}
.b3-bx:hover .b3-bx-shade-1{
	height: 43%;
}
.b3-bx-shade-butn a{
	margin-top: 64px;
}
.in-ser-bx:hover .in-ser-shade{
	height: 51%;
}
.in-ser-bx:hover .in-ser-shade-1{
	height: 51%;
}
.in-ser-shade-butn a{
	margin-top: 77px;
}
.in-ser-bx-hed{
    height: 200px;
}

}



@media (min-width: 1440px) and (max-width: 2000px){
    .form-inner-2{
        padding: 20px 30px 62px 30px;
    }
}



.nav-pd {
    text-align: left;
    padding: 0px 0px;
    transform: rotate(15deg);
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    border-radius: 20px;
}
.top-radius
{
	      border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.bottom-radius{

	      border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.hvr-sub:hover {
    background-color: #ce2933 !important;
    text-decoration: none !important;
    color: white !important;
    padding-left: 20px;
}
.p5-text{
	    width: 100%;
	    float: left;
	    padding: 45px 60px 60px 5px;
}.p5-carousel .owl-dots .active span{
	background: #000;
}
.p5-carousel .owl-dots span{

width: 30px;

float: left;

height: 5px;

background: #990009;

margin: 0 5px;

border-radius: 30px;

opacity: 0.7;
}
.hd-address img {
    float: left;
    width: 95px;
    height: 95px;
    margin-right: 20px;
    margin-top: -10px;
    margin-bottom: 12px;
}.hd-address h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: white;
}.hd-address h6 {
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 50px;
    color: white;
    line-height: 25px;
}.req-form1 h2 {
    font-size: 26px;
    text-align: left;
    font-weight: 700;
    margin-top: 18px;
    color: white;
}.req-form1 p {
    font-size: 15px;
    width: 100%;
    color: white;
    line-height: 25px;
    margin-bottom: 14px;
    font-weight: 200;
    margin-top: 7px;
}
.hd-address {
    width: 100%;
    float: left;
    text-align: left;
    padding: 140px 0px;
    background: transparent;
    height: 100vh;
    margin-right: -80px;
}
.img-abt{
	    position: absolute;
	    width: 346px;
	    left: 0;
	    bottom: 0;
	    z-index: 99;
}
.p5-carousel .owl-dots{float: left;width: 100%;position: relative;top: -75px;}
.sub-plus:after {
    position: absolute;
    content: '';
    right: -19px;
    background-image: url('../images/down-arrow.svg');
    top: 9px;
    font-size: 20px;
    width: 12px;
    background-repeat: no-repeat;
    height: 13px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.menu li:hover .sub-plus::after{

transform: rotate(180deg);

top: 0;
}
@media(min-width:1400px){
    .slide .item .cover .header-content{
        padding-top:50px !important;
    }
    .slide{
            height: 700px !important;
    }.slide .item {
    height: 700px !important;
    }
}