/*
 Theme Name: CrossLine.in
*/



:root {
    --font-Playfair : 'Playfair Display', serif;
    --font-Montserrat : 'Montserrat', sans-serif;
    --font-Work-Sans : 'Work Sans', sans-serif;
}
body{
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	color: #000000;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    font-size: 16px;
    padding-top: 86px;
}

h1, h2, h3, h4, h5, h6, .h1{
    margin: 0;
    padding: 0;
    font-weight: 700;
	line-height: 1.1;
    font-family: var(--font-Playfair);
}
.font-Playfair{
    font-family: var(--font-Playfair);
}
.font-Montserrat{
    font-family: var(--font-Montserrat);
}


h2, .h2 {
    font-size: 38px;
    line-height: 51px;
}
h1, .h1{
    font-size: 62px;
    line-height: 65px;
}
h3 {
    font-size: 32px;
    line-height: 43px;
}
.h3 {
    font-size: 26px;
    line-height: 35px;
}
h4 {
    font-size: 24px;
    line-height: 30px;
}
.h4 {
    font-size: 22px;
    line-height: 26px;
}
h5{
    font-size: 18px;
    line-height: 24px;
}
h6{
    font-size: 14px;
    line-height: 20px;
    font-family: var(--font-Montserrat);
}

p, li {
    font-size: 16px;
    padding: 0px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 30px;
}
li{
    margin-bottom: 0;
}
.p-18-all p{
    font-size: 18px;
    line-height: 30px;
}
.p-21-all p{
    font-size: 21px;
    line-height: 30px;
}
a{
    color: #000;
}
a, a:hover, a:focus{
    outline: 0;
    transition: all .2s ease;
    text-decoration: none;
}
a:hover{
    color: #EEB71D;
}
ul, ol{ list-style-type: none; margin: 0; padding: 0;}
input, button, button:focus, textarea , textarea:focus{
    outline: 0px;
}
.mx-100{
    max-width: 100%;
    height: auto;
}


@media (min-width: 1300px){
    .container{
        max-width: 1280px;
    }
    row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .row>* {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container-2{
    max-width: calc(100% - 140px);
}

.fw-300{font-weight: 300;}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.fw-900{font-weight: 900;}
.ptb-20{padding-bottom: 20px;padding-top: 20px;}


.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-75{margin-bottom: 75px;}


.mt-30{margin-top: 30px;}
.mt-50{margin-top: 50px;}
.mt-40{margin-top: 40px;}
.mt-10{margin-top: 10px;}
.mt-75{margin-top: 75px;}
.mt-100{margin-top: 100px;}
.mt-70{margin-top: 70px;}

.pt-100{padding-top: 100px;}
.pt-15{padding-top: 15px;}
.pl-0{padding-left: 0px !important;}
.ptb-100{padding: 100px 0;}
.ptb-50{padding: 50px 0;}
.white-text-all *, .white-text-all,.all-white-text *, .all-white-text{ color: #fff !important;}

.bg-dark-gray{ background-color: #454545; }
.bg-light-yellow{ background-color: #f3f3f3; }
.bg-black{ background-color: #000; }
.bg-sb-light{ background-color: rgb(186 234 234 / 70%); }
.clr-green{color: #627131}
.clr-gray{color: #454545}
.clr-black{color: #000}
.clr-green{color: #627131;}
.no-view{opacity: 0 !important;}
.last-p-margin-0 p:last-child, .footer-cont-box:last-child{
    margin-bottom: 0px !important;
}
section, .overflow-hidden {
    overflow: hidden;
}

.object-img-box img, .object-video video{
    object-fit: cover;
    object-position: center;
}
.img-box img, .w-100{
    width: 100%;
    height: auto;
}
.col-center{
    margin-left: auto;
    margin-right: auto;
}
header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}
header:after{
    content: '';
    position: absolute;
    z-index: 1;
    width: 0;
    height: 1px;
    right: 0;
    bottom: 0;
    background: #000;
    transition-delay: .5s;
    transition: all .7s ease;
}
header.animated:after{
    width: 150px;
    transition: all .5s ease;
    transition-delay: .7s;
}
.sticky {
    
    will-change: all;
    -webkit-transition: -webkit-all .2s ease;
    transition: -webkit-all .2s ease;
    transition: all .2s ease;
    transition: all .2s ease,-webkit-transform .2s ease;
}
.sticky--not-top.sticky--pinned{
    background-color: #fff;box-shadow: 1px -4px 10px 3px #ded7d7;
}
.sticky--not-top.sticky--pinned.open-menu-box,
.sticky--not-top.sticky--pinned.open-search-box{
    background-color: transparent;
    box-shadow: none;
}
.sticky--not-top{
    padding: 15px 0 15px 80px;
}
    .sticky.sticky--pinned {
        -webkit-transform: translateY(0);
        transform: translateY(0);
		

    }
    .sticky.sticky--unpinned {
        -webkit-transform: translateY(-13rem);
        transform: translateY(-13rem);
        -webkit-transition: -webkit-all .4s ease-in;
        transition: -webkit-all .4s ease-in;
        transition: all .4s ease-in;
        transition: all .4s ease-in,-webkit-all .6s ease-in;

    }
.sticky--top{
	box-shadow: none!important;
}


.logo-holder{
    margin-left: 70px;
    max-width: 70px;
    margin-top: 23px;
    margin-bottom: 18px;
    display: inline-block;
}
.menu-holder {
 text-align: center;
}
.menu-holder ul {
    display: inline-flex;
    justify-content: center;
}

.menu-holder ul li a{
    padding: 28px 22px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
.menu-holder ul li a:before{
    content: '';
    position: absolute;
    z-index: -1;
    background: #000;
    height: 0%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease;
}
.menu-holder ul li a:hover{
    color: #fff;
}
.menu-holder ul li a:hover:before{
    height: 100%;
    transition: all .3s ease;
}
.menu-holder ul li:last-child a{
    background: #000;
    color: #fff;
}

.home-banner{
    align-items: center;
    height: 800px;
}
.home-banner>div{
    width: 50%;
    height: 100%;
    padding: 210px 20px 75px 20px;
    transition: all .5s linear;
}
.home-banner-left{
    transform: translateX(-100%);
}
.home-banner-right{
    transform: translateX(100%);
}
.animated .home-banner-left{
    transform: translateX(0%);
}
.animated .home-banner-right{
    transform: translateX(0%);
}
.home-banner-left{
    background: #000;
    color: #fff;
    text-align: right;
}

.hb-bg-text {
    position: absolute;
    font-size: 700px;
    font-weight: 700;
    line-height: 0;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .1;
	
	font-family: "Roboto", sans-serif;
}
.home-banner-right .hb-bg-text{
    left: 30px;
}
.hb-text-subtitle {
    font-family: var(--font-Playfair);
    font-size: 65px;
    font-weight: 500;
    font-style: italic;
}

.hb-text-title {
    font-weight: 800;
    font-size: 110px;
    line-height: 141px;
}
.hb-text-left-subtitle {
    font-size: 38px;
    line-height: 46px;
    text-align: right;
    text-transform: capitalize;
}
.hb-text-right-subtitle {
    font-size: 18px;
    line-height: 24px;
    max-width: 625px;
    margin-top: 100px;
}

.title-holder p{
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #707070;
    font-weight: 700;
    font-family: var(--font-Playfair);
    margin-top: 7px;
}
.title-section{
    padding: 70px 0 50px;
}
.our-approach-box{
   padding: 78px 60px 140px 40px;
    position: relative;
}
.our-approach-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
}
.our-approach-box:hover .our-approach-hover{
    opacity: 1;
    transition: all .3s ease;
}
.our-approach-content {
    position: relative;
    z-index: 2;
}
.our-approach-box h4{
    font-family: var(--font-Montserrat);
    max-width: 200px;
    height: 90px;
    margin-bottom: 25px;
     overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
    
}
.our-approach-box p{
    height: 215px;
line-height: 22px;
} 
.arrow-btn{display: inline-block;}
.arrow-btn img{margin-left: 0px; transition: all .2s ease;}
.arrow-btn:hover img{margin-left: 10px; transition: all .2s ease;}

.about-tab-sec{
    padding-bottom: 10px;
}
.about-tab-sec, .about-tab-holder{
    padding-top: 40px;
}
.about-tab-head a {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-right: 25px;
}
.about-tab-head a span {
    font-size: 22px;
    font-weight: 400;
}

.tab-title {
    font-weight: 700;
    font-size: 133.305px;
    line-height: 162px;
    text-align: right;
    text-transform: uppercase;
    color: #666666 !important;
}
.about-tab-content-text.p-21-all {
    max-width: 510px;
    padding-top: 30px;
}
.about-tab-content{
    display: none;
}
.client-section a{
	margin-bottom: 30px;
}
.client-section a img, .portfolio-img{
     filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    transition: all .2s ease;
}
.client-section a:hover img, .portfolio-img:hover{
    -webkit-filter: grayscale(0);
  filter: none;
     transition: all .2s ease;
}

.read-more-btn{
    position: relative;
    font-weight: 700;
}
.read-more-btn:after{
    content: '';
    width: 17px;
    height: 10px;
    display: inline-block;
    background-size: 17px 10px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(images/arrow-right-black.svg);
    transition: all .2s ease;
    margin-left: 5px;
}
.read-more-btn:hover{
    color: #000;
}
.read-more-btn:hover:after{
    transform: translateX(5px);
    transition: all .2s ease;
}
.blog-box-img {
    display: inline-block;
    border-radius: 13px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
}
.blog-box-img img, .our-work-box .our-work-img img, .career-cate-box img{
    transition: all .2s ease;
    transform: scale(1);
}
.blog-box-holder:hover .blog-box-img img, .our-work-box:hover .our-work-img img, .career-cate-box:hover img{
    transition: all .2s ease;
    transform: scale(1.1);
}
.blog-mata , .blog-box-foot{
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #6E6E6E;
}
.blog-mata-author{
    color: #4B4B4B;
    margin-right: 22px;
}
.blog-box-detail p, .footer-widget p, .what-we-do-title p, .our-work-box p, .career-list-box p, .career-mata{
    font-size: 14px;
    line-height: 21px;
    color: #6E6E6E;
}
.blog-box-detail h5{
    margin-top: 6px;
    margin-bottom: 12px;
}
.blog-box-foot {
    display: flex;
    justify-content: space-between;
}
.career-list-box p{
    margin-bottom: 0px;
}
footer{
    padding: 100px 0 50px;
}
footer h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 15px;
    letter-spacing: -.91px
}
.footer-widget ul li a{
    font-weight: 500;
}

.newsletter-holder {
    position: relative;
    width: 100%;
    display: flex;
}
input[type="email"] {
    background: #EEEEFF;
    border: 0;
    color: #181433;
    letter-spacing: -0.9px;
    padding: 15px;
}
input[type="submit"] {
    background: #000;
    color: #fff;
    font-size: 21px;
    line-height: 24px;
    padding: 0 6px;
    letter-spacing: -1px;
    border: 0;
}
.newsletter-holder input[type="email"]{
    width: calc(100% - 112px);
}
.newsletter-holder input[type="submit"]{
    width:112px;
}
.social-links li a{
    margin-right: 20px;
}
.copyright-sec.text-center {
    background: #EEEEFF;
    padding: 15px 0;
}
path{
    transition: all .2s ease;
}
.social-linkedin:hover path {
    fill: #0077b5;
     transition: all .2s ease;
}
.social-twitter:hover path {
    fill: #55acee;
     transition: all .2s ease;
}
.social-messanger:hover path {
    fill: #3b5998;
     transition: all .2s ease;
}
.social-twoo:hover path {
    fill: #fe6c00;
     transition: all .2s ease;
}

#nav-icon3{
   width: 32px;
    height: 30px;
    display: none;
    float: right;
    position: relative;
    margin: 23px auto;
    margin-left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon3 span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 6px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 13px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.fs-40, .what-we-do_banner-text h2{
    font-size: 40px;
    line-height: 50px;
}
.fs-28, .what-we-do_banner-text h3, .mission-vision-content h3{
    font-size: 28px;
    line-height: 38px;
}
.fs-22, .what-we-do_banner-text p, .mission-vision-content li, .our-process-box p{
    font-size: 22px;
    line-height: 26px;
}
.mission-vision-content h4{
    font-size: 40px;
    line-height: 48px;
}
.who-we-are-banner{
    padding: 95px 0 65px;
    text-align: center;
}
.what-we-do_banner-text {
    max-width: 415px;
    margin: auto;
}
.what-we-do_banner-text h2{
    color: #707070;
    font-weight: 400;
}
.what-we-do_banner-text h3{
    margin: 50px 0 60px;
}
.what-we-do_banner-text p{
    font-weight: 500;
}
.our-process-box h3, .mission-vision-content h4, .what-we-do_banner-text h3, .our-services-tab-holder h2, .perspectives-holder h3, .start-new-business-box h3, .career-list-box h5{
    font-family: 'Montserrat', sans-serif;
}
.mission-block{
    padding: 65px 35px 45px 55px 
}
.mission-vision-content h4{
    font-weight: 400;
    margin: 5px 0 10px;
}
.mission-vision-content li {
    display: flex;
    align-items: end;
    margin-bottom: 15px;
}
.mission-vision-content li img{
    margin-right: 20px;
}
.half-balck-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    height: 100%;
    z-index: 1;
    transition: all .5s ease;
}
.animated .half-balck-bg {
    width: 50%;
    transition: all .5s ease;
}
.mission-vision-section .container{
    position: relative;
    z-index: 2;
}

.our-process-box img{
    max-width: 120px;
    margin-bottom: 30px;
}
.our-process-box{
    padding: 50px 35px;
}
.our-process-box h3{
    margin-bottom: 15px;
}
.what-we-do-sec {
    padding: 60px 0;
}
.row-reverse{
    flex-direction: row-reverse;
}
.our-services-tab-holder h2{
    font-size: 54px;
    line-height: 65px;
    font-weight: 900;
    text-transform: uppercase;
}
.our-services-tab-holder h2 a{
    color: #D8D8D8;
}
.our-services-tab-holder h2 a:hover{
    color: #000;
}
.our-services-tab-titles-box>ul>li{
    padding: 35px 0 10px;
    border-bottom: 2px solid #AF824C;
}
.our-services-tab-detail, .our-services-tab-detail-2{display: none;}
.our-services-tab-detail h2, .our-services-tab-detail-2 h2{
    max-width: 500px;
}
.our-services-tab-detail ul, .our-services-tab-detail-2 ul {
    display: flow-root;
    margin-bottom: 15px;
}
.our-services-tab-detail li, .our-services-tab-detail-2 li {
    color: #666666;
    font-family: var(--font-Playfair);
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.our-services-tab-detail p, .our-services-tab-detail-2 p, .what-we-do-sec h3, .what-we-do-sec p{
    color: #666666;
}
 .our-services-tab-detail p, .our-services-tab-detail-2 p, .what-we-do-content h4, .our-work-img{
    margin-bottom: 25px;
}
.what-we-do-sec h3, .what-we-do-sec p, .what-we-do-sec ul, .career-detail ul{
    margin-bottom: 15px;
}
.btn-style-2 , .btn-style-3{
    border: 1px solid rgba(175, 130, 76, 0.86);
    display: inline-block;
    padding: 19px 18px;
    min-width: 200px;
    text-align: center;
    color: #fff;
    position: relative;
}
.btn-style-2:before, .btn-style-3:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(175, 130, 76, 0.86);
    transition: all .3s ease;
}

.btn-style-2 span, .btn-style-3 span, .has-black-bg .container{
    position: relative;
    z-index: 2;
}
.btn-style-2:hover{
    color: rgba(175, 130, 76, 0.86);
}
.btn-style-2:hover:before{
    width: 0;
    transition: all .3s ease;
}
.btn-style-3{
    border: 1px solid #000;
    text-align: left;
    color: #000;
    font-weight: 500;
}
.btn-style-3:before{
    background: #000;
    width: 0;
}
.btn-style-3:hover{
    color: #fff;
}
.btn-style-3:hover:before{
    background: #000;
    width: 100%;
    transition: all .3s ease;
}



.white-text-all .btn-style-3{
    border: 1px solid #fff;
    color: #fff;
}
.white-text-all .btn-style-3:before{
    background: #fff;
}
.white-text-all .btn-style-3:hover span{
    color: #000 !important;
}
.white-text-all .btn-style-3:hover:before{
    background: #fff;
}


.our-team-detail{
    padding: 150px 0 20px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    background-image: linear-gradient(180deg, #ff000000, #000);
}
.our-team-box{   
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgb(0 0 0 / 14%);
    box-shadow: 0 6px 10px rgb(0 0 0 / 23%);
    margin: 15px 0;
}
.counter-holder {
    border-radius: 20px;
}
.counter-box{
    padding: 20px 0;
}
.counter-box img{
    max-width: 100px;
}
.perspectives-form input[type="email"]{
    max-width: 550px;
    margin: auto;
    width: 100%;
    background: transparent;
    padding: 15px;
    text-align: center;
    border-bottom: 2px solid #000;
}   
.perspectives-form input[type="submit"]{
    padding: 15px 30px;
    margin-top: 24px;
}
.perspectives-section {
    padding: 100px 0 50px;
}
.what-we-do-content{
    max-width: 550px;
}
.what-we-do-sec ul, .career-detail ul{
    margin-left: 20px;
    list-style-type: disc;
}
.what-we-do-sec ul li{
    font-weight: 500;
}
.what-we-do-sec a.btn-style-3{
    margin-top: 10px;
}

.what-we-do-sec.has-black-bg{
    text-align: right;
}

.what-we-do-sec.has-black-bg ul {
    max-width: 250px;
    text-align: left;
    float: right;
}
.has-black-bg{
    position: relative;
}
.has-black-bg:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #000;
    width: 0px;
    transition: all .5s ease;
}
.has-black-bg.animated:before{
    width: 100%;
    transition: all .5s ease;
}
.our-work-box{
    padding: 35px 0;
}
.our-work-box p, .our-work-box h3{
    color: #000000;
}
.our-work-box .our-work-img{
    overflow: hidden;
}
.our-work-box .our-work-img img{
    overflow: hidden;
}

.talk-to-us-right {
    padding: 35px 75px 50px;
}

.form-holder input[type="text"], .form-holder input[type="email"] , .form-holder textarea {
    background: transparent;
    border: 1px solid #000;
    width: 100%;
    padding: 10px;
}
.form-holder textarea {
    height: 200px;
}
.form-holder input[type="submit"] {
    display: inline-block;
    padding: 10px 30px;
    min-width: 150px;
    font-size: 18px;
    letter-spacing: 0.2px;
}
span.wpcf7-list-item {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
}

.wpcf7-list-item input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.wpcf7-list-item span {
  position: relative;
  cursor: pointer;
}

.wpcf7-list-item span:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #000000;
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%); */
    padding: 11px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.wpcf7-list-item input:checked + span:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 10px;
    width: 7px;
    height: 13px;
    border: solid #000;
    border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-radio .wpcf7-list-item span:before {
    border-radius: 50%;
    overflow: hidden;
}
.form-radio .wpcf7-list-item {
    width: 33%;
}
.form-radio .wpcf7-list-item input:checked + span:after {
    width: 16px;
    height: 16px;
    border: 0;
    background: #000;
    border-radius: 50%;
    left: 5px;
}

.talktous-img{
    height: 100%;
    width: 0px;
    object-fit: cover;
    object-position: right;
    transition: all .5s ease;
}
.animated .talktous-img{
    width: 100%;
    transition: all .5s ease;
}
.start-new-business-box {
    background: #fff;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    padding: 70px 80px;
}
.start-new-business-box p {
    color: #9F9F9F;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    white-space: nowrap;
}
.start-new-business-box h3{
    
    font-weight: 600;
    white-space: nowrap;
}
.talk-to-us-cont{
    padding: 20px 0;
}
.talk-to-us-cont p {
    color: #9F9F9F !important;
    margin-bottom: 0;
}
.career-cate-box {
    position: relative;
    display: inline-block;
    width: 100%;
}
.career-list-box {
    border-bottom: 1px solid #ababab;
    padding: 20px 15px;
}
.career-detail h3, .career-detail h4, .career-detail h5, .career-detail h6{
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.career-apply-form-holder {
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    border: 1px solid #c8c8c8;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    display: none;
    
    max-width: 800px;
    width: 100%;
}

.form-close {
    position: absolute;
    width: 35px;
    top: 20px;
    right: 20px;
}
.logo-footer{
		width: 70px;
	}
@media (max-width: 1400px){
    .menu-holder ul li a{
        font-size: 14px;
    }
}
@media (max-width: 1300px){
    .hb-text-title {
    font-size: 80px;
    }
    .home-banner>div {
        padding: 210px 10px 75px 10px;
    }
    .hb-text-subtitle {
    font-size: 55px;
    }
    .hb-bg-text {
    font-size: 450px;
    }
    .home-banner-right .hb-bg-text {
    left: 25px;
}
    .hb-text-left-subtitle {
    font-size: 30px;
    line-height: 40px;
    }
}
@media (max-width: 1210px){
    .menu-holder ul li a {
    padding: 28px 10px;
    }
     .tab-title {
    font-size: 104px;
    line-height: 135px;
    }
}
@media (max-width: 1199px){
    h1, .h1 {
    font-size: 40px;
    line-height: 50px;
}
    .our-services-tab-holder h2 {
    font-size: 36px;
    line-height: 40px;
    }
}
@media (max-width: 991px){
    h3 {
    font-size: 26px;
    line-height: 36px;
}
    .footer-widget{
        margin-bottom: 40px;
    }
    #nav-icon3{
        display: block;
    }
    .logo-holder {
        margin-left: 0;
    }
    header .col-lg-2{
    position: relative;
    z-index: 1000;
    background: #fff;
    }
    .menu-holder {
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    left: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    transform: translateY(-100%);
}
    .menu-holder.open {
        opacity: 1;
        visibility: visible;
        transition: all .5s ease;
        
        transform: translateY(0%);
    }
    .menu-holder ul{
        display: block;
    }
    .menu-holder.open #nav-icon3 span{
        background: #fff;
    }
     .hb-text-subtitle {
    font-size: 40px;
}
    .hb-text-title {
    font-size: 60px;
    line-height: 100px;
}
    .hb-text-left-subtitle {
    font-size: 24px;
    line-height: 36px;
}
    .hb-bg-text {
    font-size: 350px;
    right: 15px;
}
    .home-banner-right .hb-bg-text {
    left: 5px;
}
    .tab-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 100px;
    }
    .menu-holder ul li a {
    padding: 15px 15px;
    color: #fff;
    }
    .about-tab-content-text.p-21-all {
    padding-top: 0;
    margin-bottom: 40px;
}
    .p-21-all p {
    font-size: 18px;
    line-height: 26px;
}
    .mission-vision-content h4 {
    font-size: 32px;
    line-height: 40px;
}
    .fs-28, .what-we-do_banner-text h3, .mission-vision-content h3 {
    font-size: 24px;
    line-height: 32px;
}
    .what-we-do_banner-text h3 {
    margin: 30px 0 40px;
}
    .mission-block {
    padding: 50px 15px 40px 15px;
}
    .fs-22, .what-we-do_banner-text p, .mission-vision-content li, .our-process-box p {
    font-size: 18px;
    line-height: 22px;
}
    .our-process-box img {
    max-width: 80px;
    margin-bottom: 20px;
}
    .our-services-tab-holder {
    flex-direction: column-reverse;
}
    .our-services-tab-detail{
        display: none !important;
    }
    
    .our-services-tab-titles-box>ul>li:first-child .our-services-tab-detail-2{
        display: block;
    }
    .our-services-tab-detail-2 h2{
        margin-bottom: 20px;
    }
    .our-services-tab-detail-2 {
    padding: 50px 0;
}
    .btn-style-2 {
    padding: 15px 15px;
    min-width: 180px;
    }
    .our-services-tab-detail-2 H2, header:after{
        display: none;
    }
    .what-we-do-content {
    max-width: 100%;
    margin-top: 30px;
}
    .what-we-do-sec.has-black-bg {
    text-align: left;
}
    .what-we-do-sec.has-black-bg ul {
    max-width: 100%;
    text-align: left;
    float: none;
}
    .talktous-img {
    height: 420px;
    }
}

@media (max-width: 767px){
    body {
    padding-top: 80px;
}
    h2, .h2 {
    font-size: 30px;
    line-height: 40px;
}
    h3 {
    font-size: 22px;
    line-height: 32px;
}
   .hb-text-title {
    font-size: 30px;
    line-height: 70px;
}
    .hb-text-subtitle {
    font-size: 30px;
}
    .hb-text-left-subtitle {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -1px;
    margin-top: 10px;
}
    .hb-text-right-subtitle {
    font-size: 14px;
    margin-top: 80px;
}
    .home-banner>div {
    padding: 160px 5px 0px 5px;
}
    .home-banner {
    height: calc(100vh - 80px);
}
    .hb-bg-text {
    font-size: 210px;
    right: 5px;
}
    .about-tab-head a{
    font-size: 30px;
    white-space: nowrap;
}
    .about-tab-head a span {
    font-size: 18px;
}
   
    .p-21-all p {
    font-size: 16px;
    line-height: 26px;
}
   .tab-title {
    font-size: 70px;
    line-height: 100px;
       text-align: center;
}
    .our-services-tab-detail li, .our-services-tab-detail-2 li{
        width: 100%;
    }
    .our-process-box {
    padding: 30px 0;
}
    .our-process-box img {
    max-width: 70px;
}
    .half-balck-bg {
        height: 00%;
    }
    .animated .half-balck-bg {
    width: 100%;
    height: 50%;
}
    .counter-box img {
    max-width: 65px;
        margin-bottom: 5PX;
}
   .h1 {
    font-size: 32px;
    line-height: 45px;
}
    .start-new-business-box {
    bottom: 30px;
    border-radius: 30px;
    padding: 50px 40px;
}
    .start-new-business-box p{
        margin-bottom: 0px;
    }
    .talk-to-us-right {
    padding: 35px 20px 50px;
}
    span.wpcf7-list-item, .form-radio .wpcf7-list-item {
    width: 100%;
    }
	.client-section a{
	margin-bottom: 10px;
}
	
}
@media (max-width: 420px){
    .event-style-2-detail h3, .home-iima-today-style-1 h3, .home-research-box-2-detail h3{
       
        max-width: 300px;
        display: inline-block;
    }

    
} 

.ti-cursor:after{
	display: none !important;
}