html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

body {
    font-family: "Kufi", Arial, sans-serif;
    font-size: 17px;
    line-height: 2;
    color: #212121;
    background-color: #ffffff;
    margin: 0
}

button {
    background: 0 0;
    border: 0;
    cursor: pointer
}

svg:not(:root) {
    overflow: hidden
}

svg {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

p {
    margin: 0
}

iframe {
    max-width: 100%
}

::placeholder {
    color: #6e6e6e;
    opacity: 1;
    font-weight: 900;
    font-size: 21px;
}

:-ms-input-placeholder {
    color: #2b2b2b;
    opacity: 1;
    font-weight: 900;
    font-size: 21px;
}

::-ms-input-placeholder {
    color: #2b2b2b;
    opacity: 1;
    font-weight: 900;
    font-size: 21px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.hideflow {
    overflow: hidden
}

.txtcenter {
    text-align: center
}
.txtleft {
    text-align: left;
}

header {
    display: block;
    position: relative;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 30%);
    background: #ffffff;
    z-index: 9999;
}

header.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

.site-branding {
    text-align: center
}

.book-now {
    width: 13%;
}

a.call-us {
    background: #1565c0;
    text-decoration: none;
    padding: 6px 18px;
    display: inline-block;
    color: #ffffff;
    font-weight: 900;
}

a.site-logo {
    display: inline-flex;
    line-height: 1.2;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    text-decoration: none;
    color: #2f2c2c;
}

.site-title-inner {
    margin-right: 10px;
    line-height: 1.3
}

.site-title {
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    color: #fff;
}

.site-description {
    font-size: 14px;
    padding-top: 5px;
    color: #fff;
}

.search-wrap.open {
    display: block;
}

.search-form {
    position: relative;
    width: 100%;
}

.search-field {
    width: 100%;
    padding: 7px 17px 00 3px;
    line-height: 1;
    box-sizing: border-box;
    outline: 0;
    height: 50px;
    border: 1px solid #026873;
    background: #e8ebf2;
    border-radius: 15px;
    color: #fff;
    overflow: hidden;
}

.search-submit {
    position: absolute;
    left: 00;
    top: 0px;
    bottom: 0;
    border: 0;
    background: 0 0;
    outline: 0;
    margin: 0;
    padding: 0 14px;
    z-index: 2;
    color: #fff;
    background: #f9b152;
    background: linear-gradient(90deg, rgba(235,100,64,1) 0%, rgba(255,179,68,1) 100%);
    border-radius: 15px 0 0 15px;
    font-size: 21px;
    font-weight: 900;
}

.sidebar-close, .sidebar-open {
    border-radius: 10px;
    background: 0 0;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 8px 10px
}
.phone {
    background-color: #f8952c;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 14px;
}

.callusimg {
    display: flex;
    justify-content: space-between;
    max-width: 426px;
    background: #fff;
    padding: 16px 28px 12px 41px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    border-right: 4px solid #f8952c;
    position: absolute;
    bottom: 67px;
    right: 0;
    left: 0;
}

.content {
    width: 50%;
    text-align: right;
    color: #000;
}

.img {
    width: 34%;
    opacity: 0.5;
}

.content h4 {
    color: #000;
    margin-bottom: 3px;
}
.hero-innr {
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 0;
    margin: auto;
}
.hero {
    position: relative;
}
.hero:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #051427ab;
    background: -webkit-linear-gradient(0deg, #041730e6 0%, #0417307a 100%);
}
.about h2,
.about p,
.services h2,
.services p,
.services h3,
.hero-content h1,
.hero-content p {
    color: #fff;
}

.bg-main{
    background: #063c83;
}
.main-navigation ul {
    list-style: none;
    margin: 0
}

.menu-items li {
    position: relative
}

.menu-items li a {
    color: #000000;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 900;
    font-size: 15px;
    margin: 2px 0;
}

.search-toggle {
    padding: 21px 18px;
    background: rgba(0,0,0,.1);
}

.icon-dropdown {
    border: solid #3c474f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition-duration: .8s;
    transition: transform .3s, -webkit-transform .3s
}

.submenu-toggle {
    display: block;
    left: 0;
    padding: 18px 16px;
    position: absolute;
    top: 0;
    background: #ffffff;
}

.sub-menu {
    display: none
}

.sub-menu.active {
    display: block
}

.submenu-toggle.active .icon-dropdown {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.bar-align {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
}

footer {
    background-color: #1565c0;
    color: #ffffff;
}

footer a {
    color: #fff;
}

.social-follow {
    border-top: 1px solid #1f72d1;
    padding: 10px 0;
    margin: 0;
}

.social-follow li {
    display: inline-block;
    padding: 10px 0;
}


.site-copyright {
    background: #fff;
    color: #000;
    padding: 15px 0;
    font-weight: 700;
}

.scrollUp {
    display: none;
    position: fixed;
    left: 7px;
    bottom: 8px;
    background: #1565c0;
    padding: 8px 10px;
    border-radius: 50%;
}

.scrollUp.active {
    display: block
}


.not-found {
    padding: 80px 0;
    text-align: center
}

.not-found h1 span {
    display: block
}

.not-found .number {
    color: #940015;
    position: relative;
    font: 839 133px Consolas;
    letter-spacing: 5vmin;
    display: block;
}




.footeritems li {
    display: inline-block;
}

.footeritems li a {
    text-decoration: none;
    padding: 5px 15px;
    font-size: 19px;
}

ul.footeritems {
    list-style: none;
    padding: 0;
}



.footer-menu {
    padding: 21px 0;
}



footer .follow-us a {
    margin: 0 8px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    line-height: 48px;
}



.call-button, .whats-btn {
    display: flex;
    position: fixed;
    bottom: 0.4em;
    right: 15px;
    outline: 0;
    cursor: pointer;
    z-index: 9999;
}

.call-button {
    bottom: 95px;
}

.call-icon, .ms-whats-icon {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #1565c0;
    -webkit-box-shadow: 1px 1px 6px 0 rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0 rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0 rgba(68, 68, 68, 0.705);
    animation: callrotate 2s infinite ease-in-out;
}

span.ms-whats-icon {
    background-color: #388E3C;
}

@keyframes callrotate {
    0%, 100%, 50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10%, 30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%, 40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
}

.bg-gray {
    background: #eef3f9;
}
.bg-white {
    background: #fff;
}
.color-white {
    color: #fff
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section p {
    margin-bottom: 30px;
    color: #525252;
}

section ul {
    list-style-type: none;
}

section ul li {
    margin-bottom: 13px;
    color: #303030;
    font-size: 16px;
}

section ul > li:before {
    content: "\272E";
    font-weight: 900;
    margin-left: 8px;
    color: #FF9800;
    font-size: 21px;
}

.action-buttons a {
    background: #1565c0;
    text-decoration: none;
    padding: 9px 15px;
    display: inline-block;
    margin: 6px;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
}

a.whatsapp {
    background: #388e3c;
}

a.mail {
    background: #fff;
    color: #1565c0;
}
.workers h3 {
    text-align: center;
    padding: 15px 0;
}
.bg-second {
    background-color: #f8952c;
}

.blue {
    background: #063c83;
}
.features ul {
    padding: 0;
    margin: 0;
}

.section-padding {
    padding: 80px 0
}

.padding-40 {
    padding: 40px 0
}

.step-box {
    margin-bottom: 80px;
    border-radius: 80px 80px 0 0;
    padding: 32px 29px;
}

.padding-top-80 {
    padding-top: 80px;
}

.step-number {
    width: 80px;
    height: 80px;
    display: block;
    margin: -71px auto 15px auto;
    background: #1565c0;
    color: #fff;
    border-radius: 50%;
    line-height: 82px;
    font-size: 43px;
    font-weight: 900;
}

.ul-col-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.ul-col-3 li {
    width: 46%;
    text-align: right;
    margin-bottom: 14px;
}

.unstyled {
    list-style: none;
}

button.faqs-title {
    position: relative;
    color: #000000;
    display: block;
    width: 100%;
    text-align: right;
    font-size: 27px;
    font-weight: 900;
    border-bottom: 5px solid #1565c0;
    background: #fafaff;
    padding: 20px 23px;
}

.faqs-box {
    border-radius: 15px;
    margin: 27px 0;
    padding: 20px 15px;
}

.faqs-box.active .faqs-title {
    border-bottom: 5px solid #FF9800;
    background: #f7f4ef;
}

.faqs-box.active .faqs-title span {
    color: #ff9800;
}

.faqs-title span {
    color: #1565c0;
}

span.icon.icon-plus {
    position: absolute;
    left: 29px;
}

.faqs-answer {
    padding: 30px 18px;
    text-align: center;
    display: none;
}

.faqs-other {
    margin: 120px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    background: #e4eef9;
    color: #1565c0;
    padding: 80px 43px;
    border-radius: 27px;
}

.faqs-other a {
    background: #1565c0;
    text-decoration: none;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
}

.faqs-box.active .faqs-answer {
    display: block;
}

.our-featurs-box {
    text-align: center;
    background: #eef3f9;
    margin-bottom: 128px;
    border-radius: 100px 100px 0 0;
}

.our-featurs-box img {
    margin-top: -60px;
    margin-bottom: 16px;
}




.left-img {
    text-align: center;
    position: relative;
}


@media (max-width: 991px) {
    .bar-align {
        justify-content: space-between;
    }


    .main-nav {
        background: #eef3f9;
        position: fixed;
        height: 100%;
        top: 0;
        right: 0;
        overflow-x: hidden;
        padding-top: 60px;
        width: 0;
        transition: .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 999;
    }

    .menu-items {
        padding: 0;
        margin: 0;
        padding: 60px 0 21px 0;
    }

    .menu-items li {
        border-top: 1px solid #c3cad3;
    }

    .sidebar-close {
        background: #000000;
        position: absolute;
        top: 0;
        left: 0;
        padding: 4px 7px;
        z-index: 9999;
        right: 0;
        height: 44px;
        color: #fff;
        border-radius: 0;
    }

    .main-nav.active {
        width: 100%;
        visibility: visible;
        opacity: 1;
        padding: 25px;
    }

    .sidebar-open {
        background: #1565c0;
        border: 0;
        margin-right: 13px;
        color: #fff;
    }

    .topbar, .book-now {
        display: none
    }

    footer h3 {
        font-size: 18px
    }

    .footer-info {
        font-size: 16px;
        margin-bottom: 25px
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }

    .main-nav {
        width: 63%;
    }

    .sidebar-close, .sidebar-open, .submenu-toggle {
        display: none
    }

    .menu-items>li {
        display: inline-block
    }

    .menu-items li.current > a {
        border: 1px solid #1565c0;
        color: #1565c0;
    }

    .menu-items li a {
        box-shadow: none;
        padding: 5px 17px;
    }

    .menu-items li.has-children>a:after {
        content: " ";
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2.5px;
        transform: rotate(45deg);
        position: relative;
        top: -1px;
        right: 7px
    }

.callusimg {
    left: 62px;
    bottom: 67px;
    right: auto;
}
    .menu-items .sub-menu li.has-children>a:after {
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
    }

    .menu-items .sub-menu .has-children>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate(137deg)
    }

    .menu-items .sub-menu {
        background-color: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding: 0;
        z-index: 9999;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
        border-radius: 0 0 10px 10px;
    }

    .menu-items .sub-menu a {
        color: #000;
        margin: 0;
        padding: 10px 16px;
        border-bottom: 1px solid #e5e5e5;
    }

    .menu-items .sub-menu a:hover {
        color: #fff;
        background-color: #646df2;
    }

    .menu-items .sub-menu .has-children .sub-menu {
        right: 100%;
        top: 0
    }

    .menu-items .has-children:hover>.sub-menu {
        display: block
    }

    .topbar-inner {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .site-branding {
        margin-left: 35px;
        width: 19%;
    }


    .site-title-inner {
        text-align: right
    }
.hero-innr {
    padding: 180px 0;
    width: 64%;
    margin: auto;
}
.col-2 {
    width: 47%;
}

.col-3 {
    width: 30.33333%;
}

.col-5 {
    width: 20%;
}
.col-4 {
    width: 24%;
}
.col-8 {
    width: 80%;
}
  
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

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

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.icon-minus-round:before {
    content: "\66";
}

.icon-question-circle:before {
    content: "\61";
}

.icon-plus:before {
    content: "\62";
}

.icon-phone:before {
    content: "\63";
}

.icon-envelope:before {
    content: "\64";
}

.icon-map-marker:before {
    content: "\65";
}

.icon-whatsapp:before {
    content: "\67";
}

.icon-linkedin-square:before {
    content: "\68";
}

.icon-facebook-alt:before {
    content: "\6a";
}

.icon-social-whatsapp:before {
    content: "\69";
}

.icon-social-instagram:before {
    content: "\6b";
}

.icon-twitter:before {
    content: "\6c";
}

.icon-angle-double-left:before {
    content: "\6d";
}
