
@font-face {
    font-family: 'Aktiv-Grotesk';
    src: url('../fonts/AktivGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }

body {
    background: #ffffff;
    font-family: "Aktiv-Grotesk";
    width: 100%;
    height: 100%;
}

.main {
    width: 100%;
    height: 100%;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

ul li {
    list-style: none;
}

.navbar-brand {
    width: 5rem;
}

nav .navbar-nav {
    border-radius: 29px;
    background-color: #ffffff;
}

nav .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 31px;
    text-transform: uppercase;
    color: #9396a4;
    font-family: "Arial";
}


nav .navbar-nav .nav-link:hover, nav .navbar-nav .nav-link.active {
    color: #5858c9;
    text-decoration: underline;
}


nav .search-box input {
    border-radius: 29px;
    background-color: #f8f9fa;
    width: 10rem;
}

nav .search-box .search-icon {
    position: absolute;
    padding: .375rem .75rem;
    font-size: 1rem;
}

nav .menu-side .lang-link {
    width: 50px;
    height: 50px;
    background-color: #000;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 0.8;
    font-size: 18px;
}

.main-sec {
    margin-top: -6rem;
}
 .shape {
    clip-path: ellipse(60% 100% at bottom center);
    margin-top: -11rem;
    background-color: #fff;
    
    z-index: 99;
    width: 100%;
    /*height: 35%;*/
    height: 11rem;
   
    position: absolute;
 }

 .img-wrapper {
    clip-path: ellipse(60% 100% at bottom center);
    margin-top: -15rem;
    z-index: 999;
    background-color: #fff;
 }

 .about-sec .about-small-title {
      color: #585d71;
      font-weight: bold;
      font-size: 12px;
 }

 .about-sec .dot1 {
    background-image: url('../images/dot1.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    z-index: 9999;
    position: absolute;
    right: 10%;
    top: 150%;
 }


 .about-sec .dot2 {
    background-image: url('../images/dot2.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    z-index: 9999;
    position: absolute;
    right: 30%;
    top: 60%;
 }


 .about-sec .dot3 {
    background-image: url('../images/dot3.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    z-index: 9999;
    position: absolute;
    left: 30%;
    top: 50%;
 }

 .about-sec .dot4 {
    background-image: url('../images/dot4.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    z-index: 9999;
    position: absolute;
    left: 20%;
    top: 70%;
 }


.about-sec .about-box {
    border-radius: 39px;
    color: #9395a3;
    background-color: #ffedd1;
}

.about-sec .col-lg-3:nth-of-type(1) .about-box {
    background-color: #ffedd1;
}

.about-sec .col-lg-3:nth-of-type(2) .about-box{
    background-color: #acf1fe;
}

.about-sec .col-lg-3:nth-of-type(3) .about-box {
    background-color: #d7d6ff;
}

.about-sec .col-lg-3:nth-of-type(4) .about-box{
    background-color: #ffd2d5;
}



 .about-sec .about-box .about-box-title{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
 }

 .about-sec .about-box p {
    font-size: 16px;
    font-weight: 300;
 }

 .about-sec .about-box i {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
     text-align: center;
     align-content: center;
     margin-right: 8px;
     color: #000;
 }



 .about-sec .about-box:hover {
    color: #000;
 }

 .about-sec .more-link {
    color: #9295a3;
    font-size: 14px;
 }

 .newsletter-sec {
   background-color: #f8f9fa;
 }

 .newsletter-sec .first-p {
   color: #9295a3;
   font-size: 14px;
 }


 .services-sec {
   position: relative;
 }

 .services-sec .dot1 {
   background-image: url('../images/dot1.png');
   background-position: center center;
   background-repeat: no-repeat;
   width: 50px;
   height: 50px;
   z-index: 9999;
   position: absolute;
   right: 20%;
   top: 80%;
}


.services-sec .dot3 {
   background-image: url('../images/dot3.png');
   background-position: center center;
   background-repeat: no-repeat;
   width: 50px;
   height: 50px;
   z-index: 9999;
   position: absolute;
   left: 30%;
   top: 10%;
}


 .services-sec .test-item i {
   width: 100px;
   height: 100px;
   border-radius: 50%;
   background-color: #9295a3;
   color: #f2f2f2;
   align-content: center;
 }
@media (min-width: 1200px) {
    .services-sec .test-item i {
        font-size: 2rem !important;
    }
}

 .services-sec .test-item .s-icon1 i {
   background-color: #9295a3;
   color: #f2f2f2;
 }

 .services-sec .test-item .s-icon2 i {
   background-color: #ffd2d5;
   color: #9697a5;
 }

 .services-sec .test-item .s-icon3 i {
   background-color: #acf1fe;
   color: #9281ec;
 }

 .services-sec .test-item .s-icon4 i {
   background-color: #ffedd1;
   color: #9295a3;
 }

 #services-carousel .owl-nav {
   text-align: center;
 }

 .services-sec .s-title {
   color: #9295a3;
 }

 .news-sec {
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
 }

 .news-sec .news-box {
   border-radius: 48px;
   background-color: rgba(255,255,255,0.9);
 }

 .news-sec .news-box .first-p {
   color: #9295a3;
 }


 .news-sec h1 {
   font-size: 30px;
 }

 .projects-sec {
   position: relative;
 }

 .projects-sec .proj-img {
   border-radius: 38px;
 }


 #projects-carousel .owl-nav, #client-carousel .owl-nav {
   text-align: center;
 }

 #projects-carousel .owl-nav .owl-prev,  #projects-carousel .owl-nav .owl-next, #client-carousel .owl-nav .owl-prev,  #client-carousel .owl-nav .owl-next{
   background-color: #d4d4d4;
   color: #fff;
   width: 30px;
   height: 30px;
 }

 #projects-carousel .owl-nav .owl-prev,#client-carousel .owl-nav .owl-prev {
   margin-right: 0.5rem;
 }

 #projects-carousel .owl-nav .owl-next, #client-carousel .owl-nav .owl-next {
   margin-left: 0.5rem;
 }

 #projects-carousel .test-item .t-txt, #client-carousel .test-item .t-txt {
   color: #737373;
 }

 #projects-carousel .test-item .img-box, #client-carousel .test-item .img-box {
   position: relative;
 }

 #projects-carousel .test-item .img-box .date-box, #client-carousel .test-item .img-box .date-box {
   bottom: 0;
   position: absolute;
   width: 100%;
 }

 #projects-carousel .test-item .img-box .date-box span, #client-carousel .test-item .img-box .date-box span {
   background-color: #fff;
   border-top-right-radius: 31px;
   border-top-left-radius: 31px;
   color: #9295a3;
 }

 .projects-sec .dot1 {
   background-image: url('../images/dot1.png');
   background-position: center center;
   background-repeat: no-repeat;
   width: 50px;
   height: 50px;
   z-index: 9999;
   position: absolute;
   right: 20%;
   top: 85%;
}


.projects-sec .dot2 {
   background-image: url('../images/dot2.png');
   background-position: center center;
   background-repeat: no-repeat;
   width: 50px;
   height: 50px;
   z-index: 9999;
   position: absolute;
   right: 30%;
   top: 0;
}


.projects-sec .dot3 {
   background-image: url('../images/dot3.png');
   background-position: center center;
   background-repeat: no-repeat;
   width: 50px;
   height: 50px;
   z-index: 9999;
   position: absolute;
   left: 30%;
   top: -5%;
}

.projects-sec .dot4 {
   background-image: url('../images/dot4.png');
   background-position: center center;
   background-repeat: no-repeat;
   width: 50px;
   height: 50px;
   z-index: 9999;
   position: absolute;
   left: 20%;
   top: 10%;
}

 .projects-sec .p-title {
   color: #9295a3;
   font-size: 14px;
 }

 footer {
   background-color: #f7f7f7;
 }

 footer .ftr-box {
   border: 1px #e9e9e9 solid;
 }

 footer .ftr-box .ftr-small-p {
   color: #818181;
 }

 footer .ftr-title {
   color: #9295a3;
 }


 footer .input-wrapper { 
   position: relative; 
   display: inline-block; 
   width: 100%;
} 

footer .input-wrapper input { 
   padding-right: 40px; 
   border: 1px #e8e8e8 solid;
   border-radius: 0;
   background-color: transparent;
} 

footer .input-wrapper button { 
   position: absolute; 
   top: 0; 
   right: 0; 
   border: none; 
   background-color: #aba9ff; 
   cursor: pointer; 
   border-radius: 0;
   color: #fff;
} 

footer .input-wrapper button:hover { 
   background-color: #aba9ff; 
}

footer .social-icons {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   padding-right: 0;
}

footer .social-icons a{
   font-size: 25px !important;
}

footer .social-icons .s-icon {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 30px;
   height: 30px;
   border-radius: 50%;
}
 

footer .social-icons .fb {
   background-color: #395593;
}



footer .social-icons .insta {
   background-color: #c62363;
}

footer .social-icons .snap {
   background-color: #395593;
}

footer .social-icons .vimeo {
   background-color: #07a6e5;
}

footer .ftr-form input, footer .ftr-form textarea{
   padding-right: 40px;
    border: 1px #e8e8e8 solid;
    border-radius: 0;
    background-color: transparent;
}

footer .ftr-form button { 
   background-color: #aba9ff; 
   cursor: pointer; 
   border-radius: 0;
   color: #fff;
} 

footer .ftr-form button:hover {
   background-color: #aba9ff;  
}
 
footer .social-icons .fb i{
   color: #fff;
}
/*responsive*/
/* `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
 }

/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
    
 }

/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
   
 }

 @media (min-width: 992px) and  (max-width: 1200px){
   
   
 }

/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .shape {
        margin-top: -8rem;
    }

    .img-wrapper {
        margin-top: -12rem;
    }

    .main-sec {
        margin-top: auto;
    }

    nav {
        margin-top:auto !important;
    }
 }

/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
    
 }
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #222;
    background-color: #fff !important;
    border: 1px solid #dee2e6;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #d42a23 !important;
    border-color: #fff;
}
@media (max-width: 1199px) {
    .dropdown-item {
        white-space: normal;
        text-wrap: normal;
    }
}
