@charset "utf-8";
/*************** DEFAULT CSS ***************/
:root {
    --body-font: "Montserrat", sans-serif;
    --body-font-Size: 16px;
    --body-color: #363636;
    --primary-color: #fee566;
    --secondary-color: #1c1f4c;
    --black: #000;
    --white: #fff;
     
    
}
body{
 	font-family: var(--body-font);
	font-size:var(--body-font-Size);
	font-style: normal;
	line-height: normal;
	font-weight:400;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-mox-box-sizing: border-box;box-sizing: border-box;}
::selection {background: var(--black); /* Safari */color:var(--white);}
::-moz-selection {background: var(--black); /* Firefox */color:var(--white);}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;clear:left;padding:0; line-height: 24px;}
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 43px;}
h2 {font-size: 35px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 15px;}
h6 {font-size: 13px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 60px 0;height:1px;border:0;border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1;float:left;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
/*************** PRELOADER ***************/
#preloader {position: fixed;top:0;left:0;right:0;bottom:0;background-color:var(--white); z-index:999999;}
#status {width:100%;height:100%;position:absolute;left:0;top:0;background-image:url(../images/tfg-logo.svg); 
background-repeat:no-repeat;background-position:center;margin:0; background-size: 400px;}

/*************** COLUMS AND ROWS ***************/
main{ position:relative;	}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1320px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--primary-color);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-50, .gap-100{display: flex; width: 100%; height: 50px;}
.gap-100{ height: 100px;}
.text-black{ color: var(--black) !important;}


/*************** HOME PAGE CSS ***************/
header{
    padding: 20px 0px;
    background-color: var(--white);
    top:-200px
}
.header-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{    line-height: 0;}
.logo img{
    width: 350px;
}
.head-right{
    display: flex;
    gap: 20px;
    align-items: center;
}
.head-right-links{
    display: flex;
    gap: 10px;
    align-items: center;
}
.call-mail{
    display: flex;
    gap: 5px;
}
.call-mail i{
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-size: 15px;
}
.call-mail .call-right h5{
    margin-bottom: 0px;
    font-size: 13px;
    color: var(--body-color);
    font-weight: 600;
    display: flex;
    flex-direction: column;
}
.call-mail .call-right h5 span{
    font-weight: 400;
    font-size: 12px;
}
.linkdin-link{
    display: flex;
    width: 35px;
    height: 35px;
    background-color: #0275b4;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    color: var(--white);
}
.linkdin-link:hover{ background-color: var(--secondary-color); color: var(--white);}
.text-slide-animation{background-color: #f7f7f7; padding: 30px 0px;}
.text-anim-wrap h2{font-size: 26px;font-weight: 700;display: flex;justify-content: center;align-items: center;gap: 10px; margin-bottom: 0px;}
.changebox{
/* color: #fcd512; */
	overflow: hidden;
	transition: .5s;
	white-space: nowrap;
	height: 34px !important;
 }
 .changebox span .hili-text{ color: #037272; display: inline-block;}
 .services{
    padding: 80px 0px;
}
.service-shap{ position: absolute; content: ''; left: -12px;top: 26%;  width: 577px;background-repeat: no-repeat;
background-position: top left; z-index: -1;}
.big-heading{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
}
.big-heading .head-span-1, .big-heading .head-span-2, .big-heading .head-span-3{
    color: #037272;
    background-color: #daeeee;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 3px 0px;
}
.big-heading .head-span-2{
    color: #1c1f4c;
    background-color: #e4ddef;
}
.big-heading .head-span-3{
    color: #816d0b;
    background-color: #f9eaa1;
}
.service-hm-wrap{
    display: flex;
    margin-top: 130px;
    align-items: flex-start;
}
.serv-left{
    flex: 0 0 27%;
    padding-top: 115px;
}
.serv-right{
    flex: 0 0 73%;
	overflow: hidden;
}
.serv-right h5 span{
    font-size: 30px;
    background-color: #efefef;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
}
.heading{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: var(--body-color);
}
.serv-right .heading{ margin-bottom: 10px;}
.serv-right h3{
    font-size: 22px;
    font-weight: normal;
    color: var(--body-color);
    margin-bottom: 40px;
}
.ser-box{display: block;background-color: var(--primary-color);min-height: 166px;border-radius: 20px ;padding: 30px;background-image: url(../images/shape2.png);
	background-repeat: no-repeat;background-position: left bottom 10px; margin-bottom: 20px; position: relative;}
.ser-box h4{
    color: var(--body-color);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 24px;
}
.arrow-btn{
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 20px 0 16px 0;
	z-index: 1;
    }
.arrow-btn i{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--body-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transform: rotate(-40deg);
	-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.arrow-btn:after{ position: absolute; content: '';     width: 20px;
    height: 20px;
	background-image: url(../images/icons/arrow.svg);
    position: absolute;
    left: -20px;
    bottom: 0;}
.arrow-btn:before{ position: absolute; content: ''; 
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/arrow.svg);
    position: absolute;
    top: -20px;
    right: 0;}
.arrow-btn i:hover{ background-color: var(--secondary-color);  transform: rotate(360deg); color: var(--white);}
.ser-box:hover i{ background-color: var(--primary-color);  transform: rotate(-40deg); color: var(--body-color);}
.ser-box-blue{ background-color: var(--secondary-color);}
.ser-box-blue h4{ color: var(--white);}
.ser-box-blue .arrow-btn i{ background-color: var(--secondary-color); color: var(--white);}
.discover-hm{
    padding: 80px 0px;
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.head-cap{position: relative;text-align: center;font-size: 13px;text-transform: uppercase;letter-spacing: 3px;padding-top: 80px;}
.head-cap:after{position: absolute;content: '';left: 50%;top: 0px;width: 1px;height: 60px;background-color: var(--body-color);margin-left: -.5px;}
.disc-box{
    position: relative;
    display: block;
    background-color: var(--white);
    padding: 40px;
    border-radius: 20px;
    min-height: 306px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   
}
.disc-box h4{
    font-size: 22px;
    font-weight: 700;
    color: var(--body-color);
    border-bottom: 1px solid #e2e2e2;
    line-height: 30px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
	-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.disc-box p{
    color: var(--body-color);
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
	-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.arrow-btn-2{
    background-color: var(--primary-color);
}
.arrow-btn-2 i{
    background-color: var(--white);
}
.arrow-btn-2:before, .arrow-btn-2:after{
    background-image: url(../images/icons/arrow2.svg);
}
.disc-box:hover .arrow-btn-2 i{ background-color: var(--secondary-color); transform: rotate(360deg);
    color: var(--white);}
.disc-box:after{position: absolute;content: '';width: 100%;height: 100%;left: 0px;top: 0px;background-color: var(--white);-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;z-index: 0; border-radius: 18px;}	
.disc-box:hover:after{ height: 0; }
.disc-box:before{ position: absolute; content: ''; width: 100%; height: 100%; z-index: 0px; left: 0px; top: 0px; background-color: var(--black); opacity: .7;    border-radius: 20px; }
.disc-box:hover h4{ color: var(--white); border-bottom: 1px solid var(--white);}
.disc-box:hover p{ color: var(--white);}
.disc-box-bg1{ background-image: url(../images/disc-bg1.jpg);}
.disc-box-bg2{ background-image: url(../images/disc-bg2.jpg);}
.disc-box-bg3{ background-image: url(../images/disc-bg3.jpg);}
.disc-box-bg4{ background-image: url(../images/disc-bg4.jpg);}
.color-light-gray{ color: #7a7a7a;}
.solution-hm{
    padding: 80px 0px 0;
    background-image: url(../images/bg2.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.solution-hm-inn{ background-image: none;}
.solu-wrap-bg{background-image: url(../images/bg3.png);
    background-repeat: no-repeat;
    background-position: bottom center;}
.solu-wrap{
    display: flex;
    gap: 4%;
    align-items: center;
    
}
.solu-left{
    flex: 0 0 34%;
}
.solu-center{
    flex: 0 0 24%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    line-height: 0;
    justify-content: center;
}

.solu-box{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
	position: relative;
}

.solu-box:after{     position: absolute;
    content: '';
    right: 0px;
    bottom: -5px;
    width: 8px;
    height: 8px;
    background-color: #037272;
    border-radius: 50px;}
.solu-right .solu-box:after{right: auto; left: 0px;}

.solu-box span{
    flex: 0 0 76px;
    height: 76px;
    background-color: var(--primary-color);
    border-radius: 15px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.solu-box span img{    transform: rotate(0deg); -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.solu-box h4{
    font-size: 18px;
    font-weight: 600;
    color: var(--body-color);
    margin-bottom: 0px;
    line-height: 26px;
}
.solu-right .solu-box{
    flex-direction: row-reverse;
    text-align: right;
}
.solu-box:last-child{ padding-bottom: 0px; margin-bottom: 0px; border-bottom: none;}
.solu-box:last-child:after{ display: none;}
.solu-box:hover span{ background-color:#cbcbcb;}
.solu-box:hover span img{ transform: rotate(360deg);}
.horiz-tab-wrap{ margin-top: -15px;}
.client-logo-wrap{ padding: 50px 0px; border-bottom: 1px solid #e2e2e2;}
.p-50{ padding: 50px 0 20px;}
.video-certi{
    padding: 80px 0px;
    background-color: #fafafa;
}
.video-certi:after{ position: absolute; content: ''; width:38%; height: 100%; left: 0px; top: 0px; background-color: var(--primary-color); z-index: 0;}
.video-certi-wrap{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.video-certi-left{
    flex: 0 0 50%;
}
.video-pp-wrap{
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.video-pp-wrap i{
    top: 50% !important;
    margin: -45px 0 0 -45px !important;
    background-color: transparent !important;
    font-size: 90px;
}
.video-certi-right{
    flex: 0 0 50%;
    padding-left: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
.certi-box{
    flex: 0 0 48%;
    text-align: center;
    min-height: 110px;
    padding: 0px 65px;
    background-image: url(../images/certi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 65px;
}
.certi-box h5{
    color: #e8a005;
    font-size: 13px;
    margin-bottom: 12px;
}
.certi-box h5 i{
    margin: 0 2px;
}
.certi-box h4{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.certi-box:nth-child(3){ margin-bottom: 0px;}
.certi-box:nth-child(4){ margin-bottom: 0px;}

.download-area{ padding: 80px 0px;}

.banner-search-left-wrap{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.banner-search-left{
    position: relative;
    flex: 0 0 32%;
}
.banner-search-left .fieldset{
    border-radius: 0px;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    padding-right: 65px;
    margin-bottom: 5px;
    border-radius: 50px;
    font-size: 12px;
}
.banner-search-left .search-button{
    font-size: 16px;
    font-weight: 700;
    width: 130px;
    height: 56px;
    border: 0;
    outline: none;
    background-color: var(--primary-color);
    background-image: url(../images/icons/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 50px;
    }
.banner-search-left .search-button:hover{ background-color: var(--secondary-color); color: var(--white);}
.down-cnt{
    background-color: var(--primary-color);
    border-radius: 20px;
    text-align: center;
    padding: 25px 10px;
    width: 90%;
    left: 50%;
    position: relative;
    margin-left: -45%;
    margin-top: -45px;
}
.down-cnt h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.down-btn{
    background-color: var(--white);
    font-size: 12px;
    text-transform: uppercase;
    color: var(--body-color);
    font-weight: 700;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
}
.down-btn:hover{ background-color: var(--secondary-color); color: var(--white);}
.anouncement{ background-color: var(--primary-color); padding: 50px 0px;}
marquee span{ position: relative; margin: 0 10px; padding: 0px 10px;font-size: 18px;}
marquee span:after{ position: absolute; content: ''; width: 10px; height: 10px; background-color: #037272; border-radius: 50px; right: -15px;top: 5px;}
.anouncement .heading{ margin-bottom: 20px;}
.map-wrap{
    position: relative;
    width: 100%;
}
.location-wrap{
    text-align: center;
    margin-top: -160px;
    display: flex;
    justify-content: center;
}
.location-map .head-cap, .location-map .heading { position: relative; z-index: 1;     font-weight: 900; color: var(--black);;}
.map-img{ position:relative}
.location-map{
    background-color: #fff9d9;
    background-image: url(../images/textur1.png);
    background-position: left top;
    background-repeat: repeat;
}
.location-map .head-cap:after{ display: none;}

.location {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px dashed #fff;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    justify-content: center;
}
.location:hover .location-info {
    margin-bottom: 22px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.location .location-dot {
    position: relative;
    display: block;
    height: 10px;
    width: 10px;
    background-color: var(--black);
    border-radius: 0;
    z-index: 2;
    cursor: pointer;

}
.location .location-dot {
    position: relative;
    display: block;
    height: 10px;
    width: 10px;
    background-color: var(--black);
    border-radius: 100%;
    z-index: 2;
    cursor: pointer;
    background: var(--secondary-color);
}
.location .location-dot:after {
    position: absolute;
    left: -20px;
    top: -20px;
    content: "";
    width: 50px;
    height: 50px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    -webkit-animation: ripple 2s infinite linear;
    animation: ripple 2s infinite linear;
}
.location-1{
    left: 18%;
    top: 35%;
   
}
.location-2{
    left: 14%;
    top: 23%;
   
}
.location-3{
    left: 58%;
    top: 46%;
   
}
.location-4{
    left: 62%;
    top: 48%;
}

.location-5{
    left: 62%;
    top: 45%;
}

.location-6{
    left: 80%;
    top: 65%;
}

.location:nth-child(2) .location-dot:after {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
.location:nth-child(3) .location-dot:after {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.location:nth-child(4) .location-dot:after {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}
.location:nth-child(5) .location-dot:after {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
.location:nth-child(6) .location-dot:after {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.location .location-info {
    position: absolute;
    left: -31px;
    bottom: 0;
    background-color: var(--primary-color);
    color: var(--black);
    padding: 5px 20px;
    line-height:normal;
    font-size:12px;
    visibility: hidden;
    font-weight: 700;
    opacity:0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 20px;
}
.location:hover .location-info {
    visibility: visible;
}
.bcom-head{ padding: 50px 0px 20px; background-color: #f9f9f9;}
.news-blog{
    padding: 80px 0px 40px;
}
.news-box{
    display: block;
    box-shadow: 0px 0 18px #0000002b;
    border-radius: 20px;
    margin: 18px 15px;
    position: relative;
    overflow: hidden;
}
.news-box .hover-effect{ border-radius: 20px 20px 0 0 ;}
.news-cnt{
    display: block;
    padding: 35px 35px 76px;
}
.news-cnt h6 span{
    background-color: var(--primary-color);
    font-size: 12px;
    color: var(--black);
    padding: 5px 15px;
    border-radius: 50px;
}
.news-cnt h4{
    margin-bottom: 0px;
    font-size: 16px;
    color: var(--body-color);
    font-weight: 600;
    line-height: 26px;
}
footer{
    padding-top: 210px;
}
.ftr-top{
    position: relative;
}
.ftr-top-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 500px;
    height: 180px;
    padding-left: 50px;
    background-image: url(../images/bg4.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 50px;
    background-size: cover;
}
.ftr-top-left{display: flex;align-items: center;gap: 20px;}
.ftr-top-img{
    display: flex;
    margin-top: -206px;
}

.ftr-top-left-cnt h5{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ftr-top-left-cnt h4{
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 0px;
}

.social{
    display: flex;
    gap: 5px;
}
.social a{
    width: 50px;
    height: 50px;
    border: 1px solid var(--black);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-size: 20px;
}
.social a:hover{ background-color: var(--secondary-color); color: var(--white);}
.ftr-btm{
    background-color: var(--secondary-color);
    padding-top: 180px;
    margin-top: -90px;
    background-image: url(../images/textur2.png);
    background-position: top left;
    background-repeat: repeat;
}
.footer-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    padding-bottom: 70px;
    justify-content: space-between;
}

.ftr-col h2{
    font-size: 52px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 35px;
}
.ftr-btn{
    font-size: 22px;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 15px;
}
.ftr-btn i{
    transform: rotate(40deg);
    font-size: 27px;
    margin-top: 10px;
    color: var(--primary-color);
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.ftr-col{
    /* flex: 0 0 35%; */
} 
.ftr-col-01{
    /* flex: 0 0 15%; */
}
.ftr-col-02{
    flex: 0 0 15%;
    display: none;
}
.ftr-col-03{
    /* flex: 0 0 29%; */
}
.ftr-list li{
    margin-bottom: 15px;
}
.ftr-list li a{
    font-size: 14px;
    color: var(--white);
}
.ftr-list li a:hover{ color: var(--primary-color);}
.ftr-adrs{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.ftr-adrs i{
    margin-top: 4px;
}
.ftr-adrs h5{
    margin-bottom: 0px;
    color: var(--white);
    font-size: 14px;
    line-height: 24px;
}
.ftr-col h3{ color: var(--white); font-size: 18px;
    font-weight: 600;}
.copyright{
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
    border-top: 1px solid #555bbb;
}
.copyright h5{
    color: var(--white);
    font-size: 14px;
    margin-bottom: 0px;
}
.copyright h5 a{
    color: var(--white);
}
.ftr-adrs:hover h5, .copyright h5 a:hover{ color: var(--primary-color);}
.ftr-btn:hover i{ transform: rotate(360deg);}
.client-logo{ text-align: center;}
.client-logo img{display: inline-block !important;}
.ser-right-head-left{display: none;}
.view-mob{ display: none !important;}
.pad{ padding: 80px 0px;}
.tal-heading{
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
}
.about-talent-left-wrap{
 
    display: flex;
}
.about-talent-wrap{
    display: flex;
    gap: 2%;
    background-image: url(../images/bg8.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    justify-content: space-between;
    padding-top: 60px;
    justify-content: center;
}
.about-talent-left{
       /* background-color: var(--primary-color); */
       padding: 0;
       border-radius: 15px;
       flex: 0 0 33.333333333%;
       text-align: center;
       display: flex;
       justify-content: center;
       /* background-image: url(../images/shape2.png); */
       background-repeat: no-repeat;
       background-position: left bottom;
       flex-direction: column;
       align-items: center;
       position: relative;
    z-index: 1;
}
.about-talent-left-center-head, .about-talent-left-right{ margin-left: -45px;}
.about-talent-left-center-head{ z-index: 2;}
.about-talent-center{
    flex: 0 0 31%;
    line-height: 0;
    display: flex;
    align-items: flex-end;
}

.about-talent-left h6{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    background-color: var(--primary-color);
    color: var(--body-color);
    padding: 20px 20px;
    border-radius: 540px;
    background-image: url(../images/shape2.png);
    background-repeat: no-repeat;
    background-position: left bottom 10px;
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    align-items: center;
    box-shadow: 0px 3px 30px #c9ad20;
}
.about-talent-left h6:after{
    position: absolute;
    content: '';
    width: 95%;
    height: 95%;
    left: 1px;
    top: 1px;
    border: 1px solid #ffffff;
    border-radius: 500px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 50%;
    top: 50%;
    margin: -47.5% 0 0 -47.5%;
    }
.about-talent-left h6:hover:after { left: 50%; top: 50%; margin: -47.5% 0 0 -47.5%; border: 1px solid #e2e2e2; }
.about-talent-left h6:hover{ background-color: var(--white);box-shadow: 0px 3px 30px #00000057;}
.about-talent-left h6 span{/* display: flex; */margin-bottom: 15px;/* display: inline-block; *//* width: 75px; *//* height: 75px; *//* background-color: var(--secondary-color); *//* border-radius: 100px; *//* justify-content: center; *//* align-items: center; */}
.about-talent-left h6 span img{
    width: 60px;
    transform: rotate(360deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    }
.about-talent-left h6:hover span img{  transform: rotate(0deg);}
.about-talent-left-center-head h6{ background-color: var(--white);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary-color);}
.about-talent-left-center-head h6:after{ border: 1px solid #e2e2e2;}
.msn-vsn-wrap{
 background-image: url(../images/bg11.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 50px;
    background-position: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.msn-vsn-wrap:after{position: absolute;content: '';width: 100%;height: 100%;left: 0px;top: 0px;z-index: 0;    background-color: var(--white);
    opacity: .7;}
.msn-vsn-wrap .heading{
    color: var(--body-color);
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.msn-vsn-wrap p{ color: var(--white); position: relative; z-index: 1; margin-bottom: 15px;}
.msn-box-wrap{
    display: flex;
    position: relative;
    z-index: 1;
    gap: 1%;
}
.msn-box{
    flex: 0 0 49.5%;
    padding: 30px;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    display: flex;
    gap: 6%;
    background-color: #fee5666b;
}
.msn-box h3{
    color: var(--body-color);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}
.msn-box p{
    color: var(--body-color);
    margin-bottom: 0px;
}
.msn-box span{
    flex:0 0 13%;
    margin-top: 10px;
}

.msn-box-inn{
    flex: 0 0 81%;
}
.ceo-desk-wrap{
    display: flex;
    flex-wrap: wrap;
  
    margin-top: 80px;
    box-shadow: 0px 5px 30px #d3d3d3;
    background-color: var(--white);
    border-radius: 20px;
    gap: 4%;
    padding: 30px;
}
.ceo-desk-img{
    line-height: 0px;
    flex: 0 0 30%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.ceo-desk-img img{ border-radius: 20px;}
.ceo-desk-right{
    /* box-shadow: 0px 5px 30px #d3d3d3; */
    /* padding: 60px 60px 60px 175px; */
    flex: 0 0 66%;
    /* margin-left: -110px; */
    border-radius: 20px;
}
.ceo-desk-right h2{
    font-size: 30px;
    font-weight: 600;
}

.ceo-desk-right h5{
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 18px;
}
.abou-problem-solv{
    background-color: var(--primary-color);
    padding: 80px 0px 80px;
  
   
}
.abt-prb-solv-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: center;
}
.abt-prb-box{
    flex: 0 0 24.222222222%;
    background-color: var(--white);
    margin-bottom: 35px;
    padding: 40px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.abt-prb-box .number-box-abt{padding-left: 0;position: relative;z-index: 1;position: absolute;left: 0px;top: 0;width: 78px;height: 75px;text-align: center;}
.abt-prb-box .number-box-abt span{font-size: 72px;font-weight: 700;color: var(--secondary-color);line-height: 53px;}
/* .abt-prb-box .number-box-abt:after{position: absolute;content: '';background-image: url(../images/shadow.png);width: 84px;height: 100px;right: 0px;top: 0px;background-position: right top;background-repeat: no-repeat;z-index: 111;} */
.abt-prb-box:after{position: absolute;content: '';left: -70px;top: -32px;background-color: var(--primary-color);width: 165px;height: 90px;transform: rotate(138deg);}
.abt-prb-box:before{position: absolute;content: '';background-image: url(../images/shadow.png);width: 79px;
    height: 84px;left: 0px;top: 0px;background-position: right top;background-repeat: no-repeat;z-index: 1;}
.number-box-abt:before{position: absolute;content: '';background-color: var(--white);width: 155px;height: 90px;transform: rotate(138deg);left: 0px;top: 19px;}


.abt-prb-box h4{
    font-weight: 600;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    position: relative; z-index: 1;
}
.abt-prb-box p{margin-bottom: 0px;  position: relative; z-index: 1;}
.alen-prof-wrap{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 4%;
}
.alen-prof{
    flex: 0 0 30%;
    text-align: center;
    /* border: 1px solid #d1d1d1; */
    /* border-radius: 15px; */
    /* padding: 50px; */
}
.alen-prof h2{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 4px;
}
.alen-prof h2 span{ font-size: 16px;}
.alen-prof h6{
    /* border-bottom: 1px solid #e2e2e2; */
    /* padding-bottom: 20px; */
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}
.alen-prof p{margin-bottom: 0px;font-size: 15px;}
.alen-prof p a{
    color: var(--body-color);
}
.alen-prof h5{
    line-height: 22px;
    margin-bottom: 0;
}
.alen-prof-certi{
    display: flex;
    gap: 2%;
    flex: 0 0 66%;
}
.alen-prof-certi li{
    flex: 0 0 32%;
    background-image: url(../images/certi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 105px;
    display: flex;
    align-items: center;
    padding: 0px 42px;
    font-size: 13px;
    text-align: center;
}
.prof-loisoz{ padding: 0 0 80px ;}
.prof-loisoz-wrap{
    display: flex;
    gap: 4%;
    background-color: var(--white);
    padding-top: 50px;
   /* background-image: url(../images/bg7.png); 
    background-repeat: no-repeat;
    background-position: right 190px top; */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 30px #dfdfdf;
    padding: 30px;
    align-items: flex-start;
}
.prof-los-left{
    flex: 0 0 68%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.prof-los-star{
    color: #ffdb23;
}
.prof-los-star i{
    margin-right: 10px;
}
.prof-los-left h3{
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
}
.prof-los-left h6{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}
.prof-los-right{
    line-height: 0px;
    /* display: flex; */
    /* align-items: flex-end; */
    flex: 0 0 28%;
    border-radius: 20px;
    overflow: hidden;
}
.top-bg-inner{     background-image: url(../images/bg2.png);
    background-position: top center;
    background-repeat: no-repeat;}
.m-b-15{ margin-bottom: 15px;}
.about-talent-center-mob{ display: none !important;}
.contactstyle{width:100%;display: inline-block;padding: 30px 20px 37px 70px;background-color: var(--primary-color);font-weight:normal;position:relative;margin:0 0 12px 0;border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px;-ms-border-radius: 15px;}
.contactstyle a{color: var(--body-color);}
.contactstyle a:hover{color: var(--body-color);}
.coic{position:absolute;left: 0;top: 28px;width: 40px;height:50px;background-color: var(--secondary-color);text-align:center;line-height:50px;font-size:20px;color: var(--white);border-radius: 0  15px 15px 0;-moz-border-radius: 0  15px 15px 0;-webkit-border-radius: 0  15px 15px 0;-ms-border-radius: 0  15px 15px 0;}
.contactstyle h4{font-size: 20px;font-weight: 700;color: var(--body-color);margin-bottom: 6px;}
.contactstyle p{margin-bottom: 0px;font-size: 16px;color: var(--body-color);}
.contact-left{flex: 0 0 30%;}
.contact-right{flex: 0 0 67%; padding: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;}
.map{ display: flex; width: 100%; margin-top: 30px;  }
.contact-right .form-group{flex: 0 0 48.5%;margin-bottom: 15px;}
.label-style span{ color: var(--secondary-color2); z-index: 1;}
.contact-right form{display: flex;gap: 3%;flex-wrap: wrap;}
.contact-right .form-group-full{flex:0 0 100%}
.contact-right .form-group i{position: absolute;
    left: 10px;
    top: 13px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: var(--secondary-color);
    font-size: 13px;
    background-color: var(--primary-color);
    border-radius: 5px;
z-index: 1;}
.becom-client-right .form-group i{ color: var(--white); background-color: var(--body-color);}
.label-style {position: absolute;top: -9px;left: 16px;font-size: 13px;background-color: #fff;padding: 0 5px;color: var(--secondary-color);z-index: 1;}
.form-group{ position: relative; }
.contact-catg-wrap{
    display: flex;
    gap: 2%;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.contact-right .form-group .fieldset{ padding-left: 50px;}

.contact-catg-wrap .disc-box:after{
    background-color: var(--secondary-color);
}
.contact-catg-wrap .disc-box{
    background-color: var(--body-color);
    flex: 0 0 23.5%;

}

.contact-catg-wrap .disc-box p{ margin-bottom: 20px; font-size: 15px;}
.contact-catg-wrap .down-btn{ position: relative; z-index: 1;}
.contact-catg-wrap .disc-box h4, .contact-catg-wrap .disc-box p{ color: var(--white);}
.cont-box-bg1{ background-image: url(../images/career-bg1.jpg);}
.cont-box-bg2{background-image: url(../images/career-bg2.jpg);}
.cont-box-bg3{background-image: url(../images/career-bg3.jpg);}
.cont-box-bg4{background-image: url(../images/career-bg4.jpg);}
.becom-client-wrap{
    display: flex;
    gap: 5%;
}
.becom-client-left{
    border-radius: 20px;
    padding: 30px;
    background-color: #f1f1f1;
    flex: 0 0 30%;
}
.becom-client-right{
    background-color: var(--primary-color);
    padding:50px 40px;
    border-radius: 20px;
    flex: 0 0 65%;
    border: none;
    
}
.tittle{
    margin-bottom: 15px;
    font-size: 22px; font-weight: 700;
} 
.becom-client-right .label-style { background-color: var(--primary-color);}
.becom-client-right .fieldset { background-color: var(--primary-color); border: 1px solid #4e4e4e;}
.becom-client-left .contactstyle{ margin-bottom: 0px;}
.becom-client-right .sendbutton:hover{ background-color: var(--body-color); color: var(--white);}
.career-form-wrap .form-group{ flex:0 0 31.333333333333%}
.career-form-wrap .form-group-full {flex: 0 0 100%;}
.msn-vsn-msg{ padding-bottom: 80px;}
.p-b-0{ padding-bottom: 0px !important;}
.subheading{ font-size: 26px; font-weight: 700; margin-bottom: 30px; }
.sust-img-sert {
   

    line-height: 0px;
    
    
  
}


.service-hm-wrap-inn{ margin-top: 0px;}
.solution-wrap-ser{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.service-shap-inn{
    top: 5%;
}
.solution-wrap-ser .ser-box{
    flex: 0 0 23.5%;
}
.service-hm-wrap-inn .serv-left{ position: sticky; top:0px;}
.sust-img-sert-wrap{ padding-bottom: 80px;}
.download-inn-wrap{
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}
.download-inn-wrap .down-box{
    flex: 0 0 18.4%;
    margin-bottom: 30px;
}
.news-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.news-wrap .news-box{
    margin: 0px;
    flex: 0 0 23.5%;
    margin-bottom: 30px;
}
.news-dlt-wrap{
    display: flex;
    gap: 3%;
    align-items: flex-start;
}
.news-dtl-left{
    flex: 0 0 72%;
}
.news-dtl-left .heading{
    margin-bottom: 10px;
}
.news-dtl-left h4{
    margin-bottom: 35px;
    font-size: 13px;
    /* display: flex; */
}
.news-dtl-left h4 span{
    border-right: 1px solid #b3b3b3;
    padding-right: 10px;
    margin-right: 10px;
}
.news-dtl-left h4 span i{
    color: var(--secondary-color);
    margin-right: 4px;
}
.news-dtl-right{
    flex: 0 0 25%;
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 15px;
}
.news-dtl-right h5{
    font-size: 26px;
    font-weight: 700;
}
.news-right-list{
    display: flex;
    gap: 2%;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.news-list-img{
    flex: 0 0 28%;
}
.news-right-list h6{
    color: var(--body-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.btn-style{     background-color: var(--primary-color);
    width: 100%;
    display: block;
    padding: 15px 10px;
    color: var(--black);
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;}
.btn-style:hover{ background-color: var(--secondary-color); color: var(--white);}
.news-dtl-left p{ text-align: justify;}






/*********file chosen style**************/
input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 0;
    display: inline-block;
    padding: 16px 20px 16px 55px;
    color:#fff;
    cursor: pointer;
    background-color: var(--secondary-color);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-bottom: 12px;
    height: 55px;
    width: 100%;
    font-size: 14px;
}

/*************** INNER BANNERS ***************/
.banner{width: 100%; line-height: 0px;}
.banner img{width: 100%; }

/********* FIXED HEADER ***************/
header.smaller{position: fixed;left: 0px;top: 0px;width: 100%;z-index: 10;-webkit-transition: all 600ms ease-in-out;-moz-transition: all 600ms ease-in-out;transition: all 600ms ease-in-out;top: 0;box-shadow:0px 1px 20px #0000002e;
background-color: var(--white);padding: 10px 0;}
header.smaller .vg-nav-hamburger { top: 21px;}

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 55px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;
margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px;padding-top: 16px; }
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;color:var(--white);font-size: 16px;cursor:pointer;
vertical-align:top;padding: 14px 25px 16px;text-align:center;background-color: var(--secondary-color);text-transform:uppercase;
border-radius:8px;}
.sendbutton:hover{background-color:var(--primary-color);color:var(--body-color)}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
.hover-effect{width:100%;display: block;position:relative;overflow:hidden;border-radius: 20px;}
.hover-effect i{width:50px;height:50px;background-color:var(--primary-color);color:var(--white);position:absolute;left:50%;top:-100px;z-index:1;line-height:50px;
text-align:center;margin:0 0 0 -25px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.hover-effect:hover i{top:50%;margin:-25px 0 0 -25px;}
.hover-effect:hover i:hover{background-color:var(--secondary-color);}
.hover-effect img {display:block;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;width:100%;}
.hover-effect:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: #84275f;left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: #84275f;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}

/*** bounce ***/
.bounce-animation {
animation: bounce 4s ease infinite;
-webkit-animation: bounce 4s ease infinite;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-20px);}
60% {transform: translateY(-10px);}
}
/*** map dot blink ***/
@keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
   }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
   }
}

/************************************* 1800px *************************************/
@media only screen and (max-width: 1800px) {
.service-shap {  width: 510px;}
.serv-left { padding-top: 72px;}
}

/************************************* 1700px *************************************/
@media only screen and (max-width: 1700px) {
.service-shap {  width: 469px;}
}

/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {
.service-shap {  width: 420px;}
}

/************************************* 1500px *************************************/
@media only screen and (max-width: 1500px) {
.service-shap {  width: 366px;}
.container{ -moz-transform: scale(.9, .9);-ms-transform: scale(.9, .9); -webkit-transform: scale(.9, .9);transform: scale(.9, .9);}
.video-certi .container{ position: relative; z-index: 1;}
.services { padding: 20px 0px;}
.service-hm-wrap {  margin-top: 60px;}
.solution-hm{ padding: 0px;}
.p-50 {
    padding: 0px 0 20px;
}
.news-blog {
    padding: 40px 0px 0px;
}
.pad{ padding: 0px;}
.msn-vsn-msg {
    padding-bottom: 0;
}
.msn-vsn-msg {
   
    margin-top: -112px;
}
.prof-loisoz {
    padding: 0 0 60px;
}
.abou-problem-solv {

    padding: 25px 0px 10px;
}
}

/************************************* 1500px *************************************/
@media only screen and (max-width: 1400px) {
.service-shap {  width: 325px;}
.container{ -moz-transform: scale(.8, .8);-ms-transform: scale(.8, .8); -webkit-transform: scale(.8, .9);transform: scale(.8, .8);}
.services, .news-blog{ padding: 0px;}
.solution-hm{ overflow: hidden;}
.solution-hm .container{ margin-top: -80px;}
.heading-disc-tfg{ margin-top: -120px;}
.download-area{ padding: 20px 0px;}
footer {padding-top: 150px;}
.video-certi { padding: 30px 0px;}
.msn-vsn-msg {
    margin-top: -225px;
}
.prof-loisoz {
   
    margin-top: -80px;
}
}

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {
.service-shap { left: -78px; top: 25%; width: 390px; height: 480px; background-size: 100%;}
.service-shap-inn {top: 5%;}
}

/************************************* 1340px *************************************/
@media only screen and (max-width: 1340px) {

}


/************************************* 1330px *************************************/
@media only screen and (max-width: 1330px) {
.container{ width:95%;}
}

/************************************* 1280px *************************************/
@media only screen and (max-width: 1280px) {
.client-logo{ gap: 5px;}
.logo img { width: 290px;}
}

/************************************* 1199px *************************************/
@media only screen and (max-width: 1199px) {
header .container{ width:100%; padding-left: 15px; padding-right: 15px;}
.head-right { padding-right: 38px;}
.service-shap {left: -108px;}
.certi-box{ background-size: 100%;}
.certi-box h4 { font-size: 13px;}
.video-certi:after { width: 30%;}
.ftr-col h2 {font-size: 42px;}
}

/************************************* 1180px *************************************/
@media only screen and (max-width: 1180px) {
.ftr-top-left-cnt h4 { font-size: 40px;}
.banner-search-left {flex: 0 0 70%;}
.abou-problem-solv { padding: 80px 0px 80px; }
.solution-wrap-ser .ser-box {flex: 0 0 32%;}
}


/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}
.service-hm-wrap { margin-top: 80px;}
.certi-box { padding: 0px 40px;}
.video-certi-right { padding-left: 30px;}
.big-heading br{ display: none;}
.heading { font-size: 24px;}
.ftr-top-img{ display: none;}
footer {
    padding-top: 50px;
}
.about-talent-wrap {  background-size: 100%;}
.contact-left {
    flex: 0 0 40%;
}
.contact-right {
    flex: 0 0 57%;
}
.becom-client-left { flex: 0 0 40%;}
.becom-client-wrap {
     gap: 2%;
}
.becom-client-right{ flex: 0 0 58%;}
.becom-client-right .form-group{ flex: 0 0 100%;}
.contact-catg-wrap .disc-box {  flex: 0 0 49%; margin-bottom: 25px;}
.about-talent-left h6 {
    width: 170px;
    height: 170px;}
.about-talent-left-center-head h6 { font-size: 14px;}
.about-talent-left h6 { font-size: 13px;}
.sust-img-sert-wrap{ padding-bottom: 50px;}
.container{ -moz-transform: inherit;-ms-transform: inherit; -webkit-transform: inherit;transform: inherit;}
.services, .news-blog, .solution-hm{ padding: 60px 0px;}
.solution-hm .container{ margin-top: 0px;}
.heading-disc-tfg{ margin-top: 0px;}
.video-certi{ padding: 60px 0px;}
.download-area {
    padding: 60px 0px;
}
.prof-loisoz{ margin-top: 80px;}
.msn-vsn-msg{ margin-top: 0px;}
.pad{ padding: 80px 0px;}
.download-inn-wrap .down-box {
    flex: 0 0 23.5%;}
}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
.serv-left, .service-shap, .solu-center{display: none;}
.serv-right{ flex: 0 0 100%;}
.services {
    padding: 50px 0px;
}
.solution-hm{ padding-top: 50px;}
.solu-wrap{ 
 flex-wrap: wrap;
    align-items: normal
}
.solu-wrap-bg{ background-image: none;}
.solu-right .solu-box {
    flex-direction: row;
    text-align: left;
    display: flex;
}
.solu-box:last-child{     margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;}
.solu-right:last-child{      padding-bottom: 0px; 
   margin-bottom: 0px; 
    border-bottom: none;}
    .solu-right .solu-box:after {
    right: 0;
    left: auto;
}
.solu-box:last-child:after{ display: block;}
.horiz-tab-wrap {
    margin-top: 30px;
}
.solu-left {
    flex: 0 0 84%;
}
.ser-right-head-wrap{
    display: flex;
    align-items: center;
    gap: 5%;
}
.ser-right-head-left{display: block;margin-bottom: -5px;flex: 0 0 20%;}
.serv-right h3{ margin-bottom: 0px; font-size: 17px;}
.serv-right h5 span {
    font-size: 45px;
    background-color: var(--white);
  
    padding: 0;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;}
    .discover-hm {
        background-image: url(../images/bg1-mob.jpg);
        background-position: bottom center; background-size: initial;
        padding: 40px 0px 30px;
    }
.discover-hm .heading{ margin-bottom: 280px;}
.solution-hm{ background-image: url(../images/solu-img-mob.png); background-position:right top 22.7%; }
.solu-box:after{display: none;}
.service-hm-wrap {
    margin-top: 40px;
    border-top: 1px solid #c9c9c9;
    padding-top: 35px;
}
.solu-box:last-child:after{ display: none;}
.solu-box, .solu-box:last-child{ border-bottom: none;}
.solu-box{ position: relative;}
.solu-box:before{ position: absolute; content: '';  width: 100%; height: 1px; left: 0px; bottom: 0px; z-index: -1; background-color: #e2e2e2; }
.serv-right .heading{ display: none;}
.about-talent-left h6 span img {
    width: 50px;
}
.about-talent-left h6 { font-size: 14px;padding: 25px 20px; margin-bottom: 15px;}
.about-talent-left h6 span { margin-bottom: 10px;}
.alen-prof {
    flex: 0 0 100%;}
.abt-prb-box { flex: 0 0 32.66666666666%;}
.msn-box h3 { font-size: 22px;}
.msn-box { padding: 20px;}
.prof-loisoz-wrap { background-position: right 0px top; background-size: 500px;}
.solution-hm:after{ position: absolute; content: ''; width: 100%; top: 0px; right: 0px; background-image: url(../images/bg3-mob.png); background-position: right top;
background-repeat: no-repeat;}
.about-talent-left h6{ width: 175px; height: 175px;}
.career-form-wrap .form-group {
    flex: 0 0 48.5%;
}
.career-form-wrap .form-group-full {
    flex: 0 0 100%;
}
.alen-prof-wrap{ flex-wrap: wrap;}
.about-talent-center {
    flex: 0 0 35%;}
.abou-problem-solv {
        padding: 80px 0px 80px;
      
    }
.service-hm-wrap-inn{        margin-top: 0px;
    border-top: none;
    padding-top: 0px;}
.news-wrap .news-box { flex: 0 0 32%;}
.solution-hm-inn{ background-position: right top -44px;}
}

/************************************* 800px *************************************/
@media only screen and (max-width: 800px) {
.becom-client-wrap{ flex-direction: column;}
.becom-client-left{ margin-bottom: 30px; padding: 20px;}
.becom-client-right {
    padding: 25px 20px;
}
.about-talent-center{ display: none;}
.about-talent-wrap{justify-content: normal}
.about-talent-left-center-head, .about-talent-left-right {
    margin-left: -35px;
}
.mob-abt-right-img {
    background-image: url(../images/about-img.png);
    background-repeat: no-repeat;
    background-size: 308px;
    background-position: right bottom;
}
.about-talent-wrap{ background-image: none;}
.about-talent-left h6 { box-shadow: 0px 3px 14px #c9ad20;}
.download-inn-wrap .down-box {
    flex: 0 0 32%;
}
.news-dlt-wrap{ flex-direction: column;}
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.two-col, .three-col, .four-col, aside, summary{ flex:0 0 100%; margin:0 0 25px 0; }
.text-anim-wrap h2, .video-certi-wrap{ flex-direction: column;}
.video-certi:after{ display: none;}
.video-certi-right{ padding-left: 0px; margin-top: 30px;}
.ftr-top-left-cnt h4 {
    font-size: 28px;
}
.ftr-top-wrap { height: 140px;}
.ftr-col {
    flex: 0 0 49%; margin-bottom: 30px;
}
.ftr-col-01 {
    flex: 0 0 49%; margin-bottom: 30px;
}

.copyright{ flex-direction: column ; align-items: center; text-align: center;}
.ftr-col h2 {
    font-size: 30px;
}
.location-wrap { margin-top: -155px;}
.ser-right-head-left { 
    flex: 0 0 26%;}
.call-right{ display: none;}
.solution-hm {         background-position: right top 32.9%;
    background-size: 450px;}
    .solution-hm-inn{ background-position: right top 13%;}
.pad {padding: 40px 0px;}
.about-talent-center-mob{         display: inline-flex !important;
    align-items: flex-end;}

.about-talent-left{ padding: 0px;}
.about-talent-left h6 {
    font-size: 14px;
    padding: 15px 15px;
    margin-bottom: 10px;
}
.msn-box{ flex-direction: column;  padding: 25px 25px 35px; margin-bottom: 20px;}
.ceo-desk-wrap{ flex-wrap: wrap; justify-content: center; position: relative; border-radius: 20px; overflow: hidden;}
.ceo-desk-wrap:after{ position: absolute; content: ''; width: 100%; height: 210px; left: 0px; top: 0px; background-color: var(--primary-color);z-index: 0; background-image: url(../images/bg10.jpg);
background-position: center; background-repeat: no-repeat;}
.ceo-desk-right{ margin: 0px;
    flex: 0 0 100%;
   
    text-align: left;}
.ceo-desk-right p{ text-align: justify;}
.ceo-desk-img {         flex: 0 0 100%;
    margin-bottom: 0px;
    text-align: center;
  position: relative;
  z-index: 1;
    padding: 20px 0px;}
.abt-prb-box {
    flex: 0 0 49.5%;
}
.prof-loisoz-wrap{ 
    justify-content: center;
    align-items: center;         flex-direction: column;}

.contact-left, .contact-right{ flex: 0 0 100%;}
.contact-left{ margin-bottom: 30px;}
.solu-box, .solu-box:last-child { margin-bottom: 15px;
    padding-bottom: 15px;}
    .solu-left {
        flex: 0 0 100%;
    }
.solu-box h4 {  width: 60%;}
.about-talent-left {  flex-direction: row; justify-content: center;         gap: 4%;}
.about-talent-left h6 span img {
    width: 35px;
}
.about-talent-left h6 span {
    margin-bottom: 6px;
}

    .about-talent-left h6 {
        width: 155px;
        height: 155px;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .about-talent-center {
        flex: 0 0 55%}
.about-talent-left-wrap {
    flex:0 0 45%; flex-direction: column;}
    .about-talent-wrap{ gap:0;         padding-bottom: 30px;
        padding-top: 25px;}
    .alen-prof-certi {  flex: 0 0 100%;}
.alen-prof-wrap{ margin-top: 0px;}
.prof-los-left {
text-align: center;
 }
.prof-los-right{ margin-bottom: 30px;}
.prof-los-left {
    flex: 0 0 85%; align-items: center;}
.hide-mob{ display: none !important;}
.prof-los-right {

    width: 50%;
}
.view-mob{ display: block !important;}
.about-talent-left-center-head, .about-talent-left-right{ margin-left: 0px; margin-top: -28px;}
.mob-abt-right-img { background-size: 350px;}
.ceo-desk-img img {
    border-radius: 250px;
    width: 300px;
    border: 6px solid var(--white);
}
.prof-los-right img{ border-radius: 250px;}
.msn-box-wrap{ flex-direction: column;}
.mob-abt-right-img br{ display: none;}


/* .msn-vsn-wrap:after{ background-color: #ffefa1; opacity: .7;} */
.msn-box{         padding: 20px;
background-color: transparent;
    border: 1px solid #d3ccac;}
    .msn-vsn-wrap { padding: 25px 15px;}
.msn-box h3{ text-align: center;}
.msn-box span{ text-align: center;}
.solution-wrap-ser .ser-box {
    flex: 0 0 49%;
}
}


/************************************* 622px *************************************/
@media only screen and (max-width: 622px) {
.alen-prof-certi li { padding: 0px 28px;}
}



/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.gap-50{ height: 25px;}
.gap-100{ height: 30px;}
.call-right{ display: none;}
header { padding: 15px 0px;}
.logo img {
    width: 220px;
}
.head-right-links { gap: 5px;}
header.smaller .vg-nav-hamburger {
    top: 14px;
}
.text-anim-wrap h2{ font-size: 20px;}
.changebox{ height: 20px !important;}
.big-heading {
    font-size: 18px;
    line-height: 24px;
}
.heading {
    font-size: 18px;
}
.serv-right h3 {
    font-size: 14px;}
.serv-right .heading {
    font-size: 18px;
}
    
    .disc-box {  padding: 20px; min-height: 270px;}
    .ftr-top-wrap{ flex-direction: column; text-align: center;         height: inherit;
        padding: 20px;}
        .ftr-top-left{ margin-bottom: 20px;}
.big-heading .head-span-1, .big-heading .head-span-2, .big-heading .head-span-3 {  padding: 6px 17px;}
.text-slide-animation { padding: 20px 0px;}

.discover-hm .heading {
    margin-bottom: 310px;
}
.head-cap:after {  height: 35px;}
.head-cap {  padding-top: 52px;}
.disc-box h4 { font-size: 18px; line-height: 26px;}
.solu-box h4 {font-size: 15px; line-height: 24px;}
.client-logo-wrap {
    padding: 20px 0px;}
.banner-search-left { flex: 0 0 100%; }
.location-wrap { margin-top: -100px;}
.news-blog {
    padding: 50px 0px 40px;
}
footer {
    padding-top: 0;
}
.anouncement {
 
    padding: 30px 0px;
}
.anouncement .heading {
    margin-bottom: 10px;
}
marquee span { font-size: 15px;}
.news-cnt { padding: 30px 20px 65px;}
.news-cnt h4{ line-height: 24px;}
.social a {
    width: 40px;
    height: 40px; font-size: 15px;}
.ftr-top-left-cnt h5 {
    font-size: 13px;}
.ftr-top-left-cnt h4 {
        font-size: 22px;
    }
.ftr-top-left {
        margin-bottom: 10px;
    }
.ftr-col h2 {
        font-size: 28px;
    }
.footer-wrap{ padding-bottom: 10px;}
.download-area, .video-certi {
    padding: 50px 0px;
}
.p-50 {
    padding: 40px 0 0px;
}
.certi-box{ margin-bottom: 30px;}
.ftr-btm { margin-top: -72px;}
.solu-box, .solu-box:last-child { margin-bottom: 15px;
    padding-bottom: 15px;}
    .video-pp-wrap i {
    
        margin: -30px 0 0 -30px !important;
       
        font-size: 60px;
    }

.serv-right h3{ margin-bottom: 0px;}
.serv-right h5 span {
    font-size: 38px;}
.serv-right h5{ margin-bottom: 6px;}
.solution-hm {background-position: right top 46.3%;
    background-size: 230px;}
   
.text-slide-animation{ display: none;}
.call-mail i, .linkdin-link {
    width: 28px;
    height: 28px; font-size: 12px;} 
    .head-right {
        padding-right: 34px;
    }
.view-pc{ display: none !important;}
.view-mob{ display: block !important;}
.ser-right-head-wrap {
     align-items: normal;
}
.about-talent-left h6 span img {
    width: 38px;
}
.about-talent-left h6 {
    font-size: 12px;
    /* min-height: 112px; */
    padding: 15px 10px;
    width: 140px;
    height: 140px;
    margin-bottom: 0;
    box-shadow: 0px 3px 12px #c9ad20;
}
    .msn-box-wrap{flex-direction: column;}
.msn-box{ margin-bottom: 20px;}
.about-talent-left { flex: 0 0 30%;}
.msn-vsn-wrap { padding: 30px;}
.alen-prof{ padding: 0 0 20px;}
.alen-prof-certi li { min-height: 70px;  padding: 0px 27px;}
.alen-prof h2 { font-size: 22px;}
.alen-prof h6 {  font-size: 15px;}
.ceo-desk-right h2 {
    font-size: 24px;}
.solu-box span {
    flex: 0 0 50px;
    height: 50px;}
    .solution-hm {
        background-position: right top 25%;
        background-size: 360px;
    }
    .solution-hm-inn{ background-position: right top 9.5%;}
.text-black-mob{ color: var(--black) !important;}
.big-heading .head-span-1, .big-heading .head-span-2, .big-heading .head-span-3{ margin: 2px 0px;}
.career-form-wrap .form-group, .contact-right .form-group {
    flex: 0 0 100%;
}
.about-talent-center {
    flex: 0 0 53%;
}

    .prof-los-right {
        width: 65%;
    }
    .abt-prb-box {
        flex: 0 0 100%;
    }
.about-talent-wrap{ padding-top: 30px;}
.about-talent-wrap {
    background-size: 300px;
}
.mob-abt-right-img {
    background-size: 260px;
    background-image: url(../images/about-img-mob.png);
}
.ceo-desk-img img {
    width: 320px;}
    .banner img { height: 260px;
        object-fit: cover;
    }
.abou-problem-solv { padding: 60px 0px;}

.abou-problem-solv {
    padding: 60px 0px 60px; 
}
.alen-prof h2 span {
    font-size: 14px;
}
.services{ padding-top: 80px;}
.services .big-heading{ margin-bottom: 80px;}
.download-inn-wrap .down-box {
    flex: 0 0 49%;
}
.news-wrap .news-box {
    flex: 0 0 49%;
}
.ftr-col-02, .ftr-col-03, .ftr-col-04 {
    flex: 0 0 100%;
}
}


/************************************* 518px *************************************/
@media only screen and (max-width: 518px) {
.alen-prof-certi li { padding: 0px 23px;}

}

/************************************* 491px *************************************/
@media only screen and (max-width: 491px) {
.alen-prof-certi li { padding: 0px 21px;}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
#status{ background-size: 290px;}
.disc-box {  min-height: 240px;}
.banner-search-left {
    flex: 0 0 100%;
}
.ftr-col h2 {
    font-size: 20px;
}
.big-heading {
    font-size: 20px;}
.heading br{ display: none;}
.ftr-list li a, .copyright h5 { font-size: 12px;}
.ftr-adrs h5 { font-size: 12px;
    line-height: 22px;}
    .ftr-list li {
        margin-bottom: 6px;
    }
.ftr-adrs { margin-bottom: 10px;}
.ftr-col-02  {
    flex: 0 0 40%;
}
.ftr-col-03{ flex: 0 0 100%;}
.copyright { padding: 25px 0px;}
.copyright h5{ margin-bottom: 6px;}
.ftr-btn {
    font-size: 16px;}
    .certi-box h4 {
        font-size: 11px;
    }
    .ser-box {  padding: 18px;}
    .ser-right-head-left {
        margin-bottom: -5px;
        flex: 0 0 26%;
    }
.serv-right h3 {
        font-size: 14px;
    }
.ser-right-head-wrap{ gap: 2%;}
.serv-right h5 span {
    font-size: 35px; line-height: 36px;
}
.discover-hm {  background-position: bottom -60px center;}
.discover-hm .heading {
    margin-bottom: 280px;
}
.discover-hm .heading br{ display: inline-block;}
.solution-hm {
    background-position: right top 41.8%;
        background-size: 190px;
}

.solu-box span {
    flex: 0 0 50px;
    height: 50px;  border-radius: 10px;}
    .logo img {
        width: 200px;
    }
    header.smaller .vg-nav-hamburger {
        top: 12px;
    }
    .about-talent-left h6 {
        font-size: 11px; padding: 10px;
        min-height: 105px;}
.msn-vsn-wrap {
        padding: 25px;
    }

    .alen-prof-certi {
       
        flex-wrap: wrap;
        justify-content: center;
    }
    .alen-prof-certi li {
        min-height: 80px;
        padding: 0px 27px;
        font-size: 11px;
        flex: 0 0 48.999%;
        margin-bottom: 12px;
    }
.abt-prb-solv-wrap{ flex-direction: column;}
.contact-right .form-group{ flex: 0 0 100%;}
.solution-hm {
    background-position: right top 26.1%;
    background-size: 367px;
}
.solution-hm-inn{ background-position: right top 7.7%;}
.about-talent-left h6 {
    font-size: 12px;
    padding: 10px 10px;
    width: 120px;
    height: 120px;}
    .about-talent-left h6 span {
        margin-bottom: 2px;
    }
.contact-catg-wrap .disc-box{ flex: 0 0 100%;}
.about-talent-center {
    flex: 0 0 49%;
}
.about-talent-left-center-head, .about-talent-left-right { margin-top: -22px;}
.about-talent-wrap {
    background-size: 265px;
}
.mob-abt-right-img {

    background-size: 246px;}

    .banner img {
        height: 238px;}
.ceo-desk-wrap{ padding: 20px;}
.prof-los-right {
    width: 100%;
}
.abou-problem-solv {
    padding: 60px 0px 60px;
   
}
.news-wrap .news-box {
    flex: 0 0 100%;
}
}
/************************************* 440px *************************************/
@media only screen and (max-width: 440px) {
    .solu-box h4 {
        width: 44%;
    }
    .solution-hm {
        background-position:right top 28.5%;
        background-size: 367px;
    }
    .solution-hm-inn{ background-position:right top 12.4%;}
    .about-talent-center {
        flex: 0 0 39%;
    }
    .mob-abt-right-img {
        background-size: 230px;}
        .alen-prof h2 {
            font-size: 19px;
        }
.solution-wrap-ser .ser-box h4 {  font-size: 15px;}
}
/************************************* 400px *************************************/
@media only screen and (max-width: 400px) {
    .certi-box {
        padding: 0px 20px;
    }
    .certi-box h5 { font-size: 11px;}
    .certi-box h4 {
        font-size: 10px;
    }
    .certi-box {  min-height: 70px;}
.banner-search-left .search-button{ position: initial;}
.banner-search-left{ text-align: center;}
.heading{ margin-bottom: 30px;}
.serv-right h5 span {
    font-size: 30px;
    line-height: 32px;
}
.serv-right .heading {
    font-size: 16px; margin-bottom: 0px;
}
.banner-search-left .fieldset{ text-align: center; padding-right: 15px;}

.about-talent-left h6{ margin-bottom: 5px;}
.prof-los-left {
    padding: 0px;
}
.contactstyle p {
    margin-bottom: 0px;
    font-size: 14px;}
.contactstyle {  padding: 30px 20px 37px 55px;}
.solu-box h4 {
    font-size: 14px;
    line-height: 22px;
}
.solu-box, .solu-box:last-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.solution-hm {
    background-position:right top 25%;
    background-size: 325px;
}
.solution-hm-inn{ background-position: right top 7.4%;}
.solu-box { gap: 10px;}
.solu-box h4 {
    width: 50%;
}
.solu-box span {
    flex: 0 0 38px;
    height: 38px;}
.about-talent-left{ gap:2%}
.about-talent-left-center-head, .about-talent-left-right {
    margin-top: -25px;
}
.mob-abt-right-img {
    background-size: 209px;
}
.banner img {
    height: 215px;}
    .download-inn-wrap .down-box {
        flex: 0 0 100%;
    }
}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
    header .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;}
.call-mail i, .linkdin-link{ font-size: 12px; width: 25px;
    height: 25px;}
    .head-right-links {
        gap: 4px;
    }
.head-right {
        padding-right: 32px;
    }
    .big-heading .head-span-1, .big-heading .head-span-2 {
        padding: 2px 11px;
    }
.ser-box { padding:25px 15px 15px;}
.ser-box h4, .solution-wrap-ser .ser-box h4  { font-size: 13px; line-height: 18px;}
.ser-box { min-height: 158px;}
.horizondal-tab-style li .section-title{ background-image: none;}
.footer-wrap{ flex-direction: column;}
.ftr-list{ margin-bottom: 0px;}
.ftr-col-01{ margin-bottom: 0px;}
.ftr-col h2{ margin-bottom: 2px;}
.ftr-btm { padding-top:100px;}
.ftr-col{ margin-bottom: 10px;}
.ftr-col-01{ margin-bottom: 0px;}
.ftr-list li {
    margin-bottom: 5px;
}
.serv-right .heading { margin-bottom: 0px;
    font-size: 14px;
}
.serv-right h5 span {
    font-size: 23px;
    line-height: 25px;
}
.solu-box h4 {
    font-size: 13px;
    line-height: 18px;
}

.solu-left {
    flex: 0 0 80%;
}

.solu-box { gap: 10px;}
.solution-hm {
    background-size: 303px;
    background-position: right top 24.7%;
    
}
.solution-hm-inn{ background-position: right top 10%;}
.msn-vsn-wrap p br{ display: none;}

.about-talent-left h6 {
    font-size: 11px;         width: 110px;
    height: 110px;}
 
.about-talent-center-mob{ display: none !important;}
.about-talent-center{ display: none;}

    .about-talent-left {  gap: 0%;}
    .prof-loisoz-wrap{ padding: 15px;}
    .banner img {
        height: 186px;} 
    .abou-problem-solv {
        padding: 605px 0px 60px;
     } 
     .news-right-list h6{ font-size: 13px;}
}

/************************************* 359px *************************************/
@media only screen and (max-width: 359px) {
.solution-wrap-ser .ser-box{ flex: 0 0 100%; min-height: 110px;}

}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
    header.smaller .vg-nav-hamburger {
        top: 9px;
    }
    .ser-box {
        padding: 30px;
    }
    .ser-box {
        min-height: 125px;
    }
    .serv-right h5 {
        margin-bottom: 3px;
    }
    .solution-hm {
        background-size: 300px;
        background-position: right top 24.8%;
    }
    .solution-hm-inn{ background-position: right top 10.2%;}
    .solu-box h4 {
        font-size: 12px;}
        .mob-abt-right-img {
            background-size: 190px;
        }
        .ceo-desk-wrap:after {  height: 175px;}
}