@font-face {
    font-family: abel;
    src: url(../Font/Abel-Regular.ttf);
}


* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    font-family: "abel", sans-serif;

}

figure{
    margin: 0;
}


html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}


.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2C3578;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}


header .nav-item {
    margin: 0 20px;
}

header .nav-link {
    transition: all 0.5s ease;
}

/* nav{
   
} */

.fixed-top {
    background-color: #ffffffe8;
}

header .nav-link:hover {
    color: #3167AF !important;
}

header .btn-dark {
    background-color: #3167AF;
    border: 1px solid transparent;
    color: #ffffff;
}


header .btn-dark:hover {
    background-color: transparent;
    border: 1px solid #3167AF;
    color: #3167AF !important;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}


section.banner img {
    height: 100vh;
    object-fit: cover;
}

section.banner .card-img-overlay {
    display: flex;
    align-items: center;
}

section.banner .card-img-overlay h2 {
    font-size: 50px;
}

.btn_1 {
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 10px;
    color: #380F19;
    border: 1px solid transparent;
    transition: all 0.5s ease;

}

.btn_1:hover {
    color: #FFF;
    border: 1px solid #FFF;
    background-color: transparent;
}

.btn_2 {
    padding: 10px 30px;
    background-color: #C90A00;
    border-radius: 10px;
    color: #fff;
    ;
    border: 1px solid transparent;
    transition: all 0.5s ease;

}

.btn_2:hover {
    color: #FFF;
    border: 1px solid #C90A00;
    background-color: transparent;
}

section.banner .box {
    backdrop-filter: blur(95.0999984741211px);
    background: rgba(175, 49, 49, 0.11);
}

section.banner .box input::placeholder,
section.input input::placeholder,
section.input select,
section.banner  {
    font-size: 16px;
}

input::placeholder,
select::placeholder,
select{
    font-size: 16px !important;
}


.color {
    color: #000000;
}

.text {
    color: #000000;
}

.color1 {
    color: #2C3578;
}

.color3 {
    color: #C83A36;
}

.line {
    position: relative;
    bottom: 36px;
    width: 67px;
    height: 1px;
    color: #C83A36;
    background-color: #C83A36;
}

section.services .box .card-img-overlay {
    top: auto;
    bottom: -137px;
    transition: all .4s ease;
    overflow: hidden;
}

section.services .box1 .card-img-overlay {
    top: auto;
    bottom: -137px;
    transition: all .4s ease;
    overflow: hidden;
}

section.services .box2 .card-img-overlay {
    top: auto;
    bottom: -106px;
    transition: all .4s ease;
    overflow: hidden;
}
section.services .box3 .card-img-overlay {
    top: auto;
    bottom: -117px;
    transition: all .4s ease;
    overflow: hidden;
}
section.services .box4 .card-img-overlay {
    top: auto;
    bottom: -117px;
    transition: all .4s ease;
    overflow: hidden;
}





section.services .box:hover .card-img-overlay,
section.services .box1:hover .card-img-overlay,
section.services .box2:hover .card-img-overlay,
section.services .box3:hover .card-img-overlay,
section.services .box4:hover .card-img-overlay {
    bottom: 0;
}


section.services .box p
,section.services .box1 p
,section.services .box2 p
,section.services .box3 p 
,section.services .box4 p {
    transition: all .4s ease;
    opacity: 0;
}

section.services .box:hover p,
section.services .box1:hover p ,
section.services .box2:hover p ,
section.services .box3:hover p ,
section.services .box4:hover p  {
    margin-top: 10px !important;
    opacity: 1;
}


section.about .img{
    position: absolute;
    left: -58px;
    top: 20px;
}
section.about .img2{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 50px;
}


section.why .img{
    position: absolute;
    left: 0;
    top: 20px;
}
section.why .img2{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}


section.feedback{
    background: url("../Images/bg_test.webp") no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
section.feedback .img{
  position: absolute;
  right: 20px;
}
section.feedback .owl-theme .owl-nav{
display: none;
}

section.feedback .owl-theme .owl-dots{
    margin-top: 30px;
}

section.feedback .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #fff;  
}

section.feedback .img{
    position: absolute;
    bottom: 0;
    left: 0;
}
section.feedback .img2{
    position: absolute;
    top: 0;
     right: 50px;
}
section.feedback .img3{
    position: absolute;
    top: 30px;
    right: 50px;
}

section.contact a{
    color: #575757;
}
section.contact ul li{
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;

}

iframe{
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

section.contact .img2{
    position: absolute;
  top: 0;
  right: 0;
    
}
section.contact .img{
    position: absolute;
    bottom: 0;
    right: 400px;
    width: 600px;
}

footer{
    background-color: #111748;
}

footer a:hover{
color: #3167AF !important;
}


section.banner{
    overflow: hidden;
}
section.banner img{
   animation: move 2s ease forwards;
}


header .Nav.fixed-top img{
    /* width: 180px !important; */
    padding: 5px 0;
}
header .Nav.fixed-top{
    padding: 0;
}

.arrow-1 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 1000;
  }


@keyframes move {

    0%{
        transform: scale(1.2);

    }
    100%{
        transform: scale(1);
       
    }
}

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    padding-top: 142px;
    flex-direction: column;
  }
  
  .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .lead {
    font-size: 13px;
  }
  
  .loader div {
    background-color: #2C3578;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
  }
  
  .loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }
  
  @-webkit-keyframes ballPulseDouble {
  
    0%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes ballPulseDouble {
  
    0%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  

  section.feedback .card{
    height: 279px;
  }


 
  section.other-banner .card-img-overlay{
    top: 30%;
    transform: translateY(-50%);
  }


  section.offeter .card{
  height: 100%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
background: #fff;
  }


  header .dropdown:hover .dropdown-menu{
    display: block;
  }
  header .dropdown-menu{
    border: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  }




  .card-container {
    perspective: 1000px;
}

.card{
    width: 100%;
    height: 200px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 1s;
}

.card-container:hover .card {
    transform: rotateY(180deg);

}

.card-front, .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Arial, sans-serif;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    background-color: #2C3578;
    color: #fff !important;
    /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.055); */
    cursor: default;
}

.card-front {
    background-color: #2C3578;
    color: rgb(255, 255, 255) !important;
    padding: 20px;
}

.card-back {
    transform: rotateY(180deg);
    background-color: #2C3578;
    color: rgb(255, 255, 255);
    padding: 20px;
    box-sizing: border-box;
}


.number{
    width: 40px;
    height: 40px;
    background-color: #2C3578;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    left: 15px;
    top: 15px;
}

section.corporate_event_gallery .card-img-overlay {
    background-color: #00000075;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease;
}

section.corporate_event_gallery .card {
    transition: all 0.5s ease;
}

section.corporate_event_gallery .card:hover .card-img-overlay {
    opacity: 1;
}

section.corporate_event_gallery .logo_bg {
    background-color: white;
    border-radius: 12px;
    width: max-content;
    box-shadow: 0px 1px 3px #0000001a;
}

section.corporate_event_gallery .logo_bg img {
    width: 219px;
}