:root {
    --primaryclr: #15161a;
    --secondaryclr: #cbbb46;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('../fonts/GothamNarrow-Medium.woff2') format('woff2'),
        url('../fonts/GothamNarrow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Helvetica CE';
    src: url('../fonts/HelveticaCE-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaCE-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica CE';
    src: url('../fonts/HelveticaCE-Regular.woff2') format('woff2'),
        url('../fonts/HelveticaCE-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Wellingtons';
    src: url('../fonts/TTWellingtons-Bold.woff2') format('woff2'),
        url('../fonts/TTWellingtons-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Wellingtons';
    src: url('../fonts/TTWellingtons-Medium.woff2') format('woff2'),
        url('../fonts/TTWellingtons-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    background: var(--bs-white);
    width: 100%;
    height: 100%;
}

p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4f4f4f;
}

a {
    text-decoration: none;
}

.form-control:focus {
    box-shadow: none;
}

.main-heading {
    margin-bottom: 60px;
}

.main-heading h3 {
    color: var(--secondaryclr);
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 30px;
}

.main-heading h3 span {
    color: var(--primaryclr);
}

.main-heading mark {
    background: var(--secondaryclr);
    border-radius: 10px;
    color: var(--bs-white);
    padding: 5px 15px;
}

.main-heading p {
    margin-bottom: 35px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4f4f4f;
}

.fillbtn {
    background: var(--secondaryclr);
    border-radius: 30px;
    border: none;
    padding: 11px 35px;
    color: var(--bs-white);
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.fillbtn:hover {
    color: var(--primaryclr);
}

/* Header */

.navbar{
    background: var(--bs-white);
}
.navbar .container-fluid {
    max-width: 1680px;
    position: relative;
    z-index: 9999;
}
.navbar .nav-item {
    margin: 0 25px;
}
.navbar .nav-item .nav-link{
    padding: 0;
    font-family: 'Gotham Narrow';
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link.active{
    color: #000;
}
.navbar .request-btn{
    background: #fcfaf3;
    border: 1px solid var(--secondaryclr);
    color: var(--bs-black);
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 25px;
    transition: all 0.3s ease-in-out;
}
.navbar .request-btn:hover{
    background: var(--secondaryclr);
}


.navbar .request-btn {
    animation: 3s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
    -webkit-animation: 3s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
    box-shadow: 0 0 0 2px #cbbb46;
}
.navbar .request-btn {
    animation: 3s cubic-bezier(.25, 0, 0, 1) 3s infinite pulsesmall;
    -webkit-animation: 3s cubic-bezier(.25, 0, 0, 1) 3s infinite pulsesmall;
    box-shadow: 0 0 0 1px #cbbb46
}
/* .navbar .request-btn{
    box-shadow: 0 0 0 2px #cbbb46
} */
@-webkit-keyframes pulse {
    100% {
        box-shadow: 0 0 0 18px rgba(203, 187, 70, 0)
    }
}

@-webkit-keyframes pulsesmall {
    100% {
        box-shadow: 0 0 0 18px rgba(203, 187, 70, 0)
    }
}






.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler {
    border: none;
    border-radius: 0;
    padding: 0;
}
.desktop-menu{
    display: flex;
    align-items: center;
}
.desktop-menu .request-btn{
    margin-left: 30px;
}
.navbar-toggler svg path{
    transition: all 0.3s ease-in-out;
}
.navbar-toggler:hover svg path{
    fill: var(--secondaryclr);
}
.navbar-toggler:hover svg path:nth-child(2){
    transform: translateX(-10px);
}
.offcanvas .navbar-nav {
    margin: 0px 0 20px 0;
    width: 100%;
}
.offcanvas .navbar-nav .nav-item {
    margin: 0;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.offcanvas .navbar-nav .nav-item:last-child {
    border-bottom: none;
}
.offcanvas .navbar-nav .nav-item .nav-link {
    font-size: 22px;
    padding: 10px 0px;
}
.offcanvas .btn-close{
    margin: -16px;
    background-color: var(--secondaryclr);
    width: 25px;
    height: 25px;
    border-radius: 0;
    opacity: 1;
    font-size: 14px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.call-info{
    position: absolute;
    right: 38px;
    bottom: -10px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-style: italic;
    display: flex;
    align-items: center;
    color: #333333;
    z-index: 999;
}
.call-info img{
    margin-right: 8px;
}
.call-info a{
    color: #333333;
    transition: all 0.3s ease-in;
}
.call-info a:hover{
    color: var(--secondaryclr);
}
.offcanvas {
    background-color: #000;
}
.offcanvas .navbar-nav .nav-link {
    color: #fff;
}
.offcanvas .navbar-nav .nav-link:hover {
    color: #d3b950;
}
.offcanvas .navbar-nav .nav-item .nav-link:hover, .offcanvas .navbar-nav .nav-item .nav-link.active{
    color: #d3b950;
}

.offcanvas.offcanvas-end {
    width: 100%;
    transition: 2s;
}
.offcanvas-header {
    justify-content: flex-end;
}
.offcanvas-body {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
/* Header */
/*==============*/
.offcanvas .navbar-nav .nav-item .nav-link {display: inline-block;}
.offcanvas .navbar-nav .nav-item .nav-link span{ -webkit-transition: color ease-out 0.5s;-moz-transition: color ease-out 0.5s;-ms-transition: color ease-out 0.5s;-o-transition: color ease-out 0.5s;transition: color ease-out 0.5s;display: inline-block;}

.anim-menu {-webkit-animation:menu alternate 2 0.5s ease-in;-moz-animation:menu alternate 2 0.5s ease-in;-ms-animation:menu alternate 2 0.5s ease-in;-o-animation:menu alternate 2 0.5s ease-in;animation:menu alternate 2 0.5s ease-in;}

@-webkit-keyframes menu{
	0% {-webkit-transform:translateY(0)}
	100% {-webkit-transform:translateY(-4px)}
}@-moz-keyframes menu{
	0% {-moz-transform:translateY(0)}
	100% {-moz-transform:translateY(-4px)}
}@-ms-keyframes menu{
	0% {-ms-transform:translateY(0)}
	100% {-ms-transform:translateY(-4px)}
}@-o-keyframes menu{
	0% {-o-transform:translateY(0)}
	100% {-o-transform:translateY(-4px)}
}@keyframes menu{
	0% {transform:translateY(0)}
	100% {transform:translateY(-4px)}
}
/*================*/

/*=================*/

/*==================*/

/* Social Media */

.socialmedia{
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
    text-align: center;
}
.socialmedia .s-links{
    display: flex;
    flex-direction: column;
}
.socialmedia .s-links a{
    margin-bottom: 5px;
    color: var(--bs-black);
    font-size: 16px;
    /* text-shadow: 0 0px 1px #fff; */
    transition: all 0.3s ease-in;
}
.socialmedia .s-links a:hover{
    color: var(--secondaryclr);
}
.socialmedia h6{
    color: var(--bs-black);
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    margin:30px 0 40px;
    transform: rotate(-90deg);
}
/* Social Media */

/* Hero Banner */

.hero-banner{
    position: relative;
    max-width: 1630px;
    padding: 30px 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}
.hero-banner .left-block{
    width: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 11;
    mix-blend-mode: multiply;
}
.hero-banner .hero-text{
    max-width: 815px;
    position: absolute;
    left: 10%;
    top: 50%;
    z-index: 111;
    transform: translate(0%, -50%);
}
.hero-banner .hero-text h1{
    font-family: 'TT Wellingtons';
    font-size: 54px;
    font-weight: bold;
    color: var(--bs-white);
    margin-bottom: 20px;
}
.hero-banner .hero-text p{
    font-family: 'TT Wellingtons';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    max-width: 560px;
}
.hero-banner .hero-text ul {
    padding: 15px 0;
}
.hero-banner .hero-text ul li{
    background: url(../images/cricle.png) no-repeat left center;
    list-style: none;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--bs-white);
    line-height: 36px;
    padding-left: 30px;
}
.hero-banner .hero-text a.startbtn{
    background: var(--primaryclr);
    color: var(--bs-white);
    border-radius: 30px;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 52px;
    transition: all 0.3s ease-in;
}
.hero-banner .hero-text a.startbtn i{
    padding-left: 10px;
}
.hero-banner .hero-text a.startbtn:hover{
    color: var(--secondaryclr);
}
.hero-banner .left-block:after{
    content: "";
    background: #d3b950;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
}
.hero-banner .right-block{
    width: 60%;
}
.hero-banner .right-block .video-block {
    position: relative;
    overflow: hidden;
}
.hero-banner .right-block .video-block .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.hero-banner .right-block .video-block .img-fluid{
    width: 100%;
    height: auto;
    animation: animateAmbient 30s linear infinite;
}
@keyframes animateAmbient{
  0%{
    transform:rotate(0) translate(1em) rotate(0) scale(1.1)
  }
  to{
    transform:rotate(360deg) translate(1em) rotate(-360deg) scale(1.1)}
  }
.hero-banner .right-block .company-logos{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 65px 0;
}

.hero-banner .modal-content{
    border-radius: 3px;
    border: none;
}
.hero-banner .modal-content .btn-close{
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: var(--secondaryclr);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    opacity: 1;
    font-size: 14px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.hero-banner .modal-content .btn-close:hover{
    opacity: 0.8;
}

/* Hero Banner */

/* About */

.about{
    background: url(../images/aboutbg.jpg) no-repeat center center / cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 90px 0 70px;
    overflow: hidden;
}

.about h3{
    max-width: 420px;
    position: relative;
    margin-bottom: 40px;
}
.about h3:after{
    content: "";
    background: var(--secondaryclr);
    height: 2px;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.about p{
    color: var(--bs-white);
    font-size: 24px;
    line-height: 48px;
    font-weight: 300;
}
.about .fillbtn{
    width: 234px;
    text-align: center;
    color: var(--primaryclr);
}
.about .fillbtn:hover{
    color: var(--bs-white);
}
/* About */


/* Solutions */

.solutions{
    padding: 80px 0 120px;
    overflow: hidden;
}
.solutions .container{
    max-width: 1240px;
}
.solutions .main-heading p{
    max-width: 980px;
    margin: 0 auto;
    font-weight: 300;
}
.solutions-row .solutions-col{
    background: var(--bs-white);
    padding:38px 25px 45px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    height: 100%;
}
.solutions-row .solutions-col:after{
    content: "";
    background: var(--secondaryclr);
    width: 53px;
    height: 50px;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.solutions-row .solutions-col:hover:after, .team__person_active .solutions-col:after{
    opacity: 1;
    transform: translate(-10px, -10px);
}
.solutions-row .solutions-col h4{
    color: #15161a;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 33px 0 0;
}
.solutions-row .solutions-col:hover, .team__person_active .solutions-col{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
}
/* Solutions */


/* Team */

.team{
    display: flex;
    align-items: center;
    overflow: hidden;
}
.team > *{
    width: 100%;
    max-width: 50%;
    flex: 0 0 100%;
    padding: 50px 130px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.team .left-part{
    background: url(../images/teambg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s;
    background-position: top right;
}

.team .right-part{
    background: url(../images/teambg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s;
}
.team > * h4{
    color: var(--bs-white);
    font-size: 48px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px;
}
.team .fillbtn{
    width: 234px;
    color: var(--primaryclr);
    text-transform: inherit;
}
.team .fillbtn:hover{
    color: var(--bs-white);
}
.team .right-part .fillbtn{
    background: var(--bs-black);
    color: var(--bs-white);
}
.team .right-part .fillbtn:hover{
    color: var(--secondaryclr);
}
/* Team */


/* Industries */

.industries{
    padding: 80px 0;
    overflow: hidden;
}
.industries .container{
    max-width: 1215px;
}
.industries .main-heading p{
    max-width: 980px;
    margin: 0 auto;
    font-weight: 300;
}
.industries .industries-block{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.industries .industries-block .icon{
    flex-shrink: 0;
    margin-right: 15px;
}
.industries .industries-block h4{
    color: var(--secondaryclr);
    font-size: 24px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
}
.industries .info-para{
    background: var(--secondaryclr);
    padding: 25px 60px;
    color: var(--bs-black);
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    margin:40px 0 0 0;
    text-align: center;
}

/* Industries */


/* Workflow */

.workflow{
    background: var(--primaryclr);
    padding: 70px 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.workflow .container{
    max-width: 1234px;
}
.workflow .main-heading p{
    color: var(--bs-white);
    max-width: 990px;
    margin: 0 auto;
}
.workflow:after{
    content: "";
    border: 1px solid var(--secondaryclr);
    position: absolute;
    bottom: 33%;
    width: 100%;
    z-index: -1;
}
.workflow .work-process .process-block{
    height: 100%;
    position: relative;
    text-align: center;
    padding: 60px 10px 30px;
    background: var(--bs-white);
    border: 1px solid var(--secondaryclr);
    transition: all 0.3s ease-in-out;
}
.workflow .work-process .process-block::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #cbbb46;
    height: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.workflow .work-process .process-block:hover::before{
    height: 100%;
}
.workflow .work-process .process-block img{
  transition: all 0.3s ease-in-out;
}
.workflow .work-process .process-block:hover img{
   filter: invert();
}
.workflow .work-process .process-block:hover h5{
   color: #fff;
}
.workflow .work-process .process-block:hover{
    transform: scale(1.05);
}
.workflow .work-process .process-block h5{
    color: var(--primaryclr);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    margin: 50px 0 0;
    transition: all 0.3s ease-in-out;
}
.workflow .work-process .process-block .number{
    background: var(--secondaryclr);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    border-radius: 50%;
    width: 41px;
    height: 41px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
        margin: 0 auto;
}


/* Workflow */

/* Page Success */

.page-success{
    padding: 90px 0;
    overflow: hidden;
}
.page-success .container{
    max-width: 1430px;
}
.page-success .pagesucess-block{
    text-align: center;
    padding: 5px;
    position: relative;
}
.page-success .pagesucess-block h5{
    color: var(--secondaryclr);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    margin: 15px 0 20px;
}
.page-success .pagesucess-block h5 span{
    display: block;
}
.page-success .pagesucess-block p{
    color: #4f4f4f;
}
.page-success .pagesucess-block .line{
    position: absolute;
    width: 100%;
    transform: translate(17%, 0%);
}
.img-animation{
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* Page Success */


/* Plans */
section.pricing-plan {
    overflow: hidden;
}
.plans {
    background: var(--primaryclr);
    padding: 45px 0 150px;
}

.plans .container {
    max-width: 1145px;
    position: relative;
}

.plans-row {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: -125px;
}

.plans-row .plans-block {
    background: var(--bs-white);
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -3px 4px 7px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    transition: 1s;
}
.plans-row .plans-block:hover {
  transform: scale(1.03);
}

.plans-row .plans-block .plan-header {
    background: var(--secondaryclr);
    padding: 40px 10px;
    text-align: center;
    font-family: 'Helvetica CE';
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1b1b1b;
    position: relative;
}
.plans-row .plans-block .plan-header .offer{
    background: var(--bs-white);
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Helvetica CE';
    width: 150px;
    text-align: center;
    position: absolute;
    right: -35px;
    top: 22px;
    transform: rotate(45deg);
}

.plans-row .plans-block .plan-content {
    position: relative;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plans-row .plans-block .plan-content .plan-value {
    text-align: center;
    padding:10px 0 25px 0;
}

.plans-row .plans-block .plan-content .plan-value h4 {
    color: #1b1b1b;
    font-family: "Lato", sans-serif;
    font-size: 86px;
    font-weight: 900;
}
.plans-row .plans-block .plan-content .plan-value h4 span{
    font-size: 36px;
    vertical-align: super;
}
.plans-row .plans-block .plan-content .plan-value h5 {
    color: #000;
    font-family: 'Helvetica CE';
    font-size: 17px;
    font-weight: normal;
}
.plans-row .plans-block .plan-content .list-group .list-group-item{
    border-style: dashed;
    border-color: #1a3662;
    padding: 8px 10px;
    color: #000;
    font-family: 'Helvetica CE';
    font-size: 15px;
    font-weight: normal;
    display: flex;
    align-items: center;
}
.plans-row .plans-block .plan-content .list-group{
    margin-bottom: 40px;
}
.plans-row .plans-block .plan-content .list-group .list-group-item i{
    color:#06283d;
    margin-right: 5px;
    font-size: 20px;
}
.plans-row .list-group-flush>.list-group-item:last-child {
    border-bottom-width: 1px;
}
.plans-row .plans-block .plan-content a{
    text-align: center;
    width: 204px;
    padding: 13px 15px 9px;
    font-family: 'Helvetica CE';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primaryclr);
    background: var(--secondaryclr);
    border-radius: 3px;
    margin: auto auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.plans-row .plans-block .plan-content a i{
    position: absolute;
    right: 10px;
    top: 10px;
    color: var(--bs-white);
    font-size: 30px;
    transition: all 0.3s ease-in-out;
}
.plans-row .plans-block .plan-content a:hover i{
    right: 30px;
}
.plans-row .plans-block .plan-content a:hover {
    color: var(--bs-white);
}
/* Plans */


/* Expertise */

.expertise {
    padding: 80px 0;
    overflow: hidden;
}

.expertise .container {
    max-width: 1190px;
}

.expertise .expertise-block {
    background: var(--bs-white);
    padding: 35px 25px 25px 25px;
    box-shadow: 0 0px 59px rgba(0, 0, 0, 0.23);
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.expertise .expertise-block .exp-icon {
    margin-right: 20px;
    flex-shrink: 0;
}

.expertise .expertise-block .exp-detail {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.expertise .expertise-block .exp-detail h6 {
    color: #272727;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}

.expertise .expertise-block .exp-detail h5 {
    color: #272727;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.expertise .expertise-block .exp-detail p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    color: #272727;
}

.expertise .expertise-block .exp-detail a {
    background: var(--bs-white);
    border: 1px solid var(--secondaryclr);
    padding: 13px 20px;
    border-radius: 3px;
    color: var(--bs-black);
    font-family: 'Helvetica CE';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-top: auto;
    width: 250px;
    max-width: 250px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.expertise .expertise-block .exp-detail a:hover {
    background: var(--secondaryclr);
}

/* Expertise */


/* Why KDS */

.why-kds {
    background: var(--primaryclr);
    padding: 70px 0 0;
    overflow: hidden;
}

.why-kds .container {
    max-width: 1215px;
}
img.img-fluid.mx-auto.d-block{
      animation: animateAmbient 30s linear infinite;
}
.kaaf-target h5 {
    font-family: "Lato", sans-serif;
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}
.kaaf-target img{
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.kaaf-target .text-center {
    margin-bottom: 70px;
}

/* Why KDS */

/* clients */
.our-clients {
    padding: 80px 0 100px;
    overflow: hidden;
}

.our-clients .container {
    max-width: 1215px;
}

.our-clients .client-img {
    margin-bottom: 15px;
}

.our-clients .client-img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    width: auto;
}
.our-clients .owl-carousel .owl-item img {
    width: auto;
}

/* clients */

/* consultation */

.consultation {
    background: var(--primaryclr);
    padding: 45px 0 85px;
    overflow: hidden;
}

.consultation .container {
    max-width: 1170px;
}

.consultation p {
    color: #fff;
    margin: 0 0 10px;
}

.consultation p.para-large {
    font-size: 18px;
    font-weight: 700;
}

.consultation .consultation-serv {
    text-align: center;
}

.consultation .consultation-serv h4 {
    color: var(--bs-white);
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 15px;
}

.consultation .consultation-serv p {
    padding: 0 25px;
    margin: 0;
}

/* consultation */

/* awards */
.awards {
    padding: 55px 0 85px;
    overflow: hidden;
}

.awards .container {
    max-width: 1215px;
}

.awards p.para-large {
    color: #0f0f0f;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 30px;
    max-width: 966px;
    margin: 0 auto;
    line-height: normal;
}

.awards .awards-img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* awards */

/* Contact Info */

.contact-info {
    background: var(--primaryclr);
    padding: 50px 0 35px;
    overflow: hidden;
}

.contact-info .container {
    max-width: 1170px;
}

.contact-info .main-heading h3 {
    font-size: 37px;
}

.contact-info .contact-dtl {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.contact-info .contact-dtl .flag-icon {
    flex-shrink: 0;
    margin-right: 20px;
}

.contact-info .contact-dtl .contact-type a {
    font-family: "Lato", sans-serif;
    color: var(--bs-white);
    font-size: 24px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
    display: block;
}

.contact-info .contact-dtl .contact-type a:hover {
    color: var(--secondaryclr);
}

.contact-info .contact-dtl .contact-type address {
    font-family: "Lato", sans-serif;
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 400;
    max-width: 230px;
}

.contact-info .form-control {
    padding: 5px 15px;
    height: 48px;
    border-radius: 3px;
    background: var(--bs-white);
    color: #747474;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.contact-info textarea {
    min-height: 140px;
    resize: none;
}

.contact-info .fillbtn {
    width: 234px;
}

/* Contact Info */


/* Insights Css */

.insights {
    padding: 83px 0 48px;
    overflow: hidden;
}

.insights .container {
    max-width: 1170px;
}

.insights .card-img-item {
    width: 100%;
    max-height: 195px;
    object-fit: cover;
}

.insights .card-body {
    padding: 15px 0;
}

.insights .post-dtl {
    display: flex;
    align-items: center;
    color: #9a9a9a;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.insights .card-body p {
    color: #4f4f4f;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.insights .fillbtn {
    width: 186px;
}


/* Insights Css */


/* Footer Css */

footer {
    background: var(--primaryclr);
    padding: 70px 0;
}

footer .container {
    max-width: 1170px;
}

footer .social-link {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

footer .social-link a {
    font-size: 30px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    margin:0 15px;
}

footer .social-link a:hover {
    color: var(--secondaryclr);
}

footer p {
    color: var(--bs-white);
    font-size: 14px;
    font-weight: 300;
    margin: 30px 0 0;
    font-family: "Lato", sans-serif;
}

footer h5 {
    color: var(--bs-white);
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.f-links a {
    color: var(--bs-white);
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 36px;
    transition: all 0.3s ease-in-out;
}

.f-links a:hover {
    color: var(--secondaryclr);
}

/* Footer Css */
:root{
  --size:clamp(10rem, 1rem + 40vmin, 30rem);
  --gap:calc(var(--size) / 14);
  --duration:60s;
  --scroll-start:0;
  --scroll-end:calc(-100% - var(--gap));
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap:var(--gap);
}
.marquee_group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap:var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}
.marquee-reverse .marquee_group {
  animation-direction: reverse;
  animation-delay: -3s;
}
@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
.logoright-side{
  margin-bottom: 30px;
}


.menuright {
    width: 100%;
}
.phonenumber {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #fff;
}
.phonenumber a{
  color: #fff;
}

.phonenumber a:hover{
  color: #d3b950;
}



/* Company Page Css */
.inner-banner {
    position: relative;
    margin-top: 20px;
    box-shadow: 0px 3px 54px 0px rgba(0, 0, 0, 0.40);
}

.inner-banner .upper-text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.inner-banner .upper-text h1 {
    font-family: 'TT Wellingtons';
    font-size: 48px;
    font-weight: bold;
    color: var(--secondaryclr);
    text-transform: uppercase;
    margin: 0;
}

.studio-team {
    padding: 130px 0 80px;
    box-shadow: 0px 3px 54px rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

.studio-team .small-text {
    font-size: 34px;
    display: block;
    color: var(--secondaryclr);
}

.studio-team .main-heading {
    margin-bottom: 30px;
}

.studio-team-boxs {
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
}

.studio-team-pics .rstyle-sec {
    position: relative;
    text-align: center;
    height: 200px;
    width: 200px;
    margin: 10px 5px;
    border-radius: 50px 0px 50px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0px 3px 54px rgba(0, 0, 0, 0.40);
}

.studio-team-pics .rstyle1 {
    border-radius: 0px 50px;
}

.studio-team-pics .rstyle2 {
    border-radius: 0px 50px;
}

.studio-team-pics .rstyle5 {
    background: #ffffff;
    border-radius: 0px 50px;
    height: 175px;
    width: 175px;
    position: absolute;
    transform: rotate(-180deg);
    border: 3px solid var(--secondaryclr);
    margin: 0;
    padding: 10px;
}

.studio-team-pics .rstyle5 img {
    transform: rotate(45deg);
    width: 100%;
}

.studio-team-pics .pic-box {
    transform: rotate(-90deg);
    height: 200px;
    width: 200px;
}

.studio-team-pics .pic-box img {
    transform: translate(-46px, -46px) rotate(45deg);
}

.studio-team-boxs .logo-box {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    left: 50%;
    right: 0;
    text-align: center;
    justify-content: center;
    display: flex;
    height: 186px;
    width: 186px;
    transition: all 0.3s ease-in;
    animation-name: zoomInAnimation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.studio-team-boxs:hover .logo-box {
    transform: translate(-50%, -50%) rotate(90deg) scale(1.1);
}

@keyframes zoomInAnimation {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(1);
        -moz-transform: translate(-50%, -50%) rotate(90deg) scale(1);
        -o-transform: translate(-50%, -50%) rotate(90deg) scale(1);
        -ms-transform: translate(-50%, -50%) rotate(90deg) scale(1);
        transform: translate(-50%, -50%) rotate(90deg) scale(1)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(1.2);
        -moz-transform: translate(-50%, -50%) rotate(90deg) scale(1.2);
        -o-transform: translate(-50%, -50%) rotate(90deg) scale(1.2);
        -ms-transform: translate(-50%, -50%) rotate(90deg) scale(1.2);
        transform: translate(-50%, -50%) rotate(90deg) scale(1.2)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(1);
        -moz-transform: translate(-50%, -50%) rotate(90deg) scale(1);
        -o-transform: translate(-50%, -50%) rotate(90deg) scale(1);
        -ms-transform: translate(-50%, -50%) rotate(90deg) scale(1);
        transform: translate(-50%, -50%) rotate(90deg) scale(1)
    }
}

.our-team {
    padding: 80px 0;
}

.team-member-block {
    padding: 10px;
    transition: all 0.3s ease-in;
    background: #fff
}
.team-member-pic {
    display: flex;
    justify-content: center;

    margin: 0 auto 15px auto;
    position: relative;
}
.team-member-pic .pic-holder{
    background: var(--secondaryclr);
    padding: 20px 0 0 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}
.team-member-pic .image-overlay {
    opacity: 0;
    position: absolute;
    top: -10px;
    left: -15px;
    width: 108%;
    height: 108%;
    background: url(../images/color-circle.webp) no-repeat center center;
    background-size: contain;
    z-index: 2;
    transition: opacity 0.3s ease-in-out;
    animation: spin 2s linear infinite
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}
.team-member-pic:hover .image-overlay {
     opacity:1;
}
.team-member-pic img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: 0 0;
}

.team-member-block h5 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: var(--primaryclr);
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.team-member-block h6 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: var(--primaryclr);
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 5px;
    opacity: 0.9;
}

/* Company Page Css */

/* Portfolio Page Css */
.weblink-Block figure {
    margin-bottom: 0px;
    overflow: hidden;
}
.our-portfolio{
    position: relative;
    padding: 80px 0;
}
.our-portfolio .container{
    max-width: 1380px;
}
.our-portfolio h4{
    color: var(--primaryclr);
    font-size: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
}
.our-portfolio .main-heading{
    margin-bottom: 30px;
}
/* .our-portfolio .gallery-wrap,
.our-portfolio #gallery {
    overflow: hidden;
} */

#filters {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    box-shadow: 0 2px 0 var(--secondaryclr);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    overflow-x: auto;
}
#filters li {
    flex: auto;
    flex-shrink: 0;
    text-align: center;
}
#filters li span {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 16px;
    border-radius: 6px;
    display: block;
    padding: 12px 25px;
    text-decoration: none;
    color: var(--primaryclr);
    cursor: pointer;
    text-transform: uppercase;
    transition: all ease-in-out 0.25s;
}

#filters li:hover span {
    color: #000;
}

#filters li span.active {
    background: var(--secondaryclr);
}
#gallery{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.gallery-item {
    position: relative;
    display: none;
}

.inside {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
}
.mobileVerson{
    position: absolute;
    bottom: 10px;
    left: -25px;
    display: flex;
    align-items: flex-end;
}
.inside a.textLink{
    display: inline-block;
    margin: -15px 0 0;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: var(--primaryclr);
    transition: all 0.3s ease-in;
    z-index: 1;
}
.inside a.textLink:hover{
    color: var(--secondaryclr);
}
.inside img {
    transition: all 0.3s ease-in-out;
}
.inside:hover img {
    filter: drop-shadow(0px 15px 10px rgba(0,0,0,0.3));
}
.gallery-wrap .fillbtn{
    margin: 20px auto 0 auto;
    min-width: 200px;
}
.weblinks{
    margin-top: 30px;
    padding: 40px 0 20px;
    box-shadow:inset 0px 5px 20px rgba(0, 0, 0, 0.14), 0px 15px 54px rgba(0, 0, 0, 0.14);
}
.weblink-Block{
    border-radius: 3px;
    overflow: hidden;
}
.weblink-Block img{
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
.weblink-Block:hover img{
    transform: scale(1.1);
}
.weblink-Block a {
    display: inline-flex;
    align-items: center;
    margin: 15px 0 25px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primaryclr);
    transition: all 0.3s ease-in-out;
    padding-left: 32px;
    position: relative;
}
.weblink-Block a:hover{
    color: var(--secondaryclr);
}
.weblink-Block a .logo_cri {
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--primaryclr);
    margin-right: 10px;
    position: absolute;
    top: 3px;
    left: 0;
}
.weblink-Block a .logo_cri img{
    width: 100%;
}
/* Portfolio Page Css */
