/* ***** Common Css **** */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Thin.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Ultralight.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Ultralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Black.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Light.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Heavy.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Signature December';
    src: url('../fonts/SignatureDecemberRegular.woff2') format('woff2'),
        url('../fonts/SignatureDecemberRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

button,
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}


body {
    font-family: 'Signature December';
    font-family: 'SF Pro Display';
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper{
    height: 100%;
    width: 100%;
}
.container {
    max-width: 1450px;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 50px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0px 0;
    align-items: center;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin: 0;
    margin-left: auto;
    align-items: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar-light .navbar-nav li {
    margin-right:50px;
}
.navbar-light .navbar-nav li:last-child{
    margin: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #666;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    line-height: 37px;
    position: relative;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .navbar-nav .social-icons{
    display: flex;
    align-items: center;
    gap: 16px;
}
.navbar-light .navbar-nav .social-icons a{
    border-radius: 50px;
    background: #F4F9FF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-light .navbar-nav .social-icons a:hover{
    background: #fff;
}
.navbar-light .navbar-nav .social-icons a img{
    width: 20px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active{
    color: #0044A7;
}
/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none;}
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus {outline: none;}
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #344054;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #344054;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


/* **** Hero **** */
.hero-wrp{
    padding: 65px 0;
    min-height: calc(100vh - 110px);
    background-image: url("../images/hero-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.hero-wrp:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    top: 0;
    left: 0;
}
.hero-wrp .detail{
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.hero-wrp .detail h2{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 75px;
    font-weight: 600;
    line-height:85px;
    margin: 0 0 10px;
}
.hero-wrp .detail p{
    color: #e3e3e3;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 45px;
}
.hero-wrp .detail ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
/* **** End Hero **** */



.btn-secondary{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    padding: 15px 30px;
    border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid #FFF;
    background: rgba(18, 46, 99, 0.00);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.btn-secondary:hover{
    background: #fff;
    color: #000;
}
.btn-primary{
    color: #0044A7;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 15px 30px;
    border-radius: 50px;
    border: 2px solid #FFF;
    background: #FFF;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.btn-primary:hover{
    background: #0044A7;
    border: 2px solid #0044A7;
    color: #fff;
}

.btn-main{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 12px 30px;
    border-radius: 50px;
    background: #0044A7;
    display: flex;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: fit-content;
}
.btn-main i{
    margin: 0 0 0 5px;
}
.btn-main:hover{
    background: #000;
    color: #fff;
}
.btn-whatsapp{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 12px 40px;
    border-radius: 50px;
    text-transform: capitalize;
    background: #128C7E;
    display: flex;
    align-items: center;
}
.btn-whatsapp:hover{
    background: #000;
    color: #fff;
}
.btn-whatsapp i{
    margin-right: 10px;
}
.inquiry-wrp .btn-main i{
    margin: 0 5px 0 0;
}

/* **** Expertise **** */
.expertise-wrp{
    background: #F4F9FF;
    padding: 50px 0;
}
.expertise-wrp .expertise-block ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.expertise-wrp .expertise-block ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #091930;
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    gap: 30px;
}
.expertise-wrp .expertise-block ul li .box-icon{
    background: #FFF;
    height: 85px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
/* **** End Expertise **** */


.titlebar h2{
    color: #000;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
    margin: 0 0 0px;
}
.titlebar p{
    color: #666;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    margin: 0;
}

/* **** about ***** */
.about-wrp{
    padding: 100px 0;
}
.about-wrp .row{
    align-items: center;
}
.about-wrp .container{
    max-width: 1477px;
}
.about-wrp .titlebar{
    margin: 0 0 85px;
}
.about-wrp .about-img img{
    max-width: 100%;
}
.about-wrp .description{
    max-width: 767px;
    margin-left: auto;
}
.about-wrp .description h2{
    color: #000;
    font-family: "Signature December";
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 50px;
}
.about-wrp .description p{
    color: #666;
    font-family: "SF Pro Display";
    font-size: 22px;
    font-weight: 400;
    text-align: justify;
    line-height: 32px;
    margin: 0 0 30px;
}
.about-wrp .description p strong{
    color: #000;
    font-weight: 600;
}
/* **** End about ***** */


/* **** Offer **** */
.offer-wrp{
    padding: 0 0 100px;
}
.offer-wrp .titlebar{
    margin: 0 0 85px;
}
.offer-wrp .row{
    gap: 60px 0;
}
.offer-wrp .offer-box .box-icon{
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F9FF;
    border-radius: 100%;
    margin: 0 auto 25px;
}
.offer-wrp .offer-box .box-icon img{
    max-width: 50%;
    width: 50%;
}
.offer-wrp .offer-box h3{
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.offer-wrp .btn-main{
    margin: 85px auto 0;
}
/* **** End Offer **** */


/* **** Why choose us **** */
.choose-wrp{
    background: #F4F9FF;
    padding: 100px 0;
}
.choose-wrp .titlebar{
    margin: 0 0 75px;
}
.choose-wrp .row{
    margin: 0 -26px;
    gap: 48px 0;
}
.choose-wrp .col-md-6{
    padding: 0 26px;
}
.choose-wrp .choose-box{
    border-radius: 10px;
    background: #FFF;
    min-height: 230px;
    position: relative;
    padding: 30px 75px 30px 40px;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.choose-wrp .choose-box:before{
    position: absolute;
    content: "";
    top: 30px;
    left: 0;
    width: 5px;
    height: 34px;
    border-radius: 0px 5px 5px 0px;
    background: #0044A7;
}
.choose-wrp .choose-box h3{
    color: #091930;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px;
}
.choose-wrp .choose-box p{
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
    margin: 0;
}
/* **** End Why choose us **** */


/* ***** Testimonials **** */
.testimonials-wrp{
    padding: 70px 0;
    overflow: hidden;
}
.testimonials-wrp .titlebar{
    margin: 0 0 45px;
}
.testimonials-wrp .testimonials-slider{
    margin: 0 -15px;
}
.testimonials-wrp .testimonials-slider .slick-slide{
    margin: 0 15px;
}
.testimonials-wrp .testimonials-slider .slider-box{
    border-radius: 20px;
    border: 1px solid #DBDBDB;
    background: rgba(217, 217, 217, 0.00);
    padding: 53px 84px 40px;
    text-align: center;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.testimonials-wrp .testimonials-slider .slider-box p{
    color: #454545;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    line-height: 34px;
    height: 100px;
    margin: 0 0 60px;
    overflow: hidden;
}
.testimonials-wrp .testimonials-slider .slider-box h5{
    color: #000;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 10px;
}
.testimonials-wrp .testimonials-slider .slider-box h6{
    color: #999;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.testimonials-wrp .btn-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 35px auto 0;
}
.testimonials-wrp .btn-wrap button{
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    color: #000;
    background: #F4F9FF;
    border: none;
    font-size: 20px;
}
.testimonials-wrp .btn-wrap button:hover{
    background: #000;
    color: #fff;
}
.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}
/* ***** ENd Testimonials **** */


/* **** Contact info **** */
.contact-info-wrp{
    padding: 40px 0;
    background: #F4F9FF;
}
.contact-info-wrp ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.contact-info-wrp ul li a{
    display: flex;
    align-items: center;
    gap: 25px;
    color: #0044A7;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}
.contact-info-wrp ul li a span{
    display: block;
    color: #999;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 5px;
}
.contact-info-wrp ul li a .box-icon{
    height: 85px;
    width: 85px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #FFF;
    font-size: 30px;
    color: #0044A7;
}
/* **** End Contact info **** */


/* **** Footer **** */
footer{
    background: #091930;
    padding: 60px 0;
}
footer .foot-logo img.img{
    max-width: 100%;
    width: 300px;
    margin: 0 auto 40px;
}
footer .foot-logo ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
footer .foot-logo ul li a{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(217, 217, 217, 0.05);
}
footer .foot-logo ul li a:hover{
    background: #F4F9FF;
}
footer .quicklinks{
    margin: 45px auto;
    max-width: 1380px;
    border: 1px solid #484848;
    padding: 30px 0;
    border-left: none;
    border-right: none;
}
footer .quicklinks ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
footer .quicklinks ul li a{
    color: #999;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}
footer .quicklinks ul li a:hover{
    color: #fff;
}
footer p{
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
}
/* **** End Footer **** */



/* **** Who we are  **** */
.whoweare-wrp{
    padding: 100px 0;
    overflow: hidden;
}
.whoweare-wrp .titlebar{
    max-width: 949px;
    margin: 0 auto 45px;
}
.whoweare-bx p{
    font-size: 18px;
    font-weight: 400;
    color: #111;
    text-align: justify;    
    margin: 0 auto 45px;
    max-width: 850px;
}
.whoweare-wrp .whoweare-slider{
    margin: 0 -25px;
}
.whoweare-wrp .whoweare-slider .slick-slide{
    margin: 0 25px;
}
.whoweare-slider .slider-box img{
    width: 100%;
}
/* **** End Who we are  **** */



/* **** Mission **** */
.mission-wrp{
    padding: 0 0 60px;
}
.mission-wrp .titlebar{
    margin: 0 0 65px;
}
.mission-wrp .titlebar h2{
    margin: 0;
}
.mission-wrp .mission-box{
    border-radius: 20px;
    border: 1px solid #DBDBDB;
    background: rgba(217, 217, 217, 0.00);
    display: flex;
    align-content: flex-start;
    padding: 55px 48px;
    gap: 28px;
    display: flex;
    height: 100%;
}
.mission-wrp .mission-box .box-icon{
    width: 102px;
    min-width: 102px;
    height: 102px;
    background: #F4F9FF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mission-wrp .mission-box h2{
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 0 15px;
}
.mission-wrp .mission-box p{
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    text-align: justify;
}
/* **** End Mission **** */


/* **** founder **** */
.founder-wrp{
    margin: 0 0;
    padding: 60px 0;
    position: relative;
}
.founder-wrp:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    background: #F4F9FF;
    z-index: -1;
}
.founder-wrp .row{
    align-items: center;
}
.founder-wrp .detail{
    max-width: 750px;
}
.founder-wrp .founder-img{
    position: relative;
}
.founder-wrp .founder-img img{
    max-width: 100%;
    margin-left: auto;
}
.founder-img a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height:50px;
    font-size:18px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #0044A7;
    text-align: center;
}
.founder-img a:hover{
    background: #000;
    color: #fff;
}
.founder-wrp .detail h3{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 10px;
}
.founder-wrp .detail h2{
    color: #000;
    font-size: 80px;
    font-weight: 600;
    line-height:80px;
    text-transform: capitalize;
    margin: 0 0 30px;
}
.founder-wrp .detail p{
    color: #666;
    font-size: 22px;
    font-weight: 400;
    text-align: justify;
    line-height: 32px;
    margin: 0 0 30px;
}
.founder-wrp .detail p:last-child{
    margin: 0;
}
.founder-wrp .detail h6{
    color: #000;
    font-family: "Signature December";
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    margin: 65px 0 0;
}
/* **** End founder **** */



/* **** Services ***** */
.services-wrp{
    padding: 100px 0;
}
.services-wrp .container{
    max-width: 1465px;
}
.services-wrp .titlebar{
    margin: 0 0 50px;
}
.services-wrp .service-block{
    margin: 0 0 65px;
}
.services-wrp .service-block:last-child{
    margin: 0;
}
.services-wrp .service-block .row{
    align-items: center;
    margin: 0 -30px;
}
.services-wrp .service-block .col-md-5{
    padding: 0 30px;
    width: 48%;
}
.services-wrp .service-block .col-md-7{
    padding: 0 30px;
    width: 52%;
}
.services-wrp .service-block .service-img img{
    width: 100%;
    border-radius: 10px;
}
.services-wrp .service-block .description h3{
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 25px;
}
.services-wrp .service-block .description p{
    color: #666;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    margin: 0 0 20px;
}
/* **** End Services ***** */



/* **** inquiry **** */
.inquiry-wrp{
    padding: 0 0 100px;
}
.inquiry-wrp h6{
    color: #000;
    text-align: center;
    font-family: "Signature December";
    font-size: 35.102px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 20px;
}
.inquiry-wrp h2{
    color: #000;
    text-align: center;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    margin: 0 0 40px;
}
.inquiry-wrp ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 33px;
}
/* **** End inquiry **** */



/* **** Inner Banner **** */
.inner-banner-wrp{
    background-image: url("../images/about-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:150px 0 40px;
}
.inner-banner-wrp .row{
    align-items: center;
}
.inner-banner-wrp h2{
    margin: 0;
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 45px;
    font-weight: 600;
    line-height:45px;
}
.inner-banner-wrp ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;;
    gap: 40px;
}
.inner-banner-wrp ul li{
    position: relative;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.inner-banner-wrp ul li:before{
    position: absolute;
    content: "/";
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    right: -20px;
}
.inner-banner-wrp ul li a{
    color: #fff;
}
.inner-banner-wrp ul li a:hover{
    color: #0044A7;
}
.inner-banner-wrp ul li:last-child:before{
    display: none;
}
/* **** End Inner Banner **** */


/* **** Blogs **** */
.blogs-wrp{
    padding: 100px 0;
}
.blogs-wrp .row{
    margin: 0 -34px;
}
.blogs-wrp .col-md-4{
    padding: 0 34px;
}
.blogs-wrp .col-md-8{
    padding: 0 34px;
}
.blogs-wrp .blogs-links{
    background: #F4F9FF;
    padding: 65px 0;
    position: sticky;
    top: 15px;
    left: 0;
    right: 0;
}
.blogs-wrp .blogs-links ul li{
    margin: 0  0 50px;
}
.blogs-wrp .blogs-links ul li:last-child{
    margin: 0;
}
.blogs-wrp .blogs-links ul li a{
    display: block;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 0 40px;
    position: relative;
}
.blogs-wrp .blogs-links ul li a:before{
    position: absolute;
    content: "";
    width: 6px;
    height: 44px;
    border-radius: 0px 20px 20px 0px;
    background: #0044A7;
    left: 0;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blogs-wrp .blogs-links ul li a.active,
.blogs-wrp .blogs-links ul li a:hover{
    color: #0044A7;
}
.blogs-wrp .blogs-links ul li a.active:before,
.blogs-wrp .blogs-links ul li a:hover:before{
    opacity: 1;
}


.blogs-wrp .blog-block{
    margin: 0 0 75px;
}
.blogs-wrp .blog-block:last-child{
    margin: 0;
}
.blogs-wrp .blog-block h2{
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height:36px;
    margin: 0 0 10px;
}
.blogs-wrp .blog-block h2 span {
    display: block;
}
.blogs-wrp .blog-block h4{
    color: #0044A7;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 35px;
}
.blogs-wrp .blog-block h4 span{
    background: #F4F9FF;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #0044A7;
}
.blogs-wrp .blog-block .blog-img img{
    width: 100%;
    margin: 0 0 45px;
}
.blogs-wrp .blog-block .description{
    max-width: 957px;
}
.blogs-wrp .blog-block .description p{
    color: #666;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 35px;
}
.blogs-wrp .blog-block .description p:last-child{
    margin: 0;
}
.blogs-wrp .blog-block .description p:last-child strong {
    color: #000;
}
.blogs-wrp .blog-block .description h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #0044A7;
    margin: 0 0 20px;
}
.blogs-wrp .blog-block .description .des-list {
    margin: 0 0 40px;
}
.blog-block .description .des-list h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight:600;
    color: #0044A7;
    margin: 0 0 10px;
}
.blog-block .description .des-list ul {
    padding-left: 30px;
}
.blog-block .description .des-list ul li{
    list-style: decimal;    
    padding-left: 10px;
    margin: 0 0 30px;
}
.blog-block .description .des-list ul li:last-child {
    margin: 0;
}
.blog-block .description .des-list ul li::marker {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}
.blog-block .description .des-list ul li h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #666;
    margin: 0;
}
.blog-block .description .des-list ul li h5 strong {
    color: #000;
}



/* **** End Blogs **** */



/* **** Contact **** */
.contact-wrp{
    padding: 100px 0;
}
.contact-wrp .titlebar{
    margin: 0 0 85px;
}
.contact-wrp .contact-block{
    background: #F4F9FF;
    padding: 55px;
}
.contact-wrp .contact-block .row{
    align-items: center;
    margin: 0 -45px;
}
.contact-wrp .contact-block .col-md-6{
    padding: 0 45px;
}
.contact-wrp .contact-block form .form-group{
    margin: 0 0 75px;
}
.contact-wrp .contact-block form .form-group .form-control{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    border-radius: 0;
    box-shadow: none;
    outline: none];
    resize: none;
    border: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #000;
    background: transparent;
}
.contact-wrp .contact-block form .form-group .form-control::placeholder{
    color: #000;
}
.contact-wrp .contact-block form button{
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contact-wrp .contact-block .contact-info{
    background: #091930;
    padding: 75px;
}
.contact-wrp .contact-block .contact-info ul li{
    margin: 0 0 80px;
}
.contact-wrp .contact-block .contact-info ul li:last-child{
    margin: 0;
}
.contact-wrp .contact-block .contact-info ul li a{
    display: flex;
    align-items: center;
    gap: 25px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.contact-wrp .contact-block .contact-info ul li a span{
    display: block;
    color: #999;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
}
.contact-wrp .contact-block .contact-info ul li a .box-icon{
    height: 100px;
    width: 100px;
    min-width: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.05);
    font-size: 28px;
    color: #fff;
}
.contact-wrp .contact-block .contact-info .map-link{
    color: #26B1FF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid #26B1FF;
    padding: 0 0 13px;
    display: table;
    margin-left: 128px;
    margin-top: 100px;
    text-transform: capitalize;
}
.contact-wrp .contact-block .contact-info .map-link:hover{
    color: #fff;
    border-bottom: 1px solid #fff;
}

.map-wrp{
    padding: 0 0 125px;
}
.map-wrp .map-block{
    max-width: 965px;
    height: 1032px;
    margin: 0 auto;
}
.map-wrp .map-block iframe{
    height: 100%;
    width: 100%;
}
.map-wrp  h2{
    color: #000;
    font-family: "Signature December";
    font-size: 67.541px;
    font-style: normal;
    font-weight: 400;
    line-height: 75px;
    margin: -50px 0 0;
    text-align: center;
}

.whats-btn{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.whats-btn img{
    width: 200px;
}
.whats-btn:hover{
    opacity: 0.70;
}

.software-wrp .container{
    max-width: 1050px;
}
.software-box{
    margin: 0 auto 30px;
}
.software-img{
    padding: 25px;
    background: #F4F9FF;
    border-radius: 10px;
    margin: 0 auto 15px;
    display: table;
}
.software-img img{height: 100px;border-radius: 10px;}
.software-box h3{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 30px;
    margin: 0;
}
.des-list img{width:100%;}
.blogs-wrp .blog-block .description .inlgdt p{
    margin:0 0 10px;
}
/* **** End Contact **** */