
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


[lang="en"] .packages-section .nav-tabs .nav-link::after {
    padding-right: 0;
    padding-left: 20px
}

.back-to-top.show {
    right: 20px!important;
    left: auto!important
}

.select2 {
    width: 100%!important
}

a,category abbr,acronym,address,applet,article,.close-modal-website aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0
}

.cursor-pointer {
    cursor: pointer
}

HTML5 display-role reset for older browsers article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,html {
    overflow-x: hidden
}

body {
    font-family: 'Tajawal',sans-serif
}

.outer-container {
    display: table;
    height: 100%
}

.inner-container {
    display: table-cell;
    vertical-align: middle
}

a.boxed-btn {
    padding: 20px;
    display: inline-block;
    color: #fff;
    background-color: #0a3041;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: none;
    text-decoration: none
}

.section-summary {
    font-size: 36px;
    font-weight: 400;
    margin: 16px 0 47px;
    font-weight: 400;
    line-height: 1.4
}

.clearfix::after {
    content: "";
    display: block;
    clear: both
}

.section-title {
    font-family: 'Tajawal',sans-serif;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #235577!important
}

.keepaway {
    padding: 30px 0 22px
}

ul.breadcumb {
    display: block;
    margin-top: 40px
}

ul.breadcumb li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    text-transform: capitalize
}

ul.breadcumb li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

ul.breadcumb li a:hover {
    color: #225476
}

ul.breadcumb li::after {
    position: absolute;
    top: 0;
    content: "/\00a0"
}

ul.breadcumb li:first-child {
    margin-left: 0
}

ul.breadcumb li:last-child {
    font-weight: 600
}

ul.breadcumb li:last-child::after {
    display: none
}

.form-element {
    margin-bottom: 20px
}

.form-element:last-child {
    margin-bottom: 0
}

.form-element label {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    text-align: start
}

.form-element label.custom-control-label {
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 5px
}

.form-element label span {
    color: #ff3737
}

input[type="color"],input[type="date"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="range"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"] {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px
}

select {
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    color: #38383c;
    outline: 0;
    font-size: 14px
}

textarea {
    display: inline-block;
    width: 100%;
    height: 100px;
    padding: 15px 0 0 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px
}

button[type="submit"],input[type="submit"] {
    border: none;
    color: #fff;
    padding: 18px 45px;
    display: inline-block;
    outline: 0;
    font-weight: 600;
    background-color: #0a3041;
    border: 1px solid #0a3041;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

button[type="submit"]:hover,input[type="submit"]:hover {
    background-color: #fff;
    color: #0a3041
}

::-webkit-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

::placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #38383c;
    font-size: 14px
}

::-ms-input-placeholder {
    color: #38383c;
    font-size: 14px
}

.back-to-top {
    bottom: 30px;
    right: 0;
    position: fixed;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #225476;
    border: 1px solid #225476;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.back-to-top:hover {
    background-color: #fff;
    color: #225476
}

.back-to-top.show {
    opacity: 1;
    right: 30px!important
}

.owl-theme .owl-nav {
    margin-top: 0
}

.buttonBar {
    display: none
}

.rtl {
    direction: rtl!important
}

.ltr {
    direction: ltr!important
}

.height-100 {
    height: 100%
}

.no-margin {
    margin: 0!important
}

.no-padding {
    padding: 0!important
}

.header-absolute {
    position: absolute;
    width: 100%;
    z-index: 1000
}

.support-bar-area {
    padding-top: 20px;
    font-size: 14px;
    color: #fff
}

.support-bar-area .support-contact-info i {
    font-size: 16px;
    margin-right: 4px;
    color: #fff!important
}

.hide {
    display: none!important
}

.support-bar-area i {
    margin: 0;
    font-size: 14px;
    font-weight: 400
}

.support-bar-area .address {
    margin-right: 25px
}

.support-bar-area ul.social-links {
    position: relative;
    display: inline-block
}

.support-bar-area ul.social-links::after {
    position: absolute;
    content: "";
    display: inline-block;
    right: 0;
    top: 0
}

.support-bar-area ul.social-links li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    z-index: 1
}

.support-bar-area ul.social-links li a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.support-bar-area ul.social-links li a:hover {
    color: #428bca!important
}

.support-bar-area ul.social-links li:last-child {
    margin-right: 12px
}

.support-bar-area a {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 400
}

.language {
    display: inline-block;
    margin-left: 6px;
    position: relative
}

a.language-btn {
    position: relative;
    text-decoration: none;
    padding-right: 15px;
    text-align: left;
    -webkit-transition: .5s;
    transition: .5s
}

a.language-btn:hover {
    color: #428bca!important
}

.language-btn::after {
    content: "\f078";
    position: absolute;
    right: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    top: 2px;
    font-size: 10px
}

ul.language-dropdown {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 0;
    width: 120px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    transition: .5s
}

.dashboard ul.language-dropdown {
    width: 180px;
    text-align: left
}

ul.language-dropdown.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

ul.dropdown li {
    display: block
}

ul.language-dropdown li {
    position: relative;
    background-color: #0a3041;
    z-index: -1
}

ul.language-dropdown li a {
    display: block;
    position: relative;
    padding: 12px 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-decoration: none
}

ul.language-dropdown li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #225476;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

ul.language-dropdown li a:hover::before {
    width: 100%
}

ul.language-dropdown li:last-child a {
    border-bottom: none
}

.language a i {
    margin-right: 3px
}

.logo-wrapper {
    display: table;
    height: 100%
}

.logo-wrapper a {
    display: table-cell;
    vertical-align: middle
}

.logo-wrapper img {
    max-width: 150px;
    max-height: 60px
}

#mobileMenu {
    display: none
}

.header-navbar {
    padding: 29px 0 28px;
    border-bottom: 1px solid #94a7b2;
    position: relative
}

.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0a3041;
    border: none;
    -webkit-animation: navFadeIn 1s;
    animation: navFadeIn 1s
}

@-webkit-keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.sticky-navbar .support-bar-area {
    display: none
}

.sticky-navbar .header-navbar {
    border: none;
    padding: 15px 0
}

.sticky-navbar .main-menu {
    padding: 6px 0
}

.main-menu li {
    display: inline-block
}

.main-menu li:last-child {
    margin-right: 0
}

.main-menu li a {
    display: block;
    position: relative;
    padding: 15px 10px;
    font-size: 14px;
    text-transform: inherit;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu li a::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #428BCA!important;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu li a::before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #428bca!important;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu li a:hover::after {
    width: 100%
}

.main-menu li a:hover::before {
    width: 100%
}

.main-menu li a:hover {
    color: #fff!important
}

.main-menu li a.boxed-btn::after,.main-menu li a.boxed-btn::before {
    display: none
}

.main-menu li.active a {
    color: #428BCA
}

.main-menu li a.boxed-btn {
    font-weight: 600;
    padding: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu li a.boxed-btn:hover {
    background-color: #fff;
    color: #0a3040
}

.main-menu li.dropdown {
    position: relative;
    margin-right: 12px
}

.main-menu li.dropdown.mega {
    display: none
}

.main-menu li.dropdown::after {
    position: absolute;
    content: "\f107";
    right: -5px;
    top: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu li.dropdown.active::after {
    color: #428BCA
}

.main-menu li.dropdown ul.dropdown-lists {
    position: absolute;
    top: 45px;
    left: 0;
    width: 220px;
    text-align: left;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .1s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.main-menu li.dropdown:hover ul.dropdown-lists {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.main-menu li.dropdown:hover a {
    color: #428BCA
}

.main-menu li.dropdown:hover a.dropdown-btn::after {
    width: 100%
}

.main-menu li.dropdown:hover a.dropdown-btn::before {
    width: 100%
}

.main-menu li.dropdown:hover::after {
    color: #428BCA!important
}

.main-menu li.dropdown ul.dropdown-lists li {
    display: block;
    margin: 0;
    position: relative;
    z-index: -1;
    background-color: #0A3041;
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

.main-menu li.dropdown ul.dropdown-lists li:last-child {
    border-bottom: none
}

.main-menu li.dropdown ul.dropdown-lists li a {
    position: relative;
    color: #fff;
    border-top: none;
    line-height: 20px
}

.main-menu li.dropdown ul.dropdown-lists li.active a {
    background-color: #428BCA;
    color: #fff
}

.main-menu li.dropdown ul.dropdown-lists li a::after {
    background-color: transparent
}

.main-menu li.dropdown ul.dropdown-lists li a::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #428BCA;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu li.dropdown ul.dropdown-lists li a:hover::before {
    width: 100%
}

.main-menu li.submenus ul {
    position: absolute;
    left: 100%;
    width: 220px;
    top: 0;
    display: none
}

.main-menu li.submenus:hover>ul {
    display: block
}

li.submenus::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    top: 50%;
    font-weight: 700;
    color: #fff;
    transform: translateY(-50%);
    font-size: 12px;
    right: 10px
}

.main-menu li.dropdown ul.dropdown-lists a {
    padding: 15px
}

.mega-dropdown {
    display: inline-block
}

.mega-dropdown .dropbtn {
    font-size: 14px!important;
    border: none;
    outline: 0;
    color: #fff;
    padding: 14px 12px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
    position: relative
}

.mega-dropdown .dropbtn.active {
    color: #428BCA
}

.mega-dropdown:hover a.dropbtn {
    color: #428BCA
}

.mega-dropdown .dropbtn::before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #428BCA;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.mega-dropdown:hover .dropbtn::before {
    width: 100%
}

.mega-dropdown .dropbtn::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #428BCA;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.mega-dropdown:hover .dropbtn::after {
    width: 100%
}

.mega-dropdown .dropbtn i {
    margin-left: 3px
}

.mega-dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    background-color: #0a3041;
    color: #fff;
    padding: 30px 20px;
    max-height: 565px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: .1s
}

.mega-dropdown-content .header {
    background: red;
    padding: 16px;
    color: #fff
}

.mega-dropdown:hover .mega-dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px)
}

.market-section {
    padding-top: unset!important;
    padding-bottom: unset!important;
    margin-top: 50px
}

.mega-dropdown .service-category {
    margin-bottom: 30px
}

.service-category a {
    float: none;
    color: #000;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    transform: translateX(0);
    transition: .5s
}

.service-category a:hover {
    transform: translateX(5px)
}

.mega-dropdown .service-category a.active {
    transform: translateX(5px);
    color: #428BCA
}

.service-category a:hover {
    background-color: #ddd
}

.mega-dropdown-content .service-category h3 {
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: #428BCA
}

.mega-dropdown-content .service-category a {
    position: relative;
    display: block;
    padding: 0;
    padding-left: 15px;
    line-height: 25px;
    margin-bottom: 10px
}

.mega-dropdown-content .service-category a:hover {
    background-color: transparent
}

.mega-dropdown-content .service-category a::before {
    content: "\f105";
    position: absolute;
    left: 0;
    font-family: "Font Awesome 6 Free";
    top: -1px;
    color: #428BCA
}

.mega-dropdown-content .service-category a:hover::after,.mega-dropdown-content .service-category a:hover::before {
    width: 0
}

.hero-area {
    position: relative
}

.hero-area-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #428BCA;
    opacity: .6
}

.hero-txt {
    padding: 310px 175px 373px 0;
    color: #fff;
    position: relative;
    z-index: 100
}

.hero-txt span {
    font-family: 'Tajawal',sans-serif;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: capitalize
}

.hero-txt h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4
}

a.hero-boxed-btn {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 42px;
    position: relative;
    background-color: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 1px
}

a.hero-boxed-btn:hover {
    color: #fff;
    background-color: #0a3040
}

a.hero-boxed-btn::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: 100%;
    right: 100%;
    border-top: 2px solid #0a3040;
    border-left: 2px solid #0a3040;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

a.hero-boxed-btn::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    top: 100%;
    left: 100%;
    border-right: 2px solid #0a3041;
    border-bottom: 2px solid #0a3041;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

a.hero-boxed-btn:hover::before {
    visibility: visible;
    bottom: 0;
    right: 0
}

a.hero-boxed-btn:hover::after {
    visibility: visible;
    top: -2px;
    left: -2px
}

.hero-feature {
    color: #fff;
    z-index: 1000
}

.hero-features {
    color: #fff;
    position: relative;
    z-index: 100;
    padding: 0 15px
}

.single-hero-feature {
    position: relative;
    padding: 40px 60px 41px
}

.single-hero-feature::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: top .5s;
    transition: top .5s
}

.single-hero-feature:hover::after {
    top: -25px
}

.hero-features i {
    font-size: 50px;
    margin: 0
}

.hero-features h3 {
    margin-top: 26px;
    font-size: 24px;
    font-weight: 600
}

.intro-section {
    margin-top: -180px;
}

.intro-txt {
    padding: 77px 47px 79px;
    background-color: #225476;
    color: #fff
}

.intro-txt h2 {
    color: #fff;
    font-size: 22px!important;
    line-height: 1.5!important;
    margin-bottom: 25px!important
}

.intro-txt a {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #0a3041;
    border: none;
    text-decoration: none;
    font-size: 14px
}

.intro-txt a span {
    display: inline-block;
    margin-left: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.intro-txt a:hover span {
    margin-left: -10px
}

.intro-txt a::after {
    content: "\f101";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    right: 50px;
    color: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.intro-txt a:hover::after {
    visibility: visible;
    opacity: 1;
    right: 45px
}

.intro-bg {
    height: 100%
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px
}

.video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #225476;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite
}

.video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #225476;
    border-radius: 50%;
    transition: all .2s
}

.video-play-button:hover::after {
    background-color: darken(#225476,10%)
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    margin: 7px 0 0 6px;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.service-categories .section-title {
    color: #afb2be
}

.single-category0:hover p {
    color: #fff!important
}

.service-categories0 .single-category0 {
    box-shadow: 0 0 5px #0000001a;
    border-radius: 2px;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 22px;
    transform: translateY(0);
    transition: .5s;
    color: #0a3041;
    cursor: pointer;
    height: 85%
}

.service-categories0 .single-category0:hover {
    background-color: #0a3041;
    color: #fff!important;
    transition: background-color .5s ease-in;
    border-radius: 8px
}

.service-categories .single-category {
    height: 310px;
    text-align: start;
    margin-bottom: 15px;
    transform: translateY(0px);
    background-color: rgba(34,84,118,0.03);
    padding: 29px 18px;
    transition: all .3s ease 0;
    border-width: 1px;
    border-style: solid;
    border-color: #f1f1f1;
    border-image: initial;
    border-radius: 20px
}

.service-categories .single-category:hover {
    transform: translateY(-10px)
}

.single-category img {
    width: 50px
}

.single-category0 img {
    max-width: 100%
}

.single-category .text h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

.single-category .text p {
    font-size: 15px;
    font-weight: 600!important;
    line-height: 24px;
    margin-bottom: 10px
}

.single-category .text {
    margin-top: 10px
}

.single-category .text a.readmore {
    font-size: 14px;
    font-weight: 600;
    color: #225476;
    text-transform: capitalize
}

.services-area {
    padding-top: 120px
}

.services-area .services-item .services-thumb img {
    width: 100%
}

.services-area .services-item .services-content {
    border: 1px solid #dcdfe2;
    border-top: 0;
    padding: 30px 30px 20px
}

.services-area .services-item .services-content .title {
    font-size: 22px;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

.services-area .services-item .services-content p {
    font-size: 15px;
    line-height: 27px;
    padding-top: 16px;
    padding-bottom: 6px
}

.services-area .services-item .services-content a {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Tajawal',sans-serif;
    color: #13287d
}

.services-area .services-item .services-content a i {
    height: 45px;
    width: 45px;
    background: #fff;
    text-align: center;
    line-height: 45px;
    color: #13287d;
    margin-left: 18px;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

.services-area .services-item:hover .services-content a i {
    background: #279e64;
    color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(39,158,100,0.5);
    box-shadow: 0 10px 30px 0 rgba(39,158,100,0.5)
}

.services-area.services-area-two {
    padding-top: 130px;
    background-color: #eff2f7;
    background-image: url(../images/service-bg.jpg.html);
    background-position: center;
    background-size: cover
}

.services-area.services-area-two .services-item-2 {
    background-color: transparent;
    border: 1px solid #dcdfe2;
    border-radius: 5px;
    padding: 30px 55px 55px;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-area.services-area-two .services-item-2 {
        padding:25px
    }
}

.services-area.services-area-two .services-item-2 .services-thumb {
    font-size: 80px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    color: #279e64;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

.services-area.services-area-two .services-item-2 .services-thumb .icon-shape {
    position: absolute;
    left: 50px;
    z-index: -1;
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

.services-area.services-area-two .services-item-2 .services-content {
    padding: 0;
    border: none
}

.services-area.services-area-two .services-item-2 .services-content i {
    background: 0 0
}

.services-area.services-area-two .services-item-2 .services-content,.services-area.services-area-two .services-item-2 .services-content .title,.services-area.services-area-two .services-item-2 .services-content a,.services-area.services-area-two .services-item-2 .services-content i,.services-area.services-area-two .services-item-2 .services-content p {
    -webkit-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}

.services-area.services-area-two .services-item-2.active {
    background-color: #279e64
}

.services-area.services-area-two .services-item-2.active .services-thumb {
    color: #fff
}

.services-area.services-area-two .services-item-2.active .services-thumb .icon-shape {
    opacity: .15
}

.services-area.services-area-two .services-item-2.active .services-content .title,.services-area.services-area-two .services-item-2.active .services-content a,.services-area.services-area-two .services-item-2.active .services-content p {
    color: #fff
}

.services-area.services-area-two .services-item-2.active .services-content i {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.services-area span.section-title {
    color: #afb2be
}

.services-area .services-item {
    margin-bottom: 40px
}

.services-area .services-item .services-content a {
    text-decoration: none
}

.services-area .services-item .services-content a.title {
    color: #444448;
    display: block;
    width: 100%
}

.approach-section {
    padding: 80px 0 118px
}

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

.approach-section .section-summary {
    margin: 15px 0 55px
}

.approach-summary {
    padding-right: 150px
}

.approach-summary span.section-title {
    font-size: 18px;
    font-style: italic;
    color: #afb2be;
    font-weight: 700;
    font-family: 'Tajawal',sans-serif
}

.approach-summary h2 {
    color: #38383c
}

.single-approach {
    margin-bottom: 30px
}

.single-approach:last-child {
    margin-bottom: 0
}

.single-approach h4 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 9px
}

.single-approach p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px
}

.single-approach:last-child {
    margin-bottom: 0
}

.single-approach::after {
    content: "";
    display: block;
    clear: both
}

.approach-icon-wrapper {
    height: 80px;
    width: 80px;
    border: 1px solid #3fd680;
    border-radius: 50%;
    text-align: center;
    float: left;
    -webkit-transition: .5s;
    transition: .5s
}

.approach-icon-wrapper i {
    margin: 0;
    line-height: 80px;
    font-size: 30px;
    color: #225476;
    -webkit-transition: .5s;
    transition: .5s
}

.single-approach:hover .approach-icon-wrapper {
    background-color: #225476;
    border: 1px solid #225476
}

.single-approach:hover .approach-icon-wrapper i {
    color: #fff
}

.approach-text {
    margin-left: 110px
}

.approach-summary a.boxed-btn {
    position: relative;
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.approach-summary a.boxed-btn:hover {
    border: 1px solid #225476;
    color: #225476;
    background-color: #fff
}

.statistics-section {
    padding: 50px 0 83px;
    text-align: center;
    position: relative
}

.statistics-container {
    position: relative;
    z-index: 1
}

.statistic-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0a3041;
    opacity: .9;
    height: 100%;
    width: 100%
}

.statistics-bg {
    background-size: cover
}

.statistics-section .round {
    min-height: 255px;
    margin-top: 30px;
    position: relative
}

.statistics-section .round strong {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    transform: translate(-50%);
    font-size: 40px;
    color: #fff;
    font-weight: 400
}

.statistics-section h5 {
    display: block;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    word-break: break-all
}

.statistics-section h5 i {
    color: #fff;
    font-size: 22px;
    margin-right: 6px
}

.cta-bg {
    background-image: url(../img/cta_bg.jpg.html);
    background-size: cover
}

.cta-section {
    padding: 49px 0;
    position: relative
}

.cta-section h3 {
    color: #fff;
    font-weight: 500;
    margin-top: 10px
}

.contact-btn-wrapper {
    text-align: right
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0a3041;
    opacity: .7
}

.cta-content {
    position: relative;
    z-index: 10
}

a.contact-btn {
    position: relative;
    width: 180px;
    text-align: center
}

a.contact-btn span {
    display: inline-block;
    margin-left: 0;
    -webkit-transition: .3s;
    transition: .3s
}

a.contact-btn:hover span {
    margin-left: -10px
}

a.contact-btn::after {
    content: "\f101";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    right: 35px;
    color: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

a.contact-btn:hover::after {
    visibility: visible;
    opacity: 1;
    right: 30px
}

.case-bg {
    background-image: url(../img/case/header-bg.jpg.html)
}

.case-section {
    position: relative;
    padding: 116px 0 107px
}

.case-section .section-title {
    color: #afb2be
}

.case-section .section-summary {
    margin: 15px 0 56px
}

.case-carousel.owl-carousel .owl-stage-outer {
    overflow: visible
}

.single-case-bg-1 {
    background-size: cover
}

.single-case-bg-2 {
    background-size: cover
}

.single-case-bg-3 {
    background-size: cover
}

.single-case-bg-4 {
    background-size: cover
}

.single-case-bg-5 {
    background-size: cover
}

.single-case-bg-7 {
    background-size: cover
}

.single-case {
    display: block;
    height: 340px;
    width: 100%;
    background-color: #ddd;
    text-decoration: none
}

.case-carousel.owl-theme .owl-dots .owl-dot.active span,.case-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #225476
}

.single-case .outer-container {
    background-color: rgba(10,48,65,0);
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

.single-case .outer-container h4 {
    color: #fff
}

.single-case:hover .outer-container {
    background-color: rgba(10,48,65,0.8);
    visibility: visible
}

.outer-container {
    display: table;
    height: 100%;
    width: 100%
}

.single-case .inner-container {
    display: table-cell;
    vertical-align: middle;
    padding: 0 80px;
    text-align: center;
    opacity: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 0 80px;
    text-align: center;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.single-case:hover .inner-container {
    opacity: 1
}

.single-case h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 28px
}

.single-case p {
    font-size: 14px;
    font-weight: 600;
    color: #225476
}

.single-case a.readmore-btn {
    margin-top: 18px
}

.case-carousel {
    position: relative
}

.case-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: 0 0
}

.case-carousel button.owl-prev {
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    border: 2px solid #fff!important;
    border-radius: 50%!important;
    line-height: 40px;
    left: -20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    outline: 0
}

.case-carousel button.owl-prev i {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.case-carousel button.owl-prev:hover {
    border: 2px solid #225476!important
}

.case-carousel button.owl-prev:hover i {
    color: #225476
}

.case-carousel button.owl-next {
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    border: 2px solid #fff!important;
    border-radius: 50%!important;
    line-height: 40px;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s
}

.case-carousel button.owl-next i {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.case-carousel button.owl-next:hover {
    border: 2px solid #225476!important
}

.case-carousel button.owl-next:hover i {
    color: #225476
}

.case-carousel:hover button.owl-prev {
    left: 0;
    opacity: 1
}

.case-carousel:hover button.owl-next {
    right: 0;
    opacity: 1
}

.case-carousel .owl-nav::after {
    display: block;
    clear: both;
    content: ""
}

.case-carousel::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 120px;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(10,10,10,0.9)),color-stop(rgba(0,0,0,0.6)),color-stop(rgba(0,0,0,0.4)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(10,10,10,0.9),rgba(0,0,0,0.6),rgba(0,0,0,0.4),rgba(0,0,0,0));
    z-index: 1;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.case-carousel:hover::before {
    opacity: 1
}

.case-carousel::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 120px;
    height: 100%;
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(10,10,10,0.9)),color-stop(rgba(0,0,0,0.6)),color-stop(rgba(0,0,0,0.4)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to left,rgba(10,10,10,0.9),rgba(0,0,0,0.6),rgba(0,0,0,0.4),rgba(0,0,0,0));
    z-index: 1;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.case-carousel:hover::after {
    opacity: 1
}

.testimonial-section .section-title {
    color: #afb2be
}

.testimonial-section .section-summary {
    margin: 17px 0 51px
}

.testimonial-carousel.owl-carousel .owl-item img {
    display: inline-block;
    width: 70px;
    border-radius: 50%
}

.testimonial-carousel::after {
    content: "";
    display: block;
    clear: both
}

.single-testimonial .img-wrapper {
    float: left
}

.client-desc {
    margin-left: 100px
}

.single-testimonial {
    padding: 40px;
    background-color: #22547608!important;
    position: relative;
    margin: 4px
}

.single-testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid #225476;
    border-right: 2px solid #225476
}

.single-testimonial:hover::before {
    opacity: 1;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 1ms,right .125s linear 1ms,bottom .125s linear .126s;
    transition: opacity 1ms,right .125s linear 1ms,bottom .125s linear .126s
}

.single-testimonial::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid #225476;
    border-left: 2px solid #225476
}

.single-testimonial:hover::after {
    -webkit-transition: opacity 1ms linear 0.251s,left .125s linear 0.252s,top .125s linear .377s;
    transition: opacity 1ms linear 0.251s,left .125s linear 0.252s,top .125s linear .377s;
    opacity: 1;
    left: 0;
    top: 0
}

.single-testimonial p.comment {
    font-weight: 400;
    font-size: 18px;
    color: #5d5d61;
    line-height: 28px;
    margin-bottom: 18px
}

.single-testimonial h6 {
    font-family: 'Tajawal',sans-serif;
    font-weight: 700;
    color: #225476;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.single-testimonial p.rank {
    font-weight: 400;
    font-size: 14px;
    color: #666
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot {
    outline: 0
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #225476
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    transition: .3s
}

.team-section {
    position: relative;
    padding: 116px 0 120px
}

.team-section .section-summary {
    margin: 20px 0 47px
}

.team-bg {
    background-image: url(../img/team_bg.jpg.html);
    background-size: cover
}

.team-overlay {
    background-color: #0a3041;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .8
}

.team-content {
    position: relative;
    z-index: 2;
    color: #fff
}

.owl-carousel.common-carousel .owl-nav button.owl-next,.owl-carousel.common-carousel .owl-nav button.owl-prev {
    background: #225476;
    width: 40px;
    display: inline-block;
    height: 40px;
    border: 1px solid #225476;
    color: #fff;
    opacity: 0;
    transition: .3s
}

.owl-carousel.common-carousel:hover .owl-nav button.owl-next,.owl-carousel.common-carousel:hover .owl-nav button.owl-prev {
    opacity: 1
}

.owl-theme.common-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.owl-carousel.common-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -20px;
    transition: .5s
}

.owl-carousel.common-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -20px;
    transition: .5s
}

.owl-carousel.common-carousel .owl-nav button.owl-next:hover,.owl-carousel.common-carousel .owl-nav button.owl-prev:hover {
    background: #fff;
    color: #225476
}

.single-team-member {
    position: relative
}

.single-team-member::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 2px solid #225476;
    border-left: 2px solid #225476;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: .5s;
    transition: .5s
}

.single-team-member::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 100%;
    top: 100%;
    border-bottom: 2px solid #225476;
    border-right: 2px solid #225476;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.single-team-member:hover::before {
    visibility: visible;
    right: 0;
    bottom: 0
}

.single-team-member:hover::after {
    visibility: visible;
    left: 0;
    top: 0
}

.team-img-wrapper {
    position: relative;
    overflow: hidden
}

.social-accounts {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #225476;
    padding: 15px 0;
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 20
}

.social-accounts ul {
    text-align: center
}

.social-accounts ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    border-radius: 50%
}

.social-accounts ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.social-accounts ul li a:hover {
    background-color: #fff;
    color: #225476
}

.single-team-member:hover .social-accounts {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.member-info {
    padding: 27px 25px 30px;
    background-color: #fff;
    margin-top: -3px;
    text-align: center
}

.member-info .member-name {
    color: #444448;
    font-family: 'Tajawal',sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1px
}

.member-info small {
    font-weight: 400;
    font-size: 14px;
    color: #225476
}

.single-team-member img {
    width: 100%
}

.pricing-tables .section-title {
    color: #afb2be
}

.pricing-bg.home-14 {
    background: 0 0
}

.single-category0:hover img {
    filter: brightness(0) invert(1)
}

.service-categories0 .single-category0:hover .serv-name {
    color: #fff
}

.single-pricing-table {
    padding: 51px 0 60px;
    background-color: #fff;
    border: 2px solid #f1f1f1;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    min-height: auto;
    border-radius: 6px
}

.single-pricing-table small {
    font-size: 18px;
    opacity: .8;
    display: block;
    margin: 5px 0 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.pricing-tables div[class*="col-"]:nth-child(2n) .single-pricing-table {
    border-right: none;
    border-left: none
}

.single-pricing-table span.title {
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    color: #444448;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s
}

.single-pricing-table .price {
    color: #225476;
    margin-top: 17px;
    margin-bottom: 18px
}

.single-pricing-table .price h1 {
    display: inline-block;
    font-size: 48px;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s
}

.single-pricing-table .price span {
    display: inline-block;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-pricing-table .features ul li {
    color: #333;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-pricing-table .features ul li:last-child {
    margin-bottom: 0
}

.single-pricing-table a.pricing-btn {
    border: 2px solid #bfbfbf;
    text-transform: capitalize;
    background-color: transparent;
    font-size: 14px;
    padding: 12px 30px;
    font-weight: 600;
    display: inline-block;
    margin-top: 42px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #5d5d61;
    text-decoration: none
}

.single-pricing-table a.pricing-btn:hover {
    background-color: #fff;
    color: #225476
}

.blog-section .section-summary {
    margin: 20px 0 47px
}

.blog-section .section-title {
    color: #afb2be
}

.blog-img-wrapper {
    overflow: hidden;
    height: 250px
}

.blog-img-wrapper img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative
}

.single-blog:hover img {
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2)
}

.blog-txt {
    background-color: #f7f7f7;
    padding: 29px 25px 30px;
    margin-top: -3px;
    position: relative
}

.blog-txt .date {
    font-size: 16px;
    color: #95959e;
    font-weight: 400
}

.blog-txt .date span {
    color: #225476;
    font-weight: 700
}

.blog-txt small:first-child {
    margin-right: 10px
}

.blog-txt small:last-child {
    margin-left: 10px
}

.blog-txt .blog-title {
    font-size: 24px;
    color: #38383c;
    font-family: 'Tajawal',sans-serif;
    font-weight: 700;
    margin: 16px 0 10px;
    line-height: 1.3
}

.blog-txt .blog-title a {
    color: #38383c;
    position: relative;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.blog-txt .blog-title a:hover {
    color: #225476
}

.blog-txt .blog-summary {
    font-weight: 600;
    color: #5d5d61;
    font-size: 14px;
    line-height: 24px
}

.single-blog {
    position: relative;
    margin: 4px
}

.single-blog::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: 100%;
    bottom: 100%;
    border-top: 2px solid #225476;
    border-left: 2px solid #225476;
    visibility: hidden;
    z-index: -10;
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog::before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    left: 100%;
    top: 100%;
    border-right: 2px solid #225476;
    border-bottom: 2px solid #225476;
    visibility: hidden;
    z-index: -10;
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog:hover::after {
    visibility: visible;
    right: 0;
    bottom: 0
}

.single-blog:hover::before {
    visibility: visible;
    left: -2px;
    top: -2px
}

a.readmore-btn {
    display: inline-block;
    position: relative;
    margin-top: 18px;
    font-size: 14px;
    background-color: #225476;
    color: #fff;
    padding: 15px;
    text-align: center;
    width: 120px;
    font-weight: 600;
    text-decoration: none
}

a.readmore-btn span {
    -webkit-transition: .5s;
    transition: .5s
}

a.readmore-btn:hover span {
    margin-left: -10px
}

a.readmore-btn::after {
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    right: 15px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 1px
}

a.readmore-btn:hover::after {
    opacity: 1;
    right: 12px
}

.partner-section .top-border {
    border-top: 2px solid #dbddde
}

.single-partner-item {
    height: 196px;
    text-align: center
}

.single-partner-item .outer-container {
    margin: 0 auto
}

.owl-carousel.common-carousel.partner-carousel .owl-nav button.owl-next,.owl-carousel.common-carousel.partner-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 50%;
    outline: 0
}

.footer-section {
    background-color: #0a3041;
    color: #c5dadc
}

.footer-logo-wrapper {
    /* text-align: left; */
    max-width: 150px;
    max-height: 60px
}

.footer-logo-wrapper a {
    display: inline-block
}

.footer-logo-wrapper img {
    width: 100%
}

.footer-section .footer-txt {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 22px
}

.footer-section h4 {
    font-size: 18px;
    font-family: 'Tajawal',sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px
}

ul.footer-links li {
    display: block;
    margin-bottom: 10px
}

ul.footer-links li:last-child {
    margin-bottom: 0
}

ul.footer-links li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #c5dadc;
    text-decoration: none;
    padding-left: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

ul.footer-links li a::after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 6 Free';
    content: "\f0d9";
    font-weight: 700;
    color: #fff;
    transform: rotateY(180deg);
    color: #fff!important
}

ul.footer-links li a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    color: #e7e7e7!important
}

.top-footer-section {
    padding: 70px 0 50px;
    border-bottom: 2px solid #fff
}

.footer-contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    line-height: 1.4
}

.footer-contact-info ul li::after {
    content: "";
    display: block;
    clear: both
}

.footer-contact-info ul li i {
    color: #fff!important;
    font-size: 14px
}

.footer-contact-info ul li span {
    font-weight: 400;
    font-size: 14px;
    margin-left: 15px;
    line-height: 24px;
    margin-top: -6px
}

.copyright-section {
    padding: 25px 0 27px;
    font-size: 14px
}

.footer-newsletter {
    margin-top: 15px
}

.footer-newsletter p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px
}

.footer-newsletter input[type="email"] {
    height: 40px;
    background-color: #0a30411a;
    color: #fff;
    width: 95%;
}

.footer-newsletter input[type="email"]::placeholder {
    color: #fff
}

.footer-newsletter button[type="submit"],.footer-newsletter input[type="submit"] {
    background-color: #fff;
    padding: 10px 22px;
    margin-top: 10px;
    border-radius: 0;
    margin-left: 0;
    border: 1px solid #225476;
    transition: .3s;
    color: #fff
}

.footer-newsletter button[type="submit"]:hover,.footer-newsletter input[type="submit"]:hover {
    background-color: #225476;
    color: #e7e7e7!important
}

.hero2-carousel {
    position: relative
}

.hero2-carousel.owl-theme .owl-dots {
    position: absolute;
    right: 28px;
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero2-carousel.owl-theme .owl-dots .owl-dot {
    outline: 0
}

.hero2-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255,255,255,0.2);
    height: 20px;
    width: 20px
}

.hero2-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #225476
}

.hero-bg-1 {
    background-size: cover
}

.hero-bg-2 {
    background-size: cover
}

.hero-bg-3 {
    background-size: cover
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.hero2-carousel .owl-item.active .hero-txt span {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.hero2-carousel .owl-item.active .hero-txt a.hero-boxed-btn,.hero2-carousel .owl-item.active .hero-txt h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.hero-txt.home-3 {
    position: static;
    z-index: 0
}

.hero-txt.home-3 * {
    position: relative;
    z-index: 100
}

div#particles-js canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50
}

.home-3.intro-section {
    position: relative
}

.breadcrumb-area .breadcrumb-txt {
    padding: 215px 0 56px
}

.breadcrumb-area {
    position: relative
}

.breadcrumb-txt {
    padding: 325px 270px 360px 0;
    color: #fff;
    position: relative;
    z-index: 100
}

.breadcrumb-txt span {
    font-family: 'Tajawal',sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: capitalize;
    display: inline-block
}

.cases .breadcrumb-txt span {
    margin-bottom: 0!important
}

.breadcrumb-txt h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3
}

.about ul.breadcumb {
    display: block;
    margin-top: 30px!important
}

.breadcrumb-area-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0a3041;
    opacity: .6
}

.about-bg {
    background-image: url(../img/about/header-bg.jpg.html);
    background-size: cover
}

.about-company-section {
    padding: 118px 0
}

.about-company-section img {
    max-width: 100%
}

.about-company-section .section-summary {
    margin: 20px 0 42px
}

.about-company-section .section-title {
    color: #afb2be
}

.about-company-txt {
    padding-right: 10px
}

.about-company-txt p {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-bottom: 23px;
    line-height: 28px
}

.about .section-title {
    color: #afb2be
}

.about .section-summary {
    color: #38383c
}

.tile-gallery .big-img {
    min-height: 280px;
    margin-bottom: 30px
}

.tile-gallery .big-img-bg {
    background-image: url(../img/about/gallery_1.jpg.html);
    background-size: cover
}

.tile-gallery .small-img {
    min-height: 230px
}

.tile-gallery .small-img-bg-1 {
    background-image: url(../img/about/gallery_2.jpg.html);
    background-size: cover
}

.tile-gallery .small-img-bg-2 {
    background-image: url(../img/about/gallery_3.jpg.html);
    background-size: cover
}

.choose-us {
    margin-top: 63px
}

.single-reason {
    padding-right: 10px
}

.about-icon-wrapper {
    height: 100%;
    width: 80px;
    border: 1px solid #3fd680;
    border-radius: 50%;
    text-align: center;
    float: left;
    -webkit-transition: .5s;
    transition: .5s
}

.single-reason .reason-txt {
    margin-left: 105px
}

.single-reason .reason-txt h4 {
    font-size: 22px;
    color: #38383c;
    font-weight: 500;
    margin-top: 17px
}

.single-reason .reason-txt p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    font-weight: 400;
    margin-top: 9px
}

.about-icon-wrapper i {
    margin: 0;
    line-height: 80px;
    font-size: 30px;
    color: #225476;
    -webkit-transition: .5s;
    transition: .5s
}

.single-reason:hover .about-icon-wrapper {
    background-color: #225476;
    border: 1px solid #225476
}

.single-reason:hover .about-icon-wrapper i {
    color: #fff
}

.about .member-info {
    background-color: #f3f5f9
}

.about.testimonial-section {
    padding: 117px 0 113px
}

.about.team-section {
    padding: 0 0 120px
}

.about.team-section .section-summary {
    margin: 15px 0 47px
}

.about.testimonial-section .section-summary {
    margin: 15px 0 52px
}

.breadcrumb-txt span {
    font-family: 'Tajawal',sans-serif!important
}

.subscribe-section span {
    font-family: 'Tajawal',sans-serif!important
}

.product-items .section-title {
    font-family: 'Tajawal',sans-serif!important
}

.pricing-tables.pricing-page div[class*="col-"]:nth-child(2n) .single-pricing-table {
    border-right: 2px solid #f1f1f1!important;
    border-left: 2px solid #f1f1f1!important
}

.blog-txt .blog-title {
    font-size: 24px!important
}

a.readmore-btn {
    font-size: 14px!important
}

.blog-details-title {
    font-family: 'Tajawal',sans-serif
}

.pricing-tables.pricing-page {
    padding: 120px 0 100px
}

.pricing-page .single-pricing-table {
    margin-bottom: 40px
}

.package-order.single-pricing-table .features * {
    color: #fff!important
}

.package-order.single-pricing-table .price {
    color: #fff
}

.package-order.single-pricing-table span.title {
    color: #fff
}

.quote-area {
    padding: 110px 0 120px
}

.service-section {
    padding: 120px 0
}

.service-bg {
    background-image: url(../img/services/header-bg.jpg.html);
    background-size: cover
}

.service-section .section-title {
    color: #afb2be
}

.single-service {
    margin-bottom: 30px;
    position: relative
}

.single-service::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: 100%;
    bottom: 100%;
    border-top: 2px solid #225476;
    border-left: 2px solid #225476;
    visibility: hidden;
    z-index: -10;
    -webkit-transition: .5s;
    transition: .5s
}

.single-service::before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    left: 100%;
    top: 100%;
    border-right: 2px solid #225476;
    border-bottom: 2px solid #225476;
    visibility: hidden;
    z-index: -10;
    -webkit-transition: .5s;
    transition: .5s
}

.single-service:hover::after {
    visibility: visible;
    right: 0;
    bottom: 0
}

.single-service:hover::before {
    visibility: visible;
    left: -2px;
    top: -2px
}

.single-service .service-img-wrapper {
    overflow: hidden
}

.single-service img {
    -webkit-transition: .5s;
    transition: .5s
}

.single-service:hover img {
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2)
}

.service-section .col-md-6:last-child .single-service {
    margin-bottom: 0
}

.service-section .col-md-6:nth-last-child(2) .single-service {
    margin-bottom: 0
}

.service-img-wrapper img {
    width: 100%
}

.service-txt {
    background-color: #f7f7f7;
    padding: 25px 28px 30px;
    margin-top: -3px
}

.service-txt .service-title {
    font-size: 24px;
    color: #38383c;
    font-family: 'Tajawal',sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4
}

.service-txt .service-title a {
    color: #38383c;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.service-txt .service-title a:hover {
    color: #225476
}

.service-txt .service-summary {
    font-weight: 400;
    color: #5d5d61;
    font-size: 14px;
    line-height: 24px
}

.checkout-area {
    position: relative;
    display: block;
    padding-top: 130px
}

.checkout-area .shop-title-box h3 {
    position: relative;
    font-size: 24px;
    color: #282828;
    margin-bottom: 30px;
    font-weight: 600
}

.checkout-area .exisitng-customer {
    position: relative;
    display: block;
    background: #f8f7ff;
    padding: 20px 28px 21px;
    margin-bottom: 20px;
    border-radius: 5px
}

.checkout-area .exisitng-customer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #225476
}

.checkout-area .exisitng-customer h5 {
    color: #222;
    font-size: 16px;
    font-weight: 500
}

.checkout-area .exisitng-customer h5 a {
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    color: #225476
}

.checkout-area .coupon {
    position: relative;
    display: block;
    background: #f8f7ff;
    padding: 20px 28px 21px;
    margin-bottom: 60px;
    border-radius: 5px
}

.checkout-area .coupon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #225476
}

.checkout-area .coupon h5 {
    color: #222;
    font-size: 16px;
    font-weight: 500
}

.checkout-area .coupon h5 a {
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    color: #225476
}

.checkout-area .form form .field-label {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: capitalize
}

.checkout-area .form form .field-input input[type="text"] {
    border: 1px solid #f0eef9;
    color: #848484;
    display: block;
    font-size: 16px;
    height: 48px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.checkout-area .form form .field-input input[type="text"]:focus {
    border: 1px solid #222
}

.checkout-area .create-acc .checkbox {
    margin: 7px 0 0
}

.checkout-area .create-acc .checkbox label {
    color: #282828;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer
}

.checkout-area .create-acc .checkbox input {
    position: relative;
    top: 1px
}

.checkout-area .shipping-info input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
    top: 0;
    vertical-align: middle
}

.checkout-area .form form .field-input textarea {
    border: 1px solid #f0eef9;
    color: #848484;
    display: block;
    font-size: 16px;
    height: 121px;
    margin-bottom: 28px;
    padding: 10px 15px;
    width: 100%!important;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.checkout-area .form form .field-input textarea:focus {
    border-color: #225476
}

.checkout-area .cart-table tbody tr .qty .input-group-btn-vertical {
    display: none
}

.checkout-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    width: 50px
}

.checkout-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin .quantity-spinner {
    border-radius: 6px;
    background: 0 0;
    text-align: center
}

.checkout-area .bottom {
    position: relative;
    display: block;
    background: #fdfcfb;
    padding-top: 126px;
    padding-bottom: 130px;
    margin-top: 115px
}

.checkout-area .table {
    overflow-x: auto;
    position: relative;
    width: 100%;
    margin-bottom: 0
}

.checkout-area .table .cart-table {
    min-width: auto;
    width: 100%
}

.checkout-area .table .cart-table .cart-header {
    position: relative;
    background: #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    border: 1px solid #eaeaea
}

.checkout-area .table .cart-table thead tr th {
    font-weight: 500;
    line-height: 24px;
    min-width: 110px;
    padding: 19px 30px 17px;
    border-top: none;
    border-bottom: none;
    font-size: 18px;
    color: #282828
}

.checkout-area .table .cart-table thead tr th.product-column {
    padding-left: 30px;
    text-align: left
}

.checkout-area .table .cart-table tbody tr {
    border-bottom: 1px solid #e8e6f4
}

.checkout-area .table .cart-table tbody tr td {
    vertical-align: middle;
    min-width: 110px;
    max-width: 160px;
    padding: 30px 0;
    border-top: none
}

.checkout-area .table .cart-table tbody tr td.qty input {
    border-radius: 6px;
    background: 0 0;
    text-align: center;
    height: 40px;
    width: 40px;
    border: 1px solid #ddd;
    margin-left: 20px;
    padding: 0
}

.checkout-area .table .cart-table.shipping-method tbody tr td {
    padding-left: 30px
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
    min-height: 70px
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb a {
    display: block
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
    display: block;
    max-width: 60px;
    border-radius: 6px
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb,.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    display: table-cell;
    vertical-align: middle
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    padding-left: 20px
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
    color: #282828;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize
}

.checkout-area .table .cart-table tbody tr td.price {
    font-size: 18px;
    font-weight: 500
}

section.checkout-area .field-label {
    display: inline-block;
    margin-bottom: 10px
}

p.gateway-desc {
    background: #f1f1f1;
    font-size: 14px;
    padding: 10px 25px;
    margin-bottom: 20px;
    color: #212529
}

.gateway-instruction {
    background: #f1f1f1;
    padding: 15px 30px;
    border-radius: 5px;
    margin-bottom: 15px
}

.gateway-details label {
    font-size: 14px;
    display: block;
    margin-bottom: 7px
}

.cart-total-table {
    border: 1px solid #e8e6f4;
    border-radius: 6px
}

.cart-total-table li {
    border-bottom: 1px solid #e8e6f4
}

.cart-total-table li:last-child {
    border-bottom: none
}

.cart-total-table li span.col.col-title {
    position: relative;
    display: block;
    float: left;
    border-right: 1px solid #e8e6f4;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%
}

.cart-total-table li span.col {
    position: relative;
    display: block;
    float: left;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%
}

.cart-total .payment-options {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #e8e6f4;
    padding: 23px 20px 35px;
    border-radius: 6px
}

.cart-total .payment-options .option-block {
    margin-bottom: 14px
}

.cart-total .payment-options .option-block .checkbox {
    margin: 0 0 5px
}

.cart-total .payment-options .option-block .checkbox label {
    display: block;
    font-weight: 500;
    min-height: 20px;
    padding-left: 0;
    margin: 0
}

.cart-total .payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px
}

.cart-total .payment-options .option-block .checkbox label span {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px
}

.cart-total .payment-options .option-block .checkbox label span b {
    color: #222;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-left: 25px;
    text-decoration: underline
}

.cart-total .payment-options .option-block .text {
    padding-left: 30px
}

.cart-total .payment-options .option-block .text p {
    margin: 0;
    line-height: 28px
}

.placeorder-button .btn-style-one .btn-title {
    padding: 8px 30px
}

.cart-area {
    padding-top: 122px;
    padding-bottom: 130px
}

.cart-area .qty input.quantity-spinner.form-control {
    width: 100px;
    height: 60px;
    text-align: center;
    border: 2px solid #ebebeb;
    font-weight: 700;
    border-radius: 0
}

.cart-area .qty input.quantity-spinner.form-control:focus {
    outline: 0;
    box-shadow: none
}

.cart-area .qty span.input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0
}

.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-up {
    position: absolute;
    right: 24px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: 0 0
}

.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-down {
    position: absolute;
    left: 24px;
    top: 22px;
    width: 20px;
    height: 20px;
    background: 0 0
}

.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-up:before {
    position: absolute;
    content: "+";
    top: 0;
    left: 0;
    line-height: 18px;
    width: 20px;
    font-size: 17px;
    color: #999
}

.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-down:before {
    position: absolute;
    content: "-";
    top: 0;
    left: 0;
    line-height: 18px;
    width: 20px;
    font-size: 30px;
    color: #999
}

.total-item-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.total-item-info li {
    font-size: 15px;
    color: #282828
}

.total-item-info li span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #282828
}

.cart-area .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%
}

.cart-area .cart-table {
    min-width: 1024px;
    width: 100%
}

.cart-area .cart-table .cart-header {
    position: relative;
    background: #f6f6f6;
    color: #27282c;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%
}

.cart-area .cart-table .cart-header tr {
    background: #f4f1ee
}

.cart-area .cart-table thead tr th {
    font-weight: 500;
    line-height: 24px;
    min-width: 110px;
    padding: 20px 25px;
    font-size: 18px
}

.cart-area .cart-table thead tr th.prod-column {
    padding-left: 30px;
    text-align: left;
    width: 24%
}

.cart-area .cart-table thead tr th.availability {
    padding: 0 40px
}

.cart-area .cart-table tbody tr {
    border-bottom: 1px solid #e7e7e7
}

.cart-area .cart-table tbody tr td {
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    min-width: 100px;
    padding: 30px 25px 5px;
    width: 20%
}

.cart-area .cart-table tbody tr .prod-column {
    padding-left: 30px;
    text-align: left
}

.cart-area .cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 100px
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a {
    position: relative;
    display: block;
    border-radius: 0
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a img {
    width: 70px;
    border-radius: 0
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb,.cart-area .cart-table tbody tr .prod-column .column-box .title {
    display: table-cell;
    vertical-align: middle
}

.cart-area .cart-table tbody tr .prod-column .column-box .title {
    padding-left: 20px
}

.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize
}

.cart-table tbody tr .qty {
    padding-right: 25px
}

.cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}

.cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px
}

.cart-table tbody tr td.unit-price {
    padding-left: 20px;
    padding-right: 20px
}

.cart-area .cart-table tbody .available-info {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 50px
}

.cart-area .cart-table tbody .available-info .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background: #225476
}

.cart-area .cart-table tbody .available-info .icon.thm-bg-rmv {
    background: #ff3737
}

.cart-area .cart-table tbody tr td.price {
    font-size: 15px;
    font-weight: 500
}

.cart-area .cart-table tbody tr .sub-total {
    font-size: 15px;
    font-weight: 500
}

.cart-area .cart-table tbody tr td .remove {
    text-align: center;
    font-size: 30px;
    color: #999;
    font-weight: 400
}

.cart-area .cart-table tbody tr td .remove .checkbox label {
    color: #828282;
    font-size: 15px;
    font-weight: 400
}

.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: 1px
}

.cart-area .cart-table tbody tr td .remove span {
    cursor: pointer;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.cart-area .cart-table tbody tr td .remove span:hover {
    color: #225476
}

.cart-middle {
    padding-top: 30px
}

.cart-middle .apply-coupon {
    padding-left: 245px;
    position: relative
}

.cart-middle .apply-coupon input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 58px;
    border: 1px solid #ededed;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    padding: 0 20px;
    text-transform: capitalize;
    -webkit-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
    transition: all .5s ease 0;
    border-radius: 29px
}

.cart-middle .apply-coupon input[type="text"]:focus {
    border: 1px solid #222
}

.cart-middle .apply-coupon .apply-coupon-button .btn-style-one .btn-title {
    color: #282828;
    background: #f6f6f6
}

.cart-middle .apply-coupon .apply-coupon-button button {
    border: 1px solid #225476;
    background: #225476;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    transition: all linear .3s;
    cursor: pointer
}

.cart-middle .apply-coupon .apply-coupon-button button:hover {
    color: #225476;
    background-color: transparent
}

.cart-middle .update-cart button {
    border: 1px solid #225476;
    background: #225476;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    transition: all linear .3s;
    cursor: pointer
}

.cart-middle .update-cart button:hover {
    color: #225476;
    background-color: transparent
}

.cart-bottom {
    overflow: hidden;
    padding-top: 70px
}

.cart-bottom .calculate-shipping .shop-page-title {
    padding-bottom: 16px
}

.cart-bottom .calculate-shipping .ui-state-default .ui-icon {
    background: 0 0
}

.cart-bottom .calculate-shipping .ui-state-default {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 0;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    margin-bottom: 30px;
    outline: medium none;
    width: 100%
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 18px;
    overflow: hidden;
    padding: 15px 19px;
    text-align: left
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #ededed;
    display: block;
    width: 60px;
    height: 48px;
    text-indent: 0;
    margin: 0
}

.cart-bottom .calculate-shipping input[type="text"] {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.cart-bottom .calculate-shipping input[type="text"]:focus {
    border: 1px solid #1d1d1d
}

.cart-bottom .calculate-shipping button {
    color: #27282c;
    background: #f6f6f6
}

.cart-bottom .calculate-shipping button:hover {
    color: #fff;
    background: #c84522
}

.cart-link {
    cursor: pointer
}

.cart-bottom button.checkout-btn {
    color: #27282c;
    background: #f6f6f6;
    margin-top: 30px
}

.cart-bottom button.checkout-btn:hover {
    color: #fff;
    background: #c84522
}

.login-btn {
    display: inline-block;
    margin-left: 15px
}

.review-show {
    color: #225476
}

.review-none {
    color: #ccc
}

a.proceed-checkout-btn {
    padding: 13px 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #225476;
    text-decoration: none;
    color: #225476;
    background-color: #fff;
    transition: .5s
}

a.proceed-checkout-btn:hover {
    background-color: #225476;
    color: #fff
}

.checkout-message {
    padding: 120px 0;
    max-width: 780px;
    margin: 0 auto
}

.checkout-success {
    background: #f1f1f1;
    padding: 40px 0;
    text-align: center;
    border-radius: 15px
}

.checkout-success h2 {
    margin-bottom: 15px;
    text-transform: uppercase
}

.checkout-success p {
    line-height: 26px
}

.checkout-success .icon i {
    font-size: 60px
}

.checkout-success .icon {
    display: block;
    margin-bottom: 20px
}

.rate {
    background-image: url(../img/rate-star.png);
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    transition: all .5s ease-out 0;
    -webkit-transition: all .5s ease-out 0;
    width: 95px;
    margin-bottom: 2px
}

.rating {
    background-image: url(../img/rate-star.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 13px
}

.product-details-slide-item .slick-list.w-100,.product-details-slide-item .slick-track.w-100 {
    width: 100%!important
}

.slick-initialized .slick-slide {
    display: block;
    border: 1px solid #0000000a
}

.subscribe-section h3 {
    font-size: 24px!important
}

.subscribe-section span {
    font-size: 14px!important
}

.subscribe-form button[type="submit"],.subscribe-form input[type="submit"] {
    font-size: 14px!important
}

.category-lists h4,.popular-posts-lists h4 {
    font-size: 18px;
    font-family: 'Tajawal',sans-serif
}

.category-lists ul li a {
    font-size: 14px
}

.service-details-section {
    padding: 115px 0 110px
}

.case-lists .single-case {
    margin-bottom: 30px
}

.case-lists .col-md-6:nth-last-child(1) .single-case {
    margin-bottom: 0
}

.case-lists .col-md-6:nth-last-child(2) .single-case {
    margin-bottom: 0
}

.case-lists .col-md-6:nth-last-child(3) .single-case {
    margin-bottom: 0
}

.case-lists.section-padding.case-page {
    padding: 120px 0 80px
}

.project-infos h3 {
    font-size: 20px!important
}

.team-page {
    padding: 120px 0 80px
}

.single-pic h4 {
    font-size: 22px!important
}

.faq-section .accordion .card .card-header .btn {
    font-size: 16px!important;
    font-family: 'Tajawal'
}

a.proceed-checkout-btn {
    line-height: 50px!important
}

a#cartIcon .cart-length {
    padding: 7px 10px 5px!important
}

a#cartIcon span.length {
    margin-top: 0!important
}

.megamenu-cats ul li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #ffffff1a
}

.megamenu-cats ul li a {
    display: block;
    width: 100%
}

.mega-dropdown-content img:not(.loaded) {
    width: 100%;
    opacity: 0;
    color: transparent;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms
}

.mega-dropdown-content img.loaded {
    opacity: 1
}

.mega-dropdown-content .title a {
    text-align: left;
    padding: 0;
    font-size: 14px;
    text-transform: inherit;
    display: block;
    margin-top: 5px
}

.mega-dropdown-content .title a::before {
    display: none
}

.mega-dropdown-content .title a::after {
    display: none
}

.mega-dropdown-content .single-item {
    margin-bottom: 10px
}

.megamenu-cats ul li a {
    font-size: 13px
}

.megamenu-cats ul li a::after,.megamenu-cats ul li a::before {
    display: none
}

.mega-tab h3.category a {
    padding: 0;
    text-align: left;
    font-size: 16px;
    display: block;
    margin: 16px 0 13px;
    color: #428BCA
}

.mega-tab h3.category a::before,.mega-tab h3.category a::after {
    display: none
}

.mega-dropdown-content .thumb a {
    padding: 0
}

.mega-dropdown-content .thumb a::before,.mega-dropdown-content .thumb a::after {
    display: none
}

.team-carousel img {
    width: 100%!important
}

.partner-carousel img {
    width: 100%!important
}

.iconx-1 {
    width: 70px;
    height: 70px;
    background-image: url(../service-icon/mostasmer.svg);
    display: inline-block;
    background-size: cover
}

.icony-1 {
    width: 70px;
    height: 70px;
    background-image: url(../service-icon/mostasmer-white.svg);
    display: inline-block;
    background-size: cover
}

.iconx-2 {
    width: 70px;
    height: 70px;
    background-image: url(../service-icon/monsha2at.svg);
    display: inline-block;
    background-size: cover
}

.icony-2 {
    width: 70px;
    height: 70px;
    background-image: url(../service-icon/monsha2at-white.svg);
    display: inline-block;
    background-size: cover
}

.iconx-3 {
    width: 70px;
    height: 70px;
    background-image: url(../service-icon/dareba.svg);
    display: inline-block;
    background-size: cover
}

.icony-3 {
    width: 70px;
    height: 70px;
    background-image: url(../service-icon/dareba-white.svg);
    display: inline-block;
    background-size: cover
}

.iconx-4 {
    width: 70px;
    height: 70px;
    background-image: url(../service-icon/kanon.svg);
    display: inline-block;
    background-size: cover
}

.icony-4 {
    width: 70px;
    height: 70px;
    background-image: url(../service-icon/kanon-white.svg);
    display: inline-block;
    background-size: cover
}

.iconx-5 {
    width: 70px;
    height: 70px;
    background-image: url(../service-icon/estshara.svg);
    display: inline-block;
    background-size: cover
}

.icony-5 {
    width: 70px;
    height: 70px;
    background-image: url(../service-icon/estshara-white.svg);
    display: inline-block;
    background-size: cover
}

.iconx-6 {
    width: 70px;
    height: 70px;
    background-image: url(../service-icon/mosa3da.svg);
    display: inline-block;
    background-size: cover
}

.icony-6 {
    width: 70px;
    height: 70px;
    background-image: url(../service-icon/mosa3da-white.svg);
    display: inline-block;
    background-size: cover
}

.market-section .readmore_link,.packages-section .readmore_btn {
    font-size: 16px;
    font-family: 'Tajawal';
    font-weight: 600;
    color: #225476;
    float: right
}

.packages-section .single-pricing-table {
    margin: 5px
}

.packages-section .readmore_btn {
    background: #225476;
    color: #fff;
    float: right;
    padding: 10px 15px;
    font-size: 15px
}

.packages-section .readmore_btn:hover {
    text-decoration: none
}

.packages-section .package_size {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 25px;
    background-color: none;
    height: 35px
}

option {
    padding-top: 50px!important;
    padding-bottom: 50px!important
}

.packages-section .single-pricing-table {
    padding: 25px 0 0
}

.packages-section .feature-line,.packages-section .check-feature {
    text-align: right;
    padding: 10px 40px
}

.packages-section .check-feature {
    background-color: #f1f1f1;
    padding: 20px
}

.packages-section .check-feature input {
    width: 16px;
    height: 16px
}

.packages-section .feature-line-title {
    font-family: 'Tajawal-bold';
    font-size: 16px
}

.packages-section .feature-line-title .p-sub {
    display: inline-block
}

.packages-section .feature-line-desc {
    padding-right: 20px;
    font-family: 'Tajawal';
    font-size: 15px
}

.features .card-header[aria-expanded=true] .toggle_btn:after {
    content: '\f077';
}

.features .toggle_btn:after {
    content: '\f078';
    font-weight: 600;
    font-family: 'Font Awesome 6 Free';
    font-size: 12px
}

.features .toggle_btn {
    float: right
}

.features .card-body {
    text-align: start;
    padding: 10px 15px;
    background: #fbfbfb
}

.features .card-body h5 {
    font-size: 15px;
    font-weight: 600
}

.features .card-bodyp {
    font-size: 15px;
    font-weight: 400
}

.feature-line-title {
    text-align: start
}

.feature-line-desc {
    text-align: start
}

.features .card {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #f1f1f1!important
}

.features .accordion .card .card-header {
    background: none
}

.features .card-header:hover {
    text-decoration: none;
    color: #214c5f
}

.fa-check-square {
    color: #214c5f
}

.price-col {
    width: 100%;
    text-align: start
}

.packages-section .price h1 {
    font-size: 14px;
    font-family: 'Tajawal-bold';
    width: 100%
}

.packages-section .price h1 span {
    font-size: 18px;
    font-family: 'Tajawal-bold';
    color: #FF5926
}

.packages-section .price h1 select {
    margin: unset!important;
    width: auto
}

.packages-section .package-title {
    font-family: 'Tajawal-bold';
    font-size: 20px;
    display: inline-block;
    margin-top: 10px
}

.market-section .section-summary,.section-summary,.packages-section .section-summary {
    font-family: 'Tajawal-bold';
    margin-top: 50px;
    margin-bottom: unset!important;
    font-size: 25px;
    line-height: 1.4
}

.market-section .nav-tabs .nav-link:focus,.market-section .nav-tabs .nav-link,.market-section .nav-tabs .nav-link:focus,.market-section .nav-tabs .nav-link:hover,.market-section .nav-tabs,.market-section .nav-tabs .nav-item.show .nav-link,.market-section .nav-tabs .nav-link.active,.packages-section .nav-tabs .nav-link:focus,.packages-section .nav-tabs .nav-link,.packages-section .nav-tabs .nav-link:focus,.packages-section .nav-tabs .nav-link:hover,.packages-section .nav-tabs,.packages-section .nav-tabs .nav-item.show .nav-link,.packages-section .nav-tabs .nav-link.active {
    border: unset!important
}

.market-section .nav-tabs .nav-link::after,.packages-section .nav-tabs .nav-link::after {
    content: "|";
    padding-right: 10px;
    color: #ccc
}

.market-section .nav-tabs .nav-item:last-child .nav-link::after,.packages-section .nav-tabs .nav-item:last-child .nav-link::after {
    content: "";
    padding-right: 10px
}

.market-section .nav-tabs .nav-link,.packages-section .nav-tabs .nav-link {
    padding: .5rem;
    color: #777;
    font-family: 'Tajawal-bold'
}

.market-section .nav-tabs .nav-link:hover,.market-section .nav-tabs .nav-link.active,.packages-section .nav-tabs .nav-link:hover,.packages-section .nav-tabs .nav-link.active {
    color: #428BCA
}

.single-market-card {
    border: 1px solid #eee
}

.market-card-info {
    border-top: 1px solid #eee;
    padding: 20px;
    background: #fcfcfc;
    font-family: 'Tajawal-bold';
    text-align: center
}

.market-card-img-wrapper {
    text-align: center;
    padding: 20px 0
}

.market-card-img-wrapper img {
    width: 100px!important;
    margin: auto
}

.market-card-name {
    font-size: 16px;
    text-align: center;
    font-weight: 700
}

.market-card-info small {
    text-align: center;
    font-size: 16px;
    color: #FF5926
}

.market-card-info small span {
    color: #000
}

.searchbox {
    position: absolute;
    top: 77px;
    left: 0;
    width: auto;
    z-index: 999;
    border-radius: 4px!important;
    z-index: 98;
    background-color: #fff;
    height: auto;
    padding: 0 10px
}

.search-input {
    z-index: 99;
    width: 400px!important;
    padding: 15px;
    background-color: #fff;
    height: 100%;
    border-radius: 4px!important;
    border: none!important
}

.searchcontrols {
    width: 120px!important;
    padding: 13px
}

.searchcontrols i {
    color: #838383
}

.searchcontrols i:hover {
    color: #428BCA
}

.market-section .shop-item {
    border: 1px solid #f1f1f1
}

.market-section .shop-content {
    padding: 20px 0;
    background: #fcfcfc
}

.product-area .shop-item .shop-thumb::before {
    background-color: #216eb299!important
}

.price-shop-span {
    color: #FF5926!important;
    font-family: 'Tajawal-bold';
    font-size: 20px!important
}

.price-shop-span strong {
    color: #000
}

.custom-market-section {
    margin-top: 0
}

.custom-market-section .custom-shop-card.checked {
    background: #fcfcfc
}

.custom-market-section .custom-shop-card {
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin-bottom: 20px
}

.custom-market-section .custom-shop-card h3 {
    font-size: 13px;
    font-family: 'Tajawal-bold';
    font-weight: 600;
    color: #000
}

.custom-market-section .custom-shop-card p {
    margin-top: 10px 0;
    font-size: 12px;
    font-weight: 600;
    color: #214c5f
}

.custom-market-section .custom-shop-card p span {
    color: #FF5926
}

.custom-market-section .custom-shop-card button {
    border: unset!important;
    padding: 0 10px;
    cursor: pointer
}

.custom-market-section .custom-shop-card .counter {
    position: relative;
    top: 2px
}

.custom-market-receipt {
    border: 1px solid #f1f1f1
}

.custom-market-receipt .nav-tabs {
    border-bottom: unset!important;
    background: #c0ced8
}

.custom-market-receipt .nav-tabs a {
    color: #000
}

.custom-market-receipt .nav-tabs .nav-item.show .nav-link,.custom-market-receipt .nav-tabs .nav-link.active {
    border-color: #fff;
    background: #fff;
    border-radius: unset!important
}

.custom-market-receipt .nav-tabs .nav-link:focus,.custom-market-receipt .nav-tabs .nav-link:hover {
    border-color: transparent!important
}

.custom-market-line {
    color: #215476;
    border: 1px solid #f4f4f4;
    padding: 15px 10px;
    font-size: 12px
}

.custom-market-line span {
    color: #FF5926
}

.custom-market-line span strong {
    color: #215476
}

.custom-market-line .qty {
    color: #000
}

.custom-market-line-featured {
    padding: 15px;
    background: #f1f1f1;
    font-size: 12px;
    font-family: 'Tajawal-bold'
}

.custom-market-line-featured input[type="checkbox"] {
    position: relative;
    top: 3px
}

.custom-market-line-featured .sub-text {
    padding-right: 20px;
    font-family: 'Tajawal'
}

.custom-market-line-featured .sub-text span {
    color: #215476
}

.custom-market-line-total {
    color: #215476;
    border: 1px solid #f4f4f4;
    padding: 15px 10px;
    font-size: 16px;
    font-family: 'Tajawal-bold'
}

.custom-market-line-total span {
    color: #FF5926
}

.custom-market-line-total span strong {
    color: #215476
}

.custom-market-line-total .qty {
    color: #000
}

.custom-market-line-button {
    text-align: center;
    padding: 20px
}

.custom-market-line-button button {
    background-color: #215476;
    color: #fff;
    font-family: 'Tajawal-bold';
    padding: 10px 20px;
    border: 0;
    font-size: 13px
}

.e-header {
    font-family: 'Tajawal-bold';
    font-size: 25px;
    line-height: 1.4;
    color: #235577;
    margin: 20px 0
}

.for-slider {
    margin-top: 15px!important
}

.pack {
    font-size: 20px!important;
    margin: 30px 15px 20px!important;
    color: #0a3041!important
}

.check-box {
    float: right;
    height: 18px!important;
    width: 18px!important
}

.flo {
    float: right
}

.slider-home {
    margin-bottom: 50px
}

.price_size {
    width: 130px;
    padding: 0 6px;
    margin: 0;
    border-radius: 5px;
    background-color: #fff!important;
    height: 35px
}

.started {
    font-size: 14px!important;
    font-weight: 400!important;
    color: #000!important
}

.p-sub {
    display: inline-block
}

.baka-image {
    margin: auto!important;
    width: 15%!important
}

.bt-pricemt-4 {
    margin-bottom: 20px
}

.border-1 {
    border: 1px solid #104b64
}

.border-2 {
    border: 1px solid #c4c4c4
}

.border-3 {
    border: 1px solid #daa520
}

.border-4 {
    border: 1px solid #000
}

.o_wsale_product_information {
    text-align: center
}

.oe_product_cart {
    margin-bottom: 20px
}

.product-area {
    padding-top: unset!important
}

.shop-search input {
    width: 100%;
    background-color: transparent;
    line-height: 60px!important;
    padding-left: 20px;
    border: 2px solid #eaedf4;
    border-radius: 6px;
    color: #686868;
    height: auto
}

.shop-search i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #225476
}

.shop-search {
    position: relative
}

.o_wsale_apply_layout {
    display: none!important
}

#o_wsale_price_range_option input {
    border-color: transparent!important
}

.login .dropdown-menu {
    background: #0a3040
}

.oe_website_sale #products_grid_before {
    border-right: unset!important
}

.btn-fill-primary,.btn-primary,.btn-fill-primary:hover,.btn-primary:hover {
    color: #FFF;
    background-color: #225476;
    border-color: #225476
}

.btn-fill-secondary,.btn-secondary,.btn-fill-secondary:hover,.btn-secondary:hover {
    color: #215476;
    background-color: #fff;
    border-color: #215476
}

.css_quantity .btn {
    color: #225476
}

.css_quantity .btn:hover {
    color: #fff
}

.css_quantity .js_add_cart_json {
    border-radius: 0!important
}

.single-product {
    margin-top: unset!important
}

.single-product .shop-thumb {
    padding: 20px
}

.single-product .shop-thumb img {
    max-height: 150px
}

.single-product .shop-content {
    padding-top: 20px;
    padding-bottom: 20px
}

.span-icon {
    width: 60px;
    height: 70px;
    display: inline-block;
    background-size: cover!important
}

.oe_product_cart .o_wsale_product_btn {
    position: unset!important
}

.price_size {
    border: none;
    text-align: center;
    background: none!important;
    font-size: 17px;
    display: block;
    margin: auto!important;
    font-weight: 500;
    cursor: pointer;
    color: #5e5e5e
}

.em-drop {
    width: 165px
}

.single-pricing-table span.title {
    margin-bottom: 10px
}

.features .accordion .card .card-header {
    border-radius: 0
}

.features .card-body p {
    font-size: 12px;
    font-weight: 600;
    color: #38383c
}

.single-pricing-table span.title {
    font-size: 20px;
    color: #225476
}

.single-pricing-table a.pricing-btn:hover {
    background-color: #225476;
    color: #fff
}

.feature-line,.check-feature {
    text-align: start;
    padding: 10px 40px
}

.check-feature {
    background-color: #fafafa;
    padding: 20px
}

.check-feature input {
    width: 16px;
    height: 16px
}

.check-feature .feature-line-title {
    font-family: 'Tajawal-bold';
    font-size: 16px
}

.features .card-body h5 {
    font-size: 14px
}

.single-pricing-table {
    padding: 35px 0!important
}

.single-pricing-table a.pricing-btn {
    margin-top: 30px!important;
    width: 335px
}

.single-pricing-table .price h1 {
    color: #225476
}

.packages-section .check-feature {
    background-color: #fafafa;
    padding: 20px
}

.packages-section .feature-line-desc {
    padding-right: 0
}

.single-pricing-table .price h1 {
    display: inline-block;
    font-size: 48px;
    font-weight: 400!important;
    -webkit-transition: .5s;
    transition: .5s
}

.packages-section .price h1 {
    font-family: 'Tajawal';
    width: auto
}

.packages-section .feature-line-title {
    font-family: 'Tajawal';
    font-size: 16px
}

.single-pricing-table .price span {
    font-weight: 600
}

.packages-section .feature-line-title {
    font-weight: 600
}

.single-pricing-table .price {
    margin-top: 8px;
    margin-bottom: 10px
}

.packages-section .feature-line-title {
    font-family: 'Tajawal';
    font-weight: 400
}

.fa-ban {
    color: grey
}

.color-1 {
    background-color: #225476!important;
    padding: 8px 0!important;
    color: #fff!important
}

.color-2 {
    background-color: gray!important;
    padding: 8px 0!important;
    color: #fff!important
}

.color-3 {
    background-color: #daa520!important;
    padding: 8px 0!important;
    color: #fff!important
}

.single-pricing-table .price h1 {
    color: #fff
}

.packages-section .feature-line-title {
    font-weight: 600
}

.oe_website_sale .wizard {
    padding-top: 15px;
    padding-bottom: 85px
}

.footer-section {
    margin-top: 30px
}

.table thead {
    background: #215476;
    color: #fff
}

.table thead th {
    padding: 10px;
    border-bottom: unset!important
}

.progress-wizard .progress-wizard-step.active .progress-wizard-dot {
    background: #215476;
    box-shadow: 0 0 0 .1875rem white,0 0 0 .25rem #210000
}

.progress-wizard .progress-wizard-step.complete .progress-wizard-dot:after,.progress-wizard .progress-wizard-step.complete .progress-wizard-dot:hover,.progress-wizard .progress-wizard-step.complete .progress-wizard-steplabel,.progress-wizard .progress-wizard-step.complete .progress-wizard-steplabel:hover {
    color: #215476
}

#shipping_and_billing a {
    margin: 0 5px
}

button[type="submit"],input[type="submit"] {
    padding: 6px 12px
}

.mega-dropdown-content img {
    width: 22px!important;
    position: relative;
    top: -3px;
    opacity: 1!important;
    margin: 5px
}

#o_wblog_blog_top,.website_blog .o_searchbar_form,#o_wblog_post_name,#o_wblog_post_top {
    display: none
}

#o_wblog_post_footer {
    display: none
}

.service-categories a:hover {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Tajawal'!important
}

span[data-oe-type="monetary"] {
    color: #225476
}

.testimonial-carousel.owl-carousel .owl-item img {
    height: 70px
}

#wrapwrap.o_portal {
    background: #fff!important
}

.user-dashbord {
    padding: unset!important
}

.alert-warning {
    color: #0a3041;
    background-color: #2254761f;
    border-color: #e4eaee;
    font-weight: 600
}

.alert-warning img {
    width: 35px
}

.product-area .shop-sidebar .shop-box {
    border: 1px solid rgba(0,0,0,0.125)!important;
    margin-top: 15px!important;
    padding: 32px;
    border-radius: 5px
}

.e-header {
    font-weight: 600
}

.faq-area-v1 .faq-details-wrapper .card .card-header[aria-expanded=true] {
    background-color: #225476;
    color: #fff
}

.quote-area {
    padding: 50px 0
}

.service-content {
    margin-bottom: 30px
}

.service-content img {
    width: 55px
}

.service-content h4 {
    margin: 12px 0 14px;
    font-weight: 600;
    font-size: 18px
}

.service-content p {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
    color: #595959
}

.box-service {
    height: 245px;
    background-color: #22547608;
    border: 1px solid #f1f1f1;
    padding: 29px 18px;
    border-radius: 20px
}

.service-content a {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
    color: #225476
}

.e-header-sub {
    font-family: 'Tajawal-bold'!important;
    font-size: 22px;
    line-height: 1.4;
    color: #235577;
    margin: 30px 0 0
}

.send-btn {
    padding: 18px 45px!important
}

#ip3jhr .readmore_link {
    font-size: 16px;
    font-family: 'Tajawal';
    font-weight: 600;
    color: #225476;
    float: left;
    position: relative;
    bottom: -20px!important
}

.faq-area-v1 {
    margin: 50px 0
}

.card-box:after {
    position: absolute!important;
    bottom: 40px!important;
    font-family: "Font Awesome 6 Free"!important;
    font-size: 46px!important;
    font-weight: 600!important;
    color: #fff!important;
    opacity: .7!important
}

a.card-box {
    padding: 20px!important;
    background: #6963FF;
    text-decoration: none!important
}

.card-box.box-1 {
    background: #225476!important
}

.card-box.box-2 {
    background: #113847!important
}

.card-box.box-3 {
    background: #EC7424!important
}

.card-box.course:after {
    content: '\f46d'!important
}

.card-box.event:after {
    content: '\f571'!important
}

.user-sidebar .links li a.active {
    color: #225476!important;
    font-weight: 600!important
}

.user-sidebar .links li a:hover {
    color: #225476!important;
    font-weight: 600!important
}

.card-box .card-info p {
    color: #fff;
    font-size: 28px!important;
    font-weight: 600!important
}

.dir-cust {
    text-align: start!important
}

.faq-area-v1 .faq-details-wrapper .card .card-header {
    background-color: #22547608!important;
    border: 1px solid #f1f1f1!important;
    color: #383838!important
}

.faq-area-v1 .faq-details-wrapper .card .card-header .toggle_btn:after {
    font-size: 14px!important
}

.faq-area-v1 .sidebar-widget-area .categories-widget .nav-tabs .nav-link:hover,.faq-area-v1 .sidebar-widget-area .categories-widget .nav-tabs .nav-link:focus,.faq-area-v1 .sidebar-widget-area .categories-widget .nav-tabs .nav-link.active {
    color: #225476!important
}

#ip3jhr {
    margin-top: 30px!important
}

.about-us.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    border: none;
    color: #414141!important
}

.about-us .nav-tabs .nav-link {
    font-size: 16px;
    color: #414141!important;
    font-weight: 500;
    padding-bottom: 15px
}

.about-us .nav-tabs .nav-link:hover {
    background-color: #fafafa;
    border-color: none!important
}

.about-us .nav-tabs .nav-link.active {
    color: #004977!important;
    border-bottom: 4px solid #004977;
    font-weight: 600;
    border-color: none!important
}

.about-us .nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    border-color: none!important
}

.about-us {
    margin: 50px 0 0
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    border-color: none!important
}

.tab-cont {
    padding: 13px 0!important;
    line-height: 1.8!important;
    font-size: 16px!important;
    font-weight: 500!important
}

.section-about {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px
}

.progress-wizard .progress-wizard-step {
    margin-top: .8125rem;
    float: left;
    width: 33.33333333%
}

.single-pricing-table .price h1 {
    color: #225476
}

.started {
    font-size: 18px!important;
    color: grey!important
}

.single-pricing-table span.title {
    font-size: 24px!important;
    color: #225476!important;
    font-weight: bolder!important
}

.single-pricing-table a.pricing-btn {
    margin-top: 30px!important;
    width: auto
}

.single-pricing-table:hover {
    box-shadow: 0 0 12px #0000000d;
    background-color: #fff!important;
    border: 2px solid #f1f1f1!important
}

.single-pricing-table a.pricing-btn:hover {
    background-color: #225476;
    color: #fff;
    border-color: #225476
}

.ch-checked {
    color: #225476!important;
    margin: 0 5px
}

.features-content {
    text-align: start;
    margin: 7px 0;
    font-size: 18px;
    font-weight: 500
}

.features {
    padding: 17px 20px
}

.single-pricing-table a.pricing-btn {
    margin-top: 8px!important;
    width: 90%
}

.single-pricing-table {
    padding: 35px 0 18px!important
}

.ul-tab,.li-tab {
    display: inline-block!important;
    font-size: 20px!important
}

.tab-back {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 73px;
    background-color: #fff;
    border: 2px solid #f1f1f1;
    box-shadow: 0 0 12px #0000000d
}

.nav-tabs .nav-item.show .li-tab .nav-link,.nav-tabs .li-tab .nav-link.active {
    background-color: unset!important;
    color: #225476
}

.packages-section {
    margin: 30px 0
}

.btn-cal {
    padding: 10px 33px;
    background-color: #225476;
    border: 2px solid #225476;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff
}

.btn-cal:hover {
    padding: 10px 33px;
    background-color: #fff;
    border: 2px solid #bfbfbf;
    font-size: 16px;
    margin-bottom: 20px;
    color: #5d5d61
}

.btn-cal:active {
    padding: 10px 33px;
    background-color: #225476;
    border: 2px solid #225476;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600
}

.single-pricing-table a.pricing-btn {
    border-radius: 5px
}

.single-pricing-table {
    min-height: 640px
}

.sub-header {
    color: #666
}

.packages-section .modal-header {
    background-color: #225476;
    color: #fff
}

.close-modal {
    color: #fff;
    opacity: #fff
}

.single-pricing-table .price h1 {
    color: #225476
}

.packages-section .nav-tabs .nav-link::after {
    padding-right: 20px
}

.radio-label {
    color: #414141;
    margin: 8px
}

.radio-input {
    width: 15px;
    height: 15px
}

.select-modal {
    height: 40px;
    border-radius: 6px
}

.input-modal {
    height: 40px!important;
    border-radius: 6px
}

.modal .form-check-inline {
    margin-right: 0!important
}

.modal-content {
    border: unset
}

.packages-section .modal-body {
    padding: 20px 35px 35px;
    background-color: #22547608
}

.box-price {
    text-align: start;
    background-color: #fff;
    width: 75%;
    margin: auto;
    box-shadow: 0 0 5px #0000001a;
    border-radius: 7px;
    padding: 20px
}

.modal-body .price {
    font-size: 18px;
    font-weight: 600
}

.price-nu {
    font-size: 29px;
    font-weight: 600;
    color: #225476
}

.durations {
    font-size: 18px;
    color: grey
}

.btn-cal-inside {
    padding: 6px 26px;
    background-color: #225476;
    border: 2px solid #225476;
    font-size: 14px;
    color: #fff
}

.btn-cal-inside:hover {
    padding: 6px 26px;
    background-color: #225476;
    border: 2px solid #225476;
    font-size: 14px;
    color: #fff
}

.rest-btn {
    background-color: #fb0000;
    border-color: #fb0000
}

.rest-btn:hover {
    background-color: #fb0000;
    border-color: #fb0000
}

#package_2 .started {
    font-size: 18px!important;
    color: grey!important
}

#package_2 .single-pricing-table span.title {
    font-size: 22px;
    color: #225476;
    font-weight: bolder
}

#package_2 .single-pricing-table a.pricing-btn {
    margin-top: 30px!important;
    width: auto
}

#package_2 .single-pricing-table a.pricing-btn:hover {
    background-color: #225476;
    color: #fff;
    border-color: #225476
}

#package_2 .ch-checked {
    color: #225476!important;
    margin: 0 5px
}

#package_2 .features-content {
    text-align: start;
    margin: 7px 0;
    font-size: 18px;
    font-weight: 500
}

#package_2 .features {
    padding: 19px 14px
}

#package_2 .single-pricing-table a.pricing-btn {
    margin-top: 8px!important;
    width: 90%
}

#package_2 .single-pricing-table {
    padding: 35px 0 18px!important
}

#package_2 .ul-tab,.li-tab {
    display: inline-block!important;
    font-size: 18px!important;
    font-weight: 600
}

#package_2 .tab-back {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 73px;
    background-color: #fff;
    border: 2px solid #f1f1f1;
    box-shadow: 0 0 12px #0000000d
}

#package_2 .nav-tabs .nav-item.show .li-tab .nav-link,.nav-tabs .li-tab .nav-link.active {
    background-color: unset!important;
    color: #225476
}

#package_2 .packages-section {
    margin: 35px 0
}

#package_2 .btn-cal {
    padding: 10px 33px;
    background-color: #225476;
    border: 2px solid #225476;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff
}

#package_2 .btn-cal:hover {
    padding: 10px 33px;
    background-color: #fff;
    border: 2px solid #bfbfbf;
    font-size: 16px;
    margin-bottom: 20px;
    color: #5d5d61
}

#package_2 .btn-cal:active {
    padding: 10px 33px;
    background-color: #225476;
    border: 2px solid #225476;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600
}

#package_2 .single-pricing-table a.pricing-btn {
    border-radius: 5px
}

#package_2 .single-pricing-table {
    min-height: auto
}

#package_2 .single-pricing-table .price h1 {
    color: #ff5926!important;
    font-size: 31px
}

#package_2 .single-pricing-table a.pricing-btn {
    border: 2px solid #bfbfbf;
    text-transform: capitalize;
    background-color: transparent;
    font-size: 14px;
    padding: 8px 30px;
    font-weight: 600;
    display: inline-block;
    margin-top: 42px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #5d5d61;
    text-decoration: none
}

.employee {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0
}

.modal-lg {
    max-width: 800px
}

.s_website_form_send {
    padding: 10px 42px!important;
    border-radius: 2px!important;
    font-size: 18px!important;
    font-family: 'Tajawal'!important
}

.file {
    border: 1px solid #dedede!important;
    padding: 8px 15px 21px!important
}

.features .accordion .card .card-header {
    background-color: unset
}

.features .accordion .card .card-header:hover {
    background-color: unset
}

.features .card-header {
    padding: 7px 0!important;
    border-bottom: none
}

.features .card {
    border-bottom: none!important
}

.category-lists ul li a {
    font-weight: 600;
    font-size: 16px
}

.category-lists ul li.active a {
    color: #225476;
    font-weight: 600;
    font-size: 16px
}

.blog-txt .blog-title {
    font-size: 20px!important
}

.MsoNormal {
    margin-bottom: .0001pt;
    line-height: 28px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    font-size: 13.5pt;
    line-height: 36px;
    font-family: Arial,sans-serif
}

.blog-share {
    margin-top: 22px
}

.blog-share ul li:first-child {
    margin-right: 0!important
}

.verify_email {
    color: #fff;
    padding: 8px;
    display: inline-block;
    outline: 0;
    font-weight: 600;
    background-color: #0a3041;
    border: 1px solid #0a3041;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.verify_email:hover {
    background-color: #fff;
    color: #0a3041;
    border: 1px solid #0a3041!important
}

.col-form-label {
    font-weight: 600!important
}

.sign-up-sty {
    font-weight: 600
}

.nav-link {
    padding: 0
}

.features .accordion .card .card-header {
    background-color: unset
}

.features .accordion .card .card-header:hover {
    background-color: unset
}

.features .card-header {
    padding: 8px 0!important;
    border-bottom: none;
    color: #276e72
}

.features .card {
    border-bottom: none!important
}

.category-lists ul li a {
    font-weight: 600;
    font-size: 16px
}

.category-lists ul li.active a {
    color: #225476;
    font-weight: 600;
    font-size: 16px
}

.blog-txt .blog-title {
    font-size: 20px!important
}

.MsoNormal {
    margin-bottom: .0001pt;
    line-height: 28px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    font-size: 13.5pt;
    line-height: 36px;
    font-family: Arial,sans-serif
}

.blog-share {
    margin-top: 22px
}

.blog-share ul li:first-child {
    margin-right: 0!important
}

.box-bank {
    padding: 35px 25px 26px;
    border-radius: 9px;
    border: 1px solid #f1f1f1;
    box-shadow: -1px 0 17px -3px #f1f1f1;
    text-align: center
}

.bank-label {
    font-size: 16px;
    font-weight: 600;
    color: grey
}

.box-bank .bank-p {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 19px;
    color: #000
}

.bank-img {
    width: auto!important;
    height: 45px;
    display: block;
    margin: 0 auto 10PX
}

.box-bank h4 {
    margin: 14px 0 2px;
    font-weight: 600;
    font-size: 21px;
    color: #225476
}

.features .card-body p {
    font-size: 14px;
    font-weight: 600;
    color: #6d6d6d;
    padding: 0
}

.features .card-body h5 {
    font-size: 16px
}

.features .card-body {
    padding: 0 15px
}

.s_allow_columns P {
    text-align: center;
    margin: 5px 10px
}

.blog-txt small {
    font-size: 14.5px;
    font-weight: 600
}

.new-date {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0
}

.single-blog img {
    height: 100%!important
}

.features .card-body p {
    padding: 8px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    margin: 4px 0;
    background-color: #fff
}

.features .card-body {
    padding: 0
}

.breadcrumb-txt h1 {
    font-size: 28px!important;
    display: none!important
}

.o_payment_option_card label {
    display: block;
    margin-bottom: 15px
}

.o_payment_option_card label input {
    height: 15px!important
}

#o_payment_acquirer_inline_form_13 input[type="radio"] {
    height: 15px!important
}

#o_payment_acquirer_inline_form_13 input[type="checkbox"] {
    height: 15px!important
}

.btn-lg {
    border-radius: 0!important;
    padding: 0 40px!important;
    font-weight: 600!important;
    font-size: 16px!important;
    font-family: 'Tajawal'!important;
    line-height: 50px!important;
    background: #225476!important;
    color: #fff!important
}

.btn-lg:hover {
    border-radius: 0!important;
    padding: 0 40px!important;
    font-weight: 600!important;
    font-size: 16px!important;
    font-family: 'Tajawal'!important;
    line-height: 50px!important;
    background: #fff!important;
    color: #225476!important;
    border: 1px solid #225476!important
}

.sign-form__submit {
    padding: 8px 12px
}

.product-details-header {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px
}

.quantity {
    padding-left: 0!important;
    padding-right: 0!important
}

.suc-box {
    border: 1px solid #ddd;
    padding: 0
}

.suc-icon {
    font-size: 54px;
    color: green;
    margin-bottom: 5px;
    color: #225476;
    padding: 20px 20px 6px
}

.pay-suc {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px
}

.pay-suc-message {
    font-size: 16px;
    margin: 5px auto
}

.suc-box table td {
    border: none!important
}

.valu-suc {
    font-weight: 600;
    text-align: end!important
}

.suc-box a.proceed-checkout-btn {
    font-weight: 600!important;
    padding: 0 20px!important;
    padding: 0 40px!important;
    font-size: 15px!important
}

.suc-box .update-cart button {
    border-radius: 0!important;
    font-weight: 600!important;
    padding: 0 20px!important;
    font-size: 15px!important;
    border: 1px solid #225476;
    background: #225476;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    transition: all linear .3s;
    cursor: pointer
}

.suc-box .update-cart button:hover {
    border-radius: 0!important;
    font-weight: 600!important;
    padding: 0 20px!important;
    font-size: 15px!important;
    border: 1px solid #225476;
    background: #fff;
    color: #225476;
    line-height: 50px;
    padding: 0 20px;
    transition: all linear .3s;
    cursor: pointer
}

.suc-box .btn-secondary {
    border-radius: 0!important;
    font-weight: 600!important;
    padding: 0 20px!important;
    font-size: 15px!important;
    line-height: 50px!important
}

.suc-box .btn-secondary:hover {
    background-color: #fff!important;
    color: #6c757d!important
}

.attac-label {
    margin-bottom: 5px;
    font-weight: 600
}

.uploaded_file {
    background: #f1f1f1!important;
    padding: 10px!important
}

.add_attachment_service {
    background-color: #505050!important;
    border-color: #505050!important
}

.oe_price_custom {
    color: #225476;
    font-size: 25px
}

.email_loader {
    position: absolute!important;
    top: 50%!important;
    right: 50%!important
}

.product-area .shop-search input {
    background-color: #FAFAFA!important;
    line-height: 45px!important
}

.tabs-services {
    min-width: 50px;
    text-align: center;
    display: inline-block;
    margin: 6px 2px;
    padding: 6px 14px;
    font-size: 16px;
    color: #666;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 #000;
    cursor: pointer
}

.tabs-services-box .active {
    color: #fff;
    background: #0a3041
}

.tabs-services-box {
    margin-bottom: 15px
}

.ser-des {
    font-size: 14px;
    font-weight: 600
}

.ser-tit {
    color: #215476;
    font-weight: 600;
    margin-top: 8px;
    font-size: 18px!important
}

.serv-box {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 2px solid #eaedf4;
    padding: 20px 15px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 15px 1px #b00000
}

.serv-box:hover {
    box-shadow: 0 1px 9px -1px #000;
    background-color: #22547608;
    transition: .5s ease-in-out
}

.serv-link {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px!important
}

.serv-box .details-span-tit {
    font-size: 16px;
    color: #428BCA;
    display: block;
    font-weight: 600
}

.details-span-tit>i {
    margin: auto 5px
}

.details-span {
    display: block;
    font-weight: 600;
    margin: auto 5px
}

.custom-market-line-button button {
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer
}

.but-deatils {
    background-color: #fff!important;
    color: #428BCA!important;
    border: 1px solid #428BCA!important;
    border-radius: 51px!important;
    font-size: 13px!important;
    font-weight: 400!important;
    padding: 5px 2px!important
}

.custom-market-line-button {
    padding: 8px 0
}

.serv-logo {
    height: 70px!important
}

.cat-tit {
    font-weight: 600;
    color: gray;
    margin-top: 3px;
    font-size: 14px
}

.modal-website {
    padding: 11px 18px 25px;
    font-weight: 600;
    font-size: 18px;
    border: none
}

.close-modal-website {
    margin: -1rem auto -1rem -1rem !important;
    position: absolute!important;
    top: 24px!important;
    left: 26px!important;
    background: #0A3041!important;
    opacity: 1!important;
    color: #fff!important;
    border-radius: 6px!important;
    padding: 10px!important;
    line-height: 2px!important
}

.modal-body .serv-logo {
    height: 140px!important
}

.modal-body .ser-tit {
    font-size: 20px!important
}

.modal-website-body {
    padding: 1rem 2rem 2rem!important
}

.details-span-ul {
    color: #000;
    font-weight: 600;
    font-size: 14px
}

.details-span-ul li {
    list-style-type: decimal;
    margin: auto 20px
}

.modal-body .ser-des {
    font-size: 16px;
    font-weight: 600
}

.modal-body .details-span-tit {
    font-size: 16px;
    color: #428BCA;
    display: block;
    font-weight: 600
}

.faq-section .accordion .card .card-header {
    background-color: rgba(34,84,118,0.03)!important;
    border: 1px solid #f1f1f1!important
}

.padding-service {
    padding: 48px!important
}

* {
    scrollbar-width: thin;
    scrollbar-color: #1B81AF #DFE9EB
}

::-webkit-scrollbar {
    width: 10px;
    width: 10px
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #DFE9EB
}

::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2
}

::-webkit-scrollbar-track:active {
    background-color: #B8C0C2
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #1B81AF
}

::-webkit-scrollbar-thumb:hover {
    background-color: #125978
}

::-webkit-scrollbar-thumb:active {
    background-color: #176F96
}

.service-categories0 {
    margin-top: 20px!important
}

.feature-line-title {
    display: inline-block
}

.single-pricing-table:hover a.pricing-btn {
    color: #fff!important
}

#i3ml {
    padding: 0!important
}

.contact-form-section {
    padding: 80px 0 120px!important
}

.single-pricing-table a.pricing-btn:hover {
    background-color: #225476!important;
    color: #fff!important;
    border-color: #225476!important
}

.single-pricing-table:hover a.pricing-btn {
    background-color: #225476!important;
    color: #fff!important;
    border-color: #225476!important
}

.location {
    font-size: 20px!important;
    font-weight: 600!important;
    margin-bottom: 8px!important;
    color: #235577!important
}

.head-form {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Tajawal'
}

@media only screen and (max-width: 767px) {
    .hero-txt h3 {
        font-size:22px!important
    }

    .serv-name {
        font-size: 14px
    }

    .keepaway {
        font-size: 18px!important
    }

    .section-title {
        font-size: 18px!important
    }

    .service-categories .single-category {
        margin-bottom: 10px;
        height: 250px
    }

    .tab-back {
        font-weight: 600;
        padding: 0 12px
    }

    .sub-header {
        font-size: 20px!important
    }

    .service-categories0 {
        margin-top: 0!important
    }

    .intro-bg {
        margin: 0 15px
    }

    .intro-txt h2 {
        font-size: 18px!important;
        line-height: 1.6!important
    }

    .categories-widget ul li {
        padding: 10px
    }

    div.language {
        padding: 9px 0
    }

    .contact-form-section {
        padding: 0!important
    }

    .alert-warning img {
        width: 30px
    }

    .alert-warning {
        color: #0a3041;
        background-color: #2254761f;
        border-color: #e4eaee;
        font-weight: 600;
        font-size: 14px
    }

    .faq-tit {
        font-size: 16px!important
    }

    .readmore_link {
        font-size: 15px!important
    }

    .sticky-navbar .header-navbar {
        border: none;
        padding: 4px 0!important
    }
}

.testimonial-section {
    margin-bottom: 30px!important
}

.main-menu li a.boxed-btn:hover {
    background-color: #fff!important;
    color: #0a3040!important
}

.alert-success {
    text-align: center!important
}

.tit-form {
    font-size: 22px;
    font-weight: 600;
    color: #225476
}

.btn-sub {
    padding: 18px 45px!important
}

.top-footer-section {
    padding: 70px 0 40px!important;
    border-bottom: 1px solid #9d9d9d!important
}

.sheild {
    text-align: start!important
}

.copyright-section {
    padding: 15px 0!important;
    font-size: 14px!important;
    line-height: 49px!important
}

.footerWithVat {
    text-align: end!important
}

.footer-txt-copy {
    font-size: 15px!important;
    color: #fff!important;
    margin-top: 15px!important
}

.map-wrapper {
    max-height: 350px
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    padding: 0 6px 8px;
    margin: 0 5px 5px;
    background-color: transparent!important;
    border-bottom: 2px solid #225476!important;
    color: #225476!important;
    border-radius: 0;
    font-weight: 600
}

.nav-pills .nav-link {
    padding: 0 6px 8px;
    margin: 0 5px 5px;
    font-weight: 500;
    color: #505050
}

.contact-form-section .single-info {
    padding: 30px 25px!important
}

.tab-content {
    margin: 0 5px
}

.tab-p {
    font-size: 18px
}

.about-p-des {
    width: 84%;
    margin: 7px 0;
    font-size: 17px
}

.blog-share ul li a.whatsapp-share {
    background-color: #24CC63
}

.page-section{
    margin-top: 50px;
    line-height: 2.5em;
    font-size: large;
}





#wppu-object-wrapper {
    position: sticky !important;
  }
    .back-to-top.show {
        right: auto;
        left: 20px;
    }
 
        



.top-footer-section {
padding: 70px 0 40px 0 !important;
border-bottom: 1px solid #9d9d9d !important;
}
.sheild {
text-align: start !important;
}

.copyright-section {
padding: 15px 0 15px !important;
font-size: 14px !important;
line-height: 49px !important;
}
.footerWithVat{
text-align: end !important;
}
.footer-txt-copy {
font-size: 15px !important;
color: white !important;

}


@media  only screen and (max-width:767px) {
.copyright-section {
font-size: 14px !important;
line-height: 26px !important;
}
.sheild {
text-align: center !important;
margin-bottom: 5px;
}
.footerWithVat {
text-align: center !important;
}
.footer-txt-copy {
font-size: 12px !important;

}
.support-contact-info {
margin-bottom: 0 !important;
}
.hero-txt {
padding: 280px 0 90px 0 !important ;
}
}




.spinner-box {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
  
  
  
  /* ALTERNATING ORBITS */
  
  .circle-border {
    width: 300px;
    height: 300px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #1da3ff;
    background: linear-gradient(114deg, rgba(63, 249, 220, 0.1) 33%, #3c5ea9f7 100%);
    animation: spin .8s linear 0s infinite;
  }
  
  .circle-core {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50%;
  }
  
  @keyframes spin {
    from {
      transform: rotate(0);
    }
    to{
      transform: rotate(359deg);
    }
  }