* {
    text-decoration: none !important;
    list-style: none !important;
}

/* header */
header {
    position: fixed;
    width: 100%;
    z-index: 20;
    height: 70px;
    display: flex;
    align-items: center;
    top: 116px;
    background-color: white;

    .dropdown-menu {
        /* padding: 0px 10px; */
        border: none;
        border-radius: 0;
        background-color: rgb(8 41 75 / 75%);
        box-shadow: 1px -1px 8px #999;
        
       
    }

    .dropdown-menu li {
        padding: 0px 5px;
    }

    .dropdown-item:hover {
        background-color: transparent;
    }
}
.ser-drop  {
    padding: 10px 10px;
    border-radius: 10px !important;
}

.ser-drop li a{
    color:white !important;
    padding: 5px;
}
.desktop-nav .ul-design a {
    color: #07294d;
    margin: 0px;
    font-weight: 500;
    position: relative;
    padding: 10px 0px;
    text-transform: capitalize;
    transition: 0.2s;
}

/* .ul-design .fa-phone {
    color: #fff !important;
} */

.ul-design a:hover {
    color: #2a629a;
}

.ul-design a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -2px;
    border-radius: 50px;
    background-color: #2a629a;
    transform: scale(0);
    transition: transform 0.2s linear;
}

.ul-design a:hover:before {
    transform: scale(1);
    width: 100%;
}

.ul-design .active-nline:before {
    transform: scale(1) !important;
    width: 100% !important;
}

.toggle-design {
    outline: 0;
    border: 0;
    background: transparent;

    i {
        font-size: 40px;
        color: #092e56;
    }
}

.nav-book {
    transition: 0.2s;
}

.nav-active {
    background-color: #ffffff !important;
    box-shadow: 1px 2px 6px 1px #e1e0e0;
    top: 0px;

}

.designpersone {
    transition: 0.2s;
    position: fixed;
    top: 0px;
    z-index: 3;
    width: 100%;
    a{
        color:white;
    }

i{
color:#ffc600 !important
}
}

/* --------------------------Mobile View-------------------------- */
@media screen and (max-width: 992px) and (min-width: 767px) {
header{
top:138px
}
}

@media only screen and (max-width: 767.98px) {
    header{
        height: auto;
        /* background-color: #000; */
        top:48px;
        padding: 10px 0px;
        }
        .m-top-control {
            margin-top: 142px !important;
        }
        .p-100{
            padding: 70px 0px !important;
        }
    .mobile-navigation {
        background-color: rgb(0 0 0 / 54%);

        .dropdown-menu {
            padding: 0px 8px;
            box-shadow: 1px -1px 8px #999;
            margin-top: 10px;
        }

        .dropdown-menu li a {
            padding: 10px 0px !important;
            color: white;
        }

        .dropdown-item {
            line-height: 20px;
        }
    }

    .ul-border {
        border: 1px solid #b194701a;
    }

    .mobile-navigation ul li a {
        line-height: 50px;
        padding: 10px 20px !important;
        position: relative;
        color: white !important;

    }
}
.side-nav {
    width: 70%;
    height: 100%;
    position: fixed;
    z-index: 100;
    transition: 1s;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    overflow-y: scroll;
    top: 0;
}
.overlayb {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.navcloss-btn {
    color: #f8fae5;
    font-size: 28px;
    background: #00466d;
    border-radius: 48%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in 0.2s;
}
.navcloss-btn:hover {
    transform: scale(1.1);
}


/* multiple-use */
.m-top-control {
    margin-top: 184px
}

.p-100 {
    padding: 100px 0px;
}

.color-1 {
    background: hsl(46.59deg 100% 50% / 75%);
    transition: 0.3s linear;
}

.h2-main {
    color: #07294d;
}

.main-h1 {

    font-weight: 800;
    margin: 0 0 20px;
    line-height: 60px;

}

.sub-heading {
    color: #1d2025;
}

.btn-style-trans {
    background: hsl(46.59deg 100% 50% / 75%);
    transition: 0.3s linear;
    color: #07294d !important;
}

.btn-style-trans:hover {
    background: #fff;
    color: #000 !important
}

.color-hvr {
    border: 1px solid transparent;
}

.color-snd-hvr {
    border: 1px solid transparent;
}

.color-snd-hvr:hover {
    border-color: #07294d !important;
    color: #07294d;
    background: transparent;
}

.color-hvr:hover {
    background: transparent;
    color: #6fd2c0;
    border-color: white !important;

}


/* section-1 */
.main-banner {
    background: url(./images/hero-section.webp) no-repeat;
    background-size: cover;
    background-position:center;
}



.bnn_left ul li {
    color: #fff;
    list-style: none;
    padding: 0 20px 11px;
    font-size: 18px;
}

.bnn_left ul li:before {
    content: "\2713";
    color: #ffffff;
    display: inline-block;
    transition: all .2s ease;
    transform: scale(1.3);
    position: absolute;
    left: 10px;
    font-size: 17px;
}

.form-design {
    border: 1px solid white;
    backdrop-filter: blur(5px);

    input,
    textarea {
        width: 100%;
        padding: 10px;
        margin: 5px 0px;
        border-radius: 10px;
        background: transparent;
        border: 1px solid #fff;
        color:white !important;

    }

    input::placeholder {
        color: white;
    }

    input:focus {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        outline: none !important;
    }

    textarea:focus {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        outline: none !important;
    }

    textarea::placeholder {
        color: white;
    }
}



/* section-2 */
.security-box .securityNum {
    border: 3px solid #ffc600;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    font-size: 18px;
    color: #ffc600;
    font-weight: 600;
    line-height: 27px;
    margin: 0 auto;
}

.security-box .securityNum:before {
    content: "";
    display: block;
    position: absolute;
    width: 195px;
    height: 1px;
    left: 40px;
    border-top: 1px dotted #ffc600;
    top: 13px;
}

.security-box .securityNum:after {
    content: "";
    display: block;
    position: absolute;
    width: 195px;
    height: 1px;
    border-top: 1px dotted #ffc600;
    top: 13px;
    right: 39px;
}

@media screen and (max-width:575.98px) {
    .security-box .securityNum:after {
        content: "";
        position: absolute;
        width: 100px !important;
    }

    .security-box .securityNum::before {
        content: "";
        position: absolute;
        width: 100px !important;
    }
}

.line-center::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffc600;
    width: 100px;
    height: 4px;
    bottom: 0;


}


/* section-3 */
.help-box {
    background: url(./images/why-choose-us.webp) no-repeat;
    background-position: center;
    background-size: cover;

}

.overlay-yl::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #092e56;
    opacity: 0.8 !important;
}

.help-box-sub {
    right: -49px;
    top: 0px;
    background: #092e56;


}

@media screen and (max-width:767.98px) {
    .help-box-sub {
        right: 0px;
        top: 0px;
        background: #092e56;


    }
}

.hlp-img {
    position: relative;
    left: -9px;
    top: 10px;
}

.pe-line:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    bottom: -11px;
}

@media screen and (max-width:575.98px) {
    .hlp-img {
        position: relative;
        top: -6px;
    }
}

.bg-custome-dark {
    background-color: #07294d;
}
/* ----------- */
.rating-section {
    background: url(./images/view-our-hard.webp)no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0px;
}

 /************* sec5 start *****************/
 .subject-section {
    position: relative;
    padding: 50px 0;
    background: transparent no-repeat;
    background-size: cover;
    background-position: center;
}

.subject-section h2 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 700;
}

.subject-section .listing ul {
    text-align: center;
}

.subject-section .listing ul li {
    position: relative;
    font-size: 14px;
    color: #07294d;
    text-transform: capitalize;
    border: 1px solid #cbd6e2;
    display: inline-block;
    padding: 11px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease-out;
}

.subject-section .listing ul li+li {
    margin-left: 9px;
}

.subject-section .listing ul li:hover {
    color: #ffc600;
    border: 1px solid #ffc600;
    transform: scale(1.04);
}

.subject-section .slick-prev::before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    color: #000000;
    top: -25px;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
}

.subject-section .slick-next::before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    color: #000000;
    top: -25px;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
}

/************* sec5 end *****************/



/* section-6 */
.color-yl {
    color: #ef9d1d;
}

.qualified-box {
    transition: 0.3s linear;

}


.qualified-box:hover {
    transform: scale(1.1);
}

.border-hvr {
    border: 1px solid transparent;
    transform: scale(0.9);
}

.qualified-box:hover.border-hvr {
    border-color: #ef9d1d;
    transform: scale(1);
}

.all-rating-icon {
    box-shadow: 0px 8px 50px 0px rgb(0 0 0 / 10%);
}





/* contact-us */
.thanks-banner {
              
    background-color: #092e56;

    h1 {
        font-size: calc(35px +(62 - 35)*(100vw - 270px) /(1920 - 270)) !important;

    }
}


.footer-section {
    background: #092e56 no-repeat !important;
    background-position: center;
    background-size: cover;
    min-height: 153px;
    border-bottom: #fff 1px solid;
}

.footer-section .cta_head h3 {
    vertical-align: middle;
    margin: 0;
    color: #ffffff;
    font-weight: 200;
    font-size: 30px;
}

.footer-section .cta_head h2 {
    vertical-align: middle;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 41px;
}

.footer-section .cta_action a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 8px 26px;
    padding-left: 40px;
}

.footer-section .cta_action a::before {
    content: "\f1d8";
    position: absolute;
    left: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.footer-section .cta_action a+a {
    margin-left: 10px;
}

.footer-section .cta_action a:last-child {
    background: #ffffff;
    color: #2d3a51;
}

.footer-section .cta_action a:last-child::before {
    content: "\f1d8";
    color: #f79521;
}

 /************* footer start *****************/


 footer {
    background: #092e56;
    color: #ffffff;
    padding: 40px 0 25px 0;
}

footer p {
    margin: 0;
}

footer .navigation {
    text-align: center;
    color: #ffffff;
    padding: 28px 0;
    margin: 33px 0 0 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

footer .navigation ul li:first-child a::before {
    color: hsl(46.59deg 100% 50% / 75%);
}

footer .contact_info {
    position: relative;
    padding-left: 76px;
}

.contact_info .ficon {
    width: 60px;
    height: 60px;
    border: 1px solid #cccccc;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact_info .ficon-fa {
    width: 60px;
    height: 60px;
    border: 1px solid #cccccc;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact_info .ficon-fa i.location {
    position: relative;
    font-family: 'FontAwesome';
    color: hsl(46.59deg 100% 50% / 75%);
    font-size: 35px;
    text-align: center;
    width: 30px;
    height: 24px;
    padding: 10px 20px 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact_info .ficon-fa i.f-icon {
    position: relative;
    font-family: 'FontAwesome';
    color: hsl(46.59deg 100% 50% / 75%);
    font-size: 35px;
    text-align: center;
    width: 30px;
    height: 24px;
    padding: 10px 0;
    top: 2px;
    bottom: 0;
    left: 11.5px;
    right: 0;
    margin: auto;
}

.contact_info i.ic1 {
    position: absolute;
    background: url(img/sprite.png) no-repeat;
    background-position: -46px -268px;
    width: 26px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact_info i.ic2 {
    background-position: -90px -262px;
    width: 26px;
    height: 26px;
}

.contact_info i.ic3 {
    background-position: -133px -267px;
    width: 30px;
    height: 24px;
}

.contact_info .info_detail h5 {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.contact_info .info_detail a {
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
}

footer .copyrights {
    padding: 25px 0 0 0;
}

footer .copyrights p {
    text-align: center;
    margin: 0;
}

footer .copyrights p a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
}

footer p.ft_about {
    position: relative;
}

footer p.ft_about::before {
    content: '';
    position: absolute;
    left: -20px;
    background: hsl(46.59deg 100% 50% / 75%);
    height: 60px;
    width: 4px;
    top: 3px;
    bottom: 0;
    margin: auto;
}


footer .navigation ul li {
    display: inline;
    /* float: right; */
    padding: 0 14px 0;
}

footer .navigation ul li a {
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

.header-bottom {
    margin: 0 0 40px;
}

.footer-contact-form h2 {
    font-weight: 700;
    color: #fff;
}

.footer-contact-form input {
    border-radius: 10px !important;
    margin-bottom: 10px !important;
}

.footer-contact-form textarea {
    border-radius: 10px !important;
    margin-bottom: 10px !important;
}

.footer-contact-form button {
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    background-color: #ffc600;
    width: 100%;
    padding: 6px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.contact_info .ficon-fa i.f-icon {
    position: relative;
    font-family: 'FontAwesome';
    color: #f79521;
    font-size: 35px;
    text-align: center;
    width: 30px;
    height: 24px;
    padding: 10px 0;
    top: 2px;
    bottom: 0;
    left: 11.5px;
    right: 0;
    margin: auto;
}

.fa-envelope-o:before {
    content: "\f003";
}









    /************************** popup  ************************************/
span.boldr{font-weight:800;color:#ffc600;font-size:30px;}
.modal{top: 11%;}
.modal-content{
    background: rgba( 88, 88, 88, 0.55 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 17.0px );
    -webkit-backdrop-filter: blur( 17.0px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    
}
.modal-header{padding:24px 0 0;border:none;    text-align: center;}
.modal-header img {
    padding-top: 10px; 
}
button.close{
    color: #fff;
    font-size: 40px;
    width: 64px;
    height: 64px;
    position:absolute;
    top: -1px;right: 1px;
    display:block;
    /* opacity:1; */
}
.close-modal-btn{
    background: #ffc600 !important;
}
.book-modal-btn{
    background: #ffc600 !important;
}

h4.modal-title{font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 15px 10px 20px;
    text-align: center;
    display:none;
}
#popupform input.cn{
    color: #fff;
    background-color: transparent;
    padding: 6px 0 5px 8px;
    margin:0 0 20px;
    width:100%;
    border-radius: 10px;
    border: 1px solid #fff;
}
#popupform input.cn::placeholder{
    color: #fff;
}
#popupform label{
    color: #fff;
}
#popupform textarea{width:100%;height:66px;padding:7px 9px;color:#57ca85;font-size:13px;}
#popupform button, #popupform input[type=submit]{border-radius: 10px; background:#ffc600;color:#fff;border:none;text-transform:uppercase;padding:4px 18px;font-size:19px;display: inline-block;}
.modal-dialog{max-width:500px;}
.field:nth-child(2) input.cn{background-position:0 -54px !important;}
.field:nth-child(3) input.cn{background-position:0 -106px !important;}
#popupform p{text-align:center;font-size:13px;color:#fff;margin:19px 0 0;}
.modal-header img {
    width: 40%;
}
.fade.in{overflow:hidden;}
input#phones {
    width: 100%;
    border: 1px solid #ffc600;
    padding: 6px 7px;
}

div#popupform h3 span {
    font-size: 18px;
}
constructed stylesheet
div#popupform h3 {
    text-align: center;
    margin: 0 0 20px;
    color: #000;
}

.fm {
    border-radius: 0;
    border: 1px solid #ffc600;
    margin: 0 0 15px;
}

.fun {
    margin: -77px 0 0;
}

div#popupform {
    width: 100%;
}

div#popupform h3 {
    text-align: center;
    margin: 20px 0;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}