﻿/*
-------------------------------------------------------------------------
* Template Name    : Ctotek - Onepage Multi-Purpose HTML5 Template      *
* Author           : ParExcellence                                      *
* Version          : 1.0.0                                              *
* File Description : Main Css file of the template                      *
*------------------------------------------------------------------------
*/
/******* Table Of Content *******
    01.BASICS                   *
    02.HELPER CLASSES           *
    03.PRELOADER                *
    04.BUTTONS                  *
    05.CURSOR                   *
    06.PROGRESS WRAP            *
    07.TEXT ANIMATION & IMAGES  *
    08.NAVBAR                   *
    09.SLIDER                   *   
    10.COMPANY                  *
    11.WORK                     *
    12.SERVICES                 *
    13.TESTIMONIAL              *
    14.QUOTE                    *
    15.FOOTER                   *
********************************/
/*======================
     01.BASICS
========================*/
@import url('https://fonts.googleapis.com/css2?family=Monomakh&display=swap');

html,
body {
    color: #000;
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.main-content {
    background: #fff;
    position: relative;
    margin-top: 100vh;
    z-index: 3;
}

p {
   
    font-size:1.03rem;
    font-weight: 400;
    color: #363636;
    margin: 0;
    line-height: 1.8;
}


span,
a,
a:hover {

    text-decoration: none;
    color: inherit;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

.seo-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

/*======================
     02.HELPER CLASSES
========================*/
.section {
    padding: 60px 0;
}

.extra-title {
    font-weight: 800;
    font-size: 38px;
}

.know-more {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 30px;
    padding-left: 70px;
    position: relative;
}

.know-more:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #777;
    position: absolute;
    left: 0;
    bottom: 45%;
}

.section-head h6 {
    font-size: 14px;
    font-weight: 500;
    color: #feae01;
    margin-bottom: 10px;
}

.section-head h3 {
    font-weight: 700;
    font-size: 30px;
    color: rgba(0, 0, 0, .9)
}

.overflow-hidden {
    overflow: hidden;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.no-cover {
    background-repeat: repeat;
    background-size: auto;
}

.v-align-center {
    display: flex;
    align-items: center;
}

/*======================
     03.PRELOADER
========================*/
.pace {
    pointer-events: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    border: 0px;
    height: 100%;
    overflow: hidden;
    background: #fcfcf8;
    transition: all 3s;
}

.pace .pace-progress {
    transform: translate3d(0, 0, 0);
    max-width: 100%;
    position: fixed;
    z-index: 99999999999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: url("../img/loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.pace.pace-inactive {
    width: 100vw;
    opacity: 0;
}

.pace.pace-inactive .pace-progress {
    max-width: 100vw;
}

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

#preloader:after,
#preloader:before {
    content: '';
    position: fixed;
    left: 0;
    height: 50vh;
    width: 100%;
    background: #fcfcf8;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
    top: 0;
}

#preloader:after {
    bottom: 0;
}

#preloader.isdone {
    visibility: hidden;
    transition-delay: 2.5s;
}

#preloader.isdone:after,
#preloader.isdone:before {
    height: 0;
    transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    transition-delay: 2s;
}
.integrated-approach {position: absolute; top:-30px; left:0px;filter: drop-shadow(0 0 0.75rem rgb(194, 194, 194));}
/*======================
     04.BUTTONS
========================*/
.btn-main {
    background: transparent;
    padding: 14px 35px;
    border: 1px solid #feae01;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.btn-main:hover:after {
    bottom: -10px;
    border-radius: 0;
}

.btn-main:hover span {
    color: #fff;
}

.btn-main:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: 100%;
    background: #feae01;
    border-radius: 0 0 100% 100%/0 0 100% 100%;
    transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
}

.btn-main span {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    transition: all .8s;
}

.btn-main.btn-lit {
    border-color: #fff;
    color: #fff;
}

.btn-main.btn-lit:hover span {
    color: #1e1e1e;
}

.btn-main.btn-lit:after {
    background: #fff;
}

/*======================
     05.CURSOR
========================*/
.circle {
    position: fixed;
    background-color: #ccc;
    width: 10px;
    height: 10px;
    left: -10px;
    top: -10px;
    border-radius: 100%;
    z-index: 1;
    z-index: 10000;
    transform: scale(1);
}

.circle-follow {
    position: fixed;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    left: -21px;
    top: -21px;
    border-radius: 100%;
    z-index: 1;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
}

/*======================
     06.PROGRESS WRAP
========================*/
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 400ms linear;
    line-height: 40px;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    text-align: center;
    font-size: 13px;
    font-weight: 900;
    color: #feae01;
    left: 0;
    top: 3px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #feae01;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
}

/*================================
     07.TEXT ANIMATION & IMAGES
================================*/
.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 10px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.img-container {
    position: relative;
}

.img-container .img-loader {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    visibility: visible !important;
    transition: all .5s linear;
    transition-delay: .2s;
}

.img-container .animated {
    height: 0;
}

.img-loader[data-delay="100"] {
    transition-delay: .1s;
}

.img-loader[data-delay="200"] {
    transition-delay: .2s;
}

.img-loader[data-delay="300"] {
    transition-delay: .3s;
}

.img-loader[data-delay="400"] {
    transition-delay: .4s;
}

.img-loader[data-delay="500"] {
    transition-delay: .5s;
}

.img-loader[data-delay="600"] {
    transition-delay: .6s;
}

.img-loader[data-delay="700"] {
    transition-delay: .7s;
}

.img-loader[data-delay="800"] {
    transition-delay: .8s;
}

.img-loader[data-delay="900"] {
    transition-delay: .9s;
}

.img-loader[data-delay="1s"] {
    transition-delay: 1s;
}

/*================================
     08.NAVBAR
================================*/
.top-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0px 0;
    color: #fff;
    transition: all .7s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.cominfo {
    background: rgba(3, 3, 4, 0.3);
   min-height: 98px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 19px;
}

.cominfo .icon i {
    font-size: 30px;

}

.cominfo h3 {
    font-size: 14px;
}

.cominfo a {
    font-size: 15px;
}

.navbar-nav>.nav-item>a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    padding: 0px 15px !important;
}

.navbar-nav .nav-item:hover>a {
    border-bottom: 1px solid #ffac30;

}

.navbar-nav .nav-item>a span {
    font-size: 25px;
    margin-top: -3px;
}

.dropdown-toggle {
    white-space: normal !important;
}

.navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);

}

/* .navbar-nav .nav-item .dropdown-menu {
    border-radius: 5px;
    display: block;
    transform: translateY(25px);
    transition: all .3scubic-bezier(.645, .045, .355, 1);
    transition-delay: .3s;
    transition-duration: .6s;
    visibility: hidden;
    opacity: 0;

} */

.navbar-nav .nav-item .dropdown-menu {
    border-radius: 5px;
    display: none;
    transform: translateY(25px);
    transition: all 0.3s cubic-bezier(.645, .045, .355, 1);
    transition-delay: 0.3s;
    transition-duration: 0.6s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

/* On hover or active state */
.navbar-nav .nav-item:hover .dropdown-menu,
.navbar-nav .nav-item:focus-within .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.navbar-nav .nav-item .dropdown-menu li a {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 500;
    font-size: 14px;
    transition: .3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06)
}

.navbar-nav .nav-item .dropdown-menu li:last-child a,
.navbar-nav .nav-item .dropdown-menu li:last-child:hover a {
    border-bottom: 0px
}

.navbar-nav .nav-item .dropdown-menu li a:hover {
    font-weight: 600;
    background: transparent;
    padding-left: 5px;
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid var(--ast-pink)
}

.top-navbar .menu-icon {
    cursor: pointer;
}

.top-navbar .menu-icon:hover .text .char {
    animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation-delay: calc(30ms * var(--char-index));
}

.top-navbar .menu-icon .text {
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.top-navbar .menu-icon .text:after {
    content: 'close';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    opacity: 0;
    transition: all .4s;
    transition-delay: .4s;
}

.top-navbar .menu-icon .text .word {
    transition: all .4s;
    transition-delay: .6s;
}

.top-navbar .menu-icon .text.open .word {
    opacity: 0;
    transition-delay: .4s;
}

.top-navbar .menu-icon .text.open:after {
    opacity: 1;
    transition-delay: .6s;
}

.top-navbar .menu-icon .icon {
    display: table-cell;
}

.top-navbar .menu-icon .icon i {
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    margin: 4px 0;
}

.nav-scroll {
    background: #0d2137;
}

.menu-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #0a0a0a;
    padding: 120px 30px 30px;
    overflow: hidden;
    z-index: 99;
    transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}

.menu-wrapper.open .menu-links .main-menu>li .link {
    transform: translateY(0);
    transition-delay: 1s;
}


.menu-wrapper .menu-links {
    color: #fff;
    margin-top: 30px;
}

.menu-wrapper .menu-links .overflow-hidden {
    display: inline-block;
}

.menu-wrapper .menu-links .main-menu {
    position: relative;
    z-index: 2;
}

.menu-wrapper .menu-links .main-menu>li {
    font-size: 30px;
    font-weight: 600;
    padding: 10px;
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.menu-wrapper .menu-links .main-menu>li span.nm {
    opacity: .8;
    font-size: 11px;
    margin-right: 10px;
}

.menu-wrapper .menu-links .main-menu>li .link {
    transform: translateY(45px);
    transition: all .7s;
    cursor: pointer;
}

.menu-wrapper .menu-links .main-menu>li .link i {
    font-size: 15px;
    margin-left: 5px;
}

/*=================
     09.SLIDER
=================*/
.slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.slider .parallax-slider {
    position: relative;
}

.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
}

.slider .parallax-slider .swiper-slide-active .caption {
    padding-left: 150px;
}

.slider .parallax-slider .swiper-slide-active .caption h2 {
    transition: all 0s;
}

.slider .parallax-slider .swiper-slide-active .caption h2 .char {
    animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation-delay: calc(60ms * var(--char-index));
}

.slider .parallax-slider .swiper-slide-active .caption h2,
.slider .parallax-slider .swiper-slide-active .caption .dis {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.slider .parallax-slider .swiper-slide-active .caption .dis {
    transition-delay: .8s;
}

.slider .parallax-slider .caption h2 {
    font-size:25px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    margin-bottom: 10px;
}

.slider .parallax-slider .caption .dis {
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    transition: all .7s;
    position: relative;
     opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition-delay: .2s;
}

.slider .parallax-slider .caption p {
      color: rgba(255, 255, 255, 0.8);
    line-height: 39px;
    font-size: 25px;
    transition: all .7s;
    position: relative;
    transform: translateY(20px);
    transition-delay: .2s; font-weight: 500;
}


/* .slider .parallax-slider .caption .dis:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    top: 50%;
} */

.slider .parallax-slider .caption .dis:hover .char {
    -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.slide-controls .swiper-pagination-fraction {
    position: absolute;
    right: 50px;
    left: auto;
    bottom: 20px;
    top: auto;
    width: auto;
    color: #fff;
}

.slide-controls .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 20px;
    position: relative;
}

.slide-controls .swiper-button-next,
.slide-controls .swiper-button-prev {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 50px;
    border-radius: 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 14px;
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}

.slide-controls .swiper-button-next:after,
.slide-controls .swiper-button-prev:after {
    display: none;
}

.slide-controls .swiper-button-next i,
.slide-controls .swiper-button-prev i {
    position: absolute;
    top: 16px;
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}

.slide-controls .swiper-button-prev {
    right: auto;
    left: 50px;
}

/*=====================
     10.COMPANY
=====================*/
.company .content h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.8)
}

.company .content ul {
    margin: 0;
}

.company .content ul li {
    margin-bottom: 27px;
    padding-left: 25px;
    position: relative;
     
}

.company .content ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}

.company .img .imgone {
    width: 55%;
    position: relative;
    bottom: -80px;
    margin-bottom: 80px;
    border-radius: 4px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.company .img .imgtwo {
    width: 55%;
    position: absolute;
    right: 0;
    border-radius: 4px;
    border: 5px solid #fff;
    -webkit-box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 2;
}

/*==================
     11.WORK
==================*/
.work-slider .swiper-slide {
    padding: 0px 10px 50px;
}

.work-slider .swiper-slide .img {
    border-radius: 3px;
    overflow: hidden;
    transition: all .8s;
}

.work-slider .swiper-slide-active .img {
    -webkit-box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
}

.work-slider .swiper-slide-active .img:after {
    opacity: 1 !important;
}

.work-slider .swiper-pagination-progressbar {
    position: absolute;
    bottom: 0;
    top: auto;
    right: auto;
    left: calc(50% - 120px);
    width: 240px;
    height: 2px;
    border-radius: 10px;
    background: #eee;
}

.work-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    border-radius: 10px;
    background: #1e1e1e;
}

.work-slider .swiper-button-next,
.work-slider .swiper-button-prev {
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    opacity: 0;
    transform: translateY(-50%);
    transition: all .3s;
}

.work-slider .swiper-button-next:after,
.work-slider .swiper-button-prev:after {
    display: none;
}

.work-slider:hover .swiper-button-next,
.work-slider:hover .swiper-button-prev {
    opacity: 1;
}

.work-slider .content .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0;
    transition: all .5s;
}

.work-slider .content .img-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
}

.work-slider .content .img-content h6 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all .7s;
    transition-delay: .5s;
}

.work-slider .content .img-content h4 {
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .7s;
    transition-delay: .5s;
}

.js-zoom-gallery {
    right: 40px;
    bottom: 50px;
    position: absolute;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 16px;
    background: #333;
    border-radius: 50%;
    transition: all .7s;
    transition-delay: .5s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(40px);
}

.js-zoom-gallery:hover {
    background: #fff;
    color: #333;
}

.work-slider .swiper-slide-active .img-content h6,
.work-slider .swiper-slide-active .img-content h4,
js-zoom-gallery,
.work-slider .swiper-slide-active .js-zoom-gallery {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/*==================
     12.SERVICES
==================*/
.services-section .items {
    padding: 30px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 9px 9px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 0px 9px 9px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 0px 9px 9px rgba(0, 0, 0, 0.02);
}

.steps-hover-thumb {
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
    background-size: cover;
    transition: .4s;
}

.steps-hover-thumb::before {
    background-color: rgba(0, 0, 0, .7);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.services-section .items .icon {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
    height: 80px;
    width: 80px;
    border: 2px solid #454545;
    border-radius: 50%;
}

.services-section .items h5 {
    font-size: 22px;
    margin-bottom: 5px;
}

.box-hover {
    transition: all .3s;
}

.box-hover:hover {
    transform: translateY(-5px);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

/*=====================
     13.TESTIMONIAL
=====================*/
.testimonials .swiper-container .swiper-slide::after {
    content: "❝";
    font-family: sans-serif;
    position: absolute;
    font-family: sans-serif;
    position: absolute;
    top: 40px;
    left: 30px;
    font-weight: 800;
    font-size: 100px;
    line-height: 70px;
    color: #fff;
    z-index: 9;
}

.testimonials .swiper-container p {
    color: #ccc;
}

.author-info h5 {
    font-size: 16px;
    color: #feae01;
}

.author-info h6 {
    font-size: 12px;
    color: #fff;
}

.testimonials .swiper-container .swiper-pagination {
    bottom: 0;
    margin: 10px 0;
}

.testimonials .swiper-container .swiper-slide {
    padding-left: 100px !important;
    background: #000;
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: #feae01;
}

/*=====================
     14.QUOTE
=====================*/
.quote-block {
    background: #feae01;
    background-size: cover;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.quote-block p {
    color: #feae01;
    font-size: 30px;
    font-weight: 700;
}

.quote-block .icon {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: rgba(255, 255, 255, 0.8);
}

/*=====================
     15.CONTACT
=====================*/

.contact-information {
    margin-bottom: 15px;
}

.contact-details {
    text-align: left;
    margin: 15px 0px;
    display: block;
    overflow: hidden;
}

.contact-details>i {
    font-size: 25px;
    width: 60px;
    height: 60px;
    background: #000;
    line-height: 58px;
    color: #fff;
    text-align: center;
    float: left;
    margin-bottom: 0;
    border-radius: 5px;
    margin-right: 25px;
}

.contact-details h6 {
    font-weight: 600;
    font-size: 20px;
    color: #333;
    text-transform: capitalize;
}

.contact-details p {
    font-size: 15px;
    color: #444;
    text-transform: capitalize;
}

.contact-area .form input,
.contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    color: #000;
    border: 0;
    padding-left: 5px;
    background-color: transparent;
    border-radius: 0px;
    text-transform: capitalize;
    border-bottom: 2px solid #555;
}

.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}

#contact-form .button {
    margin: 0;
}

.form-group {
    margin-bottom: 25px;
}

button,
input,
textarea {
    color: #272727;
}

button,
input,
textarea:focus {
    border: none;
    outline: none;
}

.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.social-icons li a {
    display: block;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
}

.social-icons li a:hover {
    color: #feae01;
}

/*=====================
     16.FOOTER
=====================*/
.footer {
    position: relative;
    overflow: hidden;
    background: url(../img/footer-bg-image.png), #0d2137;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    padding: 70px 0 20px 0;
}
.footer p{ color: rgba(255,255,255,0.6); }
footer .footer-shadow {
    left: 10px;
    top: -215px;
    content: "";
    height: 300px;
    width: 300px;
    background: #7e6b42;
    z-index: -1;
    border-radius: 50%;
    -webkit-filter: blur(80px);
    filter: blur(72px);
}

.footer-top {
    border-bottom: 2px solid rgba(255, 255, 255, .1)
}

.btn-twitter {
    color: #ffffff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.btn-facebook {
    color: #ffffff;
    background-color: #3b5999;
    border-color: #3b5999;
}

.btn-youtube {
    color: #ffffff;
    background-color: #cd201f;
    border-color: #cd201f;
}

.btn-dribble {
    color: #ffffff;
    background-color: #ea4c89;
    border-color: #ea4c89;
}

.opacity-85 {
    opacity: .75;
}

.footer .footer_menu_list {
    margin-top: 20px;
}

.footer .footer_menu_list li {
    margin-bottom: 10px;
    transition: all 0.2s;
}

.footer .footer_menu_list li:hover {
    transform: translateY(-3px);
}

.footer .footer_menu_list li a {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.2s;
    padding: 0 4px;
}

.footer .footer_menu_list li a:hover {
    color: #feae01;
}

.copyrights {
    padding-top: 20px;
}

.copyrights p {
    color: #fff;
}


/* From Uiverse.io by barisdogansutcu */
.download-button {
    position: relative;
    margin-top: 45px;
    border-width: 0;
    color: white;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    z-index: 1;
    background: transparent;
    border: transparent;
}

.download-button .docs {
    padding: 16px 28px;
    border-radius: 6px;
    z-index: 1;
    background-color: #104cba;
    background-image: linear-gradient(to right, #02218f, #0e72e3, #02218f);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover .docs {
    display: inline-block;

    -webkit-transition: all 0.35sease-in-out;
    transition: all 0.35sease-in-out;
    box-shadow: 0 0 10px 0 #73598b inset, 0 0 20px 2px #73598b;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.download {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto;
    z-index: -1;
    border-radius: 4px;
    transform: translateY(0%);
    background-color: #ffac30;
    border: solid 1px #01e0572d;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover .download {
    transform: translateY(100%);
}

.download svg polyline,
.download svg line {
    animation: docs 1s infinite;
}

@keyframes docs {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-15%);
    }

    100% {
        transform: translateY(0%);
    }
}

.bgimage {
    z-index: -1;
}

#about .punchline {
    margin-bottom: 80px;
}

#about .punchline h3 {
    font-size: 1.1rem;
    font-weight: 300;
    font-style: normal;
    line-height: 25px;
}

#about .punchline h3 span {
    background-image: linear-gradient(90deg, #1956C1 17.66%, #E2403B 90.75%);
    background-clip: text;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
}

#about .punchline .icon {
    width: 216px;
    height: 100px;
    background-image: linear-gradient(135deg, transparent 45%, #464646 45%, #464646 55%, transparent 0);
    background-size: 5px 5px;
}

#about p {
    text-align: justify;
    color: rgba(0, 0, 0, 0.78);
    line-height: 26px;
}

#about .main {
    width: 280px;
    height: 280px;
    border: 1px solid #CCC;
    position: relative;
    top: 102px;
    left: -24px;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-image: url('../img/about.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 60px 0 rgba(0, 0, 0, 0.19);
}

#about .circle {
    width: 20px;
    height: 20px;
    background: #feae01;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    overflow: hidden;
    margin: auto;
    animation: circle 6s linear infinite;
}

@keyframes circle {
    0% {
        transform: rotate(0deg) translate(-140px) rotate(0deg);

    }

    100% {
        transform: rotate(360deg) translate(-140px) rotate(-360deg);
    }
}
.company .vision{    background: linear-gradient(150deg, rgba(26, 44, 121, 0.9) 60%, rgba(251, 182, 52, 0.9) 100%) !important;}
.company .vision p{ font-size: 1.2rem; }
.company .vision h3{ font-size: 2em; }

#achievements {
    background: url(../img/slider-img-5.jpg) no-repeat center center fixed;
 
}

#achievements .numbers .box p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}

#achievements .box h3 {
    font-size: 33px;
}

#achievements .box h3:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    transform-origin: 0% 0%;
    content: '\f062';
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    color: #feae01;
    right: 25%;
    top: 5px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 400ms linear;
    animation: bounce 1900ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes bounce {
    50% {
        transform: translateY(-5px);
    }
}

#achievements h2:before {
    position: absolute;
    width: 60px;
    height: 5px;
    content: "";
    background: rgba(251, 182, 52, 0.9);
    left: 10px;
    bottom: -8px;
}

#achievements p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}

.bg-gradient-primary {
    background: linear-gradient(150deg, rgba(26, 44, 121, 0.9)60%, rgba(251, 182, 52, 0.9) 100%) !important;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#achievements .objectives li {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8)
}

#achievements .objectives li:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f560';
    font-size: 15px;
    font-weight: 900;
    left: 0;
    top: 5px;
    cursor: pointer;
    display: block;
    z-index: 1;
}

#achievements .objectives .download-button .docs {
    background-image: linear-gradient(to right, #e98d15, #ce821d, #e98d15);

    .rotatingcircle {
        animation-name: rotate;
        animation-duration: 35s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    @keyframes rotate {
        from {
            transform: rotate(-360deg);
        }

        to {
            transform: rotate(360deg);
        }
    }
}

#thrust-areas {
    padding: 60px 0;
}

#thrust-areas .item {
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

#thrust-areas .item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: var(--maincolor);
    z-index: -1;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

#thrust-areas .item .bg-dark-slate-blue {
    background: linear-gradient(90deg, rgba(52, 177, 101, 0.95) 0%, rgba(52, 178, 101, 0.5) 29%, rgba(52, 179, 102, 0.8) 60%, rgba(52, 179, 102, 0.7) 82%, rgba(52, 179, 103, 0.6) 100%);
}

#thrust-areas .punchline {
    background: #02218f;
}

#thrust-areas .item .bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, .99)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 20, 59, 0.99) 0, transparent 100%);
    z-index: 9;
}

#thrust-areas .item figcaption {
    position: absolute;
    z-index: 9999;
    top: 65%;
    -webkit-transition: all .3slinear;
    transition: all .3slinear;
}

#thrust-areas .item p {
    font-size: 15px;
    line-height: 22px;
}

#thrust-areas .item h6 {
    width: fit-content;
    background-color: rgba(2, 33, 143, .8);
    font-size: 1.1rem;
    line-height: 25px;
    text-transform: uppercase;
}

.thrust-carousel .owl-prev,
.thrust-carousel .owl-next {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -30px;
    right: 0;
    transform: translateY(-50%);
    padding: 20px 20px;
    border-radius: 40px;
    /* border: 1px solid  var(--bs-primary); */
    background: rgba(255, 255, 255, 1);
    color: var(--bs-black);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.thrust-carousel .owl-prev {
    right: 70px;

}

.thrust-carousel .owl-next {
    right: 15px;
}

.owl-prev:hover,
.owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-white) !important;
}


@media only screen and (min-width: 992px) {
    .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.9);
        border-bottom: 3px solid #f6732e;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        transform: translateY(50px);
        transition: all .3s cubic-bezier(.645, .045, .355, 1);
        transition-delay: .3s;
        transition-duration: .6s;
        visibility: hidden;
        z-index: 9;
        box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.2)
    }

    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }
}

.pagecontent {}

.banner {
    height: 382px;
}

.rounded-custom {
    border-radius: 1rem !important;
}

#bod .team-box {
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(12, 8, 0, .03), 0 .275rem .75rem -0.0625rem rgba(12, 8, 0, .06) !important;
    min-height: 228px;
    background: #fafafa;
    border: 1px solid #eeeeee;
    margin-bottom: 76px;

}

#bod .team-box p {
    color: #737373; text-align: center;
}

#bod .team-box h3 {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.8)
}

#bod .team-box .icon-box i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 19px;
}

#bod .team-box .icon-box {
    /* background-color: rgba(23, 92, 255, .2); */
    margin: -70px 0;

}

#bod .team-box .icon-box img
 {
       width: 131px;
    height: 128px;
    padding: 0;
    border: 2px solid #4f6aaf;
}
.chairperson h2 {
    font-size: 1.7rem;
}

.chairperson h3 {
    font-size: 1.5rem;
}

.chairperson .chairperson-detail p {
    background-color: #efefef;
    padding: 6px 30px 6px 8px;
    width: max-content;
    border-radius: 5px;
    color: rgba(0, 0, 0, 1);
}

.chairperson p {
    color: rgba(0, 0, 0, .7);
    z-index: 99999999;
}



#calendar .controls {
    margin-bottom: 10px;
}

#calendar select {
    padding: 5px;
    margin-right: 10px;
}

#calendar table {
    border-collapse: collapse;
    width: 100%;
    max-width: 500px;
}

#calendar th,
td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
}

#calendar th {
    background-color: #f2f2f2;
}

#calendar .marked {
    background-color: #ffeb3b;
    font-weight: bold;
}

#calendar .today {
    background-color: #4caf50;
    color: white;
}

#calendar .event-title {
    display: block;
    font-size: 0.7em;
    color: #555;
    margin-top: 4px;
}

#calendar .event-title a {
    text-decoration: none;
    color: #333;
}

#calendar .event-title a:hover {
    text-decoration: underline;
}


#scroll {
    height: 17%;
    z-index: 99;

}

#scroll a span {
    display: inline-block; /* or 'block' if needed */
  -webkit-transform: rotate(0deg) translate(0, 0);
    webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: rotate(0deg) translate(0, 0);
    }

    20% {
        -webkit-transform: rotate(0deg) translate(0px, 10px);
    }

    40% {
        -webkit-transform: rotate(0deg) translate(0, 0);
    }
}

.scrolled-offset {
    margin-top: 42px;
}
.content p{ text-align: justify;}
.designation-ceo { font-size: 16px; line-height: 30px;}
.incubates .name{ font-size: 1.1rem; color:rgba(0, 0, 0, .8); font-weight: 500;}
.incubates .link{ font-size: 1.1rem; color:rgba(0, 0, 0, .7); font-weight: 500; line-height: 25px; color: #02218f;}


.photogallery .row > .column {
    padding: 0 8px;
  }
  
  .photogallery  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Create four equal columns that floats next to eachother */
  .photogallery .column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  .photogallery  .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 35px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .photogallery .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: max-content;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .photogallery .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .photogallery.close:hover,
  .photogallery .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Hide the slides by default */
  .photogallery .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .photogallery .prev,
  .photogallery .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .photogallery .next {
    right: 0;
    border-radius: 3px 0 0 3px; background-color: rgba(0, 0, 0, 0.8);
  }
  
  .photogallery .prev {
    left: -5px;
    border-radius: 3px 0 0 3px; background-color: rgba(0, 0, 0, 0.8);
  }
    
  /* Number text (1/3 etc) */
  .photogallery .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  img.demo {
    opacity: 0.6;
  }
  
  .photogallery .active,
  .photogallery  .demo:hover {
    opacity: 1;
  }
  
  .photogallery img.hover-shadow {
    transition: 0.3s;
  }
  
.photogallery .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

 .nav-tabs .nav-link.active { font-size: 1.2rem;}
.tab-pane ul li { position: relative;padding-left: 30px;}
.tab-pane ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    border-radius: 50%;
    position: absolute;
     left: 20px;
    top: 12px;
}
.contact-info { min-height: 225px;}
#hackathontext { z-index: 99;top: 103px;} 
#hackathontext a{background:rgba(0,0,0,0.2);  letter-spacing: 0.05em; border: 1px solid rgba(255, 255, 255, 0.6); padding: 10px 5px; width: max-content;} 
#hackathontext a>h3{ font-size:2rem; line-height: 25px;}

.text-shadow {
	
    /* -webkit-background-clip: text; */

	text-shadow: 2px 2px 50px #fab92c;
	transition: all 0.5s ease-in-out; text-align: left;
  	animation: flicker 0.5s ease-in-out infinite alternate;

	&:hover {
		color: #fff;
	}
}


@keyframes flicker {
	0% {
		opacity: 0.5;
		text-shadow: 1px 1px 5px #fab92c;
	}
	100% {
		opacity: 1;
		text-shadow: 1px 1px 10px #fab92c;
	}
}

