:root {
    --primary: #1c2e75;
    --secondary: #333333;
}

.text-primary-color {
    color: var(--primary) !important;
}
.mrr-10 {
    margin-right: 10px;
}
ul, ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
/*========================================*/
/*-------------- [_Utility] -----===------*/
/*========================================*/
body {
    background: url('../images/crossword.png') repeat center center;
    color: #3e3e3e;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden !important;
}

p {
    margin: 0 0 20px;
    line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--primary) !important;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

h1, h2 {
    font-weight: 800;
}

h3, h4 {
    font-weight: 700;
}

h5, h6 {
    font-weight: 600;
}

h1 {
    font-size: 48px;
    line-height: 56px;
}

h2 {
    font-size: 42px;
    line-height: 48px;
}

h3 {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -.02em;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

b, strong {
    color: #151a33;
}

iframe {
    border: none;
}

a, b, div, ul, li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

input, select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    cursor: pointer;
    color: #049AD3;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
}

a:hover {
    color: #0c59db;
    text-decoration: none;
}

ul, ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
}

.clear-both:before,
.clear-both:after {
    display: table;
    content: "";
    clear: both;
}



.block-quote p {
    font-size: 20px;
    color: #555362;
}

/*========================================*/
/*--------------- [_Header] --------------*/
/*========================================*/
.logo {
    padding-top: 1.3125rem;
}

.logo img {
    height: 80px;
}
.long-gap-left {
    margin-left: 370px;
    overflow: hidden;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}
.mrt-10 {
    margin-top: 10px;
}
.bg-gradient-color {
    background: linear-gradient(45deg, #0E90D5, #1c2e75) !important;
    height: 45px;
}

.bg-gradient-color2 {
    background: linear-gradient(45deg, #1c2e75, #0E90D5) !important;
    height: 45px;
}
/*Header Style One*/
.header-style-one .header-wrapper .header-navigation-area {
    background: #ECF1F8;
    transition: all 0.4s ease-out 0s;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li {
    display: inline-block;
    margin-right: 45px;
    position: relative;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li:last-child {
    margin-right: 0;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li a {
    padding: 36px 0;
    display: block;
    color: var(--primary) !important;
    font-weight: 600;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li.has-sub.right-view ul {
    right: -20px;
    left: auto;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li.has-sub > a::before {
    content: "\f067";
    position: absolute;
    right: -16px;
    top: 50%;
    -moz-transform: translate(0, -13px);
    -o-transform: translate(0, -13px);
    -ms-transform: translate(0, -13px);
    -webkit-transform: translate(0, -13px);
    transform: translate(0, -13px);
    font-family: "FontAwesome";
    font-size: 16px;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li:hover > a {
    color: var(--secondary) !important;
    ;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
    position: absolute;
    width: 220px;
    background: #f8f8f8;
    z-index: 2;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transform-origin: top;
    top: 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li {
    display: block;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:last-child {
    border-bottom: none;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li a {
    padding: 8px 20px;
    font-size: 14px;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover > a {
    padding-left: 25px;
    background-color: #0c59db;
    color: #fff;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li.has-sub-child > a::before {
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-15px);
    font-family: "FontAwesome";
    font-size: 16px;
}
.header-style-one .header-wrapper .header-navigation-area.inner-page .main-menu ul li a {
    padding: 35px 0;
}
.header-style-one .header-wrapper .header-navigation-area.transparent-header {
    background: transparent;
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 20px 0;
    top: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-style-one .header-wrapper .header-navigation-area.transparent-header.fixed {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
.header-style-one .header-wrapper .header-navigation-area.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*Header Style Two*/
.header-style-two .header-wrapper .header-middle {
    padding: 30px 0;
    margin: 0 auto;
    position: static;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i {
    margin-right: 15px;
    color: #0c59db;
    vertical-align: middle;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    background: #ECF1F8;
    border: 1px solid #eee;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i:before {
    font-size: 26px;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area a {
    font-size: 15px;
}
.header-style-two .header-wrapper .header-navigation-area {
    background: #F7F8FC;
    position: relative;
    z-index: 5;
    height: 115px;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
    display: inline-block;
    margin-right: 45px;
    position: relative;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:last-child {
    margin-right: 0;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {
    padding: 45px 0;
    display: block;
    color: var(--primary) !important;
    ;
    font-weight: 700;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub.right-view ul {
    right: -20px;
    left: auto;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub > a::before {
    content: "\f067";
    position: absolute;
    right: -18px;
    top: 50%;
    -moz-transform: translate(0, -13px);
    -o-transform: translate(0, -13px);
    -ms-transform: translate(0, -13px);
    -webkit-transform: translate(0, -13px);
    transform: translate(0, -13px);
    font-family: "FontAwesome";
    font-size: 12px;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover > a {
    color: var(--secondary) !important;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
    position: absolute;
    width: 220px;
    background: #ECF1F8;
    z-index: 2;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transform-origin: top;
    top: 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    padding-left: 0px;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li {
    display: block;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:last-child {
    border-bottom: none;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li a {
    padding: 8px 20px;
    font-size: 14px;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover > a {
    padding-left: 25px;
    color: #fff;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li.has-sub-child > a::before {
    content: "\f067";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-12px);
    font-family: "FontAwesome";
    font-size: 12px;
}
.header-style-two .header-wrapper .header-navigation-area.inner-page .main-menu ul li a {
    padding: 35px 0;
}
.header-style-two .header-wrapper .header-navigation-area.transparent-header {
    background: transparent;
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 20px 0;
    top: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-style-two .header-wrapper .header-navigation-area.transparent-header.fixed {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header-style-two .header-wrapper .header-navigation-area.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-transition: all 600ms ease-out 0s;
    -webkit-transition: all 600ms ease-out 0s;
    -ms-transition: all 600ms ease-out 0s;
    -o-transition: all 600ms ease-out 0s;
    transition: all 600ms ease-out 0s;
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*Header Searchbox Style Two*/
.header-searchbox-style-one {
    position: relative;
    float: right;
}
.header-searchbox-style-one .show-searchbox {
    float: right;
    margin-left: 32px;
    position: relative;
    margin-top: 3px;
}
.header-searchbox-style-one .show-searchbox a {
    position: relative;
    width: 35px;
    height: 35px;
    background: #0c59db;
    display: block;
    border-radius: 6px;
    text-align: center;
    line-height: 35px;
    margin: 27px 0 30px;
}
.header-searchbox-style-one .show-searchbox a i {
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-searchbox-style-one .show-searchbox.active .fa-search::before {
    content: "\f00d";
}
.header-searchbox-style-one .toggle-searchbox {
    position: absolute;
    right: 0;
    top: 170%;
    width: 315px;
    opacity: 0;
    padding: 20px;
    visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all {
    position: relative;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all #s {
    margin-bottom: 0;
    height: 50px;
    font-size: 14px;
    color: #0c59db;
    top: 6px;
    background-color: #fff;
    border-radius: 0;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all #searchsubmit {
    padding: 3px;
    position: absolute;
    right: 12px;
    top: 9px;
    font-family: "FontAwesome";
    color: #0c59db;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-searchbox-style-one .toggle-searchbox form input[type="text"] {
    border: 1px solid #ddd6d9;
}
.header-searchbox-style-one .toggle-searchbox.show {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    top: 103%;
    padding: 20px;
    background: #f4f4f4;
    border: 1px solid #0c59db;
}

/*Header Searchbox Style Two*/
.header-searchbox-style-two {
    position: relative;
    float: right;
    margin-top: 6px;
    margin-left: 30px;
}
.header-searchbox-style-two .show-searchbox {
    float: right;
    margin-left: 32px;
    position: relative;
    margin-top: 3px;
}
.header-searchbox-style-two .show-searchbox a {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 55px;
    margin: 25px 0 30px;
}
.header-searchbox-style-two .show-searchbox a i {
    font-size: 20px;
    color: #0c59db;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .show-searchbox.active .fa-search::before {
    content: "\f00d";
}
.header-searchbox-style-two .toggle-searchbox {
    position: absolute;
    right: 0;
    top: 170%;
    width: 315px;
    opacity: 0;
    padding: 20px;
    visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all {
    position: relative;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all #s {
    margin-bottom: 0;
    height: 50px;
    font-size: 14px;
    color: #0c59db;
    top: 6px;
    background-color: #fff;
    border-radius: 0;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all #searchsubmit {
    padding: 3px;
    position: absolute;
    right: 12px;
    top: 9px;
    font-family: "FontAwesome";
    color: #0c59db;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .toggle-searchbox form input[type="text"] {
    border: 1px solid #ddd6d9;
}
.header-searchbox-style-two .toggle-searchbox.show {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    top: 114%;
    padding: 20px;
    background: #f4f4f4;
    border: 1px solid #0c59db;
}

.input-box {
    position: absolute;
    right: 12px;
    top: 12px;
}
.input-box i {
    color: #0c59db;
}

/*Header-top-area*/
.header-top-area {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}
.header-top-area a {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 400;
}
.header-top-area i {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
}
.header-top-area .header-top-left-part .address {
    padding-right: 20px;
    position: relative;
}
.header-top-area .header-top-left-part .address:after {
    background: #fff;
    content: "";
    position: absolute;
    height: 90%;
    width: 1px;
    right: 0;
    top: 2px;
}
.header-top-area .header-top-left-part .phone {
    padding-left: 20px;
}
.header-top-area .header-top-left-part i {
    color: #fff;
    margin-right: 5px;
    vertical-align: middle;
    font-family: "FontAwesome";
}
.header-top-area .header-top-left-part i:before {
    font-size: 16px;
}
.header-top-area .header-top-right-part .social-links {
    position: relative;
    display: inline-block;
}
.header-top-area .header-top-right-part .social-links li {
    display: inline-block;
    margin-right: 15px;
}
.header-top-area .header-top-right-part .social-links li a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.header-top-area .header-top-right-part .social-links li a:hover {
    color: #17305e;
}
.header-top-area .header-top-right-part .social-links li:last-child {
    margin-right: 25px;
}
.header-top-area .header-top-right-part .language {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}
.header-top-area .header-top-right-part .language .language-btn {
    position: relative;
    text-decoration: none;
    width: 85px;
    text-align: left;
    -webkit-transition: .5s;
    transition: .5s;
}
.header-top-area .header-top-right-part .language .language-btn i {
    margin-right: 4px;
}
.header-top-area .header-top-right-part .language .language-btn i::before {
    font-size: 14px;
}
.header-top-area .header-top-right-part .language .language-btn:hover {
    color: #17305e;
}
.header-top-area .header-top-right-part .language .language-btn::after {
    content: "\f107";
    position: absolute;
    right: -3px;
    font-family: "FontAwesome";
    font-weight: 700;
    top: 0;
    font-size: 16px;
}
.header-top-area .header-top-right-part .language .language-dropdown {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 36px;
    right: -13px;
    width: 120px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    transition: .5s;
}
.header-top-area .header-top-right-part .language .language-dropdown.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #31314d;
}
.header-top-area .header-top-right-part .language .language-dropdown li {
    position: relative;
    background-color: #0a3041;
    z-index: -1;
}
.header-top-area .header-top-right-part .language .language-dropdown li a {
    display: block;
    position: relative;
    padding: 5px 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
}
.header-top-area .header-top-right-part .language .language-dropdown li a:hover {
    background: #0c59db;
}
.header-top-area .header-top-right-part .language .language-dropdown li :last-child a {
    border-bottom: none;
}

/* extra info */
.side-panel-content {
    background: #fff;
    height: 100vh;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 355px;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding-bottom: 40px;
}

.side-panel-content.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

.close-icon {
    text-align: right;
}
.mrb-30 {
    margin-bottom: 30px;
}
.social-list li {
    display: inline;
    float: left;
    margin-right: 15px;
}
.social-list li a {
    background: #303743;
    height: 42px;
    width: 42px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 42px;
    font-size: 16px;
}
.close-icon > button {
    cursor: pointer;
    background: var(--secondary) !important;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    border: 1px solid var(--secondary) !important;
}

.close-icon > button i {
    line-height: 20px;
    color: #fff;
}

.close-icon > button i:before {
    font-size: 14px;
}

.extra-info > p {
    color: #ddd;
    font-size: 15px;
    line-height: 28px;
}

.extra-info.extra-info-left.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel {
    width: 36px;
    float: right;
    padding-top: 38px;
    cursor: pointer;
    margin-left: 10px;
}

.side-panel span {
    margin: 3px 0;
    transition: .3s;
    float: right;
}
.side-panel:hover span {
    width: 100%;
}
.bar1 {
    width: 55%;
    background: var(--secondary) !important;
    ;
    height: 2px;
}
.bar2 {
    width: 75%;
    background: var(--secondary) !important;
    ;
    height: 2px;
}
.bar3 {
    width: 65%;
    background: var(--secondary) !important;
    ;
    height: 2px;
}
.site-none {
    display: none;
}
section,
.section-padding {
    padding: 50px 0;
    position: relative;
}
.no-padding {
    padding: 0;
}

.serviceBox{
    font-family: 'Poppins', sans-serif;
    padding: 25px;
    margin: 5px 0 0 5px;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s;
    text-align: center;
}
.serviceBox:hover{
    background: var(--primary) !important;
}
.serviceBox .service-icon{
    color: var(--primary) !important;
    font-size: 55px;
    margin: 0 0 20px;
    transition: all 0.3s ease 0s;
}
.serviceBox .title{
    color: #444;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
}
.serviceBox .title a:hover{
    color: var(--secondary) !important;
}
.serviceBox .description{
    color: #999;
    font-size: 14px;
    line-height: 27px;
    margin: 0 0 15px;
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more{
    color: var(--primary) !important;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more:hover{
    text-shadow: 4px 4px rgba(255,255,255,0.3) !important;
}
.serviceBox.cyan .service-icon,
.serviceBox.cyan .read-more{
    color: #36ADB3;
}
.serviceBox.cyan:hover{
    background: #36ADB3;
}
.serviceBox.blue .service-icon,
.serviceBox.blue .read-more{
    color: #172E5A;
}
.serviceBox.blue:hover{
    background: #172E5A;
}
.serviceBox.orange .service-icon,
.serviceBox.orange .read-more{
    color: #F05D0D;
}
.serviceBox.orange:hover{
    background: #F05D0D;
}
.serviceBox:hover .service-icon,
.serviceBox:hover .title,
.serviceBox:hover .read-more{
    color: #fff !important;
}
.serviceBox:hover .description{
    color: rgba(255,255,255,0.8);
}
@media only screen and (max-width: 990px){
    .serviceBox{
        margin: 0 0 30px;
    }
}
.services{
    background: url('../images/white_wall.png') repeat center center;
}

/* Footer
================================================== */
/*- Footer common */
.footer {
    background-color: #0d0d0d;
    color: #999;
}
.footer-main {
    border-top: 5px var(--primary) solid;
    padding: 50px 0;
}
.footer .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    text-transform: uppercase;
    color: #fff;
    border-left: 3px solid #b3ebff;
}
/* Footer about us */
.footer-logo {
    margin-bottom: 25px;
    max-height: 35px;
}
/* Footer social */
.footer-social {
    margin-top: 15px;
}
.footer-social .widget-title {
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -13px;
}
.footer-social ul li {
    display: inline-block;
}
.footer-social ul li a i {
    display: block;
    font-size: 16px;
    color: #999;
    transition: 400ms;
    padding: 10px 13px;
}
.footer-social ul li:hover {
    color: #fff;
}
/* Links */
.footer-widget ul.list-arrow li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 8px 0;
}
.footer-widget ul.list-arrow li:last-child {
    border-bottom: 0;
}
.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
    color: #747474;
}
.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
    color: #b3ebff;
}
.working-hours {
    padding-right: 10px;
    font-weight: 700;
    color: #333333;
}
.working-hours .text-right {
    float: right;
}
/*-- Copyright --*/
.copyright {
    background: url("../images/copy-bg.webp") repeat center center;
    padding: 20px 0 15px 0;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
.footer-menu ul li {
    display: inline-block;
    line-height: 12px;
    padding-left: 15px;
}
.footer-menu ul.nav li a {
    background: none;
    color: #fff;
    padding: 0;
}
.footer-menu ul li a:hover {
    color: #fff;
}
/*-- Banner --*/
.banner-area {
    position: relative;
    min-height: 130px;
    color: #fff !important;
    background-position: 50% 50%;
    background-size: cover;
}
.banner-title {
    color: #fff !important;
    text-transform: capitalize;
    font-size:42px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .banner-title {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .banner-title {
        font-size: 22px;
        line-height: 1.3;
    }
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-heading {
    text-align: center;
}
.breadcrumb {
    padding: 0;
    background: none;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
}
.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
    color: #fff !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}