html{
    scroll-behavior: smooth;
}
body{
    font-size: 1rem;
    font-family: "Exo", sans-serif;
    font-weight: 400;
    color: #f7f7f7;
    background-color: #212121;
}
.ovhidden{
    overflow: hidden;
}

a, a:hover{
    color: #f7f7f7;
  text-decoration: none !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
a:hover{
    color: #fff;
}

ul{
  padding-left: 0px; 
  list-style-type: none;
  margin: 0
}
img{
    display: block;
  max-width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header{
    transition: all .5s !important;
}
img.loadimg{
    opacity: 0;
    transform: scale(.95);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
img.loadimg.fade{
    opacity: 1.0;
    transform: scale(1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

button{
    border: none;
    cursor: pointer;
    outline: 0;
    font-family: "Exo", sans-serif;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h1, .h2, .h3, h1, h2, h3{
  font-weight: 500;
}
.h4, .h5, .h6, h4, h5, h6{
    font-weight: 500;
    line-height: 1.4;
}

input{
    font-family: "Exo", sans-serif;
}
  


@media(min-width:1441px){
.cmpad{
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}
}
@media(max-width: 1440px){
.cmpad{
  padding-left:80px;
  padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
  padding-left:40px;
  padding-right:40px;
}
}
@media(max-width: 767px){
.cmpad{
  padding-left:15px;
  padding-right:15px;
}

}
@media(max-width: 575px){
html{
  font-size: 90%;
}

}



.mainhdcenter{
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
}
.mainhead{
  font-weight: 500;
    position: relative;
}

.mainhead.center{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.subhead{
    font-weight: 400;
    font-size: 1.15rem;
    position: relative;
}

.subhead i{
    color: #ffffff;
}
.hdcap{
    width: 100%;
    margin-bottom: 0;
    opacity: .75;
}

.hdbtncol{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    gap: .5rem;
}
.hdbtncol .swiper-button-prev,
.hdbtncol .swiper-button-next{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: 30px;
    height: 40px;
    background-color: rgb(102 6 203);
    background-size: 300%;
    background-image: linear-gradient(90deg, rgb(102 6 203) 0%, rgb(157 49 142) 50%, rgb(102 6 203) 100%);
    color: #fff;
    border-radius: 1rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.hdbtncol .swiper-button-prev:after,
.hdbtncol .swiper-button-next:after{
    font-size: 1rem;
}
.hdbtncol .swiper-button-prev:hover, 
.hdbtncol .swiper-button-next:hover{
    background-size: 150%;
}

@media(max-width:575px){
.hdbtncol .swiper-button-prev, .hdbtncol .swiper-button-next{
    width: 26px;
    height: 32px;
}
}



@media(max-width: 767px){
.h1, h1{
    font-size: 2.2rem;
}
.h2, h2{
    font-size: 1.75rem;
}
}
@media(max-width: 575px){
.h2, h2{
    font-size: 1.5rem;
}
.h1, h1{
    font-size: 2rem;
}
}



@media(min-width:768px){
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-track{background-color:#eee}
::-webkit-scrollbar-thumb{background-color:#3a3a3a}
::-webkit-scrollbar-thumb:hover{background-color:#444}
}

.custscroll::-webkit-scrollbar,.custscroll::-webkit-scrollbar-thumb{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscroll::-webkit-scrollbar-track{background:transparent}
.custscroll:hover::-webkit-scrollbar-thumb{background-color:#ccc}
.custscroll::-webkit-scrollbar-thumb:hover{background-color:#999}


.custscrollA::-webkit-scrollbar{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscrollA::-webkit-scrollbar-track{background:transparent}
.custscrollA::-webkit-scrollbar-thumb{background-color:#ccc;border-radius: 6px;}
.custscrollA::-webkit-scrollbar-thumb:hover{background-color:#999}


ul.social {
    display: flex;
    gap: 5px;
}
ul.social li {
    display: block;
}
ul.social li:last-child{
    margin-right: 0;
}
ul.social li a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 0.875rem;
}

ul.social li a i {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: .9rem;
    color: #ffffff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.social li a:hover i {
    color: #212121;
    background-color: #ffffff;
}




p{
    margin-top: 0;
}


.flexVcenter{
    display: flex;
    flex-flow: wrap;
    align-content: center;
}



@keyframes moveRight{
    0%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50%{
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveLeft{
    0%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50%{
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveDown{
    0%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50%{
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveUp{
    0%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50%{
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*PULSE*/
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



.btn{
    padding: 12px 15px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    border-radius: 2rem;
    border: 1px solid;
}
.btn i{
    transition: none;
}

.btn-primary{
    color: #212121;
    background-color: #ffffff;
    min-width: 130px;
}
.btn-primary:hover{
    background-color: transparent;
    color: #ffffff;
    box-shadow: 0 0 0 2px #ffffff;
}
.btn-secondary{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.btn-secondary:hover{
    color: #ffffff;
    box-shadow: 0 0 0 2px #ffffff;
}


.btn.center{
    display: table;
    margin: auto;
}

.btngroup{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 15px;
}


.morebtn{
    color: #f7f7f7;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-weight: 500;
    z-index: 1;
    padding: 2px 0;
}
.morebtn i{
    transition: none;
    margin-left: 6px;
}
.mainimgcard:hover .morebtn,
.morebtn:hover{
  color: #ffffff;
}
.mainimgcard:hover .morebtn i,
.morebtn:hover i{
    animation: moveRight 1s infinite;
}
.morebtn::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 20px;
    top: 0;
    height: 1px;
    background-color: #ffffff;
    transition: all 1s ease;
}
.mainimgcard:hover .morebtn::after,
.morebtn:hover::after{
    width: 100%;
}

.posrel{
    position: relative;
}



/*---------------------------------------*/
/*::::::::::::::::HEADER:::::::::::::::::*/
/*---------------------------------------*/
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #212121;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
header.sticky{
    margin-top: -80px;
}
header .headmain{
    display: flex;
    height: 80px;
    gap: 15px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
header .headmain .logocol{
    width: 220px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    z-index: 1;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
header .headmain .logocol a{
    display: flex;
    width: 100%;
}
header .headmain .logocol a img{
    width: 100%;
}
header .headmain .menucol{
    flex: 1 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
header .headmain .menucol .mainmenu{
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px;
}


header .normalmenu{
    position: relative;
}
header .megamenu a.mainli{
    color: #f7f7f7;
    display: flex;
    height: 40px;
    align-items: center;
    font-weight: 500;
    position: relative;
    padding: 0 10px;
    border-radius: 2rem;
    text-transform: uppercase;
}
header .megamenu.active a.mainli,
header .megamenu.active:hover a.mainli{
    background-color: rgb(255 255 255 / 20%);
}
header .megamenu:hover a.mainli{
    color: #fff;
    background-color: rgb(255 255 255 / 10%);
}
header .megamenu-content {
    display: flex;
    align-items: center;
    position: absolute;
    background-color: #fff;
    max-width: 100%;
    border: none;
    z-index: 99;
    height: 0;
    overflow: hidden;
    box-shadow: 4px 6px 20px rgb(0 0 0 / 10%);
    line-height: 1.4;
    border-radius: .3rem;
}
header .megamenu-content ul li a{
color: #333;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    transition: all .5s;
}
header .megamenu-content ul li a:hover{
    background-color: #000;
    color: #fff;
}
header .normalmenu .megamenu-content{
    width: max-content;
    max-width: none;
    min-width: 200px;
}
header .megamenu:hover .megamenu-content {
    height: auto;
    align-items: flex-start;
    animation-name: zoomIn;
    animation-duration: .4s;
    animation-iteration-count: 1;
}
header .normalmenu:hover .megamenu-content{
    padding: 0;
    padding-bottom: 5px;
    min-height: auto;
    height: auto;
}
header .normalmenu .normlist{
    display: flex;
    flex-flow: column;
    font-size: .9rem;
    width: 100%;
}
header .normalmenu .normlist li a{
    color: #4f6b78;
    display: flex;
    padding: 10px 15px;
}
header .normalmenu .normlist li a:hover{
    color: #ffffff;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
      opacity: 1;
    }
  }
  @keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
      opacity: 1;
    }
  }


header .megamenu a.menubgbtn{
    padding: 10px 15px;
    display: flex;
    flex-flow: column;
    gap: 3px;
    justify-content: center;
    font-size: .75rem;
    border: none;
    border-radius: 0;
    height: 80px;
}
header .megamenu a.menubgbtn:hover{
    color: #fff;
    background-color: #25D366;
}
header .megamenu a.menubgbtn i{
    font-size: 2rem;
}




/*mobile css*/

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #050505;
    box-shadow: -20px 0 20px rgb(0 0 0 / 10%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
  
  .sidebar.show {
    width: 350px;
    opacity: 1;
  }
  
  .sidebar .sidehead {
    padding: 15px 15px;
    border-bottom: 1px solid #ffffff2e;
  }
  
  .sidebar .sidehead .logo {
    width: 200px;
    display: flex;
    justify-content: center;
  }
  
  .sidebar .sidehead .closebtn {
    font-size: 1rem;
    padding: 5px;
    border: none;
    background-color: #ffffff;
    position: absolute;
    top: 11px;
    right: 0.5rem;
    color: white !important;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
  }
  .closebtn i{
    color: #000;
  }
  
  .sidebar .sidehead .closebtn:hover {
    color: #3a3a3a;
  }
  
  .sidebar .sidemenu {
    padding: 15px;
    overflow-y: auto;
    height: calc(100vh - 61px);
  }
  
  .sidebar .sidemenu ul.menulist {
    display: flex;
    flex-flow: column;
  }
  
  .sidebar .sidemenu ul.menulist li {
    margin-bottom: 10px;
  }
  
  .sidebar .sidemenu ul.menulist li a {
    color: #fff;
    opacity: .8;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 0.5rem;
    cursor: pointer;
    background: #5693a926;
    font-weight: 400;
    font-size: 0.95rem;
  }
  
  .sidebar .sidemenu ul.menulist li a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  
  .sidebar .dropdown.show .dropdown-toggle {
    color: #3498db;
    background-color: #eaf3ea;
  }
  
  .sidebar .dropdown-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    font-weight: 600;
    position: absolute;
    right: 30px;
    font-size: 0.8rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border: none;
  }
  
  .sidebar .dropdown.show .dropdown-toggle:after {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
  }
  
  .sidebar .dropdown-menu {
    position: relative !important;
    transform: none !important;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 0.875rem;
  }
  
  .sidebar .dropdown-menu a:hover {
    background-color: transparent !important;
  }
  
  .sidebar .seperate {
    font-size: 0.875rem;
    color: #9e9e9e;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 15px;
  }
  
  .sidebar ul.social {
    padding: 0 15px;
    display: flex;
  }
  
  .sidebar ul.social li a i {
    color: #f5f5f5c7;
    padding-right: 20px;
  }
  .menunav img {
    width: 30px;
  }
  .menunav{
    display: flex;
    justify-content: end;
    display: none;
  }
  .social{
    display: flex;
    gap: 10px;
  }
  .social li{
    list-style-type: none;
  }
 
/*---------------------------------------*/
/*:::::::::::::::::SLIDER::::::::::::::::*/
/*---------------------------------------*/
.slider{
    background-color: #000;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.slide-cont{
    width: 100%;
    position: absolute;
    left: 0;
}
.mainslider{
    width: 50%;
    height: calc(100% - 80px);
    margin-left: 0;
    margin-top: auto;
}
.slider .swiper-slide{
    background-color: transparent;
    opacity: 0!important;
    display: flex;
    align-items: center;
}
.slider .swiper-slide-active{
    opacity: 1!important;
}

.slider .slideimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    animation: slide 8s infinite;
}
@keyframes slide {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
.slider .slideimg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%);
}
.slidecont{
    position: relative;
    z-index: 2;
    width: 50%;
    margin-left: auto;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.slidecont .slhead{
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.slidecont .slsubhd{
    font-size: 1.5rem;
    font-weight: 500;
    width: 500px;
    max-width: 100%;
    margin-bottom: 3rem;
    opacity: .8;
}
.slidecont .btn{
    padding: 15px 25px;
}

.slidenav{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.slidenav .swiper-pagination{
    bottom: 120px;
    left: 30px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 10px;
    width: 40px;
}
.slidenav .swiper-pagination-bullet{
    width: 20px;
    height: 4px;
    background: #fff;
    opacity: 1;
    border-radius: .25rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.slidenav .swiper-pagination-bullet-active{
    background-color: #ffffff;
    width: 35px;
    opacity: 1;
}
.explore{
    position: absolute;
    right: 0;
    bottom: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.explore img{
    width: 30px;
    margin-top: -10px;
    animation: moveDown 1.5s infinite;
}
.explore:hover{
    box-shadow: inset 0 0 0 3px #fff;
}
@-webkit-keyframes fadeOutDown {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  @keyframes fadeOutDown {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  .animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }

.slbtngroup{
    display: flex;
    flex-flow: wrap;
    gap: 25px;
    justify-content: center;
}
.iconbtn{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}
.iconbtn .icon{
    width: 80px !important;
    height: 80px !important;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 50%;
    padding: 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.iconbtn:hover .icon{
    
    background-color: rgb(255 255 255 / 40%);
}





/*---------------------------------------*/
/*::::::::::::::::OVERVIEW:::::::::::::::*/
/*---------------------------------------*/
.overimg{
    max-width: 565px;
    padding-left: 15px;
    padding-right: 30px;
    padding-bottom: 30px;
    border-right: 1px solid rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.overcont{
    padding-left: 2rem;
}
.textcont p{
    opacity: .75;
}
.headrow{
    display: flex;
}
.headrow .collt {
    min-width: 35%;
    max-width: 35%;
}
.headrow .colrt p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-size: 1.2rem;
    opacity: .75;
}
.headrow .colrt {
    flex: 1 auto;
}
.sidecap{
    color: #ffffff;
}

.iconcard{
    display: flex;
    flex-flow: column;
    gap: 10px;
    border: 1px solid rgb(255 255 255 / 10%);
    padding: 10px;
    height: 100%;
    border-radius: .25rem;
    background-color: #1a1a1a;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.iconcard:hover{
    border: 1px solid rgb(255 255 255 / 50%);
}
.iconcard .icon{
    width: 44px;
    margin-top: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.iconcard .icon img{
    width: 100%;
}
.iconcard .cardhead{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.iconcard .cardhead.big{
    font-size: 2rem;
}
.iconcard p{
    font-size: .875rem;
    opacity: .75;
    margin-bottom: 5px;
}

.lightbg{
    background-color: #fff;
    color: #212121;
}



/*---------------------------------------*/
/*:::::::::::::::::SERVICES::::::::::::::*/
/*---------------------------------------*/
.services,
.serviceslide{
    height: 500px;
}
.services .cardimg {
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    width: 100%;
}
.services .cardimg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.services .cardimg:after{
    content: '';
    background: rgb(0 0 0 / 80%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 80%) 50%, rgb(0 0 0 / 80%) 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
}
.services .cardcont{
    width: 50%;
    margin-left: auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
}
.services .cardhead{
    font-size: 2rem;
    font-weight: 600;
}
.mainimgcard {
    position: relative;
}
.mainimgcard .cardimg {
    border-radius: .25rem;
    overflow: hidden;
}
.mainimgcard .cardimg img{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mainimgcard:hover .cardimg img{
    transform: scale(1.1);
}
.mainimgcard .cardhead {
    font-size: 1.5rem;
    padding: 10px 0;
    font-weight: 400;
    margin: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mainimgcard .cardcont{
    padding-top: 15px;
}
.mainimgcard .cardcont p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    opacity: .75;
}
.mainimgcard .morebtn{
    margin-top: 1rem;
}
.mainimgcard:hover .cardhead{
    color: #ffffff;
}

.custpagi{
    text-align: center;
}
.custpagi .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #fff;
}
.custpagi .swiper-pagination-bullet-active{
    background-color: #ffffff;
}





/*---------------------------------------*/
/*::::::::::::::::::COUNTER::::::::::::::*/
/*---------------------------------------*/
.timeline {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 700px;
    position: relative;
  }
  .timeline__content-title {
    font-weight: normal;
    font-size: 66px;
    margin: -10px 0 0 0;
    transition: 0.4s;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
  }
  .timeline__content-desc {
    margin: 0;
    font-size: 15px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    line-height: 25px;
  }
  .timeline:before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    content: "";
    background: rgba(255, 255, 255, 0.25);
  }
  /* @media only screen and (max-width: 767px) {
    .timeline:before {
      left: 40px;
    }
  } */
  .timeline-item {
    padding: 100px 0;
    opacity: 0.3;
    filter: blur(2px);
    transition: 0.5s;
    box-sizing: border-box;
    width: calc(50% - 40px);
    display: flex;
    position: relative;
    transform: translateY(-80px);
  }
  .timeline-item:before {
    content: attr(data-text);
    letter-spacing: 2px;
    width: 100%;
    position: absolute;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    border-left: 5px solid;
    top: 70%;
    margin-top: -5px;
    padding-left: 15px;
    opacity: 0;
    right: calc(-100% - 56px);
    max-width: 100%;
  }
  .timeline-item:nth-child(even) {
    align-self: flex-end;
  }
  .timeline-item:nth-child(even):before {
    right: auto;
    text-align: right;
    left: calc(-100% - 56px);
    padding-left: 0;
    border-left: none;
    border-right: 5px solid;
    padding-right: 15px;
  }
  .timeline-item--active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
  .timeline-item--active:before {
    top: 50%;
    transition: 0.3s all 0.2s;
    opacity: 1;
  }
  .timeline-item--active .timeline__content-title {
    margin: 50px 0 20px 0;
  }
  @media only screen and (max-width: 767px) {
    .timeline-item {
      width: 100%;
      padding-left: 20px;
      padding-top: 60px;
    }
    /* .timeline-item:before {
      left: 20px !important;
      top: 0;
      text-align: left !important;
      width: 100%;
      border: none !important;
    } */
    .timeline-item:last-child {
      padding-bottom: 40px;
      padding-top: 85px;

    }
  }
  .timeline__img {
    border-radius: .5rem;
    max-width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
  }
  .timeline-container {
    width: 100%;
    position: relative;
    padding: 80px 0;
    transition: 0.3s ease 0s;
    background-attachment: fixed;
    background-size: cover;
  }
  .timeline-container:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);
    content: "";
  }
  .timeline-header {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
  }
  .timeline-header__title {
    color: #fff;
    font-size: 46px;
    font-weight: normal;
    margin: 0;
  }
  .timeline-header__subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    letter-spacing: 5px;
    margin: 10px 0 0 0;
    font-weight: normal;
  }
  .countlogo{
    width: 230px;
    margin: 10px auto;
  }


  .scrollmain {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}
.scrollbar {
    position: sticky;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100vh;
    width: 2px;
    border-radius: 2px;
    background: #fff;
  }
  .scrollbar .scrollball {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    left: -4px;
    position: absolute;
    background: #fff;
  }
  .scrollbar .scrollball span {
    position: absolute;
    left: 15px;
    top: -4px;
  }



/*---------------------------------------*/
/*::::::::::::::::::BRANDS:::::::::::::::*/
/*---------------------------------------*/
.brands::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../img/images/rounds.svg);
    opacity: .1;
}
.logocard{
    display: flex;
    justify-content: center;
    height: 100px;
    padding: 10px;
    border-radius: .25rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background-color: #fff;
}
.logocard:hover{
    
}
.logocard img{
    object-fit: contain;
}

.slidebtncol{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.slidebtn{
    position: relative;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid;
    color: #ffffff;
    top: auto;
    margin: 0;
    left: auto;
    right: auto;
    border-radius: .25rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.slidebtn:after{
    font-size: 1rem;
}
.slidebtn:hover{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #212121;
}






/*---------------------------------------*/
/*::::::::::::::::TESTIMONIALS:::::::::::*/
/*---------------------------------------*/
.team{
    background-color: #1a1a1a;
}
.teamimg{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.teamimg img{
    width: 250px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 1rem;
    box-shadow: 0 0 0 6px rgb(255 255 255 / 30%);
}
.teamimg .name{
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
}
.teamimg .desig{
    opacity: .75;
}
.testislide .swiper-slide{
    height: auto;
}
.testicard{
    display: flex;
    flex-flow: column;
    border: 1px solid rgb(255 255 255 / 10%);
    background-color: #1a1a1a;
    padding: 15px;
    border-radius: .25rem;
    height: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.testicard:hover{
    border-color: rgb(255 255 255 / 25%);
}
.testicard i{
    font-size: 2rem;
    color: #ffffff;
    margin: 1rem;
}
.testicard .userinfo{
    display: flex;
    flex-flow: column;
    text-align: right;
    margin-top: 1rem;
}
.testicard .userinfo h6{
    margin: 0;
}
.testicard .userinfo span{
    font-size: .875rem;
    color: #ffffff;
}
.testicard p {
    color: rgb(255 255 255 / .75);
}

.hilist{
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.hilist li{
    position: relative;
    padding-left: 25px;
    color: rgb(255 255 255 / 75%);
}
.hilist li:before{
    content: '';
    background-image: url(../img/icons/cube.svg);
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-flex;
    position: absolute;
    left: 0;
    margin-top: 3px;
}






/*---------------------------------------*/
/*::::::::::::::::::ENQUIRY::::::::::::::*/
/*---------------------------------------*/
.careers{
    background-color: #212121;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    text-align: center;
}
.careers:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    backdrop-filter: blur(2px);
}
.careers .btn{
    padding: 14px 25px;
    min-width: 200px;
}



/*---------------------------------------*/
/*::::::::::::::::::FOOTER::::::::::::::*/
/*---------------------------------------*/
footer{
    position: relative;
    padding-top: 5rem;
    padding-bottom: 3rem;
    background: #1a1a1a;
    font-size: .875rem;
    color: rgb(255 255 255 / 75%);
}
footer a{
    color: rgb(255 255 255 / 75%);
}
footer .iconcard,
footer .iconcard:hover{
    border: none;
    padding: 0;
}

footer .ftlogo img{
    width: 250px;
    margin-bottom: 1rem;
}
.ftcont{
    display: flex;
    flex-flow: wrap;
    gap: 15px;
}
.ftcont a{
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500;
}
.ftcont .icon{
    width: 36px;
    height: 36px;
    border: 1px solid rgb(255 255 255 / 10%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ftsocial{
    display: flex;
    justify-content: flex-end;
}
footer .fthead{
    font-weight: 600;
    padding-top: 10px;
    display: inline-flex;
    color: #f7f7f7;
    position: relative;
}
footer .fthead span{
    opacity: .75;
    font-weight: 400;
}
footer .addcol .adet{
    opacity: .75;
}
footer .addcol p{
    opacity: 1;
}
footer .connect i{
    color: #ffffff;
}
footer .ftmenu{
    display: flex;
    flex-flow: wrap;
}
footer .ftmenu li{
    flex: 1 0 100%;
    padding: 5px 0;
}
footer .ftmenu a:hover{
    color: #ffffff;
}
footer .ftbottom{
    display: flex;
    flex-flow: column;
    padding: 2rem 0 0;
    margin-top: 2rem;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
footer .powered{
    text-align: right;
}
.contlist{
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.contlist a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    color: rgb(255 255 255 / 75%);
}
.contlist a:hover{
    color: #ffffff;
}
.contlist img{
    width: 24px;
}






.back2top{
    text-transform: uppercase;
    background-color: rgb(255 255 255 / 10%);
    font-size: .8rem;
    padding: 10px 20px;
    font-weight: 600;
    border: none;
}
.back2top:hover{
    background-color: rgb(255 255 255 / 20%);
}


a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 10px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: transparent;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #eee;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #b1b1b1;
  font-size: 13px;
}

/*---------------------------------------*/
/*::::::::::::::::FORM:::::::::::::::*/
/*---------------------------------------*/

.myform label{
    font-size: .8rem;
    opacity: .75;
    margin: 0;
}
.myform input,
.myform textarea,
.myform select{
    width: 100%;
    margin-bottom: 1rem;
    padding: 10px 15px;
    box-shadow: none;
    border: 1px solid #ddd;
    outline: 0;
    color: #4f6b78;
    background-color: rgb(255 255 255 / 60%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.myform input:focus,
.myform textarea:focus,
.myform select:focus{
    border-color: rgb(223 30 38 / 30%);
}
.myform input[readonly]:focus,
.myform textarea[readonly]:focus,
.myform select[readonly]:focus{
    border-color: #ddd;
}
.myform input::placeholder,
.myform textarea::placeholder,
.myform select::placeholder{
    opacity: .5;
}
.myform .btn{
    padding: 12px 25px;
}
.myform select{
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position: relative;
}
.myform .select{
    position: relative;
}
.myform .select:after{
    content: '\f107';
    position: absolute;
    right: 10px;
    top: 14px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 10px;
    opacity: .75;
    pointer-events: none;
}

/* //////////// CLIENT ////////////// */
.client {
    background-color: #1a1a1a;
  }
  
  .client h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
    padding-left: 90px;
    position: relative;
  }
  .client h3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #cecece;
    left: 0;
    max-width: 70px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .client .cen {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: center;
  }
  
  .clientswiper img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    padding: 5px;
  }
/*---------------------------------------*/
/*::::::::::::::::::NEWS::::::::::::::*/
/*---------------------------------------*/
.news {
    /* background-color: #00000008; */
  }
  
  .news-card {
    background-color: rgb(0, 0, 0);
    position: relative;
    transition: 0.3s;
    cursor: pointer;
  }
  
  .news-card .news-con {
    padding: 10px;
  }
  .news-card .news-con h5 {
    font-size: 1rem;
    border-bottom: 1px solid #ffffff38;
    padding-bottom: 10px;
    line-height: 25px;
    color: #ffffff;
    max-height: 52px !important;
    overflow: hidden !important;
  }
  .news-card .news-con span {
    font-size: 0.85rem;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    padding: 1px 8px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
  }
  .news-card .news-con p {
      font-size: 0.85rem;
      color: #ffffff;
      margin-bottom: 8px;
      margin-top: 8px;
      line-height: 20px;
      max-height: 40px;
      overflow: hidden;
          display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      opacity: .8;
  }
  .news-card .news-img {
    overflow: hidden;
  }
  .news-card:hover img {
    transform: scale(1.1);
  }
  .news-btn .swiper-button-next,
  .news-btn .swiper-button-prev {
    top: 35%;
  }
  .main-next,
.main-prev {
  width: 38px;
  height: 38px;
  border: 1px solid white;
  transition: 0.3s;
  /* border-radius: 0.3rem; */
  color: #333;
}
.main-next:hover,
.main-prev:hover {
  background: #000000;
  color: white;
  border: 3px solid #000000;
  transition: 0.3s;
}
.main-next::after, .main-prev::after{
    font-size: 0.85rem;
    color: white;
    transition: 0.3s;
}
.news-con a{
    color: #ffffff;
}
/* responsive */
@media(max-width: 1199px){
    .slidecont .slhead {
        font-size: 2.5rem;
    }
    .slider .slideimg {
        height: 60%;
    }
    .slbtngroup {
        gap: 23px;
    }
     header .headmain .menucol {
        display: none;
    }
    .menunav{
        display: flex !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }
}

@media(max-width: 991px){
    header .headmain .menucol {
        display: none;
    }
    .slide-cont{
        bottom: 115px;
    }
    .slidecont{
        width: 100%;
        align-items: center;
    }
    .slidecont .slsubhd , .slidecont .slhead {
        width: 100%;
        text-align: center;
    }
    .slider .slideimg {
        top: 0;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }
    .mainslider{
        width: 100%;
    }
    .explore {
        left: 50%;
        right: 50%;
    }
    .slbtngroup{
        justify-content: center;
    }
    .slidecont .slsubhd {
        margin-bottom: 2rem;
    }
    .menunav{
        display: flex !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

}

@media(max-width: 767px){
    .timeline:before {
       display: none;
    }
    .timeline-item{
        width: 50%;
    }
    .timeline__img{
        max-width: 200px;
    }
    .timeline{
        max-width: 600px;
    }
    .timeline-item--active .timeline__content-title {
        margin: 30px 0 20px 0;
    }
    .timeline__content-title {
        font-size: 55px;
    }
    .timeline-item:nth-child(5), .timeline-item:nth-child(6){
        padding-top: 95px;
    }
    .timeline-item:nth-child(even):before{
        left: calc(-100% - 35px);
        width: 200px;
        max-width: 100%;
    }
    .timeline-item:before{
        font-size: 1.5rem;
    }
    .timeline-item:nth-child(odd){
       padding-right: 20px;
    }
    
}

@media(max-width:690px){
    .timeline{
        max-width: 465px;
    }
}

@media(max-width: 575px){
    .userinfo{
        justify-content: center;
        text-align: center;
    }
    .explore{
        margin: auto;
        position: relative;
        left: 0;
        right: 0;
    }
    .timeline__img {
        max-width: 150px;
    }
    .timeline__content-title {
        font-size: 35px;
    }
    .scrollbar{
        left: 45%;
    }

    .timeline-item:before{
        right: calc(-100% - 20px);
    }
    footer .none{
        display: none;
    }
    .powered, .ftbottom{
        text-align: center !important;
    }
    .careers{
        height: 250px;
    }
    .teamimg img {
        width: 200px;
    }
    .timeline-header__title {
        font-size: 35px;
    }
    .slider .slideimg {
        height: 50%;
    }
    .slidecont .slhead {
        font-size: 1.5rem !important;
    }
    .slidecont .slsubhd{
        font-size: 1rem !important;
    }
    .timeline {
        max-width: 375px;
    }
  .timeline-item {
  
      padding-left: 0;
  }
    body{
        overflow-x: hidden;
    }

}