body{
	margin: 0;
	font-family: 'Exo', sans-serif!important;
    
}
#spinner img {
  width: 100%;
}

#spinner {
  text-align: center; 
  color: #fff;
  padding:0 0;
  
  -webkit-animation-name: spinner;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;

  animation-name: spinner;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 2s;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#spinner:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/* WebKit and Opera browsers */
@-webkit-keyframes spinner {
  from { -webkit-transform: rotateY(0deg);    }
  to   { -webkit-transform: rotateY(-360deg); }
}

/* all other browsers */
@keyframes spinner {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(-360deg);s
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
/*.ip-loader img{*/
/*    width: 300px;*/
/*}*/
.ip-header{
    background: black!important;
    z-index: 11111!important;
}
.header{
	float: left;
	width: 100%;
	background-color: white;
    height: 0px;
	
	
	
}
.logo {
    float: left;
    height: 141px;
    width: 100%;
    position: relative;
    z-index: 11;
    background-color: transparent;
   
}
.logo a img{
	float: left;
	width: 158px;
	margin-top: -13px;
	
	
}




.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: 707px;
    /* margin-bottom: 80px; */
}

.slide .item {
    height: 707px;
    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;
    margin-top: 76px;
    width: auto;
    text-align: center;
    width: 100%;
    /* margin-left: 65px; */
    padding: 0px;
    /* overflow: hidden; */
    background: transparent;
    z-index: 9999;
}

.slide .item .slide-image {
    height: 707px;
    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; */
}

.slider-ban .owl-dots{float: right;margin-top: -33%;margin-right: 8%;}

.owl-dot{
width: 100%;
}

.header-content h6 {
	float: right;
    margin-top: 0px;
    font-size: 65px;
    color: white;
    font-weight: 600;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 75PX;
}


.slide .owl-item.active h6 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.slide .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.header-content p {
    line-height: initial;
    margin-top: 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    text-align: right;
    /* padding-left: 34px; */
}

.slider-ban .owl-nav{
display: none;
}


.banner-btn{float: left;width: 100%;}

.banner-btn1{float: left;}

.banner-btn1 a{
    float: left;
    box-shadow: 0px 6px 20px 0px #00000030;
    padding: 10px 26px;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    margin-top: 45px;
    font-size: 15px;
    font-weight: 300;
    color: white;
    background: #ca8241;
    border: solid 1px #ca8241;
    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-right: 10px;
    }

.banner-btn1 a:hover {text-decoration: none;background: none;border: solid 1px white;color: #ffffff;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;}


.banner-btn2{float: left;}

.banner-btn2 a{
    float: left;
    box-shadow: 0px 6px 20px 0px #00000030;
    padding: 10px 30px;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    margin-top: 45px;
    font-size: 15px;
    font-weight: 300;
    color: white;
    background: none;
    border: solid 1px white;
    color: #ffffff;
    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-left: 10px;
    }

.banner-btn2 a:hover {text-decoration: none;background: #ca8241; border: solid 1px #ca8241;color: #ffffff; 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;
	background-image: url(../images/b1-bac.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;

	padding-top: 75px;
	padding-bottom: 10px;
}
.b1-img{
	float: left;
	width: 100%;
}
.b1-img img{
	 float: left;
	 width: 100%;
}
.b1-hed{
	float: left;
	width: 100%;
	margin-top: 12px;
}

.b1-hed h2{
	float: left;
	width: 100%;
	color: white;
	text-align: left;
	font-size: 50px;
	font-weight: 600;
	line-height: 65px;
	margin-bottom: 0px;
}
.b1-hed p{
	float: left;
	width: 100%;
	color: white;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 15px;
}
.b1-butn{
	float: left;
	margin-top: 23px;
	
}
.b1-butn a{
	float: left;
	
	font-size: 15px;
	font-weight: 400;
	color: white;
	background: rgb(240,19,5);
background: linear-gradient(114deg, rgba(240,19,5,1) 50%, rgba(255,17,2,1) 50%);
	padding: 15px 43px;
	border-radius: 8px;
	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-butn a:hover{
	text-decoration: none;
	color: black;
	background: rgb(240,19,5);
background: linear-gradient(66deg, rgba(240,19,5,1) 50%, rgba(255,17,2,1) 50%);
	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;
}
.body2{
	float: left;
	width: 100%;
	background: rgb(210,19,7);
background: linear-gradient(36deg, rgba(210,19,7,1) 0%, rgba(13,12,12,1) 100%);
padding-top: 75px;
height: 1190px;
}
.b2-hed{
	float: left;
	width: 100%;
	margin-bottom: 45px;
}
.b2-hed h2{
	float: left;
	width: 100%;
	color: white;
	font-size: 50px;
	font-weight: 600;
	text-align: left;

}
.b2-bx{
	float: left;
	width: 100%;
}
.b2-bx-img{
	float: left;

	width: 100%;
}

.b2-bx-img img{
	float: left;
	width: 100%;
	border-radius: 10px;
}
.b2-bx-2{
	float: left;
	width: 532px;
	height: 330px;
	background-color: white;
	background-image: url(../images/b2-bx.png);
	background-repeat: no-repeat;
	background-position-y: 100%;
	background-position-x: 100%;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 10px;
	margin-top: -40px;
	padding: 30px 33px 30px 33px;
}
.b2-bx-2 h2{
	float: left;
	width: 100%;
	color: black;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 0px;
}
.b2-bx-2 p{
	float: left;
	width: 100%;
	color: black;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 15px;
	line-height: 30px;
}
.b2-butn{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 17px;
}
.b2-butn a{
	float: none;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	color: white;
	background: rgb(18,18,18);
background: linear-gradient(114deg, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 50%);
	padding: 15px 43px;
	border-radius: 8px;
	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;
}
.b2-butn a:hover{
	text-decoration: none;
	color: #f01305;
	background: rgb(18,18,18);
background: linear-gradient(66deg, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 50%);
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;
}
.loop-what-we-do .owl-prev img{
	width: 45px!important;
	margin-right: 15px;

}
.loop-what-we-do .owl-next img{
	width: 45px!important;

}
.loop-what-we-do .owl-nav{


float: right;
    margin-top: -836px;
    }

.body3{
	float: left;
	width: 100%;
	background: #ffffff;
	padding-bottom: 60px;
}
.b3-bx{
	float: left;
    width: 100%;
    background-color: white;
    padding: 55px 47px;
    margin-top: -146px;
    border-radius: 20px;
    box-shadow: 0px 0px 19px 0px #0000001c;
}

.b3-bx-hed{
	float: left;
	width: 64%;
}
.b3-bx-hed h2{
	float: left;
	width: 100%;
	text-align: left;
	color: #0f0c0c;
	font-size: 35px;
	font-weight: 500;
	line-height: 48px;
	margin-bottom: 0px;
}
.b3-bx-butn{
	float: right;
	width: 36%;
	margin-top: 42px;

}
.b3-bx-butn a{
	float: right;
	text-align: center;
	
	font-size: 15px;
	font-weight: 400;
	color: white;
	background: rgb(240,19,5);
background: linear-gradient(114deg, rgba(240,19,5,1) 50%, rgba(255,17,2,1) 50%);
	padding: 15px 43px;
	border-radius: 8px;
	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-butn a:hover{
	text-decoration: none;
	color: black;
	background: rgb(240,19,5);
background: linear-gradient(66deg, rgba(240,19,5,1) 50%, rgba(255,17,2,1) 50%);
	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-boxe-1{
	float: left;
	width: 100%;
	margin-top: 70px;
}
.b3-boxe-2{
	float: left;
	width: 100%;
	margin-top: 165px;
}
.b3-bx1{
	float: left;
	width: 100%;
	background-color: #fddde2;
	padding: 45px 25px 45px 25px;
	border-radius: 18px;
	margin-bottom: 20px;
	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-bx1 h2{
	float: left;
	width: 100%;
	color: #f5b2bc;
	font-size: 65px;
	font-weight: 600;
	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;
}
.b3-bx1 h3{
	float: left;
	width: 100%;
	color: #010101;
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	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-bx1 p{
	float: left;
	width: 100%;
	color: black;
	text-align: left;
	font-size: 15px;
	line-height: 28px;
	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;
}

.b3-bx1:hover{
	background-color: #110c0c;
	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-bx1:hover h2{
	color: 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;
}
.b3-bx1:hover h3{
	color: 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;
}
.b3-bx1:hover p{
	color: 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;
}


.b3-hed{
	float: left;
	width: 100%;
	margin-top: 110px;
}
.b3-hed img{
	float: right;
	width: 140px;

}
.b3-hed h2{
	float: left;
	width: 100%;
	font-size: 50px;
	font-weight: 600;
	color: #010101;
	line-height: 65px;
	margin-bottom: 15px;
	margin-top: 52px;

}
.b3-hed p{
	float: left;
	width: 100%;
	color: #000000;
	line-height: 27px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 400;

}
.body4{
	float: left;
	width: 100%;
	background-image: url(../images/b4-bac.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0px;
}
.b4-hed{
	float: left;
	width: 100%;
}
.b4-hed h2{
	float: left;
	width: 100%;
	font-size: 40px;
	font-weight: 600;
	color: white;
	text-align: center;
	line-height: 54px;
}
.b4-butn{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.b4-butn a{
	float: none;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	color: white;
	background: rgb(18,18,18);
background: linear-gradient(114deg, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 50%);
	padding: 15px 43px;
	border-radius: 8px;
	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: #f01305;
	background: rgb(18,18,18);
background: linear-gradient(66deg, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 50%);
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;
}

.footer{
	float: left;
	width: 100%;
	background: rgb(1,0,0);
background: linear-gradient(180deg, rgba(1,0,0,1) 45%, rgba(27,2,0,1) 90%);
	padding-top: 60px;
}
.quick{
	float: left;
	width: 100%;
}
.quick h2{
	float: left;
	width: 100%;
	text-align: left;
	color: white;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}

.quick a{
	float: left;
	width: 100%;
	text-align: left;
	color: #c9c6c6;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 13px;
	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: 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;
}
.services{
	float: left;
	width: 100%;
	margin-left: 42px;
}
.services h2{
	float: left;
	width: 100%;
	text-align: left;
	color: white;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
.services-1{
	float: left;
	width: 50%;
}
.services-1 a{
	float: left;
	width: 100%;
	text-align: left;
	color: #c9c6c6;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 13px;
	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;
}
.services-1 a:hover{
	text-decoration: none;
	color: 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;
}



.locate{
	float: left;
	width: 100%;
	
}
.locate h2{
	float: left;
	width: 100%;
	text-align: left;
	color: white;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
.locate p{
	float: left;
	width: 100%;
	text-align: left;
	color: #c9c6c6;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 15px;
}
.locate-tel{
	float: left;
	width: 100%;
}
.locate-tel h3{
	float: left;
	width: 100%;
	text-align: left;
	color: #c9c6c6;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 15px;
	
}
.locate-tel h3 a{
	color: #c9c6c6;
	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;
}
.locate-tel h3 a:hover{
	text-decoration: none;
	color: 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;
}

.ft-2{
	float: left;
    width: 100%;
    margin-top: 45px;
    border-top: 1px solid #241312b5;
    padding: 30px 0px;
}
.ft-media{
	float: left;
	width: 50%;
}
.ft-media h2{
	float: left;
	color: white;
	font-weight: 600;
	font-size: 25px;
	margin-top: 6px;
	margin-bottom: 0px;
}
.ft-media img{
	float: left;
	width: 40px;
	margin-left: 22px;
}
.ft-copy{
	float: right;
	width: 50%;
}

.ft-copy h3{
	float: left;
	color: white;
	font-weight: 400;
	font-size: 15px;
	margin-top: 11px;
	margin-bottom: 0px;
}
.ft-copy h3 a{
	color: white;
}
.ft-copy h3 a:hover{
	text-decoration: none;
	color: #c9c6c6;
	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/header-in.png);
   background-size: cover;
   background-repeat: no-repeat;
    height: auto;
    padding: 80px 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%;
}
.in-ab-hed h2{
	width: 100%;
    font-weight: 600;
    font-size: 50px;
    color: #010101;
    text-align: left;
   
}
.in-ab-hed p{
	width: 100%;
    color: black;
    line-height: 27px;
    margin-bottom: 0px;
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
}

.in-ab-hed img{
	float: right;
	width: 600px;
	margin-left: 10px;
	margin-top: 15px;
}


.inner-p-g{
    float: left;
    width: 100%;
   background-image: url(../images/inner-p-g.png);
   background-size: cover;
   background-repeat: no-repeat;
    height: auto;
    padding: 80px 0px 50px 0px;
}









.inner-ban2 {
    float: left;
    width: 100%;
   background-image: url(../images/header-in2.png);
   background-size: cover;
   background-repeat: no-repeat;
    height: auto;
    padding: 80px 0px 50px 0px;
}
.service-ful{
	float: left;
	width: 100%;
	padding: 60px 0px;
	background: rgb(228,19,6);
background: linear-gradient(132deg, rgba(228,19,6,1) 0%, rgba(12,12,12,1) 96%);
	
}
.s-hed{
	float: left;
	width: 100%;
	margin-bottom: 35px;
}
.s-hed h2{
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 50px;
	color: white;

}
.s-hed p{
	float: left;
    width: 100%;
    color: white;
    line-height: 27px;
    
    font-size: 15px;
    text-align: center;
    font-weight: 400;
}



.in-b2-bx{
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.in-b2-bx-img{
	float: left;

	width: 100%;
}

.in-b2-bx-img img{
	float: left;
	width: 100%;
	border-radius: 10px;
}
.in-b2-bx-2{
	float: left;
	height: 330px;
	width: 510px;
	background-color: white;
	background-image: url(../images/b2-bx.png);
	background-repeat: no-repeat;
	background-position-y: 100%;
	background-position-x: 100%;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 10px;
	margin-top: -40px;
	padding: 30px 33px 30px 33px;
}
.in-b2-bx-2 h2{
	float: left;
	width: 100%;
	color: black;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 0px;
}
.in-b2-bx-2 p{
	float: left;
	width: 100%;
	color: black;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 15px;
	line-height: 30px;
}

.in-b2-butn{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 17px;
}
.in-b2-butn a{
	float: none;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	color: white;
	background: rgb(18,18,18);
background: linear-gradient(114deg, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 50%);
	padding: 15px 43px;
	border-radius: 8px;
	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-b2-butn a:hover{
	text-decoration: none;
	color:#f01305;
	background: rgb(18,18,18);
background: linear-gradient(77deg, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 50%);
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-ban3 {
    float: left;
    width: 100%;
   background-image: url(../images/header-in3.png);
   background-size: cover;
   background-repeat: no-repeat;
    height: auto;
    padding: 80px 0px 50px 0px;
}

.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: 500;
    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: 28px;
    margin-bottom: 30px;
    padding-right: 50px;
    font-weight: 400;
}


.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    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: 10px !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;
}

.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: 29px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.93);
    margin-top: 9px;
    font-weight: 400;
}

.contact-snd {
    text-transform: uppercase;
    /* border-radius: 100px; */
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    font-style: normal;
    font-stretch: normal;
    border: none;
    line-height: normal;
    /* letter-spacing: 1.8px; */
    width: 81%;
    border-radius: 5px;
    text-align: center;
    padding: 15px 22px;
    border: none;
    background: rgb(240,19,5);
background: linear-gradient(114deg, rgba(240,19,5,1) 50%, rgba(255,17,2,1) 50%);
    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-snd:hover {
    background-color: #2EC2FF;
}

.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: 500;
    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: 17px;
    font-weight: 400;
    color: black;
    line-height: 25px;
    margin-top: 11px;
    margin-bottom: 0px;
}
.india p a{
    color: black;
    font-size: 17px;
    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: #67D3FF;
    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;

}




.photography{
	float: left;
	width: 100%;
	padding: 60px 0px;
}
.photo-hed{
	float: left;
	width: 100%;
	
}
.photo-hed h2{
	float: left;
    width: 100%;
    color: #010101;
    font-size: 50px;
    font-weight: 600;
    text-align: left;
}
.photo-hed p{
	width: 100%;
	float: left;
    color: black;
    line-height: 27px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
}
.photo-img{
	float: left;
	width: 100%;
}
.photo-img img{
	float: left;
	width: 100%;
	
}
.p-hed2{
	float: left;
	width: 100%;
	/*margin-top: 65px;
	padding: 20px 0px;
	background-color: #fddde299;
	border-radius: 10px;*/
}
.p-hed2 h2{
	float: left;
    width: 100%;
    color: #f5b2bc;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}
.p-details{
	float: left;
	width: 25%;
}
.p-details h3{
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 0px;
}



.p-hed2-ful{
	float: left;
	width: 100%;
	background-color: #fddde299;
	padding: 35px 0px;
	margin-top: 50px;
}


.pg-box-ful{
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.ih-item.square.effect6{
    float: left;
    width: 100%;
   
    
    margin-bottom: 25px;
   
}
.productimg{
    border-radius: 15px;
}
.vg-box-ful{
    float: left;
    width: 100%;
    padding: 60px 0px;
}










.header2 {
    float: right;
    width: 100%;
   margin-top: 30px;
    
}
/*.activeli{
	
	color: #FEB101!important;
}*/
.enquiry {
    float: right;
    margin-right: 0px;
    border-bottom-right-radius: 20px;
}

.enquiry a {
    float: right;
    color: white!important;
    background: rgb(240,19,5);
background: linear-gradient(114deg, rgba(240,19,5,1) 50%, rgba(255,17,2,1) 50%);
    margin-bottom: 0px;
    font-size: 15px!important;
    font-weight: 400!important;
    
    
    margin-left: 50px;
    padding: 15px 43px !important;
    position: relative;
    z-index: 9999;
    
    border-radius: 8px;
    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;
        color: black!important;
    background: rgb(240,19,5);
    background: linear-gradient(66deg, rgba(240,19,5,1) 50%, rgba(255,17,2,1) 50%);
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: #ee080b 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;
}


.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: rgb(1,0,0);
background: linear-gradient(180deg, rgba(1,0,0,1) 45%, rgba(27,2,0,1) 90%);
}
.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: rgb(240,19,5);
background: linear-gradient(114deg, rgba(240,19,5,1) 50%, rgba(255,17,2,1) 50%);
    width: 100%;
    border: 0;
    font-size: 15px;
    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: rgb(240,19,5);
background: linear-gradient(66deg, rgba(240,19,5,1) 50%, rgba(255,17,2,1) 50%);
}

.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;}
/*.activeli1{
	
	color: black!important;
	background-color: #FEB101;

    margin-bottom: 0px;
    padding: 12px 31px 12px 28px !important;
    border-radius: 10px;
    font-size: 17px!important;
    font-weight: 500!important;
}
.activeli1:hover{
	
	color: #FEB101!important;
	background-color: white!important;

   
}*/
.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: #f11002!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: #f2090a;
    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;
}

.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: #f2090a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #f2090a;
    -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;
    background: #ffffff;
    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: 55px;
    padding-bottom: 35px;
    background: white;
}


.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;
}

.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: #FFFFFF;
    margin: 14px 0px 0px 50px;
    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: #f01305; !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: 40px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #fff;
    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);
}

.menu ul li a {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    padding: 12px 10px;
    display: block;
    color: #000000;
    background: #fff;
    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: 575px){
.logo{
	width: 100%;
	height: auto;
}
.logo a img{
	width: 140px;
	margin-top: -11px;
	max-width: 100%;
}
.header-content h6 br{
	display: none;
}
.header-content h6{
	text-align: center;
	font-size: 52px;
	line-height: 70px;
}
.slide .item .slide-image{
	height: 600px;
}
.slide{
	height: 600px;
}
.slide .item .cover{
	height: 600px;
}
.slide .item .cover .header-content{
	margin-top: 97px;
}
.b1-img img{
	float: none;
    margin-left: auto;
    width: 80%;
    margin-right: auto;
    display: block;
}
.b1-hed h2{
	font-size: 43px;
	text-align: center;
	line-height: 60px;
}
.b1-hed p{
	text-align: center;
	margin-top: 10px;
}
.b1-butn{
	width: 100%;
	text-align: center;
}

.b1-butn a{
	float: none;
	display: inline-block;
}

.body1{
	padding-bottom: 50px;
	padding-top: 60px;
}
.body2{
	padding-top: 50px;
}
.b2-hed h2{
	font-size: 43px;
	text-align: center;
}
.b2-hed{
	margin-bottom: 40px;
	margin-right: 12px;
}


.loop-what-we-do .owl-nav{
	margin-top: -840px;
}
.loop-what-we-do .owl-prev img{
	width: 30px!important;
}
.loop-what-we-do .owl-next img{
	width: 30px!important;
	margin-right: 10px;
}
.b3-bx-hed h2 br{
	display: none;
}
.b3-bx-hed{
	width: 100%;
}
.b3-bx-butn{
	width: 100%;
	text-align: center;
	margin-top: 18px;
}
.b3-bx-butn a{
	display: inline-block;
	float: none;
}
.b3-bx{
	padding: 35px 18px;
}
.b3-bx-hed h2{
	text-align: center;
	font-size: 30px;
	line-height: 45px;
}

.b3-boxe-2{
	margin-top: 0px;
}
.b3-hed img{
	display: none;
}
.b3-hed{
	margin-top: 0px;
}
.b3-hed h2 br{
	display: none;
}
.b3-hed h2{
	margin-top: 20px;
	font-size: 43px;
	line-height: 60px;
	text-align: center;
}
.b3-hed p{
	text-align: center;
}
.body3{
	padding-bottom: 50px;
}
.b4-hed h2 br{
	display: none;
}
.b4-hed h2{
	font-size: 35px;
	line-height: 50px;
}
.quick h2{
	text-align: center;
	margin-bottom: 20px;
}
.quick a{
	text-align: center;
	margin-bottom: 12px;
}
.services{
	margin-left: 0px;
	margin-top: 23px;
}
.services h2{
	text-align: center;
	margin-bottom: 20px;
}
.services-1{
	width: 100%;
}
.services-1 a{
	text-align: center;
	margin-bottom: 12px;
}
.locate h2{
	text-align: center;
	margin-bottom: 20px;
}
.locate{
	margin-top: 23px;
}
.locate p{
	text-align: center;
	margin-bottom: 13px;
}
.locate-tel h3{
	text-align: center;
	margin-bottom: 13px;
}
.ft-media{
	text-align: center;
	width: 100%;
}
.ft-media h2{
	float: none;
	display: inline-block;
}
.ft-media img{
	float: none;
	display: inline-block;
}
.ft-copy{
	width: 100%;
}
.ft-copy h3{
	width: 100%;
	text-align: center;
	margin-top: 23px;
	line-height: 27px;
}

.in-ab-hed img{
	width: 100%;
	float: left;
    margin-left: 0px;
    margin-top: 0px;
}
.in-ab-hed h2{
	float: left;
	font-size: 43px;
	line-height: 60px;
	margin-top: 15px;
	text-align: center;

}
.in-ab-hed p{
	text-align: center;
}
.s-hed h2{
	font-size: 43px;
	line-height: 60px;

}
.s-hed p br{
	display: none;
}
.adr-section h1{
	text-align: center;
}
.india{
	width: 100%;
}
.india p{
	text-align: center;
}

.info-tag{
	text-align: center;
}
.contact-snd{
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.photo-hed h2{
	text-align: center;
	font-size: 44px;
}
.photo-hed p{
	text-align: center;
	margin-bottom: 25px;
}
.photo-img img{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
}
.p-details{
	width: 50%;
}

.b2-bx{
	text-align: center;
}

.b2-bx-2{
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.header_menu_area > ul{
	background: rgb(210,19,7);
background: linear-gradient(36deg, rgba(210,19,7,1) 0%, rgba(13,12,12,1) 100%);
padding-top: 0px;
top: 0px;
}
.header_menu_area > ul > li > a{
	margin: 14px 0px 0px 0px;
}


.enquiry{
	width: 100%;
	text-align: center;
}
.enquiry a{
	float: none;
	display: inline-block;
	margin-left: 0px;
}

.b3-bx1{
	padding: 35px 25px 35px 25px;
}



}









@media (max-width: 549px){
	.b2-bx-2{
	width: 515px;
}
}

@media (max-width: 529px){
	.b2-bx-2{
	width: 480px;
	padding: 30px 20px 30px 20px;
}
}
@media (max-width: 494px){
	.b2-bx-2{
	width: 450px;
	padding: 30px 17px 30px 17px;
	
}
}
@media (max-width: 464px){
	.b2-bx-2{
	width: 420px;
	padding: 30px 15px 30px 15px;
	
}
}
@media (max-width: 434px){
	.b2-bx-2{
	width: 390px;
	padding: 27px 10px 27px 10px;
	
}
}
@media (max-width: 404px){
	.b2-bx-2{
	width: 360px;
	
}
}
@media (max-width: 374px){
	.b2-bx-2 h2{
		font-size: 25px;
	}
	.b2-bx-2 p{
		margin-top: 8px;
		line-height: 26px;
	}
	.b2-butn{
		margin-top: 12px;
	}


	.b2-bx-2{
	width: 330px;
	
	
}
}
@media (max-width: 344px){
	.b2-bx-2{
	width: 300px;
	
	
}
}
@media (max-width: 314px){
	.b2-bx-2{
	width: 270px;
	
	
}
}






@media (max-width: 575px){
    .in-b2-bx-2{
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
    .in-b2-bx{
        text-align: center;
    }
}
@media (max-width: 549px){
	.in-b2-bx-2{
	width: 480px;
}
}
@media (max-width: 529px){
	.in-b2-bx-2{
	width: 450px;
	padding: 30px 20px 30px 20px;
}
}
@media (max-width: 494px){
	.in-b2-bx-2{
	width: 420px;
	padding: 30px 17px 30px 17px;
}
}
@media (max-width: 464px){
	.in-b2-bx-2{
	width: 390px;
	padding: 30px 15px 30px 15px;
}
}
@media (max-width: 434px){
	.in-b2-bx-2{
	width: 360px;
	padding: 27px 10px 27px 10px;
}
}
@media (max-width: 404px){
	.in-b2-bx-2{
	width: 330px;
	padding: 27px 10px 27px 10px;
}
}
@media (max-width: 374px){
	.in-b2-bx-2{
	width: 300px;
	
}
.in-b2-bx-2 h2{
		font-size: 25px;
	}
	.in-b2-bx-2 p{
		margin-top: 8px;
		line-height: 26px;
	}
	.in-b2-butn{
		margin-top: 12px;
	}
}
@media (max-width: 344px){
	.in-b2-bx-2{
	width: 270px;
	
}
}
@media (max-width: 314px){
	.in-b2-bx-2{
	width: 240px;
	
}
}












@media (max-width: 560px){
	.loop-what-we-do .owl-nav{
		margin-top: -828px;
	}
	
	
}
@media (max-width: 540px){
	.loop-what-we-do .owl-nav{
		margin-top: -810px;
	}
	
	
}
@media (max-width: 505px){
	.loop-what-we-do .owl-nav{
		margin-top: -777px;
	}
	
	
}
@media (max-width: 475px){
	.loop-what-we-do .owl-nav{
		margin-top: -750px;
	}
	
	
}
@media (max-width: 464px){
	.loop-what-we-do .owl-nav{
		margin-top: -771px;
	}
	
	
}
@media (max-width: 455px){
	.loop-what-we-do .owl-nav{
		margin-top: -764px;
	}
	
	
}

@media (max-width: 435px){
	.loop-what-we-do .owl-nav{
		margin-top: -745px;
	}
	
	
}
@media (max-width: 420px){
	.loop-what-we-do .owl-nav{
		margin-top: -726px;
	}
	
	
}
@media (max-width: 404px){
	.loop-what-we-do .owl-nav{
		margin-top: -710px;
	}
	
	
}
@media (max-width: 384px){
	.loop-what-we-do .owl-nav{
		margin-top: -692px;
	}
	
	
}
@media (max-width: 374px){
	.loop-what-we-do .owl-nav{
		margin-top: -668px;
	}
	
	
}
@media (max-width: 354px){
	.loop-what-we-do .owl-nav{
		margin-top: -651px;
	}
	
	
}
@media (max-width: 344px){
	.loop-what-we-do .owl-nav{
		margin-top: -668px;
	}
	
	
}
@media (max-width: 327px){
	.loop-what-we-do .owl-nav{
		margin-top: -654px;
	}
	
	
}
@media (max-width: 314px){
	.loop-what-we-do .owl-nav{
		margin-top: -670px;
	}
	
	
}
@media (max-width: 309px){
	.loop-what-we-do .owl-nav{
		margin-top: -664px;
	}
	
	
}

@media (max-width: 500px){
	.ab-hed h2{
		font-size: 40px;
	}
}
@media (max-width: 319px){
	.p-details h3{
		font-size: 14px;
	}
}



@media (max-width: 575px){
	.header_menu_area > .mob_nav{
margin: -130px 20px;
	}
}
@media (max-width: 530px){
	.header_menu_area > .mob_nav{
margin: -130px 20px;
	}
}
@media (max-width: 500px){
	.header_menu_area > .mob_nav{
margin: -130px 20px;
	}
}
@media (max-width: 460px){
	.header_menu_area > .mob_nav{
margin: -130px 15px;
	}
}
@media (max-width: 430px){
	.header_menu_area > .mob_nav{
margin: -130px 15px;
	}
}
@media (max-width: 400px){
	.header_menu_area > .mob_nav{
margin: -130px 15px;
	}
}
@media (max-width: 370px){
	.header_menu_area > .mob_nav{
margin: -130px 15px;
	}
}
@media (max-width: 350px){
	.header_menu_area > .mob_nav{
margin: -130px 15px;
	}
}
@media (max-width: 320px){
	.header_menu_area > .mob_nav{
margin: -130px 15px;
	}
}
@media (max-width: 430px){
	.logo a img{
margin-top: 0px;
	}
}




@media (max-width: 464px){
.req-form{
	width: 360px;
}
.close_form{
	right: 359px;
}
}
@media (max-width: 399px){
.req-form{
	width: 280px;
}
.close_form{
	right: 279px;
}
.form-inner a img{
	width: 140px !important;
}
}

@media (max-width: 320px){
.req-form{
	width: 253px;
}
.close_form{
	right: 252px;
}
.form-inner a img{
	width: 130px !important;
}
}











@media (min-width: 576px) and (max-width: 767px){
	.logo{
		width: 30%;
	}
	.header-content h6 br{
		display: none;
	}
	.header-content h6{
		text-align: center;
	}
	.slide .item .slide-image{
	height: 610px;
}
.slide{
	height: 610px;
}
.slide .item .cover{
	height: 610px;
}
.slide .item .cover .header-content{
	margin-top: 117px;
}
.b1-hed h2{
	text-align: center;
	font-size: 47px;
}
.b1-hed p{
	text-align: center;
}
.body1{
	padding-bottom: 50px;
}
.b1-butn{
	width: 100%;
	text-align: center;
}
.b1-butn a{
	float: none;
	display: inline-block;
}

.b2-hed h2{
	font-size: 47px;
}
.body2{
	padding-top: 50px;
	height: 1115px;
}
.b3-bx-hed{
	width: 100%;
}
.b3-bx-butn{
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.b3-bx-hed h2{
	text-align: center;
	font-size: 25px;
	line-height: 39px;
}
.b3-bx-butn a{
	float: none;
	display: inline-block;
}
.b3-bx{
	padding: 35px 30px;
}
.b3-boxe-2{
	margin-top: 0px;
}
.b3-bx1{
	padding: 35px 25px 35px 25px;
}
.b3-hed img{
	display: none;
}
.b3-hed{
	margin-top: 0px;
}
.b3-hed h2{
	margin-top: 30px;
	text-align: center;
}
.b3-hed h2 br{
    display: none;
}
.b3-hed p{
    text-align: center;
}
.body3 {
    padding-bottom: 40px;
}
.b4-hed h2 br{
    display: none;
}
.b4-hed h2{
    font-size: 31px;
    line-height: 46px;
}
.body4{
    padding: 45px 0px;
}
.quick h2{
	text-align: center;
	margin-bottom: 20px;
}
.quick a{
	text-align: center;
	margin-bottom: 12px;
}
.services{
	margin-left: 0px;
	margin-top: 23px;
}
.services h2{
	text-align: center;
	margin-bottom: 20px;
}
.services-1{
	width: 100%;
}
.services-1 a{
	text-align: center;
	margin-bottom: 12px;
}
.locate h2{
	text-align: center;
	margin-bottom: 20px;
}
.locate{
	margin-top: 23px;
}
.locate p{
	text-align: center;
	margin-bottom: 13px;
}
.locate-tel h3{
	text-align: center;
	margin-bottom: 13px;
}
.ft-media{
	text-align: center;
	width: 100%;
}
.ft-media h2{
	float: none;
	display: inline-block;
}
.ft-media img{
	float: none;
	display: inline-block;
}
.ft-copy{
	width: 100%;
}
.ft-copy h3{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	line-height: 26px;
}
.header_menu_area > ul{
	background: rgb(210,19,7);
background: linear-gradient(36deg, rgba(210,19,7,1) 0%, rgba(13,12,12,1) 100%);
padding-top: 0px;
top: 0px;
}
.header_menu_area > ul > li > a{
	margin: 14px 0px 0px 0px;
}


.enquiry{
	width: 100%;
	text-align: center;
}
.enquiry a{
	float: none;
	display: inline-block;
	margin-left: 0px;
}
.in-ab-hed img{
    width: 100%;
    margin-left: 0px;
}
.in-ab-hed h2{
    float: left;
    margin-top: 15px;
    text-align: center;
    font-size: 47px;
}
.in-ab-hed p{
    float: none;
    text-align: center;
}
.s-hed h2{
    font-size: 47px;
}
.s-hed p br{
    display: none;
}

.adr-section h1{
	text-align: center;
}
.india{
	width: 100%;
}
.india p{
	text-align: center;
}

.info-tag{
	text-align: center;
}
.contact-snd{
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.photo-hed h2{
    text-align: center;
    font-size: 47px;
}
.photo-hed p{
    text-align: center;
}
.photo-img{
    margin-top: 24px;
}


.b2-bx-2{
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        width: 510px;
    }
    .b2-bx{
        text-align: center;
    }



.in-b2-bx-2{
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        width: 480px;
    }
    .in-b2-bx{
        text-align: center;
    }


.header_menu_area > .mob_nav{
    margin: -140px 0px;;
}
.loop-what-we-do .owl-prev img {
    width: 40px!important;
    margin-right: 15px;
}
.loop-what-we-do .owl-next img {
    width: 40px!important;
    margin-right: 10px;
}
.loop-what-we-do .owl-nav {
    float: right;
    margin-top: -821px;
}

}



@media (min-width: 768px) and (max-width: 991px){
    .header_menu_area > ul{
	background: rgb(210,19,7);
background: linear-gradient(36deg, rgba(210,19,7,1) 0%, rgba(13,12,12,1) 100%);
padding-top: 0px;
top: 0px;
}
.header_menu_area > ul > li > a{
	margin: 14px 0px 0px 0px;
}


.enquiry{
	width: 100%;
	text-align: center;
}
.enquiry a{
	float: none;
	display: inline-block;
	margin-left: 0px;
}

.logo{
    width: 24%;
}
.b1-hed h2{
    font-size: 40px;
    line-height: 52px;
}
.body1{
    padding-top: 50px;
    padding-bottom: 50px;
}
.b1-hed{
    margin-top: 0px;
}
.b1-img{
    margin-top: 69px;
}
.b2-hed h2{
    font-size: 43px;
}

.b2-bx-2{
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        width: 335px;
        padding: 30px 15px 30px 15px;
        height: 380px;
    }
    .b2-bx{
        text-align: center;
    }
    
.loop-what-we-do .owl-nav{

float: right;

margin-top: -713px;

}

.body2{
    height: 1042px;
}
.b3-bx-hed{
    width: 65%;
}
.b3-bx-butn{
    width: 35%;
}
.b3-bx-hed h2 br{
    display: none;
}
.b3-bx-hed h2{
    font-size: 27px;
    line-height: 45px;
}
.b3-hed{
    margin-top: 15px;
}
.b3-hed h2{
    margin-top: -108px;
    line-height: 58px;
    font-size: 45px;
}
.b4-hed h2{
    font-size: 37px;
    line-height: 50px;
}
.body4{
    padding: 50px 0px;
}
.services-1{
    width: 100%;
}
.in-ab-hed img{
   margin-left: 0px;
   width: 100%;
}
.in-ab-hed h2 {
    
    float: left;
  
    font-size: 48px;
    
    text-align: center;
    margin-top: 15px;
}
.s-hed h2{
    font-size: 47px;
}
.s-hed{
    margin-bottom: 25px;
}
.in-b2-bx-2{
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        width: 315px;
        padding: 30px 15px 30px 15px;
        height: 400px;
    }
    .in-b2-bx{
        text-align: center;
    }
    
    .photo-img img {
    float: none;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.photo-img{
    margin-top: 17px;
}
.photo-hed h2{
    font-size: 47px;
    text-align: center;
}
.b2-bx-2 h2{
    font-size: 27px;
} 
.in-b2-bx-2 h2{
    font-size: 27px;
} 

}

@media (min-width: 992px) and (max-width: 1024px){
    .header_menu_area > .mob_nav{
        margin: 0px 0px;
    }
    .header_menu_area > ul > li > a {
    margin: 14px 0px 0px 0px;
}
 .header_menu_area > ul{
	background: rgb(210,19,7);
background: linear-gradient(36deg, rgba(210,19,7,1) 0%, rgba(13,12,12,1) 100%);
padding-top: 0px;
top: 68px;
}
.enquiry{
	width: 100%;
	text-align: center;
}
.enquiry a{
	float: none;
	display: inline-block;
	margin-left: 0px;
}
}










@media (min-width: 992px) and (max-width: 1199px){
    .logo{
        height: auto;
    }
    .logo a img{
        width: 137px;
        margin-top: -10px;
    }
    .b1-hed{
        margin-top: 0px;
    }
    .body1{
        padding-bottom: 50px;
    }
    .body2{
        padding-top: 50px;
        height: 1100px;
    }
    .loop-what-we-do .owl-nav{
        margin-top: -768px;
    }
    
    .b2-bx-2{
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        width: 445px;
        padding: 30px 15px 30px 15px;
    }
    .b2-bx{
        text-align: center;
    }
    .b3-bx-hed{
        width: 65%;
    }
    .b3-bx-butn{
        width: 35%;
    }
    .b3-bx{
        margin-top: -135px;
    }
    .in-ab-hed img{
        width: 500px;
    }
    .in-ab-hed h2{
        font-size: 46px;
    }
    .s-hed h2{
        font-size: 47px;
    }
    .in-b2-bx-2{
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        width: 424px;
        padding: 30px 15px 30px 15px;
        height: 347px;
    }
    .in-b2-bx{
        text-align: center;
    }
    .locate p br{
        display: none;
    }
    .locate-tel h3{
        font-size: 14px;
    }
}






@media (max-width: 767px){
    .b2-bx-2{
        height: auto;
    }
}
@media (max-width: 767px){
    .in-b2-bx-2{
        height: auto;
    }
}







@media (max-width: 400px){
    .body2{
        height: 1000px;
    }
}
@media (min-width: 401px) and (max-width: 485px){
    .body2{
        height: 1060px;
    }
}
@media (min-width: 486px) and (max-width: 575px){
    .body2{
        height: 1140px;
    }
}







