@charset "UTF-8";
:root{
    --primary-font:'Inter', sans-serif;
    --primary-color:rgba(17, 17, 17, 1);
    --green-color:#00AA50;
    --blue-color:#0077C1;
    --gray-color:rgba(108, 108, 108, 1);
    --trans:all 0.5s ease;
}
/* color-classes */
.primary-color{
    color: var(--primary-color) !important;
}
.primary-color-bg{
    background-color: var(--primary-color) !important;
}
.green-color{
    color: var(--green-color) !important;
}
.green-color-bg{
    background-color: var(--green-color) !important;
}
.blue-color{
    color: var(--blue-color) !important;
}
.blue-color-bg{
    background-color: var(--blue-color) !important;
}
.gray-color{
    color: var(--gray-color) !important;
}
.gray-color-bg{
    background-color: var(--gray-color) !important;
}
/* classes-/end */
body{
    font-family: var(--primary-font);
    color: var(--primary-color);
    padding-top:80px
}
body.open-menu{
    overflow: hidden;
}
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5,.h6{
    margin: 0;
}
ul, ol{
    padding: 0;
    margin: 0;
    list-style:none;
}
a{
    text-decoration: none;
    color: var(--blue-color);
}
.btn-primary{
    background: var(--blue-color);
    color:white;
    border-color: var(--blue-color);

}
.btn-primary:hover{
    background-color: var(--green-color);
    border-color: var(--green-color);
}
.btn-secondary{
    background-color: var(--green-color);
    border-color: var(--green-color) !important;
}
.btn-secondary:hover{
    background-color: var(--blue-color);
    border-color: var(--blue-color);
}
.btn{
    border-color: var(--blue-color);
}
.btn:hover{
    color: #fff;
}
.btn-outline-primary{
    border-color: var(--blue-color);
    color: var(--blue-color);
}
.btn-outline-primary:hover{
    background-color: var(--blue-color);
    border-color: var(--blue-color);
}
.form-control{
    border-color: var(--gray-color);
}
input{
    color: var(--primary-color);
}
img{
    max-width: 100%;
}
.sec_pd{
    padding:80px 0;
}
/* header */
header{
background:rgba(255 255 255 / 100%);
position: fixed;
top:0;
left: 0;
width:100%;
z-index: 9;
-webkit-transition: var(--trans);
transition: var(--trans);
backdrop-filter: blur(0px);
}
header.fixedHeader{
    background:rgba(255 255 255 / 70%);
    backdrop-filter: blur(5px);
}
header .navbar {
    padding:3px 0
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding:0;
    opacity: 1;
    color: var(--primary-color);
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link:hover{
    color: var(--blue-color);
}
.navbar-expand-lg .navbar-nav{
    gap:25px;
}
.account_buttons .custom_link{
    -webkit-transition: var(--trans);
    transition: var(--trans);
    color: var(--primary-color);
    margin-right:15px
}
.account_buttons .custom_link:after{
    content:'';
    background: rgba(235, 235, 235, 1);
    height: 30px;
    width: 1px;
    display:inline-block;
    margin-left:10px;
}
.account_buttons .custom_link:hover{
    color: var(--blue-color);
}
/* hero-sec */
.hero_sec{
    position: relative;
    height:688px;
}
.hero_sec:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    z-index: 1;
    height:100%;
    width:100%;
    background: linear-gradient(161deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 119, 193, 0.00) 100%),  lightgray 50% / cover no-repeat;
    opacity: 0.1;
}
.hero_sec .hero_thumb{
    position: absolute;
    left: 0;
    top:0;
    object-fit: cover;
    width:100%;
    height: 100%;
}
.hero_sec .container{
    position: relative;
}
.search_form{
    border-radius:30px;
    background: #fff;
    padding: 30px 40px;
    margin-bottom:100px;
    max-width:741px;
    width:100%;
}
#addressInput{
    border:0;
    max-width: 559px;
    width:100%;
    margin-left: 15px;
    margin-right:10px;

}
#addressInput:focus{
    border:0;
    outline: none;
}
#addressInput:focus::placeholder{
    opacity: 1;
    color: var(--primary-color);
}
.location_btn{
    border-left:1px solid var(--gray-color);
    padding-left:10px;
}
.address_group i.ti{
    font-size:30px;
}
.button_group{
    border-top:1px solid var(--gray-color);
    padding-top:25px;
    margin-top:25px
}
.button_group .btn{
    width:150px;
}
.button_group .btn-outline-primary{
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.button_group .btn-outline-primary:hover{
    background-color: var(--primary-color);
    color:#fff;
}
/* about-sec */
.about_thumb .a-g1{
    position: absolute;
    left: -50px;
    top:40px;
    height: 100px;
    width: 100px;
}
.about_thumb .a-g2{
    position: absolute;
    left:-50px;
    bottom: 90px;
    max-width:260px;
    width:100%;
}
.about_thumb .a-g3{
    max-width:323px;
    position: absolute;
    right:50px;
    bottom:0;
    width:100%
}
.about_thumb .master_thumb{
    border-radius:30px;
    max-width:410px;
    height:510px;
    object-fit: cover;
}
/* sec-heading */
.head_sec{
    margin:0 auto 10px;
    text-align: center;
    max-width: 676px;
    width:100%;
    padding: 0 15px;
}
.sec_title{
    position: relative;
    font-size:36px;
    margin-top: 10px;
}
.sm_title:after{
    display:block;
    content:'';
    height:5px;
    max-width:160px;
    width:100%;
    background:url('../images/line-vector.svg') no-repeat;
    margin: 5px auto 0;
}
.lg_title:after{
    background-image: url('../images/line-vector3.svg') !important;
    max-width: inherit;
}
.white_sm_title:after{
    background-image:url('../images/line-vector4.svg') !important
}
.about_sec .head_sec{
    margin:0 0 10px;
    text-align: left;
}
.about_sec .sm_title:after{
    margin:5px 0 0
}
/* service-sec */
.service_sec{
    background:#f8f8f8
}
.service_sec .container{
    max-width:850px;
    margin:auto;
}
.service_card{
    padding:40px 30px 30px;
    border:1px solid #EBEBEB;
    background:#fff;
    border-radius:30px;
    height: 100%;
}
.service_card img{
    margin:0 0 40px
}
.service_card h3{
    margin:0 0 10px;
}
/* download-sec */
.down_card{
   overflow: hidden;
    border-radius:30px;
    padding:30px 40px;
    position: relative;
}
.down_card:after{
content:'';
background: radial-gradient(251.10% 141.42% at 0% 0%, rgba(0, 119, 193, 0.45) 0%, rgba(0, 170, 80, 0.45) 100%);
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
opacity: 0.5;
z-index: 1;
}
.down_card .card_body{
max-width:520px;
margin:auto;
}
.down_card .card_body h3{
    font-size:48px;
    font-weight: 700;
    margin:0 0 20px;
}
.down_card .card_body p{
    font-size:20px;
}
.user_thumb{
    margin:25px 0 20px
}
.app_btns{
    margin-top:30px;
    display:flex;
    gap:18px
}
.app_btns a img{
    max-width:204px;
    width:100%
}
/* benefit-sec */
.benefit_sec{
    background:#f8f8f8;
}
.benefit_card{
    border:1px solid #EBEBEB;
    border-radius:10px;
    height:100%;
    width: 390px;
    background:#fff;
}
.benefit_card .card_body{
    padding:30px 20px
}
.benefit_splide .splide__track .splide__list{
    display:flex !important;
    gap: 2%;
}
.benefit_splide .splide__track .splide__list .splide__slide{

        width:32%;
}
.benefit_card .card_body .btn{
    width: 190px;
}
.benefit_card .card_body p{
    line-height: 24px;
}
.benefit_card .card_body h4{
    margin:0 0 8px
}
.benefit_card .card_body img{
    height:320px;
    object-fit: cover;
}
.benefit_splide .splide__arrow, .review_splide .splide__arrow {
    display: none;
}
.splide__pagination{
    position: static;
    margin-top:30px;
}
.splide__pagination__page.is-active{
    background:#6C6C6C
}
/* review-sec */
.review_card{
    border:1px solid #EBEBEB;
    border-radius:10px;
    background:#fff;
    padding:30px
}
.splide__pagination{
    display: flex !important;
    gap:5px
}
.splide__pagination__page{
    height: 10px;
    width:10px;
}
.splide__pagination__page.is-active{
    transform:none;
}
/* susbscribe-sec */
.subs_sec{
    border-radius:0 80px 0 0;
    overflow: hidden;
    background: linear-gradient(135deg, #0077C1 0%, #00AA50 100%);
   
    position: relative;
}
.subs_sec:after, .subs_sec:before{
    content:'';
    background:url('../images/left-pattern.svg')  no-repeat;
    position: absolute;
    left:-65px;
    width:686px;
    height: 687px;
    top:0;
    z-index: 1;
}
.subs_sec:before{
    background:url('../images/right-pattern.svg')  no-repeat;
    background-position: top right;
    right:-65px;
    left:auto;
    top: auto;
    bottom: 0;
}
.subs_sec .sec_title{
    color: #fff;
}
.subs_sec p{
    color:#fff;
}
.subs_form .form-group{
    position: relative;
    max-width: 309px;
    width:100%;
    margin: auto;
}
.subs_form .form-control{
    width:100%;
    padding: 10px 90px 10px 10px;
    border:0;
}
.subs_form .btn{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 15px;
}
/* FAQ-SEC */
.faq_sec .container{    
    max-width:1070px;
    width:100%;
    margin:auto;
}
.faq_sec .accordion-item {border: 0;}
.faq_sec .accordion-item {border: 0;}

.faq_sec .accordion-button {
    padding:20px 0;
    background: #fff !important;
    border: 0 !important;
    box-shadow:none !important;
    font-size:20px;
    font-weight:700;
}

.faq_sec .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top:0;
}

.faq_sec .accordion-item {
    border-bottom: 1px solid #DFE5EB;
}
.accordion-button:not(.collapsed){
    color: var(--primary-color);
}
/* contact-sec */
.contact_sec{
    background-color: #f8f8f8;
}
.contact_sec .sec_title:after{
    margin-left:0;
}
.drop-zone {
    max-width: 100%;
    height: 100px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 1px dashed #6C6C6C;
    border-radius: 10px;
  }
  
  .drop-zone--over {
    border-style: solid;
  }
  
  .drop-zone__input {
    display: none;
  }
  
  .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }
  
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }
  .form_card {
    background: #fff;
    border-radius: 10px;
    padding: 35px;
}

.form_card h3 {
    color: var(--blue-color);
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFE5EB;
}

.form_card .form-group {
    margin: 0 0 20px;
}

.form_card .form-control {
    padding: 9px;
    border-color:#DFE5EB
}
.form_card .form-control::placeholder{
    color:#BDBCBC
}
.form_card .form-group label{
    margin: 0 0 5px;
    display:block;
    font-weight: 400;
}
.form_card .form-group textarea{
    height:100px;
}  
span.drop-zone__prompt {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: normal;
}
span.required{
    color:#6C6C6C;
    font-size:14px
}
/* footer */
footer{
    padding:50px 0 0
}
.foot_form .form-control{
    background:#F8F8F8;
    padding:10px;
    border:0;
}
.social_nav li a img{
    -webkit-transition: var(--trans);
    transition: var(--trans);
    transform: scale(1);
    height: 50px;
    width: 50px;
    border-radius:100%;
}
.social_nav li a:hover img{
transform: scale(1.1);
}
.foot_nav > strong{
    font-size:24px;
    margin:0 0 20px;
    display: block;
    font-weight: 700;
}
.foot_nav ul{
    display:flex;
    flex-direction: column;
    gap:20px;

}
.foot_nav ul li a{
    color: var(--primary-color);
}
.foot_nav ul li a:hover{
    color: var(--blue-color);
}
.co_info{
    display: flex;
    flex-direction: column;
    gap:10px
}
.co_info i{
    font-size:24px ;
    color: var(--blue-color);
    position: absolute;
    left: 0;
    top:0;
}
.co_info li{
    padding-left:28px;
    position: relative;
}
.link_group a{
    color: var(--primary-color);
}
.link_group a:hover{
    color: var(--blue-color);
}
/* custom-toggle */
#nav_toggle{
    display: none;
  }
  #nav-icon4 {
    width: 25px;
    height: 18px;
    position: relative;
  
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background:var(--primary-color);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  .inner_headerDrop{
    top:0px;
  }
  #nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  #nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
  }
  
  #nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  }
  
  #nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 4px;
  }
.navbar-toggler:focus{
    outline:none;
    box-shadow: none;
}

.svg-container {
    display: flex;
    align-items: center;
    justify-content: center;
}