body{
	margin: 0;
    
}
p{
    font-family: 'Poppins', sans-serif;
    }

    @font-face {
    font-family: 'Ethos Regular';
    src: url('../fonts/Ethos-RegularItalic.woff2') format('woff2'),
        url('../fonts/Ethos-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ethos';
    src: url('../fonts/Ethos-Bold.woff2') format('woff2'),
        url('../fonts/Ethos-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ethos';
    src: url('../fonts/Ethos-Heavy.woff2') format('woff2'),
        url('../fonts/Ethos-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ethos';
    src: url('../fonts/Ethos-Regular.woff2') format('woff2'),
        url('../fonts/Ethos-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ethos';
    src: url('../fonts/Ethos-Medium.woff2') format('woff2'),
        url('../fonts/Ethos-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ethos';
    src: url('../fonts/Ethos-Light.woff2') format('woff2'),
        url('../fonts/Ethos-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'A_Nefel_Sereke';
    src: url('A_Nefel_Sereke.eot');
    src: url('A_Nefel_Sereke.eot?#iefix') format('embedded-opentype'),
        url('A_Nefel_Sereke.woff2') format('woff2'),
        url('A_Nefel_Sereke.woff') format('woff'),
        url('A_Nefel_Sereke.ttf') format('truetype'),
        url('A_Nefel_Sereke.svg#A_Nefel_Sereke') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





.heder{
	float: left;
	width: 100%;
}
.hed-img{
	float: left;
	width: 9%;
}
.hed-img img{
	width: 100%;
    float: left;
}
.hed-img2{
   float: right;
    width: 9%; 
}
.hed-img2 img{
    width: 100%;
    float: left;
}
.hed-title{
	width: 82%;
	float: left;
}
.hed-titl-top{
	float: left;
	width: 100%;
	background-color: #e50000;
	height: auto;
	/* padding-bottom: 14px; */
}


.hed-title-media{
	float: right;
	width: 50%;
    padding-top: 15px;
}
.media-icon{
    float: right;
    margin-right: 15px;

}
.media-icon a img{
    float: left;
    margin-left: 20px;
    width: 13px;
}
.media-icon a img:hover{
    margin-top: -2px;
}


.hed-logo{
	width: 100%;
	float: left;
	height: 93px;
}
.hed-logo h2{
    float: left;
    font-family: ethos;
    font-weight: normal;
    font-style: italic;
    font-size: 20px;
    line-height: 23px;
    color: #959698;
}
.logo-1{
    float: left;
    width: 255px;
    margin-left: 70px;
    margin-top: 15px;
}
.logo-a{
	    width: 67%;
    float: left;
    text-align: center;
    margin-top: 12px;
}
.logo-2{
    /* float: left; */
    width: 167px;
    /* margin-left: 39px; */
    /* margin-top: 5px; */
    margin: auto;
}
.logo-3{
    float: left;
    width: 191px;
    margin-left: 22px;
    margin-top: 15px;
}
.hed-logo h3{
    float: right;
    font-family: 'A_Nefel_Sereke';
    font-weight: normal;
   margin-bottom: 0px;
    font-size: 37px;
    line-height: 46px;
    color: #98999B;
    margin-top: 5px;
    margin-right: 14px;
}





.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: 486px;
    /* margin-bottom: 80px; */
}

.slide .item {
    height: 486px;
    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: transparent;
    width: 25px;
    height: 8px;
    float: right;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 4px;
    border: 1px solid #E50000;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.slider-ban .owl-dot.active span {
    background: #E50000;
    border-color: #E50000;
}
.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: -19px;
    width: auto;
    text-align: center;
    width: 100%;
    /* margin-left: 65px; */
    padding: 0px;
    /* overflow: hidden; */
    background: transparent;
    z-index: 9999;
}

.slide .item .slide-image {
    height: 486px;
    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 {
    display: block;
    padding-left: 125px;
    margin-top: -107px;
    /* background: chartreuse; */
}



.header-content h6 {
    margin-top: -33px;
    font-size: 60px;
    color: white;
    font-weight: bold;
    text-align: left;
    
    line-height: 72px;
    font-family: 'Ethos';
    margin-bottom: 20px;
}


.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 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 15px;
    color: #CBCBCB;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
    text-align: left;
    /* padding-left: 34px; */
}

.slider-ban .owl-nav{
display: none;
}


.banner-btn{float: left;width: 100%;}

.banner-btn1{float: left;}

.banner-btn1 a{
    float: left;
    
    padding: 12px 39px 10px 39px;
    font-family: ethos;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    margin-top: 25px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    background: #E50000;
    
    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;
    color: #E50000;
    background-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;
}


.banner-btn1 svg{
    fill: white;
}
.banner-btn1 a:hover svg{
    fill: #E50000;
}
.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;
	width: 100%;
	padding-top: 56px;
    padding-bottom: 55px;
}
.b1-bx1{
    float: left;
    width: 100%;
}
.b1-bx1 img{
    float: left;
    width: 17%;
    margin-right: 24px;
    margin-top: 12px;
}
.b1-bx1 h3{
    float: left;
    width: 76%;
    font-size: 23px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: bold;
    font-family: ethos;
}
.b1-bx1 p{
    float: left;
    margin-top: 6px;
    width: 76%;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0px;
}
.body2{
    float: left;
    width: 100%;
    background-image: url(../images/body2-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 77px;
    padding-bottom: 170px;
}
.body2-hed{
    float: left;
    width: 100%;
}
.body2-hed h3{
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.body2-hed h2{
    float: left;
    width: 100%;
    font-size: 40px;
    margin-top: 3px;
    color: #FFC400;
    margin-bottom: 0px;
    font-family: 'Ethos';
    font-weight: 900;
}
.body2-hed h2 span{
    color: #FFFFFF;
    font-weight: 300;
}
.body2-hed h4{
    float: left;
    width: 100%;
    font-size: 53px;
    margin-top: 49px;
    font-family: 'Ethos';
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.body2-hed h4 span{
    
    color: #FFC400;
    font-weight: 900;
}
.body2-hed p{
    float: left;
    width: 100%;
    padding-right: 193px;
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 14px;
    margin-bottom: 35px;
}
.b2-butn{
    float: left;
    width: 100%;
}
.b2-butn a{
    float: left;
    font-size: 16px;
    color: #E50000;
    padding: 12px 39px 10px 39px;
    background-color: white;
    border-radius: 10px;
    font-family: 'Ethos';
    font-weight: bold;
    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: white;
    background-color: #E50000;
    
    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 svg{
    fill: #E50000;
}
.b2-butn a:hover svg{
    fill: white;
}
.body3{
    float: left;
    width: 100%;
    padding-top: 53px;
    padding-bottom: 70px;
}
.body3-hed{
    float: left;
    width: 100%;
}
.b3-hed{
    float: left;
    width: 50%;
}
.b3-hed h3{
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    font-family: poppins;
    color: #E50000;
    margin-bottom: 0px;
}

.b3-hed h2{
    float: left;
    margin-top: 3px;
    width: 100%;
    font-size: 40px;
    color: #000000;
    margin-bottom: 20px;
    font-family: 'Ethos';
    font-weight: 900;
}
.b3-hed h2 span{
font-weight: 500;
}
.line1{
    float: left;
    width: 92px;
    height: 4px;
    background-color: #000000;

}
.line2{
    float: left;
    width: 34px;
    margin-left: 8px;
    height: 4px;
    background-color: #E50000;
}

.b3-butn{
    float: right;
    width: 50%;
    margin-top: 20px;
}
.b3-butn svg{
    fill: white;
}
.b3-butn a{
    font-family: 'Ethos';
    font-weight: bold;
    float: right;
    color: white;
    font-size: 16px;
    background-color: #E50000;
    padding: 12px 39px 10px 39px;
    border-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;
}
.b3-butn a:hover{
    text-decoration: none;
    color: #E50000;
    background-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-butn a:hover svg{
    fill: #E50000;
}
.body3-hed p{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    margin-top: 28px;
    margin-bottom: 8px;
}
.b3-bx1{
    float: left;
    width: 100%;
    
    margin-top: 42px;
}
.b3-bx1-img{
    float: left;
    width: 100%;
}
.b3-bx1-img img{
    float: left;
    width: 100%;
}
.b3-bx1-hed{
    float: left;
    width: 100%;
    padding: 0px 11px 31px 24px;
    box-shadow: -1px 3px 9px 3px #0000001c;
}
.b3-bx1-icon{
    float: left;
    width: 68px;
    height: 71px;
    background-color: #E50000;
    padding: 16px 15px;
    margin-top: -34px;
}
.b3-bx1-icon img{
    float: left;
    width: 38px;
}
.b3-bx1-hed h2{
    float: left;
    width: 100%;
    font-size: 24px;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 0px;
    font-family: 'Ethos';
    font-weight: bold;
}
.b3-bx1-hed p{
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #6B6B6B;
    margin-top: 13px;
    line-height: 27px;
}
.b3-consulting{
    float: left;
    width: 100%;
    margin-top: 42px;
    background-image: url(../images/b3-consulting.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0px;
}
.b3-consulting h3{
    font-family: 'Ethos';
    font-weight: bold;
    font-size: 27px;
    color: white;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;

}

.b3-consulting h2{
    float: left;
    width: 100%;
    font-family: 'Ethos';
    font-weight: 900;
    color: #FFC400;
    font-size: 58px;
    text-align: center;
    margin-bottom: 20px;
}
.b3-consulting h2 span{
    font-weight: bold;
    color: white;
}
.b3-consulting p{
    float: left;
    width: 100%;
    text-align: center;
    line-height: 26px;
    font-size: 15px;
    font-weight: 300;
    color: white;
    margin-bottom: 15px;
}
.b3-consulting h4{
    float: left;
    width: 100%;
    font-size: 23px;
    text-align: center;
    font-family: 'Ethos';
    font-weight: 900;
    color: #FFC400;
}
.b3-con-butn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.b3-con-butn svg{
    fill: white;
}
.b3-con-butn a{
    float: none;
    
    padding: 12px 39px 10px 39px;
    text-align: center;
    font-family: 'Ethos';
    font-weight: bold;
    font-size: 16px;
    color: white;
    border: 1px solid white;
    border-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;
}
.b3-con-butn a:hover{
    text-decoration: none;
    color: white;
    background-color: #E50000;
    border: 1px solid 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;
}
.body4{
    float: left;
    width: 100%;
    background-image: url(../images/b4-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 90px;
    padding-bottom: 101px;
}
.b4-hed{
    float: left;
    width: 100%;
}
.b4-hed h2{
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Ethos';
    font-weight: bold;
    font-size: 40px;
    color: black;
    margin-bottom: 32px;
}
.b4-hed h2 span{
    font-weight: 500;
}
.b4-hed p{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 27px;
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
}
.b4-img{
    float: left;
    width: 100%;
    padding-left: 18px;
    margin-top: 35px;
}
.b4-img img {
    float: left;
    width: 160px;
    margin-left: 30px;
}


.body5{ 
float: left;
width: 100%;
background: rgb(245,245,245);
background: linear-gradient(131deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 33%, rgba(232,232,232,1) 100%);
padding: 36px 0px 20px 0px;
 }
.b5-hed{
    float: left;
    width: 100%;

}
.b5-hed h2{
    float: left;
    width: 100%;
    margin-top: 45px;
    text-align: center;
    font-family: 'Ethos';
    font-weight: normal;
    font-size: 40px;
    color: #000000;
    margin-bottom: 0px;
}
.b5-hed h2 span{
    font-weight: 900;
}

.b5-hed p{
    margin-top: 17px;
    font-weight: 300;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 27px;
    text-align: center;
    color: #000000;
    margin-bottom: 28px;

}
.b5-hed img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 148px;
}

.body5-1{
    float: left;
    
    width: 100%;
    height: 266px;
    background-color: #888D92;
}
.b5-1-video{
    float: left;
    width: 100%;
    

}
.b5-1-video video{
    height: 536px;
    width: 426px;
    margin-top: -270px;
}
.b5-1-imgs{
    float: right;
    width: 50%;
    margin-top: -238px;
    margin-right: 63px;
}
.b5-img1{
    float: left;
    width: 100%;
}
.b5-img1 img{
    float: left;
    width: 100%!important;
    height: 200px;
    border-radius: 9px;
}
.loop-what-we-do .owl-nav{
    display: none;
}
.loop-what-we-do .owl-prev img{
    width: 28px;
    float: left;
    margin-top: -139px;
    margin-left: -38px;
}
.loop-what-we-do .owl-next img{
   width: 28px;
    float: right;
    margin-left: 689px;
    margin-top: -163px;
    
}


.body6{
    float: left;
    width: 100%;
    background-image: url(../images/body6-bac.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 62px;
    padding-bottom: 120px;
}
.b6-hed{
    float: left;
    width: 100%;
    margin-bottom: 118px;
}
.b6-hed h3{
    float: left;
    width: 100%;
    font-family: poppins;
    font-weight: 500;
    font-size: 18px;
    color: white;
    margin-bottom: 0px;
}
.b6-hed h2{
    float: left;
    margin-top: 6px;
    width: 100%;
    font-weight: normal;
    font-family: 'Ethos';
    font-size: 40px;
    margin-bottom: 23px;
    color: white;

}
.b6-hed h2 span{
    font-weight: 900;
}
.line-1{
    float: left;
    width: 92px;
    height: 4px;
    background-color: #E50000;
}
.line-2{
    float: left;
    width: 34px;
    margin-left: 8px;
    height: 4px;
    background-color: #FFFFFF;
}
.b6-hed p{
    float: left;
    width: 100%;
    color: #D9D9D9;
    font-size: 16px ;
    line-height: 24px;
    margin-top: 20px;
}
.b6-bx1{
    float: left;
    width: 100%;
    padding: 0px 14px;
}
.b6-bx1 img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 72px;
}

.b6-bx1 h2{
    float: left;
    margin-top: 13px;
    width: 100%;
    text-align: center;
    font-family: 'Ethos';
    font-weight: bold;
    font-size: 24px;
    color: white;
    margin-bottom: 0px;
}
.b6-bx1 p{
    font-size: 14px;
    margin-top: 13px;
    width: 100%;
    text-align: center;
    float: left;
    font-weight: 300;
    line-height: 27px;
    color: #D9D9D9;
}

.footer{
    float: left;
    width: 100%;
    padding-top: 55px;
    padding-bottom: 60px;
    background-color: #1C1C1C;
}
.ft-logo {
    float: left;
    width: 100%;
}
.ft-logo img{
    float: left;
    width: 260px;
}
.ft-logo p{
    float: left;
    margin-top: 30px;
    color: white;
    width: 100%;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0px;
}
.ft-adrs{
    float: left;
    width: 100%;
    margin-top: 6px;
}
.ft-adrs1{
    float: left;
    width: 100%;
}
.ft-adrs1 img{
    float: left;
    width: 35px;
}
.ft-adrs1 a{
    
    float: left;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    margin-left: 16px;
    width: 80%;
    margin-top: 9px;
    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-adrs1 a:hover{
    text-decoration: none;
    color: #E60000;
    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-adrs2{
    float: left;
    width: 100%;
    margin-top: 12px;
}
.ft-adrs2 img{
    float: left;
    width: 35px;
}
.ft-adrs2 a{
    
    float: left;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    margin-left: 16px;
    width: 80%;
    margin-top: 9px;
    font-family: poppins;
    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-adrs2 a:hover{
    text-decoration: none;
    color: #E60000;
    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;
}
.quicklinks{
    float: left;
    padding-left: 53px;
    width: 100%;
    margin-top: 8px;
}
.quicklinks h2{
    float: left;
    width: 100%;
     font-family: 'Ethos';
     font-weight: 500;
     font-size: 23px;
     color: white;
     margin-bottom: 13px;
}
.quicklinks a{
    float: left;
    width: 100%;
    font-family: poppins;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 17px;
    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;

}
.quicklinks a:hover{
    text-decoration: none;
    color: #E60000;
    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-line{
    float: left;
    width: 55px;
    height: 2px;
    background-color: #FF0000;
    margin-bottom: 22px;
}

.address{
    float: left;
    
    width: 100%;
    margin-top: 8px;
}
.address h2{
    float: left;
    width: 100%;
     font-family: 'Ethos';
     font-weight: 500;
     font-size: 23px;
     color: white;
     margin-bottom: 13px;
}
.address p{
    float: left;
    width: 100%;
    font-family: poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: white;
    margin-bottom: 0px;

}
.smedia{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.smedia a img{
    float: left;
    width: 35px;
    margin-right: 22px;
}
.copy{
    float: left;
    width: 100%;
    background-color: #E60000;
    padding: 14px 0px;
}

.copyright{
    float: left;
    width: 100%;
}
.copyright h4{
    float: left;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-family: poppins;
    font-size: 14px;
    color: white;
}
.copyright a{
    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;
}
.copyright a:hover{
    color: black;
    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;
}
.ft-media{
    float: left;
    
    width: 100%;
    margin-top: 8px;
}
.ft-media h2{
    float: left;
    width: 100%;
     font-family: 'Ethos';
     font-weight: 500;
     font-size: 23px;
     color: white;
     margin-bottom: 13px;
}


.inner-page{
    float: left;
    width: 100%;
    padding: 79px 0px;
    text-align: center;
    height: auto;
    background-image: url(../images/inner-bac.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-page2{
    float: left;
    width: 100%;
    padding: 79px 0px;
    text-align: center;
    height: auto;
    background-image: url(../images/inner-bac2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-page3{
    float: left;
    width: 100%;
    padding: 79px 0px;
    text-align: center;
    height: auto;
    background-image: url(../images/inner-bac3.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-page4{
    float: left;
    width: 100%;
    padding: 79px 0px;
    text-align: center;
    height: auto;
    background-image: url(../images/inner-bac4.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-title{
    float: left;
    width: 100%;
}
.inner-title h2{
    float: left;
    width: 100%;
    text-align: center;
    font-family: ethos;
    font-weight: 900;
    font-size: 58px;
    color: white;
}

.inner-ab{
    float: left;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
}
.in-ab-hed{
    float: left;
    width: 100%;
}
.in-ab-hed h2{
    float: left;
    width: 100%;
    font-size: 53px;
    
    font-family: 'Ethos';
    font-weight: normal;
    color: black;
    margin-bottom: 38px;
    text-align: center;
}
.in-ab-hed h2 span{
    
    color: #E50000;
    font-weight: 900;
}
.in-ab-para{
    float: left;
    width: 100%;
}
.in-ab2-para img{
    float: right;
    width: 500px;
    margin-left: 12px;
}
.in-ab-para p{
    width: 100%;
    font-size: 15px;
    color: black;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0px;
}
.in-ab2-para p{
    width: 100%;
    font-size: 15px;
    color: black;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0px;
}
.in-ab2-para p span{
    font-weight: 600;
    font-size: 17px;
}
.in-ab-ceo{
    float: left;
    width: 100%;
    margin-top: 40px;
}
.in-ab-ceo h3{
    float: left;
    margin-top: 3px;
    width: 100%;
    font-size: 40px;
    color: #000000;
    margin-bottom: 35px;
    text-align: center;
    font-family: 'Ethos';
    font-weight: 900;
}
.in-ab-ceo h3 span{
font-weight: 500;
}
.ceo-bx{
   float: left;
    width: 100%;
    margin-bottom: 50px;
    background-color: #e1e0e026;
    border-radius: 20px;
    padding: 23px;
}
.ceo-1{
    float: left;
    width: 100%;
}
.ceo-1 img{
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;


}
.ceo-1 h2{
    float: left;
    width: 100%;
     font-family: 'Ethos';
     font-weight: 500;
     font-size: 23px;
     color: black;
     margin-bottom: 5px;
     text-align: center;
     margin-top: 5px;
}
.ceo-1 p{
    float: left;
    width: 100%;
    font-size: 15px;
    color: black;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0px;
}
.ceo-1-para{
    float: left;
    width: 100%;
}
.ceo-1-para h2{
    float: left;
    width: 100%;
    font-size: 31px;
    color: #000000;
    margin-bottom: 12px;
    font-weight: bold;
    font-family: ethos;

}
.ceo-1-para p{
    width: 100%;
    font-size: 15px;
    color: black;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0px;
}

.mission{
    float: left;
    width: 100%;
    box-shadow: 0px 0px 8px 0px #0000001c;
    height: 260px;
    padding: 31px 35px;
    margin-top: 20px;
}
.mission h2{
    float: left;
    width: 100%;
    font-size: 24px;
    color: #000000;
    
    margin-bottom: 0px;
    font-family: 'Ethos';
    font-weight: bold;
}
.mission p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #6B6B6B;
    margin-top: 13px;
    line-height: 27px;
}
.vision{
    float: left;
    width: 100%;
    box-shadow: 0px 0px 8px 0px #0000001c;
    height: 260px;
    padding: 31px 35px;
    margin-top: 20px;
}
.vision h2{
    float: left;
    width: 100%;
    font-size: 24px;
    color: #000000;
    
    margin-bottom: 0px;
    font-family: 'Ethos';
    font-weight: bold;
}
.vision p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #6B6B6B;
    margin-top: 13px;
    line-height: 27px;
}



.inner-products{
    float: left;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
}
.in-prd-hed{
    float: left;
    width: 100%;
}
.in-prd-hed h2{
    float: left;
    margin-top: 3px;
    width: 100%;
    font-size: 50px;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Ethos';
    font-weight: 900;
}
.in-prd-hed h2 span{
font-weight: 500;
}

.in-prd-hed p{
    float: left;
    width: 100%;
    font-size: 15px;
    color: black;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0px;
}





.in-b3-bx1{
    float: left;
    width: 100%;
    
    margin-top: 42px;
}
.in-b3-bx1-img{
    float: left;
    width: 100%;
}
.in-b3-bx1-img img{
    float: left;
    width: 100%;
    height: 280px;
    object-fit: cover;
    border: 1px solid #cecece4d;
}
.in-b3-bx1-hed{
    float: left;
    width: 100%;
    padding: 0px 11px 31px 24px;
    box-shadow: -1px 3px 9px 3px #0000001c;
}
.in-b3-bx1-icon{
    float: left;
    width: 68px;
    height: 71px;
    background-color: #E50000;
    padding: 16px 15px;
    margin-top: -34px;
}
.in-b3-bx1-icon img{
    float: left;
    width: 38px;
}
.in-b3-bx1-hed h2{
    float: left;
    width: 100%;
    font-size: 24px;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 0px;
    font-family: 'Ethos';
    font-weight: bold;
}
.in-b3-bx1-hed p{
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #6B6B6B;
    margin-top: 13px;
    line-height: 27px;
}

.in-qp-hed{
    float: left;
    width: 100%;
}
.in-qp-hed h2{
    float: left;
    margin-top: 3px;
    width: 100%;
    font-size: 50px;
    color: #000000;
    margin-bottom: 38px;
    text-align: center;
    font-family: 'Ethos';
    font-weight: 900;
}
.in-qp-hed h2 span{
font-weight: 500;
}

.inner-qp{
    float: left;
    width: 100%;
    background-image: url(../images/body6-bac.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 65px;
    padding-bottom: 65px;
}



.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: black;
    text-align: left;
    /* margin-top: 15px; */
    line-height: 28px;
    margin-bottom: 30px;
    padding-right: 50px;
    font-weight: 300;
}


.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;
}

.contact-snd {
    text-transform: uppercase;
    font-family: 'Ethos';
    /* border-radius: 100px; */
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    font-style: normal;
    font-stretch: normal;
    border: none;
    line-height: normal;
    /* letter-spacing: 1.8px; */
    width: 81%;
    border-radius: 10px;
    text-align: center;
    padding: 9px 39px 12px 39px;
    border: none;
    background-color: #E50000;
    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 {
     text-decoration: none;
    color: white;
    background-color: #FFC400;
}

.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: 15px;
    font-weight: 300;
    color: black;
    line-height: 25px;
    margin-top: 11px;
    margin-bottom: 0px;
}
.india p a{
    color: black;
    font-size: 17px;
    font-weight: 300;
    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;

}

.map{
    float: right;
}
.map img{
    width: 340px;
    float: right;
    margin-top: -305px;
}











.header2 {
    float: left;
    width: 50%;
      
}
.activeli{
	
	color: #FEB101!important;
}
.header_menu_area {
  float: left;
  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: #FEB101!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; */float: left;text-align: left !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: 26px;
    height: 25px;
    margin: 9px 27px;
    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: white;
    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: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: white;
    -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: 49px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 55px;
    padding-bottom: 35px;
    background: #232020;
}


.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;
    padding-bottom: 14px;
}


.header_menu_area > ul > li > a {
    margin-top: 0px;
    margin-bottom: -13px;
    font-family: poppins;
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 13px;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-weight: 300;
    color: white;
    margin: 14px 0px 0px 14px;
    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: #313131; !important;
    



    
}


.menu ul li a:hover, .menu ul li:hover>a {
    background: #e50000; !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: 48px;
    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: 419px){
    .logo-1{
        width: 145px!important;
    }
    .logo-2{
        /* width: 58px!important; */
    }
    .logo-3{
        width: 95px!important;
    }
}
@media (max-width: 360px){
    .logo-1{
        width: 130px!important;
    }
    .logo-2{
        /* width: 50px!important; */
    }
    .logo-3{
        width: 88px!important;
    }
}
@media (max-width: 575px){
    .ceo-1-para{
        padding-top:0 !important;
    }
    .body1{
        padding-bottom: 30px;
    }
    .header-content h6{
        font-size: 38px;
        text-align: center;
        margin-bottom: 14px;
        line-height: 48px;
    }
    .header-content p{
        text-align: center;
    }
    .banner-btn1{
        float: left;
        width: 100%;
        text-align: center;
    }
    .banner-btn1 a{
        float: none;
        
    }
    .header-content p{
        margin-bottom: 25px;
    }
    .header-content p br{
        display: none;
    }
    .b1-bx1{
        margin-bottom: 25px;
    }
    .b1-bx1 p{
        margin-top: 10px;
    }
    .b1-bx1 img{
        margin-top: 0px;
    }
    .body2-hed h3{
        text-align: center;
    }
    .body2-hed h2{
        text-align: center;
        font-size: 34px;
    }
    .body2-hed p{
        text-align: center;
        padding: 0px 10px;
    }
    .b2-butn{
        text-align: center;
    }
    .b2-butn a{
        float: none;
    }
    .body2-hed h4{
        text-align: center;
        font-size: 30px;
    }
    .body3{
        padding-bottom: 26px;
    }
    .body4{
        background-image: none;
        background-color: white;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .b4-img{
        padding-left: 0px;
        width: 100%;
    float: left;
    text-align: center;
    }
    .b3-hed h3{
        font-size: 17px;
        text-align: center;
    }
    .body3-hed p{
        text-align: center;
    }
    .b3-hed h2{
        font-size: 36px;
        text-align: center;
        margin-bottom: 4px;
    }
    .b3-consulting h2{
        font-size: 50px;
        margin-bottom: 21px;
    }
    .b3-consulting p br{
        display: none;
    }
    .b3-consulting p{
        margin-bottom: 17px;
    }
    .b4-hed h2{
        font-size: 38px;
    }
    .body5{
        padding: 36px 0px 59px 0px;
    }
    .body5-1{
       margin-top: 0px;
    height: auto;
    padding: 40px 0px;
    }
    .b5-1-video video {
    height: 375px;
    width: 100%;
    margin-top: 0px;
}


.b5-1-imgs {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-right: 0px;
}


    .b5-hed h2{
        font-size: 37px;
    }
    .b6-hed h2{
        text-align: center;
        font-size: 35px;
    }
    .b6-hed h3{
        text-align: center;
    }
    .b6-hed p{
        text-align: center;
    }
    .b6-bx1{
        margin-top: 20px;
    }
    .b6-hed{
        margin-bottom: 50px;
    }
    .body6{
        padding-bottom: 65px;
    }
    .ft-logo img{
        width: 250px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .ft-logo p{
        text-align: center;
        margin-bottom: 27px;
    }
    .ft-adrs1 img {
    float: none;
    width: 35px!important;
    display: inline-block;
}
    .ft-adrs2 img{
        float: none;
    width: 35px!important;
    display: inline-block;
    }
    .ft-adrs {
    float: none;
    max-width: 256px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    /* display: block; */
}
.ft-adrs1{
    text-align: center;
}
.ft-adrs1 a{
    float: none;
    margin-left: 26px;
}
.ft-adrs2{
    text-align: center;
}
.ft-adrs2 a{
    float: none;
}


.smedia a img {
    float: none;
    width: 35px;
    margin-right: 6px;
    margin-left: 6px;
    display: inline-block;
}


.quicklinks{
    padding-left: 0px;
    text-align: center;
    margin-top: 30px;
}
.map{
    float: none;
   
}
.map img {
    width: 100%;
    height: 280px;
    float: none;
     margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
}
.address{
    text-align: center;
    margin-top: 14px;
}
.ft-media{
    text-align: center;
}
.smedia {
    float: left;
    text-align: center;
}
.address p{
    margin-bottom: 30px;
}
.hed-img{
    display: none;
}
.hed-img2{
    display: none;
}
.hed-title{
    width: 100%;
}
.header2{
    float: right;
}
.hed-title-media{
    float: left;
    padding-top: 13px;
}
.media-icon{
    float: left;
}


.hed-logo {
    height: auto;
    padding: 15px 0px;
    text-align: center;
}
.hed-logo h2{
    display: none;
}
.hed-logo h3{
    display: none;
}
.logo-1 {
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: 165px;
    
    margin-top: 0px;
    display: inline-block;
}
	.logo-a{
		width: 100%;
		margin-top: 0;
	}
.logo-2 {
    float: none;
    width: 45%;
    margin-left: 0;
    display: inline-block;
    margin-right: 0;
    margin-top: 0;
}
.logo-3 {
    float: none;
    width: 110px;
    margin-left: 0pc;
    margin-top: 0px;
    margin-right: 0px;
    display: inline-block;
}
.loop-what-we-do .owl-prev img{
    width: 28px;
   float: none;
    margin-left: 0px; 
    margin-top: 25px; 
}
.loop-what-we-do .owl-next img{
   width: 28px;
   float: none;
    margin-left: 0px; 
    margin-top: 25px; 
}
.loop-what-we-do .owl-nav{
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    /* display: block; */
    text-align: center;
}
.inner-title h2{
    font-size: 45px;
}
.in-ab-hed h2 br{
    display: none;
}
.in-ab-hed h2{
    font-size: 46px;
}
.in-ab2-para img{
    float: left;
    width: 100%;
    margin-left: 0px;
}
.in-ab-para p{
    float: left;
    text-align: center;
    margin-top: 17px;
}
.in-ab2-para p{
    float: left;
    text-align: center;
    margin-top: 17px;
}
.ceo-1 {
    margin-bottom: 35px;
}
.ceo-1-para h2{
    text-align: center;
}
.ceo-1-para p{
    text-align: center;
}
.in-prd-hed h2 {
    font-size: 47px;
}
.in-prd-hed p br{
    display: none;
}
.b3-hed {
    width: 100%;
}
.b3-line{
    width: 100%;
    text-align: center;
}
.line1{
    float: none;
    display: inline-block;
}
.line2{
    float: none;
    display: inline-block;
}
.b3-butn{
    text-align: center;
    width: 100%;
}
.b3-butn a{
    float: none;
}
.ft-line{
    float: none;
    display: inline-block;
}


.b6-line{
    width: 100%;
    text-align: center;
}
.line-1{
    float: none;
    display: inline-block;
}
.line-2{
    float: none;
    display: inline-block;
}
.b4-img img {
    float: none;
    
    width: 160px;
    margin-right: 30px;
}
.b6-hed p br{
    display: none;
}

.in-ab-ceo h3{
    font-size: 35px;
}
.adr-section h1{
    text-align: center;
}
.india {
    width: 100%;
}
.india p{
    text-align: center;
}
.adr-section h1{
    text-align: center;
}
.abt-panel h1{
    text-align: center;
}

.contact-tag{
    padding-right: 0px;
    text-align: center;
}
.info-tag{
    text-align: center;
}
.contact-snd{
    width: 100%;
}


.header_menu_area > ul > li > a{
    color: #ffffff!important;
    margin: 14px 0px 0px 0px;
    font-size: 16px;
}


.slider-ban .owl-dots {
     display: block; 
    width: 100%;
    text-align: center;
     padding-left: 0px; 
    margin-top: -101px;
   
}


}


@media (max-width: 503px){
.b1-bx1 p {
    margin-top: 6px;
}
.b1-bx1 h3{
    margin-top: -5px;
}
}

@media (max-width: 431px){

.b1-bx1 h3{
    margin-top: -9px;
}
}
@media (max-width: 417px){

.b1-bx1 h3{
    margin-top: -11px;
}
}


@media (max-width: 372px){

.b1-bx1 h3{
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.b1-bx1 p{
    text-align: center;
    width: 100%;
}
.b1-bx1 img {
    float: none;
    width: 17%;
     margin-right: 0px; 
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
}








@media (max-width: 474px){
    .b4-img img{
        margin-bottom: 25px;
    }
    .body4 {
        padding-top: 65px;
        padding-bottom: 60px;

    }
    .b5-hed h2 {
        margin-top: 14px;
    }
    .body5 {
        padding: 36px 0px 42px 0px;
    }
}






@media (min-width: 576px) and (max-width: 767px){
    .header2{
        float: right;
    }
    .hed-title-media{
        float: left;
    }
    .media-icon{
        float: left;
    }
    .hed-img{
        display: none;
    }
    .hed-img2{
        display: none;
    }
    .hed-logo h2{
        display: none;
    }
    .hed-logo h3{
        display: none;
    }
    .hed-title{
        width: 100%;
    }
    .hed-titl-top{
        padding-bottom: 10px;
    }
    .hed-logo {
    height: auto;
    width: 100%;
    text-align: center;
    padding-bottom: 11px;
}
    .logo-1 {
    width: 160px;
    display: inline-block;
    margin-left: 0px;
    float: none;
}
	.logo-a{
		width: 100%;
	}
.logo-2 {
    width: 30%;
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
    float: none;
}
.logo-3 {
    width: 117px;
    margin-left: 10px;
    margin-top: 15px;
    
    display: inline-block;
    float: none;
}
.header-content h6{
    text-align: center;
    font-size: 47px;
   line-height: 60px;
}
.header-content p br{
    display: none;
}
.header-content p{
    text-align: center;
    margin-bottom: 25px;
}
.banner-btn1 {
    float: left;
    width: 100%;
    text-align: center;
}
.banner-btn1 a{
    float: none;
}
.slider-ban .owl-dots {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin-top: -84px;
}
.body2-hed h3{
    text-align: center;
}
.body2-hed h2{
    text-align: center;
}
.body2-hed p{
    padding-right: 0px;
    text-align: center;

}
.b2-butn{
    text-align: center;
}
.b2-butn a{
    float: none;
}

.body2-hed h4{
    text-align: center;
}

.b3-butn{
    margin-top: 28px;
}
.body4{
    background-image: none;
    background-color: white;
    padding-top: 55px;
    padding-bottom: 84px;
}
.b4-img img {
    float: none;
    
    width: 160px;
    margin-right: 30px;
}
.b4-img {
    padding-left: 0px;
    width: 100%;
    float: left;
    text-align: center;
}
.body5-1 {
    margin-top: 0px;
    height: auto;
    padding: 40px 0px;
}
.b5-1-imgs {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-right: 0px;
}
.loop-what-we-do .owl-nav {
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    /* display: block; */
    text-align: center;
}
.loop-what-we-do .owl-prev img {
    width: 28px;
    float: none;
    margin-left: 0px;
    margin-top: 25px;
}
.loop-what-we-do .owl-next img {
    width: 28px;
    float: none;
    margin-left: 0px;
    margin-top: 25px;
}
.b5-1-video video {
    height: 390px;
    width: 100%;
    margin-top: 0px;
}
.b6-hed h3{
    text-align: center;
}
.b5-hed h2 {
    margin-top: 0px;
}
.b6-hed h2{
    text-align: center;
}
.b6-line {
    width: 100%;
    text-align: center;
}
.line-1 {
    float: none;
    display: inline-block;
}
.line-2 {
    float: none;
    display: inline-block;
}
.b6-hed p br{
    display: none;
}
.b6-hed p{
    text-align: center;
}
.ft-logo img {
    width: 250px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ft-logo p {
    text-align: center;
    margin-bottom: 27px;
}
.ft-media {
    text-align: center;
}
.ft-adrs1 img {
    float: none;
    width: 35px!important;
    display: inline-block;
}
    .ft-adrs2 img{
        float: none;
    width: 35px!important;
    display: inline-block;
    }
    .ft-adrs {
    float: none;
    max-width: 256px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    /* display: block; */
}
.ft-adrs1{
    text-align: center;
}
.ft-adrs1 a{
    float: none;
    margin-left: 26px;
}
.ft-adrs2{
    text-align: center;
}
.ft-adrs2 a{
    float: none;
}

.quicklinks {
    padding-left: 0px;
    text-align: center;
    margin-top: 30px;
}
.ft-line {
    float: none;
    display: inline-block;
}

.address {
    text-align: center;
    margin-top: 14px;
}
.address p {
    margin-bottom: 30px;
}
.smedia {
    text-align: center;
}
.smedia a img {
    float: none;
    width: 35px;
    margin-right: 6px;
    margin-left: 6px;
    display: inline-block;
}
.map img {
    width: 100%;
    height: 280px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
}
.map{
    float: none;
}

.header_menu_area > ul > li > a {
    color: #ffffff!important;
    margin: 14px 0px 0px 0px;
    font-size: 16px;
}
.header_menu_area > ul{
    top: 52px;
}
.inner-title h2 {
    font-size: 50px;
}
.in-ab-hed h2 br{
    display: none;
}
.in-ab-hed h2{
    font-size: 39;
}

.in-ab-para img {
    float: left;
    width: 100%;
    margin-left: 0px;
}
.in-ab-para p {
    float: left;
    text-align: center;
    margin-top: 17px;
}
.in-ab-ceo h3{
    font-size: 37px;
}
.ceo-1 {
    margin-bottom: 35px;
}
.ceo-1 img {
    float: none;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ceo-1-para h2{
    text-align: center;
}
.ceo-1-para p{
    text-align: center;
}
.in-prd-hed p br {
    display: none;
}
.abt-panel h1 {
    text-align: center;
}
.adr-section h1{
    text-align: center;
}
.india {
    width: 100%;
}
.india p{
    text-align: center;
}
.adr-section h1{
    text-align: center;
}
.abt-panel h1{
    text-align: center;
}

.contact-tag{
    padding-right: 0px;
    text-align: center;
}
.info-tag{
    text-align: center;
}
.contact-snd{
    width: 100%;
}

}






@media (min-width: 768px) and (max-width: 991px){
    .header2{
        float: right;
    }
    .hed-title-media{
        float: left;
    }
    .media-icon{
        float: left;
    }
/*.hed-img{
    width: 12%;
}
.hed-img2{
    width: 12%;
}
.hed-title{
    width: 76%;
}

.hed-logo h2{
    font-size: 13px;
    line-height: 15px;
}

.logo-1{
    width: 133px;
    margin-left: 23px;
}
.logo-2{
    width: 52px;
    margin-left: 10px;
    margin-top: 7px;
}
.logo-3{
    width: 93px;
    margin-left: 11px;
    margin-top: 15px;
}
.hed-titl-top{
    padding-bottom: 3px;
}
.hed-logo h3{
    font-size: 24px;
    line-height: 28px;
}

.hed-logo {
    height: 60px;
}*/





.slider-ban .owl-dots {
    padding-left: 159px;
    margin-top: -72px;
}
.b1-bx1 img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto !important;
    width: 17%;
    
    margin-top: 12px;
}
.b1-bx1{
    text-align: center;
}
.b1-bx1 h3{
    width: 100%;
}
.b1-bx1 p{
    width: 100%;
}
.body2-hed p{
    padding-right: 0px;
}
.b3-consulting {
    padding: 76px 0px;
}
.body4{
    background-position: right;
}

.b5-hed h2{
    margin-top: 0px;
}
.body5-1 {
    margin-top: 0px;
    height: auto;
    padding: 40px 0px;
}
.b5-1-video video {
    height: 390px;
    width: 100%;
    margin-top: 0px;
}
.b5-1-imgs {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-right: 0px;
}
.loop-what-we-do .owl-nav{
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    /* display: block; */
    text-align: center;
}
.loop-what-we-do .owl-prev img {
    width: 28px;
    float: none;
    margin-left: 0px;
    margin-top: 25px;
}
.loop-what-we-do .owl-next img {
    width: 28px;
    float: none;
    margin-left: 0px;
    margin-top: 25px;
}
.b6-bx1{
    margin-bottom: 0px;
}
.body6 {
    padding-bottom: 55px;
}
.b6-hed{
    margin-bottom: 65px;
}
.b6-hed p{
    text-align: center;

}
.b6-hed h3 {
    text-align: center;
}
.b6-hed h2{
    text-align: center;
}
.b6-line {
    width: 100%;
    text-align: center;
}
.line-1 {
    float: none;
    display: inline-block;
}
.line-2 {
    float: none;
    display: inline-block;
}
.quicklinks{
    padding-left: 0px;
}
.address {
    margin-top: 57px;
}
.map{
    float: right;
    width: 50%;
}
.map img{
width: 100%;
    float: right;
    height: 220px;
    margin-top: -220px;
}
.header_menu_area > ul > li > a {
    color: #ffffff!important;
    margin: 14px 0px 0px 0px;
    font-size: 16px;
}

.b1-bx1{
    margin-bottom: 19px;
}
.header_menu_area > ul{
    top: 45px;
}
.in-ab-para img{
    width: 380px;
}
}







@media (max-width: 970px){
    .slider-ban .owl-dots{
        padding-left: 145px;
    }
}
@media (max-width: 925px){
    .slider-ban .owl-dots{
        padding-left: 123px;
    }
}
@media (max-width: 900px){
    .slider-ban .owl-dots{
        padding-left: 107px;
    }
}
@media (max-width: 860px){
    .slider-ban .owl-dots{
        padding-left: 89px;
    }
}
@media (max-width: 825px){
    .slider-ban .owl-dots{
        padding-left: 70px;
    }
}
@media (min-width: 768px) and (max-width: 790px){
    .slider-ban .owl-dots{
        padding-left: 54px;
    }
}






@media (min-width: 992px) and (max-width: 1024px){
    .header2{
        float: right;
    }
    .hed-title-media{
        float: left;
    }
    .media-icon{
        float: left;
    }
    .slider-ban .owl-dots {
        padding-left: 51px;
    }
    .b3-consulting{
        padding: 95px 0px;
    }
    .b1-bx1{
        text-align: center;
    }
    .b1-bx1 h3{
        font-size: 20px;
        width: 100%;
    }
    .b1-bx1 p{
        width: 100%;
    }
    .b1-bx1 img{
        float: none;
        margin-right: auto;
        margin-left: auto;

    }
    .b5-1-video video{
        width: 360px;
    }
    .ft-adrs1 a{
        width: 75%;
    }
    .ft-adrs2 a{
        width: 74%;
    }
    .map img{
        width: 100%;
    }
    .map{
        width: 25%;
    }
    .smedia a img {
        margin-right: 16px;
    }
    .header_menu_area > ul > li > a {
    color: #ffffff!important;
    margin: 14px 0px 0px 0px;
    font-size: 16px;
}
.header_menu_area > ul{
    top: 46px;
}

}


@media (min-width: 1024px) and (max-width: 2000px){
    .b5-1-video video{
        width: 100%;
    }
}



@media (min-width: 1200px) and (max-width: 1296px){
    .body4{
        background-position: center;
    }
}


@media (min-width: 1150px) and (max-width: 1199px){
    .b4-hed{
        padding-left: 30px;
    }
    .body4{
        background-position: 42% 0%;
    }
}
@media (min-width: 1200px) and (max-width: 2500px){
    .bd4-img{
        display: none;
    }
}



@media (min-width: 992px) and (max-width: 1199px){
    .body4{
        background-image: none;
        background-color: white;

    }
    .bd4-img{
        float: left;
        width: 100%;
    }
    .bd4-img img{
        float: left;
        width: 100%;
    }
    .b4-img{
        padding-left: 0px;
    }
    .b4-img img{
        margin-left: 10px;
    }

}

@media (max-width: 991px){
    .body4{
        background-image: none;
        background-color: white;

    }
    .bd4-img{
        float: left;
        width: 100%;
    }
    .bd4-img img{
        float: left;
        width: 100%;
    }
    .b4-img{
        text-align: center;
    }
    .b4-img img{
        float: none;
    }
    .b4-hed h2{
        margin-bottom: 17px;
    }
    .b4-hed{
        margin-top: 20px;
    }
    .body4 {
        padding-bottom: 69px;
        padding-top: 77px;
    }

}



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

    .hed-img{
    width: 12%;
}
.hed-img2{
    width: 12%;
}
.hed-title{
    width: 76%;
}

.hed-logo h2{
    font-size: 13px;
    line-height: 15px;
}

.logo-1{
    width: 133px;
    margin-left: 23px;
}
.logo-2{
    width: 52px;
    margin-left: 10px;
    margin-top: 7px;
}
.logo-3{
    width: 93px;
    margin-left: 11px;
    margin-top: 15px;
}
.hed-titl-top{
    padding-bottom: 3px;
}
.hed-logo h3{
    font-size: 24px;
    line-height: 28px;
}

.hed-logo {
    height: 60px;
}
}





@media (min-width: 801px) and (max-width: 830px){
    .hed-img{
    width: 12%;
}
.hed-img2{
    width: 12%;
}
.hed-title{
    width: 76%;
}

.hed-logo h2{
    font-size: 13px;
    line-height: 15px;
    margin-top: 5px;
}

.logo-1{
    width: 133px;
    margin-left: 38px;
}
.logo-2{
    width: 52px;
    margin-left: 10px;
    margin-top: 7px;
}
.logo-3{
    width: 93px;
    margin-left: 11px;
    margin-top: 15px;
}
.hed-titl-top{
    padding-bottom: 3px;
}
.hed-logo h3{
    font-size: 24px;
    line-height: 28px;
    margin-top: 8px;
}

.hed-logo {
    height: 60px;
}

}




@media (min-width: 831px) and (max-width: 865px){
    .hed-img{
    width: 12%;
}
.hed-img2{
    width: 12%;
}
.hed-title{
    width: 76%;
}

.hed-logo h2{
    font-size: 13px;
    line-height: 15px;
    margin-top: 7px;
}

.logo-1{
    width: 133px;
    margin-left: 51px;
    margin-top: 22px;
}
.logo-2{
    width: 52px;
    margin-left: 10px;
    margin-top: 13px;
}
.logo-3{
    width: 93px;
    margin-left: 11px;
    margin-top: 22px;
}
.hed-titl-top{
    padding-bottom: 3px;
}
.hed-logo h3{
    font-size: 24px;
    line-height: 28px;
    margin-top: 14px;
}

.hed-logo {
    height: 60px;
}

}



@media (min-width: 867px) and (max-width: 900px){
    .hed-img{
    width: 12%;
}
.hed-img2{
    width: 12%;
}
.hed-title{
    width: 76%;
}

.hed-logo h2{
    font-size: 13px;
    line-height: 15px;
    margin-top: 7px;
}

.logo-1{
    width: 133px;
    margin-left: 63px;
    margin-top: 22px;
}
.logo-2{
    width: 52px;
    margin-left: 10px;
    margin-top: 13px;
}
.logo-3{
    width: 93px;
    margin-left: 11px;
    margin-top: 22px;
}
.hed-titl-top{
    padding-bottom: 3px;
}
.hed-logo h3{
    font-size: 24px;
    line-height: 28px;
    margin-top: 14px;
}

.hed-logo {
    height: 60px;
}

}




@media (min-width: 901px) and (max-width: 940px){
    .hed-img{
    width: 12%;
}
.hed-img2{
    width: 12%;
}
.hed-title{
    width: 76%;
}

.hed-logo h2{
    font-size: 13px;
    line-height: 17px;
    margin-top: 7px;
}

.logo-1{
    width: 150px;
    margin-left: 63px;
    margin-top: 25px;
}
.logo-2{
    width: 58px;
    margin-left: 10px;
    margin-top: 13px;
}
.logo-3{
    width: 104px;
    margin-left: 11px;
    margin-top: 22px;
}
.hed-titl-top{
    padding-bottom: 3px;
}
.hed-logo h3{
    font-size: 24px;
    line-height: 30px;
    margin-top: 14px;
}

.hed-logo {
    height: 60px;
}

}

@media (min-width: 941px) and (max-width: 991px){
    .hed-img{
    width: 12%;
}
.hed-img2{
    width: 12%;
}
.hed-title{
    width: 76%;
}

.hed-logo h2{
    font-size: 13px;
    line-height: 17px;
    margin-top: 7px;
}

.logo-1{
    width: 150px;
    margin-left: 71px;
    margin-top: 25px;
}
.logo-2{
    width: 58px;
    margin-left: 10px;
    margin-top: 13px;
}
.logo-3{
    width: 104px;
    margin-left: 11px;
    margin-top: 22px;
}
.hed-titl-top{
    padding-bottom: 3px;
}
.hed-logo h3{
    font-size: 24px;
    line-height: 30px;
    margin-top: 14px;
}

.hed-logo {
    height: 60px;
}

}






@media (min-width: 992px) and (max-width: 1024px){
    .hed-img{
    width: 12%;
}
.hed-img2{
    width: 12%;
}
.hed-title{
    width: 76%;
}

.hed-logo h2{
    font-size: 17px;
    line-height: 21px;
    margin-top: 3px;
}

.logo-1{
    width: 160px;
    margin-left: 59px;
    margin-top: 25px;
}
.logo-2{
    width: 63px;
    margin-left: 10px;
    margin-top: 13px;
}
.logo-3{
    width: 117px;
    margin-left: 11px;
    margin-top: 22px;
}
.hed-titl-top{
    padding-bottom: 3px;
}
.hed-logo h3{
    font-size: 30px;
    line-height: 36px;
    margin-top: 14px;
}

.hed-logo {
    height: 60px;
}

}




@media (min-width: 1025px) and (max-width: 1050px){
    .hed-img{
        width: 12%;
    }
    .hed-img2{
        width: 12%;
    }
    .hed-title{
        width: 76%;
    }
    .header2{
        width: 68%;
    }
    .hed-title-media{
        width: 32%;
    }
    .hed-logo h2{
        font-size: 18px;
        line-height: 24px;
    }
    .logo-1{
        width: 198px;
        margin-left: 25px;
        margin-top: 26px;
        
    }
    .logo-2{
        width: 75px;
        margin-left: 15px;
        margin-top: 16px;
    }
    .logo-3{
        width: 131px;
        margin-left: 15px;
        margin-top: 26px;
    }
    .hed-logo h3{
        font-size: 30px;
        margin-right: 7px;
    }
}





@media (min-width: 1051px) and (max-width: 1080px){
    .hed-img{
        width: 12%;
    }
    .hed-img2{
        width: 12%;
    }
    .hed-title{
        width: 76%;
    }
    .header2{
        width: 68%;
    }
    .hed-title-media{
        width: 32%;
    }
    .hed-logo h2{
        font-size: 18px;
        line-height: 24px;
    }
    .logo-1{
        width: 198px;
        margin-left: 39px;
        margin-top: 26px;
        
    }
    .logo-2{
        width: 75px;
        margin-left: 15px;
        margin-top: 16px;
    }
    .logo-3{
        width: 131px;
        margin-left: 15px;
        margin-top: 26px;
    }
    .hed-logo h3{
        font-size: 30px;
        margin-right: 7px;
    }
}

@media (min-width: 1081px) and (max-width: 1110px){
    .hed-img{
        width: 12%;
    }
    .hed-img2{
        width: 12%;
    }
    .hed-title{
        width: 76%;
    }
    .header2{
        width: 68%;
    }
    .hed-title-media{
        width: 32%;
    }
    .hed-logo h2{
        font-size: 18px;
        line-height: 26px;
    }
    .logo-1{
        width: 198px;
        margin-left: 52px;
        margin-top: 26px;
        
    }
    .logo-2{
        width: 75px;
        margin-left: 15px;
        margin-top: 16px;
    }
    .logo-3{
        width: 131px;
        margin-left: 15px;
        margin-top: 26px;
    }
    .hed-logo h3{
        font-size: 30px;
        margin-right: 7px;
        margin-top: 8px;
    }
}



@media (min-width: 1111px) and (max-width: 1130px){
    .hed-img{
        width: 12%;
    }
    .hed-img2{
        width: 12%;
    }
    .hed-title{
        width: 76%;
    }
    .header2{
        width: 68%;
    }
    .hed-title-media{
        width: 32%;
    }
    .hed-logo h2{
        font-size: 18px;
        line-height: 27px;
    }
    .logo-1{
        width: 206px;
        margin-left: 46px;
        margin-top: 26px;
        
    }
    .logo-2{
        width: 81px;
        margin-left: 15px;
        margin-top: 16px;
    }
    .logo-3{
        width: 141px;
        margin-left: 15px;
        margin-top: 26px;
    }
    .hed-logo h3{
        font-size: 30px;
        margin-right: 7px;
        margin-top: 10px;
    }
}


@media (min-width: 1131px) and (max-width: 1160px){
    .hed-img{
        width: 12%;
    }
    .hed-img2{
        width: 12%;
    }
    .hed-title{
        width: 76%;
    }
    .header2{
        width: 68%;
    }
    .hed-title-media{
        width: 32%;
    }
    .hed-logo h2{
        font-size: 18px;
        line-height: 27px;
    }
    .logo-1{
        width: 206px;
        margin-left: 60px;
        margin-top: 26px;
        
    }
    .logo-2{
        width: 81px;
        margin-left: 15px;
        margin-top: 16px;
    }
    .logo-3{
        width: 141px;
        margin-left: 15px;
        margin-top: 26px;
    }
    .hed-logo h3{
        font-size: 30px;
        margin-right: 7px;
        margin-top: 10px;
    }
}



@media (min-width: 1161px) and (max-width: 1220px){
    .hed-img{
        width: 12%;
    }
    .hed-img2{
        width: 12%;
    }
    .hed-title{
        width: 76%;
    }
    .header2{
        width: 68%;
    }
    .hed-title-media{
        width: 32%;
    }
    .hed-logo h2{
        font-size: 20px;
        line-height: 28px;
    }
    .logo-1{
        width: 206px;
        margin-left: 60px;
        margin-top: 32px;
        
    }
    .logo-2{
        width: 81px;
        margin-left: 15px;
        margin-top: 22px;
    }
    .logo-3{
        width: 141px;
        margin-left: 15px;
        margin-top: 32px;
    }
    .hed-logo h3{
        font-size: 33px;
        margin-right: 7px;
        margin-top: 16px;
    }
}



@media (min-width: 1221px) and (max-width: 1240px){
    .hed-img{
        width: 12%;
    }
    .hed-img2{
        width: 12%;
    }
    .hed-title{
        width: 76%;
    }
    .header2{
        width: 68%;
    }
    .hed-title-media{
        width: 32%;
    }
    .hed-logo h2{
        font-size: 20px;
        line-height: 28px;
    }
    .logo-1{
        width: 213px;
        margin-left: 60px;
        margin-top: 32px;
        
    }
    .logo-2{
        width: 84px;
        margin-left: 15px;
        margin-top: 22px;
    }
    .logo-3{
        width: 150px;
        margin-left: 15px;
        margin-top: 32px;
    }
    .hed-logo h3{
        font-size: 33px;
        margin-right: 7px;
        margin-top: 16px;
    }
}


@media (min-width: 1241px) and (max-width: 1270px){
    .hed-img{
        width: 12%;
    }
    .hed-img2{
        width: 12%;
    }
    .hed-title{
        width: 76%;
    }
    .header2{
        width: 68%;
    }
    .hed-title-media{
        width: 32%;
    }
    .hed-logo h2{
        font-size: 21px;
        line-height: 28px;
        margin-top: 5px;
    }
    .logo-1{
        width: 219px;
        margin-left: 51px;
        margin-top: 36px;
        
    }
    .logo-2{
        width: 86px;
        margin-left: 15px;
        margin-top: 26px;
    }
    .logo-3{
        width: 152px;
        margin-left: 15px;
        margin-top: 36px;
    }
    .hed-logo h3{
        font-size: 37px;
        margin-right: 7px;
        margin-top: 19px;
    }
}



@media (min-width: 1271px) and (max-width: 1307px){
    .hed-img{
        width: 12%;
    }
    .hed-img2{
        width: 12%;
    }
    .hed-title{
        width: 76%;
    }
    .header2{
        width: 68%;
    }
    .hed-title-media{
        width: 32%;
    }
    .hed-logo h2{
        font-size: 21px;
        line-height: 28px;
        margin-top: 5px;
    }
    .logo-1{
        width: 219px;
        margin-left: 65px;
        margin-top: 36px;
        
    }
    .logo-2{
        width: 86px;
        margin-left: 15px;
        margin-top: 26px;
    }
    .logo-3{
        width: 152px;
        margin-left: 15px;
        margin-top: 36px;
    }
    .hed-logo h3{
        font-size: 37px;
        margin-right: 7px;
        margin-top: 19px;
    }
}


@media (min-width: 1430px) and (max-width: 1460px){
    .logo-1{
        margin-left: 91px;
    }
}
@media (min-width: 1460px) and (max-width: 1510px){
    .logo-1{
        margin-left: 120px;
    }
}
@media (min-width: 1511px) and (max-width: 1570px){
    .logo-1{
        margin-left: 141px;
    }
    .hed-logo{
        padding-top: 8px;
    }.logo-a {
    width: 67%;
    float: left;
    text-align: center;
    margin-top: 0;
}.logo-2 {
    /* float: left; */
    width: 226px !important;}
}

@media (min-width: 1571px) and (max-width: 1600px){
    .logo-1{
        margin-left: 158px;
    }
    .hed-logo{
        padding-top: 11px;
    }
}

@media (min-width: 1601px) and (max-width: 1630px){
    .logo-1{
        margin-left: 134px;
        width: 295px;
    }
    .logo-2 {
        width: 100px;
    }
    .logo-3 {
        width: 205px;
    }
    .hed-logo{
        padding-top: 11px;
    }
}


@media (min-width: 1631px) and (max-width: 1660px){
    .logo-1{
        margin-left: 151px;
        width: 295px;
    }
    .logo-2 {
        width: 100px;
    }
    .logo-3 {
        width: 205px;
    }
    .hed-logo{
        padding-top: 11px;
    }
}

@media (min-width: 1661px) and (max-width: 1750px){
    .logo-1{
        margin-left: 151px;
        width: 295px;
    }
    .logo-2 {
        /* width: 100px; */
        width: 220px;
    }
    .logo-3 {
        width: 205px;
    }
    .hed-logo{
        padding-top: 11px;
    }
}



@media (min-width: 1751px) and (max-width: 1800px){
    .logo-1{
        margin-left: 151px;
        width: 318px;
    }
    .logo-2 {
        width: 219px;
    }
    .logo-3 {
        width: 221px;
    }
    .hed-logo{
        padding-top: 11px;
    }
    .hed-logo h3{
        font-size: 40px;
        line-height: 55px;
    }
    .hed-logo h2{
        font-size: 25px;
        line-height: 28px;
    }
}
@media (min-width: 1851px) and (max-width: 2000px){
.logo-2 {
    /* float: left; */
    width: 268px !important;
}
}

@media (min-width: 1801px) and (max-width: 1850px){
    .logo-1{
        margin-left: 166px;
        width: 318px;
    }
    .logo-2 {
        width: 220px;
    }
    .logo-3 {
        width: 221px;
    }
    .hed-logo{
        padding-top: 11px;
    }
    .hed-logo h3{
        font-size: 40px;
        line-height: 55px;
    }
    .hed-logo h2{
        font-size: 25px;
        line-height: 28px;
    }
}

@media (max-width: 575px){
    .slider-ban .owl-dots{
        padding-left: 0px;
        text-align: center;
    }
}
@media (max-width: 358px){
    .slider-ban .owl-dots{
        padding-left: 0px;
        text-align: center;
        margin-top: -96px;
    }
}


@media (max-width: 767px){
    .slider-ban .owl-dots{
        padding-left: 0px;
        text-align: center;
        
    }
}

@media (min-width: 1024px) and (max-width: 1199px){
    .b1-bx1 h3{
        width: 100%;
        text-align: center;
    }
    .b1-bx1 p {
        width: 100%;
        text-align: center;
    }
    .b1-bx1 img{
        float:none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
@media (min-width: 1025px) and (max-width: 1040px){
    .slider-ban .owl-dots{
        padding-left: 54px;
    }
}


@media (min-width: 1041px) and (max-width: 1070px){
    .slider-ban .owl-dots{
        padding-left: 65px;
    }
}
@media (min-width: 1071px) and (max-width: 1090px){
    .slider-ban .owl-dots{
        padding-left: 75px;
    }
}
@media (min-width: 1091px) and (max-width: 1137px){
    .slider-ban .owl-dots{
        padding-left: 75px;
    }
}

@media (min-width: 1200px) and (max-width: 1210px){
    .slider-ban .owl-dots{
        padding-left: 47px;
    }
}
@media (min-width: 1211px) and (max-width: 1230px){
    .slider-ban .owl-dots{
        padding-left: 60px;
    }
}
@media (min-width: 1231px) and (max-width: 1270px){
    .slider-ban .owl-dots{
        padding-left: 73px;
    }
}

@media (min-width: 1370px) and (max-width: 1410px){
    .slider-ban .owl-dots{
        padding-left: 147px;
    }
}
@media (min-width: 1411px) and (max-width: 1445px){
    .slider-ban .owl-dots{
        padding-left: 167px;
    }
}
@media (min-width: 1446px) and (max-width: 1480px){
    .slider-ban .owl-dots{
        padding-left: 185px;
    }
}
@media (min-width: 1481px) and (max-width: 1520px){
    .slider-ban .owl-dots{
        padding-left: 204px;
    }
}

@media (min-width: 1521px) and (max-width: 1560px){
    .slider-ban .owl-dots{
        padding-left: 224px;
    }
}
@media (min-width: 1560px) and (max-width: 1600px){
    .slider-ban .owl-dots{
        padding-left: 244px;
    }
}
@media (min-width: 1601px) and (max-width: 1640px){
    .slider-ban .owl-dots{
        padding-left: 264px;
    }
}
@media (min-width: 1641px) and (max-width: 1680px){
    .slider-ban .owl-dots{
        padding-left: 284px;
    }
}
@media (min-width: 1681px) and (max-width: 1720px){
    .slider-ban .owl-dots{
        padding-left: 304px;
    }
}
@media (min-width: 1721px) and (max-width: 1760px){
    .slider-ban .owl-dots{
        padding-left: 324px;
    }
}

@media (min-width: 1761px) and (max-width: 1800px){
    .slider-ban .owl-dots{
        padding-left: 344px;
    }
}
@media (min-width: 1801px) and (max-width: 1840px){
    .slider-ban .owl-dots{
        padding-left: 364px;
    }
}


@media (min-width: 768px) and (max-width: 3000px){
    .hed-img2-mob{
        display: none;
    }
    .hed-img-mob{
        display: none;
    }
    .hed-img-mob-fl{
        display: none;
        
    }
}

@media (max-width: 767px){
    .header_menu_area > .mob_nav {
        height: 20px;
    }
    .hed-img-mob-fl{
        float: left;
        width: 100%;
        background-image: url(../images/uae-flag.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0% 48%;
        border-bottom: 1px solid #0000002b;
        
    }
    .hed-img-mob{
        float: left;
        width: 50%;
        height: auto;
        
    }
    .hed-img-mob img{
        float: left;
        width: 22%;
    }
    .hed-img-mob h2{

    float: left;
    font-family: ethos;
    font-weight: normal;
    font-style: italic;
    font-size: 17px;
    line-height: 24px;
    color: #343434;
}

    .hed-img2-mob{
        float: right;
        width: 50%;
        height: auto;
        
    }
    .hed-img2-mob img{
        float: right;
        width: 22%;
    }
    .hed-img2-mob h3{
        float: right;
    font-family: 'A_Nefel_Sereke';
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 46px;
    color: #343434;
    margin-top: 5px;
    margin-right: 14px;
    }


}

@media (max-width: 710px){
    .hed-img-mob{
        float: left;
        width: 50%;
        height: auto;
        
    }
    .hed-img-mob img{
        float: left;
        width: 24%;
    }
    .hed-img-mob h2{

    float: left;
    font-family: ethos;
    font-weight: normal;
    font-style: italic;
    font-size: 17px;
    line-height: 24px;
    color: #343434;
}

    .hed-img2-mob{
        float: right;
        width: 50%;
        height: auto;
        
    }
    .hed-img2-mob img{
        float: right;
        width: 24%;
    }
    .hed-img2-mob h3{
        float: right;
    font-family: 'A_Nefel_Sereke';
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 46px;
    color: #343434;
    margin-top: 5px;
    margin-right: 14px;
    }


}


@media (max-width: 641px){
    .hed-img-mob{
        float: left;
        width: 50%;
        height: auto;
        
    }
    .hed-img-mob img{
        float: left;
        width: 26%;
    }
    .hed-img-mob h2{

    float: left;
    font-family: ethos;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    color: #343434;
}

    .hed-img2-mob{
        float: right;
        width: 50%;
        height: auto;
        
    }
    .hed-img2-mob img{
        float: right;
        width: 26%;
    }
    .hed-img2-mob h3{
        float: right;
    font-family: 'A_Nefel_Sereke';
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 33px;
    line-height: 46px;
    color: #343434;
    margin-top: 5px;
    margin-right: 7px;
    }


}


@media (max-width: 600px){
    .hed-img-mob{
        float: left;
        width: 50%;
        height: auto;
        
    }
    .hed-img-mob img{
        float: left;
        width: 28%;
    }
    .hed-img-mob h2{

    float: left;
    font-family: ethos;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    color: #343434;
}

    .hed-img2-mob{
        float: right;
        width: 50%;
        height: auto;
        
    }
    .hed-img2-mob img{
        float: right;
        width: 28%;
    }
    .hed-img2-mob h3{
        float: right;
    font-family: 'A_Nefel_Sereke';
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 33px;
    line-height: 46px;
    color: #343434;
    margin-top: 5px;
    margin-right: 7px;
    }


}

@media (max-width: 550px){
    .hed-img-mob{
        float: left;
        width: 50%;
        height: auto;
        
    }
    .hed-img-mob img{
        float: left;
        width: 29%;
    }
    .hed-img-mob h2{

    float: left;
    font-family: ethos;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    color: #343434;
}

    .hed-img2-mob{
        float: right;
        width: 50%;
        height: auto;
        
    }
    .hed-img2-mob img{
        float: right;
        width: 29%;
    }
    .hed-img2-mob h3{
        float: right;
    font-family: 'A_Nefel_Sereke';
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 33px;
    line-height: 46px;
    color: #343434;
    margin-top: 5px;
    margin-right: 7px;
    }


}


@media (max-width: 500px){
    .hed-img-mob{
        float: left;
        width: 50%;
        height: auto;
        
    }
    .hed-img-mob img{
        float: left;
        width: 32%;
    }
    .hed-img-mob h2{

    float: left;
    font-family: ethos;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    color: #343434;
    margin-top: 7px;
}

    .hed-img2-mob{
        float: right;
        width: 50%;
        height: auto;
        
    }
    .hed-img2-mob img{
        float: right;
        width: 32%;
    }
    .hed-img2-mob h3{
        float: right;
    font-family: 'A_Nefel_Sereke';
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 35px;
    color: #343434;
    margin-top: 14px;
    margin-right: 7px;
    }


}


@media (max-width: 453px){
    .hed-img-mob{
        float: left;
        width: 50%;
        height: auto;
        
    }
    .hed-img-mob img{
        float: left;
        width: 37%;
    }
    .hed-img-mob h2{

    float: left;
    font-family: ethos;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    color: #343434;
    margin-top: 16px;
    margin-left: 3px;
}

    .hed-img2-mob{
        float: right;
        width: 50%;
        height: auto;
        
    }
    .hed-img2-mob img{
        float: right;
        width: 37%;
    }
    .hed-img2-mob h3{
        float: right;
    font-family: 'A_Nefel_Sereke';
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 31px;
    color: #343434;
    margin-top: 21px;
    margin-right: 7px;
    }


}


@media (max-width: 415px){
    .hed-img-mob{
        float: left;
        width: 50%;
        height: auto;
        
    }
    .hed-img-mob img{
        float: left;
        width: 37%;
    }
    .hed-img-mob h2{

    float: left;
    font-family: ethos;
    font-weight: normal;
    font-style: italic;
    font-size: 10px;
    line-height: 16px;
    color: #343434;
    margin-top: 14px;
}

    .hed-img2-mob{
        float: right;
        width: 50%;
        height: auto;
        
    }
    .hed-img2-mob img{
        float: right;
        width: 37%;
    }
    .hed-img2-mob h3{
        float: right;
    font-family: 'A_Nefel_Sereke';
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
    color: #343434;
    margin-top: 19px;
    margin-right: 7px;
    }


}

@media (max-width: 380px){
    .hed-img-mob{
        float: left;
        width: 50%;
        height: auto;
        
    }
    .hed-img-mob img{
        float: left;
        width: 37%;
    }
    .hed-img-mob h2{

    float: left;
    font-family: ethos;
    font-weight: normal;
    font-style: italic;
    font-size: 10px;
    line-height: 13px;
    color: #343434;
}

    .hed-img2-mob{
        float: right;
        width: 50%;
        height: auto;
        
    }
    .hed-img2-mob img{
        float: right;
        width: 37%;
    }
    .hed-img2-mob h3{
        float: right;
    font-family: 'A_Nefel_Sereke';
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
    color: #343434;
    margin-top: 17px;
    margin-right: 7px;
    }


}


@media (max-width: 330px){
    .hed-img-mob{
        float: left;
        width: 50%;
        height: auto;
        
    }
    .hed-img-mob img{
        float: left;
        width: 38%;
    }
    .hed-img-mob h2{

    float: left;
    font-family: ethos;
    font-weight: normal;
    font-style: italic;
    font-size: 9px;
    line-height: 11px;
    color: #343434;
}

    .hed-img2-mob{
        float: right;
        width: 50%;
        height: auto;
        
    }
    .hed-img2-mob img{
        float: right;
        width: 38%;
    }
    .hed-img2-mob h3{
        float: right;
    font-family: 'A_Nefel_Sereke';
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #343434;
    margin-top: 14px;
    margin-right: 7px;
    }


}


@media (min-width: 1025px) and (max-width: 1199px){
    .ft-adrs1 a {
        width: 74%;
    }
    .ft-adrs2 a{
        width: 74%;
    }
    .smedia a img{
        margin-right: 16px;
    }
}


@media (max-width: 767px){
    .mission{
        height: auto;
    }
    .mission p{
        text-align: center;
        margin-bottom: 0px;
    }
    .mission h2{
        text-align: center;
    }
    .vision{
        height: auto;
    }
    .vision p{
        text-align: center;
        margin-bottom: 0px;
    }
    .vision h2{
        text-align: center;
    }
}

@media (min-width: 1440px) and (max-width: 1485px){
    .hed-logo{
        padding-top: 4px;
    }
    .hed-logo h2{
        margin-top: 6px;
    }
    .header-content h6{
        margin-bottom: 6px;
    }
}
@media (min-width: 1486px) and (max-width: 1510px){
    .hed-logo{
        padding-top: 5px;
    }
}
@media (max-width: 767px){
    

.b6-hed p br{
    display: none;
}
.b3-consulting p br{
    display: none;
}
.header-content h6 br{
    display: none;
}


}

.gal{
    

    }
     .gal h2 span{
             font-weight: 500;
     }
    .gal h2{
        
    float: left;
    margin-top: 3px;
    width: 100%;
    font-size: 40px;
    color: #000000;
    margin-bottom: 35px;
    text-align: center;
    font-family: 'Ethos';
    font-weight: 900;
    }
    .gal img{
                
width: 100%;
        
float: left;
        
border-radius: 20px;
        
height: 220px;
        
object-fit: cover;
    }
    .in-b3-bx1-hed h6{
        font-size: 14px;
        color: #000;
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .in-b3-bx1-hed h6 a{
        padding-left: 10px;
        color: #00732f;
        font-size: 17px;
    }
    .in-b3-bx1-hed h6 a:hover{
        
    }
    @media(min-width:1025px){
        .arrow{
            display:none;
        }
    }
    .arrow{
        width: 30px;
    position: absolute;
    top: 24px;
    right: 20px;
    filter: invert(1);
    }
    .col-box{
        width: 100%;
        float: left;
        background: #fbfafa;
        margin-top: 20px;
        border-radius: 15px;
        text-align: center;
        padding: 15px;
    }
    .col-box img{
        width: 100%;
        height: 290px;
        object-fit: contain;
        border-radius: 10px;
    }
    .col-box h6{
        font-size: 17px;
        color: #000;
        font-weight: 400;
    }
    .col-box h5{
        font-size: 20px;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .whatsapp {
    background-color: #1daa61;
    z-index: 999;
    right: 1rem;
    bottom: 1rem;
    -webkit-box-shadow: 0 0 0 #0568a8;
    box-shadow: 0 0 0 #0568a8;
    -webkit-animation: 1.5s infinite pulse;
    animation: 1.5s infinite pulse;
    width: 4rem;
    height: 4rem;
    color: white;
    border-radius: 50%;
}.whatsapp svg {
    width: 2rem;
    height: 2rem;
}
 .whatsapp:hover svg{
     fill:#fff;
 }
 .alert-marquee {
    background: #111;
    color: #fff;    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    position: relative;
    float: left;
}

.marquee-track {
    display: inline-flex;
    gap: 50px;
    animation: marqueeScroll 20s linear infinite;
}

.marquee-track span {
    font-size: 14px;
    font-weight: 500;
}

/* Animation */
@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.dummy-img{
        width: 70%;
    height: 247px;
    object-fit: contain;
    border-radius: 10px;
    background: #cfcfcf;
    margin: auto;
}