@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,800;1,200;1,300;1,400;1,500;1,700;1,800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,700;1,800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.p0 {
    padding: 0px !important;
}


h1, h2, h3, h4, h5, h6, P, a, li, span, button {
      font-family: 'Poppins', sans-serif;}

body {
    overflow-x: hidden;
    /* background: #0c0d1b; */
}

a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    text-decoration: none !important;
    outline: none;
}

section {
    float: left;
    width: 100%;
}



*,
*::after,
*::before{
    box-sizing: border-box;
    /* padding: 0; */
    /* margin: 0; */
}


/*navbar*/

.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}



.navbar{
    /* box-shadow: 0px 5px 10px 0px #aaa; */
    /* position: fixed; */
    width: 100%;
    /* background: #f3f3f3; */
    /* color: #000; */
    /* opacity: 0.85; */
    z-index: 100;
    /* position: relative; */
    /* position: fixed; */
    border-bottom: solid 1px #ffffff2e;
    position: absolute;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 115px;
    align-items: center;
}
.navbar-container.container {
    /* justify-content: flex-start; */
}

.menu-items{
    order: 2;
    display: flex;
    margin: 0 0 0 0;
}
.logo{
    order: 1;
    font-size: 2.3rem;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar a{
    color: #f3f3f3;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
    font-size: 16px;
}

.navbar a:hover{
    color: #00d8f7;
}

@media (max-width: 768px){
    .navbar{
        /* opacity: 0.95; */
        background-color: #000;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }
img.headr-logo {
    margin: 5px 0 0 165px;
    width: 150px;
}
.navbar a {
    font-size: 18px;
}
    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #f3f3f3;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        margin: 4px 0 0 0;
        padding-top: 50px;
        background: #000;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -35px;
        padding-left: 15px;
        transition: transform 0.5s ease-in-out;
        /* box-shadow:  5px 0px 10px 0px #aaa; */
        /* overflow: scroll; */
        width: 100%;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}

/*navbar*/



/*section.banner-section */

.banner-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #fff;
}

/* Video */
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2;
}

/* Overlay */
.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
}

/* Content */
.banner-section .container {
    position: relative;
    z-index: 2;
}
/* HERO TEXT RESET */
.hero-content {
    max-width: 600px;
}

/* Heading */
.hero-content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #fff;
}

/* Paragraph */
.hero-content p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.9);
}

/* Button */
.hero-btn {
    display: inline-block;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background: #fff;
    color: #000;
}


.ht-text h1 {
    font-size: 48px;
    font-weight: bold;
    color: #f3f3f3;
    margin: 0 0 0 0;
    line-height: 65px;
}

.ht-text p {
    font-size: 16px;
    font-weight: 300;
    COLOR: #f3f3f3;
    MARGIN: 0 0 0 0;
    LINE-HEIGHT: 24PX;
    margin: 20px 0 0 0;
}

a.chat-btn{
    padding: 15px 30px;
    font-size: 18px;
    color: #000;
    background-color: #00d8f7;
    font-weight: 500;
    border: solid 1px #00d8f7;
}

a.get-btn {
    padding: 15px 30px;
    font-size: 18px;
    color: #f3f3f3;
    font-weight: 500;
    border: solid 1px #f3f3f3;
}

.btn-box {
    margin: 50px 0 0 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
a.get-btn:hover {
    background-color: #00d8f7;
    color: #f3f3f3 !important;
    border-color: #00d8f7;
}

a.chat-btn:hover {
    background-color: transparent;
    color: #f3f3f3;
    border-color: #f3f3f3;
}
/*section.banner-section*/ 

   
/*section.advice-se*/

section.advice-sec {
    margin: -100px 0 0 0;
}
.advi-main-boxx {
    display: flex;
    align-items: center;
}

.advice-box h4 {font-size: 25px;font-weight: 600;color: #004471;margin: 0 0 20px 0;}

.advice-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    color: #004471;
    min-height: 90px;
}

section.advice-sec a.get-btn {
    color: #000;
    border: 0;
    padding: 0;
}

section.advice-sec .btn-box {
    margin: 20px 0 0 0;
}

.advice-box {
    padding: 40px 20px;
}


.color-box1 {
    background-color: #004471;
}
.color-box2 {
    background-color: #00d8f7;;
}

.color-box1 h4 {color: #f3f3f3;}

.color-box1 p {
color: #f3f3f3;
}

.advice-sec a.get-btn:hover {
    background: transparent;
}

.color-box1 a.get-btn {
   color: #f3f3f3 !important;
}

.color-box2 a.get-btn {
   color: #004471 !important;
}

.color-box3 a.get-btn {
   color: #004471 !important;
}

.color-box3 {
    box-shadow: 0 0 33.44px 4.56px rgba(0, 0, 0, .15);
    background-color: #f3f3f3;
}

/*section.advice-se*/


section.skill-sec {
    padding: 100px 0;
}




.skil-img-box {
    display: flex;
    align-items: center;
}

.skil-img-box img {
    width: 60%;
}

img.skil-img-box-2 {
    margin: 0px 0 0 -100px;
    border: solid 15px#f3f3f3;
}

.skil-img-boxx img {
    width: 49px;
}

.skil-main-box {
    display: flex;
    column-gap: 20px;
    margin: 0 0 20px 0;
}

.ht-text h2 {
    font-size: 38px;
    font-weight: bold;
    color: #004471;
    margin: 0 0 20px 0;
    line-height: 48px;
}

section.skill-sec .ht-text p {
    color: #000;
    margin: 0 0 30px 0;
}

.skil-img-boxx {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.ht-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #004471;
    margin: 0 0 10px 0;
}

.ht-box p {
    font-size: 14px;
    font-weight: 300;
    color: #004471;
    line-height: 24px;
}

.skil-color-box1 .skil-img-boxx {
    background-color: #00d8f7;
}

.skil-color-box2 .skil-img-boxx {
    background-color: #004471;
}

.skil-color-box3 .skil-img-boxx {
    background-color: #f3f3f3;
    box-shadow: 0 0 33.44px 4.56px rgba(0, 0, 0, .15);
}

.skil-color-box3 .skil-img-boxx img {
    filter: invert(1);
}

.skil-color-box1 .skil-img-boxx img {
    filter: invert(1);
}



/*section.money-sec*/

section.money-sec {
    background-color: #004471;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: visible !important;
}



img.mone-im1 {
    /* width: 185%; */
    margin: 0 0 0 -75px;
}

img.mone-im2 {
    width: 60%;
    margin: -95px 0 0 95px;
}

img.mone-im3 {
    width: 85%;
    margin: 22px 0 0 95px;
}

.money-img-box {
    display: flex;
    align-items: center;
}

section.money-sec .ht-text h2 {
    color: #f3f3f3;
    margin: 0 0 0 -70px;
}

section.money-sec .row {
    display: flex;
    align-items: center;
}

section.money-sec a.get-btn {
    background: #00d8f7;
    border-color: #00d8f7;
    color: #f3f3f3;
}

section.money-sec a.get-btn:hover {
    background: transparent;
    color: #f3f3f3;
}

/*section.money-sec*/

section.banner-logos {
    padding: 40px 0;
}

figure img {
    width: 90%;
    border-radius: 20px;
    object-fit: cover;
}



.team-img-box1 img {
    width: 100%;
}

.team-main-box img {
    width: 100px;
}

.team-main-box {
    position: relative;
}
.team-bg-1{
    background-image: url(../images/new/caption4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.team-bg-2{
    background-image: url(../images/new/caption3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.team-bg-3{
    background-image: url(../images/new/e2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}


.team-main-box:before {
    content: "";
    background-color: #2c3e4c;
    position: absolute;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    top: 100%;
    z-index: 0;
    border-radius: 3px;
    top: 0 !important;
    opacity: 0.8;
    padding: 20px 30px;
}

.team-main-box h4 {
    font-size: 20px;
    font-weight: bold;
    color: #f3f3f3;
    text-align: center;
    margin: 0 0 15px 0;
    position: relative;
}

.team-main-box p {
    font-size: 16px;
    text-align: center;
    color: #f3f3f3;
    width: 80%;
    margin: auto;
    line-height: 24px;
    position: relative;
}

.team-main-box a.get-btn {
    padding: 0;
    border: 0;
    text-align: center;
    margin: auto;
}

.temicon-img-box {
    text-align: center;
}

.temicon-img-box img {
    width: 60px;
    margin: 40px 0 20px 0;
    filter: opacity(5);
}

.team-main-box a.get-btn:hover {
    background: transparent;
    color: #f3f3f3;
}

section.team-sec .btn-box {
    margin: 20px 0 0 0;
}
.team-pad-box {
    /* margin: -20px 0 0px 0; */
    position: relative;
    bottom: 20px;
}
.team-pad-box2 {
    /* margin: -20px 0 0px 0; */
    position: relative;
    bottom: 23px;
}


/*section.help-sec*/
.help-img-box img {
    width: 100%;
}

section.help-sec {
    padding: 80px 0 50px;
}
.help-text-box {
    padding: 20px 20px 50px;
    background-color: #f3f3f3;
    box-shadow: 0 0 33.44px 4.56px rgba(0, 0, 0, .15);
    width: 90%;
    margin: -35px auto 0;
    position: relative;
    transition: all 1s;
}

.help-text-box h4 {
    FONT-SIZE: 24PX;
    FONT-WEIGHT: 600;
    margin: 0 0 15px 0;
    color: #004471;
}

.help-text-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #004471;
}

section.help-sec .btn-box {
    margin: 0;
    justify-content: end;
    margin: -25px 16px 0 0;
    position: relative;
}

.hel-main-box a.get-btn {
    background-color: #004471;
}

.hel-main-box a.get-btn:hover {
    background-color: #00d8f7;
    color: #f3f3f3;
}

.hel-main-box {
    margin: 0 0 50px 0;
}
section.help-sec .ht-text {
    text-align: center;
}

section.help-sec .ht-text p {
    color: #004471;
    margin: 0 0 30px 0;
}

/*section.help-sec*/



/*section.pupler-section*/


section.pupler-section {
    padding: 25px 0 125px;
}

.pupler-section .ht-text {
    text-align: center;
}

.pupler-section .ht-text p {
    color: #004471;
    margin: 0 0 30px 0;
}


.populr-img-box img {
    width: 100%;
}

.populer-text h4 {
    font-size: 20px;
    font-weight: 600;
    color: #004471;
    margin: 10px 0 0 0;
}

.populer-text p {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 15px 0;
}

a.nu-btn {
    font-size: 16px;
    font-weight: 400;
    color: #004471;
}

a.mail-btn {
    font-size: 16px;
    font-weight: 400;
    color: #004471;
}



/*section.experience-sec*/

.progress-bar {
  margin: 0 0 10px;
  overflow: hidden;
  padding-right: 24px; /* Separate bars from container */
  background: transparent;
}

.progress-title-holder {
  padding-bottom: 7px;
  position: relative;
  margin: 5px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 15px;
  font-weight: 500;
  color: #f3f3f3;
  text-align: start;
}

.progress-title {
  z-index: 100;
}

.progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.progress-number-mark {
  /* margin-bottom: 4px; */
  /* border-radius: 3px; */
  /* background-color: rgb(22,23,29); */
  /* padding: 0 8px; */
  position: absolute;
  /* bottom: 0; */
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* -webkit-transform: translateX(-50%); */
} 

.progress-number-wrapper,
.progress-number-mark {
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #f3f3f3;
}

.down-arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #16171d;
  position: absolute;
  left: 50%;
  top: 100%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);  
}

.progress-content-outter {
  height: 12px;
  /* background-color: #f3f3f3fff; */
}

.progress-content {
  height: 6px;
  background-color: #f3f3f3;
  width: 0%; /* Initial value */
  border-radius: 5px;
}


.progress-bar.br-color-box1 .progress-content {
    background-color: #00d8f7;
}



section.experience-sec {
    padding: 50px 0;
     background-image: url(../images/experience-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}


section.experience-sec:before {
    content: "";
    background-color: #2c3e4c;
    position: absolute;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    top: 100%;
    z-index: 0;
    border-radius: 3px;
    top: 0 !important;
    opacity: 0.8;
}

section.experience-sec .ht-text h2 {
    text-align: center;
    position: relative;
    color: #f3f3f3;
}

/*section.pupler-section*/

section.experience-sec .ht-text p {
    text-align: center;
    margin: 0 0 30px 0;
}

img.ex-vide-box {
    width: 100%;
}
.ex-pra-btn-box p {
    color: #f3f3f3;
    font-size: 16px;
    line-height: 24px;
}
.portfolio_inner_img_box {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

/*.portfolio_inner_img_box a:hover:after {
    transition-duration: .5s;
    content: "";
    position: absolute;
    background-image: url(../images/port-plus.png);
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: grid;
    color: #f3f3f3;
    text-align: center;
    line-height: 33px;
    background-position: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 99;
    margin: auto;
    align-items: center;
    transform: rotate(7deg);
}*/

.portfolio_inner_img_box a:before {
    background-image: url(../images/port-plus.jpg);
    top: 0 !important;
    content: "";
    background-color: rgb(0 0 0 / 68%);
    position: absolute;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    top: 100%;
    z-index: 1;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-size: 59px;
}
.portfolio_inner_img_box a:hover:before {
    /* top: 0; */
}
/*section.experience-sec*/


/*section.process-sec*/

section.process-sec {
    padding: 50px 0 0 0;
    background-color: #092441;
    height: 715px;
    /* display: flex; */
    /* align-items: center; */
    overflow: visible !important;
}

section.process-sec .ht-text h2 {
    color: #f3f3f3;
}

section.process-sec .ht-text p {
    margin: 0 0 30px 0;
}
.proc-flex {
    display: flex;
    /* align-items: center; */
    column-gap: 30px;
}

.pro-nu-box {
    height: 75px;
    width: 90px;
    border: solid 1px #00d8f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-nu-box h2 {
    font-size: 40px;
    color: #00d8f7;
}

.proc-text h4 {
    font-size: 22px;
    font-weight: 600;
    color: #f3f3f3;
    margin: 0 0 15px 0;
}

.proc-text p {
    font-size: 15px;
    font-weight: 300;
    color: #f3f3f3;
    margin: 0 0 30px 0;
    line-height: 24px;
}
.proces-img-box img {
    width: 60%;
}
img.proc1-img-box {
    margin: -80px 0 0 0;
    position: relative;
}

img.proc2-img-box {
    margin: -220px 0 0 175px;
}

/*section.process-sec*/

/*section.clients-sec*/


section.clients-sec {
    padding: 50px 0px;
}

.client-img-box img {
    width: 100%;
}


section.clients-sec .ht-text p {
    color: #000;
    margin: 0 0 30px 0;
}

.test-text-box {
    display: flex;
}

.test-text-box img {
    width: 45px;
    height: 35px;
}

.test-text-box p {
    line-height: 24px;
    font-size: 15px;
}

.test-text-box {
    /* margin: 0 0 30px 0px; */
    background-color: #f3f3f3;
    box-shadow: 0 0 33.44px 4.56px rgba(0, 0, 0, .15);
    padding: 30px 20px 50px;
}

.testi-ima-box img {
    width: 80px;
    border-radius: 100px;
}


.testi-ima-box h4 {
    font-size: 23px;
}

.test-mini-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #004471;
    margin: 0 0 5px 0;
}

.test-mini-box h6 {
    font-size: 14px;
    font-weight: 500;
    color: #00d8f7;
}

.test-mini-box {
    text-align: center;
    margin: -20px 0 0 0;
}


.test-flex-box {
    display: flex;
    align-items: center;
    margin: 0 0 30px -115px;
    column-gap: 15px;
}


span.test-prce-color.percent {
    color: #004471;
}
span.progress-title.testi-ht-box {
    color: #004471;
}

/*section.clients-sec*/



/*section.faqs-sec*/ 

section.faqs-sec {
    padding: 50px 0 150px;
}

section.faqs-sec .ht-text p {
    color: #004471;
    margin: 0 0 30px 0;
}

* FAQ styles */
.faq-container {
  margin: 0 auto;
  max-width: 800px;
}
.faq {
  margin-bottom: 0px;
}
.question-container {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  /* background-color: #00d8f7; */
  padding: 20px 20px;
  cursor: pointer;
  transition: background-color 0.7s ease;
  background-color: #f3f3f3;
  box-shadow: 0 0 33.44px 4.56px rgba(0, 0, 0, .15);
  margin: 0 0 15px 0;
  column-gap: 20px;
}
.question-container:hover {background-color: #00d8f7;}
.question-container:hover .toggle-btn {
  /* background-color: green; */
}
.answer {
  padding: 0px 20px;
  background-color: transparent;
  color: #004471;
  overflow: hidden;
  transition: 0.3s ease, opacity 0.3s ease;
  max-height: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  /* border: solid 1px #00000017; */
}
.toggle-btn {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s ease;
}
.toggle-btn p {
  margin: 0;
  font-size: 30px;
  color: #004471;
  transition: transform 0.3s ease, opacity 0.3s 300ms;
}
.toggle-btn p.rotate {
  transform: rotate(45deg);
}
.answer.visible {
  max-height: 200px;
  opacity: 1;
  margin: 0;
  padding: 35px 20px;
}

.question-container h2 {
    font-size: 20px;
    color: #004471;
    font-weight: 600;
}


.faqs-img-box {
    display: flex;
    align-items: center;
}

img.faqs-1img-box {
    width: 60%;
    position: relative;
    border: solid 8px #f3f3f3;
}

img.faqs-2img-box {
    width: 60%;
    margin: 0px 0 0 -150px;
}


/*section.faqs-sec */


/*section.footersection*/
section.footersection {
    padding: 50px 0;
    background: #021325;
    overflow: visible !important;
}

.footer-text p {
    font-size: 16px;
    color: #f3f3f3;
    font-weight: 300;
    line-height: 24px;
}

.footerbox-details.linksheading h3 {font-size: 24px;font-weight: 600;color: #f3f3f3;margin: 0 0 30px 0;}

.footerlinks ul li {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.footerlinks ul li a {
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 300;
}

.footerlinks ul li i {
    font-size: 16px;
    color: #00d8f7;
}

.footerbox-details.footer-box-1 img {
    width: 25%;
    margin: 0 0 20px 0;
}
.footerlinks ul li p {
    font-size: 16px;
    font-weight: 300;
    color: #f3f3f3;
}
.fotr-ser-text a {
    display: block;
}

.fotr-ser-text a i {
    color: #00d8f7;
}

.fotr-ser-text a {
    font-size: 16px;
    font-weight: 400;
    color: #f3f3f3;
    margin: 0 0 20px 0;
}
.header-social-box ul li a {
    height: 45px;
    width: 45px;
    border-radius: 5px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #00d8f7;
    border: solid 1px #00d8f7;
    transition: all 1s;
}
.header-social-box ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding: 0;
    margin: 25px 0 0 0;
}
.header-social-box ul li a:hover {
    background-color: #00d8f7;
    color: #000;
    transform: translateY(-15px);
}

section.privacy-sec {
    text-align: c;
    padding: 10px 0;
    background-color: #021325;
}

.powerdby p {
    font-size: 14px;
    color: #f3f3f3;
    text-align: center;
    font-weight: 400;
    margin: 0;
}
/*section.footersection*/


.row.foter-fom-flex-box {
    padding: 50px 20px;
    background: #0a243f;
    margin: -145px 0 50px 0;
    display: flex;
    align-items: center;
}

.row.foter-fom-flex-box .ht-text h2 {
    color: #f3f3f3;
    font-size: 30px;
    margin: 0 0 0 0;
}


form {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

input.form-control {
    width: 100%;
    padding: 30px 20px;
    border: solid 1px #f3f3f3fff70;
    background: transparent;
    font-family: 'Poppins';
    border-radius: 0;
}

button.subbscribe_bta {padding: 22px 50px;background: #00d8f7;border: 0;font-size: 18px;color: #004471;}

.row.foter-fom-flex-box p {
    margin: 5px 0 0 0;
}


/*section.appointment-sec*/
section.appointment-sec {
    padding: 50px 0 0;
    background-color: #092441;
}




.inner-banner-form {padding: 30px 30px;background-size: cover;background-color: rgb(255, 255, 255);position: relative;width: 100%;box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);margin: 0 0 5px 0;}



.inner-banner-form textarea {
background: none;
border: 1px solid #cccccc;
}

.inner-banner-form h2 {font-size: 30px;font-weight: bold;margin: 10px 0 15px 0;color: #004471;}

.inner-banner-form h2 span {
color: #000;
}

.inner-banner-form p {color: #000;font-size: 16px;font-weight: 400;margin: 0 0 20px 0;line-height: 24px;color: #004471;}

.inner-banner-form-main {
position: relative;
z-index: 1;
}

.inner-banner-form input {margin: 0 0 10px 0;background: none;/* border: 1px solid #cccccc; */}

.inner-banner-form textarea {
background: none;
border: 1px solid #cccccc;
}

.fld-inp input {width: 100%;padding: 11px 10px;margin-bottom: 20px;border-radius: 0;background-color: rgba(255, 255, 255, 0);border: solid 1px;border: solid 1px #00447117;color: #000;width: 100%;font-family: 'Poppins';}

.fld-inp textarea {width: 100%;height: 135px;resize: none;margin: 0 0 0 0;padding: 15px 0px 0 10px;outline: 0;background-color: rgba(255, 255, 255, 0);border: solid 1px #00447117;}

.fld-inp i {
position: absolute;
top: 16px;
left: 10px;
color: #c6c6c6;
font-size: 13px;
}

.fld-inp {
position: relative;
}

.fld-inp.col-sm-6.p0 {
padding: 0;
}

section.appointment-sec form {display: block;}

.form-flex-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

select {
  /* Reset Select */
  /* appearance: none; */
  outline: 0;
  /* border: 0; */
  /* box-shadow: none; */
  /* Personalize */
  flex: 1;
  padding: 13px 10px;
  color: #000;
  background-color: var(--darkgray);
  background-image: none;
  cursor: pointer;
  border: solid 1px #00447117 !important;
  font-size: 14px;
  color: #004471a8;
  margin: -21px 22px 0 0;
  font-family: 'Poppins';
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  border-radius: .25em;
  overflow: hidden;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right:10px;
  padding: 1em;
  background-color: #34495e;
  transition: .25s all ease;
  pointer-events: none;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}



.fld-inp input::placeholder {
    font-size: 14px;
    color: #004471a8;
}
.fld-inp textarea::placeholder {
    font-size: 14px;
    color: #004471a8;
   font-family: 'Poppins';
}
section.appointment-sec button {
    width: 100%;
    padding: 21px 10px;
    border: 0;
    background: #004471;
    color: #f3f3f3;
    font-size: 16px;
    margin: 20px 0 0 0;
}


.make-box li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #f3f3f3;
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 23px;
}

.rating-list ul li {
    bottom: -20px;
    padding: 35px 20px;
    background-color: #004471;
    margin: auto;
    display: table;
    position: absolute;
    left: 325px;
    right: 0;
    border-radius: 8px;
    text-align: center;
}

li.border-box-li h3 {
    margin: 0 0 0 0;
    font-size: 15px;
    color: #00d8f7;
}

li.border-box-li p {
    font-size: 16px;
    color: #f3f3f3;
    font-weight: 400;
    margin: 9px 0 0 0;
}

li.border-box-li h3 span {font-size: 30px;font-weight: bold;color: #f3f3f3;text-align: center;}

.make-box {
    margin: 20px 0 0 0;
}

.make-box a {
    display: block;
    font-size: 15px;
    color: #f3f3f3;
    margin: 0 0 20px 0;
    font-weight: 300;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.make-box i {
    color: #00d8f7;
    font-size: 18px;
}

.make-flex-box {
    display: flex;
    align-items: center;
    column-gap: 50px;
}
section.appointment-sec .ht-text h2 {
    color: #f3f3f3;
}

/*section.appointment-sec*/



ul.logos-ul-box {
    display: flex;
    align-items: center;
}

section.logs-sec {
    padding: 35px 0;
    margin: -110px 0 0 0;
    background-color: #f3f3f3;
}
section.appointment-sec .ht-text {
    margin: 50px 0 0 0;
}

img.headr-logo {
    width: 115px;
}
.adv-nu-box {
    text-align: end;
}

.adv-nu-box h2 {
    font-size: 98px;
    font-weight: bold;
    color: #0044711c;
    margin: -50px 0 0 0;
}

.adv-nu-box.color-box-ad h2 {
    color: #f3f3f3;
}


.help-text-box:hover {
    background: #004471;
    transform: translateY(-15px);
}

.help-text-box:hover h4 {
    color: #f3f3f3;
}

.help-text-box:hover p {
    color: #f3f3f3;
}


/*section.pricing-sec*/

section.pricing-sec {
    padding: 20px 0 90px;
}


section.pricing-sec .ht-text {
    text-align: center;
}

section.pricing-sec .ht-text p {
    color: #004471;
    margin: 0 0 30px 0;
}



.pri-text-box h4 {
    font-size: 28px;
    font-weight: 600;
    color: #004471;
}

.pri-text-box h2 {
    font-size: 65px;
    font-weight: 600;
    color: #004471;
    margin: 15px 0 20px 0;
    border-bottom: solid 1px #00000024;
    padding: 0 0 15px 0;
}

.pri-text-box h2 span {
    font-size: 12px;
}

ul.pric-ul-box {
    padding: 0;
}

ul.pric-ul-box li {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    column-gap: 10px;
}

ul.pric-ul-box ul li i {
    color: #00d8f7;
}


ul.pric-ul-box li i {
    color: #00d8f7;
}

ul.pric-ul-box li p {
    font-size: 16px;
}

.pricing-box {
    padding: 30px 20px 50px;
    background-color: #f3f3f3;
    box-shadow: 0 0 33.44px 4.56px rgba(0, 0, 0, .15);
}

a.get-btn.price-btn {
    padding: 18px 50px;
    background-color: #004471;
}

section.pricing-sec .btn-box {
    justify-content: center;
    margin: 30px 0 0 0;
}
a.get-btn.price-btn {
    padding: 18px 50px;
    background-color: #004471;
    border-color: #004471;
}

section.pricing-sec .btn-box {
    justify-content: center;
    margin: 30px 0 0 0;
}

.pricing-box:hover a.get-btn.price-btn {
    background-color: #00d8f7;
    color: #000;
}

.pricing-box:hover {
    background-color: #004471;
}

.pricing-box:hover h4 {
    color: #f3f3f3;
}

.pricing-box:hover h2 {
    color: #f3f3f3;
}

.pricing-box:hover li p {
    color: #f3f3f3;
}

.pricing-box:hover h2 span {
    color: #00d8f7;
}


/*section.pricing-sec*/
.navbar.stick {

position: fixed;

top: -170px;

left: 0;

right: 0;

z-index: 999;

transition: 0.4s top cubic-bezier(.3, .73, .3, .74);

background-color: #092441;
}



.stick.slideDown {

    top: 0;

}



.stick.slideDown .top-main {

    display: none;

}
a.appointment-btn {
    padding: 10px 40px;
    background-color: #004471;
    border-color: #004471;
}
a.appointment-btn:hover {
    background-color: #00d8f7;
    border-color: #00d8f7;
    color: #f3f3f3;
}

.navbar.stick a.appointment-btn {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    color: #004471;
}