/*
	Theme Name: Thico Group
	Theme URI: https://weblankan.com
	Author: Dilini
	Author URI: https://weblankan.com
	Description: Thico Group
	Version: 1.0
	Text Domain: Thico Group
*/

@font-face {
    font-family: 'Noto Serif';
    src: url('/wp-content/themes/thico-group/assets/fonts/NotoSerif.woff2') format('woff2'),
        url('/wp-content/themes/thico-group/assets/fonts/NotoSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('/wp-content/themes/thico-group/assets/fonts/NotoSerif-Bold.woff2') format('woff2'),
        url('/wp-content/themes/thico-group/assets/fonts/NotoSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --main-color: #D89700;
	--main-color-dark:#AE7C00;
	--main-font:'Lato', sans-serif;
	--secondary-font:'Noto Serif';
	--third-font:'Open Sans', sans-serif;
	--theme-color:#F6F0E5;
	--off-white:#FAF9F5;
	--dark-bg:#B58A2D;
	--light-yellow-bg:#F6F0E4;
}
.films-slider {
	color: #fff !important;
	font-family: var(--secondary-font);
}
.films-slider .owl-dots{
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.films-slider .owl-dots .owl-dot span{
	background: #fff !important;
}
.films-slider .owl-dots .owl-dot.active span{
	background: #fff !important;
}
.share-para{
	padding: 0 0px 0 40px !important;
}
.requirement-box{
	padding-right: 30px;
}
#campany a{
	position: relative;
    display: flex;
    flex-direction: column;
    width: max-content;
    margin: auto;
}
#campany li:hover a::after{
    width: 100%;
    transition: all .5s;
}
#campany a::after {
    position: relative;
    content: "";
    width: 0%;
    transition: all .5s;
    height: 2px;
    background: #fff;
    opacity: 0.8;
}
.visit-site-btn:hover{
	color: var(--main-color-dark) !important;
}
.logo-slider img{
	width: 100%;
}
.quote-img img{
	width:15%;
}
#counter-box p,.designation-team{
	text-align:center !important;
}
@media only screen and (max-width: 991px) {
  .award-slider img{
	width:50% !important;
	margin:auto;
}
.logo-slider img{
	width: 70% !important;
	margin:auto;
}
}
@media only screen and (min-width: 991px) {
  .award-slider img{
	width:60% !important;
	margin:auto;
}
}
.navbar-nav .nav-link:focus{
	color: var(--main-color-dark) !important;
}
.new-btn.explore-btn a{
	text-decoration: none !important;
    padding: 0;
    font-family: var(--secondary-font);
    background: var(--main-color);
    height: 50px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
}
.new-btn .cursor{
	display: none !important;
}
.new-btn.explore-btn a:hover{
	background: var(--main-color-dark) !important;
}
.new-btn nav span {
    padding-right: 0 !important;
}
.new-btn nav {
    width: auto !important;
    height: auto !important;
}
.new-btn.explore-btn a:hover span,.new-btn.explore-btn a:hover,.new-btn.explore-btn a:active,.new-btn.explore-btn a:focus,.new-btn.explore-btn a:focus-within{
	filter:none !important;
	color:#fff !important;
}
.exp-wrap nav{
	width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.exp-wrap nav span{
	padding-right: 20px;
}
.display-block{
	display: block !important;
}
.dynamic-sec{
	display: none;
}
.home .fix-banner-section{
	opacity: 0;
	animation: fadepage 0.5s ease-in-out both;
}
#pagepiling{
	opacity: 0;
	animation: fadepage 0.5s ease-in-out both;
}
@keyframes fadepage {
	0% {
		opacity: 0;
		transition:opacity 0ms cubic-bezier(0.19, 1, 0.22, 1);
	}
	100% {
		transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1);
		opacity: 1;
	}
}
.custom-div{
	width: 85%;
	margin: auto;
	z-index: 1;
    position: relative;
}
.creative-heading{
	font-size: 18px;
	letter-spacing: 4.5px;
	line-height: 22px;
	font-weight: 500;
	font-family: var(--main-font);
}
.creative-heading--white{
	color: rgb(255 255 255 / 90%);
}
.creative-heading--gold{
	color: var(--main-color-dark);
}
.menucontainer #navbook.leftslide {
    width: 100%;
    height: 100vh;
    background-color: rgb(255 255 255 / 90%);
    background-image: url(/2021/november/thicogroup/wp-content/themes/thico-group/assets/img/menu-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.main-heading{
	font-size: 65px;
	letter-spacing:0px;
	line-height: 70px;
	font-weight: normal;
	font-family: var(--secondary-font);
	padding-bottom: 20px;
}
.main-heading-small{
	font-size: 55px;
	letter-spacing:0px;
	line-height: 60px;
	font-weight: normal;
	font-family: var(--secondary-font);
	padding-bottom: 20px;
}
.main-heading-small--white{
	color: rgb(255 255 255 / 90%);
}
.main-heading--yellow{
	color: var(--main-color);
}
.main-heading--gold{
	color: var(--main-color-dark);
}
.paragraph,.paragraph p{
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0.34px;
	font-family: var(--secondary-font);
	text-align:justify;
}
.paragraph--gold{
	color: var(--main-color-dark);
}
.paragraph--white,.paragraph--white p{
	color: rgb(255 255 255 / 90%);
}
.column-two-para{
	column-count: 2;
	column-gap: 100px;
}
.inner-custom-div .custom-div{
	padding: 0 100px;
}
.second-creative-heading{
	font-size: 30px;
	letter-spacing:0.6px;
	line-height: 50px;
	font-weight: normal;
	font-family: var(--secondary-font);
	padding-bottom: 20px;
}
.second-creative-heading--white{
	color: rgb(255 255 255 / 90%);
}
/***************************Header**********************************/
.nav-brand-div{
	z-index: 999999;
	position: relative;
}
.menu-col{
	display: flex;
	align-items: center;
}
.menu-div{
	flex-grow: 1;
}
#primary a{
	font-family: var(--main-font);
	font-size: 15px;
	letter-spacing: 1.8px;
	color: rgb(255 255 255 / 90%);
	text-transform: uppercase;
	opacity: 0.8;
	padding: 0 30px;
}
#primary .active a{
	color: var(--main-color);
	opacity: 1;
}
.menu-div .menu-main-menu-container{
	margin: auto;
}
.menucontainer #navbook.leftslide {
    width: 100%;
    height: 100vh;
    background-color: rgb(255 255 255 / 90%);
	background-image: url('/wp-content/themes/thico-group/assets/img/menu-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.menucontainer #navbook.nav-close{
	opacity: 0;
	transform: translate3d(0,-100%,0);
    transition: transform .7s cubic-bezier(.4,0,0,1),opacity .7s;
	transition-delay: 4s;
	will-change: transform;
	visibility: visible;
}
.designation-team{
	padding-bottom: 15px;
	font-size: 14px;
	text-align: left !important;
}
.menucontainer #navbook.open {
	opacity: 1;
	height: 100vh;
	transform: translate3d(0px, 0px, 0px);
    transition: transform .7s cubic-bezier(.4,0,0,1),opacity 0s;
	z-index: 999;
	visibility: visible;
}
/* .leftslide.nav-close .full-height-menu-inner-img{
	opacity: 0;
	transition:opacity .7s;
} */
.leftslide.nav-close .full-height-menu-inner-img{
	opacity: 0;
	transition:opacity .7s;
	transition-delay: 3s;
}
.active-full .full-height-menu-inner-img,.first-load .full-height-menu-inner-img,
.first-load .full-height-menu-inner-img,.first-load .full-height-menu-inner-img{
	opacity: 1;
	transition:opacity .7s;
}
.first-load .full-height-menu-inner-img,.first-load .full-height-menu-inner-img{
	transition-delay: 1s;
}


.hamburger .first-line{
	width: 50px;
	height: 4px;
	border-radius: 3px;
	background-color: var(--main-color);
	display: block;
	margin: 11px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.inner-menu .first-line{
	background-color: var(--main-color-dark);
}
.last-line{
	width: 25px;
	height: 4px;
	border-radius: 3px;
	background-color: var(--main-color);
	display: block;
	margin: 11px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-right: 0;
}
  .hamburger:hover{
	cursor: pointer;
  }
  #hamburger-6{
	z-index: 99999;
	position: relative;
  }
#hamburger-6.is-active{
	z-index: 99999;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  #hamburger-6.is-active .line:nth-child(2){
	width: 0px;
  }
  
  #hamburger-6.is-active .line:nth-child(1),
  #hamburger-6.is-active .line:nth-child(3){
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
  }
  
  #hamburger-6.is-active .line:nth-child(1){
	-webkit-transform: translateY(13px);
	-ms-transform: translateY(13px);
	-o-transform: translateY(13px);
	transform: translateY(13px);
  }
  


.header{
	position: absolute;
	z-index: 999999999999;
	width: 100%;
	padding-top: 30px;
}
.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 40px;
}
.footer-inner{
	display: none !important;
}
.socila-links,.socila-links-inner{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: flex-end;
}
.socila-links li,.socila-links-inner li{
	padding: 0 10px;
}
.socila-links svg path,.socila-links svg rect,
.active-full .socila-links-inner svg path,.active-full .socila-links-inner svg rect,
.first-load .socila-links-inner svg path,.first-load .socila-links-inner svg rect{
	fill:rgb(255 255 255 / 90%);;
}
.copyright-text,.copyright-text-sp{
	color: rgb(255 255 255 / 90%);
	font-size: 13px;
	letter-spacing: 0.39px;
	margin: 0;
	font-family: var(--third-font);
	opacity: 0.8;
}
.copyright-text a,.copyright-text-sp a{
	color: rgb(255 255 255 / 90%);
	text-decoration: none;
}
.menu-footer-section{
	position: absolute;
	bottom: 0;
}
.header-footer-menu a{
	font-size: 17px;
	letter-spacing: 0.85px;
	text-transform: uppercase;
	color: var(--main-color-dark);
	font-weight: 500;
}
#submenu{
	display: flex;
	flex-direction: row;
}
.menu-copyright{
	font-size: 12px;
	color: var(--main-color-dark);
	letter-spacing: 0.36px;
	margin:0;
}
#submenu li{
	width: 25%;
}
.contact-ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items:flex-end;
}
.contact-ul a{
	color: var(--main-color-dark);
	font-size: 15px;
}
.contact-ul li{
	padding-left: 25px;
}
.menu-footer-section{
	display: flex;
	align-items: flex-end;
	width: 100%;
	padding-bottom: 30px;
}
.menu-social{
	flex-grow: 1;
}
.full-height-menu{
	position: relative;
	height: 100%;
	flex-grow: 1;
	display: flex;
    justify-content: center;
    align-items: center;
	width: 33.3%;
}
.full-height-menu-wrap{
	height: 100%;
	display: flex;
	width: 80%;
    margin: auto;
}
.menu-middle-div .socila-links-inner{
	margin: auto;
}
.full-height-menu h2{
	font-size: 35px;
	letter-spacing:0.7px;
	line-height: 50px;
	font-weight: normal;
	font-family: var(--secondary-font);
	color: var(--main-color-dark);
}

.inner-menu-full-height ul a{
	color: rgb(255 255 255 / 90%);
	font-family: var(--main-font);
	font-size: 18px;
}
.inner-menu-full-height ul a:hover{
	color: rgb(255 255 255 / 90%);
}
.full-height-menu-inner-img{
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.active-full .full-height-menu-inner-img,
.first-load .full-height-menu-inner-img{
	opacity: 1;
}
.inner-menu-full-height{
	z-index: 1;
	position: relative;
}
#campany{
	text-align: center;
}
.middle-div{
	z-index: 99999;
	position: relative;
}
/***************************Header END*********************************/
.hover-this a{
	text-decoration: none;
}
.hover-this {
	transition: all 0.3s ease;
}
nav {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
}
.hover-this {
	transition: all 0.3s ease;
}

.explore-btn span {
	display: inline-block;
	font-weight: 300;
	color: rgb(255 255 255 / 90%);
	font-size: 18px;
	pointer-events: none;
	transition: transform 0.1s linear;
}


.cursor {
	pointer-events: none;
	position: fixed;
	mix-blend-mode: difference;
	transition: transform 0.6s ease;
	display: none;
	transform: translate(0%, 0%) scale(0);
}
.hover-this:hover ~ .cursor {
	transform: translate(-50%, -50%) scale(8);
	transition: transform 0.6s ease;
	padding: 0.3rem;
	display: block;
}
.hover-this:hover ~ .cursor svg{
	width: 18px;
	height: 18px;
}
.active-full ul,.first-load ul{
	padding-bottom: 50px;
}
.explore-btn a{
	text-decoration: none !important;
	padding: 20px;
	font-family: var(--secondary-font);
}
.inner-menu-full-height .explore-btn a{
	color: rgb(255 255 255 / 90%) !important;
	filter: brightness(100);
}
.inner-menu-full-height .new-btn a{
	filter: none !important;
}
.explore-btn a:hover span,.explore-btn a:hover,.explore-btn a:active,.explore-btn a:focus,.explore-btn a:focus-within{
	color: inherit !important ;
	text-decoration: none;
	filter: brightness(100);
	z-index: 111;
	position: relative;
}
.explore-btn{
	display: flex;
	justify-content: center;
}

.leftslide.open .animateupmenu{
	opacity: 0; 
	animation: animatemenudown 0.5s ease-in-out both;
	animation-delay: calc(1s * var(--j));
}
.active .fadeup,.home .fadeup {
	animation: fade-in 1s ease-in-out both;
	animation-delay: calc(1s * var(--l));
}
.active .scaleimg {
	animation: scale-down 2s ease-in-out both;
	animation-delay: calc(1s * var(--l));
}
@keyframes fade-in {
	0% {
		transform: translate3d(5px, 40px, 0);
		opacity: 0;
		transition: transform 0ms, opacity 0ms, -webkit-transform 0ms;
	}
	100% {
		transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes scale-down {
	0% {
		transform: scale(1.5);
		transition: all 0ms, -webkit-transform 0ms;
	}
	100% {
		transition: all 3s, -webkit-transform 3s;
		transform: scale(1);
	}
}
/* .leftslide.open .first-load .animateupmenu{
	opacity: 1; 
	animation: animatemenuup 1s ease-in-out both;
	animation-delay: calc(1s * var(--i));
} */
.leftslide.open .first-load #campany{
	padding: 0;
}
.leftslide.open .active-full .animateupmenu{
	opacity: 1; 
	animation: animatemenuup 1s ease-in-out both;
	animation-delay: calc(1s * var(--k));
}
.nav-close .animateupmenu{
	opacity: 0; 
	animation: animatemenudown 0.5s ease-in-out both;
	animation-delay: calc(1s * var(--j));
}
.nav-close .animateup{
	opacity: 0; 
	animation: animatedown 0.5s ease-in-out both;
	animation-delay: calc(1s * var(--i));
}
.leftslide.open .animateup{
	opacity: 1; 
	animation: animateup 1s ease-in-out both;
	animation-delay: calc(1s * var(--i));
}

.leftslide.open .menu-footer-section{
	opacity: 1; 
	animation: animateup 1s ease-in-out both;
	animation-delay: 0.5s;
}
.team-slider .owl-nav{
	display: none !important;
}
.nav-close .menu-footer-section{
	opacity: 0; 
	animation: animatedown 0.5s ease-in-out both;
	animation-delay: 3s;
}

@keyframes animatedown {
	0% {
		transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	100% {
		transform: translate3d(5px, 40px, 0);
		opacity: 0;
		transition: transform 0ms, opacity 0ms, -webkit-transform 0ms;
	}
}
@keyframes animatemenudown {
	0% {
		transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1),height 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
		transform: translate3d(0, 0, 0);
		opacity: 1;
		height: 40px;
	}
	100% {
		transform: translate3d(5px, 40px, 0);
		opacity: 0;
		height: 0;
		transition: transform 0ms, opacity 0ms,height 0ms, -webkit-transform 0ms;
	}
}

@keyframes animateup {
	0% {
		transform: translate3d(5px, 40px, 0);
		opacity: 0;
		transition: transform 0ms, opacity 0ms, -webkit-transform 0ms;
	}
	100% {
		transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes animatemenuup {
	0% {
		transform: translate3d(5px, 40px, 0);
		opacity: 0;
		height: 0;
		transition: transform 0ms, opacity 0ms,height 0ms, -webkit-transform 0ms;
	}
	100% {
		transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1),height 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
		transform: translate3d(0, 0, 0);
		opacity: 1;
		height: 40px;
	}
}

/*********************Loading Page*****************************/

.fix-banner-section{
	height: 100vh;
	width: 100vw;
	position: relative;
	overflow: hidden;
}

.banner-img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.banner-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.section-wrapper{
	height: 100vh;
	width: 100vw;
	overflow: scroll;
	display: flex;
	flex-wrap: wrap;
}
/********************Loadign page EnD****************************/


/*************************About us**************************************/

.bg-main{
	background: var(--theme-color);
}
.bg-light-sec{
	background: var(--off-white);
}
.welcome-section .inner-content{
	width: 80%;
	overflow: hidden;
	margin-right: 0;
}
.scroller-proxy{
	z-index: 999999 !important; 
	pointer-events: initial !important;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
#fullpage{
	z-index: 99999;
}
#fp-nav{
	z-index: 999999999;
}
.counter-wrap{
	display: flex;
    width: 70%;
    margin: auto;
	padding-top: 5%;
}
#counter-box{
	flex-grow: 1;
}
#counter-box h4,#counter-box h4 span{
	font-size: 54px;
	line-height: 60px;
	color: rgb(255 255 255 / 90%);
	font-family: 'Montserrat', sans-serif;
}
#counter-box p{
	font-size: 20px;
}
.company-history-wrap{
	padding-top: 5%;
}
.image-wrapper{
	height: 600px;
	width: 600px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.image-outer-wrapper{
	position: relative;
	width: max-content;
}
.image-outer-wrapper::before{
	position: absolute;
	content: "";
	border: 2px solid var(--main-color-dark);
	border-radius: 50%;
	height: 100%;
	width: 100%;
	bottom: -27px;
    right: -27px;
}
.image-wrapper{
	z-index: 1;
}
.large-img .image-wrapper{
	height: 745px;
	width: 745px;
}
.large-img .image-outer-wrapper{
	margin-left: -48%;
}
.small-img .image-wrapper{
	height:569px;
	width:569px;
	overflow: hidden;
}
.small-img{
	margin-right: -35vh;
}
.large-img{
	width: 30%;
}
.vision-mission-content{
	width: 40%;
	padding-right: 100px;
}
.small-img{
	width: 30%;
}
.vision-box{
	width: 60%;
	padding-bottom: 5%;
	z-index: 1;
	position: relative;
}
.mission-box{
	width: 60%;
	margin-left: auto;
	z-index: 2;
	position: relative;
}
.vision-mission-content p{
	font-size: 20px;
	font-style: italic;
}
.vision-mission-content{
	position: relative;
}
.quote-img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
}
.ceo-msg-section .inner-content{
	width: 90%;
    margin-right: 0;
    text-align: right;
    margin-left: auto;
    padding-right: 20%;
}
.ceo-msg-section{
	background:#fff;
}
.ceo-msg-section .inner-content h6,.team-name{
	font-size: 18px;
	letter-spacing: 4.5px;
	line-height: 22px;
	color: var(--main-color-dark);
	font-family: var(--main-font);
	padding-top: 20px;
	font-weight: 500;
	padding-bottom: 20px;
}
.our-vision-section .inner-content{
	overflow: hidden;
}
.image-box-outer-wrapper{
	position: relative;
}
.image-box-outer-wrapper::before{
	position: absolute;
    content: "";
    border: 2px solid var(--main-color-dark);
    height: 100%;
    width: 100%;
    bottom: -27px;
    right: -27px;
}
.image-wrapper-box{
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.ceo-msg-section .socila-links svg path,.ceo-msg-section .socila-links svg rect,
.gold-social-icons svg path,.gold-social-icons svg rect{
	fill:var(--main-color-dark) !important;
}
.ceo-msg-section .socila-links{
	justify-content: center;
	padding-top: 70px;
}
.teambox-img{
	height: 250px;
	width: 250px;
	border-radius: 50%;
	overflow: hidden;
}
.team-box-image-wrapper{
	position: relative;
}
.team-box-image-wrapper::before {
    position: absolute;
    content: "";
    border: 2px solid var(--main-color-dark);
    height: 100%;
	border-radius: 50%;
    width: 100%;
	bottom: -12px;
    right: -15px;
}
.teambox-img{
	z-index: 1;
	position: relative;
}
.team-box-wrapper{
	display: flex;
	align-items: flex-start;
}
.team-box-content {
    padding: 0 70px 0 50px;
}
.team-social-wrap{
	padding-top: 30px;
}
.team-social-wrap ul{
	justify-content: center;
}
.awards-section{
	background-color: var(--dark-bg);
	background-image: url('/wp-content/uploads/2021/12/bg-img.png');
	background-repeat: no-repeat;
	background-position: center left;
}
.award-box h6{
	font-size: 30px;
    letter-spacing: 1.3px;
    line-height: 30px;
    font-weight: normal;
    font-family: var(--secondary-font);
    color: rgb(255 255 255 / 90%);
}
.award-box h5{
	font-size: 25px;
    letter-spacing: 1.3px;
    line-height: 30px;
    font-weight: normal;
    font-family: var(--secondary-font);
    color: rgb(255 255 255 / 90%);
}
.award-box{
padding: 20px 30px;
}
.awards-box-inner{
	position: relative;
	height: 25vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.awards-box-inner p{
	margin: 0;
	padding-bottom: 5px;
	font-size: 14px;
}
.menu-main-title{
	text-decoration: none;
}
#submenu a:hover{
	color: var(--main-color-dark) !important;
}
.menu-main-title:hover{
	text-decoration: none;
}
.awards-winner-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}
.awards-winner-wrap img{
	width: 100%;
}
.large-awards-box{
	width: 60%;
}
.small-awards-box{
	width: 50%;
}
.award-box-wrapper{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 50px;
}
.awards-section .inner-content{
	padding-right: 80px;
}
.inner-section-footer{
	position: relative;
}
.inner-section-footer #footer{
	z-index: 999;
	right: 0;
	left: 0;
}
.inner-section-footer #footer .copyright-text,.inner-section-footer #footer .copyright-text a{
	color: var(--main-color-dark);
}
.inner-section-footer #footer .custom-div{
	padding: 0 !important;
}
.contact.top-section img{
	width: 130px;
}
.company-image-wrap{
    height: 650px;
    width: 650px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
	z-index: 1;
}
.ceo-msg-section .inner-content h6, .team-name{
	text-transform: uppercase;
}
.company-image-wrap img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.company-content{
	padding-right: 100px;
}

.company-logo-wrap{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.company-image-outer-wrap {
    position: relative;
    width: max-content;
	margin: auto;
}
.company-image-outer-wrap::before {
    position: absolute;
    content: "";
    border: 2px solid var(--main-color-dark);
    border-radius: 50%;
    height: 100%;
    width: 100%;
	bottom: -27px;
    right: auto;
    left: -25px;
}
.company-content,.company-image{
	width: 50%;
}
.company-wrapper{
	display: flex;
	height: 100vh;
	align-items: center;
}
.companies-slider .owl-dots{
	position: absolute;
	bottom: 25%;
    right: 20%;
}
.company-links a{
	margin-right: 50px;
}
.inner-company-details-section .company-links a:hover{
	color: rgb(255 255 255 / 90%);
}
.companies-slider .owl-dots .owl-dot.active span{
	background:rgb(255 255 255 / 90%) !important;
}
.company-content .company-links a:hover{
	color: var(--main-color-dark);
}
.company-links{
	display: flex;
	padding-top: 30px;
}
.company-links a{
	padding-right: 20px;
	text-decoration: none;
}
.inner-welcome-section .image-wrapper{
	width: 40vh;
	height: 40vh;
}
.inner-welcome-section .image-outer-wrapper::before{
    bottom: -20px;
    right: auto;
    left: -25px;
}
.com-inner-img{
	height: 100vh;
	object-fit: cover;
	object-position: center;
}
.white-footer a,.white-footer .copyright-text{
	color: rgb(255 255 255 / 90%) !important;
}
.inner-company-details-section{
	background-color: var(--dark-bg);
}
.company-contractor-details h6{
	font-size: 18px;
    letter-spacing: 4.5px;
    line-height: 22px;
    color: rgb(255 255 255 / 90%);
    font-family: var(--main-font);
    padding-top: 20px;
    font-weight: 500;
}
/* .inner-company-details-section{
	padding-left: 7.5%;
} */
.company-contractor-details p{
	margin: 0;
}
.company-contractor-details{
	padding-top: 30px;
	width: 60%;
}
.company-inner-slider .owl-dots{
	position: absolute;
	bottom: 130px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.company-inner-slider .owl-dots .owl-dot.active span{
	background:rgb(255 255 255 / 90%) !important;
}
.company-links a{
	position: relative;
	display: flex;
    flex-direction: column;
}

.company-links a:hover::after {
    width: 100%;
    transition: all .5s;
}
.company-links .paragraph--white::after{
	position: relative;
	content: "";
	width: 0%;
	height: 2px;
	background: rgb(255 255 255 / 90%);
	opacity: 0.8;
}
.company-links .paragraph--gold::after{
	position: relative;
	content: "";
	width: 0%;
	transition:all .5s;
	height: 2px;
	background: var(--main-color-dark);
	opacity: 0.8;
}
.underline-link{
	position: relative;
}
.underline-link,.news-next{
	color: var(--main-color-dark);
	display: flex;
	flex-direction: column;
	width: max-content;
	text-decoration: none;
}
.underline-link:hover,.news-next:hover{
	color: var(--main-color-dark);
}
.underline-link::after,.news-next::after{
	position: relative;
	content: "";
	width: 0%;
	height: 2px;
	background: var(--main-color-dark);
	opacity: 0.8;
	transition:all .5s;
}
.company-links a:hover::after,.underline-link:hover::after,
.news-next:hover::after{
	width: 100%;
	transition:all .5s;
}
.company-inner-details{
	padding-left: 25%;
	padding-right:25px;
}
.career-position p{
	font-family: var(--main-font);
	color: var(--main-color-dark);
	font-size: 14px;
	line-height: 17px;
	margin: 0;
}
.career-position h6{
	font-size: 25px;
    letter-spacing: 0.5px;
    line-height:35px;
    font-weight: normal;
	color: var(--main-color-dark);
    font-family: var(--secondary-font);
	margin: 0;
}
.careers-box{
	display: flex;
	align-items: center;
	/* width: 50%; */
	padding:50px 30px;
}
.career-position{
	flex-grow: 1;
}
.careers-box-wrap{
	/* display: flex; */
	padding-top: 50px;
	/* flex-wrap: wrap; */
}
.page-template-careers .careers-box:nth-child(2n){
	padding-left: 100px;
}
.page-template-careers .careers-box:nth-child(2n+1){
	padding-right: 100px;
}
.careers-box .explore-btn{
	position: relative;
    top: -65px;
    left: 0;
}
.careers-box .explore-btn nav{
	height: 150px;
	width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.careers-box .explore-btn a,.careers-box .explore-btn span{
	color: var(--main-color-dark) !important;
}
.careers-box .explore-btn a:hover,.careers-box .explore-btn a:hover span,
.careers-box .explore-btn a:focus,.careers-box .explore-btn a:focus span,
.careers-box .explore-btn a:active,.careers-box .explore-btn a:active span,
.careers-box .explore-btn a:focus-within,.careers-box .explore-btn a:focus-within span{
	color: rgb(255 255 255 / 90%) !important;
	filter: none !important;
}
.careers-box svg path{
	fill: var(--main-color-dark) !important;
}
/* .page-template-careers .careers-box svg path{
	filter: invert(1);
} */
.careers-box .explore-btn a {
    padding: 30px 40px 30px 30px !important;
}
.requirement-box{
	width: 50%;
}
.requirement-title{
	font-size: 17px;
	font-weight: bold;
	font-family: var(--main-font);
	color: var(--main-color-dark);
}
.creative-heading-small{
	font-family: var(--main-font);
    color: var(--main-color-dark);
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}
.careers-inner-section{
	background: #F6F0E4;
}
.careers-footer p{
	margin: 0;
}
.careers-footer ul{
	padding-left: 30px;
}
.all-in-btn{
	text-decoration: none !important;
}
.careers-footer{
	padding-top: 50px;
	z-index: 1;
    position: relative;
	width: 90%;
}
.owl-carousel .owl-dot span{
	background: #b2820d !important;
	opacity: 0.5;
}
.owl-carousel .owl-dot.active span{
	background: #b2820d;
	opacity: 1 !important;
}
.careers-content-slider .owl-nav{
	display: flex !important;
    justify-content: flex-end;
    position: absolute;
    bottom: 15%;
    right: 0;
}
.owl-next-btn:hover{
	background: transparent !important;
}
.careers-content-slider button:hover{
	background: transparent !important;
}
.form-input {
	padding: 0 15px;
    position: relative;
    width: 100%;
    outline: 0;
	border: 0;
	background: transparent !important;
	height: 55px;
	font-size: 15px;
	color: var(--main-color-dark);
	border-bottom: 1px solid var(--main-color-dark);
}

.focused .form-label {
    transform: translateY(-70%);
    font-size: 0.75em !important;
	color: var(--main-color) !important;
}
.form-group{
	position: relative;
}
.form-label {
    position: absolute;
    left: 15px;
    top: 35px;
	font-family: var(--secondary-font);
	margin: 0;
	font-size: 17px;
	letter-spacing: 0.34px;
    color: var(--main-color-dark);
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.input-type-col br{
	display: none;
}
.input-type-col #file{
	visibility: hidden;
	width: 0;
}
.input-type-col .form-group{
	display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 15px;
    border-bottom: 1px solid var(--main-color-dark);
	padding-top: 40px;
}
.attch-file,.attch-file-type,.file-selected{
	font-size: 17px;
	letter-spacing: 0.34px;
    color: var(--main-color-dark);
}
.file-selected{
	padding-left: 5px;
}
.input-file .btn{
	height: 32px;
	padding: 0 30px;
	text-transform: uppercase;
	color: var(--main-color-dark);
	font-family: var(--main-font);
	letter-spacing: 0.55px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--main-color-dark);
	border-radius: 5px;
}
.input-file{
	height: 35px;
	margin: 0 20px;
	display: flex;
    align-items: center;
}
.form-submit-btn input[type="submit"]{
	font-size: 17px;
	font-family: var(--secondary-font);
	color: rgb(255 255 255 / 90%);
	border:0;
	background: transparent;
	position: relative;
	padding-left: 20px;
}
.btn-submit-wrap{
	position: relative;
    width: max-content;
    margin: auto;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-submit-wrap::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-image: url('/wp-content/uploads/2021/12/button.png');
	background-repeat: no-repeat;
	background-position: center;
}
.form-submit-btn{
	padding-top: 50px;
}
.team-slider{
	padding-bottom: 30px;
}
/* .news .careers-box .explore-btn nav{
	margin-left: -100px;
} */
.news .careers-box{
	position: relative;
	left: -30px;
}
.news-slider .owl-nav,.csr-slider .owl-nav{
	display: flex !important;
    bottom: 17%;
    position: absolute;
    right: 0;
}
.news-slider .owl-nav button:hover,.csr-slider .owl-nav button:hover{
	background: transparent !important;
}
/*************************About Us END************************************/

.single-news .right {
    width: 50%;
    padding-left: 100px;
}
.news-inner-img img{
	height: 450px;
	object-fit: cover;
	object-position: center;
}
.news-inner-img .image-box-outer-wrapper::before {
    position: absolute;
    content: "";
    border: 2px solid var(--main-color-dark);
    height: 100%;
    width: 100%;
    bottom: -27px;
    right: auto;
    left: -25px;
}
.csr-desc-wrap{
	width: 55%;
}
.single-news .date,.paragraph--gold.date{
	font-family: var(--main-font) !important;
	margin: 0;
	padding-bottom: 5px;
}
.csr-box{
	padding: 50px 150px 0 0;
}
.single-csr .left {
    width: 50%;
    padding-left: 80px;
	padding-right: 30px;
}
.company-wrapper .right{
	padding-left: 50px;
}
.single-csr .right {
    width: 50%;
}
.csr .careers-box .explore-btn {
    left: 50px;
}
.contact-us h3{
	font-size: 35px;
	padding: 10px 0;
}
.news-top-slider h6{
	font-size: 25px;
	line-height: 35px;
	font-family: var(--secondary-font);
	padding-bottom: 20px;
}
.news-inner-div{
	padding-bottom: 100px;
	padding-right: 80px;
}

.csr-slider-inner{
	padding-top: 50px;
}
.csr-slider-inner .news-inner-div{ 
	width: 80%;
}
#pp-nav.right {
    right: auto;
    left: 100px;
}
#pp-nav li .active span, .pp-slidesNav .active span {
    background: #b2820d;
    border: none;
}
#pp-nav span, .pp-slidesNav span {
    border: none;
    background: rgb(174 124 0 / 49%);
}
.inner-menu-main .line{
	background: var(--main-color-dark);
}
#pp-nav span, .pp-slidesNav span{
	height: 10px;
	width: 10px;
}
#pp-nav li, .pp-slidesNav li {
    margin: 10px 7px;
}
.our-team-section h2{
	padding-bottom: 70px;
}
.news-top-slider .careers-box .explore-btn {
    position: relative;
    top: -50px;
    left: 0;
}
.news-top-slider .careers-box {
    padding: 30px 40px;
	transition:all .3s;
}
.news-top-slider .careers-box:hover{
	padding: 30px 75px !important;
	transition:all .3s;
}
.requirement-wrapper{
	padding-top: 30px;
}
.company-section.csr{
	padding-top: 100px;
}
.csr-share{
	margin-top: -14% !important;
    z-index: 111;
    position: relative;
    width: 45%;
    margin-left: auto;
}
.share-wrap{
	position: absolute;
    bottom: 15%;
}
.contact-us a:hover{
	color: var(--main-color-dark);
	
}
.contact-us a{
	padding: 5px 0;
}
.form-section h2{
	padding-bottom: 50px;
}

.nav-brand-div{
	transition:all .5s;
	opacity: 1;
}


.news-slider .row.links{
	position: absolute;
    width: inherit;
    bottom: 15%;
}
.career-inner-wrap-con{
	height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.careers-footer {
    padding-top: 0;
    z-index: 1;
    position: absolute;
    bottom: 15%;
}
.single-csr .right {
    background: #f6f0e5;
}
@media (min-width: 1300px) and (max-width: 1600px) {
	.main-heading {
		font-size: 50px !important;
		line-height: 60px !important;
	}
}
@media (min-width: 991px) and (max-width: 1300px) {
	.form-section h2 {
		padding-bottom: 0px;
	}
	.requirement-box{
		padding-right: 20px;
	}
	.careers-landing-section .col-lg-6{
		width: 80% !important;
	}
	.career-position h6 {
		font-size: 20px;
		line-height: 30px;
	}
	.careers-box-wrap {
		padding-top: 0px;
	}
	.share-wrap {
		padding-left: 30px;
	}
	.single-csr .left {
		padding-left: 30px;
	}
	.company-wrapper .right {
		padding-left: 0px;
	}
	.news-top-slider h6 {
		font-size: 20px;
		line-height: 30px;
	}
	.csr-slider-inner .news-inner-div {
		width: 90%;
	}
	.news-landing-section .col-lg-7{
		width: 75% !important;
	}
	.company-content {
		padding-right: 20px !important;
	}
	.companies-slider .owl-dots {
		bottom: 30%;
	}

	.company-section .col-lg-5{
		flex: 0 0 auto;
    	width:50%;
	}
	.header-footer-menu a {
		font-size: 15px;
	}
	.menu-footer-section {
		padding-bottom: 10px;
	}
	.copyright-text,.copyright-text-sp {
		font-size: 10px;
	}
	.contact-ul a{
		font-size: 10px;
	}
	.inner-menu-full-height ul a {
		font-size: 16px !important;
	}
	.main-heading {
		font-size: 40px !important;
		line-height: 50px !important;
	}
	.paragraph, .paragraph p {
		font-size: 14px !important;
		line-height: 25px !important;
	}
	.main-heading-small {
		font-size: 35px !important;
		line-height: 40px !important;
	}
	.counter-wrap {
		padding-top: 0%;
	}
	.column-two-para {
		column-gap: 50px;
	}
	.company-history-wrap {
		padding-top: 3%;
	}

	.small-img {
		margin-right: -25vh !important;
	}
	.ceo-msg-section .inner-content {
		width: 95%;
	}
	.our-team-section .custom-div {
		padding: 0 30px !important;
	}
	#pp-nav.right {
		right: auto;
		left: 60px;
	}
	.inner-custom-div .custom-div {
		padding: 0 50px;
	}
	.awards-section .inner-content {
		padding-right: 50px;
	}
	.award-box {
		padding: 20px 0px !important;
	}
	.awards-box-inner {
		padding-bottom: 30px;
	}
	.award-box h6 {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	.award-box h5 {
		font-size: 16px !important;
		line-height: 16px !important;
	}
	.privacy-section .col-lg-5 {
		width: 70% !important;
	}
	.vision-mission-content {
		padding-right: 50px;
	}
	.full-height-menu h2 {
		font-size: 25px !important;
		line-height: 40px !important;
	}
	.full-height-menu-wrap {
		width: 90%;
	}
}
@media (min-width: 991px) and (max-width: 1600px) {
	.nav-brand-div img{
		width: 80px;
	}
	.header {
		padding-top: 15px;
	}
	

	.page-template-about-us-page #section1 .welcome-section .inner-content {
		width: 90%;
		overflow: hidden;
		margin-right: 0;
	}
	.paragraph, .paragraph p {
		font-size: 15px;
		line-height: 26px;
	}
	#section3 .large-img .image-wrapper {
		height: 80vh;
    	width: 80vh;
	}
	.small-img .image-wrapper {
		height: 55vh;
		width: 55vh;
	}
	.teambox-img {
		height: 20vh;
		width: 20vh;
	}
	.team-box-image-wrapper {
		width: max-content;
	}
	.team-box-content {
		padding: 0 20px 0 30px;
	}
	.award-box-wrapper {
		padding-left: 0;
	}
	.award-box {
		padding: 20px 20px;
	}
	.award-box h6 {
		font-size: 25px;
	}
	.award-box h5 {
		font-size: 20px;
		line-height: 25px;
	}
	.ceo-msg-section .inner-content {
		padding-right: 15%;
	}
	.ceo-msg-section .image-wrapper-box img{
		height: 60vh;
	}
	.privacy-section .col-lg-5 {
		flex: 0 0 auto;
		width: 60%;
	}
	.company-image-wrap {
		height: 70vh;
		width: 70vh;
	}
	.company-content {
		padding-right: 50px;
	}
	.company-contractor-details {
		padding-top: 30px;
		width: 80%;
	}
	.main-heading-small {
		font-size: 45px;
		line-height: 50px;
	}
	.news-landing-section .col-lg-7{
		flex: 0 0 auto;
		width: 65%;
	}
	.news-inner-img img {
		height: 350px;
		object-fit: cover;
	}
	.careers-landing-section .col-lg-6{
		flex: 0 0 auto;
		width: 70%;
	}
	.careers-main-content{
		width: 80% !important;
	}
	.careers-footer {
		bottom: 10%;
	}
	.careers-content-slider .owl-nav {
		bottom: 10%;
	}
	.single-news .left {
		width: 50% !important;
		padding-bottom: 50px;
	}
	.news-slider .owl-nav, .csr-slider .owl-nav {
		bottom: 13%;
	}
	.form-submit-btn {
		padding-top: 0px;
	}
	.news-inner-div {
		padding-right: 0px;
	}
	.csr-desc-wrap {
		width: 70%;
	}
	#header .custom-div{
		width: 90%;
	}
	.csr-slider .owl-nav {
		bottom: 16% !important;
	}
	.single-news .left {
		width: 50% !important;
	}
	.career-inner-wrap-con {
		padding-bottom: 100px;
	}
	.company-wrapper {
		padding-bottom: 100px;
	}
}

@media only screen and (min-width:991px) {
	.award-slider{
		width:85%;
		margin:auto;
	}
	.nav-brand-div img{
		width: 100px;
	}
	.news-inner-div h6{
		height: 125px;
	}
	.form-submit-btn input[type="submit"] {
		padding-left: 73px;
	}
	.tab-content{
		display: none !important;
	}
	.company-logo-wrap img{
		height: 160px;
		width: 160px !important;
	}
	.active-full h2,.first-load h2{
		color: rgb(255 255 255 / 90%) !important;
	}

	.pp-viewing-page2 .nav-brand-div,
	.pp-viewing-page3 .nav-brand-div,
	.pp-viewing-page4 .nav-brand-div,
	.pp-viewing-page5 .nav-brand-div,
	.pp-viewing-page6 .nav-brand-div,
	.pp-viewing-page7 .nav-brand-div{
		opacity: 0;
		transition:all .5s;
	}
	.page-template-about-us-page.pp-viewing-page2 .hamburger .line,
	.page-template-about-us-page.pp-viewing-page6 .hamburger .line,
	.single-thico-companies.pp-viewing-page2 .hamburger .line{
		background: rgb(255 255 255 / 90%) !important;
		transition:all .5s;
	}

	.page-template-about-us-page.pp-viewing-page2 #pp-nav li .active span, .pp-slidesNav .active span,
	.page-template-about-us-page.pp-viewing-page3 #pp-nav li .active span, .pp-slidesNav .active span,
	.page-template-about-us-page.pp-viewing-page6 #pp-nav li .active span, .pp-slidesNav .active span,
	.single-thico-companies.pp-viewing-page2 #pp-nav li .active span, .pp-slidesNav .active span{
		background: rgb(255 255 255 / 90%) !important;
		border: none;
	}
	.page-template-about-us-page.pp-viewing-page2 #pp-nav span, .pp-slidesNav span,
	.page-template-about-us-page.pp-viewing-page3 #pp-nav span, .pp-slidesNav span,
	.page-template-about-us-page.pp-viewing-page6 #pp-nav span, .pp-slidesNav span,
	.single-thico-companies.pp-viewing-page2 #pp-nav span, .pp-slidesNav span{
		border: none;
		background: rgb(255 255 255 / 49%) !important;  
	}
	.mobile-img,.mobile-div{
		display: none !important;
	}
	#hamburger-6.is-active .line:nth-child(3){
		width: 50px !important;
	  -webkit-transform: translateY(-16px) rotate(90deg);
	  -ms-transform: translateY(-16px) rotate(90deg);
	  -o-transform: translateY(-16px) rotate(90deg);
	  transform: translateY(-16px) rotate(90deg);
	}
}
@media only screen and (max-width:991px) {
	.copyright-text{
		padding-top: 30px !important;
	}
	.mobile-div .socila-links{
		padding-top: 15px;
	}
	.contact-ul{
		display: flex;
		flex-direction: column-reverse !important;
	}
	.explore-btn.nav-wrapper{
		position: relative;
	}
	.exp-wrap nav {
		height: 80px;
	}
	.careers-inner-section .socila-links li{
		padding-left: 0 !important;
	}
	  .fadeupmobile {
		animation: fadeupmobile 1s ease-in-out both !important;
		animation-delay: calc(.1s * var(--l));
	  }
	  @keyframes fadeupmobile{
		0% {
			transform: translate3d(5px, 40px, 0);
			opacity: 0;
			transition: transform 0ms, opacity 0ms, -webkit-transform 0ms;
		}
		100% {
			transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
			transform: translate3d(0, 0, 0);
			opacity: 1;
		}
	  }
	.careers-landing-section .col-lg-6 .text-center{
		padding: 0 20px;
	}
	body{
		overflow: scroll !important;
		-webkit-overflow-scrolling: touch;
		height: 100% !important;
		position:relative !important;
		touch-action: auto !important;
	} 
	.page-main{
		overflow: scroll !important;
		-webkit-overflow-scrolling: touch;
    	touch-action: auto !important;
		height: auto;
		position:relative !important;
		z-index: 9999999;
	}
	.ceo-img-wrap{
		width: 100%;
	}
	.csr-share-wrap{
		padding: 20px 0;
	}
	.csr-share-wrap p{
		padding-right: 10px;
	}
	.single-csr .share-wrap {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		padding-left: 0;
		padding-bottom: 30px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start !important;
	}
	.single-csr .company-wrapper{
		flex-direction: column-reverse !important;
	}
	.single-csr .company-wrapper .right {
		padding-left: 0;
	}
	.single-csr .left {
		width: 50%;
		padding-left: 20px;
		padding-right: 0;
	}
	.single-csr .left ,.single-csr .right{
		width: 100% !important;
	}
	.company-wrapper{
		padding-bottom: 50px;
	}
	.csr-desc-wrap {
		text-align: center;
	}
	.csr-slider-inner .owl-nav{
		display: none;
	}
	.csr-slider-inner .news-inner-div {
		padding-bottom: 60px;
		padding-right: 0;
    	padding-left: 0;
	}
	.csr-slider-inner .news-inner-div {
		width: 100%;
	}
	.csr-desc-wrap {
		width: 100%;
	}
	.btn-submit-wrap {
		margin-left: 50px;
	}
	.input-file .btn{
		padding: 10px 20px;
	}
	.input-type-col .form-group {
		padding-left: 0;
	}
	.input-file {
		margin: 15px 20px;
	}

	.careers-inner-section .socila-links{
		padding-top: 10px;
	}
	.careers-inner-section .next-article {
		justify-content: flex-start !important;
		padding-top: 30px;
	}
	.socila-links-inner li {
		padding: 0 20px 0 0;
	}
	.careers-footer ul {
		padding-left: 0;
	}
	.contact-ul{
		padding-bottom: 10px;
	}
	.careers-footer {
		padding-top: 0;
		z-index: 1;
		position: relative;
		bottom: 0;
		flex-direction: column;
	}
	.requirement-box ,.requirement-box{
		width: 100% !important;
	}
	.requirement-wrapper {
		padding-top: 30px;
		flex-direction: column;
	}
	.career-inner-wrap-con .w-50{
		width: 100% !important;
	}
	.career-inner-wrap-con {
		height: auto;
	}
	.career-position h6 {
		width: 50%;
	}
	.careers-box {
		padding: 30px 20px;
	}
	.careers-box-wrap {
		padding-top: 0 !important;
	}
	.careers-landing-section .w-50{
		width: 100% !important;
		padding-right: 20px;
		padding-left: 20px;
	}
	.news-top-slider h6 {
		font-size: 20px;
		line-height: 30px;
		font-family: var(--secondary-font);
		padding-bottom: 10px;
	}
	.main-heading.mb-5{
		margin: 0 !important;
	}
	.copyright-text,.copyright-text-sp {
		font-size: 11px !important;
	}
	.image-box-outer-wrapper {
		margin-bottom: 50px;
	}
	.news-inner-img .image-box-outer-wrapper::before {
		bottom: -15px;
		right: auto;
		left: -15px;
	}
	.company-wrapper .right {
		padding-left: 20px;
	}
	.row.links .col-lg-3,.row.links .col-lg-9{
		padding: 10px 0 !important;
	}
	.row.links .row .col-3{
		width:35% !important;
	}
	.row.links .row .col-9{
		width:65% !important;
	}
	.row.links {
		position: relative !important ;
		width: 100% !important;
		bottom: 0;
		margin: 0 !important;
		padding: 0px 0 30px 0;
		flex-direction: column;
	}
	.next-article {
		position: relative !important;
		bottom: 0;
		right: 0;
	}
	.news-inner-img img {
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	.single-news .right {
		width: 100% !important;
	}
	.single-news .left {
		width: 100% !important;
	}
	.news-inner-div {
		padding-bottom: 70px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.contact .main-heading,.contact .sub-title{
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.form-submit-btn {
		padding-top: 0px;
	}
	.form-section h2 {
		padding-bottom: 0px;
	}
	.company-inner-slider .owl-dots {
		bottom: 30px;
	}
	.com-inner-img {
		height: 50vh;
		object-fit: cover;
		object-position: center;
	}
	.company-inner-details .company-links {
		justify-content: flex-start !important;
	}
	.company-contractor-details {
		padding-top: 10px;
		width: 100%;
	}
	.company-inner-details {
		padding-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.inner-content{
		text-align: center;
	}
	.inner-welcome-section .image-outer-wrapper {
		width: 100% !important;
	}
	.company-footer {
		padding-top: 100px !important;
	}
	.inner-section-footer{
		padding-bottom: 0 !important;
	}
	.company-links {
		padding-top: 20px;
		justify-content: center;
	}
	.company-links a {
		margin-right: 0;
	}
	.company-content, .company-image {
		text-align: center;
	}
	.company-logo-wrap img {
		height: 130px;
		width: 130px !important;
	}
	.companies-slider .owl-dots {
		position: absolute;
		bottom: 0px;
		right: auto;
		left: auto;
		width: 100%;
	}
	.company-image-outer-wrap::before {
		bottom: -15px;
		right: auto;
		left: -15px;
	}
	.company-image{
		padding: 30px 20px;
	}
	.company-image-outer-wrap {
		width:70vw;
	}
	.company-image-wrap {
		height:43vw;
		width: 43vw;
	}
	.company-content {
		padding-right: 0;
	}
	.company-content {
		width: 100%;
	}
	.company-image {
		width: 70vw;
	}
	.company-wrapper {
		height: auto;
		flex-direction: column;
	}
	.mobile-inner-con{
		padding-left: 20px;
		padding-right: 20px;
	}
	.menucontainer #navbook.nav-close{
		transition-delay: 1s !important;
	}
	.home .fix-banner-section{
		height: 100vh !important;
	}
	#navbook{
		padding-top: 100px;
		position: fixed;
		overflow: auto;
	}
	.menu-copyright{
		display: none;
	}
	.menu-footer-section {
		padding-bottom: 0;
	}
	#submenu li {
		width: 100%;
	}
	.leftslide.open .animateupmenu,
	.leftslide.open .active-full .animateupmenu,
	.nav-close .animateupmenu,
	.nav-close .animateup,
	.leftslide.open .animateup,
	.leftslide.open .menu-footer-section,
	.nav-close .menu-footer-section{
		animation: none !important;
		opacity: 1 !important;
	}
	.active-full ul, .first-load ul {
		padding-bottom: 0 !important;
	}
	.contact-ul-wrap{
		width: 100%;
	}
	.inner-menu-full-height ul a{
		color: var(--main-color-dark) !important;
	}
	.inner-menu-full-height .explore-btn{
		display: none;
	}
	#submenu{
		flex-direction: column !important;
		align-items: center;
		text-align: center;
	}
	.inner-menu-full-height ul a {
		font-size: 16px;
		padding: 0;
		margin-bottom: 10px;
	}
	#submenu a{
		font-size: 17px;
    	line-height: 23px;
		font-weight: normal;
		font-family: var(--secondary-font) !important;
		color: var(--main-color-dark);
		padding: 0;
    	margin-bottom: 10px;
	}
	.menu-middle-div .socila-links-inner{
		display: none;
	}
	.menu-footer-section {
		position: relative;
		bottom: 0;
	}
	.menu-footer-section {
		flex-direction: column;
		align-items: center;
	}
	.full-height-menu h2 {
		font-size: 17px;
		line-height: 23px;
	}
	.full-height-menu {
		position: relative;
		height: auto;
		flex-grow: initial;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		flex-direction: column;
	}
	.full-height-menu-wrap {
		height: auto;
		display: flex;
		width: 100%;
		margin: auto;
		flex-direction: column;
	}
	.full-height-menu-inner-img{
		display: none;
	}
	#hamburger-6.is-active .line:nth-child(3){
		width: 40px !important;
	  -webkit-transform: translateY(-11px) rotate(90deg);
	  -ms-transform: translateY(-11px) rotate(90deg);
	  -o-transform: translateY(-11px) rotate(90deg);
	  transform: translateY(-11px) rotate(90deg);
	}
	#footer .socila-links{
		padding-bottom: 10px;
	}
	#footer{
		padding-top: 50px;
	}
	.privacy-section{
		padding-bottom: 0 !important;
	}
	.copyright-text,.copyright-text-sp{
		text-align: center;
		padding-top: 10px;
	}
	.desktop-div{
		display: none;
	}
	.inner-section-footer .footer {
		padding-bottom: 0;
	}
	.contact-ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.contact-ul li{
		padding: 10px 0 0 0;
	}
	.inner-section-footer .footer {
		position: relative;
		bottom: 0;
		width: 100%;
		padding-bottom: 30px;
	}
	.privacy-section .inner-content{
		text-align: center;
	}
	.awards-section .inner-content {
		padding-right: 0;
		text-align: center;
	}
	.team-slider .owl-nav{
		display: none;
	}
	.team-slider {
		padding-bottom: 0;
	}
	.team-social-wrap {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.our-team-section h2 {
		padding-bottom: 30px;
	}
	.team-box-wrapper {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.team-box-content {
		padding: 0;
	}
	.teambox-img {
		height: 60vw;
		width: 60vw;
	}
	.ceo-msg-section .inner-content h6, .team-name {
		font-size: 15px;
	}
	.ceo-msg-section .socila-links {
		justify-content: center;
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.ceo-img-wrap{
		padding: 0 30px;
	}
	.image-box-outer-wrapper::before {
		bottom: -20px;
		right: -20px;
	}
	.ceo-msg-section .inner-content {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-left: auto;
		padding-right: 0;
	}
	.large-img .image-outer-wrapper {
		margin-left: -30%;
	}
	.small-img {
		display: block;
		position: relative;
		right: -50%;
	}
	.desk-img{
		display: none;
	}
	.vision-mission-content{
		text-align: center;
	}
	.small-img {
		width: 100%;
	}

	.mission-box {
		width: 100%;
	}
	.vision-box {
		width: 100%;
		padding-top: 50px;
	}
	.vision-mission-content {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.our-vision-section .inner-content{
		display: flex;
		flex-direction: column;
	}
	.key-numbers-section .company-history-wrap{
		text-align: center;
	}
	.active .fadeup, .home .fadeup {
		animation: none;
	}
	.column-two-para {
		column-count: 1;
		column-gap: 0;
	}
	#counter-box {
		flex-grow: 1;
		padding-bottom: 30px;
	}
	.second-creative-heading {
		padding-bottom: 0;
	}
	
	.paragraph, .paragraph p {
		font-size: 15px;
		line-height: 26px;
	}
	.welcome-section.top-section .inner-content{
		padding-top: 70px;
	}
	.reverse-col{
		flex-direction: column-reverse !important;
	}
	.social-col-bottom{
		justify-content: center !important;
	}
	.main-heading-small {
		font-size: 30px;
		line-height: 40px;
	}
	.image-outer-wrapper::before {
		bottom: -20px;
		right: -15px;
	}
	.welcome-section .inner-content {
		width: 100%;
	}
	.image-wrapper {
		height: 75vw;
		width: 75vw;
	}
	.image-outer-wrapper {
		position: relative;
		width: 75vw;
		margin: auto;
	}
	#pp-nav{
		display: none !important;
	}
	.inner-custom-div .custom-div {
		padding: 0;
	}
	.top-section{
		padding-top: 110px !important;
	}
	.welcome-section.top-section{
		text-align: center;
	}

	body, html {
		overflow: scroll !important;
		margin: auto !important;
		-webkit-overflow-scrolling: touch;
		height: 100% !important;
	}
	.pp-tableCell {
		display: block !important;
		height: auto !important;
	}
	.page-main{
		overflow: scroll !important;
		-webkit-overflow-scrolling: touch;
	}
	.section{
		position: relative !important; 
	}
	.section {
		display: block !important;
		transform: none !important;
	}
	.navbar-toggler{
		display: none;
	}
	.nav-brand-div img{
		width: 50px;
	}
	.main-heading {
		font-size: 36px;
		line-height: 46px;
	}
	.creative-heading {
		font-size: 16px;
		line-height: 16px;
	}
	.header {
		padding-top: 15px;
	}
	.hamburger .first-line {
		width: 40px;
		margin: 8px auto;
	}
	.hamburger .last-line{
		margin: 8px 0 8px auto;
	}
	.large-img {
		width: 100%;
	}
	/* .tab-content{
		display: none !important;
	} */
}
@media only screen and (max-width:630px) {
	.careers-landing-section .w-50 {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
	.single-thico-companies #section1 .justify-content-end{
			justify-content: center !important;
	}
	.single-csr .company-wrapper,.single-news .company-wrapper{
		padding-bottom: 0;
	}
	.btn-submit-wrap {
		margin-left: auto !important;
	}
	.form-submit-btn input[type="submit"] {
		padding-left: 15px !important;
		padding-top: 30px;
		padding-right: 20px;
	}
	.btn-submit-wrap{
		display: flex;
		flex-direction: column;
	}
	.inner-welcome-section .image-outer-wrapper::before {
		bottom: -15px;
		right: auto;
		left: -15px;
	}
	.company-image-wrap {
		height: 70vw !important;
		width: 70vw !important;
	}
	.tab-content{
		display: none !important;
	}
	.ceo-msg-section .socila-links {
		padding-top: 0px !important;
	}
	.counter-wrap {
		display: flex;
		width: 100%;
		margin: auto;
		padding-top: 30px;
		flex-direction: column;
	}
	.large-img .image-wrapper {
		height: 80vw;
		width: 80vw;
	}
	.award-box-wrapper{
		padding-top: 30px;
	}
	.awards-box-inner {
		padding-bottom: 30%;
	}
	.award-box {
		padding: 30px 0px;
	}
	.large-awards-box,.small-awards-box {
		width: 100%;
	}
	.award-box-wrapper {
		padding-left: 0;
		flex-direction: column;
	}
	.tab-content{
		display: none;
	}
	.small-img .image-wrapper {
		height: 80vw;
		width: 80vw;
		overflow: hidden;
	}
	.small-img {
		right: -45% !important;
	}
	.fix-banner-section {
		height: auto;
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 50px 0;
	}
	.input-type-col .form-group,.input-file{
		flex-direction: column;
	}
}
@media (min-width:630px) and (max-width:991px) {
	.slick-wrapper.careers-box-wrap{
		padding: 0 30px;
	}
	.btn-submit-wrap input{
		padding: 30px 0 0 0 !important;
	}
	.btn-submit-wrap{
		display: flex;
		flex-direction: column;
		padding: 0 20px;
	}
	.btn-submit-wrap {
		margin-left: auto !important;
	}
	.company-inner-details{
		margin: auto;
	}
	.fix-banner-section {
		height: auto;
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 70px 0;
	}
	.inner-welcome-section .justify-content-end{
		justify-content: center !important;
	}
	.company-image-wrap {
		height: 70vw !important;
		width: 70vw;
	}
	.mobile-div{
		padding-top: 20px;
	}
	.inner-menu-full-height ul a {
		font-size: 20px !important;
		padding: 0;
		margin-bottom: 15px !important;
	}
	.full-height-menu h2,#submenu a {
		font-size: 25px !important;
		line-height: 35px !important;
	}
	.full-height-menu-wrap {
		margin: 0;
	}
	.custom-div {
		margin: auto;
		width: 85%;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		position: relative;
	}
	.small-img {
		right: -10%;
	}
	.small-img .image-wrapper {
		height: 500px;
		width: 500px;
		overflow: hidden;
	}
	.large-img .image-outer-wrapper {
		margin-left: -60% !important;
	}
	.our-vision-section .inner-content{
		padding: 0 20px;
	}
	.large-img {
		width: 45% !important;
	}

	.mission-box {
		width: 100% !important;
	}
	.non-tab-content{
		display: none !important;
	}
	.award-box-wrapper {
		padding-left: 0;
	}
	.counter-wrap #counter-box{
		width: 50%;
	}
	.counter-wrap {
		display: flex;
		width: 100%;
		margin: auto;
		padding-top: 30px;
		flex-wrap: wrap;
	}
	/* .image-outer-wrapper{
		width: max-content !important;
	} */
	.large-img .image-wrapper {
		height: 500px;
		width: 500px;
	}
}

@media (min-width: 630px) and (max-width: 991px) {
	#navbook .custom-div {
		justify-content: flex-start !important;
		padding-bottom: 100px;
	}
	#navbook .menu-footer-section{
		padding-bottom: 100px;
	}
	.single-csr .company-wrapper,.single-news .company-wrapper{
		padding-bottom: 0;
	}
	.news-top-slider{
		padding: 0 30px;
	}
	.inner-welcome-section .image-outer-wrapper::before {
		bottom: -15px;
		right: auto;
		left: -15px;
	}
	.com-inner-img {
		height: 80vh !important;
	}
	.small-img {
		right: -15% !important;
	}
	.teambox-img {
		height: 50vw !important;
		width: 50vw !important;
	}
	.awards-box-inner {
		padding-bottom: 35% !important;
	}
	.award-box {
		padding:60px 0px !important;
	}
	.award-box-wrapper{
		padding-top: 50px;
	}
	.our-vision-section .image-outer-wrapper {
		position: relative;
		width: 60vw !important;
		margin: auto;
	}
	.our-vision-section .large-img .image-wrapper {
		height: 60vw !important;
		width: 60vw !important;
	}
	.small-img .image-wrapper {
		height: 50vw !important;
		width: 50vw !important;
		overflow: hidden;
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.nav-brand-div img{
		width: 100px;
	}
	.page-template-about-us-page #section1 .image-wrapper{
		height: 500px !important;
		width: 500px !important;
	}
	.large-img .image-outer-wrapper {
		margin-left: -70% !important;
	}
	.company-image-wrap {
		height: 60vh !important;
		width: 60vh !important;
	}
}
@media (min-width: 991px) and (max-width: 1200px) {
	.companies-slider .owl-dots {
		bottom: 25% !important;
	}
	.our-team-section h2 {
		padding-bottom: 20px !important;
	}
	.page-template-about-us-page #section1 .image-wrapper{
		height: 400px !important;
		width: 400px !important;
	}
	.counter-wrap {
		width: 90% !important;
	}
	.large-img .image-outer-wrapper {
		margin-left: -120% !important;
	}
	.custom-div {
		width: 90% !important;
	}
	.awards-box-inner {
		padding: 0 30px !important;
	}
	#pp-nav.right {
		left: 40px !important;
	}
	.teambox-img {
		height: 15vh !important;
		width: 15vh !important;
	}
	.company-image-wrap {
		height: 45vh !important;
		width: 45vh !important;
	}
	.company-image-outer-wrap::before {
		bottom: -15px;
		right: auto;
		left: -15px;
	}
	.company-wrapper .right {
		padding-left: 30px !important;
	}
	.company-inner-details {
		padding-left: 20% !important;
	}
}