.site-logo{
     width:25%;
}

.header-elements ul li a {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    line-height: 16px;
    color: #0B1B23;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.mobile-nav li a {
    font-size: 18px;
    line-height: 24px;
    color: #0B1B23;
    padding: 10px 0;
    display: block;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.header-elements ul li ul.dropdown-padding {
    position: absolute;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    padding: 20px;
    top: 100px;
    left: 0;
    width: 260px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s 
ease-in-out;
    z-index: -1;
    border-radius: 5px;
}


.welcome-main-area h3 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 400;
    font-family: "Frank Ruhl Libre", serif;
    color: #0B1B23;
    position: relative;
    margin-bottom: 20px;
}

.inner-pages .welcome-inner-section-area .welcome-inner-header h3 {
    color: var(--Text-Color, #070812);
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 24px;
}
.welcome-main-area h3 span {
    background: none;
}
.welcome-main-area h3 .quito img {
    position: absolute;
    top: 50px;
    right: 10px;
}

.service-2-section-area .service-2-header-area p.pera-header::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 0;
    top: 0;
    background: #2b495a;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    border-radius: 4px;
}

.service-2-section-area .service-2-header-area p.pera-header {
    color: #0A141C;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 4px;
    background: #2b495a24;
    padding: 20px 16px 20px 24px;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    margin-top: 24px;
    margin-bottom: 8px;
}

.service-2-section-area .service-2-header-area span {
    color: #2b495a;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 1px;
    background: #2b495a26;
    margin-bottom: 20px;
}


.testimonial2-section-area .testimonial2-header span {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    line-height: 16px;
    font-size: 16px;
    color: #2b495a;
    padding: 8px 10px;
    background: #2b495a26;
    display: inline-block;
    margin-bottom: 24px;
    border-radius: 4px;
}

.services-icon img{
    width: 60px;
}


.blog-6-section-area .blog6-header span {
    color: #2b495a;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 1px;
    background: #2b495a26;
    margin-bottom: 20px;
}


.others6-section-area {
    padding: 20px 0 30px;
    background: #144771;
}

.others6-section-area .text-headlines {
    display: inline-flex
;
    white-space: nowrap;
    animation: 20s ticker linear infinite;
    margin-top: -25px;
}

@keyframes ticker {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }


.others6-section-area .text-headlines__item {
   /* font-weight: 400;
    font-family: "Vidaloka", serif;
    font-size: 56px;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    position: relative;
    line-height: 56px;
    opacity: 0.5;
    transition: all 0.4s ease-in-out;*/
    margin: 0 40px;
}

.ca3-scetion-area {
    background: #2B495A;
}

a.cta3-btn1 {
    border: none;
    background: #ffffff;
    outline: none;
    padding: 14px 24px;
    color: #2B495A;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 32px;
    text-align: right;
    justify-content: right;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

a.cta3-btn2:hover {
    transform: translateY(-5px);
    color: #2B495A;
}

.inner-pages .service-left-inner-area .service-side-bararea .servicve-categories {
    border-radius: 4px;
    border: 1px solid rgba(7, 8, 18, 0.1);
    padding: 24px 20px;
    margin-top: 0px;  /*32px;*/
}

/* *********************** */
/*.prc-ol li span{
    font-family: ariel;
    background: #ff7d00;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 50%;
    margin-right: 6px;
}*/

/*.prc-ol li a{
    margin-left: 30px;
    margin-top: 5px !important;
}*/

/*.prc-ol li p{
    margin-left: 30px;
    margin-top: 5px !important;
}*/


.prc-ul li a{
    margin-left: 30px;
    margin-top: 5px !important;
    line-height: 1.5 !important;
}
.prc-ul li p{
    margin-left: 30px;
    margin-top: 5px !important;
    padding-top: 4px;
}
.prc-ul li{
    position: relative;
}


.prc-ul li:before {
    position: absolute;
    top: 6px;
    left: 0px;
    content: url(../img/icons/check-img4.svg);    /* ../img/icons/check-img5.svg*/
    /*height: 2px;
    width: 20px;
    background: #c1b79a;*/
}


/* *********************** */

.list ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
 }

 .l2 ol {
   list-style: none;
   counter-reset: item 3;

 }

 .list ol li {
   counter-increment: item;
   margin-top: 16px;
 }
.list ol li:before {
    position: absolute;
    font-family: auto;
    margin: 4px 10px 0px 0px;
    content: counter(item);
    background: #052a23;    /*#ff7d00*/
    border-radius: 100%;
    color: white;
    font-size: 18px;
    /*font-weight: 600;*/
    line-height: 1.2em;
    width: 1.2em;
    text-align: center;
    /*display: inline-block;*/
}

.list ol li a {
    color: #070812;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    margin-left: 30px;
    margin-top: 0px !important;
}

.list ol li p{
    margin-left: 30px;
    margin-top: 5px !important;
}
/* *********************** */

/*../img/icons/check-img5.svg*/
.prc-card{
    background: #f4f3ef; 
    padding: 12px; 
    border-radius: 5%;
    margin-top: 10px;
}

.service-left-img {
    margin-top: 20px;
} 

.inner-pages .service-left-inner-area .service-rightbar-area .service-img img.elementor21 {
    position: absolute;
    top: -38px;
    right: -70px;
    height: 120px;
    width: 161px;
}                                     

a.welcome6-btn {
    color: #2b495a;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    border-radius: 4px;
    background: #cdd3cf;
    padding: 18px 24px;
    position: relative;
    z-index: 1;
    margin-top: 32px;
}

a.welcome6-btn:hover {
    color: #2b495a;
    transition: all 0.4s ease-in-out;
}

a.welcome7-btn {
    color: #cdd3cf;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    transition: all 0.4s ease-in-out;
    padding: 16px 24px;
    border: 1px solid #cdd3cf;
    border-radius: 4px;
    margin-left: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

a.welcome7-btn:hover {
    color: #2b495a;
    transition: all 0.4s ease-in-out;
}

a.welcome7-btn::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    background: #cdd3cf;
    border-radius: 0 4px 4px 0;
}

a.welcome7-btn::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    background: #cdd3cf;
    border-radius: 4px 0 0 4px;
}

.pt-10{
    padding-top: 10px;
}

.dashed-border{
    border: 2px dashed #2b495a;
}

.dashed-border:hover{
    border: 2px solid #2b495a;
}

.others2-section-area {
    background: #c8d6dc;
}

.about3-section-area .about3-textarea span {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2B495A;
    background: rgba(43, 73, 90, 0.1);
    padding: 8px 10px;
    display: inline-block;
    margin-bottom: 24px;
    border-radius: 4px;
    line-height: 16px;
}

.casebtn1 {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #2B495A;
    padding: 14px 24px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 32px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.casebtn1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.4s ease-in-out;
    background: #4B6473;
    border-radius: 100% 100% 5px 5px;
    z-index: -1;
}

.inner-pages .about-servce-section-area .about-service-area .experiance-area {
    border-radius: 2px;
    background: #2B495A;
    display: inline-block;
    width: 208px;
    height: 101px;
    text-align: center;
    position: absolute;
    top: -50px;
    right: -50px;
}

.inner-pages .about-servce-section-area .about-service-content .about3-textarea-list ul li a {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #070812;
    display: inline-block;
}


.inner-pages .service-left-inner-area .service-side-bararea .phone-area a {
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    background: #2b495a;
    color: #ffffff;
    padding: 18px 20px;
    display: inline-block;
    margin-top: 24px;
}

.inner-pages .service-left-inner-area .service-side-bararea .contact-area .contact-form-area button {
    border-radius: 4px;
    background: #2b495a;
    transition: all 0.4s ease-in-out;
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 14px 24px;
    border: none;
    outline: none;
    margin-top: 24px;
    text-align: right;
}

.prc-btn{
    padding: 10px 20px !important;
    background: #2b495a;
    color:#fff !important;
    border-radius: 10px;
}

.prc-btn:hover{
    padding: 10px 20px !important;
    background: #070812;
    color:#fff !important;
    border-radius: 10px;
}

.inner-pages .service-left-inner-area .service-side-bararea .servicve-categories ul li a:hover {
    background: #2b495a;
    transition: all 0.4s ease-in-out;
    color: #ffffff;
}

.inner-pages .contact1-section-area .contact-auhtor-area .contact-submit-area .contact-inner button {
    border-radius: 1px;
    background: #2b495a;
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: 14px 24px;
    transition: all 0.4s ease-in-out;
    border: none;
    outline: none;
    border-radius: 4px;
    margin-top: 24px;
}

.inner-pages .contact1-section-area .contact-auhtor-area.contact2 .contact-content-area .welcome-btn3 {
    border-radius: 1px;
    background: #2b495a;
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    padding: 14px 24px;
    display: inline-block;
    margin-top: 24px;
    border-radius: 4px;
}

.inner-pages .contact1-section-area .contact-auhtor-area.contact2 .contact-box-area .contact-widget-area:hover {
    background: #2b495a;
}




.inner-pages .blog5-section-area .blog-left-details .blog-left-images .blog-nav-area .quito-content p {
    color: #070812;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.inner-pages .blog5-section-area .blog-left-details .blog-left-images .blog-nav-area .quito-content h3 {
    color: #070812;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 10px;
}


.inner-pages .blog5-section-area .blog-left-details .blog-left-images .blog-left-content-area2 h2,h3,h4,h5,h6 {
    color: #070812;
    font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 10px !important;
}

.inner-pages .blog5-section-area .blog-left-details .blog-left-images .blog-left-content-area2 p{
    margin-bottom: 10px;
}

.mt-40{
    margin-top: 40px;
}


.inner-pages .blog5-section-area .blog-leftber-area .recent-blog-area .recent-content-area .recent-img img {
    height: auto;
    width: 290px;
    -o-object-fit: cover;
    object-fit: cover;
}






.list .prc-ul li a{
                    
                font-family: "Outfit", sans-serif;
                                    
            }


.prc-ul{
    margin-bottom: 22px;
}

.contact5-section-area {
    background: #eff7f9;
    position: relative;
}


.inner-pages .about-servce-section-area .about-service-area .about-img2 {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 30%;
}

.inner-pages .blog5-section-area .blog-left-details .blog-left-images .tags-share-area .share-area .tags a:hover {
    background: #2b495a;
    color: #ffffff;
    transition: all 0.4s 
ease-in-out;
    transform: translateY(-3px);
}

.inner-pages .blog5-section-area .blog5-boxarea .blog5-content-area a.readmore {
    color: #FF7D00;
    /*font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;*/
}
.inner-pages .blog5-section-area .blog5-boxarea .blog5-content-area a.readmore:hover {
    color: #2b495a;
    padding-left: 5px;
}


.ml0{
    margin-left: 0px !important;
}



@media (max-width: 767px) {
    .inner-pages .about-servce-section-area .about-service-area .about-img2 {
        display: none;
        margin-top: 30px;
        width: 43%;
        height: 100%;
        position: relative;
        left: 0;
        top: -26px;
    }

    .inner-pages .about-servce-section-area .about-service-area .experiance-area {
    border-radius: 2px;
    background: #2B495A;
    display: inline-block;
    width: 100%;
    height: 100px;
    text-align: center;
    position: absolute;
    top: -86px;
    right: 0px;
}

}

