@import url(https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@400;500;600;700;800&display=swap);
@font-face {
    font-family: gilroy-extrabold;
    font-style: normal;
    font-weight: 700;
    src: local('gilroy-extrabold'), url(../fonts/gilroy-extrabold-webfont.woff2) format('woff2'), url(../fonts/gilroy-extrabold-webfont.woff) format('woff2'), url(../fonts/Gilroy-ExtraBold.otf) format('otf');
}

@font-face {
    font-family: gilroy-light;
    font-style: normal;
    font-weight: 400;
    src: local('gilroy-light'), url(../fonts/gilroy-light-webfont.woff2) format('woff2'), url(../fonts/gilroy-light-webfont.woff) format('woff2'), url(../fonts/Gilroy-Light.otf) format('otf');
}

body,
html {
    height: 100%;
    font-family: gilroy-light;
    background: #f5f7fb
}

.carousel-item.active,
.carousel,
.item {
    height: 100vh
}

.carousel-inner {
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.carousel-caption {
    padding-bottom: 80px
}

h2 {
    font-size: 60px
}

p {
    font-weight: 400;
    max-width: 1204px;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 0.3px;
    position: relative;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: .6
}

.btn-transparent {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff
}

.btn-transparent:hover {
    background-color: #fff
}

.btn-rounded {
    border-radius: 70px
}

.btn-large {
    padding: 11px 45px;
    font-size: 18px
}

.ourFocus-section .slick-prev {
    left: -90px;
    z-index: 9;
    margin: 0 0;
    background: #fcce5e!important;
    border: solid 1px #fcce5e!important;
    height: 45px;
    width: 45px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ourFocus-section .slick-arrow:hover {
    background: #fcce5e;
}

.ourFocus-section .slick-next {
    right: auto;
    left: -90px;
    width: 45px;
    background: #fcce5e;
    border: solid 1px #fcce5e;
    height: 45px;
    width: 45px;
    margin: 60px 0 0 0;
}

.ourFocus-section .row-inner {
    padding-left: 0px;
}

.row-inner h1 {
    font-size: 60px
}

.life-section {
    padding: 0px 0px;
    background: #363738;
}

.life-title h2 {
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: 20px;
    height: 20px;
    text-align: center;
    color: #505152;
    font-size: 40px;
}

.life-title {
    position: relative;
    z-index: 9;
    height: 100%;
    background: #f5f7fb;
    width: 140px;
    left: 0;
    display: inline-block;
    padding: 40px 0px;
}

.life-inner .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0px 10px
}

.life-inner .slick-slide img {
    margin: 40px auto;
    display: block;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.life-inner .slick-slide.slick-center img {
    margin: 0 0;
    display: block;
    width: 100%
}

.life-inner {
    position: relative;
    padding: 0px 0px;
    margin: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .life-inner .row-inner {
    padding: 40px 0px;
    background: rgba(54, 55, 56, 0.9);
} */

.life-title .text {
    position: relative;
    text-align: center;
    padding: 0px 40px;
}

.row-inner-section {
    width: calc(100% - 0px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.work-with-us {
    position: relative;
    width: 350px;
    height: 100%;
    min-height: 100%;
}

.row-inner-main {
    width: calc(100% - 350px);
    display: inline-block;
}

.work-with h2 {
    font-size: 32px;
    color: #505152;
    padding-bottom: 30px;
    font-family: gilroy-extrabold;
}

.work-with .item-main {
    background: rgb(80, 81, 82);
    padding: 15px;
    box-shadow: inset 70px 0px 50px -30px rgb(54, 55, 56);
    border-radius: 5px;
}

.work-with .item-block p {
    font-size: 12px;
    letter-spacing: 1px;
    color: #b3b3b3
}

.map-address-block {
    display: flex;
    align-items: flex-start
}

.address-block {
    width: 550px;
    padding-right: 30px
}

.address-block ul {
    list-style: none
}

.address-block li {
    margin-bottom: 15px
}

.ulBlock-box {
    display: flex;
    align-items: flex-start
}

.contact-img {
    width: 18px;
    margin: 15px 15px
}

.li-title h6 {
    color: #313439;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin: 6px 0
}

.address-block ul {
    list-style: none;
    padding-left: 60px;
}

.social-theme li {
    display: inline-block;
    margin: 15px
}

.address-block li {
    margin-bottom: 15px
}

.social-theme .socialIcon {
    display: block;
    width: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-theme .socialIcon:hover {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.map-block {
    width: calc(100% - 550px)
}

.expertise-block,
.ourExpertise-section .item-main {
    -webkit-box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 31px 35px rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    margin-bottom: 20px;
    padding: 25px 15px;
    background: #fff
}
.ourExpertise-section .item-main{
    min-height: 248px;
    display: flex;
}
.ourExpertise-section .item-main p {
    margin: 0;
    padding: 0;
    min-height: 65px;
}

.ourExpertise-section .item-right {
    padding: 0 25px
}

.expertise-block h4 {
    margin: 40px 10px 10px 10px;
    font-size: 20px;
}

.expertise-block p {
    margin: 20px 10px 10px 10px;
    min-height: 200px;
}

.expertise-block img {
    max-width: 165px;
    margin: 30px auto 15px auto;
    display: block;
}

.ourExpertise-section {
    padding: 100px 60px;
}

.focus-block {
    margin: 0
}

.ourFocus-section .slick-slide {
    margin: 0 10px
}

.ourFocus-section .slick-slide img {
    display: block;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}

.focus-block h4 {
    background: #f4b41a;
    padding: 15px;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    border-radius: 0px 15px 0px 5px;
    color: #363738;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.ourFocus-section .title-block {
    margin-top: -49px;
}

.focus-para {
    background: none;
    /* padding: 20px 15px 30px 15px; */
    padding: 15px 0px;
}

.ourFocus-section {
    padding: 100px 0;
    background: #ffffff;
}

.slick-prev:before {
    content: "\f178"!important;
    font-family: 'Font Awesome 5 Pro'!important
}

.slick-next:before {
    content: "\f177"!important;
    font-family: 'Font Awesome 5 Pro'!important
}

.caption-text {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.caption-text-inner h3 {
    font-size: 50px;
    font-weight: 100;
    padding-bottom: 20px;
    font-family: gilroy-light;
    letter-spacing: 5px;
    padding-left: 5%;
}

.caption-text-inner span {
    letter-spacing: 10px;
    font-family: gilroy-extrabold;
    text-transform: uppercase;
    font-size: 75px;
    display: inline-block;
    margin-left: 10%;
    padding: 5px 30px;
}

.caption-text-inner b.codingo {
    opacity: 0.05;
}

.caption-text-inner p {
    font-weight: 100;
    font-size: 20px;
    font-family: gilroy-light;
    letter-spacing: 0.5px;
    padding-left: 10%;
    padding-top: 40px;
}

.caption-text-inner p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #5f5f60;
    left: -93%;
    top: 50px;
}

.carousel-caption {
    display: flex;
    height: 100vh;
    bottom: 0px !important;
    padding: 0px 80px;
    width: 100%;
    left: 0px !important;
    right: 0px !important;
}

.slider-image {
    display: flex;
    height: 100%;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    justify-content: center;
}

.row-expertise {
    height: 100%;
    align-items: center;
}

.ourFocus-section .row-inner p.main-text {
    background: #ffffff;
    padding: 5px 10px 0px 50px;
}

.ourFocus-section h1 {
    color: #bdbdbd;
    font-weight: 100;
    letter-spacing: 0.5px;
    padding: 0px 10px;
    font-size: 35px;
}

.ourFocus-section h1 span {
    display: block;
    text-align: right;
    font-family: gilroy-extrabold;
    color: #363738;
    font-size: 40px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.logo-website {
    position: fixed;
    top: 0px;
    left: 80px;
    z-index: 99;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.logo-website .logo {
    max-width: 175px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-top: 20px;
}

.ulBlock-box .li-icon {
    min-width: 50px;
    margin: 0px 0px;
    display: block;
}

.form-footer input,
.form-footer textarea {
    border: none;
    border-radius: 0px;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-bottom: solid 1px #565758;
    padding: 5px 0px;
    color: #fff !important;
}

.contact-footer {
    background: #363738;
    padding: 60px 75px;
}

.footer-title h4 {
    font-size: 35px;
    color: #ffffff;
}

.footer-title p {
    color: #f5f7fb;
}

.contact-footer h5 span {
    color: #ffffff;
    border-bottom: solid 3px #f4b41a;
    text-transform: uppercase;
}

.form-footer-main button {
    background: #f4b41a !important;
    border: solid 1px #f4b41a !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 8px 40px;
    color: #363738;
    box-shadow: none !important;
    outline: none !important;
}

.form-footer-main button:hover,
.form-footer-main button:visited,
.form-footer-main button:hover,
.form-footer-main button:active,
.form-footer-main button:focus {
    color: #f4b41a;
    border: solid 1px #515252 !important;
    background: #515252 !important;
}

.form-footer-main .form-group {
    position: relative;
    margin-bottom: 40px;
}

.form-footer-main .form-group label {
    position: absolute;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    left: 0px;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-group.focused label {
    top: -20px !important;
}

.form-group.blank label {
    top: 0px;
}


/**************************************** responsive design  R E S P O N S I V E  D E S I G N  responsive design ****************************************/

@media (min-width: 768px) and (max-width: 991px) {
    .work-with-us {
        position: relative;
        width: 100%;
        padding-left: 150px;
    }
    .address-block {
        width: 350px;
    }
    .map-block {
        width: calc(100% - 350px);
    }
}

@media (min-width: 100px) and (max-width: 767px) {
    .work-with-us {
        position: relative;
        width: 100%;
        padding-left: 150px;
    }
}


/**************************************** responsive design  R E S P O N S I V E  D E S I G N  responsive design ****************************************/

.logo-website.fixed .logo {
    max-width: 150px;
    background: #f5f7fb;
    padding: 10px 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    border: none;
    border-bottom: solid 3px #f4b41a !important;
    text-transform: uppercase;
    background-color: transparent;
    background: none;
    display: inline-block;
}

.nav-tabs .nav-item {
    font-size: 20px;
    font-weight: 500;
    padding: 0px 0px 0px 0px;
    width: 33.33333%;
    display: inline-block;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs a {
    padding: 0px;
    border: none !important;
    color: #ffffff;
}

.nav-tabs li:nth-child(2) a {
    padding: 0px 0px 0px 10px;
}

.nav-tabs li:nth-child(3) a {
    padding: 0px 0px 0px 20px;
}

.slider-header {
    background-image: url(../img/banner/banner.jpg);
    background-position: center center;
    background-size: cover;
}

.slider-image img {
    padding: 50px;
    height: 100%;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
}

.focus-para p {
    /* min-height: 140px; */
    margin: 0px;
    padding: 0px 30px 0px 0px;
}

.who-we-are-main {
    max-width: 80%;
    margin: 0 auto;
}

.ourFocus-section .slick-track {
    display: block;
}


/* .slick-slide.slick-current.slick-active
{
	background: #1b1b1b;	
}
.life.slider:before{
	content: "";
	background: red;
	width: 100px;
	height: 100px;
} */

.row-inner-main {
    background-image: url(../img/banner/life-banner.jpg);
    background-position: center center;
    background-size: cover;
    padding: 0px 0px 20px 0px;
}

.work-with {
    padding: 40px 40px;
}

.work-with-us:before {
    content: "";
    width: 100%;
    height: 50px;
    background: #363738;
    position: absolute;
    top: -50px;
    z-index: 9;
    left: 0px;
    border-radius: 0px 0px 0px 0px;
}

.row-inner-main h3 {
    font-size: 35px;
    letter-spacing: 1px;
    color: #4c4d4e;
    padding: 3% 0px 0px 2%;
    display: inline-block;
    font-family: gilroy-light;
}

.row-inner-main h3 span {
    font-family: gilroy-extrabold;
    color: #f4bd36;
}

.work-with h5 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.item-left img {
    max-width: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider-image {
        justify-content: flex-end;
    }
    .caption-text-inner p {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-inner-main {
        width: calc(100% - 250px);
    }
    .work-with {
        padding: 40px 20px !important;
    }
    .work-with-us {
        padding-left: 0px !important;
        position: relative;
        width: 100%;
    }
    .caption-text-inner h3 {
        font-size: 30px;
        margin: 0px;
        padding-bottom: 0px;
    }
    .caption-text-inner span {
        font-size: 48px;
    }
    .slider-image {
        width: 40%;
        justify-content: flex-end;
    }
    .caption-text-inner p {
        font-size: 16px;
        padding-left: 10%;
        padding-top: 40px;
        width: 74%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .map-address-block {
        display: block;
    }
    .map-block {
        width: 100%;
        padding: 55px;
    }
    .address-block {
        width: 100%;
        padding-right: 0px;
    }
    .ourFocus-section .row-inner p.main-text {
        padding: 5px 0px 0px 0px;
    }
    .ourFocus-section h1 {
        margin-left: 0px !important;
        padding: 0px;
    }
    .ourFocus-section h1 span {
        text-align: left;
    }
    .ourExpertise-section {
        padding: 100px 42px !important;
    }
    .contact-footer {
        padding: 60px 55px;
    }
    .work-with {
        padding: 40px 20px !important;
    }
    .work-with-us {
        padding-left: 0px !important;
        position: relative;
        width: 100%;
    }
    .row-inner-main {
        width: calc(100% - 250px);
    }
    .who-we-are-main .who-we-are {
        display: block !important;
    }
    .ourFocus-section h1 {
        font-size: 25px;
        max-width: 122px;
        margin-left: 40px;
    }
    .slider-image {
        width: 100%;
        justify-content: center;
    }
    .caption-text-inner h3 {
        font-size: 25px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding-top: 5%;
    }
    .caption-text-inner span {
        font-size: 55px;
    }
    .caption-text-inner p {
        padding-top: 10px;
    }
    .caption-text-inner p:before {
        top: 20px;
    }
    .slider-image img {
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 4000px) {
    .ourFocus-section h1 {
        font-size: 25px;
        min-width: 104px;
        padding: 0px;
    }
}

@media (min-width: 100px) and (max-width: 575px) {
    .slider-image img {
        opacity: 0.4;
    }
    .who-we-are-main {
        max-width: 90%;
    }
    .row-inner-section {
        width: calc(100% - 0px);
        display: block;
    }
    .row-inner-main {
        width: 100%;
        display: inline-block;
    }
    .row-inner-main h3 {
        font-size: 25px !important;
        padding: 30px 0px 0px 15px !important;
    }
    .work-with-us {
        padding-left: 0px !important;
        position: relative;
        width: 100%;
    }
    .work-with-us:before {
        height: 0px !important;
    }
    .carousel-caption {
        padding: 0px 0px;
    }
    .who-we-are-main .who-we-are {
        display: block !important;
    }
    .ourFocus-section h1 {
        font-size: 25px;
        max-width: 122px;
        margin-left: 0px;
        padding: 0px;
    }
    .ourFocus-section h1 span {
        text-align: left;
    }
    .ourExpertise-section {
        padding: 100px 0px;
    }
    .work-with {
        padding: 40px 15px;
    }
    .address-block ul {
        list-style: none;
        padding: 0px !important;
    }
    .contact-img {
        margin: 15px 15px 15px 0px;
    }
    .ulBlock-box .li-icon {
        min-width: 35px;
    }
    .social-theme li {
        margin: 15px 15px 15px 0px;
    }
    .contact-footer {
        padding: 60px 15px;
    }
    .nav-tabs .nav-link {
        font-size: 15px;
        letter-spacing: 2.5px;
    }
    .address-block {
        width: 100%;
        padding: 15px !important;
    }
    .ourFocus-section .row-inner p.main-text {
        padding: 5px 0px 0px 0px;
    }
    .slider-image {
        width: 100%;
        justify-content: center;
    }
    .caption-text-inner h3 {
        font-size: 15px;
        padding-bottom: 5%;
        margin-bottom: 0px;
        padding-top: 5%;
        padding-left: 15%;
    }
    .caption-text-inner span {
        font-size: 45px;
        letter-spacing: 5px;
        padding: 0px 0px 0px 0px !important;
        margin: 0px 0px 0px 10px;
    }
    .caption-text-inner p {
        padding-top: 0px;
        font-size: 12px;
        padding-right: 10%;
        margin: 0px;
        line-height: 18px;
    }
    .caption-text-inner p:before {
        top: 12px;
        height: 2px;
    }
    .slider-image img {
        padding: 0px;
    }
}