

@font-face {
  font-family: "Effra Bold";
  src: url("../fonts/Effra_Std_Bd.ttf")format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Effra Heavy";
  src: url("https://www.dottsmediahouse.com/fonts/Effra/%20Heavy.ttf")format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Effra Regular";
  src: url("../fonts/Effra_Std_Rg.ttf")format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Effra Light";
  src: url("../fonts/Effra_Std_Lt.ttf")format("truetype");
  font-weight: 300;
  font-style: normal;
}

:root {
    --main-orange: rgba(255, 128, 35, 1);
    --main-blue-dark: #3B487D;
}

html{
   font-size: 16px;
}

body, html{
  /* font-size: 13px; */
  height: 100%;
}

body {
  font-family: "Effra Regular", Arial, Helvetica, sans-serif;
  position: relative;
  margin: 0;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #212529;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}

.text-change {
    color: var(--main-blue-dark) !important;
}

.main-content{
    flex: 1 0 auto
}

.nav-link-size .nav-link, .nav-link-size .btn{
    font-size: 1rem !important;
}

.make-light{
    font-family: "Effra Light", Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.lt-negative{
    letter-spacing: -5.4px;
}

.list-light li{
    font-family: "Effra Light", Arial, Helvetica, sans-serif;
    font-weight: 300;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="text"]:active {
  outline: 0px !important;
  /* -webkit-appearance: none; */
  box-shadow: none !important;
}


footer{
  flex-shrink: 0;
}

/* .navbar-light .navbar-toggler {
    color: white !important;
    background-color: #947107;
    border-radius: 50%;
    height: 60px;
    width: 60px;
} */

.header-bold{
    font-family: "Effra Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: -4.8px;
    font-size: 7rem;
    margin-bottom: 0px;
    color: #947107;
    /* line-height: 9.2rem; */
}

.border-bottom-orange{
    border-bottom: 1px solid #947107
}

.make-bold{
    font-family: "Effra Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.make-heavy{
    font-family: "Effra Heavy", Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.header-bold-2{
    font-family: "Effra Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 5rem;
    margin-bottom: 0px;
    color: #947107;
    line-height: 7rem;
}

.intro-para{
    font-size: 3rem;
    color: var(--main-blue-dark);
    line-height: 3.3rem;
}

.intro-para-2{
    font-size: 1.8rem;
    color: var(--main-blue-dark);
    line-height: 2rem;
    font-family: "Effra Light", Arial, Helvetica, sans-serif;
}

.main-content{
    margin-top: 70px;
}

.btn-main{
    background-color: #947107;
    color: white !important;
}

.btn-main:hover{
    background-color: rgb(255, 115, 0);
    color: white !important;
}

.navigation-link .nav-link{
    text-transform: uppercase;
    font-size: 0.9rem;
    color: var(--main-blue-dark) !important;
}

.hero-section{
    background-image: url(../images/pattern-1.png);
    background-position: right center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg-pattern{
    background-image: url(../images/patterns-4.png);
    background-position: right center;
    background-size: 100%;
    background-repeat: repeat;
}

.list-section{
    background-image: url(../images/pattern-3.png);
    background-position: right center;
    background-size: 500px;
    background-repeat: no-repeat;
}

.bg-dark-blue{
    background-color: var(--main-blue-dark);
}

.text-blue{
    color: var(--main-blue-dark) !important;
}

.text-orange{
    color: #947107 !important;
}

.project-list-container{
    position: relative;
    overflow: hidden;
    height: 400px;
    border-radius: 50px;
}

.object-fit-cover{
    object-fit: cover;
}

.object-fit-contain{
    object-fit: contain;
}

.object-position-center{
    object-position: top center;
}

.indicators-rounded button{
    height: 8px !important;
    width: 8px !important;
    border-radius: 50% !important;
    /* background-color: #947107 !important; */
    background-color: #868585 !important;
    opacity: unset !important;
}

.indicators-position-bottom{
  bottom: -30px
}

.indicators-rounded button.active{
  height: 13px !important;
  width: 13px !important;
  /* background-color: var(--main-blue-dark) !important; */
  background-color: #000000 !important;
}

.banner-image{
  background-image: url(../images/website-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  height: 700px;
}

.draw-line {
    border-left: 4px solid #fff !important;
    min-height: 150px;
    height: auto;
    /* margin-left: 6rem; */
    left: 23%;
    width: 5px;
    position: relative;
}

.banner-image-3{
  background-image: url(../images/IMG_2479.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-img-size{
    height: 60px;
    width: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.ft-sm{
  font-size: 12px;
}

.social-icon{
    width: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 4;
}

.footer-bottom-link li{
    margin-right: 5px;
    font-size: 15px;
}

.footer-bottom-link li:last-child{
    margin-right: 0px;
}

.footer-bottom-link li a{
    color: white;
    font-family: "Effra Regular", Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.toggler-nav[aria-expanded=true] .feather-menu{
    display: none;
}

.toggler-nav[aria-expanded=false] .feather-x{
    display: none;
}

.toggler-nav[aria-expanded=true] .feather-menu{
    display: none;
}

.accordion-toggler[aria-expanded=true] .feather-plus{
    display: none;
}

.accordion-toggler[aria-expanded=false] .feather-minus{
    display: none;
}

.ft-lg{
    font-size: 4rem;
    line-height: 5rem;
}

.ft-md{
    font-size: 1.5rem;
}

.ft-lg-2{
    font-size: 3rem;
}

.ft-lg-3 {
    font-size: 5rem;
    line-height: 5rem;
}

.min-height-vh{
    min-height: 100vh;
}

.box-shadow-effect{
    box-shadow: 0px 5px 17px 3px rgba(0, 0, 0, 0.09);
}

.accordion-button::after{
    display: none;
}

.circle-container{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-inner{
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.active-state-opacity{
    background:  rgba(92, 243, 55, 0.29);
}

.active-state{
    background: #5CF337;
}

.inactive-state-opacity{
    background:  rgba(134, 133, 133, 0.22);
}

.inactive-state{
    background: #868585;
}

.pause-state-opacity{
    background:  rgba(245, 222, 6, 0.34);
}

.pause-state{
    background: #F5DE06;
}

.custom-drop-menu .dropdown-item{
    padding: 0;
}

.overlay-blue{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(13, 21, 52, 0.75);;
}

.overlay-black{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);;
}

.z-index-1{
  z-index: 1;
}

.vh-80{
  height: 80vh;
}

.grid-img{
    position: relative;
    overflow: hidden;
    height: 100%;
}

.grid-section{
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.curve-arrow{
  position: absolute;
  width: 25%;
  right: 30%;
  top: 20%;
}

.curve-arrow-2 {
    position: absolute;
    width: 20%;
    right: 35%;
    top: -4%;
}

.line-arrow{
    position: absolute;
    top: 160px;
    left: 22%;
    width: 5px;
    height: 140px
}

.overlay-sect{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    z-index: 9999;
    color: white;
}

.display-none{
    display: none !important;
}

.hover-text{
  transition: all 0.3s ease-in-out;
  font-size: 2.5rem;
  display: inline-block;
}

.title-box:hover .hover-text{
  background-color: #947107;
  padding: 10px 50px 10px 10px;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  margin-bottom: 10px !important;
}

/* .hover-text:hover {
  background-color: #947107;
  padding: 10px;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
} */

.border-radius-15{
    border-radius: 15px;
}

.border-radius-25{
    border-radius: 25px;
}

.ft-4{
    font-size: 4rem;
}

.text-carousel .carousel-item-next:not(.carousel-item-start),.text-carousel .active.carousel-item-end {
    transform: translateY(100%) !important;
}

.text-carousel .carousel-item-prev:not(.carousel-item-end),.text-carousel .active.carousel-item-start {
    transform: translateY(-100%) !important;
}

.header-bold-3 {
    font-family: "Effra Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: 0px;
    color: #947107;
    line-height: 3.4rem;
}

.text-orange-change{
    color: #947107
}

.ml-footer{
    width: 159px;
    position: absolute;
    width: 115px !important;
    right: 2px;
    bottom:0;
    top: 0;
}

.split-screen-sect{
    display: grid;
    grid-template-columns: 1fr 2fr;
    height: 100vh;
    position: relative;
    overflow: hidden;
    border: 0;
}

.split-screen-2{
    overflow: auto;
}

@media screen and (min-width: 991px){
    .image_mobile {
        max-width: 100% !important;
        max-height: 100% !important;
    }
    .custom-adjustment-height{
        background-size: 450px !important;
        padding-top: 225px;
        padding-bottom: 150px;
    }

    .navigation-link .nav-item{
        margin-right: 10px;
    }

    .navigation-link .nav-item:last-child{
        margin-right: 0px;
    }

    .apply-pattern{
        background-image: url(../images/Dott-Asset.png);
        background-position: 68% 70%;
        background-size: 13rem;
        background-repeat: no-repeat;
    }

    .bg-section-2{
        background-image: url(../images/pattern-2.png);
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .bg-section-3{
        background-image: url(../images/pattern-7.png);
        background-position: right center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .shift-small{
        position: relative;
        right: 50px
    }

    .shift-top-bottom-small{
        position: relative;
        bottom: -150px
    }

    .footer-bg-img{
      background-image: url(../images/pattern-5.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .spiral-absolute{
        position: absolute;
        top: -70px;
        left: -22px;
        width: 20%;
    }

    .spiral-absolute-2 {
        position: absolute;
        top: -105px;
        right: -22px;
        width: 20%;
    }

    .vh-70{
      height: 70vh;
    }

    .vh-80-2{
      height: 80vh;
    }

    .transform-1{
        transform: skewY(-4deg);
        transform-origin: left;
        position: relative;
        top: 30px;
    }

    .transform-2{
        transform: skewY(4deg);
        transform-origin: right;
        position: relative;
        top: 30px;
    }

    .ml-45{
        margin-left: 45px;
    }

    .hide-sect{
        display: none !important;
    }

    .dott-asset{
        background-image: url(../images/Dott-Asset.png);
        background-size: 220px;
        /* background-position: 57% 260%; */
        background-repeat: no-repeat;
        background-position: center 45px;
    }
    
     .ugo-left {
        padding-left: 213px;
    }
    
    .mantra-image {
        max-width:90%; 
        max-height: 90%;
    }

}

@media screen and (max-width: 768px){
   .mantra-image{
       max-width:100%; 
       max-height: 100%;
   }
    .split-screen-sect{
        grid-template-columns: 1fr;
        height: 100%;
        display: block;
    }

    .split-screen-2{
        overflow: unset !important;
    }

    .small-width{
        width: 70%
    }

    .ml-footer {
        position: absolute;
        width: 130px !important;
        right: 0px;
        bottom: unset;
        top: unset;
    }

    .bg-banner-pos-right{
        background-position: 26% center;
    }

    .h-70-xs{
        height: 80vh;
        margin-bottom: 50px;
    }

    .rounded-form{
        border-radius: 50px;
    }
    .text-orange-change{
        color: white
    }
    .navigation-link .nav-item{
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .header-bold{
        font-size: 4rem;
    }

    .intro-para{
        font-size: 2rem;
        color: var(--main-blue-dark);
        line-height: 2.2rem;
    }

    .header-bold-2{
        font-size: 4rem;
        line-height: 4.2rem;
    }

    .service-section.vh-100{
      height: unset !important;
    }

    .service-section .row.vh-100{
      height: unset !important;
    }

    .small-icon{
      width: 50%;
    }

    .ft-lg {
      font-size: 3rem;
      line-height: 3rem;
    }

    .ft-md{
        font-size: 1rem;
    }

    .ft-lg-2{
        font-size: 3rem;
    }

    .csr-section.vh-100{
        height: unset !important;
    }

    .spiral-absolute{
        display: none;
    }

    .spiral-absolute-2{
        display: none;
    }

    .project-list-container-responsive{
        height: 250px !important;
    }

    .grid-section{
        display: grid;
        grid-template-columns: 1fr;
    }

    .project-list-container {
        position: relative;
        overflow: hidden;
        height: 430px;
        border-radius: 50px;
    }

    .banner-image{
        height: 80vh;
    }

    .job-list-sect p:last-child{
        font-size: 12px;
    }

    .ft-4{
        font-size: 2.5rem;
    }

    .remove-vh-sm.vh-100{
        height: unset !important;
    }

    .ft-lg-3 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .card-opacity{
        padding: 15px !important;
        background-color: rgba(255, 255, 255, 0.9) !important;
    }

    .text-center-sm{
        text-align: center;
    }

    .linear-gradient-blue{
        background-image: linear-gradient(to bottom right, #5F6FAF, #3B487D) !important;
    }
}

.avatar-holder-container {
    overflow: hidden;
    position: relative;
    height: 400px;
}

.project-gallery-sect .owl-nav .owl-next{
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background-color: white !important;
}

.project-gallery-sect .owl-nav .owl-next:hover{
    background-color: black !important;
}

.project-gallery-sect .owl-nav .owl-prev{
    display: none
}

.project-gallery-sect .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 40%;
    right: -10px;
}

.project-gallery-sect .owl-theme .owl-dots{
    display: none;
}

.hero-section{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    
