@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&amp;display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    /* font-family: 'Catamaran','Unbounded', sans-serif; */
    font-family: 'Open Sans', sans-serif;
list-style: none;
transition: smooth;
/* background-color: var(--bg-color);
 */
 background-color: #1b1949 !important;
}
a{
    text-decoration: none;
}

.btnhover:hover{
    background-color: #70c7d3 !important;
    color: #fff !important;
    transition: all 0.8s !important;
}
.social_links:hover{
    color: #70c7d3;
}


:root{
    --bg-color:#1a1a1a;
    --bg-second:#6a7d7d;
    --bg-third:#023856;
    --bg-four:#70c7d3;
    --text-color:#023856;
}
.bg-one{
    background-color: var(--bg-color);
}
.bg-two{
    background-color: var(--bg-second);
}
.bg-three{
    background-color: var(--bg-third);
}
.bg-four{
    background-color: var(--bg-four);
}
.text-one{
    color: var(--text-color);
}


/* navbar_section---start---here  */
.navbar_section{
    position: sticky;
    background-color: #1b1949;
    z-index: 1000;
    top: 0;
}
.nav-link{
    color: #fff;
}
.nav-link.active{
    color:#70c7d3  ;
}

.nav-link:hover{
    color: #70c7d3  !important;
}
.nav-item{
    padding: 0px 14px 0px 0px;
}
.navbar_box{
    border-bottom: 5px solid #fff;
    border-radius: 10%;
}
.navbar-toggler-icon{
    font-size: 32px;
}
.navbar-toggler:focus {
    box-shadow: none;
}

/* navbar_section---ends---here  */
/* banner_section---start---here  */
.banner_btn a{
    border-radius: 15px;
}
.banner_btn1 a{
    border-radius: 10px;
}
.banner_box2{
    border: 4px solid #70c7d3 ;
    border-left: 0;
    border-right: 0;
    box-shadow: 30px 10px 10px #183b3c;
    border-radius: 15%;
}
/* banner_section---ends---here  */
/* card_section---start---here  */
.card{
    border-radius: 20px;
    height: 350px;
    border: none;
    background: linear-gradient(#fff 40%,#64d5e0 1%,#0e3341);
    font-size: 22px;
    box-shadow: 2px 2px 5px #1b656e;
}
.card_bodyy{
    height: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    background: linear-gradient(#64d5e0 1%,#145b68 10%,#0e3341);
    box-shadow: -2px -1px 2px white inset;
}
.card:hover{
   scale: 1.05;
   transition: all 0.8s;
}
.card:hover .card_bodyy{
   transition: all 0.8s;
   background: linear-gradient(90deg,#145b68 30%,#64d5e0 60%,#0e3341);
}
.card:hover .card_head{
    color: var(--text-color);
}
.card_head p{
    font-weight: 700;
}
.card_link{
    color: #fff;
    font-size: 14px;
}
.card_link:hover{
  color: #fff;
    text-decoration: underline;
}
/* card_section---ends---here  */
/* hero_section---start---here  */
.hero_section{
    /* background-color: #ffffff; */
    /* background: #000 url('../images/hero-bg.png') no-repeat center; */
    background-size: cover;
}
ul{
    list-style: none;
}
.hero_list li:before {
    position: absolute;    
    margin: 2px 0px 0px  -30px;    
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: url('../png/listbefore.png');
}
.hero_para{
    font-size: 22px;
}
.hero_section p{
    font-family: 'Catamaran', sans-serif !important;
}
/* hero_section---ends---here  */
.frame_section{
    height: 350px;
    background: #000 url('../png/frame.png') no-repeat center;
    background-size: cover;
}
/* vedio_section---start---here  */
.vedio_title h1{
    font-weight: 700;
}
/* vedio_section---ends---here  */
/* main_section---start---here   */
.main_content{
    font-family:'Catamaran', sans-serif;
}
.productBox h4{
    cursor: pointer;
}
/* main_section---ends---here   */
/* logo_section ---start---heree  */
.logo_section{
    background-color: #b3b3b3;
    border: 4px solid #70c7d3 ;
    border-left: 0;
    border-right: 0;
    box-shadow: 30px 10px 10px #183b3c;
}


/* logo_section ---ends---heree  */

/* review_section---start---here  */
swiper-container {
    width: 100%;
    height: 100%;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .reviews{
    max-width: 70%;
    text-align: justify;
  }
  .review-card{
    /* max-width: 400px; */
    height: 100%;
    border: 4px solid white;
    border-radius: 15px;
    text-align: center;
    line-height: 2;
  }
  .review_card-box p{
    font-family:'Catamaran', sans-serif;
  }
  .review-card:hover{
    color: #64d5e0 !important;
    border-color: #64d5e0 !important;
    transform: scale(1.01);
    transition: ease-in-out 0.5s;
    box-shadow: 10px 10px 20px #183b3c;
  }
  .review-card:hover a{
    background-color: #70c7d3 !important;
    color: #fff !important;
    transition: all 0.8s !important;
  }
  .rc_1{
    /*margin-top: 15%;*/
    background: #fff url("../png/box-bg-2.png") no-repeat center;
    background-size: cover;
  }
  .rc_2{
    background: #fff url("../png/box-bg-1.png") no-repeat center;
    background-size: cover;
  }
/* review_section---start---here  */
/* footer_section---start---here  */
.footerSection{
    /* background: #fff url("../images/footer-bg.png") no-repeat !important;
    background-size: cover; */
    background-color:#262829 !important;
}
.footer_section p{
    font-family:'Catamaran', sans-serif; 
    color: #e2e2e2; 
}
.footer_section a{
    color: #e2e2e2; 
    font-size: 14px;
}
.footer_section li a{
    color: #e2e2e2; 
    font-size: 14px;
}
.social_links{
    font-size: 22px !important;
}
.input_btn{
    background-color: #000;
    border-radius: 8px;
}
.subs input{
    background-color: transparent;
    border: none;
}
input:focus{
    outline: none;
}
.input_box{
    background-color: #fff;
    border-radius: 8px;
}
.footer_content-box{
    background-color: #fff;
    border-radius: 10px;
    margin-top: -90px;
    line-height: 2.8;
}
.footer-btn a{
    background-color: #000;
}
.footerSection p{
    font-size: 12px;
    margin-bottom: 4px !important;
    /* line-height: 0.8; */
}
.footerSection p a:hover{
    color: #70c7d3  !important;
    text-decoration: underline;
  
}
.footer_list li a:hover{
    color: #70c7d3;
}
.footer_contact:hover{
    color: #70c7d3;
}
.social_icons i{
    font-size: 22px;
    color: #70c7d3 !important;
}
.contact_link:hover{    
    color: #023856 !important;
    text-decoration: underline !important;
}
/* footer_section---ends---here  */
.review-img img{
    border-radius: 50%;
}

.buisnessFutureSection{
    background-color: #f6f7f9;
    border-radius: 1rem;
    padding: 18px;
    box-shadow: 0 0 1px rgba(12,26,75,.24), 0 3px 8px -1px rgba(50,50,71,.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.special{
    color: var(--text-color);
}
.gridBox:hover .gridBoxImage {
    scale: 1.01;
    transition: .3s ease-out;
}
.footerSection p a{
    color: white !important;
    font-weight: 300 !important;
}
.hidden{
    display: none;
}
.cardContent{
    display: none;

}
.productBox{
    position: relative;
}
.productBox:hover .cardContent{
    position: absolute;
    top: 50%;
    left: 10%;
    display: block;
    
}

/* service_section  */

.pt-115 {
    padding-top: 50px;
}
.pb-85 {
    padding-bottom: 85px;
}
.p-relative {
    position: relative;
}
span.tp-sub-title-2.mb-15 {
    color: #fff !important;
}
h2.tp-title {
    color: #fff;
    text-transform:capitalize;
}
.mt-60 {
    margin-top: 60px;
}
.tpservices {
    padding: 10px 30px;
    /* background: #fff; */
}
.img_card{
    height: 100% !important;
}
#tpservices-area{
    background: #fff url(../png/pppp.png) no-repeat;
    background-size: cover;
}
#tpservices-area .card-text{
    text-align:start;
}
.tpservices-3 {
    /* border: 1px solid #f1f1f1; */
    border-radius: 10px;
    position: relative;
}
.text-center {
    text-align: center!important;
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.tpservices__icon {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.tpservices__title {
    font-size: 20px;
    font-weight: var(--tp-fw-sbold);
}

.tpservices__title p {
    font-size: 15px;
    font-weight: var(--tp-fw-sbold);
    color: #fff;
    outline: none;
    border: none;
    background: transparent;
    font-family: 'Source Sans Pro';
    line-height: 1.2;
}
.tpservices-3 :hover {
    color: #fff;
}

/* .box-1 :hover {
    background-color: #023856;
} */

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
    background-color: transparent;
    width: 150px;
    height: 150px;
    /* background-color: #E8E4D6; */
    /* border: 1px solid #f1f1f1; */
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-box-front {
    /* background-color: #bbb; */
    color: black;
  }
  
  /* Style the back side */
  .flip-box-back {
    background-image: url(../png/white.png);
    background-size: cover;
    /* background-color: #023856; */
    color: #000;
    transform: rotateY(180deg);
  }
  .flip-box-back p{
    margin: 0px 5px !important;
    font-size: 14px;
  }
  .flip_link{
    font-size: 12px;
    color: #000;
    font-weight: 100;
  }



  /* contact page  */
  .contact_link-box{
    background-color: #b5b6bf;
    border-radius: 8px;
    height: 200px;
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact_link-box i{
    font-size: 32px;
    color: #363639;
  }
  .contact_link-box a{
    color: #363639;
  }
  .contact_link-box a:hover{
    color: #000;
  }
  .contact_form-box{
    height: 410px;
    width: 100%;
    background-color: #b5b6bf;
    border-radius: 8px;
    display: flex;
    /*padding:24px;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .form-control-box{
    line-height: 2.4;
  }
  input{
    all: unset;
    background-color: #fff;
    height: 30px;
    border-radius: 8px;
    width: 100%;
  }
  label{
    width: 50%;
    font-weight: 700;
  }
  textarea{
    background-color: #fff;
    border-radius: 8px; 
    width: 100%;    
  }
  .form_btn{
    all: unset;
    background-color: #1b1949;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
  }
  .footerSection .btn-secondary {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
}
  .footerSection .btn-secondary:focus {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow:none !important;
}
  .footerSection .btn {
  padding: 0 !important;
  font-size: 12px;
}

.text-justify{
    text-align: justify;
}
p{
    text-align: justify;
}
.card_box p{
    text-align: center;
}
.footer_content-img{
    display: none;
}

.hide{
    
}
.flip-box-front p{
    text-align: center;
    color: white;
}
span.tp-sub-title-2.mb-15 {
    color: #e73cff;
}
ul.cloud {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1.75rem;
    width: 100%;
}
ul.cloud a{
    /* color:#fff; */
    font-size:24px;
}
.cloud li:nth-child(odd) a {
    color: #e73cff;
}

.cloud li:nth-child(even) a {
    color: #fff; /* Change this to your desired color for even items */
}