
@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
    background: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,a,button{
     font-family: "Poppins", sans-serif !important;
}

.btn-primary{
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.front-theme{
    height: 333px;
    margin: auto;
    padding: 2px;
    border-color: var(--theme-color);
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
}

.front-theme-btn{
    margin-top: 4px;
    margin-bottom: 4px;
}

.front-feature-icon{
    color: var(--theme-color);
    font-size: 60px;
}
  
.dropdown-item{
    margin-left: 5px;
    color: #666;
}

.dropdown-item.active{
    color: var(--theme-color);
}
.navbar-logo{
    height: 43px;
}
.features h2{
    margin-bottom: 40px;
}
.mt-25{
    margin-top: 25px;
}
.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.6);
       padding-top: 39px;
       padding-bottom: 49px;
    }  
/* over lay */

/* start page container */
@media (min-width: 768px) {
  .container {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
/* end page container */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: var(--theme-color);
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
       
    }
.navbar-default .navbar-brand
    {
        color: var(--theme-color);
        font-size: 30px;
        /*font-weight: bold;*/
        /*height: 70px;*/
        /*line-height: 35px;*/
        padding:0;
    }
.navbar-default .nav li a
    {
       
        font-size: 16px;
       
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: var(--theme-color);
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: var(--theme-color);
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */       
#home
    {
    background: url(../../one/img/home-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 70px;
    text-align: center;
    width: 100%;
    }

#home p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
    }
#home img
    {
        display: inline-block;
        margin-top: 30px;
    }
/* end home */

/* start demo */
#demo
    {
        text-align: center;
        padding-top: 39px;
        padding-bottom: 49px;
    }
#demo .fa
    {
        color: var(--theme-color);
        font-size: 60px;
    }
#demo h3
    {
        font-size: 20px;
    }
/* end demo */

/* start divider */
#divider
    {
        text-align: center;
        padding-top: 39px;
        padding-bottom: 49px;
    }
#divider .fa
    {
        color: var(--theme-color);
        font-size: 60px;
    }
#divider h3
    {
        font-size: 20px;
    }
/* end divider */

/* start feature */
#feature
    {
        background: #f8f8f8;
        padding-top: 39px;
        padding-bottom: 49px;
    }
#feature p
    {
        padding-top: 10px;
    }
#feature span
    {
        float: left;
    }
#feature .fa
    {
        background: var(--theme-color);
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */

/* start feature1 */
#feature1
    {
        padding-top: 39px;
        padding-bottom: 49px;
    }
#feature1 p
    {
        padding-top: 10px;
    }
#feature1 span
    {
        float: left;
    }
#feature1 .fa
    {
        background: var(--theme-color);
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */

/* start pricing */
#pricing
    {
        background: #f8f8f8;
        text-align: center;
        padding-top: 39px;
        padding-bottom: 49px;
    }
#pricing h2
    {
        padding-bottom: 49px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: var(--theme-color);
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 9px;
    }

#pricing .modules
{
    padding: 2px !important;
    font-size: 14px;
    font-weight: 600;
}

#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid var(--theme-color);
        border-radius: 0px;
        color: var(--theme-color);
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: var(--theme-color);
    color: #fff;
}
/* end pricing */

/* start download */
#download
    {
        padding-top: 39px;
        padding-bottom: 49px;
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
/* end download */

/* start contact */
#contact
    {
        color: #fff;
    }
#contact h2
    {
        padding-bottom: 10px;
    }
#contact address
    {
        padding-top: 20px;
    }
#contact address .fa
    {
        background: var(--theme-color);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#contact .contact-form
    {
        padding-top: 20px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: var(--theme-color);
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contact input[type="submit"]:hover {
    background: #107DB6;
}
/* end contact */

/* start footer */
footer
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding: 20px;
    }
/* end footer */

@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 20px;
    }
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
}
/* end media 360 */



/*Latest UI*/


.home-baner-section{
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 55;
}

.home-baner-section video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home{
    position:absolute;
   
    top:0;
    width:100%;background: #000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.62) 100%);
margin-top:0;
height:100%;
display:flex;
justify-content:flex-start;
align-items:center;
padding:0 !important;
}
.navbar-default{
    background-color:#fff;
     padding:5px 0 !important;
     padding-top:12px !important;
     
     position:absolute;
     top:0;
     width:100%;
     z-index:99999;
}
.nav-menu ul {
   display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0px;
}

.nav-menu ul li a{
    color:#222 !important;
    padding:0;
        text-transform: capitalize;
        font-size:17px;
        font-weight:500;
}
.navbar-default .nav li a:hover{
       color:#002060 !important;
}


.nav-menu ul li a.home-menu-btn{
    padding:10px 25px;
    background-color:#002060 !important;
    border-radius:40px;
    color:#fff !important;
     transition:0.5s;
     border:1px solid #002060;
    
}

.nav-menu ul li a.home-menu-btn:hover{
     background-color:transparent !important;
      color:#002060 !important;
}
.nav-menu ul li {
    margin-left:25px;
}
.nav-menu ul li:last-child{
    margin-left:0 !important;
    
}
#home h1,#home p{
    text-align:left;
}
#home h1 {
    font-weight:500;
    font-size:40px;
    margin:0;
    margin-bottom:10px;
}
#home p {
    font-size:17px !important;
    font-style:normal !important;
    
}

.baner-btns{
    display:flex;
    justify-content:flex-start;
    align-items:Center;
    padding-top:10px;
    gap:10px
}


.baner-btns a{
    width:180px;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#fff;
    color:#222;
    border-radius:5px;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    border:1px solid #fff;
    transition:0.5s;
}

.baner-btns a:hover{
    background-color:transparent;
    color:#fff;
    border-radius:40px;
}




@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
        width:100%;
    }
}




.home-about-section {
    background-color: var(--bg-light);
}

.home-about-left {
    width: 100%;
    height: 530px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-about-left img {
    width: 60%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    border: 10px solid var(--color-white);
}

.home-about-left .home-aout-secondry-img {
    width: 40%;
    height: 100%;
    padding-left: 20px;
}

.home-about-left .home-aout-secondry-img img {
    height: 50%;
    width: 100%;
    margin-bottom: 10px;
    border-radius:15px;
    border: 10px solid var(--color-white);
}

.home-about-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 15px;
    padding-right: 0;
    padding-top:10px;
}

.home-about-right h3 {
    font-size: 20px;
    color:#002060;
    margin: 0;
     font-weight:500;
        margin: 0 0;
        margin-bottom:7px;
}

.home-about-right h2 {
    font-size:27px;
  margin:0;
    font-weight:600;
    color:#000;
    margin-bottom:5px;
}
.home-about-right h5{
    color:#000;
    font-size:20px;
    font-weight:600;
    margin-top:10px;
    margin-bottom:5px;
}

.home-about-right p {
  font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: justify;
    line-height: 25px;
}

.home-about-right a {
    width: fit-content;
    padding: 7px 15px;
    border: 1px solid var(--primary);
    color: var(--primary);
    text-decoration: none;
    transition: 0.5s;
}

.home-about-right a:hover {
    border-radius: 40px;
    background-color: var(--primary);
    color: var(--color-white);
}
.home-about-right ul{
    padding:0;
    margin:0;
    list-style:none;
}
.home-about-right ul li{
    display:flex;
    justify-content:flex-start;
    align-items:center;
     font-size: 16px;
    font-weight: 400;
    margin-bottom:5px;
    text-align:justify;
    gap:10px
}
.home-about-right ul li i{
    margin-top: 5px;
    font-size: 27px;
    min-width: 35px;
}
.home-about-right ul li i.fa-circle-xmark{
    color:#9a3030;
}
.home-about-right ul li i.fa-circle-check{
    color:#157615;
}


.section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom:20px;
}

.section-title h6 {
    font-size: 25px;
    color: #002060;
}

.section-title h3 {
       font-size: 40px !important;
    text-align: center;
    font-weight: 500;
    margin: 0;
    margin-bottom: 7px;
    color: #000;

}
.section-title p{
    font-size:19px;
    text-align:center;
}
.row-center{
    display:flex;
    justify-content:Center;
}

.section-padding{
    padding:50px 0;
}
.bg-light-blue{
    background-color:#d0e6f9;
}

.bg-light-cs{
    background-color:#f4f4f4;
}




.baner-main-img {
    width: 100%;
    background-color:#002060;
    /* height: calc(100vh - 130px); */
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top:20px;

}

.baner-caption-card {
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 20px;
}

.baner-caption-card h1 {
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    font-weight: 600;
    margin:7px 0;

}

.baner-caption-card p {
    font-size: 25px;
    color: #fff;
    margin:0;
}

.baner-caption-card h3 {
    color: #002060;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.row-product{
    margin-top:25px;
    display:flex;
    flex-wrap:wrap;
    gap:9px
}
.row-product .col-xl-3{
    width:32.5%;
    margin-bottom:15px;
    padding: 0px 8px;
}
.row-product .col-xl-2{
       width: 24.2%;
    margin-bottom:15px;
    padding: 0px 8px;
}
.row-product .col-lg-12{
   margin-bottom: 5px;
    padding: 0 15px;
}

.product-view-container {
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #fff;
    background-color: #fff;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-view-container span {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #002060;
    color: #002060;
    font-size: 20px;
    border-radius: 50%;
}

.product-view-container h3 {
       font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    color: #000;
    line-height: 28px;
    margin-bottom:6px;

}

.product-view-container p {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
}

.product-view-container:hover {
    background-color: #f7f7f7;
}
.product-view-container ul li{
    margin: 5px 0;
}

.product-view-img{
    width:100%;
    height:350px;
    border-radius:20px;
    overflow:hidden;
}

.product-view-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    
}

.product-view-container ul{
    padding:0;
    padding-left:20px;
}
.product-view-container ul li{
    font-size: 16px;
}

.business-card-img-left{
    width:100%;
    height:300px;
}

.business-card-img-left img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:20px;
}

.business-card-right-content{
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}
.business-card-right-content ul{
    padding:0;
    list-style:none;
    margin:0;
    display:flex;
    justify-content:center;
    align-items:Center;
    flex-wrap:wrap;
    gap:9px
}
.business-card-right-content ul li{
    width:32%;
    padding:15px;
    border-radius:30px;
     background-color:#fff;
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     font-size:16px;
     font-weight:600;
     color:#000;
     display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.business-card-right-content ul li i{
    color:#002060;
    font-size:23px;
}

.business-card-right-content p{
    font-size:16px;
    text-align:Center;
    margin-top:10px;
    padding:0 20px;
}
.business-card-features-box{
    padding:25px;
    border-radius:20px;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
   height:100%;
   background-color:#fff;
}
.mtop-bz{
    margin-top:15px;
}
.business-card-features-box h3{
    margin:0;
    margin-bottom:13px;
    font-weight:600;
    font-size:18px;
    color:#002060;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}

.business-card-features-box ul{
    padding:0;
    margin:0;
    list-style:none;
     padding-left:20px;
         display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    
}

.business-card-features-box ul li{
    font-size:16px;
    margin:10px 0;
    position:relative;
    color:#222;
    width:50%;
    font-weight:500;
   
}

.business-card-features-box ul li::before{
    width:10px;
    height:10px;
    content:'';
    background-color:#002060;
    rotate:50deg;
    position:absolute;
    top:7px;
    left:-20px;
}
.bg-image-section{
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    /*min-height:100vh;*/
    background-attachment:fixed;
}
.section-title-white h6,.section-title-white h3,.section-title-white h6, .section-title-white p{
    color:#fff !important;
}



.product-main-container{
    width:100%;
    height:450px;
    border-radius:25px;
    overflow:hidden;
    position:relative;
    
}

.product-main-container img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.product-main-container h3{
      width: 100%;
    height: 100%;
    background: #00000094;
    color: #fcf8f8;
    padding: 20px;
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
}

.product-main-container h3 span{
    width:80px;
    height:80px;
    display:flex;
    justify-content:Center;
    align-items:center;
    padding:7px;
    background: rgba(255, 255, 255, 0.22);
border-radius:50%;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.5px);
-webkit-backdrop-filter: blur(7.5px);
position:absolute;
top:20px;
left:20px;
font-weight:600;

}

.product-main-container:hover h3{
    display:none;
}


.product-main-container .product-view-container{
  background-color: #000000a3;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    top: 100%;
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    border:0;
    flex-direction:column;
}
.product-main-container:hover .product-view-container{
    top:0;
    left:0;
}

.product-main-container .product-view-container p,.product-main-container .product-view-container ul li{
    color:#fff;
    font-size:17px;
}


.carousel-btns .owl-nav {
    width: 100%;
    position: absolute;
    top: 38%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.carousel-btns .owl-nav button {
       width: 60px;
    height: 59px;
    font-size: 35px !important;
    background-color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;
    padding-top: 20px !important;
}

.carousel-btns .owl-nav button span {
    font-size:25px;
}



.carousel-btns .owl-nav button.owl-next {
    margin-right: -25px;

}

.carousel-btns .owl-nav button.owl-prev {
    margin-left: -25px;
}


.how-works-container{
    padding:22px;
    border-radius:20px;
    background: rgba(255, 255, 255, 0.14);
border-radius: 20px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.3px);
-webkit-backdrop-filter: blur(7.3px);
    height: 100%;
    min-height: 220px;

}
.how-works-container h3{
    margin:0;
    color:#fff;
    font-weight:500;
    font-size:21px;
    text-align:center;
}
.how-works-container p{
    margin:0;
    margin-top:5px;
    color:#fff;
    font-size:16px;
      text-align:center;
}
.adv-fetaures ul{
    padding:0;
    margin:0;
    list-style:none;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}
.adv-fetaures ul li{
       width: 49%;
    background: rgb(255 255 255 / 26%);
    border-radius: 75px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.3px);
    -webkit-backdrop-filter: blur(7.3px);
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    min-height: 100px;
    gap:15px;
}



.adv-fetaures ul li i{
   color: #f5f5f5;
    font-size: 33px;
}

.adv-fetaures ul li h6{
    font-size:20px;
    font-weight:500;
    color:#fff;
    line-height: 23px;
    margin:0;
    margin-bottom:4px;
}
.adv-fetaures ul li p{
    font-size:15px;
    margin:0;
     color:#fff;
}



.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab {
    width: 180px;
    height: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 1px solid #002060;
    color: #002060;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}
.tab:hover{
    color: #fff;
    background-color: #002060;
}
.tabs {
    width: 100%;
    display: flex;
    justify-content:center;

}

.panels {
    background: #fffffff6;
    min-height: 200px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.radio {
    display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel ,
#four:checked~.panels #four-panel ,
#five:checked~.panels #five-panel {
    display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab ,
#four:checked~.tabs #four-tab ,
#five:checked~.tabs #five-tab {
    background: #002060;
    color: #fff;
}


.features-box img{
    width:100%;
    height:250px;
    border-radius:15px;
    object-fit:cover;
}

.features-box h3{
    font-size:20px;
    font-weight:600;
    margin:7px 0;
    color:#000;
    
}


.features-box p{
    font-size:16px;
    color:#000;
}
.features-box h3{

}

.demo-card-box {
   
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius:20px;
    background:#fff;
    padding:20px;
    margin-bottom:20px;
}
.demo-card-img {
    height:380px;
    width:100%;
    overflow:hidden;
     border-radius:20px;
    
}

.demo-card-img img{
    width:100%;
    height:100%;
    border-radius:20px;
    object-fit:cover;
}

.demo-card-box a{
       width: 90%;
    height: 50px;
    background-color: #002060;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    margin-bottom: 0;
    border-radius: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration:none;
}

.demo-card-box:hover img{
    transform:scale(1.1);
    transition:0.5s;
}





.third-service-main-img{
    width: 90%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.third-service-main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px;
}
.third-service-desc{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.third-service-desc h3{
    font-size: 35px;
    text-align:center;
}
.third-service-desc p{
    font-size: 17px;
    line-height: 28px;
    text-align:center;
    margin: 0;
}
.third-service-main-container{
    display: flex;
}
.third-service-main-left,.third-service-main-right{
    width: 50%;
}
.third-service-main-widget{
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
}
.third-service-main-widget img{
    width: 50%;
    height: 400px;
    object-fit: cover;

}
.third-service-main-widget-dt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    padding-top:0;
    width: 50%;
    padding-top:20px;
}
.third-service-section{
    background-color: #f2f2f2;
}
.third-service-main-widget-dt h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin:0;
    margin-bottom:3px;
    line-height:30px;
    text-align:left;
}
.third-service-main-widget-dt ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
}
.third-service-main-widget-dt ul li{
    margin: 5px 0;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    text-align:left;
}
.third-service-main-widget-dt ul li::before{
    width: 8px;
    height: 8px;
    background-color: #002060;
    content: '';
    position: absolute;
    left: -15px;
    top: 5px;

}

.third-service-main-widget-dt p{
    margin:0;
    font-size:15px;
    text-align:left;
}

.third-service-main-widget-dt ul{
    margin:0;
}





.contact-box {
  background-color: #f7f7f7;
  padding: 60px;
  height: 100%;
  border-radius: 30px;
}
.contact-box__title {
  margin: -0.4em 0 10px 0;
}
.contact-box__text {
  margin: 0 0 37px 0;
}
.contact-box__item {
  display: flex;
  align-items: center;
}
.contact-box__item:not(:last-child) {
 padding: 0 0 15px 0;
    margin: 0 0 6px 0;
    border-bottom: 1px solid #dadfec;
}
.contact-box__icon {
  --icon-size: 90px;
  font-size: 30px;
  line-height: 1;
  margin: 0 20px 0 0;
  min-width: var(--icon-size);
  height: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a0b0d1;
  color: #002060;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .contact-box__icon {
    --icon-size: 70px;
  }
}
.contact-box__label {
  font-size: 20px;
  /*margin: -0.3em 0 5px 0;*/
}

.contact-box__info a {
  display: inline-block;
  color: inherit;
}
.contact-box__info a:hover {
  color: #002060;
}
.contact-box__form .form-group {
  line-height: 1;
}
.contact-box__form textarea,
.contact-box__form select,
.contact-box__form input {
  height: 55px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  border:1px solid #ccc !important;
  outline: 0 !important;
  border-radius: 30px;
  width:100%;
  padding:10px 15px;
}
.contact-box__form i {
  top: 19px;
  right: calc(var(--bs-gutter-x) / 2 + 24px);
  font-size: 16px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .contact-box {
    padding: 40px;
  }
  .contact-box__title {
    margin: -0.3em 0 10px 0;
  }
  .contact-box__form textarea,
  .contact-box__form select,
  .contact-box__form input {
    font-size: 14px;
  }
  .contact-tab-menu button {
    text-align: center;
  }
  .contact-tab-menu .btn-title {
    display: block;
  }
  .contact-tab-menu .btn-img {
    float: none;
    margin: 0 auto 10px auto;
    display: block;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .contact-tab-menu .btn-title {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .contact-box {
    padding: 40px 20px;
  }
  .contact-box__label {
    font-size: 16px;
  }
  .contact-box__icon {
    font-size: 20px;
  }
}


textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
  width:100%;
}

.contact-map{
    width: 100%;
    height: 430px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    padding: 15px;
    margin-top:25px;
}
.contact-map iframe{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.vs-btn {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color:#002060;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 22px 40px;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
}
h3.contact-box__title {
    font-size:25px;
    font-weight:600;
}




.footer {
    background-color: #e6e6e6;
    padding: 30px 10px;
    padding-bottom: 10px;

}

.footer-widget {
    padding: 10px;
}

.footer-widget h3 {
    font-weight: 600;
    font-size: 23px;
    /* font-family: "Josefin Sans", serif; */
    font-family: var(--font-family-Orbitron);
    font-weight: 600;
    letter-spacing: 1px;
    color: #222;
    text-align: center;
}

.footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding-top: 15px;
}

.footer-widget ul li {
    margin: 10px 0;
}

.footer-widget ul li a {
    text-decoration: none;
    color: var(--color-white);
    font-family: var(--font-family);
    transition: 0.5s;
    font-size: 20px;
}

.footer-widget ul li a:hover {
    color: #002060;
}

/* .icon-links h3{
     text-align: end;
   } */
.icon-links ul {
    justify-content: center;

}

.copyright {
    padding: 10px;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
}

.copyright p {
    margin: 0;
    color: var(--text-gray);
    font-family: var(--font-family);
    font-size: 15px;
    text-align: center;
}

.footer-contact-btn {
    width: 150px;
    height: 40px;
    background-color:#002060;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 40px;
    text-shadow: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.5s;
    cursor: pointer;
    text-decoration: none;
    margin: 20px auto;
}

.footer-contact-btn:hover {
    border-radius: 40px;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo img {
    width: 180px;
}
.footer-address ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.footer-address ul li{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.footer-address ul li i{
    color: #002060;
}
.footer-address ul li a{
    color: var(--gray);
    font-size: 17px;
    text-decoration: none;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.footer-address ul li a:hover{
    color: #002060;
}
.footer-address-top{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.footer-address-top p{
    text-align: center;
    color: var(--gray);
    margin: 0;
    margin-top: 10px;
    font-size:16px;
}




.csr-cs-bx {
  width: 100%;
  height: 450px;
  background: #000;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s;
}
.csr-cs-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.csr-cs-overlay {
 width: 100%;
    height: 100%;
     background: rgb(101 99 99 / 47%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.3px);
    -webkit-backdrop-filter: blur(7.3px);
    position: absolute;
    bottom: -83%;
    transition: 0.5s;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;

}
.csr-cs-bx:hover .csr-cs-overlay {
  bottom: 0;
     padding: 40px;
}
.csr-cs-overlay h3 {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  margin-top:0;
  margin-bottom:40px;
  line-height:30px;
  text-align:center;
     display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.csr-cs-overlay p{
    text-align:left;
    color:#fff;
    font-size:16px;
}


.csr-cs-overlay ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
}
.csr-cs-overlay ul li{
    margin: 5px 0;
    font-size: 16px;
    position: relative;
    /*font-weight: 500;*/
    text-align:left;
    color:#fff;
}
.csr-cs-overlay ul li::before{
    width: 8px;
    height: 8px;
    background-color: #002060;
    content: '';
    position: absolute;
    left: -15px;
    top: 5px;

}

.csr-cs-bx:hover .csr-cs-overlay h3{
    margin-bottom:5px;
    text-align:left;
    justify-content: flex-start;
    align-items: flex-start;
   
}









@media screen and (max-width:1200px){
    .business-card-right-content ul li {
        width:49%;
    }
      .business-card-features-box ul li{
        width:100%;
    }
     .how-works-container{
        min-height:unset;
        margin-bottom:15px;
    }
      .third-service-main-widget{
        flex-direction:column;
    }
    .third-service-main-container{
        flex-direction:column;
    }
    .third-service-main-left, .third-service-main-right,.third-service-main-widget img,.third-service-main-widget-dt{
        width:100%;
    }
    .row-revrese-screen{
        flex-direction:column-reverse;
    }
    .contact-box{
        margin-bottom:15px;
    }
}
@media screen and (max-width:991px){
    .nav-menu ul{
        width:100%;
        justify-content: center;
    }
    .navbar-default .nav li a{
        white-space:nowrap;
    }
    .row-center{
        flex-direction:column;
    }
  
    .home-about-right{
        padding:10px 0;
        padding-top:20px;
    }
    .business-card-right-content{
        padding-top:15px;
    }
    .business-card-features-box{
        margin-bottom:10px;
    }
    .adv-fetaures ul li{
        width:100%;
    }
   
}
@media screen and (max-width:768px){
    .nav-menu ul{
        align-items: flex-start;
    gap: 5px;
    flex-direction: column;

    }
    .business-card-right-content ul li{
        width:100%;
    }
    .footer-address ul{
        flex-direction:column;
    }
    .footer-address ul li{
        width:100%;
                margin: 10px 0;
    }
     .footer-address ul li a{
         font-size:18px;
     }
  
}
@media screen and (max-width:567px){
    .baner-caption-card h1 {
    font-size: 40px;
    line-height: 50px;
}
.home-about-left{
    height:350px;
}
.section-title h3 {
    font-size: 27px !important;
}
.home-about-left .home-aout-secondry-img img{
    height:49%;
}

}


.sticky-header{
    position: fixed;
    top: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.5s;
}


.footer,.copyright{
    background: #05454a;
}



.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
    text-align:left;
}

.footer .footer-item p {
    line-height: 35px;
    padding-right:50px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}
.footer .footer-item .footer-btn{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    gap:5px;
}
.footer .footer-item .footer-btn a {
   background-color: #aabde2 !important;
    border-radius: 50%;
    color: #002060 !important;
    min-width: 40px;
    height: 40px;
    width:40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/

.footer-info .d-flex{
       display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-info .d-flex .btn-xl-square{
    padding:15px;
    border-radius:10px;
    margin-top:5px;
    background-color: #002060;
    color: #fff;
}


.footer-info .d-flex .btn-xl-square i{
    font-size:20px;
}
.footer-info .d-flex p{
    font-size:15px;
    text-align:left;
    padding-left:15px;
}
.footer-info .d-flex h4{
    text-align:left;
     padding-left:15px;
}

.footer-item h4{
    text-align:left;
}

.footer-item img{
    width:220px;
}

.footer .footer-item p{
       text-align: left;
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
}

.footer-links  a{
    font-size:15px;
}

.footer{
    background-color:#e7e7e7;
}

.footer{
    padding-bottom:0;
}
.copyright{
        background-color: #dadada;
    padding: 13px;
    font-size: 15px;
}

.footer-info .d-flex h4{
  font-size: 15px;
}


@media screen and (max-width:1200px){
    .footer-btn{
        display:flex;
        justify-content:flex-start;
        gap:5px
    }
}


.xf-slider {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}

.xf-slides {
  display: flex;
  gap: 40px;
  transition: transform 0.6s ease;
}

.xf-slide {
  width: 380px;
  height: 450px;
  border-radius: 30px;
  overflow: hidden;
  flex-shrink: 0;
  transform: scale(0.8);
  filter: blur(5px) brightness(0.7);
  opacity: 0.5;
  transition: 0.6s ease;
}

.xf-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xf-slide.xf-active {
  transform: scale(1);
  filter: blur(0) brightness(1);
  opacity: 1;
}

.xf-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.xf-prev { left: 20px; }
.xf-next { right: 20px; }

.xf-nav:hover {
  background: #eaeaea;
}

html{
     scroll-padding-top:16rem !important;
     scroll-behavior: smooth !important;
}



