/*$lp: 'only screen and (min-width: 1200px) and (max-width: 1600px)';*/

/*$xxl: 'only screen and (min-width: 1400px)';
$xl: 'only screen and (min-width: 1200px) and (max-width: 1399px)';
$lg : 'only screen and (min-width: 992px) and (max-width: 1199px)';
$md: 'only screen and (min-width: 768px) and (max-width: 991px)';
$xm: '(max-width: 991px)';
$xs: '(max-width: 767px)';
$xss: '(max-width: 575px)';
$sm: 'only screen and (min-width: 576px) and (max-width: 767px)';*/

/* half circle mixin */

/*=========================
    1. Start COMMON css 
==========================*/

@font-face {
    font-family: 'Facto-Medium';
    src: url("../fonts/Facto-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Facto-Light';
    src: url("../fonts/Facto-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Facto-Bold';
    src: url("../fonts/Facto-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Facto-Light';
    src: url("../fonts/Facto-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Facto-Bold';
    src: url("../fonts/Facto-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* line 43, ../scss/_common.scss */

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

/* line 47, ../scss/_common.scss */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 52, ../scss/_common.scss */

html,
body {
    height: 100%;
    background: #fff;
    opacity: 1;
    transition: 1s opacity;
}

/* line 58, ../scss/_common.scss */

body {
    font-family: "Facto", sans-serif;
    font-weight: normal;
    color: #3258a6;
    font-size: 18px;
    line-height: 28px;
    overflow-x: hidden;
}

/* line 66, ../scss/_common.scss */

body.fade-out {
    opacity: 0;
    transition: none;
}

/* line 71, ../scss/_common.scss */

a {
    color: #2A6EBB;
    text-decoration: none;
    /*font-weight: normal;*/
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 76, ../scss/_common.scss */

a:hover,
a:focus {
    text-decoration: none;
}

/* line 81, ../scss/_common.scss */

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

/* line 89, ../scss/_common.scss */

i,
span,
a {
    display: inline-block;
}

/* line 94, ../scss/_common.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Facto", sans-serif;
    color: #3258a6;
    margin: 0px;
    margin-bottom: 0.5rem;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 107, ../scss/_common.scss */

h1 {
    font-size: 52px;
    line-height: 1.2;
}

/* line 111, ../scss/_common.scss */

h2 {
    font-size: 36px;
    line-height: 40px;
}

/* line 115, ../scss/_common.scss */

h3 {
    font-size: 28px;
    line-height: 36px;
    color: #646363;
}

/* line 120, ../scss/_common.scss */

h4 {
    font-size: 26px;
    line-height: 30px;
}

/* line 124, ../scss/_common.scss */

h5 {
    font-size: 22px;
    line-height: 28px;
}

/* line 128, ../scss/_common.scss */

h6 {
    font-size: 20px;
    line-height: 26px;
}

/* line 133, ../scss/_common.scss */

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

/* line 138, ../scss/_common.scss */

p {
    color: #3258a6;
    margin: 0px;
    margin-bottom: 1rem;
    letter-spacing: 0.1px;
}

/* line 144, ../scss/_common.scss */

.abstract {
    color: #36A7E9;
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
}

/* line 150, ../scss/_common.scss */

strong,
b {
    font-weight: bold;
}

/* line 151, ../scss/_common.scss */

small {
    font-size: 13px;
}

/* line 152, ../scss/_common.scss */

input,
textarea {
    display: inherit;
}

/* line 155, ../scss/_common.scss */

img {
    max-width: 100%;
}

@media (max-width: 991.98px) {
    /* line 160, ../scss/_common.scss */
    body {
        font-size: 18px;
        line-height: 1.4;
    }
    /* line 164, ../scss/_common.scss */
    h1 {
        font-size: 44px;
        line-height: 1.2;
    }
    /*h2 {
  	font-size: 28px;
  	line-height: 36px;
  }
  h3 {
  	font-size: 26px;
  	line-height: 30px;
  }
  h4 {
  	font-size: 22px;
  	line-height: 28px;
  }
  h5 {
  	font-size: 20px;
  	line-height: 26px;
  }
  h6 {
  	font-size: 18px;
  	line-height: 24px;
  }*/
}

@media (max-width: 767.98px) {
    /* line 191, ../scss/_common.scss */
    body {
        font-size: 18px;
        line-height: 1.4;
    }
    /* line 195, ../scss/_common.scss */
    h1 {
        font-size: 36px;
        line-height: 1.2;
    }
    /*h2 {
  	font-size: 28px;
  	line-height: 36px;
  }
  h3 {
  	font-size: 26px;
  	line-height: 30px;
  }
  h4 {
  	font-size: 22px;
  	line-height: 28px;
  }
  h5 {
  	font-size: 20px;
  	line-height: 26px;
  }
  h6 {
  	font-size: 18px;
  	line-height: 24px;
  }*/
}

@media (max-width: 575.98px) {
    /* line 222, ../scss/_common.scss */
    body {
        font-size: 16px;
        line-height: 1.4;
    }
    /* line 226, ../scss/_common.scss */
    h1 {
        font-size: 36px;
        line-height: 1.2;
    }
    /* line 230, ../scss/_common.scss */
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
    /* line 234, ../scss/_common.scss */
    h3 {
        font-size: 26px;
        line-height: 30px;
    }
    /* line 238, ../scss/_common.scss */
    h4 {
        font-size: 22px;
        line-height: 28px;
    }
    /* line 242, ../scss/_common.scss */
    h5 {
        font-size: 20px;
        line-height: 26px;
    }
    /* line 246, ../scss/_common.scss */
    h6 {
        font-size: 18px;
        line-height: 24px;
    }
    /* line 250, ../scss/_common.scss */
    .abstract {
        font-size: 20px;
    }
}

/* line 260, ../scss/_common.scss */

.z1 {
    z-index: 1;
}

/* line 261, ../scss/_common.scss */

.z2 {
    z-index: 2;
}

/* line 262, ../scss/_common.scss */

.z9 {
    z-index: 9;
}

/* line 263, ../scss/_common.scss */

.z99 {
    z-index: 99;
}

/* line 264, ../scss/_common.scss */

.z999 {
    z-index: 999;
}

/* line 265, ../scss/_common.scss */

.z9999 {
    z-index: 9999;
}

/* line 267, ../scss/_common.scss */

.tp-tabs {
    opacity: 1 !important;
    visibility: visible !important;
}

/* line 273, ../scss/_common.scss */

.desktop-wrap {
    display: block;
}

@media (max-width: 767.98px) {
    /* line 273, ../scss/_common.scss */
    .desktop-wrap {
        display: inline-block;
    }
}

@media (max-width: 575.98px) {
    /* line 273, ../scss/_common.scss */
    .desktop-wrap {
        display: inline-block;
    }
}

@media (max-width: 767.98px) {
    /* line 273, ../scss/_common.scss */
    .desktop-wrap {
        display: inline-block;
    }
}

/* line 286, ../scss/_common.scss */

.parallax-area {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 0px;
}

/* line 292, ../scss/_common.scss */

.parallax-area .overlay-2 {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    padding: 60px 0px 80px 0px;
}

/* line 300, ../scss/_common.scss */

.parallax-area .overlay-2.blue {
    background: rgba(18, 79, 145, 0.8);
}

/* line 303, ../scss/_common.scss */

.parallax-area .overlay-2.gold {
    background: rgba(233, 189, 118, 0.8);
}

/* line 309, ../scss/_common.scss */

.box-with-overlay {
    position: relative;
}

/* line 311, ../scss/_common.scss */

.box-with-overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0px;
    bottom: 0px;
    content: '';
}

/* line 321, ../scss/_common.scss */

.box-with-overlay.black-gradient:before {
    background: #020024;
    background: linear-gradient(0deg, #020024 0%, rgba(0, 0, 0, 0.6278886555) 0%, rgba(0, 0, 0, 0) 100%);
}

/* line 326, ../scss/_common.scss */

.box-with-overlay> :nth-child(1) {
    position: relative;
}

/* line 332, ../scss/_common.scss */

.overlay-3 {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
}

/* line 339, ../scss/_common.scss */

.overlay-3.black-gradient {
    background: #020024;
    background: linear-gradient(0deg, #020024 0%, black 0%, rgba(0, 0, 0, 0) 100%);
}

/* line 346, ../scss/_common.scss */

.more-link,
.prev-link {
    font-family: "Facto", sans-serif;
    color: #5b7abb;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

@media (max-width: 575.98px) {
    /* line 346, ../scss/_common.scss */
    .more-link,
    .prev-link {
        font-size: 16px;
    }
}

/* line 355, ../scss/_common.scss */

.more-link:hover,
.prev-link:hover {
    color: #3258a6;
}

/* line 358, ../scss/_common.scss */

.more-link.white-text,
.prev-link.white-text {
    color: #ffffff;
}

/* line 360, ../scss/_common.scss */

.more-link.white-text:hover,
.prev-link.white-text:hover {
    color: #D8AB62;
}

/* line 364, ../scss/_common.scss */

.more-link.with-icon,
.prev-link.with-icon {
    position: relative;
}

/* line 366, ../scss/_common.scss */

.more-link.with-icon:after,
.prev-link.with-icon:after {
    font-family: 'icomoon' !important;
    position: absolute;
    font-size: 10px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 374, ../scss/_common.scss */

.more-link.with-icon-before,
.prev-link.with-icon-before {
    margin-top: 15px;
    position: relative;
}

/* line 377, ../scss/_common.scss */

.more-link.with-icon-before:before,
.prev-link.with-icon-before:before {
    font-family: 'icomoon' !important;
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 387, ../scss/_common.scss */

.more-link.with-icon {
    padding-right: 30px;
}

/* line 389, ../scss/_common.scss */

.more-link.with-icon:after {
    content: '\e915';
    right: 0px;
}

/* line 393, ../scss/_common.scss */

.more-link.with-icon:hover:after {
    right: -5px;
}

/* line 399, ../scss/_common.scss */

.more-link.with-icon-before {
    padding-left: 30px;
}

/* line 401, ../scss/_common.scss */

.more-link.with-icon-before:before {
    content: '\e903';
    left: 0px;
}

/* line 405, ../scss/_common.scss */

.more-link.with-icon-before:hover:before {
    left: -5px;
}

/* line 411, ../scss/_common.scss */

.prev-link.with-icon {
    padding-left: 25px;
}

/* line 413, ../scss/_common.scss */

.prev-link.with-icon:after {
    content: '\e903';
    left: 0px;
}

/* line 417, ../scss/_common.scss */

.prev-link.with-icon:hover:after {
    left: -5px;
}

/* line 425, ../scss/_common.scss */

ul.default-list {
    margin-top: 0.875rem;
}

/* line 427, ../scss/_common.scss */

ul.default-list.two-column {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

@media (max-width: 767.98px) {
    /* line 427, ../scss/_common.scss */
    ul.default-list.two-column {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

@media (max-width: 575.98px) {
    /* line 427, ../scss/_common.scss */
    ul.default-list.two-column {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

@media (max-width: 767.98px) {
    /* line 427, ../scss/_common.scss */
    ul.default-list.two-column {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

/* line 448, ../scss/_common.scss */

ul.default-list li {
    /*margin-bottom: 16px; 
  display: flex;  */
    line-height: 1.3;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0.875rem;
    letter-spacing: 0.1px;
}

/* line 457, ../scss/_common.scss */

ul.default-list li:before {
    content: "\25A0";
    color: rgba(157, 32, 66, 0.8);
    font-weight: bold;
    /*display: inline-block; 
  float: left;
  width: 1em;
  margin-left: 0;
  position: relative;*/
    display: inline-block;
    vertical-align: middle;
    margin-left: -24px;
    margin-right: 15px;
    margin-top: -5px;
}

@media (max-width: 767.98px) {
    /* line 457, ../scss/_common.scss */
    ul.default-list li:before {
        font-size: 0.5rem;
    }
}

/* line 475, ../scss/_common.scss */

hr {
    background-color: #36A7E9;
    opacity: 0.10;
}

/* line 476, ../scss/_common.scss */

.gradient_bg {
    background: #f1f7fe;
    background: -moz-linear-gradient(0deg, rgba(241, 247, 254, 0) 50%, #f1f7fe 100%);
    background: -webkit-linear-gradient(0deg, rgba(241, 247, 254, 0) 50%, #f1f7fe 100%);
    background: linear-gradient(0deg, rgba(241, 247, 254, 0) 50%, #f1f7fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f7fe", endColorstr="#f1f7fe", GradientType=1);
}

/* line 483, ../scss/_common.scss */

.small-page-title {
    font-size: 24px;
    font-family: "Facto", sans-serif;
    color: #3563A0;
    text-transform: uppercase;
    margin: 0px 0 30px 0;
}

/***************************************************
  Hamburger
****************************************************/

/* line 494, ../scss/_common.scss */

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 35px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

/* line 515, ../scss/_common.scss */

.c-hamburger:focus {
    outline: none;
}

/* line 519, ../scss/_common.scss */

.c-hamburger span {
    display: block;
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0px;
    height: 3px;
    background: #36A7E9;
    border-radius: 10px;
}

/* line 530, ../scss/_common.scss */

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #36A7E9;
    content: "";
    border-radius: 10px;
}

/* line 542, ../scss/_common.scss */

.c-hamburger span::before {
    top: -10px;
}

/* line 546, ../scss/_common.scss */

.c-hamburger span::after {
    bottom: -10px;
}

/* line 550, ../scss/_common.scss */

.c-hamburger--htx {
    background: none;
}

/* line 554, ../scss/_common.scss */

.c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}

/* line 559, ../scss/_common.scss */

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}

/* line 567, ../scss/_common.scss */

.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

/* line 572, ../scss/_common.scss */

.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */

/* line 581, ../scss/_common.scss */

.c-hamburger--htx.is-active span {
    background: none;
}

/* line 585, ../scss/_common.scss */

.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #d81521;
}

/* line 593, ../scss/_common.scss */

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #d81521;
}

/* line 601, ../scss/_common.scss */

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

/***************************************************
  Menu Mobile
****************************************************/

/* line 609, ../scss/_common.scss */

#menu-mobile {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
    overflow: scroll;
    display: none;
    padding: 30px 20px 20px;
    background: url("../images/noga-watermark-transparent.png") no-repeat center center #02324d;
}

/* line 619, ../scss/_common.scss */

#menu-mobile>ul>li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    position: relative;
}

/* line 622, ../scss/_common.scss */

#menu-mobile>ul>li>a {
    padding: 10px 20px 10px 0;
    color: #FFF;
}

/* line 625, ../scss/_common.scss */

#menu-mobile>ul>li>a :hover {
    color: #DA291C;
}

/* line 629, ../scss/_common.scss */

#menu-mobile>ul>li.expanded a {
    color: #36A7E9;
}

/* line 632, ../scss/_common.scss */

#menu-mobile>ul>li .show-sub {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

/* line 640, ../scss/_common.scss */

#menu-mobile>ul>li .show-sub:before {
    content: '+';
    color: #FFF;
    font-size: 20px;
}

/* line 646, ../scss/_common.scss */

#menu-mobile>ul>li .show-sub.expanded:before {
    content: "-";
}

/* line 651, ../scss/_common.scss */

#menu-mobile>ul>li .sub-menu {
    padding: 0 20px 20px 0px;
    display: none;
}

/* line 655, ../scss/_common.scss */

#menu-mobile>ul>li .sub-menu>li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    position: relative;
    padding: 5px 10px 5px 20px;
}

/* line 660, ../scss/_common.scss */

#menu-mobile>ul>li .sub-menu>li a:before {
    width: 10px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 15px;
    content: "";
}

/***************************************************
  Section
****************************************************/

/* line 680, ../scss/_common.scss */

section {
    padding: 60px 0;
}

/* line 686, ../scss/_common.scss */

.section-title-white span.span,
.section-title-white h2 {
    color: #fff;
}

/* line 690, ../scss/_common.scss */

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* line 695, ../scss/_common.scss */

.parallax-bg {
    background-attachment: fixed;
}

/* line 698, ../scss/_common.scss */

.slick-slide {
    outline: 0;
}

/* line 702, ../scss/_common.scss */

ul.social-link li {
    display: inline-block;
}

/* line 706, ../scss/_common.scss */

.form_group {
    position: relative;
}

/* line 709, ../scss/_common.scss */

.form_control {
    width: 100%;
    padding: 0 30px;
    height: 55px;
    border: none;
}

/* line 715, ../scss/_common.scss */

textarea.form_control {
    padding-top: 15px;
    display: inherit;
}

/* line 720, ../scss/_common.scss */

.section-title.section-title-left {
    text-align: left;
}

/* line 723, ../scss/_common.scss */

.section-title.section-title-left span.sub-title:after {
    display: none;
}

/* line 728, ../scss/_common.scss */

.section-title.section-title-right {
    text-align: right;
}

/* line 731, ../scss/_common.scss */

.section-title.section-title-right span.sub-title:before {
    display: none;
}

/* line 737, ../scss/_common.scss */

.section-title.section-title-white h2 {
    color: #fff;
}

@media (max-width: 991.98px) {
    /* line 741, ../scss/_common.scss */
    .section-title h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 767.98px) {
    /* line 741, ../scss/_common.scss */
    .section-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    /* line 741, ../scss/_common.scss */
    .section-title h2 {
        font-size: 32px;
        line-height: 45px;
    }
}

@media (max-width: 575.98px) {
    /* line 741, ../scss/_common.scss */
    .section-title h2 {
        font-size: 28px;
        line-height: 40px;
    }
}

/* line 759, ../scss/_common.scss */

span.sub-title {
    position: relative;
    margin-bottom: 15px;
    display: block;
    font-size: 22px;
    font-weight: 700;
    font-family: "Muli", sans-serif;
    color: #36A7E9;
}

@media (max-width: 767.98px) {
    /* line 759, ../scss/_common.scss */
    span.sub-title {
        font-size: 15px;
    }
}

/* line 770, ../scss/_common.scss */

span.sub-title:after,
span.sub-title:before {
    display: inline-block;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #36A7E9;
    vertical-align: middle;
}

/* line 778, ../scss/_common.scss */

span.sub-title:before {
    margin-right: 30px;
}

@media (max-width: 767.98px) {
    /* line 778, ../scss/_common.scss */
    span.sub-title:before {
        margin-right: 10px;
    }
}

/* line 784, ../scss/_common.scss */

span.sub-title:after {
    margin-left: 30px;
}

@media (max-width: 767.98px) {
    /* line 784, ../scss/_common.scss */
    span.sub-title:after {
        margin-left: 10px;
    }
}

/* line 791, ../scss/_common.scss */

.bg-with-overlay {
    position: relative;
    z-index: 1;
}

/* line 794, ../scss/_common.scss */

.bg-with-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(22, 37, 66, 0.9);
    z-index: -1;
}

/* line 805, ../scss/_common.scss */

.bg-with-overlay.bg-with-overlay-two:after {
    background-color: rgba(25, 23, 21, 0.86);
}

/*===== Fake Select =====*/

/* line 813, ../scss/_common.scss */

.filter-area .col {
    margin-right: 15px;
}

/* line 817, ../scss/_common.scss */

.fake-select {
    min-width: 200px;
    border: 1px solid #CBCBCB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 15px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 824, ../scss/_common.scss */

.fake-select.active {
    background: #E9BD76;
    color: #2C3469;
}

/* line 827, ../scss/_common.scss */

.fake-select.active .fk-toggle {
    color: #2C3469 !important;
    border: 1px solid #2c3469 !important;
}

/* line 832, ../scss/_common.scss */

.fake-select .fk-label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Facto';
    font-weight: 500;
    color: #2C3469;
}

/* line 839, ../scss/_common.scss */

.fake-select .fk-label .fk-toggle {
    position: absolute;
    right: 5px;
    color: #E9BD76;
    border-radius: 50%;
    border: 1px solid #E9BD76;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 13px;
    margin-top: 4px;
}

/* line 851, ../scss/_common.scss */

.fake-select ul {
    display: none;
    position: absolute;
    top: -webkit-calc(100% - 5px);
    top: -moz-calc(100% - 5px);
    top: calc(100% - 5px);
    left: -1px;
    min-width: 200px;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #cbcbcb;
    padding: 10px;
    z-index: 99;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
}

/* line 869, ../scss/_common.scss */

.fake-select ul>li {
    color: #000;
    font-size: 15px;
    font-family: 'Facto';
    padding-left: 5px;
}

/*===== All bg =====*/

/* line 880, ../scss/_common.scss */

.light-bg {
    background-color: rgba(22, 37, 66, 0.05);
}

/* line 883, ../scss/_common.scss */

.blue-bg {
    background-color: #36A7E9;
}

/*===== Extend Css =====*/

/*===== All Button Style =====*/

/* line 898, ../scss/_common.scss */

button {
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 903, ../scss/_common.scss */

.main-btn {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    /*width: fit-content;*/
    z-index: 1;
    padding: 12px 30px;
    color: #36A7E9 !important;
    font-size: 18px;
    font-weight: bold !important;
    line-height: 24px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    font-family: "Facto", sans-serif;
}

/* line 917, ../scss/_common.scss */

.main-btn.right-arrow {
    position: relative;
    padding-right: 45px;
}

/* line 920, ../scss/_common.scss */

.main-btn.right-arrow:after {
    font-family: 'icomoon' !important;
    position: absolute;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: '\e902';
    right: 10px;
}

/* line 928, ../scss/_common.scss */

.main-btn.right-arrow:hover:after {
    right: 15px;
}

/* line 933, ../scss/_common.scss */

.main-btn.red-hover:hover {
    border: 1px solid #DA291C;
    background-color: #DA291C;
}

/* line 936, ../scss/_common.scss */

.main-btn.red-hover:hover:hover {
    border-color: #DA291C;
}

/* line 938, ../scss/_common.scss */

.main-btn.red-hover:hover:hover:before {
    background-color: #DA291C;
}

/* line 943, ../scss/_common.scss */

.main-btn.red-hover:active {
    background-color: #DA291C;
}

/* line 946, ../scss/_common.scss */

.main-btn.red-hover:before {
    background-color: #DA291C;
}

/* line 950, ../scss/_common.scss */

.main-btn:hover {
    color: #fff;
    border: 1px solid #3258a6;
    background-color: #3258a6;
}

/* line 954, ../scss/_common.scss */

.main-btn:hover:before {
    bottom: 0;
}

/* line 958, ../scss/_common.scss */

.main-btn:focus {
    color: #fff;
}

/* line 961, ../scss/_common.scss */

.main-btn:active {
    color: #fff;
    background-color: #3258a6;
}

/* line 965, ../scss/_common.scss */

.main-btn:before {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #3258a6;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 976, ../scss/_common.scss */

.main-btn .btn-icon {
    padding-right: 5px;
    font-size: 24px;
    opacity: 0.8;
}

/* line 981, ../scss/_common.scss */

.main-btn.btn-med {
    padding: 8px 25px !important;
    font-size: 14px;
}

/* line 984, ../scss/_common.scss */

.main-btn.btn-med .btn-icon {
    font-size: 20px;
    opacity: 0.8;
}

/* line 989, ../scss/_common.scss */

.main-btn.btn-small {
    padding: 4px 20px !important;
    font-size: 13px;
}

/* line 992, ../scss/_common.scss */

.main-btn.btn-small .btn-icon {
    font-size: 18px;
    opacity: 0.8;
}

/* line 997, ../scss/_common.scss */

.main-btn.filled-btn {
    background-color: #36A7E9;
    border: 1px solid #36A7E9;
    color: #fff !important;
}

/* line 1002, ../scss/_common.scss */

.main-btn.no-fill {
    border: none;
    background-color: transparent;
    color: #36A7E9 !important;
}

/* line 1008, ../scss/_common.scss */

.main-btn:hover {
    border-color: #3258a6;
    color: #fff !important;
}

/* line 1011, ../scss/_common.scss */

.main-btn:hover:before {
    background-color: #3258a6;
}

@media (max-width: 767.98px) {
    /* line 903, ../scss/_common.scss */
    .main-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    /* line 1019, ../scss/_common.scss */
    .main-btn.btn-small {
        padding: 4px 10px !important;
    }
}

/*===== Alert Announcement Style =====*/

/* line 1027, ../scss/_common.scss */

.alert-wrapper {
    background-color: #36A7E9;
}

/* line 1029, ../scss/_common.scss */

.alert-wrapper .alert-announcement {
    margin-bottom: 0;
    background-color: #36A7E9;
    color: #fff;
    border: none;
    border-radius: 0;
}

/* line 1036, ../scss/_common.scss */

.alert-wrapper .alert-announcement h6 {
    color: #fff;
    padding-bottom: 5px;
}

/* line 1040, ../scss/_common.scss */

.alert-wrapper .alert-announcement p {
    color: #D9D8D6;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}

/* line 1046, ../scss/_common.scss */

.alert-wrapper .alert-announcement .btn-close {
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: none;
    right: 10px;
    top: -5px;
    outline: none;
    border: none;
}

/* line 1054, ../scss/_common.scss */

.alert-wrapper .alert-announcement .btn-close span {
    font-size: 32px;
}

/*===== Text Link Style =====*/

/* line 1062, ../scss/_common.scss */

.text-link {
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 3px;
    position: relative;
    color: #36A7E9;
}

/* line 1072, ../scss/_common.scss */

.text-link:after {
    content: "\e409";
    font-family: "Facto", sans-serif;
    color: #646363;
    opacity: 0.5;
    font-size: 20px;
    line-height: 0.85;
    font-weight: 300;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 1px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 1086, ../scss/_common.scss */

.text-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 3px;
    cursor: pointer;
}

/* line 1092, ../scss/_common.scss */

.text-link:hover:after {
    right: -23px;
}

/* line 1095, ../scss/_common.scss */

.text-link.white {
    color: #fff;
    opacity: 0.8;
}

/* line 1098, ../scss/_common.scss */

.text-link.white:after {
    color: #fff;
    opacity: 0.5;
}

/* line 1102, ../scss/_common.scss */

.text-link.white:hover {
    color: #fff;
    opacity: 1;
}

/*===== Card Style =====*/

/* line 1111, ../scss/_common.scss */

.card {
    width: 100%;
    border: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D8D8D8;
}

/* line 1119, ../scss/_common.scss */

.card .container-icon {
    margin-bottom: 20px;
    text-align: left;
}

@media (max-width: 767.98px) {
    /* line 1119, ../scss/_common.scss */
    .card .container-icon {
        margin-top: 0;
    }
}

/* line 1125, ../scss/_common.scss */

.card .container-icon img {
    margin-bottom: 0;
    max-height: 50px;
}

/* line 1132, ../scss/_common.scss */

.card-body {
    padding: 30px;
}

/* line 1133, ../scss/_common.scss */

.card p {
    font-size: 18px;
    line-height: 1.2;
}

/* line 1134, ../scss/_common.scss */

.card-icon {
    background-color: #F1F7FE;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

/* line 1135, ../scss/_common.scss */

.card:hover {
    background-color: #3258a6;
}

/* line 1136, ../scss/_common.scss */

.card:hover h5 {
    color: #fff;
}

/* line 1137, ../scss/_common.scss */

.card:hover p {
    color: #D9D8D6;
}

/* line 1138, ../scss/_common.scss */

.card:hover hr {
    background-color: #fff;
}

/*
    nice select css
*/

/* line 1143, ../scss/_common.scss */

.nice-select {
    outline: none;
}

/* line 1146, ../scss/_common.scss */

.nice-select.open:after {
    transform: none;
}

/* line 1150, ../scss/_common.scss */

.nice-select:after {
    content: "\e920";
    font-family: 'icomoon';
    right: 20px;
    font-size: 12px;
    font-weight: 400;
    transform: none;
    border: none;
    top: 0;
    margin-top: 0;
    color: #2E2E2E;
}

/* line 1162, ../scss/_common.scss */

.nice-select .list {
    width: 100%;
}

/*
    search 
*/

/* line 1169, ../scss/_common.scss */

#search-modal {
    background: rgba(23, 26, 33, 0.85);
}

/* line 1171, ../scss/_common.scss */

#search-modal .modal-content {
    background: 0 0;
    box-shadow: none;
    border: none;
}

/* line 1175, ../scss/_common.scss */

#search-modal .modal-content:focus {
    box-shadow: none;
}

/* line 1179, ../scss/_common.scss */

#search-modal .form_control {
    padding-left: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
    margin-bottom: 0;
    height: 50px;
}

/* line 1187, ../scss/_common.scss */

#search-modal .form_control:focus {
    border-color: #36A7E9;
}

/* line 1190, ../scss/_common.scss */

#search-modal .form_control::placeholder {
    color: #fff;
}

/* line 1194, ../scss/_common.scss */

#search-modal .search_btn {
    position: absolute;
    background: transparent;
    top: 10px;
    right: 10px;
    color: #fff;
}

/*
    Start Preloader css
*/

/* line 1205, ../scss/_common.scss */

.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 99999;
}

/* line 1215, ../scss/_common.scss */

.preloader .loader {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 9999;
    animation: loadershake infinite 1s linear;
}

@keyframes loadershake {
    0% {
        transform: rotateY(5deg);
    }
    50% {
        transform: rotateY(45deg);
    }
    100% {
        transform: rotateY(5deg);
    }
}

/*
    End Preloader css
*/

/***************************************************
  Owl Carousel 2
****************************************************/

/* line 1245, ../scss/_common.scss */

.owl-carousel.with-border-top {
    padding-top: 3rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
}

/* line 1257, ../scss/_common.scss */

.owl-carousel h3 {
    font-size: 22px;
    line-height: 1.3em;
}

/*
    Start scroll_up css
*/

/* line 1301, ../scss/_common.scss */

.back-to-top {
    background: #36A7E9;
    border-radius: 50%;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    z-index: 337;
}

/* line 1318, ../scss/_common.scss */

.back-to-top:hover,
.back-to-top:focus {
    background: #0c1b36;
    color: #fff;
}

/*
    End scroll_up css
*/

@keyframes play {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 0;
    }
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

/*===== Subpage Banner =====*/

/* line 1345, ../scss/_common.scss */

section.subpage-banner {
    background-color: #F1F7FE;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

/* line 1350, ../scss/_common.scss */

section.subpage-banner:before {
    content: "";
    width: 50%;
    height: 600px;
    background-color: #D9E9FC;
    border-radius: 0 50% 50% 0;
    position: absolute;
    top: -300px;
    left: 0;
    z-index: 1;
}

/* line 1361, ../scss/_common.scss */

section.subpage-banner .z2 {
    position: relative;
}

@media (max-width: 575.98px) {
    /* line 1345, ../scss/_common.scss */
    section.subpage-banner {
        padding: 30px 0;
    }
    /* line 1366, ../scss/_common.scss */
    section.subpage-banner:before {
        height: 300px;
        top: -150px;
    }
}

/* line 1373, ../scss/_common.scss */

.breadcrumb-wrapper {
    border-bottom: solid 1px rgba(1, 46, 93, 0.1);
    padding: 10px 0;
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
}

/* line 1381, ../scss/_common.scss */

.breadcrumb-wrapper .breadcrumbs-link li {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}

/* line 1385, ../scss/_common.scss */

.breadcrumb-wrapper .breadcrumbs-link li:first-child a:before {
    content: "\f015";
    font-family: "Font Awesome 5 Pro";
    color: #646363;
    opacity: 0.6;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding-right: 5px;
}

/* line 1396, ../scss/_common.scss */

.breadcrumb-wrapper .breadcrumbs-link li:last-child:after {
    display: none;
}

/* line 1400, ../scss/_common.scss */

.breadcrumb-wrapper .breadcrumbs-link li.active {
    color: #3258a6;
}

/* line 1403, ../scss/_common.scss */

.breadcrumb-wrapper .breadcrumbs-link li:after {
    display: inline-block;
    content: '\f105';
    margin-left: 10px;
    margin-right: 5px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-family: "Font Awesome 5 Pro";
    color: #646363;
    opacity: 0.5;
    vertical-align: middle;
}

/* line 1416, ../scss/_common.scss */

.breadcrumb-wrapper .breadcrumbs-link li a {
    color: #2A6EBB;
}

/* line 1418, ../scss/_common.scss */

.breadcrumb-wrapper .breadcrumbs-link li a:hover {
    color: #DA291C;
}

/* line 1425, ../scss/_common.scss */

.breadcrumb-wrapper .addthis_inline_share_toolbox {
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    /* line 1425, ../scss/_common.scss */
    .breadcrumb-wrapper .addthis_inline_share_toolbox {
        margin-top: 10px;
    }
}

@media (max-width: 991.98px) {
    /* line 1373, ../scss/_common.scss */
    .breadcrumb-wrapper {
        flex-direction: column;
        justify-content: flex-start;
    }
}

/* line 1438, ../scss/_common.scss */

.side-menu-wrapper {
    position: sticky;
    top: 150px;
}

/* line 1441, ../scss/_common.scss */

.side-menu-wrapper p.otp {
    opacity: 0.4;
}

/* line 1445, ../scss/_common.scss */

.side-menu-wrapper .side-menu li {
    line-height: 1.5rem;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

/* line 1450, ../scss/_common.scss */

.side-menu-wrapper .side-menu li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    margin-left: -15px;
    position: absolute;
    font-weight: bold;
    opacity: 0.5;
    top: 2px;
}

@media (max-width: 1199.98px) {
    /* line 1438, ../scss/_common.scss */
    .side-menu-wrapper {
        top: 50px;
    }
}

/*===== Accordion =====*/

/*====================
    End COMMON css 
======================*/

/* line 1506, ../scss/_common.scss */

.sub-heading {
    font-weight: 500;
    color: #D8AB62;
    font-size: 16px;
    font-family: "Facto";
    text-transform: uppercase;
}

/***************************************************
  Noga Slider
****************************************************/

/* line 14, ../scss/style.scss */

#noga_slider_wrapper {
    height: 800px !important;
    width: 100% !important;
    left: 0px !important;
    background-color: #3258a6 !important;
}

/* line 19, ../scss/style.scss */

#noga_slider_wrapper .slider-title {
    font-family: "Facto", sans-serif;
    color: #36A7E9;
}

/* line 22, ../scss/style.scss */

#noga_slider_wrapper .slider-title .highlight {
    color: #E0362E;
}

/* line 26, ../scss/style.scss */

#noga_slider_wrapper .slider-excerpt {
    font-family: "Facto", sans-serif;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
}

/* line 32, ../scss/style.scss */

#noga_slider_wrapper .slider-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #3258a6;
    color: #3258a6;
    font-family: "Facto", sans-serif !important;
    padding: 7px 30px 0 30px !important;
    font-size: 18px;
}

@media (max-width: 767.98px) {
    /* line 32, ../scss/style.scss */
    #noga_slider_wrapper .slider-button {
        min-width: 110px !important;
        text-align: center !important;
    }
}

@media (max-width: 575.98px) {
    /* line 32, ../scss/style.scss */
    #noga_slider_wrapper .slider-button {
        min-width: 110px !important;
        font-size: 14px;
        line-height: 34px;
    }
}

/* line 48, ../scss/style.scss */

#noga_slider_wrapper .slider-button i {
    color: #36A7E9 !important;
}

/* line 51, ../scss/style.scss */

#noga_slider_wrapper .slider-button.btn1 {
    background: #5b7abb;
    color: #3258a6;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    /* line 51, ../scss/style.scss */
    #noga_slider_wrapper .slider-button.btn1 {
        min-width: 110px !important;
        font-size: 14px;
        line-height: 34px;
    }
}

/* line 63, ../scss/style.scss */

#noga_slider_wrapper .slider-button.btn2 {
    background: transparent;
    color: #E9BD76;
}

@media (max-width: 575.98px) {
    /* line 63, ../scss/style.scss */
    #noga_slider_wrapper .slider-button.btn2 {
        min-width: 110px !important;
        font-size: 14px;
        line-height: 34px;
    }
}

/* line 75, ../scss/style.scss */

#noga_slider_wrapper .rs-background-video-layer .tp-video-play-button {
    z-index: 9;
    display: none !important;
    opacity: 1;
    background: transparent !important;
    left: 85% !important;
}

/* line 82, ../scss/style.scss */

#noga_slider_wrapper .rs-background-video-layer .tp-video-play-button:before {
    content: '\e900';
    font-family: "icomoon";
    font-size: 70px;
    color: #36A7E9;
}

/* line 88, ../scss/style.scss */

#noga_slider_wrapper .rs-background-video-layer .tp-video-play-button:after,
#noga_slider_wrapper .rs-background-video-layer .tp-video-play-button .tp-revstop:after,
#noga_slider_wrapper .rs-background-video-layer .tp-video-play-button .revicon-right-dir:before,
#noga_slider_wrapper .rs-background-video-layer .tp-video-play-button .revicon-right-dir:after {
    background: transparent !important;
    display: none !important;
}

@media (max-width: 767.98px) {
    /* line 75, ../scss/style.scss */
    #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    /* line 75, ../scss/style.scss */
    #noga_slider_wrapper .rs-background-video-layer .tp-video-play-button {
        display: none !important;
    }
}

/* line 100, ../scss/style.scss */

#noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button {
    z-index: 9;
    display: none !important;
    opacity: 1;
    background: transparent !important;
}

/* line 105, ../scss/style.scss */

#noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button:before {
    content: '\e904';
    font-family: "icomoon";
    font-size: 70px;
    color: #36A7E9;
}

/* line 111, ../scss/style.scss */

#noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button:after,
#noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button .tp-revstop:after,
#noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button .revicon-right-dir:before,
#noga_slider_wrapper .rs-background-video-layer.videoisplaying .tp-video-play-button .revicon-right-dir:after {
    background: transparent !important;
    display: none !important;
}

@media (max-width: 767.98px) {
    /* line 99, ../scss/style.scss */
    #noga_slider_wrapper .rs-background-video-layer.videoisplaying {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    /* line 99, ../scss/style.scss */
    #noga_slider_wrapper .rs-background-video-layer.videoisplaying {
        display: none !important;
    }
}

/* line 125, ../scss/style.scss */

#noga_slider_wrapper .slotholder {
    position: relative;
}

/* line 127, ../scss/style.scss */

#noga_slider_wrapper .slotholder ::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.99);
    top: 0;
    left: 0;
    content: '';
    opacity: 0.4;
}

/* line 140, ../scss/style.scss */

#noga_slider_wrapper .tparrows {
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin: 10px;
    color: white;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    font-size: 15px;
    width: 60px;
    height: 60px;
    line-height: 140px;
}

/* line 152, ../scss/style.scss */

#noga_slider_wrapper .tparrows.tp-leftarrow {
    border-radius: 50%;
    left: -110px !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: 40% !important;
}

/* line 158, ../scss/style.scss */

#noga_slider_wrapper .tparrows.tp-leftarrow:before {
    content: "\e903";
    font-family: 'icomoon';
    text-align: right;
    position: absolute;
    right: 22px;
    top: 10px;
    font-size: 12px;
    color: #5b7abb;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 170, ../scss/style.scss */

#noga_slider_wrapper .tparrows.tp-leftarrow:hover:before {
    color: #ffffff;
}

/* line 175, ../scss/style.scss */

#noga_slider_wrapper .tparrows.tp-rightarrow {
    border-radius: 50%;
    left: auto !important;
    right: -190px !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: 40% !important;
}

/* line 182, ../scss/style.scss */

#noga_slider_wrapper .tparrows.tp-rightarrow:before {
    content: "\e902";
    font-family: 'icomoon';
    text-align: left;
    position: absolute;
    left: 22px;
    top: 10px;
    font-size: 12px;
    color: #5b7abb;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 194, ../scss/style.scss */

#noga_slider_wrapper .tparrows.tp-rightarrow:hover:before {
    color: #ffffff;
}

/* line 200, ../scss/style.scss */

#noga_slider_wrapper .icon-scroll {
    position: absolute;
    left: 50%;
    z-index: 99;
    width: 25px;
    height: 40px;
    margin-left: -20px;
    bottom: 12%;
    margin-top: -35px;
    cursor: pointer;
    border-radius: 25px;
    background: transparent;
    border: 2px solid #fff;
}

@media (max-width: 767.98px) {
    /* line 200, ../scss/style.scss */
    #noga_slider_wrapper .icon-scroll {
        left: 52%;
        bottom: 10%;
    }
}

/* line 218, ../scss/style.scss */

#noga_slider_wrapper .icon-scroll:before {
    position: absolute;
    left: 62%;
    z-index: 99;
    content: '';
    width: 3px;
    height: 5px;
    background: #fff;
    border-radius: 2px;
    margin-left: -4px;
    top: 8px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

/* line 238, ../scss/style.scss */

#noga_slider_wrapper .rs-background-video-layer {
    visibility: inherit !important;
    opacity: 1 !important;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

/***************************************************
  Home About
****************************************************/

@media (max-width: 767.98px) {
    /* line 271, ../scss/style.scss */
    .home-about {
        padding-top: 130px;
    }
}

/***************************************************
  Home Portfolio
****************************************************/

/* line 279, ../scss/style.scss */

.home-portfolio {
    padding-bottom: 0;
}

/* line 281, ../scss/style.scss */

.home-portfolio .carousel-portfolio {
    background: #F7F7F7;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    margin-bottom: -20px;
    position: relative;
}

/* line 290, ../scss/style.scss */

.home-portfolio .carousel-portfolio .owl-nav {
    position: absolute;
    right: 30px;
    top: -60px;
}

@media (max-width: 767.98px) {
    /* line 290, ../scss/style.scss */
    .home-portfolio .carousel-portfolio .owl-nav {
        right: 40px !important;
        top: -80px;
    }
}

/* line 299, ../scss/style.scss */

.home-portfolio .carousel-portfolio .item {
    text-align: center;
    position: relative;
}

/* line 302, ../scss/style.scss */

.home-portfolio .carousel-portfolio .item img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    max-height: 80px;
    width: auto;
    margin: 0 auto;
}

/* line 310, ../scss/style.scss */

.home-portfolio .carousel-portfolio .item img:hover {
    -webkit-filter: none;
    filter: none;
}

/* line 318, ../scss/style.scss */

.home-portfolio .carousel-portfolio .owl-item.active.center img {
    -webkit-filter: none;
    filter: none;
}

/* line 322, ../scss/style.scss */

.home-portfolio .carousel-portfolio .owl-item.active.center .item {
    position: relative;
}

/* line 324, ../scss/style.scss */

.home-portfolio .carousel-portfolio .owl-item.active.center .item::before {
    content: '\f0d7';
    font-family: "FontAwesome";
    position: absolute;
    bottom: -50px;
    left: 50%;
    z-index: 99;
}

/* line 337, ../scss/style.scss */

.home-portfolio .carousel-outer-wrapper {
    position: relative;
}

/* line 339, ../scss/style.scss */

.home-portfolio .carousel-outer-wrapper .arrow {
    position: absolute;
    bottom: -28px;
    left: 49%;
    z-index: 999;
    color: #F7F7F7;
}

/* line 345, ../scss/style.scss */

.home-portfolio .carousel-outer-wrapper .arrow i {
    font-size: 40px;
}

/* line 351, ../scss/style.scss */

.home-portfolio .portfolio-item-stats {
    background: url("../images/portfolio-details-bg.jpg");
    background-size: cover;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    color: #fff;
    padding: 80px 0 70px;
}

/* line 361, ../scss/style.scss */

.home-portfolio .portfolio-item-stats>.container {
    position: relative;
}

/* line 364, ../scss/style.scss */

.home-portfolio .portfolio-item-stats:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(2, 50, 77, 0.9);
    top: 0;
    left: 0;
    z-index: 0;
}

/* line 374, ../scss/style.scss */

.home-portfolio .portfolio-item-stats .portfolio-stats {
    display: none;
}

/* line 376, ../scss/style.scss */

.home-portfolio .portfolio-item-stats .portfolio-stats:first-child {
    display: block;
}

/* line 379, ../scss/style.scss */

.home-portfolio .portfolio-item-stats .portfolio-stats .stats-inner {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 0px;
}

/* line 384, ../scss/style.scss */

.home-portfolio .portfolio-item-stats .portfolio-stats h2 {
    margin-bottom: 30px;
}

/* line 387, ../scss/style.scss */

.home-portfolio .portfolio-item-stats .portfolio-stats h5 {
    margin-bottom: 0px;
}

/* line 390, ../scss/style.scss */

.home-portfolio .portfolio-item-stats .portfolio-stats .container-icon {
    text-align: center;
}

@media (max-width: 767.98px) {
    /* line 390, ../scss/style.scss */
    .home-portfolio .portfolio-item-stats .portfolio-stats .container-icon {
        margin-top: 40px;
    }
}

/* line 395, ../scss/style.scss */

.home-portfolio .portfolio-item-stats .portfolio-stats .container-icon h3 {
    margin-bottom: 0;
}

/* line 398, ../scss/style.scss */

.home-portfolio .portfolio-item-stats .portfolio-stats .container-icon img {
    max-width: 70px;
    margin-bottom: 25px;
}

@media (max-width: 767.98px) {
    /* line 398, ../scss/style.scss */
    .home-portfolio .portfolio-item-stats .portfolio-stats .container-icon img {
        max-width: 50px;
        margin-bottom: 15px;
    }
}

/* line 406, ../scss/style.scss */

.home-portfolio .portfolio-item-stats .portfolio-stats .container-icon>div {
    color: #fff;
}

/***************************************************
  Home Projects
****************************************************/

/* line 421, ../scss/style.scss */

.home-projects .overview-projects {
    background: var(--main-color);
    padding: 50px;
    min-height: 540px;
}

@media (max-width: 767.98px) {
    /* line 421, ../scss/style.scss */
    .home-projects .overview-projects {
        min-height: 0px;
    }
}

@media (max-width: 767.98px) {
    /* line 421, ../scss/style.scss */
    .home-projects .overview-projects {
        min-height: 0px;
    }
}

@media (max-width: 767.98px) {
    /* line 432, ../scss/style.scss */
    .home-projects .carousel-projects {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    /* line 432, ../scss/style.scss */
    .home-projects .carousel-projects {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    /* line 439, ../scss/style.scss */
    .home-projects .carousel-projects .owl-nav {
        right: auto;
        left: 50%;
        top: 103%;
    }
}

@media (max-width: 767.98px) {
    /* line 439, ../scss/style.scss */
    .home-projects .carousel-projects .owl-nav {
        right: auto;
        left: 50%;
        top: 103%;
    }
}

/* line 451, ../scss/style.scss */

.home-projects .carousel-projects .item {
    min-height: 540px;
    border-bottom: 1px solid #D8D8D8;
    cursor: pointer;
}

/* line 455, ../scss/style.scss */

.home-projects .carousel-projects .item:hover {
    border-bottom-color: #DA291C;
}

/* line 457, ../scss/style.scss */

.home-projects .carousel-projects .item:hover a {
    color: #DA291C;
}

/* line 461, ../scss/style.scss */

.home-projects .carousel-projects .item h3 {
    margin: 20px 0 30px;
    font-size: 28px;
    line-height: 1.2em;
}

/***************************************************
  Home Press Releases
****************************************************/

/* line 477, ../scss/style.scss */

.home-press-release .featured-news .featured-news-image {
    position: relative;
}

/* line 479, ../scss/style.scss */

.home-press-release .featured-news .featured-news-image .published-date {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 20px 20px 15px;
    color: #fff;
    font-family: "Facto", sans-serif;
    text-align: center;
    background: rgba(54, 167, 233, 0.8);
}

@media (max-width: 767.98px) {
    /* line 479, ../scss/style.scss */
    .home-press-release .featured-news .featured-news-image .published-date {
        left: 10px;
        bottom: 10px;
    }
}

/* line 492, ../scss/style.scss */

.home-press-release .featured-news .featured-news-image .published-date .date {
    font-family: "Facto", sans-serif;
    font-size: 36px;
    display: block;
    margin-bottom: 0px;
}

/* line 504, ../scss/style.scss */

.home-press-release .news-listing {
    padding-left: 30px;
}

@media (max-width: 767.98px) {
    /* line 504, ../scss/style.scss */
    .home-press-release .news-listing {
        padding-left: 0px;
    }
}

@media (max-width: 767.98px) {
    /* line 508, ../scss/style.scss */
    .home-press-release .news-listing .main-btn {
        margin-left: 0;
    }
}

/* line 515, ../scss/style.scss */

.home-press-release .news-listing .news-item {
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
    width: 90%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    /* line 515, ../scss/style.scss */
    .home-press-release .news-listing .news-item {
        width: 100%;
    }
}

/* line 524, ../scss/style.scss */

.home-press-release .news-listing .news-item:hover {
    border-bottom: 1px solid #DA291C;
}

/* line 527, ../scss/style.scss */

.home-press-release .news-listing .news-item:first-child {
    padding-top: 0;
}

@media (max-width: 767.98px) {
    /* line 527, ../scss/style.scss */
    .home-press-release .news-listing .news-item:first-child {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #D8D8D8;
    }
}

/* line 535, ../scss/style.scss */

.home-press-release .news-listing .news-item:last-child {
    border-bottom: none;
}

/* line 538, ../scss/style.scss */

.home-press-release .news-listing .news-item h5 {
    font-family: "Facto", sans-serif;
}

/* line 541, ../scss/style.scss */

.home-press-release .news-listing .news-item .published-date {
    font-size: 16px;
    color: rgba(4, 63, 95, 0.75);
}

@media (max-width: 767.98px) {
    /* line 549, ../scss/style.scss */
    .home-press-release .more-news-btn {
        margin-left: 0;
    }
}

/***************************************************
  Home Financial Highlights
****************************************************/

/***************************************************
  Business Operations
****************************************************/

/* line 571, ../scss/style.scss */

.home-business-operations .left-text-right-icon {
    margin-top: 20px;
}

/* line 573, ../scss/style.scss */

.home-business-operations .left-text-right-icon:first-child {
    margin-top: 0;
}

/* line 576, ../scss/style.scss */

.home-business-operations .left-text-right-icon .icon {
    float: left;
    width: 70px;
    margin-right: 20px;
}

/* line 581, ../scss/style.scss */

.home-business-operations .left-text-right-icon .text {
    float: right;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
}

/***************************************************
  Burger menu
****************************************************/

/* line 596, ../scss/style.scss */

.burger-menu {
    position: absolute;
    top: 55px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 20px;
    height: 17px;
    cursor: pointer;
    transition: -webkit-transform 330ms ease-out;
    transition: transform 330ms ease-out;
    transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
}

/* line 614, ../scss/style.scss */

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* line 619, ../scss/style.scss */

.line-menu {
    width: 100%;
    height: 3px;
    background-color: #111;
    border-radius: 2px;
}

/* line 626, ../scss/style.scss */

.line-menu.line-half {
    width: 50%;
}

/* line 630, ../scss/style.scss */

.line-menu.first-line {
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

/* line 638, ../scss/style.scss */

.line-menu.last-line {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

/* line 648, ../scss/style.scss */

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
}

/* line 653, ../scss/style.scss */

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}

/***************************************************
  Menu icons
****************************************************/

/* line 661, ../scss/style.scss */

.navik-menu {
    margin-top: 0;
}

/* line 664, ../scss/style.scss */

.navik-menu>li {
    position: relative;
}

/* line 673, ../scss/style.scss */

.navik-menu .navik-menu-icon {
    margin-right: 5px;
    color: #a1a1a1;
}

/* line 678, ../scss/style.scss */

.navik-menu-overlay .navik-menu-icon {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

/* line 684, ../scss/style.scss */

.navik-menu-overlay>ul ul li a .navik-menu-icon {
    top: -1px;
    margin-right: 7px;
}

/* line 689, ../scss/style.scss */

.menu-slide .navik-menu-overlay>ul ul li a .navik-menu-icon {
    margin-right: 5px;
}

/* line 693, ../scss/style.scss */

.navik-menu-fixed .navik-menu-icon {
    margin-right: 5px;
}

/***************************************************
  Media queries for responsive design
****************************************************/

@media (max-width: 767.98px) {
    /* line 701, ../scss/style.scss */
    .navik-header,
    .navik-header-overlay,
    .body-fixed-sidebar {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    /* line 709, ../scss/style.scss */
    .navik-header,
    .navik-header-overlay,
    .body-fixed-sidebar {
        width: 100%;
    }
}

@media (min-width: 768px) {
    /********** Default menu **********/
    /* line 718, ../scss/style.scss */
    .navik-header .logo {
        float: left;
        padding: 0 40px 0 0;
    }
    /* line 722, ../scss/style.scss */
    .navik-menu {
        clear: both;
    }
    /* line 725, ../scss/style.scss */
    .header-shadow-wrapper::after {
        box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.1);
    }
    /********** Menu icons **********/
    /* line 729, ../scss/style.scss */
    .navik-menu-overlay .navik-menu-icon {
        margin-right: 12px;
    }
    /* line 732, ../scss/style.scss */
    .navik-menu-overlay>ul ul li a .navik-menu-icon {
        margin-right: 8px;
    }
    /* line 735, ../scss/style.scss */
    .menu-slide .navik-menu-overlay .navik-menu-icon {
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    /********** Default menu **********/
    /* line 743, ../scss/style.scss */
    .navik-header-container {
        /*height: 106px;*/
    }
    /* line 746, ../scss/style.scss */
    #arkaz-header .header-right #main-menu ul.sub-menu li.nav-item:hover {
        background-color: rgba(0, 0, 0, 0.06);
    }
    /* line 749, ../scss/style.scss */
    .navik-header .logo {
        position: relative;
        top: 50%;
        padding: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /* line 756, ../scss/style.scss */
    .navik-header .logo img {
        width: auto;
        max-width: inherit;
        max-height: 106px;
    }
    /* line 761, ../scss/style.scss */
    .burger-menu {
        display: none;
    }
    /* line 764, ../scss/style.scss */
    .navik-menu {
        float: right;
        clear: inherit;
        border-top: solid 1px rgba(1, 46, 93, 0.1);
    }
    /* line 769, ../scss/style.scss */
    .navik-menu>ul {
        display: block !important;
        padding: 0;
        font-size: 0;
    }
    /* line 774, ../scss/style.scss */
    .navik-menu>ul>li {
        display: inline-block;
    }
    /* line 777, ../scss/style.scss */
    .navik-menu>ul>li>a {
        position: relative;
        box-sizing: border-box;
        height: 50px;
        padding: 5px 20px 10px 20px;
        line-height: 50px;
        white-space: nowrap;
    }
    /* line 785, ../scss/style.scss */
    .navik-menu>ul>li:last-child>a {
        padding-right: 0;
    }
    /* line 788, ../scss/style.scss */
    .navik-menu>ul>li:first-child>a {
        padding-left: 0;
    }
    /* line 791, ../scss/style.scss */
    .navik-menu ul li {
        position: relative;
    }
    /* line 794, ../scss/style.scss */
    .navik-menu ul li.dropdown_menu>a>span {
        display: none;
    }
    /* line 797, ../scss/style.scss */
    .navik-menu ul li.dropdown_menu>a>span::before {
        position: relative;
        top: -3px;
        box-sizing: content-box;
        display: inline-block;
        /*width: 4px;
    height: 4px;*/
        margin-left: 8px;
        content: "\f0dd";
        font-family: "Font Awesome 5 Pro";
        font-size: 16px;
        color: #646363;
        opacity: 0.3;
        /*content: "";
    border-color: #c1c1c1;
    border-style: solid;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);*/
    }
    /* line 817, ../scss/style.scss */
    .navik-menu ul ul li.dropdown_menu>a>span::before {
        top: 7px;
        right: -10px;
        float: right;
        margin: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /* line 825, ../scss/style.scss */
    .navik-menu ul ul li>a {
        position: relative;
        padding: 9px 20px 7px !important;
        background-color: transparent;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
    /* line 831, ../scss/style.scss */
    .navik-menu ul ul li>a::before {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 0;
        height: 1px;
        content: "";
        background: #646363;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
    /* line 842, ../scss/style.scss */
    .navik-menu ul ul li:hover>a {
        padding-left: 40px !important;
        background-color: transparent;
    }
    /* line 847, ../scss/style.scss */
    .navik-menu ul ul li:hover>a::before {
        width: 10px;
    }
    /* line 850, ../scss/style.scss */
    .navik-menu li>ul {
        position: absolute;
        top: 50px;
        left: 5px;
        display: block !important;
        width: 250px;
        padding: 0px;
        visibility: hidden;
        background-color: #3258a6;
        box-shadow: 0 12px 30px -2px rgba(0, 0, 0, 0.1);
        opacity: 0;
        transition: all 0.2s ease-in-out;
        pointer-events: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 850, ../scss/style.scss */
    .navik-menu li>ul {
        width: 220px;
    }
}

@media (min-width: 992px) {
    /* line 867, ../scss/style.scss */
    .navik-menu li:last-child ul {
        right: 5px;
        left: inherit;
    }
    /* line 871, ../scss/style.scss */
    .navik-menu li>ul>li>a {
        font-family: "Facto", sans-serif;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        display: block;
    }
    /* line 877, ../scss/style.scss */
    .navik-menu li>ul>li,
    ul.mega-menu-list li {
        border-bottom: solid 1px rgba(255, 255, 255, 0.05) !important;
    }
    /* line 880, ../scss/style.scss */
    .navik-menu li>ul>li:last-child,
    ul.mega-menu-list li:last-child {
        border-bottom: none !important;
    }
    /* line 883, ../scss/style.scss */
    .navik-menu li>ul ul {
        top: -27px;
        left: 100%;
    }
    /* line 887, ../scss/style.scss */
    .navik-menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        pointer-events: inherit !important;
    }
    /* line 892, ../scss/style.scss */
    .navik-menu li.submenu-right>ul {
        right: 0;
        left: inherit;
    }
    /* line 896, ../scss/style.scss */
    .navik-menu li.submenu-right>ul ul {
        left: -100% !important;
    }
    /* line 899, ../scss/style.scss */
    .navik-menu.menu-caret ul li.dropdown_menu>a>span {
        display: inline-block;
    }
    /* line 902, ../scss/style.scss */
    .navik-menu.menu-caret ul ul li.dropdown_menu>a>span {
        display: inline;
    }
    /* line 905, ../scss/style.scss */
    .navik-menu.separate-line>ul>li>a {
        position: relative;
        padding: 0 28px;
    }
    /* line 909, ../scss/style.scss */
    .navik-menu.separate-line>ul>li>a::before {
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 20px;
        content: "";
        background-color: #eee;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /* line 920, ../scss/style.scss */
    .navik-menu.separate-line>ul>li:last-child>a {
        padding: 0 0 0 28px;
    }
    /* line 923, ../scss/style.scss */
    .navik-menu.separate-line>ul>li:last-child>a::before {
        display: none;
    }
    /* line 926, ../scss/style.scss */
    .navik-menu.menu-hover-2>ul>li:last-child>a,
    .navik-menu.menu-hover-3>ul>li:last-child>a,
    .navik-menu.menu-hover-4>ul>li:last-child>a,
    .center-menu-1 .navik-menu>ul>li:last-child>a,
    .center-menu-2 .navik-menu>ul>li:last-child>a {
        padding: 0 20px;
    }
    /* line 930, ../scss/style.scss */
    .navik-menu.menu-hover-2.separate-line>ul>li:last-child>a,
    .navik-menu.menu-hover-3.separate-line>ul>li:last-child>a,
    .navik-menu.menu-hover-4.separate-line>ul>li:last-child>a,
    .center-menu-1 .navik-menu.separate-line>ul>li:last-child>a,
    .center-menu-2 .navik-menu.separate-line>ul>li:last-child>a {
        padding: 0 28px;
    }
    /* line 934, ../scss/style.scss */
    .navik-menu ul li.current-menu>a,
    .navik-menu ul li:hover>a,
    .header-dark .navik-menu ul li.current-menu>a,
    .header-dark .navik-menu ul li:hover>a {
        background-color: inherit;
    }
    /* line 937, ../scss/style.scss */
    .dropdown-plus {
        display: none;
    }
    /********** Header sticky **********/
    /* line 941, ../scss/style.scss */
    .navik-header.sticky {
        position: fixed;
        width: 100%;
        -webkit-animation-name: stickyTransition;
        animation-name: stickyTransition;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    /* line 951, ../scss/style.scss */
    .navik-header.sticky .navik-header-container {
        height: 80px;
    }
    /* line 954, ../scss/style.scss */
    .navik-header.sticky .navik-menu {
        margin-top: inherit;
        border-top: 0;
    }
    /* line 955, ../scss/style.scss */
    .navik-header.sticky .navik-menu>ul>li>a {
        height: 50px;
        line-height: 50px;
    }
    /* line 959, ../scss/style.scss */
    .navik-header.sticky .logo {
        padding: 0 40px 0 0;
    }
    /* line 962, ../scss/style.scss */
    .navik-header.sticky .logo img {
        max-height: 70px;
    }
    @-webkit-keyframes stickyTransition {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes stickyTransition {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    /* line 989, ../scss/style.scss */
    ul.sub-menu>li>a {
        font-size: 14px !important;
    }
    /********** Header transparent **********/
    /* line 993, ../scss/style.scss */
    .navik-header.header-transparent-on,
    .navik-header.header-opacity-on {
        position: absolute;
        width: 100%;
        background-color: transparent;
    }
    /* line 998, ../scss/style.scss */
    .navik-header.header-opacity-on {
        background-color: rgba(0, 0, 0, 0.3);
    }
    /* line 1001, ../scss/style.scss */
    .header-transparent-on .header-shadow-wrapper,
    .header-opacity-on .header-shadow-wrapper {
        display: none;
    }
    /* line 1005, ../scss/style.scss */
    .header-transparent-on .navik-menu>ul>li>a,
    .header-opacity-on .navik-menu>ul>li>a {
        color: #f7f7f7;
    }
    /* line 1009, ../scss/style.scss */
    .header-transparent-on .navik-menu>ul>li>a .navik-menu-icon,
    .header-opacity-on .navik-menu>ul>li>a .navik-menu-icon {
        color: rgba(255, 255, 255, 0.85);
    }
    /* line 1013, ../scss/style.scss */
    .header-transparent-on .navik-menu>ul>li:hover>a,
    .header-transparent-on .navik-menu>ul>li.current-menu>a,
    .header-opacity-on .navik-menu>ul>li:hover>a,
    .header-opacity-on .navik-menu>ul>li.current-menu>a {
        color: #26c6da;
    }
    /* line 1018, ../scss/style.scss */
    .header-transparent-on .navik-menu>ul>li.dropdown_menu>a>span::before,
    .header-opacity-on .navik-menu>ul>li.dropdown_menu>a>span::before {
        border-color: #f7f7f7;
    }
    /* line 1022, ../scss/style.scss */
    .header-transparent-on.center-menu-2 .navik-menu {
        border-color: rgba(255, 255, 255, 0.25);
    }
    /* line 1025, ../scss/style.scss */
    .header-transparent-on .navik-menu.separate-line>ul>li>a::before {
        background-color: rgba(255, 255, 255, 0.25);
    }
    /* line 1028, ../scss/style.scss */
    .header-opacity-on.center-menu-2 .navik-menu {
        border-color: rgba(255, 255, 255, 0.2);
    }
    /* line 1031, ../scss/style.scss */
    .header-opacity-on .navik-menu.separate-line>ul>li>a::before {
        background-color: rgba(255, 255, 255, 0.2);
    }
    /********** Hover transitions **********/
    /* line 1035, ../scss/style.scss */
    .navik-menu.menu-hover-2>ul>li.current-menu>a,
    .navik-menu.menu-hover-2>ul>li:hover>a {
        color: #212121;
        background-color: #f8f8f8;
    }
    /* line 1039, ../scss/style.scss */
    .navik-menu.menu-hover-2>ul>li.current-menu>a::after,
    .navik-menu.menu-hover-2>ul>li:hover>a::after {
        opacity: 1;
    }
    /* line 1042, ../scss/style.scss */
    .navik-menu.menu-hover-2>ul>li>a::after,
    .navik-menu.menu-hover-3>ul>li>a::after {
        position: absolute;
        bottom: -3px;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 3px;
        content: "";
        background-color: #26c6da;
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }
    /* line 1054, ../scss/style.scss */
    .navik-menu.menu-hover-3>ul>li.current-menu>a,
    .navik-menu.menu-hover-3>ul>li:hover>a {
        color: #212121;
    }
    /* line 1057, ../scss/style.scss */
    .navik-menu.menu-hover-3>ul>li.current-menu>a::after,
    .navik-menu.menu-hover-3>ul>li:hover>a::after {
        width: 100%;
        opacity: 1;
    }
    /* line 1061, ../scss/style.scss */
    .navik-menu.menu-hover-3>ul>li>a::after {
        left: 50%;
        width: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    /* line 1068, ../scss/style.scss */
    .navik-menu.menu-hover-4>ul>li>a>.hover-transition {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    /* line 1077, ../scss/style.scss */
    .navik-menu.menu-hover-4>ul>li>a>.hover-transition::after {
        position: relative;
        top: 50%;
        left: 50%;
        display: block;
        width: calc(100% + 2px);
        height: 0;
        content: "";
        background-color: #26c6da;
        opacity: 0;
        transition: all 0.2s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    /* line 1091, ../scss/style.scss */
    .navik-menu.menu-hover-4>ul>li.current-menu>a,
    .navik-menu.menu-hover-4>ul>li:hover>a {
        color: #fff;
    }
    /* line 1094, ../scss/style.scss */
    .navik-menu.menu-hover-4>ul>li.current-menu>a>.hover-transition::after,
    .navik-menu.menu-hover-4>ul>li:hover>a>.hover-transition::after {
        height: 100%;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    /* line 1100, ../scss/style.scss */
    .navik-menu.menu-hover-4>ul>li.current-menu>a .navik-menu-icon,
    .navik-menu.menu-hover-4>ul>li:hover>a .navik-menu-icon {
        color: #fff !important;
    }
    /* line 1103, ../scss/style.scss */
    .navik-menu.menu-hover-4>ul>li>ul {
        transition-delay: 0s;
    }
    /* line 1106, ../scss/style.scss */
    .navik-menu.menu-hover-4>ul>li:hover>ul {
        transition-delay: 0.13s;
    }
    /* line 1109, ../scss/style.scss */
    .navik-menu.menu-hover-4>ul>li.dropdown_menu.current-menu>a>span::before,
    .navik-menu.menu-hover-4>ul>li.dropdown_menu:hover>a>span::before {
        border-color: #fff;
    }
    /* line 1112, ../scss/style.scss */
    .header-dark .navik-menu.menu-hover-2>ul>li.current-menu>a,
    .header-dark .navik-menu.menu-hover-2>ul>li:hover>a {
        color: #fff;
        background-color: #222;
    }
    /* line 1116, ../scss/style.scss */
    .header-dark .navik-menu.menu-hover-3>ul>li.current-menu>a,
    .header-dark .navik-menu.menu-hover-3>ul>li:hover>a {
        color: #fff;
    }
    /* line 1119, ../scss/style.scss */
    .header-transparent-on .navik-menu.menu-hover-2>ul>li.current-menu>a,
    .header-transparent-on .navik-menu.menu-hover-2>ul>li:hover>a {
        color: #f7f7f7;
        background-color: rgba(255, 255, 255, 0.25);
    }
    /* line 1123, ../scss/style.scss */
    .header-opacity-on .navik-menu.menu-hover-2>ul>li.current-menu>a,
    .header-opacity-on .navik-menu.menu-hover-2>ul>li:hover>a {
        color: #f7f7f7;
        background-color: rgba(255, 255, 255, 0.2);
    }
    /* line 1127, ../scss/style.scss */
    .header-transparent-on .navik-menu.menu-hover-3>ul>li.current-menu>a,
    .header-transparent-on .navik-menu.menu-hover-3>ul>li:hover>a,
    .header-opacity-on .navik-menu.menu-hover-3>ul>li.current-menu>a,
    .header-opacity-on .navik-menu.menu-hover-3>ul>li:hover>a {
        color: #f7f7f7;
    }
    /* line 1130, ../scss/style.scss */
    .header-transparent-on .navik-menu.menu-hover-2>ul>li.current-menu>a .navik-menu-icon,
    .header-transparent-on .navik-menu.menu-hover-2>ul>li:hover>a .navik-menu-icon,
    .header-transparent-on .navik-menu.menu-hover-3>ul>li.current-menu>a .navik-menu-icon,
    .header-transparent-on .navik-menu.menu-hover-3>ul>li:hover>a .navik-menu-icon,
    .header-opacity-on .navik-menu.menu-hover-2>ul>li.current-menu>a .navik-menu-icon,
    .header-opacity-on .navik-menu.menu-hover-2>ul>li:hover>a .navik-menu-icon,
    .header-opacity-on .navik-menu.menu-hover-3>ul>li.current-menu>a .navik-menu-icon,
    .header-opacity-on .navik-menu.menu-hover-3>ul>li:hover>a .navik-menu-icon {
        color: rgba(255, 255, 255, 0.85) !important;
    }
    /********** Submenu **********/
    /* line 1134, ../scss/style.scss */
    .navik-menu.submenu-top-border li>ul {
        border-top: 2px solid #36A7E9;
    }
    /* line 1137, ../scss/style.scss */
    .navik-menu.submenu-top-border li>ul ul {
        top: -30px;
    }
    /* line 1140, ../scss/style.scss */
    .navik-menu.submenu-top-border.submenu-list-border li>ul ul {
        top: -23px;
    }
    /* line 1143, ../scss/style.scss */
    .navik-menu.submenu-list-border li>ul ul {
        top: -20px;
    }
    /* line 1146, ../scss/style.scss */
    .navik-menu.submenu-list-border ul ul li>a {
        padding: 15px 35px 14px !important;
    }
    /* line 1149, ../scss/style.scss */
    .navik-menu.submenu-list-border ul ul li:first-child>a {
        padding: 8px 35px 14px 35px !important;
    }
    /* line 1152, ../scss/style.scss */
    .navik-menu.submenu-list-border ul ul li:last-child>a {
        padding: 15px 35px 8px 35px !important;
    }
    /* line 1155, ../scss/style.scss */
    .navik-menu.submenu-list-border ul ul li:last-child::after {
        display: none;
    }
    /* line 1158, ../scss/style.scss */
    .navik-menu.submenu-list-border ul ul li::after {
        position: absolute;
        right: 35px;
        bottom: 0;
        left: 35px;
        height: 1px;
        content: "";
        background-color: #eee;
    }
    /* line 1167, ../scss/style.scss */
    .navik-menu.submenu-list-border ul ul li:hover>a {
        padding-left: 55px !important;
    }
    /* line 1170, ../scss/style.scss */
    .navik-menu.submenu-list-border ul ul li:nth-child(n+2)>a::before {
        top: 24px;
    }
    /* line 1173, ../scss/style.scss */
    .header-dark .navik-menu.submenu-list-border ul ul li::after {
        background-color: #333;
    }
    /********** Submenu transitions **********/
    /* line 1177, ../scss/style.scss */
    .navik-menu.submenu-flip li>ul {
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all 0.35s ease-in-out;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
    /* line 1186, ../scss/style.scss */
    .navik-menu.submenu-flip li:hover>ul {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    /* line 1190, ../scss/style.scss */
    .navik-menu.submenu-flip ul {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 200px;
        perspective: 200px;
    }
    /* line 1196, ../scss/style.scss */
    .navik-menu.submenu-flip ul li {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 200px;
        perspective: 200px;
    }
    /* line 1202, ../scss/style.scss */
    .navik-menu.submenu-scale li>ul {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        transition: all 0.3s ease;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    /* line 1209, ../scss/style.scss */
    .navik-menu.submenu-scale li.submenu-right ul {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    /* line 1213, ../scss/style.scss */
    .navik-menu.submenu-scale li:hover>ul {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/***************************************************
	Top Menu Extra 
****************************************************/

/* line 1225, ../scss/style.scss */

.header_account {
    position: absolute;
    top: 20px;
    right: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 1231, ../scss/style.scss */

.navik-header.sticky .header_account {
    top: -50px;
    /*transform: scale(0.9);
  right:-20px;*/
}

/* line 1237, ../scss/style.scss */

.header_account>ul>li {
    /*margin-right: 15px;*/
    position: relative;
}

/* line 1241, ../scss/style.scss */

.header_account>ul>li a:hover {
    background-color: transparent;
}

/*.header_account > ul > li:last-child {
  margin-right: 0;
}*/

/* line 1245, ../scss/style.scss */

.header_account>ul>li>a {
    font-size: 14px;
    font-weight: normal;
    padding: 0 10px;
    text-transform: none;
    display: inline-block;
    color: #646363;
}

/* line 1253, ../scss/style.scss */

.header_account>ul>li>a:hover {
    color: #DA291C;
}

/* line 1254, ../scss/style.scss */

.header_account>ul>li:not(:last-child):after {
    content: "|";
    color: #646363;
    opacity: 0.2;
}

/* line 1260, ../scss/style.scss */

.header_account>ul>li.language-switch a {
    font-size: 16px;
    font-weight: bold;
}

/* line 1263, ../scss/style.scss */

.header_account>ul>li.language-switch a span {
    color: #646363;
    opacity: 0.6;
}

/* line 1269, ../scss/style.scss */

.header_account>ul>li.header_search a {
    font-size: 20px;
    font-weight: 300;
    color: #36A7E9;
    margin-top: -5px;
    padding: 0 20px;
}

/* line 1275, ../scss/style.scss */

.header_account>ul>li.header_search a:hover {
    color: #DA291C;
}

/* line 1279, ../scss/style.scss */

.header_account>ul>li.header_search:after {
    content: "";
}

/* line 1280, ../scss/style.scss */

.header_account>ul>li.login_btn {
    margin-top: -5px;
}

/* line 1282, ../scss/style.scss */

.navik-header.header-transparent .header_account>ul>li.d-xl-block>a {
    color: #888;
}

/* line 1285, ../scss/style.scss */

.navik-header.header-transparent.header-transparent-on .header_account>ul>li.d-xl-block>a {
    color: #c5cada;
}

/* line 1288, ../scss/style.scss */

.navik-header.header-transparent .header_account>ul>li.d-xl-block>a:hover,
.navik-header.header-transparent.header-transparent-on .header_account>ul>li.d-xl-block>a:hover {
    color: #00aed6;
}

/* line 1292, ../scss/style.scss */

.header_account>ul>li.icon-link a {
    color: #00aed6;
}

/* line 1295, ../scss/style.scss */

.header_account>ul>li.icon-link a:hover {
    color: #fff;
}

/* line 1298, ../scss/style.scss */

.navik-header.header-transparent .header_account>ul>li.icon-link a:hover {
    color: #171c8f;
}

/* line 1299, ../scss/style.scss */

.navik-header.header-transparent.header-transparent-on .header_account>ul>li.icon-link a:hover {
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    /* line 1302, ../scss/style.scss */
    .header_account {
        top: 50px;
        right: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 1305, ../scss/style.scss */
    .header_account>ul>li {
        /*margin-right: 25px;*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1310, ../scss/style.scss */
    .header_account>ul>li {
        /*margin-right: 18px;*/
    }
}

@media only screen and (max-width: 767px) {
    /* line 1315, ../scss/style.scss */
    .header_account>ul>li {
        /*margin-right: 20px;*/
    }
    /* line 1318, ../scss/style.scss */
    .navik-header .logo img {
        max-height: 80px;
    }
    /* line 1319, ../scss/style.scss */
    .header_account>ul>li.header_search a {
        padding: 0 15px;
    }
    /* line 1320, ../scss/style.scss */
    .header_account {
        top: 40px;
    }
    /* line 1321, ../scss/style.scss */
    .burger-menu {
        top: 45px;
    }
}

@media only screen and (max-width: 575px) {
    /* line 1324, ../scss/style.scss */
    .navik-header .logo img {
        max-height: 60px;
    }
    /* line 1325, ../scss/style.scss */
    .header_account {
        top: 30px;
    }
    /* line 1326, ../scss/style.scss */
    .burger-menu {
        top: 35px;
    }
    /* line 1327, ../scss/style.scss */
    .header_account>ul>li {
        /*margin-right: 14px;*/
    }
}

/***************************************************
	Homepage Guides Section
****************************************************/

/* line 1336, ../scss/style.scss */

.guide-title {
    display: flex;
    width: 100%;
    align-items: flex-end;
}

/* line 1341, ../scss/style.scss */

.guide-title h3 {
    color: #646363;
}

/*************************************
	header
**************************************/

/* line 1352, ../scss/style.scss */

i,
span,
a {
    display: inline-block;
}

/* line 1355, ../scss/style.scss */

#arkaz-header {
    position: fixed;
    width: 100%;
    z-index: 1;
    padding: 25px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 1366, ../scss/style.scss */

#arkaz-header.fixed {
    background-color: #3258a6;
}

/* line 1370, ../scss/style.scss */

#arkaz-header.menu-open {
    background: #3258a6;
    z-index: 111;
}

/* line 1374, ../scss/style.scss */

#arkaz-header.fixed {
    background: #3258a6;
    z-index: 111;
}

/* line 1379, ../scss/style.scss */

#arkaz-header .header-left {
    float: left;
    width: 250px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 1388, ../scss/style.scss */

#arkaz-header .header-left>.logo img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 300px;
    width: 100px;
    margin-top: -10px;
}

/* line 1396, ../scss/style.scss */

#arkaz-header .header-right {
    float: right;
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
}

/* line 1402, ../scss/style.scss */

#arkaz-header .header-right #header-tools {
    float: right;
    margin-top: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 1411, ../scss/style.scss */

#arkaz-header .header-right #main-menu {
    float: right;
    margin-right: 80px;
    margin-top: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 1421, ../scss/style.scss */

#arkaz-header .header-right #header-tools ul li {
    display: inline-block;
    padding: 0 15px;
}

/* line 1425, ../scss/style.scss */

#arkaz-header .header-right #header-tools ul li:first-child {
    position: relative;
}

/* line 1428, ../scss/style.scss */

#dar_slider_wrapper .slider-title {
    font-family: "Facto";
    color: #fff;
    text-transform: uppercase;
    font-size: 54px !important;
    font-weight: 500 !important;
}

/*************************************
	portfolio
**************************************/

/* line 1442, ../scss/style.scss */

.project-portfolio-area {
    position: relative;
    background: linear-gradient(to top, white 0%, white 35%, #3258a6 35%, #3258a6 100%);
    padding-top: 280px;
    z-index: 1;
}

/* line 1451, ../scss/style.scss */

.project-portfolio-area .carousel-projects .item .details {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    bottom: 22px;
    left: 16px;
}

/* line 1460, ../scss/style.scss */

.vision-logo {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, 0.15);
    text-align: center;
}

/* line 1478, ../scss/style.scss */

footer.footer-area {
    background: #00324D;
    color: #FFF;
    padding: 80px 0 50px;
    font-size: 14px;
    position: relative;
}

/* line 1484, ../scss/style.scss */

footer.footer-area:before {
    content: "";
    position: absolute;
    z-index: 9;
    background-image: url("../images/svg/theme.svg");
    background-repeat: no-repeat;
    right: -530px;
    bottom: -290px;
    width: 1000px;
    height: 1075px;
    pointer-events: none;
}

/* line 1512, ../scss/style.scss */

.forcefullwidth_wrapper_tp_banner {
    height: 800px !important;
}

/* line 1515, ../scss/style.scss */

.section-title-area {
    padding: 15px 0px;
}

/* line 1518, ../scss/style.scss */

span.section-sub-title {
    font-size: 20px;
    font-weight: 500;
    color: #404040;
    text-transform: uppercase;
    font-family: 'Facto';
    margin-bottom: 18px;
}

/* line 1526, ../scss/style.scss */

h2.section-heading-title {
    font-size: 46px;
    font-weight: 700;
    color: #3258a6;
    text-transform: none;
    line-height: 50px;
}

/* line 1533, ../scss/style.scss */

h3.section-primary-content {
    font-size: 35px;
    font-weight: 500;
    color: #3258a6;
    padding: 0px 0px 15px 0px;
    line-height: 46px;
}

/* line 1540, ../scss/style.scss */

p {
    color: #404040;
    font-weight: 500;
    font-family: 'Facto';
    font-size: 18px;
}

/* line 1547, ../scss/style.scss */

ul.sos-lists>li {
    font-size: 16px;
    font-family: 'Facto';
    font-weight: 500;
    color: #2C3469;
    margin-bottom: 10px;
}

/****latest news sectio******/

/* line 1555, ../scss/style.scss */

.latest-news-button {
    right: 15px;
    bottom: 25px;
    position: absolute;
}

/* line 1560, ../scss/style.scss */

.col-md-6.latest-news-button-right {
    position: relative;
}

/* line 1563, ../scss/style.scss */

h3.section-primary-content.latest-news-title {
    color: #333333;
}

/* line 1568, ../scss/style.scss */

figcaption.date-of-post {
    background-color: #D8AB62;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Facto';
    width: auto;
    text-align: center;
    margin-left: 31px;
    margin-top: -18px;
    position: absolute;
    padding: 3px 15px;
    border-radius: 3px;
}

/* line 1582, ../scss/style.scss */

.latest-news-content-area {
    padding: 30px 30px;
}

/* line 1585, ../scss/style.scss */

.latest-news-box {
    border: solid 1px rgba(51, 51, 51, 0.15);
    border-radius: 5px;
    position: relative;
    min-height: 500px;
}

/* line 1591, ../scss/style.scss */

h3.section-primary-content.latest-news-title.column3 {
    font-size: 20px;
    line-height: 28px;
}

/* line 1595, ../scss/style.scss */

.latest-news-content-area-column3 {
    padding: 30px 20px;
}

/* line 1598, ../scss/style.scss */

figcaption.date-of-post.small-area {
    margin-left: 20px;
}

/* line 1602, ../scss/style.scss */

.img-hover-zoom {
    overflow: hidden;
}

/* line 1605, ../scss/style.scss */

.img-hover-zoom img {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/* line 1612, ../scss/style.scss */

.img-hover-zoom:hover img {
    transform: scale(1.03);
}

/*********Saudi vision area**********/

/* line 1616, ../scss/style.scss */

h2.section-heading-title.saudi-vision {
    color: #ffffff;
}

/* line 1619, ../scss/style.scss */

h3.section-primary-content.sudi-vision-title {
    color: rgba(255, 255, 255, 0.8);
}

/**********core values*********/

/* line 1625, ../scss/style.scss */

.trust-integrity-title {
    display: flex;
}

/* line 1628, ../scss/style.scss */

.trust-integrity-title img {
    max-width: 70px;
}

/* line 1631, ../scss/style.scss */

h4.static-title {
    font-size: 16px;
    color: #d8ab62;
    font-weight: 500;
    text-transform: uppercase;
}

/* line 1637, ../scss/style.scss */

p.trust-integrity-content {
    color: #ffffff;
}

/* line 1640, ../scss/style.scss */

h3.trust-integrity-area {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}

/* line 1645, ../scss/style.scss */

h3.trust-integrity-area {
    padding-left: 20px;
    margin-top: 15px;
}

/* line 1650, ../scss/style.scss */

.job-oppertunities-title-area {
    position: relative;
    border-radius: 5px;
    width: 100%;
}

/* line 1655, ../scss/style.scss */

.job-oppertunities-title-area a {
    position: relative;
    width: 100%;
    display: block;
}

/* line 1661, ../scss/style.scss */

span.job-oppertunities-title {
    padding: 15px;
    position: absolute;
    left: 30px;
    bottom: 10px;
    z-index: 22;
    font-size: 30px;
    text-transform: none;
    transition: 0.3s ease;
}

/* line 1671, ../scss/style.scss */

span.more-link.with-icon.white-text.eng-page {
    font-size: 30px;
    text-transform: none;
    transition: 0.3s ease;
}

/* line 1676, ../scss/style.scss */

.job-oppertunities-title-area a:hover span {
    color: #D8AB62;
    transition: all 0.3s ease-in-out;
}

/* line 1680, ../scss/style.scss */

h3.job-oppertunities-text {
    color: #ffffff;
    font-weight: 500;
    font-size: 30px;
}

/* line 1685, ../scss/style.scss */

.top-right-nav.owl-carousel.core-values {
    position: relative;
}

/* line 1688, ../scss/style.scss */

.top-right-nav.owl-carousel.core-values .owl-dots {
    position: absolute;
    left: 10%;
    bottom: 5px;
}

/* line 1693, ../scss/style.scss */

.oppertunities-area {
    padding-top: 50px;
}

/***********Portfolio***************/

/* line 1697, ../scss/style.scss */

h2.section-heading-title.project-portfolio-title {
    color: #fff;
}

/* line 1700, ../scss/style.scss */

h3.section-primary-content.portfolio-title {
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 0px 15px 0px;
}

/* line 1704, ../scss/style.scss */

p.small-title-portfolio {
    color: #D8AB62;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Facto';
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* line 1712, ../scss/style.scss */

h3.big-title-portfolio a {
    color: #fff;
    font-family: 'Facto';
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* line 1724, ../scss/style.scss */

.item.project-portfolio-area-detail .details {
    padding: 30px 75px 30px 30px;
}

/* line 1728, ../scss/style.scss */

.owl-carousel button.owl-dot {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 25px;
    height: 3px;
    margin-left: 5px;
    margin-right: 5px;
    background: #D3D3D3;
    border: none;
    margin-top: 30px;
}

/* line 1740, ../scss/style.scss */

.owl-carousel button.owl-dot:hover {
    background: #5b7abb;
}

/* line 1743, ../scss/style.scss */

.owl-carousel button.owl-dot.active {
    background: #5b7abb;
}

/* line 1746, ../scss/style.scss */

.top-right-nav.owl-carousel.core-values.owl-dots {
    position: absolute;
    top: 50%;
    left: 50%;
}

/* line 1751, ../scss/style.scss */

.owl-dots {
    text-align: center;
}

/***********************************************/

/* 4.5 Tab rev slider */

/* line 1757, ../scss/style.scss */

.slide-tab {
    display: flex;
    align-items: flex-start;
    padding: 8px 8px;
    text-align: left;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

@media (min-width: 768px) {
    /* line 1768, ../scss/style.scss */
    .slide-tab {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    /* line 1774, ../scss/style.scss */
    .slide-tab {
        padding: 58px 60px;
    }
}

/* line 1779, ../scss/style.scss */

.slide-tab__number {
    margin-right: 8px;
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 700;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
    /* line 1791, ../scss/style.scss */
    .slide-tab__number {
        margin-right: 16px;
        font-size: 48px;
    }
}

@media (min-width: 992px) {
    /* line 1798, ../scss/style.scss */
    .slide-tab__number {
        margin-right: 36px;
        font-size: 60px;
        line-height: 0.9;
    }
}

/* line 1805, ../scss/style.scss */

.slide-tab__title {
    max-width: 110px;
    font-size: 12px;
    line-height: 1.625;
    font-weight: 600;
}

/* line 1811, ../scss/style.scss */

.slide-tab__number {
    border-bottom: 2px solid #E9BD76;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 30px;
}

/* line 1818, ../scss/style.scss */

.slide-tab__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #fff !important;
    max-width: 250px;
}

/* line 1832, ../scss/style.scss */

.slide-tab:focus {
    outline: none;
}

@media (min-width: 992px) {
    /* line 1837, ../scss/style.scss */
    .slide-tab:hover .slide-tab__number,
    .slide-tab:hover .slide-tab__title,
    .slide-tab:focus .slide-tab__number,
    .slide-tab:focus .slide-tab__title {
        color: #E9BD76 !important;
        transition: all .3s ease-in-out;
    }
}

/* line 1844, ../scss/style.scss */

.tp-tabs.inner.nav-pos-hor-right.nav-pos-ver-bottom.nav-dir-horizontal {
    background-color: transparent !important;
    font-family: 'Facto';
}

/* line 1848, ../scss/style.scss */

span.slide-tab__number {
    color: #ffffff !important;
}

/* line 1851, ../scss/style.scss */

span.slide-tab__number:hover {
    color: #E9BD76 !important;
}

/* line 1855, ../scss/style.scss */

.tp-tab.selected {
    color: #E9BD76 !important;
}

/****who we are***/

/* line 1859, ../scss/style.scss */

figure.latest-news-box-image {
    position: relative;
}

/* line 1862, ../scss/style.scss */

figcaption.years-of-excellence-area img {
    position: absolute;
    left: 0;
    bottom: 0px;
}

/* line 1867, ../scss/style.scss */

.years-of-excellence {
    position: absolute;
    left: 5px;
    bottom: 15px;
    padding: 20px 20px 15px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

/* line 1876, ../scss/style.scss */

.years {
    font-size: 80px;
    display: block;
    color: #333333;
    margin-bottom: 0px;
    font-family: 'Facto';
}

/* line 1883, ../scss/style.scss */

span.excellence-text {
    font-family: 'Facto';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    line-height: 20px;
    margin-top: 25px;
}

/*********home-slider**********/

/* line 1894, ../scss/style.scss */

section.video-slider {
    padding: 0px;
}

/* line 1897, ../scss/style.scss */

video {
    width: 100vw;
}

/* line 1900, ../scss/style.scss */

a.home-slider-button {
    background-color: #E9BD76;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Facto';
    padding: 10px 30px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

/* line 1911, ../scss/style.scss */

a.home-slider-button:hover {
    background-color: transparent;
    border: solid 1px #e9bd76;
    color: #E9BD76;
}

/* line 1916, ../scss/style.scss */

a.home-slider-button.transparent-bg {
    background-color: transparent;
    border: solid 1px #e9bd76;
    color: #e9bd76;
}

/* line 1921, ../scss/style.scss */

a.home-slider-button.transparent-bg:hover {
    background-color: #e9bd76;
    border: solid 1px #e9bd76;
    color: #333333;
}

/* line 1926, ../scss/style.scss */

span.home-slide-second-title {
    color: #E9BD76;
    font-size: 54px;
    font-weight: 500;
    font-family: 'Facto';
    text-transform: uppercase;
}

/* line 1933, ../scss/style.scss */

span.home-slide-first-title {
    color: #ffffff;
    font-size: 54px;
    font-weight: 500;
    font-family: 'Facto';
    text-transform: uppercase;
}

/* line 1940, ../scss/style.scss */

.home-slider-third-title p {
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Facto';
    line-height: 35px;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

/* line 1949, ../scss/style.scss */

.tp-leftarrow.tparrows.noSwipe {
    display: none;
}

/* line 1952, ../scss/style.scss */

.tp-rightarrow.tparrows.noSwipe {
    display: none;
}

/**********header************/

/* line 1992, ../scss/style.scss */

#noga_slider_wrapper .slider-title {
    font-family: 'Facto';
    color: #5b7abb;
    font-weight: 700;
    text-transform: capitalize;
}

@media (max-width: 440px) {
    /* line 1992, ../scss/style.scss */
    #noga_slider_wrapper .slider-title {
        font-size: 24px !important;
        line-height: 34px !important;
    }
}

/* line 2002, ../scss/style.scss */

#noga_slider_wrapper .slider-title .highlight {
    font-family: 'Facto';
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
}

@media (max-width: 440px) {
    /* line 2002, ../scss/style.scss */
    #noga_slider_wrapper .slider-title .highlight {
        font-size: 24px !important;
        line-height: 34px !important;
    }
}

/* line 2012, ../scss/style.scss */

header#arkaz-header {
    padding: 0px;
    background-color: #3258a6;
    border-bottom: none;
}

/* line 2018, ../scss/style.scss */

.slide-tab {
    display: inline-block;
}

/* line 2027, ../scss/style.scss */

.tp-tabs.inner {
    margin-left: auto;
    margin-right: auto;
}

/* line 2032, ../scss/style.scss */

.top-bar {
    padding: 8px 0px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

/* line 2038, ../scss/style.scss */

.top-bar-opacity {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

/* line 2048, ../scss/style.scss */

.top-bar-container {
    padding-right: 0px;
    padding-left: 0px;
}

/* line 2052, ../scss/style.scss */

.container.clearfix {
    padding: 20px 0px 0px 0px;
}

/* line 2055, ../scss/style.scss */

#arkaz-header .header-right #main-menu {
    margin-top: 11px;
    margin-right: 0px;
}

/* line 2059, ../scss/style.scss */

#arkaz-header .header-right #header-tools {
    margin-top: 26px;
}

/* line 2062, ../scss/style.scss */

ul.navik-menu.nav.navbar-nav {
    border-top: none;
}

/* line 2065, ../scss/style.scss */

span.icon-search-icon {
    color: #5b7abb;
}

/* line 2068, ../scss/style.scss */

#arkaz-header .header-right #main-menu a {
    color: #fff;
    padding: 0 22px 25px;
    font-family: 'Facto';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

/* line 2076, ../scss/style.scss */

span.topbar-left-area {
    color: #ffffff;
    font-family: 'Facto';
    font-size: 14px;
    font-weight: 300;
}

/* line 2082, ../scss/style.scss */

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    color: #5b7abb;
    padding-right: 20px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 400px) {
    /* line 2082, ../scss/style.scss */
    .fab {
        padding-right: 10px;
        font-size: 12px;
    }
}

/* line 2094, ../scss/style.scss */

.fab:hover {
    color: #ffffff;
}

/* line 2097, ../scss/style.scss */

span.header-language {
    color: #fff;
    font-size: 16px;
    padding-right: 15px;
}

@media (max-width: 1199.98px) {
    /* line 2097, ../scss/style.scss */
    span.header-language {
        padding-right: 10px;
    }
}

/* line 2105, ../scss/style.scss */

span.header-divider {
    color: rgba(255, 255, 255, 0.25);
    padding-right: 15px;
}

/********************footer*******************/

/* line 2110, ../scss/style.scss */

footer.footer-area {
    padding: 50px 0px 0px;
}

/* line 2113, ../scss/style.scss */

footer.footer-area {
    background-color: #3258a6;
    overflow: hidden;
}

/* line 2117, ../scss/style.scss */

footer .footer-bottom .mini-menu li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

/* line 2122, ../scss/style.scss */

footer .footer-bottom .mini-menu li:after {
    position: absolute;
    right: 0px;
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    top: 8px;
}

/* line 2131, ../scss/style.scss */

footer .footer-bottom .boxon img {
    vertical-align: middle;
    max-width: 50%;
    margin-top: -9px;
}

/* line 2136, ../scss/style.scss */

.copyright {
    font-weight: 300;
    font-size: 12px;
    font-family: 'Facto';
}

/* line 2140, ../scss/style.scss */

.copyright img {
    width: 75px;
    height: auto;
}

/* line 2145, ../scss/style.scss */

.copyright span {
    margin-right: 10px;
}

/* line 2148, ../scss/style.scss */

footer .footer-top .logo img {
    max-width: 250px;
    margin-bottom: 15px;
}

/* line 2152, ../scss/style.scss */

.footer-vision-logo {
    float: right;
}

/* line 2155, ../scss/style.scss */

.footer-vision-logo img {
    max-width: 140px;
}

/* line 2158, ../scss/style.scss */

ul.contact-details.reachus-info {
    padding-left: 50px;
}

/* line 2161, ../scss/style.scss */

.footer-adress-column {
    padding-left: 80px;
}

/* line 2164, ../scss/style.scss */

.logo.footer-section a i {
    border: 1px solid #5b7abb;
    padding: 8px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 2169, ../scss/style.scss */

p.footer-address-detail {
    color: #CCDAD8;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

/* line 2175, ../scss/style.scss */

span.footer-address-detail-title {
    text-transform: uppercase;
    font-family: 'facto';
    font-weight: 500;
    color: #5b7abb;
}

/* line 2181, ../scss/style.scss */

a.view-location-link {
    font-size: 14px;
    font-family: 'Facto';
    font-weight: 500;
    color: #5b7abb;
    position: relative;
}

/* line 2189, ../scss/style.scss */

a.view-location-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: width 0s ease, background .25s ease;
}

/* line 2199, ../scss/style.scss */

a.view-location-link:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #5b7abb;
    transition: width .25s ease;
}

/* line 2210, ../scss/style.scss */

a.view-location-link:hover {
    text-decoration: none;
}

/* line 2213, ../scss/style.scss */

a.view-location-link:hover:before {
    width: 100%;
    background: #5b7abb;
    transition: width .25s ease;
}

/* line 2218, ../scss/style.scss */

a.view-location-link:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

/* line 2223, ../scss/style.scss */

footer .footer-bottom .mini-menu li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Facto';
}

/* line 2229, ../scss/style.scss */

footer .footer-bottom .mini-menu li a:hover {
    color: #5b7abb;
}

/* line 2232, ../scss/style.scss */

.row.footer-top {
    padding-bottom: 40px;
    border-bottom: solid 1px rgba(248, 248, 248, 0.1);
}

/* line 2236, ../scss/style.scss */

ul.contact-details li {
    font-family: 'Facto';
    font-size: 14px;
    font-weight: 500;
}

/* line 2241, ../scss/style.scss */

ul.contact-details li a:hover {
    color: #d4c440;
}

/* line 2244, ../scss/style.scss */

ul.contact-details li a {
    color: #CCDAD8;
}

/* line 2247, ../scss/style.scss */

li.phone:before {
    content: '\e913';
    font-family: 'icomoon';
    color: #5b7abb;
    font-size: 18px;
    margin-right: 10px;
}

/* line 2254, ../scss/style.scss */

li.fax:before {
    content: '\e912';
    font-family: 'icomoon';
    color: #5b7abb;
    font-size: 16px;
    margin-right: 10px;
}

/* line 2261, ../scss/style.scss */

li.email:before {
    content: '\e914';
    font-family: 'icomoon';
    color: #5b7abb;
    font-size: 14px;
    margin-right: 10px;
}

/* line 2268, ../scss/style.scss */

ul.contact-details.footer-social {
    padding-bottom: 15px;
}

/* line 2272, ../scss/style.scss */

ul.contact-details.footer-social li {
    color: rgba(255, 255, 255, 0.75);
}

/* line 2275, ../scss/style.scss */

ul.contact-details.footer-address li {
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 15px;
    padding-left: 30px;
}

/* line 2280, ../scss/style.scss */

ul.contact-details.footer-address img {
    padding-right: 10px;
    max-width: 30px;
    margin-top: -8px;
}

/* line 2285, ../scss/style.scss */

ul.contact-details.reachus-info img {
    padding-right: 10px;
    max-width: 30px;
    margin-top: -8px;
}

/* line 2290, ../scss/style.scss */

.container.newsletter-area {
    padding: 40px 15px 20px 15px;
}

/* line 2293, ../scss/style.scss */

span.newsletter-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #E9BD76;
    font-family: 'Facto';
}

/* line 2299, ../scss/style.scss */

h3.newsletter-title {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

/* line 2304, ../scss/style.scss */

.newsletter-fields input.form-control {
    width: 48%;
}

/* line 2307, ../scss/style.scss */

.newsletter-fields input.form-control::placeholder {
    font-family: 'muli';
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding-left: 0px;
}

/* line 2314, ../scss/style.scss */

.newsletter-fields input#name {
    margin-right: 4%;
}

/* line 2317, ../scss/style.scss */

.newsletter-fields {
    display: flex;
    margin-top: 18px;
}

/* line 2321, ../scss/style.scss */

section.footer-bottom-area {
    padding: 30px 0px 30px 0px;
    background-color: #3258a6;
}

/* line 2325, ../scss/style.scss */

.newsletter-fields input.form-control {
    border-bottom: 1px solid rgba(248, 248, 248, 0.5);
    background-color: transparent;
}

/* line 2329, ../scss/style.scss */

.newsletter-fields .form-control {
    border: none;
    border-radius: 0px;
    color: #E9BD76 !important;
}

/* line 2334, ../scss/style.scss */

ul.mini-menu>li:nth-child(1) {
    padding-left: 0;
}

/* line 2337, ../scss/style.scss */

ul.mini-menu>li:last-child:after {
    display: none;
}

/* line 2340, ../scss/style.scss */

.news-letter-send {
    position: relative;
}

/* line 2343, ../scss/style.scss */

a.send-newletter {
    position: absolute;
    left: -27px;
    top: 9px;
}

/* line 2348, ../scss/style.scss */

i.fab.fa-telegram-plane {
    font-size: 18px !important;
}

/* line 2354, ../scss/style.scss */

section.core-values-section {
    padding: 0px 0px 60px 0px;
}

/*.owl-item{
	margin-right:0px;
}*/

/* line 2360, ../scss/style.scss */

.black-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7007177871) 0%, rgba(0, 0, 0, 0) 70%);
    transition: 0.3s ease;
    z-index: 9;
}

/* line 2372, ../scss/style.scss */

.black-gradient-arkaz {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    background: black;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6362920168) 0%, rgba(0, 0, 0, 0) 90%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6362920168) 0%, rgba(0, 0, 0, 0) 90%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6362920168) 0%, rgba(0, 0, 0, 0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    transition: 0.3s ease;
    z-index: 9;
}

/* line 2390, ../scss/style.scss */

figure.latest-news-box-image img.img-excellence {
    width: 100%;
}

/* line 2393, ../scss/style.scss */

.saudi-vision-area .section-title-area {
    padding: 15px;
}

/* line 2396, ../scss/style.scss */

.copyright {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    align-items: flex-end;
}

/* line 2402, ../scss/style.scss */

span.copyright-text {
    font-family: 'Facto';
    font-size: 12px;
    font-weight: 300;
}

/* line 2407, ../scss/style.scss */

footer .footer-bottom .mini-menu li:nth-child(1) a::after {
    display: none;
}

/* line 2410, ../scss/style.scss */

span.icon-send-icon {
    color: #E9BD76;
    font-size: 20px;
}

/* line 2414, ../scss/style.scss */

.icon-send-icon:before {
    content: "\e90a";
}

/* line 2417, ../scss/style.scss */

span.icon-send-icon:hover {
    color: #fff;
}

/* line 2420, ../scss/style.scss */

header#arkaz-header.fixed .logo a {
    padding: 0px 12px;
}

/***************common font style *****************************/

/* line 2424, ../scss/style.scss */

h2.inside-green-color {
    font-size: 42px;
    font-family: 'Facto', sans-serif;
    color: #3258a6;
    line-height: 48px;
    font-weight: 700;
}

/* line 2431, ../scss/style.scss */

h2.inside-yellow-color {
    font-size: 42px;
    font-family: 'Facto', sans-serif;
    color: #5b7abb;
    line-height: 48px;
    font-weight: 700;
}

/* line 2439, ../scss/style.scss */

h3.inside-green-color {
    font-size: 30px;
    font-family: 'Facto', sans-serif;
    color: #3258a6;
    line-height: 38px;
    font-weight: 700;
}

/* line 2446, ../scss/style.scss */

h3.inside-yellow-color {
    font-size: 30px;
    font-family: 'Facto', sans-serif;
    color: #5b7abb;
    line-height: 38px;
    font-weight: 700;
}

/* line 2453, ../scss/style.scss */

h3.inside-white-color {
    font-size: 30px;
    font-family: 'Facto', sans-serif;
    color: #ffffff;
    line-height: 38px;
    font-weight: 700;
}

/* line 2460, ../scss/style.scss */

h4.inside-green-color {
    font-size: 24px;
    font-family: 'Facto', sans-serif;
    color: #3258a6;
    line-height: 32px;
    font-weight: 500;
}

/* line 2467, ../scss/style.scss */

h4.inside-yellow-color {
    font-size: 24px;
    font-family: 'Facto', sans-serif;
    color: #5b7abb;
    line-height: 32px;
    font-weight: 500;
}

/* line 2474, ../scss/style.scss */

h4.inside-black-color {
    font-size: 24px;
    font-family: 'Facto', sans-serif;
    color: #404040;
    line-height: 32px;
    font-weight: 500;
}

/* line 2481, ../scss/style.scss */

h4.inside-white-color {
    font-size: 24px;
    font-family: 'Facto', sans-serif;
    color: #ffffff;
    line-height: 32px;
    font-weight: 500;
}

/* line 2488, ../scss/style.scss */

h5.inside-green-color {
    font-size: 20px;
    color: #3258a6;
    font-family: 'Facto', sans-serif;
}

/* line 2493, ../scss/style.scss */

h5.inside-yellow-color {
    font-size: 20px;
    color: #5b7abb;
    font-family: 'Facto', sans-serif;
}

/* line 2498, ../scss/style.scss */

p.inside-paragraph {
    font-size: 18px;
    color: #404040;
    font-family: 'Facto', sans-serif;
    font-weight: 400;
    line-height: 28px;
}

/* line 2505, ../scss/style.scss */

p.inside-paragraph-white {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Facto', sans-serif;
    font-weight: 400;
    line-height: 28px;
}

/* line 2512, ../scss/style.scss */

p.inside-paragraph-green {
    font-size: 18px;
    color: #3258a6;
    font-family: 'Facto', sans-serif;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 1199px) {
    /* line 2520, ../scss/style.scss */
    h2.inside-green-color {
        font-size: 38px;
    }
    /* line 2523, ../scss/style.scss */
    h2.inside-yellow-color {
        font-size: 38px;
    }
    /* line 2526, ../scss/style.scss */
    h3.inside-green-color {
        font-size: 28px;
    }
    /* line 2529, ../scss/style.scss */
    h3.inside-yellow-color {
        font-size: 28px;
    }
    /* line 2532, ../scss/style.scss */
    h3.inside-white-color {
        font-size: 28px;
    }
    /* line 2535, ../scss/style.scss */
    h4.inside-green-color {
        font-size: 24px;
    }
    /* line 2538, ../scss/style.scss */
    h4.inside-yellow-color {
        font-size: 24px;
    }
    /* line 2541, ../scss/style.scss */
    h4.inside-black-color {
        font-size: 24px;
    }
    /* line 2544, ../scss/style.scss */
    h4.inside-white-color {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    /* line 2549, ../scss/style.scss */
    h2.inside-green-color {
        font-size: 30px;
    }
    /* line 2552, ../scss/style.scss */
    h2.inside-yellow-color {
        font-size: 30px;
    }
    /* line 2555, ../scss/style.scss */
    h3.inside-green-color {
        font-size: 24px;
        line-height: 30px;
    }
    /* line 2559, ../scss/style.scss */
    h3.inside-yellow-color {
        font-size: 24px;
        line-height: 30px;
    }
    /* line 2563, ../scss/style.scss */
    h3.inside-white-color {
        font-size: 24px;
        line-height: 30px;
    }
    /* line 2567, ../scss/style.scss */
    h4.inside-green-color {
        font-size: 21px;
        line-height: 30px;
    }
    /* line 2571, ../scss/style.scss */
    h4.inside-yellow-color {
        font-size: 21px;
        line-height: 30px;
    }
    /* line 2575, ../scss/style.scss */
    h4.inside-black-color {
        font-size: 21px;
        line-height: 30px;
    }
    /* line 2579, ../scss/style.scss */
    h4.inside-white-color {
        font-size: 21px;
        line-height: 30px;
    }
}

@media screen and (max-width: 575px) {
    /* line 2585, ../scss/style.scss */
    h2.inside-green-color {
        font-size: 26px;
        line-height: 32px;
    }
    /* line 2589, ../scss/style.scss */
    h2.inside-yellow-color {
        font-size: 26px;
        line-height: 32px;
    }
    /* line 2593, ../scss/style.scss */
    h3.inside-green-color {
        font-size: 22px;
        line-height: 28px;
    }
    /* line 2597, ../scss/style.scss */
    h3.inside-yellow-color {
        font-size: 22px;
        line-height: 28px;
    }
    /* line 2601, ../scss/style.scss */
    h3.inside-white-color {
        font-size: 22px;
        line-height: 28px;
    }
    /* line 2605, ../scss/style.scss */
    h4.inside-green-color {
        font-size: 20px;
        line-height: 28px;
    }
    /* line 2609, ../scss/style.scss */
    h4.inside-yellow-color {
        font-size: 20px;
        line-height: 28px;
    }
    /* line 2613, ../scss/style.scss */
    h4.inside-black-color {
        font-size: 20px;
        line-height: 28px;
    }
    /* line 2617, ../scss/style.scss */
    h4.inside-white-color {
        font-size: 20px;
        line-height: 28px;
    }
    /* line 2621, ../scss/style.scss */
    p.inside-paragraph {
        font-size: 16px;
    }
    /* line 2624, ../scss/style.scss */
    p.inside-paragraph-white {
        font-size: 16px;
    }
    /* line 2627, ../scss/style.scss */
    p.inside-paragraph-green {
        font-size: 16px;
    }
}

@media screen and (max-width: 440px) {
    /* line 2632, ../scss/style.scss */
    h2.inside-green-color {
        font-size: 24px;
        line-height: 30px;
    }
    /* line 2636, ../scss/style.scss */
    h2.inside-yellow-color {
        font-size: 24px;
        line-height: 30px;
    }
    /* line 2640, ../scss/style.scss */
    h3.inside-green-color {
        font-size: 20px;
        line-height: 28px;
    }
    /* line 2644, ../scss/style.scss */
    h3.inside-yellow-color {
        font-size: 20px;
        line-height: 28px;
    }
    /* line 2648, ../scss/style.scss */
    h3.inside-white-color {
        font-size: 20px;
        line-height: 28px;
    }
    /* line 2652, ../scss/style.scss */
    h4.inside-green-color {
        font-size: 18px;
        line-height: 26px;
    }
    /* line 2656, ../scss/style.scss */
    h4.inside-yellow-color {
        font-size: 18px;
        line-height: 26px;
    }
    /* line 2660, ../scss/style.scss */
    h4.inside-black-color {
        font-size: 18px;
        line-height: 26px;
    }
    /* line 2664, ../scss/style.scss */
    h4.inside-white-color {
        font-size: 18px;
        line-height: 26px;
    }
    /* line 2668, ../scss/style.scss */
    p.inside-paragraph {
        font-size: 16px;
    }
    /* line 2671, ../scss/style.scss */
    p.inside-paragraph-white {
        font-size: 16px;
    }
    /* line 2674, ../scss/style.scss */
    p.inside-paragraph-green {
        font-size: 16px;
    }
}

/***************Breadcrumb area*******************/

/* line 2679, ../scss/style.scss */

.breadcrumb.breadcrumb-links-top {
    width: 100%;
}

@media (max-width: 575.98px) {
    /* line 2679, ../scss/style.scss */
    .breadcrumb.breadcrumb-links-top {
        width: 85%;
    }
}

/* line 2685, ../scss/style.scss */

.top-banner-content .breadcrumb .breadcrumb-links {
    float: left;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 15px 0px;
}

@media (max-width: 575.98px) {
    /* line 2685, ../scss/style.scss */
    .top-banner-content .breadcrumb .breadcrumb-links {
        font-size: 13px;
        width: 90%;
    }
}

@media (max-width: 440px) {
    /* line 2685, ../scss/style.scss */
    .top-banner-content .breadcrumb .breadcrumb-links {
        width: 70%;
    }
}

/* line 2700, ../scss/style.scss */

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: rgba(255, 255, 255, 0.58);
    content: var(--bs-breadcrumb-divider, "/");
}

/* line 2706, ../scss/style.scss */

.top-banner-content .breadcrumb a {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'facto';
    margin: 0 .5rem 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 2713, ../scss/style.scss */

.top-banner-content .breadcrumb a:hover {
    color: #5b7abb;
}

@media (max-width: 575.98px) {
    /* line 2706, ../scss/style.scss */
    .top-banner-content .breadcrumb a {
        margin: 0 .1rem 0;
        font-size: 13px;
    }
}

/* line 2721, ../scss/style.scss */

span.icon-dar-icon {
    color: #E9BD76;
    font-size: 17px;
    margin-top: 7px;
    margin-left: 2px;
    font-family: 'facto';
}

/* line 2729, ../scss/style.scss */

.breadcrumb-item.active {
    color: #ffffff;
    font-family: 'facto';
}

/* line 2733, ../scss/style.scss */

.top-banner-content .breadcrumb .share {
    float: right;
    width: 20px;
    padding: 15px;
}

/* line 2738, ../scss/style.scss */

span.icon-arkaz:before {
    content: '\e919';
    font-family: 'icomoon';
    color: #5b7abb;
    font-size: 18px;
}

/***************top banner section*************/

/* line 2745, ../scss/style.scss */

section.top-banner-section {
    padding-top: 150px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 0px;
    background-color: #3258a6;
}

@media (max-width: 1399.98px) {
    /* line 2745, ../scss/style.scss */
    section.top-banner-section {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 575.98px) {
    /* line 2745, ../scss/style.scss */
    section.top-banner-section {
        padding-top: 130px;
    }
}

/* line 2759, ../scss/style.scss */

.top-banner-wrapper {
    position: relative;
    padding-top: 180px;
    padding-bottom: 200px;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    /* line 2759, ../scss/style.scss */
    .top-banner-wrapper {
        padding-top: 100px;
        padding-bottom: 120px;
    }
}

@media (max-width: 1199.98px) {
    /* line 2759, ../scss/style.scss */
    .top-banner-wrapper {
        padding-top: 100px;
        padding-bottom: 120px;
    }
}

/* line 2773, ../scss/style.scss */

.trial-container {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
}

@media (max-width: 1399.98px) {
    /* line 2773, ../scss/style.scss */
    .trial-container {
        max-width: 1140px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 1199.98px) {
    /* line 2773, ../scss/style.scss */
    .trial-container {
        max-width: 960px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 991.98px) {
    /* line 2773, ../scss/style.scss */
    .trial-container {
        max-width: 760px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767.98px) {
    /* line 2773, ../scss/style.scss */
    .trial-container {
        max-width: 540px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* line 2800, ../scss/style.scss */

.top-banner-content {
    position: relative;
    z-index: 11;
}

/* line 2804, ../scss/style.scss */

.container.bc-top {
    padding-left: 0;
    margin-left: 0;
}

/* line 2808, ../scss/style.scss */

h2.top-banner-title {
    font-size: 65px;
    line-height: 75px;
    color: #5b7abb;
}

@media (max-width: 1199.98px) {
    /* line 2808, ../scss/style.scss */
    h2.top-banner-title {
        font-size: 55px;
        line-height: 65px;
    }
}

@media (max-width: 991.98px) {
    /* line 2808, ../scss/style.scss */
    h2.top-banner-title {
        font-size: 45px;
        line-height: 55px;
    }
}

@media (max-width: 767.98px) {
    /* line 2808, ../scss/style.scss */
    h2.top-banner-title {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 0px;
    }
}

@media (max-width: 575.98px) {
    /* line 2808, ../scss/style.scss */
    h2.top-banner-title {
        width: 70%;
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 440px) {
    /* line 2808, ../scss/style.scss */
    h2.top-banner-title {
        width: 68%;
    }
}

/* line 2834, ../scss/style.scss */

section.top-banner-section:before {
    content: '';
    background-image: url("../images/inside-pages/angle-small-4.png");
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -340px;
    top: 60px;
}

@media (max-width: 1399.98px) {
    /* line 2834, ../scss/style.scss */
    section.top-banner-section:before {
        display: none;
    }
}

/***********inside top section******/

/* line 2848, ../scss/style.scss */

section.inside-top-section {
    position: relative;
    background-color: #fff;
    padding-bottom: 0px;
}

/* line 2853, ../scss/style.scss */

.inside-page-top-wrapper {
    padding: 60px 60px 80px 60px;
    margin-top: -110px;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

@media (max-width: 767.98px) {
    /* line 2853, ../scss/style.scss */
    .inside-page-top-wrapper {
        padding: 40px 40px 60px 40px;
    }
}

@media (max-width: 575.98px) {
    /* line 2853, ../scss/style.scss */
    .inside-page-top-wrapper {
        padding: 60px 15px 60px 15px;
    }
}

/* line 2866, ../scss/style.scss */

.our-purpose-content {
    display: flex;
}

/* line 2868, ../scss/style.scss */

.our-purpose-content .purpose-content-area {
    padding-left: 50px;
}

@media (max-width: 767.98px) {
    /* line 2868, ../scss/style.scss */
    .our-purpose-content .purpose-content-area {
        padding-left: 30px;
    }
}

@media (max-width: 575.98px) {
    /* line 2868, ../scss/style.scss */
    .our-purpose-content .purpose-content-area {
        padding-left: 20px;
    }
}

/* line 2877, ../scss/style.scss */

.our-purpose-content .purpose-image-area img {
    max-width: 90px;
}

@media (max-width: 767.98px) {
    /* line 2877, ../scss/style.scss */
    .our-purpose-content .purpose-image-area img {
        max-width: 70px;
    }
}

@media (max-width: 575.98px) {
    /* line 2877, ../scss/style.scss */
    .our-purpose-content .purpose-image-area img {
        max-width: 56px;
    }
}

/* line 2887, ../scss/style.scss */

.our-values-content {
    display: flex;
}

/* line 2889, ../scss/style.scss */

.our-values-content .values-content-area {
    padding-left: 50px;
}

@media (max-width: 767.98px) {
    /* line 2889, ../scss/style.scss */
    .our-values-content .values-content-area {
        padding-left: 30px;
    }
}

@media (max-width: 575.98px) {
    /* line 2889, ../scss/style.scss */
    .our-values-content .values-content-area {
        padding-left: 20px;
    }
}

/* line 2898, ../scss/style.scss */

.our-values-content .values-image-area img {
    max-width: 90px;
}

@media (max-width: 767.98px) {
    /* line 2898, ../scss/style.scss */
    .our-values-content .values-image-area img {
        max-width: 70px;
    }
}

@media (max-width: 575.98px) {
    /* line 2898, ../scss/style.scss */
    .our-values-content .values-image-area img {
        max-width: 56px;
    }
}

/* line 2908, ../scss/style.scss */

section.performance-section {
    background-color: #ffffff !important;
    padding-top: 0;
    padding-bottom: 80px;
}

/* line 2913, ../scss/style.scss */

.letter {
    position: relative;
}

/* line 2915, ../scss/style.scss */

.letter:before {
    position: absolute;
    content: '';
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 0px;
    height: 2px;
    top: 180px;
    left: 0px;
    background-color: #5b7abb;
}

@media (max-width: 1199.98px) {
    /* line 2915, ../scss/style.scss */
    .letter:before {
        top: 164px;
    }
}

@media (max-width: 991.98px) {
    /* line 2915, ../scss/style.scss */
    .letter:before {
        display: none;
    }
}

/* line 2932, ../scss/style.scss */

.letter.hovered:before {
    width: 100%;
}

/* line 2937, ../scss/style.scss */

.performance-wrapper {
    background-color: rgba(5, 70, 63, 0.5);
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 140px;
}

@media (max-width: 1399.98px) {
    /* line 2937, ../scss/style.scss */
    .performance-wrapper {
        width: 118px;
    }
}

@media (max-width: 1199.98px) {
    /* line 2937, ../scss/style.scss */
    .performance-wrapper {
        width: 90px;
    }
}

@media (max-width: 991.98px) {
    /* line 2937, ../scss/style.scss */
    .performance-wrapper {
        width: 100%;
        text-align: left;
        display: flex;
        background-color: rgba(5, 70, 63, 0.8);
    }
}

/* line 2955, ../scss/style.scss */

.performance-wrapper:after {
    content: url("../images/home-slider/bottom-angle.png");
    position: absolute;
    right: 5px;
    bottom: -3px;
    color: #3258a6;
    opacity: 0;
}

/* line 2963, ../scss/style.scss */

.performance-wrapper:hover {
    background-color: #5b7abb;
}

/* line 2965, ../scss/style.scss */

.performance-wrapper:hover .semi-title.white-title {
    color: #3258a6;
}

/* line 2968, ../scss/style.scss */

.performance-wrapper:hover h2.single-text-style {
    color: #3258a6;
}

/* line 2972, ../scss/style.scss */

.performance-wrapper:hover:after {
    opacity: 1;
}

/* line 2976, ../scss/style.scss */

.years-of-experience-area:after {
    content: url("../images/home-slider/bottom-angle.png");
    position: absolute;
    right: 5px;
    bottom: -3px;
    color: #3258a6;
}

/* line 2983, ../scss/style.scss */

h2.single-text-style {
    font-size: 65px;
    font-weight: 700;
    color: #5b7abb;
}

@media (max-width: 1399.98px) {
    /* line 2983, ../scss/style.scss */
    h2.single-text-style {
        font-size: 54px;
    }
}

@media (max-width: 1199.98px) {
    /* line 2983, ../scss/style.scss */
    h2.single-text-style {
        font-size: 44px;
    }
}

@media (max-width: 991.98px) {
    /* line 2983, ../scss/style.scss */
    h2.single-text-style {
        font-size: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* line 3000, ../scss/style.scss */

.semi-title.white-title {
    color: #5b7abb;
}

@media (max-width: 1199.98px) {
    /* line 3000, ../scss/style.scss */
    .semi-title.white-title {
        align-self: flex-end;
    }
}

/* line 3006, ../scss/style.scss */

.semi-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 1399.98px) {
    /* line 3006, ../scss/style.scss */
    .semi-title {
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {
    /* line 3006, ../scss/style.scss */
    .semi-title {
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    /* line 3006, ../scss/style.scss */
    .semi-title {
        font-size: 15px;
    }
}

/*********why arkaz page*******/

/* line 3022, ../scss/style.scss */

.why-arkaz-content {
    background-color: #FAFAFA;
    padding: 30px 50px;
    border: 1px solid rgba(211, 211, 211, 0.5);
    height: 100%;
}

/* line 3027, ../scss/style.scss */

.why-arkaz-content img {
    max-width: 70px;
}

/**********Our Partners Page******/

/* line 3032, ../scss/style.scss */

.partners-logo-area {
    padding: 20px;
    background-color: #fafafa;
    text-align: center;
    border: 1px solid rgba(211, 211, 211, 0.5);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 3039, ../scss/style.scss */

.our-partner-logo {
    width: 100%;
}

/* line 3042, ../scss/style.scss */

.partners-logo-area:hover {
    border: 1px solid rgba(255, 214, 88, 0.5);
}

/* line 3045, ../scss/style.scss */

img.cm-image {
    outline: 1px solid rgba(208, 208, 208, 0.52);
    outline-offset: -20px;
    width: 100%;
    height: 100%;
}

/* line 3051, ../scss/style.scss */

.cm-quote-wrapper {
    position: relative;
    padding: 70px 70px;
}

@media (max-width: 991.98px) {
    /* line 3051, ../scss/style.scss */
    .cm-quote-wrapper {
        padding: 70px 20px;
    }
}

/* line 3058, ../scss/style.scss */

.cm-quote-content {
    border: 2px solid #5b7abb;
    position: relative;
    text-align: center;
}

/* line 3063, ../scss/style.scss */

.cm-quote-content:before {
    content: '';
    background: url("../images/inside-pages/quote-top.jpg");
    position: absolute;
    top: -15px;
    left: -28px;
    height: 40px;
    width: 59px;
    background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
    /* line 3063, ../scss/style.scss */
    .cm-quote-content:before {
        height: 30px;
    }
}

/* line 3076, ../scss/style.scss */

.cm-quote-content:after {
    content: '';
    background: url("../images/inside-pages/quote-bottom.jpg");
    position: absolute;
    bottom: -14px;
    right: -18px;
    height: 40px;
    width: 59px;
    background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
    /* line 3076, ../scss/style.scss */
    .cm-quote-content:after {
        height: 30px;
    }
}

/* line 3089, ../scss/style.scss */

.full-width-style img {
    width: 100%;
}

/* line 3092, ../scss/style.scss */

.zoom-hover-effect img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/*************SBM Page**************/

/* line 3100, ../scss/style.scss */

.sbm-content {
    position: relative;
    height: 100% !important;
}

/* line 3103, ../scss/style.scss */

.sbm-content h3 {
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 11;
}

@media (max-width: 1199.98px) {
    /* line 3103, ../scss/style.scss */
    .sbm-content h3 {
        left: 30px;
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    /* line 3103, ../scss/style.scss */
    .sbm-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    /* line 3103, ../scss/style.scss */
    .sbm-content h3 {
        font-size: 20px;
    }
}

/* line 3124, ../scss/style.scss */

.sbm-content img {
    width: 100%;
}

/* line 3128, ../scss/style.scss */

.sbm-wrapper {
    height: 100% !important;
}

/* line 3131, ../scss/style.scss */

.sbm-wrapper a {
    width: 100%;
    height: 100% !important;
}

/* line 3135, ../scss/style.scss */

.sbm-content:hover h3 {
    background-color: #5b7abb;
    margin-left: 10px;
    padding: 30px 24px;
    color: #3258a6;
    margin-bottom: -40px;
    width: 78%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 1199.98px) {
    /* line 3135, ../scss/style.scss */
    .sbm-content:hover h3 {
        padding: 15px 20px;
    }
}

@media (max-width: 400px) {
    /* line 3135, ../scss/style.scss */
    .sbm-content:hover h3 {
        padding: 15px 20px;
        left: 10px;
    }
}

/* line 3155, ../scss/style.scss */

h3.sbm-content:after {
    content: "";
    width: 70px;
    height: 75px;
    background: url("../images/home-slider/logo-pattern.png") no-repeat;
    position: absolute;
    right: -50px;
    bottom: -12px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/* line 3170, ../scss/style.scss */

.sbm-content:hover h3:after {
    content: "";
    width: 70px;
    height: 75px;
    background: url("../images/home-slider/logo-pattern.png") no-repeat;
    position: absolute;
    right: -3px;
    bottom: 0px;
    opacity: 1 !important;
}

@media (max-width: 400px) {
    /* line 3170, ../scss/style.scss */
    .sbm-content:hover h3:after {
        width: 50px;
        height: 55px;
        right: 1px;
        bottom: 1px;
    }
}

/* line 3186, ../scss/style.scss */

.green-gradient-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    min-height: 100%;
    transition: 0.3s ease;
    z-index: 9;
}

/* line 3196, ../scss/style.scss */

.green-gradient-border {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    min-height: 100%;
    transition: 0.3s ease;
    z-index: 9;
    outline: 1px solid rgba(208, 208, 208, 0.52);
    outline-offset: -20px;
}

/* line 3212, ../scss/style.scss */

.certificates-wrapper figure {
    margin-bottom: 1.4rem;
}

/* line 3216, ../scss/style.scss */

.certificates-wrapper .black-gradient {
    background: #020024;
    background: -moz-linear-gradient(0deg, #020024 0%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -webkit-linear-gradient(0deg, #020024 0%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: linear-gradient(0deg, #020024 0%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#000000", GradientType=1);
}

/* line 3224, ../scss/style.scss */

.certificates-wrapper .media-section-photos a .green-gradient-border {
    outline: 1px solid rgba(208, 208, 208, 0);
}

/* line 3228, ../scss/style.scss */

.certificates-wrapper .media-section-photos a:hover .green-gradient-border {
    outline: 1px solid rgba(208, 208, 208, 0.52);
}

/* line 3234, ../scss/style.scss */

.certificates-wrapper .photo-gallery {
    bottom: 20px;
}

/* line 3242, ../scss/style.scss */

span.read-more-link {
    color: #5b7abb;
    font-family: "Facto", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

/* line 3248, ../scss/style.scss */

span.read-more-link:active {
    color: #3258a6 !important;
}

@media (max-width: 767.98px) {
    /* line 3242, ../scss/style.scss */
    span.read-more-link {
        font-size: 16px;
    }
}

/* line 3255, ../scss/style.scss */

span.read-more-link:after {
    content: '\e915';
    right: 0px;
    font-family: 'icomoon';
    font-size: 12px;
    padding-left: 12px;
}

/* line 3262, ../scss/style.scss */

.sbm-top-content {
    position: absolute;
    padding: 30px 60px 30px 30px;
    left: 30px;
    top: 0px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 1199.98px) {
    /* line 3262, ../scss/style.scss */
    .sbm-top-content {
        padding: 30px 60px 30px 10px;
    }
}

/* line 3279, ../scss/style.scss */

.sbm-content:hover .sbm-top-content {
    top: 60px;
    opacity: 1;
}

@media (max-width: 1399.98px) {
    /* line 3279, ../scss/style.scss */
    .sbm-content:hover .sbm-top-content {
        top: 5px;
    }
}

@media (max-width: 1399.98px) {
    /* line 3285, ../scss/style.scss */
    .sbm-content:hover .sbm-top-content p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 991.98px) {
    /* line 3285, ../scss/style.scss */
    .sbm-content:hover .sbm-top-content p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 440px) {
    /* line 3285, ../scss/style.scss */
    .sbm-content:hover .sbm-top-content p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 400px) {
    /* line 3279, ../scss/style.scss */
    .sbm-content:hover .sbm-top-content {
        left: 15px;
        padding: 10px 15px 15px 10px;
    }
}

/* line 3312, ../scss/style.scss */

.sbm-content:hover .green-gradient-mask {
    background-color: rgba(5, 70, 63, 0.9);
}

/* line 3315, ../scss/style.scss */

.sbm-content:hover .image-inside-border {
    opacity: 0;
}

/* line 3318, ../scss/style.scss */

.image-inside-border {
    padding: 30px;
    position: absolute;
    left: 3%;
    top: 4%;
    border: solid 1px rgba(208, 208, 208, 0.5);
    width: 94%;
    height: 91%;
    z-index: 11;
}

/************News Page********/

/* line 3329, ../scss/style.scss */

h3.inside-white-color.news-title {
    bottom: 80px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 85%;
}

@media (max-width: 1199.98px) {
    /* line 3329, ../scss/style.scss */
    h3.inside-white-color.news-title {
        left: 50px;
    }
}

@media (max-width: 767.98px) {
    /* line 3329, ../scss/style.scss */
    h3.inside-white-color.news-title {
        left: 30px;
    }
}

@media (max-width: 440px) {
    /* line 3329, ../scss/style.scss */
    h3.inside-white-color.news-title {
        left: 15px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

/* line 3350, ../scss/style.scss */

.sbm-content:hover span.news-date-icon {
    opacity: 0;
}

/* line 3353, ../scss/style.scss */

span.news-date-icon {
    position: absolute;
    left: 52px;
    bottom: 56px;
    font-size: 16px;
    color: #E2E2E2;
    z-index: 11;
    font-family: "Facto", sans-serif;
    font-weight: 400;
    padding-left: 30px;
}

@media (max-width: 767.98px) {
    /* line 3353, ../scss/style.scss */
    span.news-date-icon {
        left: 34px;
    }
}

@media (max-width: 400px) {
    /* line 3353, ../scss/style.scss */
    span.news-date-icon {
        left: 18px;
    }
}

/* line 3370, ../scss/style.scss */

.sbm-link {
    width: 100%;
}

/* line 3373, ../scss/style.scss */

span.news-date-icon:before {
    content: '\e91a';
    font-family: 'icomoon';
    color: #5b7abb !important;
    left: 0;
    font-size: 18px;
    position: absolute;
}

/* line 3381, ../scss/style.scss */

.sbm-content:hover h3.inside-white-color.news-title {
    margin-bottom: -90px;
    font-size: 26px;
    padding: 20px 24px;
    line-height: 34px;
    width: 85%;
}

@media (max-width: 767.98px) {
    /* line 3381, ../scss/style.scss */
    .sbm-content:hover h3.inside-white-color.news-title {
        font-size: 20px;
        line-height: 28px;
        padding: 6px 14px;
    }
}

/*.sbm-content:hover p.inside-paragraph-white{
	@media (max-width: 767.98px){
		display: none;	
	}
}*/

@media (max-width: 767.98px) {
    /* line 3399, ../scss/style.scss */
    .sbm-content:hover span.read-more-link {
        display: block;
    }
}

/* line 3404, ../scss/style.scss */

.sbm-content:hover .sbm-top-content.news-top-content {
    top: 30px;
    opacity: 1;
}

/* line 3409, ../scss/style.scss */

span.sbm-top-content.news-top-content {
    padding: 10px 60px 30px 30px;
}

/* line 3411, ../scss/style.scss */

span.sbm-top-content.news-top-content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media (max-width: 440px) {
    /* line 3411, ../scss/style.scss */
    span.sbm-top-content.news-top-content p {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    /* line 3409, ../scss/style.scss */
    span.sbm-top-content.news-top-content {
        padding: 10px 60px 30px 10px;
    }
}

/* line 3424, ../scss/style.scss */

span.news-date-icon-hover {
    font-size: 16px;
    color: #E2E2E2;
    z-index: 11;
    font-family: "Facto", sans-serif;
    font-weight: 400;
    padding-left: 30px;
}

/* line 3432, ../scss/style.scss */

span.news-date-icon-hover:before {
    content: '\e91a';
    font-family: 'icomoon';
    color: #5b7abb !important;
    left: 30px;
    font-size: 18px;
    position: absolute;
}

@media (max-width: 767.98px) {
    /* line 3432, ../scss/style.scss */
    span.news-date-icon-hover:before {
        left: 10px;
    }
}

/* line 3443, ../scss/style.scss */

.input-group input.form-control {
    border-radius: 5px !important;
    padding: 10px 16px;
    border: 1px solid rgba(186, 186, 186, 0.5);
    font-family: "Facto", sans-serif;
}

/* line 3449, ../scss/style.scss */

.input-group input.form-control:focus {
    box-shadow: none !important;
}

/* line 3452, ../scss/style.scss */

input[type="search"] {
    max-width: 100%;
    height: 60px;
    border: 1px solid rgba(134, 134, 134, 0.5);
    padding: 0 12px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-family: "Facto", sans-serif;
}

/* line 3460, ../scss/style.scss */

.input-group-append {
    position: absolute;
    right: 5px;
    z-index: 22;
    top: 5px;
}

/* line 3466, ../scss/style.scss */

.btn-primary {
    background-color: transparent;
    position: absolute;
    border: none;
}

/* line 3471, ../scss/style.scss */

.btn-primary:hover {
    color: #fff;
    background-color: transparent;
}

/* line 3475, ../scss/style.scss */

span.press-release-search:before {
    content: '\e901';
    font-family: 'icomoon';
    color: #3258a6;
}

/* line 3480, ../scss/style.scss */

.dropdown-toggle {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(186, 186, 186, 0.5);
    padding: 10px 16px;
    text-align: left;
    color: #8e8e8e;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-family: "Facto", sans-serif;
}

/* line 3490, ../scss/style.scss */

.dropdown-toggle:after {
    content: "\e920";
    font-family: 'icomoon';
    position: absolute;
    right: 16px;
    color: #3258a6;
    font-size: 15px;
    border: none;
}

/* line 3499, ../scss/style.scss */

.dropdown-menu-dark {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: #fff;
    padding: 0;
}

/* line 3505, ../scss/style.scss */

button#button-addon5:focus {
    box-shadow: none;
    background-color: transparent;
}

/* line 3509, ../scss/style.scss */

input#button-search-addon:focus {
    border: 1px solid #3258a6;
}

/* line 3512, ../scss/style.scss */

.dropdown-menu-dark li {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 3515, ../scss/style.scss */

.dropdown-menu-dark li:hover .dropdown-item {
    background-color: #3258a6 !important;
    color: #fff !important;
}

/* line 3519, ../scss/style.scss */

.dropdown-item {
    padding: 12px 15px;
    color: #3258a6 !important;
}

/* line 3523, ../scss/style.scss */

.dropdown-toggle:focus {
    box-shadow: none !important;
}

/* line 3526, ../scss/style.scss */

.input-group-append:focus {
    box-shadow: none !important;
}

/* line 3529, ../scss/style.scss */

select.form-select:focus {
    box-shadow: none !important;
    border: 1px solid #3258a6;
}

/* line 3534, ../scss/style.scss */

select.form-select {
    background-image: url("../images/inside-pages/filter-icon.png");
    background-size: 15px 16px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 20px;
    font-family: "Facto", sans-serif;
    color: #8e8e8e;
    cursor: pointer;
}

/* line 3544, ../scss/style.scss */

select.form-select:after {
    content: "\e920";
    font-family: 'icomoon';
    position: absolute;
    right: 16px;
    color: #3258a6;
    font-size: 15px;
    border: none;
}

/* line 3553, ../scss/style.scss */

select.form-select option {
    color: #3258a6;
    padding-bottom: 50px;
}

/* line 3556, ../scss/style.scss */

select.form-select option:hover {
    background-color: red !important;
}

/* line 3560, ../scss/style.scss */

.search-container-area {
    position: relative;
    z-index: 9;
}

/*General Pagination*/

/* line 3565, ../scss/style.scss */

.pagination {
    text-align: center;
    margin-top: 3.75rem;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

/* line 3572, ../scss/style.scss */

.pagination li {
    display: inline-table;
    margin-left: 2px;
    margin-right: 2px;
}

/* line 3577, ../scss/style.scss */

.pagination li a {
    font-size: 14px;
    font-weight: 500;
    color: #3258a6;
    border-radius: 1px;
    border: 1px solid transparent;
    padding: 7px 15px 4px;
    margin: 0;
    cursor: pointer;
    background-color: #E0E0E0;
    text-transform: uppercase;
    font-family: "Facto", sans-serif;
}

/* line 3590, ../scss/style.scss */

.pagination li a:focus {
    box-shadow: none;
    color: #3258a6;
}

/* line 3594, ../scss/style.scss */

.pagination li a:hover {
    border: 1px solid #5b7abb;
    color: #3258a6;
    background-color: #5b7abb;
}

/* line 3599, ../scss/style.scss */

.pagination .page-item.active .page-link {
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: 500;
    border-radius: 1px;
    border: none;
    /*padding: 5px 15px 5px;*/
    padding: 7px 17px 6px;
    margin: 0;
    background-color: #5b7abb;
}

/* line 3610, ../scss/style.scss */

.pagination .page-item .PagedList-skipToPrevious,
.pagination .page-item .PagedList-skipToNext {
    padding: 5px 0 5px 0;
    display: inline-block;
    border-radius: 1px;
    background-color: transparent;
}

/* line 3623, ../scss/style.scss */

.pagination .page-item.active {
    font-weight: 500;
}

/****************Gallery Page************/

/* line 3627, ../scss/style.scss */

ul#pills-tab {
    border-bottom: 1px solid #EDEDED;
}

/* line 3630, ../scss/style.scss */

div#pills-tabContent {
    text-align: center;
}

/* line 3633, ../scss/style.scss */

.nav-pills.gallery-area .nav-link {
    color: #3258a6;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Facto';
    transition: 0.3s ease;
    border-bottom: 2px solid transparent;
}

@media (max-width: 767.98px) {
    /* line 3633, ../scss/style.scss */
    .nav-pills.gallery-area .nav-link {
        font-size: 20px;
    }
}

/* line 3643, ../scss/style.scss */

.nav-pills.gallery-area .nav-link:hover {
    color: #5b7abb;
}

/* line 3647, ../scss/style.scss */

.nav-pills.gallery-area .nav-link.active {
    border-bottom: 2px solid #5b7abb;
    border-radius: 0;
    background-color: transparent;
    color: #3258a6;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Facto';
    transition: 0.3s ease;
}

@media (max-width: 767.98px) {
    /* line 3647, ../scss/style.scss */
    .nav-pills.gallery-area .nav-link.active {
        font-size: 20px;
    }
}

/* line 3660, ../scss/style.scss */

.element-item.photo .media-box {
    position: relative;
}

/* line 3664, ../scss/style.scss */

.element-item.photo figure {
    margin-bottom: 1.4rem;
}

/* line 3667, ../scss/style.scss */

.element-item.photo .hidden {
    display: none;
}

/* line 3671, ../scss/style.scss */

.media-section-photos img {
    transition: transform .9s ease;
    width: 100%;
}

/* line 3675, ../scss/style.scss */

.media-section-photos {
    background-color: rgba(5, 70, 63, 0.9);
}

/* line 3678, ../scss/style.scss */

a.photo-gallery-link {
    width: 100%;
}

/* line 3681, ../scss/style.scss */

a.video-gallery-link {
    width: 100%;
}

/* line 3684, ../scss/style.scss */

figure.media-box:hover .green-gradient-border {
    background-color: rgba(5, 70, 63, 0.8);
    z-index: 11;
}

/* line 3688, ../scss/style.scss */

figure.media-box:hover h3.inside-white-color {
    color: #5b7abb;
}

/* line 3691, ../scss/style.scss */

figure.media-box:hover .media-section-photos a.photo-gallery-link:before {
    opacity: 1;
}

/* line 3694, ../scss/style.scss */

figure.media-box:hover .media-section-photos a.video-gallery-link:before {
    opacity: 1;
}

/* line 3697, ../scss/style.scss */

.fancybox-button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 3700, ../scss/style.scss */

.fancybox-button:hover {
    background-color: #5b7abb;
}

/* line 3703, ../scss/style.scss */

.media-section-photos a.photo-gallery-link:before {
    content: '\e91f';
    position: absolute;
    font-family: 'icomoon';
    z-index: 111;
    color: #5b7abb;
    left: 44%;
    top: 35%;
    opacity: 0;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 20px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #5b7abb;
}

@media (max-width: 991.98px) {
    /* line 3703, ../scss/style.scss */
    .media-section-photos a.photo-gallery-link:before {
        padding: 14px 20px;
    }
}

@media (max-width: 575.98px) {
    /* line 3703, ../scss/style.scss */
    .media-section-photos a.photo-gallery-link:before {
        padding: 10px 15px;
        font-size: 20px;
    }
}

/* line 3729, ../scss/style.scss */

.media-section-photos a.video-gallery-link:before {
    content: '\e91f';
    position: absolute;
    font-family: 'icomoon';
    z-index: 111;
    color: #5b7abb;
    left: 44%;
    top: 35%;
    opacity: 0;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 20px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #5b7abb;
}

@media (max-width: 991.98px) {
    /* line 3729, ../scss/style.scss */
    .media-section-photos a.video-gallery-link:before {
        padding: 14px 20px;
    }
}

@media (max-width: 575.98px) {
    /* line 3729, ../scss/style.scss */
    .media-section-photos a.video-gallery-link:before {
        padding: 10px 15px;
        font-size: 20px;
    }
}

/* line 3756, ../scss/style.scss */

.photo-gallery {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 11;
    padding-right: 15px;
}

@media (max-width: 400px) {
    /* line 3756, ../scss/style.scss */
    .photo-gallery {
        bottom: 30px;
    }
}

/* line 3766, ../scss/style.scss */

.video-gallery {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 11;
    padding-right: 15px;
}

@media (max-width: 400px) {
    /* line 3766, ../scss/style.scss */
    .video-gallery {
        bottom: 30px;
    }
}

/* line 3776, ../scss/style.scss */

span.photo-gallery-icon {
    font-family: 'Facto';
    color: #E2E2E2;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-left: 30px;
}

/* line 3784, ../scss/style.scss */

span.video-gallery-icon {
    font-family: 'Facto';
    color: #E2E2E2;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-left: 36px;
    text-align: left;
}

/* line 3793, ../scss/style.scss */

span.photo-gallery-icon:before {
    content: '\e91b';
    font-family: 'icomoon';
    left: 0;
    color: #5b7abb;
    position: absolute;
    font-size: 18px;
}

/* line 3801, ../scss/style.scss */

span.video-gallery-icon:before {
    content: '\e91d';
    font-family: 'icomoon';
    left: 0;
    color: #5b7abb;
    position: absolute;
    font-size: 18px;
}

/* line 3810, ../scss/style.scss */

.photo-gallery h3 {
    text-align: left;
    padding-right: 30px;
}

/****************products and services*****************/

/* line 3816, ../scss/style.scss */

.ps-content-wrapper {
    background-color: #3258a6;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
}

/* line 3822, ../scss/style.scss */

.ps-content-wrapper span.ps-span-title {
    color: #fff;
}

/* line 3825, ../scss/style.scss */

.ps-content-wrapper h3.inside-yellow-color {
    margin-left: 90px;
    font-size: 25px;
}

@media (max-width: 1399.98px) {
    /* line 3825, ../scss/style.scss */
    .ps-content-wrapper h3.inside-yellow-color {
        margin-top: 2px !important;
    }
}

@media (max-width: 1199.98px) {
    /* line 3825, ../scss/style.scss */
    .ps-content-wrapper h3.inside-yellow-color {
        margin-top: 20px !important;
    }
}

@media (max-width: 767.98px) {
    /* line 3825, ../scss/style.scss */
    .ps-content-wrapper h3.inside-yellow-color {
        margin-top: 2px !important;
        font-size: 22px;
    }
}

@media (max-width: 440px) {
    /* line 3825, ../scss/style.scss */
    .ps-content-wrapper h3.inside-yellow-color {
        font-size: 18px;
        margin-left: 70px;
    }
}

/* line 3843, ../scss/style.scss */

.ps-content-wrapper p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* line 3849, ../scss/style.scss */

.ps-content-wrapper:hover {
    background-color: #5b7abb;
}

/* line 3851, ../scss/style.scss */

.ps-content-wrapper:hover h3.inside-yellow-color {
    color: #3258a6;
}

/* line 3854, ../scss/style.scss */

.ps-content-wrapper:hover p.inside-paragraph-white {
    color: #3258a6;
}

/* line 3857, ../scss/style.scss */

.ps-content-wrapper:hover span.read-more-link {
    color: #3258a6;
}

/* line 3860, ../scss/style.scss */

.ps-content-wrapper:hover span.ps-span-title {
    color: #3258a6;
}

/* line 3863, ../scss/style.scss */

.ps-content-wrapper:hover span.sbm-page-icon:before {
    color: #3258a6;
}

/* line 3866, ../scss/style.scss */

.ps-content-wrapper:hover span.ca-page-icon:before {
    color: #3258a6;
}

/* line 3869, ../scss/style.scss */

.ps-content-wrapper:hover span.rmt-page-icon:before {
    color: #3258a6;
}

/* line 3872, ../scss/style.scss */

.ps-content-wrapper:hover span.ob-page-icon:before {
    color: #3258a6;
}

/* line 3877, ../scss/style.scss */

span.sbm-page-icon:before {
    content: '\e916';
    font-family: 'icomoon';
    color: #fff;
    font-size: 55px;
    font-weight: 100;
    position: absolute;
    left: 50px;
    top: 67px;
}

@media (max-width: 575.98px) {
    /* line 3877, ../scss/style.scss */
    span.sbm-page-icon:before {
        font-size: 45px;
    }
}

/* line 3890, ../scss/style.scss */

span.ca-page-icon:before {
    content: '\e90d';
    font-family: 'icomoon';
    color: #fff;
    font-size: 55px;
    font-weight: 100;
    position: absolute;
    left: 50px;
    top: 67px;
}

@media (max-width: 575.98px) {
    /* line 3890, ../scss/style.scss */
    span.ca-page-icon:before {
        font-size: 45px;
    }
}

/* line 3903, ../scss/style.scss */

span.rmt-page-icon:before {
    content: '\e917';
    font-family: 'icomoon';
    color: #fff;
    font-size: 55px;
    font-weight: 100;
    position: absolute;
    left: 50px;
    top: 67px;
}

@media (max-width: 575.98px) {
    /* line 3903, ../scss/style.scss */
    span.rmt-page-icon:before {
        font-size: 45px;
    }
}

/* line 3916, ../scss/style.scss */

span.ob-page-icon:before {
    content: '\e921';
    font-family: 'icomoon';
    color: #fff;
    font-size: 55px;
    font-weight: 100;
    position: absolute;
    left: 50px;
    top: 50px;
}

@media (max-width: 575.98px) {
    /* line 3916, ../scss/style.scss */
    span.ob-page-icon:before {
        font-size: 45px;
    }
}

/* line 3929, ../scss/style.scss */

a.ps-content-link {
    width: 100%;
    height: 100%;
}

/* line 3933, ../scss/style.scss */

.ps-content-wrapper:after {
    content: "";
    width: 70px;
    height: 75px;
    background: url("../images/home-slider/logo-pattern.png") no-repeat;
    position: absolute;
    right: -20px;
    bottom: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

/* line 3944, ../scss/style.scss */

.ps-content-wrapper:hover:after {
    right: 0px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/***********our vendors page***********/

/* line 3950, ../scss/style.scss */

.vendors-logo-area {
    border: 1px solid #ebebeb;
    text-align: center;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 3957, ../scss/style.scss */

.vendors-logo-area:hover {
    border: 1px solid #5b7abb;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 3962, ../scss/style.scss */

.vendors-logo-area:hover>img {
    filter: grayscale(0);
}

/* line 3965, ../scss/style.scss */

.vendors-logo-area img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.8;
    filter: grayscale(1);
    max-width: 250px;
}

@media (max-width: 991.98px) {
    /* line 3965, ../scss/style.scss */
    .vendors-logo-area img {
        max-width: 150px;
    }
}

@media (max-width: 767.98px) {
    /* line 3965, ../scss/style.scss */
    .vendors-logo-area img {
        max-width: 200px;
    }
}

/* line 3977, ../scss/style.scss */

.vendors-logo-area:hover img {
    transform: scale(1.03);
}

/* line 3980, ../scss/style.scss */

span.news-date-area {
    font-size: 16px;
    color: #7E7E7E;
    font-weight: 400;
    font-family: 'facto';
    padding-left: 26px;
    padding-right: 26px;
    position: relative;
}

/* line 3989, ../scss/style.scss */

span.news-date-area:before {
    content: '\e91a';
    font-family: 'icomoon';
    color: #5b7abb;
    position: absolute;
    left: 0;
}

/* line 3997, ../scss/style.scss */

span.news-share-area {
    font-size: 16px;
    color: #7E7E7E;
    font-weight: 400;
    font-family: 'facto';
    padding-left: 26px;
    padding-right: 26px;
    position: relative;
}

/* line 4006, ../scss/style.scss */

span.news-share-area:before {
    content: '\e906';
    font-family: 'icomoon';
    color: #5b7abb;
    position: absolute;
    left: 0;
}

/* line 4013, ../scss/style.scss */

a.contactus-link {
    color: #008678;
}

/* line 4016, ../scss/style.scss */

.prev-next-page-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FAFAFA;
    padding: 15px;
}

/* line 4023, ../scss/style.scss */

.prev-next-page-area a {
    color: rgba(5, 70, 63, 0.5);
}

/* line 4026, ../scss/style.scss */

span.previous-press-release {
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    font-family: 'Facto';
    color: rgba(64, 64, 64, 0.5);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 4034, ../scss/style.scss */

span.previous-press-release:before {
    content: '\e923';
    font-family: 'icomoon';
    position: absolute;
    font-size: 16px;
    left: 0;
    color: rgba(5, 70, 63, 0.5);
}

/* line 4042, ../scss/style.scss */

span.square-icon:before {
    content: '\e91e';
    font-family: 'icomoon';
    color: rgba(5, 70, 63, 0.5);
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    -ms-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important;
}

/* line 4052, ../scss/style.scss */

span.next-press-release {
    padding-right: 20px;
    position: relative;
    font-size: 16px;
    font-family: 'Facto';
    color: rgba(64, 64, 64, 0.5);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 4060, ../scss/style.scss */

span.next-press-release:after {
    content: '\e922';
    font-family: 'icomoon';
    position: absolute;
    font-size: 16px;
    right: 0;
    color: rgba(5, 70, 63, 0.5);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 4069, ../scss/style.scss */

.prev-next-page-area span:hover {
    color: #5b7abb !important;
}

/* line 4072, ../scss/style.scss */

span.square-icon:hover::before {
    color: #5b7abb;
}

/* line 4075, ../scss/style.scss */

.owl-carousel.related-news-carousal button.owl-dot {
    background: #D3D3D3;
}

/* line 4077, ../scss/style.scss */

.owl-carousel.related-news-carousal button.owl-dot:hover {
    background: #5b7abb !important;
}

/* line 4081, ../scss/style.scss */

.owl-carousel.related-news-carousal button.owl-dot.active {
    background: #3258a6;
}

/* line 4084, ../scss/style.scss */

.related-news-container {
    padding: 0px 60px;
}

@media (max-width: 767.98px) {
    /* line 4084, ../scss/style.scss */
    .related-news-container {
        padding: 0px 40px;
    }
}

@media (max-width: 575.98px) {
    /* line 4084, ../scss/style.scss */
    .related-news-container {
        padding: 0px 15px;
    }
}

/* line 4093, ../scss/style.scss */

section.related-news-section {
    background-color: #F5F5F5;
}

/****************search results****************/

/* line 4097, ../scss/style.scss */

.input-group.search-results input {
    border: 1px solid #D3D3D3;
    padding: 35px 20px;
    font-size: 20px;
    background-color: #fafafa;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* line 4103, ../scss/style.scss */

.input-group.search-results input:focus {
    border: 1px solid #3258a6;
}

@media (max-width: 767.98px) {
    /* line 4097, ../scss/style.scss */
    .input-group.search-results input {
        padding: 25px 20px;
        font-size: 18px;
    }
}

/* line 4111, ../scss/style.scss */

.search-results-content {
    background-color: #FAFAFA;
    padding: 30px;
}

/* line 4115, ../scss/style.scss */

h4.results-small-title {
    font-size: 16px;
    color: #3258a6;
    font-weight: 400;
}

/* line 4120, ../scss/style.scss */

span.search-result-search:before {
    content: '\e901';
    font-family: 'icomoon';
    color: #3258a6;
    font-size: 22px;
}

@media (max-width: 767.98px) {
    /* line 4120, ../scss/style.scss */
    span.search-result-search:before {
        font-size: 18px;
    }
}

/* line 4129, ../scss/style.scss */

.input-group-append.results-button {
    top: 15px;
    right: 12px;
}

@media (max-width: 767.98px) {
    /* line 4129, ../scss/style.scss */
    .input-group-append.results-button {
        top: 8px;
    }
}

/* line 4136, ../scss/style.scss */

.search-results-content a:hover {
    color: #3258a6 !important;
}

/* line 4140, ../scss/style.scss */

.search-results-section h4 {
    color: #8e8e8e;
}

@media (max-width: 767.98px) {
    /* line 4140, ../scss/style.scss */
    .search-results-section h4 {
        font-size: 16px;
    }
}

/* line 4147, ../scss/style.scss */

.search-results-section .search-results-content {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

/* line 4150, ../scss/style.scss */

.search-results-section .search-results-content h3 {
    color: red;
    font-size: 32px;
}

@media (max-width: 767.98px) {
    /* line 4150, ../scss/style.scss */
    .search-results-section .search-results-content h3 {
        font-size: 25px;
    }
}

/* line 4157, ../scss/style.scss */

.search-results-section .search-results-content a {
    color: #585858;
    font-size: 20px;
    font-weight: 600;
}

/* line 4161, ../scss/style.scss */

.search-results-section .search-results-content a:hover {
    color: red;
}

@media (max-width: 767.98px) {
    /* line 4157, ../scss/style.scss */
    .search-results-section .search-results-content a {
        font-size: 18px;
    }
}

/* line 4168, ../scss/style.scss */

.search-results-section .search-results-content:hover {
    border-bottom: 1px solid #D5A520;
}

/* line 4170, ../scss/style.scss */

.search-results-section .search-results-content:hover h3 {
    color: #1456A2;
}

/* line 4176, ../scss/style.scss */

button#button-addon5:focus {
    background-color: transparent;
    box-shadow: none;
}

/****************error page************/

/* line 4181, ../scss/style.scss */

section.error-page-section {
    background-color: #3258a6;
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* line 4190, ../scss/style.scss */

img.logo-center {
    max-width: 300px;
}

/* line 4193, ../scss/style.scss */

.error-page-not-found {
    position: absolute;
    left: -380px;
    top: 60px;
    height: 90vh;
}

@media (max-width: 575.98px) {
    /* line 4193, ../scss/style.scss */
    .error-page-not-found {
        left: -420px;
        top: 240px;
        height: 50vh;
    }
}

/***************************************************
 * Generated by SVG Artista on 2/14/2022, 12:48:38 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

/* line 4210, ../scss/style.scss */

svg .error-page-animation-1 {
    stroke-dashoffset: 5119.8857421875px;
    stroke-dasharray: 5119.8857421875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

/* line 4217, ../scss/style.scss */

svg.active .error-page-animation-1 {
    stroke-dashoffset: 0;
}

/* line 4221, ../scss/style.scss */

svg .error-page-animation-2 {
    stroke-dashoffset: 2441.21923828125px;
    stroke-dasharray: 2441.21923828125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

/* line 4228, ../scss/style.scss */

svg.active .error-page-animation-2 {
    stroke-dashoffset: 0;
}

/* line 4232, ../scss/style.scss */

svg .error-page-animation-3 {
    stroke-dashoffset: 2081.29248046875px;
    stroke-dasharray: 2081.29248046875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}

/* line 4239, ../scss/style.scss */

svg.active .error-page-animation-3 {
    stroke-dashoffset: 0;
}

/* line 4243, ../scss/style.scss */

svg .error-page-animation-4 {
    stroke-dashoffset: 1745.95849609375px;
    stroke-dasharray: 1745.95849609375px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}

/* line 4250, ../scss/style.scss */

svg.active .error-page-animation-4 {
    stroke-dashoffset: 0;
}

/* line 4254, ../scss/style.scss */

svg .error-page-animation-5 {
    stroke-dashoffset: 512.8603515625px;
    stroke-dasharray: 512.8603515625px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}

/* line 4261, ../scss/style.scss */

svg.active .error-page-animation-5 {
    stroke-dashoffset: 0;
}

/* line 4265, ../scss/style.scss */

svg .error-page-animation-6 {
    stroke-dashoffset: 602.4189453125px;
    stroke-dasharray: 602.4189453125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

/* line 4272, ../scss/style.scss */

svg.active .error-page-animation-6 {
    stroke-dashoffset: 0;
}

/* line 4276, ../scss/style.scss */

svg .error-page-animation-7 {
    stroke-dashoffset: 867.7071533203125px;
    stroke-dasharray: 867.7071533203125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
}

/* line 4283, ../scss/style.scss */

svg.active .error-page-animation-7 {
    stroke-dashoffset: 0;
}

/****************pop up****************/

/* line 4288, ../scss/style.scss */

.client-logo-area-model>img {
    padding: 40px 25px;
    border: 1px solid #C6C6C6;
}

/* line 4292, ../scss/style.scss */

.modal-body {
    padding-top: 0px;
    z-index: 1111;
}

/* line 4296, ../scss/style.scss */

.modal-open .modal {
    background-color: rgba(4, 61, 54, 0.9);
    z-index: 1111;
}

/* line 4300, ../scss/style.scss */

.row.client-popup-model {
    padding: 10px 50px;
}

/* line 4303, ../scss/style.scss */

.modal-header.model-popup-header {
    border-bottom: none;
}

/* line 4306, ../scss/style.scss */

.modal-header.model-popup-header .btn-close {
    color: #D5A520;
    background-color: transparent;
    opacity: 1;
}

/* line 4312, ../scss/style.scss */

.modal-header.model-popup-header .btn-close:focus {
    box-shadow: none !important;
}

/* line 4315, ../scss/style.scss */

.modal-content,
.modal-content {
    background-color: #fff;
}

/* line 4319, ../scss/style.scss */

.client-logo-area-model>img {
    padding: 40px 25px;
    border: 1px solid #434343;
    margin-bottom: 30px;
}

/* line 4324, ../scss/style.scss */

.btn-close {
    background-image: none !important;
}

/* line 4327, ../scss/style.scss */

.modal-header.model-popup-header .btn-close:before {
    color: #BFBFBF !important;
    content: 'x';
    font-size: 30px !important;
    font-weight: 300;
    position: absolute;
    right: 28px;
    top: 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767.98px) {
    /* line 4327, ../scss/style.scss */
    .modal-header.model-popup-header .btn-close:before {
        top: 6px;
    }
}

/* line 4341, ../scss/style.scss */

.modal-header.model-popup-header .btn-close:hover {
    background-color: transparent;
}

/* line 4343, ../scss/style.scss */

.modal-header.model-popup-header .btn-close:hover:before {
    color: #D5A520 !important;
}

/* line 4349, ../scss/style.scss */

.popup-area-wrapper {
    padding: 10px 40px 40px 40px;
}

@media (max-width: 767.98px) {
    /* line 4349, ../scss/style.scss */
    .popup-area-wrapper {
        padding: 0;
    }
}

/* line 4356, ../scss/style.scss */

a.download-datasheet {
    padding: 15px;
    color: #3258a6;
    font-family: 'facto';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #5b7abb;
}

@media (max-width: 575.98px) {
    /* line 4356, ../scss/style.scss */
    a.download-datasheet {
        font-size: 13px;
    }
}

/* line 4368, ../scss/style.scss */

a.download-datasheet:hover {
    background-color: #3258a6;
    color: #5b7abb;
}

/* line 4373, ../scss/style.scss */

a.download-datasheet:after {
    content: '\e915';
    font-family: 'icomoon';
    padding-left: 15px;
    font-size: 12px;
}

@media (max-width: 575.98px) {
    /* line 4373, ../scss/style.scss */
    a.download-datasheet:after {
        font-size: 8px;
    }
}

/*********QHSE Page ************/

/* line 4383, ../scss/style.scss */

.parallax-area {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 0px;
}

/* line 4390, ../scss/style.scss */

.parallax-area .overlay-green {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    padding: 80px 0px 80px 0px;
    background-color: rgba(4, 61, 54, 0.9);
}

/* line 4400, ../scss/style.scss */

.qhse-parallex-container {
    padding: 0px 60px;
}

@media (max-width: 767.98px) {
    /* line 4400, ../scss/style.scss */
    .qhse-parallex-container {
        padding: 0px 40px;
    }
}

@media (max-width: 575.98px) {
    /* line 4400, ../scss/style.scss */
    .qhse-parallex-container {
        padding: 0px 15px;
    }
}

/* line 4410, ../scss/style.scss */

.qhse-parallex-container ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 100%;
    position: relative;
}

@media (max-width: 991.98px) {
    /* line 4410, ../scss/style.scss */
    .qhse-parallex-container ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

/* line 4422, ../scss/style.scss */

.qhse-parallex-container ul li {
    margin-bottom: 10px;
    margin-right: 18px;
    margin-left: 36px;
    list-style-type: none;
    padding-right: 15px;
    font-family: 'facto';
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.23);
    position: relative;
    padding-bottom: 14px;
}

@media (max-width: 767.98px) {
    /* line 4422, ../scss/style.scss */
    .qhse-parallex-container ul li {
        font-size: 16px;
    }
}

/* line 4440, ../scss/style.scss */

.qhse-parallex-container ul li:before {
    content: '\e91c';
    font-family: 'icomoon';
    color: #5b7abb;
    padding-right: 20px;
    position: absolute;
    left: -36px;
}

/* line 4448, ../scss/style.scss */

.container.qhse-certified-container {
    padding: 0px 60px;
}

@media (max-width: 767.98px) {
    /* line 4448, ../scss/style.scss */
    .container.qhse-certified-container {
        padding: 0px 40px;
    }
}

@media (max-width: 575.98px) {
    /* line 4448, ../scss/style.scss */
    .container.qhse-certified-container {
        padding: 0px 15px;
    }
}

/* line 4457, ../scss/style.scss */

.qhse-certified-logo img {
    margin-right: 16px;
}

@media (max-width: 1199.98px) {
    /* line 4457, ../scss/style.scss */
    .qhse-certified-logo img {
        max-width: 90px;
    }
}

@media (max-width: 575.98px) {
    /* line 4457, ../scss/style.scss */
    .qhse-certified-logo img {
        max-width: 80px;
    }
}

/*************Overview*********/

/* line 4467, ../scss/style.scss */

.parallax-area .overlay-gradient {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    padding: 80px 0px 80px 0px;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7007177871) 0%, rgba(0, 0, 0, 0) 70%);
}

/* line 4478, ../scss/style.scss */

.container.overview-products-container {
    padding: 0px 60px;
}

@media (max-width: 767.98px) {
    /* line 4478, ../scss/style.scss */
    .container.overview-products-container {
        padding: 0px 40px;
    }
}

@media (max-width: 575.98px) {
    /* line 4478, ../scss/style.scss */
    .container.overview-products-container {
        padding: 0px 15px;
    }
}

@media (max-width: 1199.98px) {
    /* line 4486, ../scss/style.scss */
    .container.overview-products-container h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width: 991.98px) {
    /* line 4486, ../scss/style.scss */
    .container.overview-products-container h2 {
        font-size: 34px;
        line-height: 40px;
    }
}

@media (max-width: 767.98px) {
    /* line 4486, ../scss/style.scss */
    .container.overview-products-container h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 575.98px) {
    /* line 4486, ../scss/style.scss */
    .container.overview-products-container h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

/* line 4505, ../scss/style.scss */

#thumbs.owl-theme .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
}

/* line 4510, ../scss/style.scss */

#thumbs.owl-theme .owl-next {
    position: absolute;
    right: 0;
    top: 0;
}

/* line 4515, ../scss/style.scss */

.container.timeline-carousal-container {
    padding: 0px 60px;
}

@media (max-width: 575.98px) {
    /* line 4515, ../scss/style.scss */
    .container.timeline-carousal-container {
        padding: 0px 15px;
    }
}

/* line 4522, ../scss/style.scss */

#thumbs .item {
    /*background: #C9C9C9; height:70px; line-height:70px; padding: 0px; margin:2px; border-radius: 3px; text-align: center; cursor: pointer;*/
}

/* line 4523, ../scss/style.scss */

.thumbs-carousel .item {
    position: relative;
    text-align: center;
}

/* line 4526, ../scss/style.scss */

.thumbs-carousel .item .timeline-icon {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 50%;
    top: -43px;
    margin-left: -14px;
    background: url("../images/svg/timeline-icon-default.svg");
    cursor: pointer;
}

/* line 4536, ../scss/style.scss */

.thumbs-carousel .item h1 {
    margin-top: 60px;
    font-size: 18px;
    color: #A2A2A2;
}

/* line 4560, ../scss/style.scss */

.thumbs-carousel .owl-item.active .item .timeline-icon {
    background: url("../images/svg/timeline-icon-active.svg");
}

/* line 4563, ../scss/style.scss */

.thumbs-carousel .owl-item.active .item h1 {
    color: #3258a6;
}

/* line 4567, ../scss/style.scss */

.thumbs-carousel .owl-theme .owl-prev {
    background: #fff !important;
    padding: 15px !important;
    color: rgba(5, 70, 63, 0.3);
    font-size: 61px;
    left: -20px;
    top: -20px;
}

@media (max-width: 991.98px) {
    /* line 4567, ../scss/style.scss */
    .thumbs-carousel .owl-theme .owl-prev {
        top: -30px;
        font-size: 40px;
    }
}

/* line 4579, ../scss/style.scss */

.thumbs-carousel .owl-theme .owl-prev.disabled {
    background: #fff !important;
    opacity: 1;
    color: rgba(5, 70, 63, 0.3);
}

/* line 4584, ../scss/style.scss */

.thumbs-carousel .owl-theme .owl-next {
    background: #fff !important;
    padding: 15px !important;
    color: rgba(5, 70, 63, 0.3);
    font-size: 61px;
    right: -20px;
    top: -20px;
}

@media (max-width: 991.98px) {
    /* line 4584, ../scss/style.scss */
    .thumbs-carousel .owl-theme .owl-next {
        top: -30px;
        font-size: 40px;
    }
}

/* line 4596, ../scss/style.scss */

.thumbs-carousel .owl-theme .owl-next.disabled {
    background: #fff !important;
    opacity: 1;
    color: rgba(5, 70, 63, 0.3);
}

/* line 4601, ../scss/style.scss */

#big.owl-theme .owl-prev {
    background: #fff !important;
    padding: 15px !important;
    color: rgba(5, 70, 63, 0.3);
    font-size: 61px;
    left: -20px;
    top: -119px;
    position: absolute;
    display: none;
}

@media (max-width: 991.98px) {
    /* line 4601, ../scss/style.scss */
    #big.owl-theme .owl-prev {
        display: inherit;
    }
}

@media (max-width: 991.98px) {
    /* line 4601, ../scss/style.scss */
    #big.owl-theme .owl-prev {
        top: -130px;
        font-size: 40px;
    }
}

/* line 4618, ../scss/style.scss */

#big.owl-theme .owl-prev.disabled {
    background: #fff !important;
    opacity: 1;
    color: rgba(5, 70, 63, 0.3);
}

/* line 4623, ../scss/style.scss */

#big.owl-theme .owl-next {
    background: #fff !important;
    padding: 15px !important;
    color: rgba(5, 70, 63, 0.3);
    font-size: 61px;
    right: -20px;
    top: -119px;
    position: absolute;
    display: none;
}

@media (max-width: 991.98px) {
    /* line 4623, ../scss/style.scss */
    #big.owl-theme .owl-next {
        display: inherit;
    }
}

@media (max-width: 991.98px) {
    /* line 4623, ../scss/style.scss */
    #big.owl-theme .owl-next {
        top: -130px;
        font-size: 40px;
    }
}

/* line 4640, ../scss/style.scss */

#big.owl-theme .owl-next.disabled {
    background: #fff !important;
    opacity: 1;
    color: rgba(5, 70, 63, 0.3);
}

/* line 4645, ../scss/style.scss */

.history-logo-area {
    display: flex;
    padding: 30px 20px;
    background-color: #fafafa;
    border: 1px solid #d3d3d3;
    margin-left: 30px;
    width: fit-content;
}

@media (max-width: 575.98px) {
    /* line 4645, ../scss/style.scss */
    .history-logo-area {
        margin-left: 0px;
    }
}

@media (max-width: 440px) {
    /* line 4645, ../scss/style.scss */
    .history-logo-area {
        padding: 30px 10px;
    }
}

/* line 4659, ../scss/style.scss */

.timeline-hostory-detail-area {
    display: flex;
    margin-top: 60px;
}

@media (max-width: 1199.98px) {
    /* line 4659, ../scss/style.scss */
    .timeline-hostory-detail-area {
        display: inline-block;
    }
}

@media (max-width: 1199.98px) {
    /* line 4659, ../scss/style.scss */
    .timeline-hostory-detail-area {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    /* line 4659, ../scss/style.scss */
    .timeline-hostory-detail-area {
        margin-top: 15px;
    }
}

/* line 4672, ../scss/style.scss */

.history-logo-area img {
    max-width: 210px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 767.98px) {
    /* line 4672, ../scss/style.scss */
    .history-logo-area img {
        max-width: 180px;
    }
}

@media (max-width: 440px) {
    /* line 4672, ../scss/style.scss */
    .history-logo-area img {
        max-width: 130px;
    }
}

@media (max-width: 767.98px) {
    /* line 4684, ../scss/style.scss */
    img.divider-image {
        display: none !important;
    }
}

/* line 4690, ../scss/style.scss */

.history-details-area {
    padding-left: 50px;
}

@media (max-width: 1199.98px) {
    /* line 4690, ../scss/style.scss */
    .history-details-area {
        padding-left: 30px;
        padding-top: 30px;
    }
}

@media (max-width: 575.98px) {
    /* line 4690, ../scss/style.scss */
    .history-details-area {
        padding-left: 0px;
    }
}

/* line 4700, ../scss/style.scss */

h3.timeline-title {
    font-size: 35px;
    color: #3258a6;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    /* line 4700, ../scss/style.scss */
    h3.timeline-title {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    /* line 4700, ../scss/style.scss */
    h3.timeline-title {
        font-size: 25px;
    }
}

/* line 4711, ../scss/style.scss */

#thumbs .current .item h1 {
    /*background:#FF5722;*/
    color: #3258a6;
}

/* line 4712, ../scss/style.scss */

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* line 4713, ../scss/style.scss */

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

/* line 4714, ../scss/style.scss */

#big.owl-theme {
    position: relative;
}

/* line 4718, ../scss/style.scss */

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333;
}

/***********projects page**********/

/* line 4722, ../scss/style.scss */

.owl-carousel-wrapper {
    position: relative;
}

/* line 4729, ../scss/style.scss */

.owl-carousel-wrapper .project-detail-box {
    position: absolute;
    bottom: 0px;
    left: 45px;
}

/* line 4733, ../scss/style.scss */

.owl-carousel-wrapper .project-detail-box h3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 991.98px) {
    /* line 4729, ../scss/style.scss */
    .owl-carousel-wrapper .project-detail-box {
        position: relative;
        left: 0px;
        width: 100%;
    }
}

/* line 4746, ../scss/style.scss */

a.project-detail-link {
    position: relative;
}

/* line 4750, ../scss/style.scss */

.project-detail-box {
    background-color: #3258a6;
    padding: 20px 40px;
    z-index: 11;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 4755, ../scss/style.scss */

.project-detail-box:after {
    content: "";
    width: 70px;
    height: 75px;
    background: url("../images/home-slider/logo-pattern.png") no-repeat;
    position: absolute;
    right: -3px;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 4771, ../scss/style.scss */

.project-detail-box .more-details {
    display: none;
}

/* line 4809, ../scss/style.scss */

.project-detail-box:hover {
    background-color: #5b7abb;
}

/* line 4811, ../scss/style.scss */

.project-detail-box:hover h3.inside-yellow-color {
    color: #3258a6;
}

/* line 4814, ../scss/style.scss */

.project-detail-box:hover span.project-location-icon {
    color: #3258a6;
}

/* line 4816, ../scss/style.scss */

.project-detail-box:hover span.project-location-icon:before {
    color: #3258a6;
}

/* line 4820, ../scss/style.scss */

.project-detail-box:hover span.project-year-icon {
    color: #3258a6;
}

/* line 4822, ../scss/style.scss */

.project-detail-box:hover span.project-year-icon:before {
    color: #3258a6;
}

/* line 4826, ../scss/style.scss */

.project-detail-box:hover span.read-more-link {
    color: #3258a6;
}

/* line 4828, ../scss/style.scss */

.project-detail-box:hover span.read-more-link:before {
    color: #3258a6;
}

/* line 4832, ../scss/style.scss */

.project-detail-box:hover:before {
    color: #3258a6;
}

/* line 4835, ../scss/style.scss */

.project-detail-box:hover:after {
    opacity: 1;
}

/* line 4840, ../scss/style.scss */

.project-detail-box:before {
    content: '+';
    position: absolute;
    right: 20px;
    top: 5px;
    color: #5b7abb;
    font-weight: 300;
    font-size: 20px;
    display: none;
}

/* line 4850, ../scss/style.scss */

.project-detail-box {
    background-color: #3258a6;
    padding: 20px 40px;
    z-index: 11;
    width: 40%;
}

@media (max-width: 1199.98px) {
    /* line 4850, ../scss/style.scss */
    .project-detail-box {
        width: 70%;
    }
}

@media (max-width: 575.98px) {
    /* line 4850, ../scss/style.scss */
    .project-detail-box {
        padding: 20px 20px;
    }
}

/* line 4862, ../scss/style.scss */

span.project-location-icon {
    font-family: 'facto';
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-right: 20px;
}

/* line 4869, ../scss/style.scss */

span.project-location-icon:before {
    content: '\e90f';
    font-family: 'icomoon';
    padding-right: 10px;
    color: #5b7abb;
}

/* line 4876, ../scss/style.scss */

span.project-year-icon {
    font-family: 'facto';
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    position: relative;
}

/* line 4882, ../scss/style.scss */

span.project-year-icon:before {
    content: '\e910';
    font-family: 'icomoon';
    padding-right: 10px;
    color: #5b7abb;
}

/* line 4889, ../scss/style.scss */

span.project-type-icon {
    font-family: 'facto';
    font-size: 16px;
    color: #3258a6;
    font-weight: 400;
    position: relative;
}

/* line 4895, ../scss/style.scss */

span.project-type-icon:before {
    content: '\e90e';
    font-family: 'icomoon';
    padding-right: 10px;
    color: #3258a6;
}

/* line 4903, ../scss/style.scss */

.project-detail-wrapper:hover .projects-hover-content {
    /*opacity: 1;*/
}

/* line 4906, ../scss/style.scss */

.project-detail-wrapper:hover .project-detail-box {
    /*opacity: 0;*/
}

/* line 4909, ../scss/style.scss */

.projects-hover-content {
    position: absolute;
    top: 0px;
    right: 18px;
    width: 50%;
    padding: 40px 50px;
    background-color: #5b7abb;
    z-index: 11;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 4919, ../scss/style.scss */

.projects-hover-content:before {
    content: '-';
    position: absolute;
    right: 20px;
    top: 10px;
    font-weight: 100;
    font-size: 50px;
    color: #3258a6;
}

/* line 4928, ../scss/style.scss */

.projects-hover-content span.project-year-icon {
    font-family: 'facto';
    font-size: 16px;
    color: #3258a6;
    font-weight: 400;
    position: relative;
}

/* line 4934, ../scss/style.scss */

.projects-hover-content span.project-year-icon:before {
    content: '\e910';
    font-family: 'icomoon';
    padding-right: 10px;
    color: #3258a6;
}

/* line 4941, ../scss/style.scss */

.projects-hover-content span.project-location-icon {
    font-family: 'facto';
    font-size: 16px;
    color: #3258a6;
    font-weight: 400;
    position: relative;
}

/* line 4947, ../scss/style.scss */

.projects-hover-content span.project-location-icon:before {
    content: '\e910';
    font-family: 'icomoon';
    padding-right: 10px;
    color: #3258a6;
}

/* line 4954, ../scss/style.scss */

.projects-hover-content span.project-type-icon {
    font-family: 'facto';
    font-size: 16px;
    color: #3258a6;
    font-weight: 400;
    position: relative;
}

/* line 4960, ../scss/style.scss */

.projects-hover-content span.project-type-icon:before {
    content: '\e90e';
    font-family: 'icomoon';
    padding-right: 10px;
    color: #3258a6;
}

/* line 4968, ../scss/style.scss */

.projects-hover-content:after {
    content: "";
    width: 70px;
    height: 75px;
    background: url("../images/home-slider/logo-pattern.png") no-repeat;
    position: absolute;
    right: -3px;
    bottom: 23px;
    opacity: 1 !important;
}

/* line 4978, ../scss/style.scss */

.project-detail-box.right-side-detail {
    right: 45px;
    left: auto;
}

@media (max-width: 991.98px) {
    /* line 4978, ../scss/style.scss */
    .project-detail-box.right-side-detail {
        right: 0px;
    }
}

/* line 4986, ../scss/style.scss */

.top-right-nav.owl-carousel.projects-news-slider .owl-nav button {
    position: absolute;
    top: 45%;
    background-color: rgba(4, 64, 57, 0.3);
    padding: 12px 18px !important;
    color: #fff !important;
    border-radius: 50%;
    margin: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
}

@media (max-width: 767.98px) {
    /* line 4986, ../scss/style.scss */
    .top-right-nav.owl-carousel.projects-news-slider .owl-nav button {
        padding: 12px 14px !important;
    }
}

@media (max-width: 575.98px) {
    /* line 4986, ../scss/style.scss */
    .top-right-nav.owl-carousel.projects-news-slider .owl-nav button {
        padding: 8px 10px !important;
    }
}

/* line 5003, ../scss/style.scss */

.top-right-nav.owl-carousel.projects-news-slider .owl-nav button span {
    color: transparent;
}

/* line 5006, ../scss/style.scss */

.top-right-nav.owl-carousel.projects-news-slider .owl-nav button.owl-prev {
    left: 8px;
}

/* line 5008, ../scss/style.scss */

.top-right-nav.owl-carousel.projects-news-slider .owl-nav button.owl-prev :before {
    content: '\e903';
    font-family: 'icomoon';
    font-size: 12px;
    color: #fff !important;
}

/* line 5015, ../scss/style.scss */

.top-right-nav.owl-carousel.projects-news-slider .owl-nav button.owl-next {
    right: 26px;
}

/* line 5017, ../scss/style.scss */

.top-right-nav.owl-carousel.projects-news-slider .owl-nav button.owl-next :before {
    content: '\e902';
    font-family: 'icomoon';
    font-size: 12px;
    color: #fff !important;
}

@media (max-width: 1399.98px) {
    /* line 5015, ../scss/style.scss */
    .top-right-nav.owl-carousel.projects-news-slider .owl-nav button.owl-next {
        right: 8px;
    }
}

/* line 5027, ../scss/style.scss */

.project-popup .modal-content,
.modal-content {
    background-color: #fff;
}

/* line 5029, ../scss/style.scss */

.project-popup .modal-content:after,
.modal-content:after {
    content: "";
    width: 70px;
    height: 75px;
    background: url("../images/home-slider/logo-pattern.png") no-repeat;
    position: absolute;
    right: -5px;
    bottom: 0px;
    opacity: 1 !important;
}

/* line 5041, ../scss/style.scss */

.project-popup span.project-location-icon {
    color: #3258a6;
}

/* line 5044, ../scss/style.scss */

.project-popup :before {
    color: #3258a6 !important;
}

/* line 5047, ../scss/style.scss */

.project-popup span.project-year-icon {
    color: #3258a6;
}

/* line 5052, ../scss/style.scss */

.project-popup .modal-header.model-popup-header .btn-close:before {
    color: #3258a6;
}

/* line 5054, ../scss/style.scss */

.project-popup .modal-header.model-popup-header .btn-close:before:hover {
    color: #D5A520;
}

/* line 5058, ../scss/style.scss */

.project-popup .modal-header.model-popup-header .btn-close:hover {
    color: #D5A520 !important;
}

/*****************downloads************/

/* line 5065, ../scss/style.scss */

.sbm-toggle-title {
    display: flex;
    align-items: center;
    font-size: 38px;
}

@media (max-width: 1199.98px) {
    /* line 5069, ../scss/style.scss */
    .sbm-toggle-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 991.98px) {
    /* line 5069, ../scss/style.scss */
    .sbm-toggle-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    /* line 5069, ../scss/style.scss */
    .sbm-toggle-title h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 767.98px) {
    /* line 5069, ../scss/style.scss */
    .sbm-toggle-title h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

/* line 5086, ../scss/style.scss */

.sbm-toggle-title img {
    padding-right: 20px;
}

/* line 5089, ../scss/style.scss */

.accordion-body {
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767.98px) {
    /* line 5089, ../scss/style.scss */
    .accordion-body {
        display: block;
    }
}

/* line 5100, ../scss/style.scss */

.accordion-body:hover {
    background-color: #F4EECB;
}

/* line 5102, ../scss/style.scss */

.accordion-body:hover h5,
.accordion-body:hover span,
.accordion-body:hover a {
    color: #3258a6;
}

@media (max-width: 440px) {
    /* line 5089, ../scss/style.scss */
    .accordion-body {
        display: block;
    }
}

/* line 5110, ../scss/style.scss */

.accordion-button:not(.collapsed) {
    color: #3258a6;
    font-size: 22px;
    font-weight: 700;
    background-color: #fff;
}

@media (max-width: 575.98px) {
    /* line 5110, ../scss/style.scss */
    .accordion-button:not(.collapsed) {
        font-size: 18px;
        line-height: 28px;
    }
}

/* line 5120, ../scss/style.scss */

.accordion-button {
    color: #3258a6;
    font-size: 22px;
    font-weight: 700;
    padding: 1rem 2rem 1rem 0rem;
}

@media (max-width: 575.98px) {
    /* line 5120, ../scss/style.scss */
    .accordion-button {
        font-size: 18px;
        line-height: 28px;
    }
}

/* line 5130, ../scss/style.scss */

.accordion-item {
    border-bottom: 1px solid #E2DDDD;
    border-top: 1px solid #E2DDDD;
    border-left: none;
    border-right: none;
}

/* line 5136, ../scss/style.scss */

.accordion-button:focus {
    box-shadow: none;
}

/* line 5139, ../scss/style.scss */

.accordion-button::after {
    display: none;
}

/* line 5142, ../scss/style.scss */

.accordion-button:not(.collapsed)::after {
    display: none;
}

/* line 5145, ../scss/style.scss */

.accordion-button::before {
    content: '+';
    position: absolute;
    right: 10px;
    top: 14px;
    background-image: none;
    color: #D5A520;
}

/* line 5153, ../scss/style.scss */

.accordion-button:not(.collapsed)::before {
    content: '-';
    position: absolute;
    right: 10px;
    top: 14px;
    background-image: none;
}

/* line 5160, ../scss/style.scss */

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

/* line 5163, ../scss/style.scss */

h5.download-file-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #404040;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 575.98px) {
    /* line 5163, ../scss/style.scss */
    h5.download-file-title {
        font-size: 16px;
    }
}

/* line 5175, ../scss/style.scss */

span.pdf-download-icon {
    font-size: 12px;
    color: #B4B4B4;
    font-weight: 400;
    padding-left: 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767.98px) {
    /* line 5175, ../scss/style.scss */
    span.pdf-download-icon {
        display: block;
        padding-left: 0;
    }
}

/* line 5186, ../scss/style.scss */

span.pdf-download-icon:before {
    content: '\e911';
    font-family: 'icomoon';
    padding-right: 6px;
    color: #3258a6;
    font-size: 16px;
}

/* line 5193, ../scss/style.scss */

a.download-button-link {
    color: #9A9A9A;
    font-size: 14px;
    font-weight: 500;
    font-family: 'facto';
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 5201, ../scss/style.scss */

a.download-button-link:after {
    content: '\e924';
    font-family: 'icomoon';
    padding-left: 10px;
}

/* line 5206, ../scss/style.scss */

html {
    scroll-behavior: smooth;
}

/* line 5209, ../scss/style.scss */

div#ca-section-scroll {
    height: 100px;
}

/* line 5212, ../scss/style.scss */

div#rmt-section-scroll {
    height: 100px;
}

/* line 5215, ../scss/style.scss */

footer.footer-area.footer-after-disable:before {
    display: none;
}

/***********contact************/

/* line 5219, ../scss/style.scss */

.contact-top-section {
    background-color: #5b7abb;
}

/* line 5222, ../scss/style.scss */

.contact-page-logo-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(5, 70, 63, 0.3);
}

@media (max-width: 991.98px) {
    /* line 5222, ../scss/style.scss */
    .contact-page-logo-area {
        display: block;
    }
}

/* line 5232, ../scss/style.scss */

.contact-page-logo-area img {
    max-width: 250px;
}

/* line 5235, ../scss/style.scss */

a.download-green-button {
    background-color: #3258a6;
    color: #fff;
    font-family: 'facto';
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    border: 1px solid #3258a6;
}

@media (max-width: 575.98px) {
    /* line 5235, ../scss/style.scss */
    a.download-green-button {
        font-size: 14px;
    }
}

/* line 5247, ../scss/style.scss */

a.download-green-button:after {
    content: '\e915';
    font-family: 'icomoon';
    padding-left: 15px;
    font-size: 10px;
    color: #5b7abb;
}

/* line 5254, ../scss/style.scss */

a.download-green-button:hover {
    background-color: transparent;
    color: #3258a6;
    border: 1px solid #3258a6;
}

/* line 5258, ../scss/style.scss */

a.download-green-button:hover:after {
    color: #3258a6;
}

/* line 5262, ../scss/style.scss */

h5.contact-page-address {
    font-size: 20px;
    font-weight: 400;
    color: #3258a6;
    line-height: 30px;
}

@media (max-width: 1199.98px) {
    /* line 5262, ../scss/style.scss */
    h5.contact-page-address {
        font-size: 18px;
        line-height: 26px;
    }
    /* line 5270, ../scss/style.scss */
    h5.contact-page-address br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    /* line 5262, ../scss/style.scss */
    h5.contact-page-address {
        font-size: 16px;
    }
}

/* line 5278, ../scss/style.scss */

a.contact-loction-icon {
    font-weight: 500;
    color: #3258a6;
    font-family: 'facto';
}

/* line 5282, ../scss/style.scss */

a.contact-loction-icon:hover {
    color: #ffffff;
}

/* line 5285, ../scss/style.scss */

a.contact-loction-icon:before {
    content: '\e90f';
    color: #3258a6;
    font-family: 'icomoon';
    padding-right: 10px;
    font-size: 20px;
}

/* line 5293, ../scss/style.scss */

a.contact-call-icon {
    color: #3258a6;
    font-family: 'facto';
    font-weight: 400;
    font-size: 20px;
    display: block;
    margin-bottom: 4px;
}

/* line 5300, ../scss/style.scss */

a.contact-call-icon:hover {
    color: #ffffff;
}

/* line 5303, ../scss/style.scss */

a.contact-call-icon:before {
    content: '\e913';
    color: #3258a6;
    font-family: 'icomoon';
    padding-right: 10px;
}

/* line 5309, ../scss/style.scss */

a.contact-call-icon span {
    font-size: 14px;
}

@media (max-width: 1199.98px) {
    /* line 5293, ../scss/style.scss */
    a.contact-call-icon {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    /* line 5293, ../scss/style.scss */
    a.contact-call-icon {
        font-size: 16px;
    }
}

/* line 5319, ../scss/style.scss */

a.contact-fax-icon {
    color: #3258a6;
    font-family: 'facto';
    font-weight: 400;
    font-size: 20px;
    display: block;
    margin-bottom: 4px;
}

/* line 5326, ../scss/style.scss */

a.contact-fax-icon:hover {
    color: #ffffff;
}

/* line 5329, ../scss/style.scss */

a.contact-fax-icon:before {
    content: '\e912';
    color: #3258a6;
    font-family: 'icomoon';
    padding-right: 10px;
}

/* line 5335, ../scss/style.scss */

a.contact-fax-icon span {
    font-size: 14px;
}

@media (max-width: 1199.98px) {
    /* line 5319, ../scss/style.scss */
    a.contact-fax-icon {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    /* line 5319, ../scss/style.scss */
    a.contact-fax-icon {
        font-size: 16px;
    }
}

/* line 5345, ../scss/style.scss */

a.contact-mail-icon {
    font-size: 28px;
    font-family: 'facto';
    color: #3258a6;
    font-weight: 500;
    display: block;
    margin-top: 12px;
}

/* line 5352, ../scss/style.scss */

a.contact-mail-icon span {
    font-size: 14px;
}

@media (max-width: 1199.98px) {
    /* line 5345, ../scss/style.scss */
    a.contact-mail-icon {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    /* line 5345, ../scss/style.scss */
    a.contact-mail-icon {
        font-size: 20px;
    }
}

/* line 5361, ../scss/style.scss */

a.contact-mail-icon:hover {
    color: #ffffff;
}

/* line 5365, ../scss/style.scss */

.contact-form-wrapper span>a>i {
    color: #3258a6;
    border: 1px solid #3258a6;
    padding: 8px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 5371, ../scss/style.scss */

.contact-form-wrapper .form-control {
    border-bottom: 1px solid #BABABA;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #3258a6 !important;
    font-weight: 500;
    font-family: 'facto';
    background-color: transparent;
}

/* line 5383, ../scss/style.scss */

.contact-form-wrapper .firstname-contact-page {
    width: 100%;
    float: left;
    margin-right: 1%;
    padding: 10px 0px;
}

/* line 5389, ../scss/style.scss */

.contact-form-wrapper .lastname-contact-page {
    width: 49%;
    float: left;
    margin-left: 1%;
    padding: 10px 0px;
}

/* line 5395, ../scss/style.scss */

.contact-form-wrapper .email-contact-page {
    width: 49%;
    float: left;
    margin-right: 1%;
    padding: 10px 0px;
    margin-top: 15px;
}

/* line 5402, ../scss/style.scss */

.contact-form-wrapper .phone-contact-page {
    width: 50%;
    float: left;
    padding: 10px 0px;
    margin-top: 15px;
}

/* line 5408, ../scss/style.scss */

.contact-form-wrapper .company-contact-page {
    width: 100%;
    float: left;
    margin-right: 1%;
    padding: 10px 0px;
    margin-top: 15px;
}

/* line 5415, ../scss/style.scss */

.contact-form-wrapper select.form-select {
    width: 49%;
    float: left;
    margin-left: 1%;
    border-top: none;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 10px 0px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 100;
    font-family: 'facto';
    color: #9F9F9F;
}

/* line 5431, ../scss/style.scss */

.contact-form-wrapper input.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #3258a6;
}

/* line 5435, ../scss/style.scss */

.contact-form-wrapper input.form-control::placeholder {
    color: #BABABA;
    font-family: 'facto';
    font-weight: 400;
    font-size: 20px;
}

@media (max-width: 767.98px) {
    /* line 5435, ../scss/style.scss */
    .contact-form-wrapper input.form-control::placeholder {
        font-size: 16px;
    }
}

/* line 5444, ../scss/style.scss */

.contact-form-wrapper .required:after {
    color: red !important;
}

/* line 5447, ../scss/style.scss */

.contact-form-wrapper input.form-control:focus::placeholder {
    color: transparent;
}

/* line 5450, ../scss/style.scss */

.contact-form-wrapper .message-contact-page.form-control::placeholder {
    color: #BABABA;
    font-weight: 500;
    font-size: 20px;
    font-family: 'facto';
}

@media (max-width: 767.98px) {
    /* line 5450, ../scss/style.scss */
    .contact-form-wrapper .message-contact-page.form-control::placeholder {
        font-size: 16px;
    }
}

/* line 5459, ../scss/style.scss */

.contact-form-wrapper .message-contact-page.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #3258a6;
}

/* line 5463, ../scss/style.scss */

.contact-form-wrapper .message-contact-page.form-control:focus::placeholder {
    color: transparent;
    transition: all 0.3s ease-in-out;
}

/* line 5469, ../scss/style.scss */

.contact-form-wrapper .message-contact-page {
    padding: 20px 0px;
}

/* line 5472, ../scss/style.scss */

.contact-form-wrapper select.form-select::placeholder {
    font-weight: 100 !important;
}

/* line 5475, ../scss/style.scss */

.contact-form-wrapper select.form-select:focus::placeholder {
    color: transparent;
}

/* line 5478, ../scss/style.scss */

.contact-form-wrapper select.form-select:focus {
    box-shadow: none;
    border-bottom: 1px solid #3258a6;
}

/* line 5483, ../scss/style.scss */

.contact-form-wrapper {
    padding: 0px 50px;
}

@media (max-width: 767.98px) {
    /* line 5483, ../scss/style.scss */
    .contact-form-wrapper {
        padding: 0 30px;
    }
}

@media (max-width: 575.98px) {
    /* line 5483, ../scss/style.scss */
    .contact-form-wrapper {
        padding: 0;
    }
}

/* line 5492, ../scss/style.scss */

section.contact-form-section {
    padding: 60px 0;
    background-color: #F5F5F5;
}

/* line 5496, ../scss/style.scss */

.contact-information-area span>a>i {
    color: #3258a6;
    border: 1px solid #3258a6;
    padding: 8px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 5502, ../scss/style.scss */

a.reset-button {
    color: #3258a6;
    font-family: 'facto';
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #3258a6;
    padding: 12px 40px;
    margin-left: 15px;
}

/* line 5510, ../scss/style.scss */

a.reset-button:hover {
    background-color: #5b7abb;
    color: #3258a6;
    border: 1px solid #5b7abb;
}

/* line 5516, ../scss/style.scss */

.contact-submit-button {
    color: #ffffff;
    font-family: 'facto';
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #3258a6;
    padding: 12px 40px;
    background-color: #3258a6;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 5525, ../scss/style.scss */

.contact-submit-button:after {
    content: '\e915';
    font-family: 'icomoon';
    padding-left: 15px;
    font-size: 10px;
    color: #5b7abb;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 5537, ../scss/style.scss */

.contact-submit-button:hover {
    background-color: #5b7abb;
    border: 1px solid #5b7abb;
    color: #3258a6;
}

/* line 5541, ../scss/style.scss */

.contact-submit-button:hover:after {
    color: #3258a6;
}

@media (max-width: 440px) {
    /* line 5516, ../scss/style.scss */
    .contact-submit-button {
        padding: 12px 30px;
    }
}

/* line 5552, ../scss/style.scss */

a.contact-submit-button:after {
    content: '\e915';
    font-family: 'icomoon';
    padding-left: 15px;
    font-size: 10px;
    color: #5b7abb;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767.98px) {
    /* line 5561, ../scss/style.scss */
    .contact-form-wrapper .firstname-contact-page,
    .contact-form-wrapper .lastname-contact-page,
    .contact-form-wrapper .email-contact-page,
    .contact-form-wrapper .phone-contact-page,
    .contact-form-wrapper .company-contact-page,
    .contact-form-wrapper select.form-select {
        width: 100%;
    }
}

/* line 5565, ../scss/style.scss */

.branches-card {
    border: 1px solid rgba(255, 255, 255, 0.26);
    height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    overflow: hidden;
}

/* line 5571, ../scss/style.scss */

.branches-card p {
    color: #ffffff;
}

/* line 5574, ../scss/style.scss */

.branches-card:hover {
    background-color: #5b7abb;
}

/* line 5576, ../scss/style.scss */

.branches-card:hover h3.inside-yellow-color {
    color: #3258a6;
}

/* line 5579, ../scss/style.scss */

.branches-card:hover p {
    color: #3258a6;
}

/* line 5582, ../scss/style.scss */

.branches-card:hover a.brance-address-icon {
    color: #3258a6;
}

/* line 5584, ../scss/style.scss */

.branches-card:hover a.brance-address-icon:before {
    color: #3258a6;
}

/* line 5588, ../scss/style.scss */

.branches-card:hover a.brance-call-icon {
    color: #3258a6;
}

/* line 5590, ../scss/style.scss */

.branches-card:hover a.brance-call-icon:before {
    color: #3258a6;
}

/* line 5594, ../scss/style.scss */

.branches-card:hover a.brance-fax-icon {
    color: #3258a6;
}

/* line 5596, ../scss/style.scss */

.branches-card:hover a.brance-fax-icon:before {
    color: #3258a6;
}

/* line 5600, ../scss/style.scss */

.branches-card:hover a.brance-location-icon {
    color: #3258a6;
}

/* line 5602, ../scss/style.scss */

.branches-card:hover a.brance-location-icon:before {
    color: #3258a6;
}

/* line 5606, ../scss/style.scss */

.branches-card:hover:after {
    content: "";
    width: 70px;
    height: 75px;
    background: url("../images/home-slider/logo-pattern.png") no-repeat;
    position: absolute;
    right: -3px;
    bottom: 0px;
    opacity: 1 !important;
}

/* line 5617, ../scss/style.scss */

.branches-card:after {
    content: "";
    width: 70px;
    height: 75px;
    background: url("../images/home-slider/logo-pattern.png") no-repeat;
    position: absolute;
    right: -50px;
    bottom: -12px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 5634, ../scss/style.scss */

a.brance-address-icon {
    font-size: 18px;
    font-weight: 400;
    font-family: 'facto';
    color: #fff;
    margin-bottom: 10px;
    display: block;
    padding-left: 30px;
    position: relative;
}

/* line 5643, ../scss/style.scss */

a.brance-address-icon:before {
    content: '\e925';
    color: #5b7abb;
    font-family: 'icomoon';
    padding-right: 10px;
    position: absolute;
    left: 0;
}

@media (max-width: 575.98px) {
    /* line 5634, ../scss/style.scss */
    a.brance-address-icon {
        font-size: 16px;
        padding-left: 26px;
    }
}

/* line 5656, ../scss/style.scss */

a.brance-call-icon {
    font-size: 18px;
    font-weight: 400;
    font-family: 'facto';
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

/* line 5663, ../scss/style.scss */

a.brance-call-icon:before {
    content: '\e913';
    color: #5b7abb;
    font-family: 'icomoon';
    padding-right: 10px;
}

@media (max-width: 575.98px) {
    /* line 5656, ../scss/style.scss */
    a.brance-call-icon {
        font-size: 16px;
    }
}

/* line 5673, ../scss/style.scss */

a.brance-fax-icon {
    font-size: 18px;
    font-weight: 400;
    font-family: 'facto';
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

/* line 5680, ../scss/style.scss */

a.brance-fax-icon:before {
    content: '\e926';
    color: #5b7abb;
    font-family: 'icomoon';
    padding-right: 10px;
}

@media (max-width: 575.98px) {
    /* line 5673, ../scss/style.scss */
    a.brance-fax-icon {
        font-size: 16px;
    }
}

/* line 5690, ../scss/style.scss */

a.brance-location-icon {
    font-size: 18px;
    font-weight: 400;
    font-family: 'facto';
    color: #5b7abb;
    margin-bottom: 10px;
    display: block;
}

/* line 5697, ../scss/style.scss */

a.brance-location-icon:before {
    content: '\e90f';
    color: #5b7abb;
    font-family: 'icomoon';
    padding-right: 10px;
}

@media (max-width: 575.98px) {
    /* line 5690, ../scss/style.scss */
    a.brance-location-icon {
        font-size: 16px;
    }
}

/* line 5707, ../scss/style.scss */

h5.headqurters-title {
    font-size: 22px;
    font-weight: 700;
    color: #3258a6;
}

/* line 5712, ../scss/style.scss */

p.captcha-text.text-right {
    font-size: 14px;
    font-weight: 400;
    color: #BCBCBC;
}

/* line 5717, ../scss/style.scss */

.meet-us-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    /* line 5717, ../scss/style.scss */
    .meet-us-button {
        display: block;
    }
}

/*Contact Google Map*/

/* line 5726, ../scss/style.scss */

#map {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
    background: #f2f4fa;
    border-top: solid 1px #e3e9ed;
}

/* line 5734, ../scss/style.scss */

.gm-style .gm-style-iw-c {
    border-radius: 0;
}

/* line 5737, ../scss/style.scss */

.gm-style .gm-style-iw p {
    font-size: 14px;
    font-family: 'Saira', sans-serif;
    text-transform: uppercase;
    line-height: 22px;
    position: relative;
    display: block;
    padding: 8px 25px 15px 15px;
}

/* line 5746, ../scss/style.scss */

.gm-style .gm-style-iw-t::after {
    top: -2px;
}

/* line 5749, ../scss/style.scss */

.gm-style .gm-style-iw a {
    color: #171c8f;
    white-space: nowrap;
}

/* line 5753, ../scss/style.scss */

.gm-style .gm-style-iw a:hover {
    color: #00aed6;
}

/* line 5756, ../scss/style.scss */

.gm-style .gm-style-iw p span.direction:after {
    content: "\e903";
    font-size: 16px;
    font-family: 'st-icons';
    color: #00aed6;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/* line 5769, ../scss/style.scss */

.gm-style .gm-style-iw p span:hover.direction:after {
    color: #171c8f;
}

/* line 5772, ../scss/style.scss */

.map-holder {
    position: relative;
    background: #f2f4fa;
    z-index: 1;
}

/* line 5777, ../scss/style.scss */

.container.contact-location-wrapper {
    padding: 0px 60px;
}

@media (max-width: 767.98px) {
    /* line 5777, ../scss/style.scss */
    .container.contact-location-wrapper {
        padding: 0px 40px;
    }
}

@media (max-width: 575.98px) {
    /* line 5777, ../scss/style.scss */
    .container.contact-location-wrapper {
        padding: 0px 15px;
    }
}

/*******responsive*************/

/*ul.sub-menu {
    display: none;
}*/

@media only screen and (max-width: 767px) {
    /* line 5793, ../scss/style.scss */
    .icon-ain:before {
        font-size: 24px;
        color: #E9BD76;
    }
    /* line 5797, ../scss/style.scss */
    #arkaz-header .header-right #header-tools ul li {
        padding: 0 10px;
    }
    /* line 5800, ../scss/style.scss */
    .container.clearfix {
        padding: 15px 0px 15px 0px;
    }
    /* line 5803, ../scss/style.scss */
    #arkaz-header .header-right #main-menu {
        margin-top: 8px;
    }
    /* line 5806, ../scss/style.scss */
    #arkaz-header .header-right #header-tools {
        margin-top: 15px;
    }
    /* line 5809, ../scss/style.scss */
    .c-hamburger span {
        background-color: #E9BD76;
    }
    /* line 5812, ../scss/style.scss */
    .c-hamburger span::before,
    .c-hamburger span::after {
        background: #E9BD76;
    }
    /* line 5815, ../scss/style.scss */
    h2.section-heading-title {
        font-size: 30px;
    }
    /* line 5818, ../scss/style.scss */
    h3.section-primary-content {
        font-size: 18px;
        line-height: 25px;
    }
    /* line 5822, ../scss/style.scss */
    p {
        font-size: 14px;
        line-height: 20px;
    }
    /* line 5826, ../scss/style.scss */
    .years {
        font-size: 50px;
        display: block;
        color: #333333;
        margin-bottom: 0px;
        font-family: 'Facto';
    }
    /* line 5833, ../scss/style.scss */
    .years-of-excellence {
        position: absolute;
        left: 10px;
        bottom: 0px;
        padding: 20px 20px 15px;
        color: #333333;
        text-align: center;
        font-weight: 500;
    }
    /* line 5842, ../scss/style.scss */
    span.excellence-text {
        font-family: 'Facto';
        font-weight: 500;
        text-transform: uppercase;
        font-size: 16px;
        display: block;
        line-height: 20px;
        margin-bottom: 30px;
        margin-top: auto;
    }
    /* line 5852, ../scss/style.scss */
    .project-portfolio-area .carousel-projects .item .details {
        position: absolute;
        bottom: 0px;
        left: 30px;
    }
    /* line 5857, ../scss/style.scss */
    h3.big-title-portfolio a {
        font-size: 18px;
    }
    /* line 5860, ../scss/style.scss */
    .section-title-area {
        padding: 0px;
    }
    /* line 5863, ../scss/style.scss */
    h3.trust-integrity-area {
        font-size: 22px;
    }
    /* line 5869, ../scss/style.scss */
    .job-oppertunities-title-area.news-hover:before {
        opacity: 1 !important;
    }
    /* line 5872, ../scss/style.scss */
    .job-oppertunities-title-area.news-hover:after {
        opacity: 1 !important;
    }
    /* line 5875, ../scss/style.scss */
    span.social-media-title {
        display: block;
    }
    /* line 5878, ../scss/style.scss */
    ul.mini-menu {
        margin-top: 15px;
    }
}

/*******Trust Area Owl dots*********/

@media only screen and (max-width: 575px) and (min-width: 480px) {
    /* line 5885, ../scss/style.scss */
    .top-right-nav.owl-carousel.core-values .owl-dots {
        left: 42%;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    /* line 5890, ../scss/style.scss */
    .top-right-nav.owl-carousel.core-values .owl-dots {
        left: 28% !important;
    }
}

@media only screen and (max-width: 390px) {
    /* line 5895, ../scss/style.scss */
    #arkaz-header .header-right #header-tools ul li {
        padding: 0 5px;
    }
}

@media only screen and (min-width: 992px) {
    /* line 5901, ../scss/style.scss */
    span.toggle-sub {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    /* line 5906, ../scss/style.scss */
    ul.navik-menu.nav.navbar-nav {
        width: 100% !important;
    }
    /* line 5910, ../scss/style.scss */
    .nav-link.with-sub {
        position: relative;
    }
    /* line 5913, ../scss/style.scss */
    .toggle-sub {
        position: absolute;
        color: #FFF;
        right: 0px;
        top: 15px;
        width: 30px;
        height: 30px;
        display: block;
    }
    /* line 5921, ../scss/style.scss */
    .toggle-sub:before {
        content: '+';
        color: #5b7abb;
        font-size: 20px;
        position: absolute;
        right: 10px;
    }
    /* line 5930, ../scss/style.scss */
    .toggle-sub.expanded:before {
        content: '\2212';
    }
    /* line 5936, ../scss/style.scss */
    nav.navbar.navbar-expand-lg>ul>li .sub-menu>li a {
        color: #5b7abb !important;
        font-size: 15px !important;
        position: relative !important;
        padding: 5px 10px 10px 20px !important;
        opacity: 0;
        transition: opacity 2s ease-in-out;
    }
    /* line 5944, ../scss/style.scss */
    nav.navbar.navbar-expand-lg>ul>li .sub-menu>li a {
        opacity: 1;
        padding-left: 0px !important;
    }
    /* line 5953, ../scss/style.scss */
    nav.navbar.navbar-expand-lg>ul>li .sub-menu>li.with-sub-2 a::before {
        content: '';
    }
    /* line 5956, ../scss/style.scss */
    i.fas.fa-angle-down {
        padding-top: 12px;
        color: #5b7abb;
        font-size: 18px !important;
    }
    /* line 5961, ../scss/style.scss */
    nav.navbar.navbar-expand-lg>ul>li .sub-menu>li a :last-child {
        padding-bottom: 5px;
    }
    /* line 5964, ../scss/style.scss */
    .fa-angle-double-right:before {
        color: #fff !important;
        position: absolute;
        left: 0;
        padding-top: 2px !important;
    }
}

/* line 5972, ../scss/style.scss */

ul.mini-menu>li:nth-child(3):after {
    display: none;
}

/* line 5975, ../scss/style.scss */

.newsletter-fields input.form-control:focus {
    background-color: transparent !important;
    outline-style: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(248, 248, 248, 0.5);
}

/* line 5982, ../scss/style.scss */

.newsletter-fields input.form-control:focus::placeholder {
    color: transparent;
}

/* line 5991, ../scss/style.scss */

span.header-language {
    font-family: 'Cairo', sans-serif;
}

/* line 6011, ../scss/style.scss */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 70, 63, 0.9);
    display: block;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    z-index: -1;
}

/* line 6024, ../scss/style.scss */

#search.opened {
    opacity: 1;
    z-index: 9999;
}

/* line 6031, ../scss/style.scss */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

/* line 6038, ../scss/style.scss */

#search .close {
    position: fixed;
    top: 5px;
    right: 15px;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
    width: 40px;
    height: 40px;
    font-size: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* line 6053, ../scss/style.scss */

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 90%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 45px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    left: 5%;
    font-family: 'Facto';
}

/* line 6071, ../scss/style.scss */

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

/* line 6078, ../scss/style.scss */

button.search-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 45px;
    margin-left: -100px;
    background: #5b7abb;
    color: #333;
    padding: 10px 50px;
    border: solid 1px #5b7abb;
    font-size: 25px;
    font-family: 'Facto';
    font-weight: 500;
}

@media (max-width: 575.98px) {
    /* line 6078, ../scss/style.scss */
    button.search-btn {
        margin-left: -60px;
        padding: 8px 35px;
        font-size: 18px;
    }
}

/* line 6097, ../scss/style.scss */

button.search-btn:hover {
    background-color: transparent;
    border: solid 1px #5b7abb;
    color: #5b7abb;
}

/* line 6102, ../scss/style.scss */

#arkaz-header .header-right #main-menu ul.sub-menu {
    border-radius: 3px;
}

/* line 6105, ../scss/style.scss */

a.more-link.with-icon.aos-item.aos-init:hover {
    transition: all .3s ease-in-out;
}

/* line 6108, ../scss/style.scss */

#arkaz-header .header-right #main-menu ul.sub-menu:hover {
    transition: all .3s ease-in-out;
}

/* line 6111, ../scss/style.scss */

#arkaz-header .header-right #main-menu ul.sub-menu>li>a {
    transition: 0.3s ease;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 26px;
    font-size: 14px !important;
}

/* line 6118, ../scss/style.scss */

#arkaz-header .header-right #main-menu ul.sub-menu>li>a:hover {
    color: #FFF;
    padding-left: 30px !important;
    color: #D8AB62;
    transition: all .3s ease-in-out;
}

/* line 6125, ../scss/style.scss */

li.nav-item a:hover {
    color: #5b7abb !important;
    transition: all .3s ease-in-out;
}

/* line 6129, ../scss/style.scss */

.slide-tab__title:hover {
    transition: all 0.5s ease-in-out;
}

/* line 6132, ../scss/style.scss */

li.nav-item.active {
    color: #5b7abb !important;
}

/* line 6134, ../scss/style.scss */

.latest-news-content-area:hover h3 {
    color: #5b7abb !important;
}

/* line 6137, ../scss/style.scss */

.latest-news-content-area-column3:hover h3 {
    color: #5b7abb !important;
}

/* line 6152, ../scss/style.scss */

#noga_slider_wrapper .slider-button.btn1 {
    transition: 0.5s !important;
    padding: 8px 36px !important;
}

@media (max-width: 575.98px) {
    /* line 6152, ../scss/style.scss */
    #noga_slider_wrapper .slider-button.btn1 {
        padding: 2px 8px !important;
    }
}

/* line 6160, ../scss/style.scss */

#noga_slider_wrapper .slider-button.btn1:hover {
    background-color: #3258a6;
    border: solid 1px #3258a6 !important;
    color: #ffffff !important;
}

/* line 6165, ../scss/style.scss */

#noga_slider_wrapper .slider-button.btn2 {
    transition: 0.5s !important;
    border: solid 1px #E9BD76 !important;
    padding: 5px 25px !important;
}

/* line 6170, ../scss/style.scss */

#noga_slider_wrapper .slider-button.btn2:hover {
    background-color: #E9BD76;
    border: solid 1px #E9BD76 !important;
    color: #333 !important;
}

/* line 6176, ../scss/style.scss */

.tp-bannertimer.tp-bottom {
    display: none !important;
}

/* line 6180, ../scss/style.scss */

.item.project-portfolio-area-detail .zoom:after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 9;
}

/* line 6191, ../scss/style.scss */

.owl-item.center .item.project-portfolio-area-detail .zoom:after {
    display: none;
}

/* line 6194, ../scss/style.scss */

.owl-item.center .item.project-portfolio-area-detail .zoom:before {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7007177871) 0%, rgba(0, 0, 0, 0) 70%);
    padding: 200px 50px 50px;
    content: '';
}

/* line 6205, ../scss/style.scss */

.item.project-portfolio-area-detail .zoom {
    position: relative;
    overflow: hidden;
}

/* line 6210, ../scss/style.scss */

.container-icon {
    border: 1px solid rgba(190, 190, 190, 0.25);
    height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 6215, ../scss/style.scss */

h3.theme-color.counter-text {
    font-size: 66px;
    color: #3258a6;
    font-weight: 500;
}

/* line 6220, ../scss/style.scss */

.yellow-green-color {
    font-size: 18px;
    color: #3258a6;
    font-family: 'Facto';
    font-weight: 800;
    margin-top: 26px;
}

/* line 6227, ../scss/style.scss */

span.counter-sub-title {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Facto';
    color: #3258a6;
    margin-top: 6px;
}

/* line 6234, ../scss/style.scss */

span.counter-sub-title-black {
    font-size: 14px;
    margin-top: 6px;
    font-weight: 300;
    font-family: 'Facto';
    color: #404040;
}

/* line 6241, ../scss/style.scss */

.container-icon:before {
    content: '\e918';
    position: absolute;
    font-family: 'icomoon';
    top: 10px;
    right: 26px;
    color: rgba(5, 70, 63, 0.2);
}

/* line 6249, ../scss/style.scss */

p.counter-end-content {
    color: #404040;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /* line 6256, ../scss/style.scss */
    #noga_slider_wrapper .slider-title {
        margin-left: 90px !important;
    }
    /* line 6259, ../scss/style.scss */
    #noga_slider_wrapper .slider-excerpt {
        margin-left: 90px !important;
    }
    /* line 6262, ../scss/style.scss */
    #noga_slider_wrapper .slider-button {
        margin-left: 90px !important;
    }
    /* line 6265, ../scss/style.scss */
    #noga_slider_wrapper .slider-button.btn2 {
        margin-left: 120px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    /* line 6270, ../scss/style.scss */
    #noga_slider_wrapper .slider-title {
        margin-left: 182px !important;
        font-size: 50px !important;
    }
    /* line 6274, ../scss/style.scss */
    #noga_slider_wrapper .slider-title .highlight {
        font-size: 50px !important;
    }
    /* line 6277, ../scss/style.scss */
    #noga_slider_wrapper .slider-excerpt {
        margin-left: 182px !important;
        font-size: 20px !important;
    }
    /* line 6281, ../scss/style.scss */
    #noga_slider_wrapper .slider-button {
        margin-left: 182px !important;
    }
    /* line 6284, ../scss/style.scss */
    #noga_slider_wrapper .slider-button.btn2 {
        margin-left: 210px !important;
    }
}

@media only screen and (min-width: 1921px) {
    /*.top-right-nav.owl-carousel.carousel-projects .owl-item img {
      min-width: 840px;
  }*/
}

/* line 6293, ../scss/style.scss */

.tp-tab-mask {
    max-width: 1320px !important;
}

/* line 6296, ../scss/style.scss */

.tp-tabs {
    max-width: 1320px !important;
    background-color: transparent !important;
    padding: 0px !important;
}

/* line 6301, ../scss/style.scss */

.tp-tabs-inner-wrapper {
    max-width: 1320px !important;
}

/* line 6304, ../scss/style.scss */

.slide-tab {
    padding: 50px 10px 10px 10px !important;
}

/* line 6307, ../scss/style.scss */

.slide-tab__title {
    font-family: 'Facto';
}

/* line 6310, ../scss/style.scss */

.tp-tab {
    opacity: 1 !important;
}

/* line 6313, ../scss/style.scss */

.tp-tab.selected .slide-tab__title {
    color: #E9BD76 !important;
}

@media only screen and (max-width: 991px) {
    /* line 6318, ../scss/style.scss */
    .slide-tab {
        padding: 10px 10px 10px 10px !important;
    }
    /* line 6321, ../scss/style.scss */
    .slide-tab__title {
        display: none;
    }
    /* line 6324, ../scss/style.scss */
    .slide-tab__number {
        border-bottom: 2px solid transparent;
    }
    /* line 6327, ../scss/style.scss */
    .tp-tab-mask {
        height: 100px !important;
    }
}

/* line 6331, ../scss/style.scss */

#noga_slider_wrapper .slider-button i {
    color: #fff !important;
}

/* line 6334, ../scss/style.scss */

.job-oppertunities-title-area img {
    width: 100% !important;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/* line 6343, ../scss/style.scss */

.job-oppertunities-title-area:hover img {
    transform: scale(1.03);
    border-radius: 5px !important;
    cursor: pointer;
}

/* line 6348, ../scss/style.scss */

.job-oppertunities-title-area {
    overflow: hidden;
    transition: all .3s ease-in-out;
}

/* line 6352, ../scss/style.scss */

li.location-item::before {
    content: '';
    background: url("../images/content-images/address-1.png") no-repeat;
    position: absolute;
    left: 12px;
    top: 0;
    width: 30px;
    height: 30px;
}

/* line 6361, ../scss/style.scss */

li.map-item::before {
    content: '';
    background: url("../images/content-images/location-2.png") no-repeat;
    position: absolute;
    left: 12px;
    bottom: 17px;
    width: 30px;
    height: 30px;
}

/* line 6370, ../scss/style.scss */

#arkaz-header .header-right #header-tools ul li.language-icon {
    display: none;
}

/***************Our Experience Area**************/

/* line 6375, ../scss/style.scss */

h1.banner-heading {
    font-size: 54px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

/* line 6381, ../scss/style.scss */

h1.banner-heading span {
    color: #E9BD76;
}

/* line 6384, ../scss/style.scss */

#inside-page-header-wrapper .page-header-inner {
    background-position: center center;
    background-size: cover;
    position: relative;
    min-height: 500px;
    padding-top: 240px;
}

/* line 6391, ../scss/style.scss */

#inside-page-header-wrapper .page-header-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/home-slider/overlay-bg-7.png") no-repeat center center/cover;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    /* line 6405, ../scss/style.scss */
    span.icon-dar-icon {
        margin-top: -55px;
        margin-top: 3px;
    }
}

@media only screen and (max-width: 767px) {
    /* line 6412, ../scss/style.scss */
    #inside-page-header-wrapper .page-header-inner {
        min-height: 400px;
        padding-top: 160px;
        padding-left: 20px;
        padding-bottom: 50px;
    }
}

/****************************News***************************/

/* line 6421, ../scss/style.scss */

h3.section-primary-content.inside-pages {
    font-size: 30px;
    color: #2C3469;
    line-height: 35px;
}

/* line 6426, ../scss/style.scss */

span.news-post-date {
    font-size: 16px;
    font-family: 'Facto';
    font-weight: 500;
    padding: 5px 10px;
    background-color: #E9BD76;
    border-radius: 5px;
    color: #333333;
    float: right;
}

/* line 6436, ../scss/style.scss */

.primay-news-content-area {
    padding: 40px 0px;
}

/* line 6439, ../scss/style.scss */

.primay-news-image-area img {
    width: 100%;
}

/* line 6442, ../scss/style.scss */

.primay-news-testimonial-area {
    background-color: #f8f8f8;
    padding: 40px 80px;
    border-radius: 5px;
}

/* line 6447, ../scss/style.scss */

h4.testimonial-person {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
}

/* line 6453, ../scss/style.scss */

h4.testimonial-desig {
    font-size: 16px;
    color: #808080;
    font-weight: 500;
}

/* line 6458, ../scss/style.scss */

blockquote {
    margin: 0 0 1rem;
    position: relative;
}

/* line 6469, ../scss/style.scss */

blockquote::before {
    content: url("../images/our-experience/quote.png");
    position: absolute;
    left: -45px;
}

/* line 6474, ../scss/style.scss */

figcaption.date-of-post-news {
    background-color: #D8AB62;
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Facto';
    width: auto;
    text-align: center;
    margin-left: 31px;
    margin-top: -18px;
    position: absolute;
    padding: 1px 10px;
    border-radius: 3px;
}

/* line 6488, ../scss/style.scss */

.carousal-news.owl-carousel.top-right-nav .owl-nav {
    position: absolute;
    right: 30px;
    top: -60px;
}

/* line 6493, ../scss/style.scss */

.carousal-news.owl-carousel.top-right-nav .owl-nav button.owl-prev {
    left: -50px;
}

/* line 6496, ../scss/style.scss */

.carousal-news.owl-carousel.top-right-nav .owl-nav button.owl-prev:before {
    content: "\e903";
}

/* line 6499, ../scss/style.scss */

.carousal-news.owl-carousel.top-right-nav .owl-nav button.owl-next:before {
    content: "\e902";
}

/* line 6502, ../scss/style.scss */

.carousal-news.owl-carousel.top-right-nav .owl-nav button span {
    text-indent: -3000px !important;
    overflow: hidden !important;
}

/* line 6506, ../scss/style.scss */

.carousal-news.owl-carousel.top-right-nav .owl-nav button:before {
    font-family: 'icomoon' !important;
    color: #E9BD76;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 6519, ../scss/style.scss */

.carousal-news.owl-carousel.top-right-nav .owl-dots {
    display: none;
}

/* line 6522, ../scss/style.scss */

h3.section-primary-content.latest-news-title {
    font-size: 20px;
    line-height: 32px;
}

/* line 6526, ../scss/style.scss */

span.single-date-post {
    padding: 5px 15px;
    color: #333333;
    font-size: 16px;
    font-family: 'Facto';
    font-weight: 500;
    background-color: #E9BD76;
    border-radius: 5px;
    margin-bottom: 20px;
}

/* line 6536, ../scss/style.scss */

.pagination-wrapper {
    text-align: center;
}

/* line 6539, ../scss/style.scss */

.pagination-wrapper ul.pagination {
    display: inline-block;
}

/* line 6542, ../scss/style.scss */

.pagination-wrapper ul.pagination li {
    float: left;
}

/* line 6545, ../scss/style.scss */

.pagination-wrapper ul.pagination .page-link {
    border: none;
    font-family: 'Facto';
    color: #3172B9;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
}

/* line 6556, ../scss/style.scss */

.pagination-wrapper ul.pagination li.active .page-link {
    background: transparent;
    border: 1px solid #3172B9;
    border-radius: 5px;
}

/* line 6561, ../scss/style.scss */

.pagination-wrapper ul.pagination .page-link:hover {
    background: transparent;
    color: #E9BD76;
}

/************our Experience********************/

/* line 6567, ../scss/style.scss */

h5.exp-small-title {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

/* line 6573, ../scss/style.scss */

h4.exp-big-title {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

/*.exp-desc {
	display: block;
	position: absolute;
	
	color: #FFF;
	@include transition(.3s);

}*/

/* line 6588, ../scss/style.scss */

.job-oppertunities-title-area.news-hover {
    /*@include transition(.3s);*/
    background-color: rgba(44, 52, 105, 0);
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

/* line 6596, ../scss/style.scss */

.job-oppertunities-title-area.news-hover .job-oppertunities-title {
    padding: 15px 0;
}

/* line 6598, ../scss/style.scss */

.job-oppertunities-title-area.news-hover .job-oppertunities-title-hover {
    position: absolute;
    padding: 15px 0;
    left: 30px;
    bottom: -200px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 6599, ../scss/style.scss */

.job-oppertunities-title-area.news-hover:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 75px;
    right: -1px;
    bottom: 0;
    background-image: url("../images/our-experience/years-background-image.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 6614, ../scss/style.scss */

.job-oppertunities-title-area.news-hover:after {
    content: '\e902';
    font-family: 'icomoon' !important;
    position: absolute;
    color: #2C3469;
    font-size: 16px;
    right: 15px;
    bottom: 15px;
    z-index: 11;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 6628, ../scss/style.scss */

.job-oppertunities-title-area.news-hover:hover {
    /*& .exp-desc {
    	display: block;
    	bottom:0;
    }*/
}

/* line 6629, ../scss/style.scss */

.job-oppertunities-title-area.news-hover:hover .black-gradient {
    background-color: rgba(44, 52, 105, 0.7);
    /*background: linear-gradient(0deg, rgba(44,52,105,1) 0%, rgba(44,52,105,0.5662640056022409) 100%);*/
}

/* line 6637, ../scss/style.scss */

.job-oppertunities-title-area.news-hover:hover .job-oppertunities-title-hover {
    bottom: 0;
    opacity: 1;
}

/* line 6638, ../scss/style.scss */

.job-oppertunities-title-area.news-hover:hover .job-oppertunities-title {
    opacity: 0;
}

/* line 6640, ../scss/style.scss */

.job-oppertunities-title-area.news-hover:hover:before {
    opacity: 1;
}

/* line 6641, ../scss/style.scss */

.job-oppertunities-title-area.news-hover:hover:after {
    opacity: 1;
}

/* line 6646, ../scss/style.scss */

.job-oppertunities-title-area.news-hover:hover img {
    background-color: rgba(44, 52, 105, 0.5);
}

/**********our-experience-detail*******************/

/* line 6652, ../scss/style.scss */

.scope-of-services h4 {
    color: #2C3469;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

/* line 6658, ../scss/style.scss */

.other-details h4 {
    color: #E9BD76;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

/* line 6664, ../scss/style.scss */

.scope-of-services {
    padding: 30px;
    background-color: #E9BD76;
    border-radius: 5px;
    margin-bottom: 30px;
}

/* line 6670, ../scss/style.scss */

.other-details {
    padding: 30px;
    background-color: #2C3469;
    border-radius: 5px;
}

/* line 6675, ../scss/style.scss */

ul.sos-lists>li:before {
    content: "\e90d";
    font-family: 'icomoon';
    color: #2C3469;
    margin-right: 10px;
}

/* line 6681, ../scss/style.scss */

.location-details>h5:before {
    content: "\e90f";
    color: #E9BD76;
    font-family: 'icomoon';
    margin-right: 10px;
}

/* line 6687, ../scss/style.scss */

.location-details>h5 {
    font-size: 16px;
    font-weight: 500;
    color: #E9BD76;
    text-transform: uppercase;
    margin-bottom: 0px;
}

/* line 6694, ../scss/style.scss */

.location-details>span {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Facto';
    margin-left: 24px;
}

/* line 6702, ../scss/style.scss */

.timeframe-details>h5:before {
    content: "\e910";
    color: #E9BD76;
    font-family: 'icomoon';
    margin-right: 10px;
}

/* line 6708, ../scss/style.scss */

.timeframe-details>h5 {
    font-size: 16px;
    font-weight: 500;
    color: #E9BD76;
    text-transform: uppercase;
    margin-bottom: 0px;
}

/* line 6715, ../scss/style.scss */

.timeframe-details>span {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Facto';
    margin-left: 24px;
}

/* line 6723, ../scss/style.scss */

.client-details>h5:before {
    content: "\e90e";
    color: #E9BD76;
    font-family: 'icomoon';
    margin-right: 10px;
}

/* line 6729, ../scss/style.scss */

.client-details>h5 {
    font-size: 16px;
    font-weight: 500;
    color: #E9BD76;
    text-transform: uppercase;
    margin-bottom: 0px;
}

/* line 6736, ../scss/style.scss */

.client-details>span {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Facto';
    margin-left: 24px;
}

/* line 6744, ../scss/style.scss */

.photos-videos-area {
    position: relative;
    background: linear-gradient(to top, white 0%, white 50%, #f8f8f8 50%, #f8f8f8 100%);
    padding-top: 40px;
}

/* line 6749, ../scss/style.scss */

h2.section-heading-title.photo-video-title {
    color: #2C3469;
}

/* line 6752, ../scss/style.scss */

.item.project-portfolio-area-detail .our-experience-section {
    background: linear-gradient(to top, white 0%, white 50%, #f8f8f8 50%, #f8f8f8 100%);
}

/* line 6757, ../scss/style.scss */

.inside-page-title {
    padding: 15px;
}

/* line 6760, ../scss/style.scss */

section.related-projects-area {
    background-color: #f8f8f8;
}

/* line 6763, ../scss/style.scss */

.other-details-top-area {
    display: flex;
    margin-bottom: 20px;
}

/* line 6767, ../scss/style.scss */

.location-details {
    padding-right: 60px;
}

/*********meet us************/

/* line 6774, ../scss/style.scss */

.contact-form-area .form-control {
    border-bottom: 1px solid #B9B9B9;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #2C3469 !important;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Facto';
}

/* line 6786, ../scss/style.scss */

.contact-form-area input#firstname {
    width: 49%;
    float: left;
    margin-right: 1%;
    padding: 10px 0px;
}

/* line 6792, ../scss/style.scss */

.contact-form-area input#lastname {
    width: 49%;
    float: left;
    margin-left: 1%;
    padding: 10px 0px;
}

/* line 6798, ../scss/style.scss */

.contact-form-area input#emailAddress {
    width: 49%;
    float: left;
    margin-right: 1%;
    padding: 10px 0px;
    margin-top: 15px;
}

/* line 6805, ../scss/style.scss */

.contact-form-area input#phone {
    width: 49%;
    float: left;
    margin-left: 1%;
    padding: 10px 0px;
    margin-top: 15px;
}

/* line 6812, ../scss/style.scss */

.contact-form-area input#companyname {
    width: 49%;
    float: left;
    margin-right: 1%;
    padding: 10px 0px;
    margin-top: 15px;
}

/* line 6819, ../scss/style.scss */

.contact-form-area select.form-select {
    width: 49%;
    float: left;
    margin-left: 1%;
    border-top: none;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 10px 0px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 100;
    font-family: 'Facto';
    color: #9F9F9F;
}

/* line 6835, ../scss/style.scss */

.contact-form-area input.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #E9BD76;
}

/* line 6840, ../scss/style.scss */

.contact-form-area input.form-control:focus::placeholder {
    color: transparent;
}

/* line 6843, ../scss/style.scss */

.contact-form-area textarea#message.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #E9BD76;
}

/* line 6847, ../scss/style.scss */

.contact-form-area textarea#message.form-control:focus::placeholder {
    color: transparent;
    transition: all 0.3s ease-in-out;
}

/* line 6852, ../scss/style.scss */

.contact-form-area textarea#message::placeholder {
    font-weight: 100 !important;
}

/* line 6855, ../scss/style.scss */

.contact-form-area textarea#message {
    padding: 20px 0px;
}

/* line 6858, ../scss/style.scss */

.contact-form-area select.form-select::placeholder {
    font-weight: 100 !important;
}

/* line 6861, ../scss/style.scss */

.contact-form-area select.form-select:focus::placeholder {
    color: transparent;
}

/* line 6864, ../scss/style.scss */

.contact-form-area select.form-select:focus {
    box-shadow: none;
    border-bottom: 1px solid #E9BD76;
}

/* line 6868, ../scss/style.scss */

.contact-form-area textarea#message.form-control::placeholder {
    color: #9F9F9F;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Facto';
}

/* line 6874, ../scss/style.scss */

.contact-form-area .btn-primary {
    width: 20%;
}

/* line 6878, ../scss/style.scss */

button.btn.btn-primary.btn-lg.blue-button {
    margin-right: 15px;
    background-color: #2C3469;
    border: 1px solid #2C3469;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Facto';
}

/* line 6889, ../scss/style.scss */

button.btn.btn-primary.btn-lg.yellow-button {
    margin-right: 15px;
    background-color: #E9BD76;
    border: 1px solid #E9BD76;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Facto';
    color: #333333;
}

/* line 6900, ../scss/style.scss */

.download-profile.reach-us-area {
    float: none !important;
    margin-top: 40px;
}

/* line 6904, ../scss/style.scss */

.download-profile.reach-us-area a.download-cp-button:hover:before {
    color: #2C3469;
    transition: all 0.3s ease-in-out;
}

/* line 6908, ../scss/style.scss */

.reachus-infos {
    padding: 30px;
    border-radius: 5px;
    margin-top: 85px;
    background: url("../images/our-experience/meet-us-icon-2.png") no-repeat center center #2C3469;
    z-index: 9999;
}

/* line 6915, ../scss/style.scss */

.address-info>h5 {
    font-size: 30px;
    font-weight: 500;
    color: #E9BD76;
}

/* line 6920, ../scss/style.scss */

.address-info>p {
    color: #fff;
}

/* line 6923, ../scss/style.scss */

.contact-info {
    margin: 20px;
    border-bottom: 1px solid rgba(237, 237, 237, 0.12);
    padding: 5px 0px 25px 0px;
}

/* line 6928, ../scss/style.scss */

.mail-info {
    margin: 20px;
}

/* line 6931, ../scss/style.scss */

.address-info p {
    padding: 15px 0px 10px 0px;
}

/* line 6934, ../scss/style.scss */

.address-info {
    margin: 20px;
    border-bottom: 1px solid rgba(237, 237, 237, 0.12);
}

/* line 6938, ../scss/style.scss */

a.email-info {
    font-size: 20px;
    font-family: 'Facto';
    font-weight: 500;
    color: #E9BD76;
}

/* line 6944, ../scss/style.scss */

a.phone-number {
    color: #fff;
    font-size: 16px;
    font-family: 'muli';
}

/* line 6949, ../scss/style.scss */

a.fax-number {
    color: #fff;
    font-size: 16px;
    font-family: 'muli';
}

/* line 6954, ../scss/style.scss */

a.phone-number::before {
    content: '\e913';
    font-family: 'icomoon';
    color: #E9BD76;
    margin-right: 14px;
    font-size: 22px;
}

/* line 6961, ../scss/style.scss */

a.fax-number::before {
    content: '\e912';
    font-family: 'icomoon';
    color: #E9BD76;
    margin-right: 10px;
    font-size: 22px;
}

/* line 6968, ../scss/style.scss */

.corporate-info {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

/* line 6973, ../scss/style.scss */

.corporate-info>h5 {
    font-size: 24px;
    color: #E9BD76;
    margin-bottom: 30px;
}

/* line 6978, ../scss/style.scss */

.corporate-info>p {
    margin-top: 5px;
}

/* line 6981, ../scss/style.scss */

.corporate-info>h4 {
    font-size: 24px;
    color: #2C3469;
    margin-bottom: 0px;
}

/* line 6986, ../scss/style.scss */

.corporate-info>a {
    display: block;
    color: #6F6F6F;
    font-family: 'muli';
    font-size: 18px;
    padding-top: 5px;
}

/* line 6993, ../scss/style.scss */

.corporate-info {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 25px;
}

/* line 6999, ../scss/style.scss */

.corporate-info>h5 {
    font-size: 24px;
    color: #E9BD76;
    margin-bottom: 20px;
}

/* line 7004, ../scss/style.scss */

.corporate-info>h4 {
    font-size: 24px;
    color: #2C3469;
    margin-bottom: 0px;
}

/* line 7009, ../scss/style.scss */

.corporate-info>p {
    color: #6F6F6F;
}

/* line 7012, ../scss/style.scss */

.corporate-info>a {
    display: block;
    color: #6F6F6F;
    font-family: 'muli';
    font-size: 18px;
}

/* line 7018, ../scss/style.scss */

.corporate-info a.contact-number:before {
    content: '\e913';
    font-family: 'icomoon';
    color: #E9BD76;
    margin-right: 10px;
    font-size: 22px;
}

/* line 7025, ../scss/style.scss */

.corporate-info a.contact-mail:before {
    content: '\e914';
    font-family: 'icomoon';
    color: #E9BD76;
    margin-right: 10px;
    font-size: 17px;
}

/* line 7032, ../scss/style.scss */

.latest-news-box {
    transition: 0.3s ease;
}

/* line 7035, ../scss/style.scss */

.latest-news-box:hover {
    border: 1px solid #E9BD76;
    transition: all 0.3s ease-in-out;
}

/* line 7039, ../scss/style.scss */

div#map {
    min-height: 600px;
}

/* line 7042, ../scss/style.scss */

section.google-map-container.meet-us-section {
    padding: 0;
}

/* line 7045, ../scss/style.scss */

figure.latest-news-box-image.cp-area {
    margin-top: 55px;
}

/* line 7048, ../scss/style.scss */

.owl-carousel.company-profile .owl-item img {
    width: auto;
}

/* line 7051, ../scss/style.scss */

#sync2 .item:hover {
    background-color: #E9BD76;
    transition: all 0.3s ease-in-out;
    color: #2C3469;
}

/* line 7056, ../scss/style.scss */

#sync2 .item h1:hover {
    color: #2C3469;
}

/* line 7060, ../scss/style.scss */

h3.section-primary-content.founder-info-title {
    color: rgba(255, 255, 255, 0.8);
    padding: 15px 0px;
}

/* line 7064, ../scss/style.scss */

a.more-link.with-icon {
    margin-top: 15px;
    font-weight: 500;
}

/* line 7068, ../scss/style.scss */

.scope-of-services.contact-person-area>h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
}

/* line 7074, ../scss/style.scss */

.scope-of-services.contact-person-area>span {
    font-size: 16px;
    font-weight: 500;
    color: #2C3469;
    font-family: 'Facto';
}

/* line 7080, ../scss/style.scss */

.contact-person-info {
    margin-top: 10px;
}

/* line 7083, ../scss/style.scss */

.contact-person-info>a {
    color: #2C3469;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Facto';
    display: block;
}

/* line 7090, ../scss/style.scss */

.contact-person-info a.contact-number:before {
    content: '\e913';
    font-family: 'icomoon';
    margin-right: 10px;
    font-size: 20px;
}

/* line 7096, ../scss/style.scss */

.contact-person-info a.contact-mail:before {
    content: '\e914';
    font-family: 'icomoon';
    margin-right: 10px;
}

/* line 7101, ../scss/style.scss */

.our-expertise-details>h5 {
    font-size: 16px;
    color: #fff;
}

/* line 7105, ../scss/style.scss */

.our-expertise-details>h5:before {
    content: '\e90d';
    font-family: 'icomoon';
    margin-right: 10px;
    color: #E9BD76;
}

/* line 7111, ../scss/style.scss */

.scope-of-services.contact-person-area {
    margin-bottom: 30px;
}

/* line 7114, ../scss/style.scss */

.tab-content.arch-area {
    margin-top: 30px;
}

/* line 7117, ../scss/style.scss */

ul.pagination {
    margin-top: 30px;
}

/* line 7120, ../scss/style.scss */

.section-content-left {
    padding-right: 80px;
}

/* line 7123, ../scss/style.scss */

.client-people>img {
    min-width: 100%;
}

/*.nav-pills.work-for-pills .nav-link.active{
	color: #2C3469;
	background-color: transparent;
}
.nav-pills.work-for-pills .nav-link.active {
    color: #2C3469;
    background-color: transparent;
    border-right: 2px solid #E9BD76;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Dax';
    font-weight: 500;
}*/

/* line 7143, ../scss/style.scss */

.work-for-area {
    /*border-left: solid 1px #ddd;*/
}

/* line 7146, ../scss/style.scss */

.we-work-for-areaa .nav {
    z-index: 99;
}

/* line 7149, ../scss/style.scss */

.we-work-for-areaa>.who-we-area.block {
    display: block !important;
}

/* line 7151, ../scss/style.scss */

.we-work-for-areaa>.who-we-area.block .nav {
    flex-direction: row !important;
}

/* line 7154, ../scss/style.scss */

.we-work-for-areaa>.who-we-area.block .nav-link {
    display: inline-block !important;
    width: 49%;
    text-align: center;
}

/* line 7160, ../scss/style.scss */

.work-for-area .tab-pane {
    border-left: solid 1px #ddd;
    padding-left: 3rem !important;
}

/* line 7164, ../scss/style.scss */

.nav-pills.work-for-pills .nav-link {
    font-size: 18px;
    font-family: 'Facto';
    font-weight: 500;
    color: #8D8D8D;
    padding: 10px 30px;
    margin-bottom: 15px;
    white-space: nowrap;
    text-align: right;
    border-right: 2px solid #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 7176, ../scss/style.scss */

.nav-pills.work-for-pills .nav-link:hover {
    color: #2C3469;
}

/* line 7179, ../scss/style.scss */

.nav-pills.work-for-pills .nav-link.active {
    color: #2C3469;
    text-align: right;
    background-color: transparent;
    border-right: 3px solid #E9BD76;
    border-radius: 0;
    margin-right: -2px;
}

/* line 7188, ../scss/style.scss */

.latest-news-box.news-section-part {
    margin-bottom: 30px;
    overflow: hidden;
}

/* line 7192, ../scss/style.scss */

.padding-none {
    padding-top: 0px;
}

/* line 7198, ../scss/style.scss */

.clients-logo-column>a>img {
    filter: grayscale(1);
}

/* line 7202, ../scss/style.scss */

.clients-logo-column:hover>a>img {
    filter: grayscale(0);
}

/* line 7205, ../scss/style.scss */

.clients-logo-column:hover p {
    color: #E9BD76;
}

/* line 7208, ../scss/style.scss */

.clients-partition-area>h5 .sector-title {
    color: #E9BD76;
}

/* line 7211, ../scss/style.scss */

.download-profile.reach-us-area a.download-cp-button:hover {
    background: #E9BD76 !important;
    color: #333 !important;
    transition: all 0.3s ease-in-out;
}

/* line 7216, ../scss/style.scss */

.download-profile.reach-us-area a.download-cp-button before:hover {
    color: #333 !important;
}

/* line 7219, ../scss/style.scss */

.download-profile.reach-us-area a.download-cp-button {
    background-color: transparent;
    border: 1px solid #E9BD76;
    color: #fff;
    padding: 10px 25px 15px 25px;
    transition: 0.3s ease;
}

/* line 7226, ../scss/style.scss */

.download-profile.reach-us-area a.download-cp-button:before {
    color: #E9BD76;
}

/* line 7229, ../scss/style.scss */

button.btn.btn-primary.btn-lg.blue-button:hover {
    background-color: transparent;
    color: #2C3469;
    transition: all 0.3s ease-in-out;
}

/* line 7234, ../scss/style.scss */

button.btn.btn-primary.btn-lg.yellow-button:hover {
    background-color: transparent;
    color: #E9BD76;
    transition: all 0.3s ease-in-out;
}

/* line 7239, ../scss/style.scss */

.owl-carousel.carousal-news .nav-button {
    height: 50px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 110px !important;
}

/* line 7246, ../scss/style.scss */

.owl-carousel.carousal-news .owl-prev {
    left: -35px;
}

/* line 7250, ../scss/style.scss */

.owl-carousel.carousal-news .owl-next {
    right: -35px;
}

/* line 7253, ../scss/style.scss */

h2.section-heading-title.custom-header {
    font-size: 30px;
    text-transform: none;
}

/* line 7257, ../scss/style.scss */

h3.section-primary-content.custom-sub-header {
    font-size: 20px;
    line-height: 30px;
}

/* line 7261, ../scss/style.scss */

img.years-background {
    max-width: 100px;
    position: absolute;
    right: 0;
    bottom: -10px;
}

/* line 7267, ../scss/style.scss */

a.more-link.with-icon.hover-effects-area {
    right: 15px;
    position: absolute;
    bottom: 15%;
    color: #2C3469;
}

/* line 7273, ../scss/style.scss */

.exp-desc p {
    color: rgba(255, 255, 255, 0.72);
    font-family: 'muli';
    font-size: 15px;
    padding-right: 50px;
    line-height: 24px;
    margin-top: 5px;
}

/* line 7281, ../scss/style.scss */

h5.sector-title.mb-3 {
    color: #E9BD76;
    padding-top: 20px;
    padding-bottom: 10px;
}

/* line 7286, ../scss/style.scss */

figcaption.years-of-excellence-area.company-profile-area>img {
    bottom: 8px;
}

/* line 7289, ../scss/style.scss */

a.play-video-buton::after {
    content: '\e900';
    color: #E9BD76;
    font-family: 'icomoon';
    top: 43%;
    left: 46%;
    position: absolute;
    font-size: 60px;
}

/* line 7298, ../scss/style.scss */

a.play-video-buton :hover {
    color: red;
}

/* line 7301, ../scss/style.scss */

a.play-video-buton {
    overflow: hidden;
}

/* line 7304, ../scss/style.scss */

a.play-video-buton:hover img {
    transform: scale(1.03);
}

/* line 7307, ../scss/style.scss */

a.play-video-buton img {
    transition: transform .5s ease;
}

/* line 7310, ../scss/style.scss */

section.pt-4.pb-4.latest-news-section {
    background-color: #F8F8F8;
}

/* line 7313, ../scss/style.scss */

.other-details-top-area.our-expertise {
    margin-bottom: 0;
}

/* line 7317, ../scss/style.scss */

.contact-form-area input::placeholder {
    color: #9f9f9f !important;
    font-weight: 100;
}

/* line 7321, ../scss/style.scss */

.contact-form-area input:focus::placeholder {
    color: transparent !important;
    transition: all 0.3s ease-in-out;
}

/* line 7325, ../scss/style.scss */

a.contact-number.mapp::before {
    content: '\e913';
    font-family: 'icomoon';
    color: #E9BD76;
    margin-left: 5px;
    margin-right: 8px;
    font-size: 25px;
}

/* line 7333, ../scss/style.scss */

a.contact-number.mapp {
    color: #2C3469;
    font-weight: 500;
    font-family: 'Facto';
}

/* line 7338, ../scss/style.scss */

a.contact-mail.mapp::before {
    content: '\e914';
    font-family: 'icomoon';
    color: #E9BD76;
    margin-left: 5px;
    margin-right: 10px;
}

/* line 7345, ../scss/style.scss */

a.contact-mail.mapp {
    color: #2C3469;
    font-weight: 500;
    font-family: 'Facto';
}

/* line 7350, ../scss/style.scss */

p.mapp {
    font-family: 'Facto';
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
}

/* line 7357, ../scss/style.scss */

.clients-partition-area>h5 {
    color: #E9BD76;
}

/* line 7360, ../scss/style.scss */

.owl-carousel.top-right-nav.testimonial-nav .owl-nav {
    top: 41px;
    right: 0px;
}

/* line 7364, ../scss/style.scss */

.testimonial-section {
    padding: 30px 0 60px 0;
}

/* line 7367, ../scss/style.scss */

h4.filter-project-text {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
}

/* line 7372, ../scss/style.scss */

.filter-area {
    border-bottom: 1px solid #EDEDED;
}

/* line 7375, ../scss/style.scss */

.tab-content.arch-area .owl-nav button.owl-prev {
    position: absolute;
    top: 50px;
    left: -50px;
}

/* line 7380, ../scss/style.scss */

.tab-content.arch-area .owl-nav button.owl-next {
    position: absolute;
    top: 50px;
    right: -10px;
}

/* line 7385, ../scss/style.scss */

p.tab-contents {
    padding: 0px 80px;
}

/* line 7388, ../scss/style.scss */

a.more-link.with-icon.white-text.eng-page {
    font-size: 30px;
    text-transform: none;
}

/* line 7392, ../scss/style.scss */

.clients-logo-column:hover>p {
    transition: all 0.3s ease-in-out;
}

/* line 7395, ../scss/style.scss */

p.clients-name {
    line-height: 22px;
}

/* line 7398, ../scss/style.scss */

p {
    line-height: 24px;
}

/* line 7401, ../scss/style.scss */

span.more-link.with-icon.white-text.arch-page {
    font-size: 24px;
    text-transform: none;
}

/* line 7405, ../scss/style.scss */

.newsletter-fields .form-control {
    padding-left: 0px;
}

/* line 7408, ../scss/style.scss */

.owl-carousel.top-right-nav.related-projects .owl-nav {
    top: -52px;
}

/* line 7411, ../scss/style.scss */

h5.core-values-title {
    color: #E9BD76;
    font-weight: 500;
}

/* line 7415, ../scss/style.scss */

img.vision-image {
    width: 100%;
}

/* line 7418, ../scss/style.scss */

.top-right-nav.owl-carousel.carousal-news2 .owl-nav {
    top: -50px;
}

/* line 7421, ../scss/style.scss */

a.link-news>h3:hover {
    color: #E9BD76;
}

/* line 7425, ../scss/style.scss */

.navik-menu li>ul ul {
    top: 0px;
    left: 100%;
}

/* line 7429, ../scss/style.scss */

ul.contact-details.footer-address li.location-item {
    font-weight: 400 !important;
}

/* line 7432, ../scss/style.scss */

ul.contact-details.footer-address li.map-item {
    font-weight: 400 !important;
}

/* line 7435, ../scss/style.scss */

ul.contact-details.footer-social li {
    font-weight: 400 !important;
}

/* line 7438, ../scss/style.scss */

main {
    overflow: hidden;
}

/* line 7441, ../scss/style.scss */

.navik-menu ul ul li>a::before {
    display: none;
}

/* line 7444, ../scss/style.scss */

span.toggle-sub-2 .icon-angle-double-right:before {
    display: none;
}

/*************New Updates****************/

/* line 7449, ../scss/style.scss */

section.home-top-section {
    margin-top: 60px;
    position: relative;
}

/* line 7453, ../scss/style.scss */

.custom-padding-area {
    padding: 50px;
    margin-top: -170px;
    background-color: #fff;
}

/* line 7459, ../scss/style.scss */

u {
    text-decoration: none;
    position: relative;
    font-weight: 700;
}

/* line 7464, ../scss/style.scss */

u:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #5b7abb;
    position: absolute;
    left: 0;
    bottom: -3px;
}

/* line 7473, ../scss/style.scss */

.years-of-experience-area {
    background-color: #5b7abb;
    padding: 40px 30px;
    position: relative;
    height: 100%;
}

/* line 7479, ../scss/style.scss */

h5.experience-text {
    font-size: 18px;
    color: #3258a6;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}

/* line 7487, ../scss/style.scss */

num.years-number {
    font-size: 80px;
    font-weight: 500;
    color: #3258a6;
    position: absolute;
    top: 40px;
    left: 22%;
}

/* line 7495, ../scss/style.scss */

h2.years-number {
    font-size: 80px;
    text-align: center;
    color: #3258a6;
    font-family: 'Facto';
    font-weight: 500;
}

/* line 7502, ../scss/style.scss */

section.products-services-section {
    background-color: #F5F5F5;
}

/* line 7505, ../scss/style.scss */

.icon-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid rgba(190, 190, 190, 0.9);
   padding: 45px 45px;*/
    z-index: 1;
    position: relative;
    font-family: 'Facto' !important;
    height: 100%;
    background-color: #fff;
}

/* line 7516, ../scss/style.scss */

.icon-content a {
    position: relative;
    padding: 45px 45px;
    border: 1px solid rgba(190, 190, 190, 0.9);
    width: 100%;
}

@media (max-width: 767.98px) {
    /* line 7516, ../scss/style.scss */
    .icon-content a {
        padding: 30px 30px;
    }
}

/* line 7525, ../scss/style.scss */

.icon-content:hover a {
    border: 1px solid rgba(5, 70, 63, 0.3);
}

/* line 7535, ../scss/style.scss */

.icon-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #5b7abb;
    position: absolute;
    left: 0;
    top: 0;
    /*border: 1px solid #3258a6;*/
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 30px 30px #eee;
}

/* line 7553, ../scss/style.scss */

.icon-content figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    /* line 7553, ../scss/style.scss */
    .icon-content figure {
        margin-bottom: 18px;
    }
}

/* line 7561, ../scss/style.scss */

span.sbm-icon:before {
    content: '\e916';
    font-size: 80px;
    color: #5b7abb;
    font-family: 'icomoon';
    transition: all 0.3s ease;
    padding-right: 15px;
}

/* line 7569, ../scss/style.scss */

span.ca-icon:before {
    content: '\e90d';
    font-size: 80px;
    color: #5b7abb;
    font-family: 'icomoon';
    transition: all 0.3s ease;
    padding-right: 15px;
}

/* line 7577, ../scss/style.scss */

span.rmt-icon:before {
    content: '\e917';
    font-size: 80px;
    color: #5b7abb;
    font-family: 'icomoon';
    transition: all 0.3s ease;
    padding-right: 15px;
}

/* line 7585, ../scss/style.scss */

.icon-content h3 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    color: #3258a6;
    font-weight: 500;
}

@media (max-width: 1199.98px) {
    /* line 7585, ../scss/style.scss */
    .icon-content h3 {
        margin-bottom: 18px;
    }
}

@media (max-width: 991.98px) {
    /* line 7585, ../scss/style.scss */
    .icon-content h3 {
        margin-bottom: 10px;
    }
}

/* line 7598, ../scss/style.scss */

.icon-content small {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 24px;
    color: #919191;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media (max-width: 1199.98px) {
    /* line 7598, ../scss/style.scss */
    .icon-content small {
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    /* line 7598, ../scss/style.scss */
    .icon-content small {
        font-size: 16px;
    }
}

/* line 7633, ../scss/style.scss */

span.explore-product-link:before {
    content: '+';
    background-color: #3258a6;
    color: #5b7abb;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 24px;
    position: absolute;
}

/* line 7642, ../scss/style.scss */

span.explore-product-link {
    font-weight: 500;
    color: #3258a6;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 7647, ../scss/style.scss */

span.explore-product-link:after {
    content: '\e915';
    font-family: 'icomoon';
    font-size: 10px;
    color: #5b7abb;
    background-color: #3258a6;
    padding: 14px 20px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 7658, ../scss/style.scss */

.icon-content:hover span.explore-product-link:after {
    opacity: 1;
}

/* line 7661, ../scss/style.scss */

span.explore-product-link.downloads-link-arrow:after {
    content: '\e924';
    font-family: 'icomoon';
    font-size: 10px;
    color: #5b7abb;
    background-color: #3258a6;
    padding: 14px 25px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 7672, ../scss/style.scss */

.icon-content:hover span.explore-product-link.downloads-link-arrow:after {
    opacity: 1;
}

/* line 7676, ../scss/style.scss */

span.explore-product-text {
    color: #3258a6;
    opacity: 0;
    font-size: 14px;
    font-weight: 500;
    margin-left: 75px;
    margin-top: 10px;
    display: inherit;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 7686, ../scss/style.scss */

.icon-content:hover span.explore-product-text {
    opacity: 1;
}

/* line 7689, ../scss/style.scss */

.icon-content:hover {
    border-color: rgba(5, 70, 63, 0.3);
}

/* line 7692, ../scss/style.scss */

.icon-content:hover:before {
    transform: scale(1.07);
    opacity: 1;
}

/* line 7696, ../scss/style.scss */

.icon-content:hover span.sbm-icon:before {
    color: #3258a6;
}

/* line 7699, ../scss/style.scss */

.icon-content:hover span.ca-icon:before {
    color: #3258a6;
}

/* line 7702, ../scss/style.scss */

.icon-content:hover span.rmt-icon:before {
    color: #3258a6;
}

/* line 7705, ../scss/style.scss */

.icon-content:hover small {
    color: #3258a6;
}

/* line 7708, ../scss/style.scss */

.icon-content a:hover {
    text-decoration: none;
}

/* line 7711, ../scss/style.scss */

.icon-content:hover:after {
    content: "";
    width: 70px;
    height: 75px;
    background: url("../images/home-slider/logo-pattern.png") no-repeat;
    position: absolute;
    right: -14px;
    bottom: -12px;
}

/* line 7720, ../scss/style.scss */

.center-align-area {
    text-align: center;
}

/* line 7723, ../scss/style.scss */

h3.facts-slider-title {
    color: #fff;
    z-index: 111;
    font-size: 24px;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* line 7737, ../scss/style.scss */

span.facts-slider-sub-title {
    color: #fff;
    z-index: 11;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

/* line 7747, ../scss/style.scss */

.details {
    position: relative;
}

/* line 7749, ../scss/style.scss */

.details .facs-slider-text {
    position: absolute;
    left: 10%;
    bottom: 12%;
    width: 85%;
    z-index: 11;
}

/* line 7757, ../scss/style.scss */

.video-box {
    width: 100%;
    display: block;
    margin: 0;
    background: #3258a6;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/* line 7770, ../scss/style.scss */

.video-box a {
    position: relative;
    height: 100%;
    width: 100%;
}

/* line 7775, ../scss/style.scss */

.video-box a:before {
    content: '\e900';
    position: absolute;
    font-family: 'icomoon';
    color: #fff;
    left: 43%;
    top: 43%;
    font-size: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 7814, ../scss/style.scss */

.video-box img {
    width: 100%;
}

/* line 7817, ../scss/style.scss */

.saudi-vision-area {
    background-color: #5b7abb;
    padding: 44px;
    text-align: center;
}

/* line 7822, ../scss/style.scss */

.video-box:hover .play-btn:before {
    color: #5b7abb;
}

/* line 7825, ../scss/style.scss */

.our-projects-green-area {
    background-color: #3258a6;
    padding: 60px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    /* line 7825, ../scss/style.scss */
    .our-projects-green-area {
        padding: 30px;
    }
}

@media (max-width: 1199.98px) {
    /* line 7835, ../scss/style.scss */
    .our-projects-green-area h3 br {
        display: none;
    }
}

/* line 7842, ../scss/style.scss */

.our-projects-green-area.overview-section-icon {
    background-color: #3258a6;
    padding: 60px;
    height: 100%;
    position: relative;
}

@media (max-width: 767.98px) {
    /* line 7842, ../scss/style.scss */
    .our-projects-green-area.overview-section-icon {
        padding: 30px;
    }
}

/* line 7850, ../scss/style.scss */

.our-projects-green-area.overview-section-icon:after {
    content: url("../images/inside-pages/home-angle-icon.png");
    position: absolute;
    right: 0;
    top: 70px;
    width: 264px;
    height: 300px;
}

@media (max-width: 1199.98px) {
    /* line 7850, ../scss/style.scss */
    .our-projects-green-area.overview-section-icon:after {
        top: 10px;
    }
}

/* line 7863, ../scss/style.scss */

.overview-section-image {
    height: 100%;
}

/* line 7866, ../scss/style.scss */

.project-portfolio-area .carousel-projects .item .details {
    width: 80%;
    z-index: 11;
}

/* line 7870, ../scss/style.scss */

.our-projects-green-area h3 {
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0px;
}

/* line 7878, ../scss/style.scss */

a.more-link.with-icon.yelow-color-link {
    color: #5b7abb;
}

/* line 7881, ../scss/style.scss */

a.more-link.with-icon.yelow-color-link:hover {
    color: #ffffff;
}

/* line 7884, ../scss/style.scss */

.facts-slider {
    width: 28%;
}

/* line 7887, ../scss/style.scss */

.facts-videos {
    width: 22%;
}

/* line 7890, ../scss/style.scss */

.item.core-values-slider img {
    min-height: 441px;
}

/* line 7893, ../scss/style.scss */

.project-portfolio-area span.section-sub-title {
    color: #ffffff;
}

/* line 7896, ../scss/style.scss */

.project-portfolio-area h2.section-heading-title {
    color: #ffffff;
}

/* line 7899, ../scss/style.scss */

.item.project-portfolio-area-detail:hover .details {
    background-color: #5b7abb;
    bottom: 0px;
    left: 30px;
}

/* line 7904, ../scss/style.scss */

.item.project-portfolio-area-detail:hover h3.big-title-portfolio a {
    color: #3258a6 !important;
}

/* line 7907, ../scss/style.scss */

.item.project-portfolio-area-detail:hover p.small-title-portfolio {
    color: #3258a6 !important;
}

/* line 7910, ../scss/style.scss */

h3.big-title-portfolio {
    font-size: 30px;
    font-weight: 500;
}

/* line 7914, ../scss/style.scss */

p.small-title-portfolio {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 500;
}

/* line 7919, ../scss/style.scss */

.top-right-nav.owl-carousel.carousel-projects .owl-dots {
    display: block;
}

/* line 7922, ../scss/style.scss */

.project-portfolio-area .carousel-projects .item .details:after {
    content: "";
    width: 70px;
    height: 75px;
    background: url("../images/home-slider/logo-pattern.png") no-repeat;
    position: absolute;
    right: -50px;
    bottom: -12px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 7933, ../scss/style.scss */

.item.project-portfolio-area-detail:hover .details:after {
    content: "";
    width: 70px;
    height: 75px;
    background: url("../images/home-slider/logo-pattern.png") no-repeat;
    position: absolute;
    right: -3px;
    bottom: 0px;
    opacity: 1 !important;
}

/* line 7944, ../scss/style.scss */

.parallax-area-2 {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 80px 0px 200px 0px;
    z-index: 2;
}

@media (max-width: 575.98px) {
    /* line 7944, ../scss/style.scss */
    .parallax-area-2 {
        background-attachment: inherit;
    }
}

/* line 7956, ../scss/style.scss */

.white-secodary-title {
    color: #ffffff !important;
}

/* line 7959, ../scss/style.scss */

.clients-partners-left-column {
    float: right;
    border-right: 1px solid #eee;
    text-align: right;
}

/* line 7964, ../scss/style.scss */

h4.client-column-title {
    font-size: 38px;
    line-height: 45px;
    color: #3258a6;
    font-weight: 700;
}

/* line 7970, ../scss/style.scss */

h4.partner-column-title {
    font-size: 38px;
    line-height: 45px;
    color: #3258a6;
    font-weight: 700;
}

/* line 7976, ../scss/style.scss */

.clients-partners-left-column a:hover {
    color: #3258a6 !important;
}

/* line 7979, ../scss/style.scss */

.clients-partners-right-column a:hover {
    color: #3258a6 !important;
}

/* line 7982, ../scss/style.scss */

.client-logo-first-sections img {
    margin: 0px 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    filter: grayscale(1);
    opacity: 0.5;
}

/* line 7988, ../scss/style.scss */

.client-logo-second-sections img {
    margin: 0px 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    filter: grayscale(1);
    opacity: 0.5;
}

/* line 7994, ../scss/style.scss */

.client-logo-first-sections img:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* line 7998, ../scss/style.scss */

.client-logo-second-sections img:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* line 8002, ../scss/style.scss */

.client-logo-first-sections img:last-child {
    margin-right: 0;
}

/* line 8005, ../scss/style.scss */

.client-logo-second-sections img:last-child {
    margin-right: 0;
}

/* line 8008, ../scss/style.scss */

.clients-partners-right-column .client-logo-first-sections img:first-child {
    margin-left: 0;
}

/* line 8011, ../scss/style.scss */

.clients-partners-right-column .client-logo-second-sections img:first-child {
    margin-left: 0;
}

/* line 8014, ../scss/style.scss */

.zoom-hover-effect {
    overflow: hidden;
}

/* line 8017, ../scss/style.scss */

.zoom-hover-effect:hover img {
    transform: scale(1.05);
}

/* line 8020, ../scss/style.scss */

.client-logo-first-sections.zoom-hover-effect-single {
    overflow: hidden;
}

/* line 8023, ../scss/style.scss */

.client-logo-first-sections.zoom-hover-effect-single:hover img {
    transform: scale(1.05);
}

/* line 8026, ../scss/style.scss */

section.client-partners-section {
    padding: 0px 0px 80px 0px;
}

/* line 8029, ../scss/style.scss */

.news-top-area h2.section-heading-title {
    font-size: 38px;
    font-weight: 700;
    color: #3258a6;
}

/* line 8034, ../scss/style.scss */

.news-top-area-wrapper {
    background-color: #ffffff;
    border-bottom: 3px solid #5b7abb;
    position: absolute;
}

/* line 8039, ../scss/style.scss */

span.work-on-title {
    font-size: 22px;
    font-family: 'Facto';
    font-weight: 500;
    margin-left: 8px;
}

/* line 8045, ../scss/style.scss */

.border-around {
    border: 1px solid #DEDEDE;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 8049, ../scss/style.scss */

.border-around:hover {
    background-color: #3258a6;
}

/* line 8052, ../scss/style.scss */

.border-around:hover span {
    color: #ffffff;
}

/* line 8055, ../scss/style.scss */

.img-membership img {
    width: 150px !important;
}

/* line 8058, ../scss/style.scss */

.white-text-title {
    color: #ffffff !important;
}

/* line 8061, ../scss/style.scss */

.yellow-text-title {
    color: #5b7abb !important;
}

/* line 8064, ../scss/style.scss */

p.membership-content.white-paragagraph-content {
    color: #fff;
}

/* line 8067, ../scss/style.scss */

span.social-media-title {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Facto';
    margin-right: 5px;
}

/* line 8073, ../scss/style.scss */

.col-md-6.svg-area {
    background-color: #3258a6;
    padding: 50px;
}

/* line 8077, ../scss/style.scss */

.icon-content a:before {
    content: '\e915';
    font-family: 'icomoon';
    font-size: 10px;
    display: none;
}

/* line 8083, ../scss/style.scss */

.icon-content:hover .icon-content a:before {
    display: block !important;
}

/* line 8086, ../scss/style.scss */

.icon-content h3 span {
    color: #5b7abb;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 8090, ../scss/style.scss */

.icon-content:hover h3 span {
    color: #3258a6;
}

/* line 8093, ../scss/style.scss */

.arkaz-home-silder {
    padding-top: 150px;
    padding-left: 100px;
    padding-right: 100px;
    background-color: #3258a6;
    background: url("../images/home-slider/pattern-ccomp.png") #3258a6 no-repeat -337px 51px;
    z-index: 10;
    left: -126px;
}

/* line 8103, ../scss/style.scss */

#arkaz-header.fixed {
    z-index: 1111;
}

/* line 8106, ../scss/style.scss */

header#arkaz-header {
    padding: 0px;
    background: transparent;
    border-bottom: none;
    z-index: 9;
}

/* line 8112, ../scss/style.scss */

.forcefullwidth_wrapper_tp_banner {
    height: 800px !important;
}

/*body:after {
    content: url("../images/home-slider/company-pattern.png");
    position: fixed;
    height: 300px;
    width: 300px;
    bottom: -80px;
    right: -178px;
}*/

/* line 8133, ../scss/style.scss */

.years-of-experience-area:after {
    content: url("../images/home-slider/bottom-angle.png");
    position: absolute;
    right: 5px;
    bottom: -3px;
    color: #3258a6;
}

/* line 8140, ../scss/style.scss */

.topbar-right-area {
    text-align: right;
}

/* line 8143, ../scss/style.scss */

span.header-language {
    font-size: 14px;
    font-weight: 300;
}

/* line 8159, ../scss/style.scss */

#search input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* line 8162, ../scss/style.scss */

#search .close:hover {
    color: #5b7abb;
}

/* line 8168, ../scss/style.scss */

.brnads-logo-area img {
    margin-right: 16px;
}

/* line 8171, ../scss/style.scss */

#arkaz-header .header-right #main-menu ul.sub-menu:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #5b7abb;
}

/* line 8180, ../scss/style.scss */

span.header-language a {
    color: #fff;
}

/* line 8183, ../scss/style.scss */

span.header-language a:hover {
    color: #5b7abb;
}

/* line 8186, ../scss/style.scss */

.item.core-values-slider a {
    position: relative;
}

/* line 8189, ../scss/style.scss */

.navik-menu li>ul>li>a {
    padding-left: 16px !important;
    text-transform: none !important;
}

/* line 8193, ../scss/style.scss */

.item.project-portfolio-area-detail a {
    width: 100%;
    position: relative;
}

/* line 8197, ../scss/style.scss */

.item.core-values-slider a {
    width: 100%;
}

/***************************************************
 * Generated by SVG Artista on 1/5/2022, 6:31:26 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

/* line 8206, ../scss/style.scss */

svg .svg-elem-1 {
    stroke-dashoffset: 5119.8857421875px;
    stroke-dasharray: 5119.8857421875px;
    -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

/* line 8213, ../scss/style.scss */

svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
}

/* line 8217, ../scss/style.scss */

svg .svg-elem-2 {
    stroke-dashoffset: 2441.21923828125px;
    stroke-dasharray: 2441.21923828125px;
    -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
    transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

/* line 8224, ../scss/style.scss */

svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
}

/* line 8228, ../scss/style.scss */

svg .svg-elem-3 {
    stroke-dashoffset: 2081.29248046875px;
    stroke-dasharray: 2081.29248046875px;
    -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
    transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}

/* line 8235, ../scss/style.scss */

svg.active .svg-elem-3 {
    stroke-dashoffset: 0;
}

/* line 8239, ../scss/style.scss */

svg .svg-elem-4 {
    stroke-dashoffset: 1745.95849609375px;
    stroke-dasharray: 1745.95849609375px;
    -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
    transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}

/* line 8246, ../scss/style.scss */

svg.active .svg-elem-4 {
    stroke-dashoffset: 0;
}

/* line 8250, ../scss/style.scss */

svg .svg-elem-5 {
    stroke-dashoffset: 512.8603515625px;
    stroke-dasharray: 512.8603515625px;
    -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
    transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}

/* line 8257, ../scss/style.scss */

svg.active .svg-elem-5 {
    stroke-dashoffset: 0;
}

/* line 8261, ../scss/style.scss */

svg .svg-elem-6 {
    stroke-dashoffset: 602.4189453125px;
    stroke-dasharray: 602.4189453125px;
    -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
    transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

/* line 8268, ../scss/style.scss */

svg.active .svg-elem-6 {
    stroke-dashoffset: 0;
}

/* line 8272, ../scss/style.scss */

svg .svg-elem-7 {
    stroke-dashoffset: 867.7071533203125px;
    stroke-dasharray: 867.7071533203125px;
    -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
    transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
}

/* line 8279, ../scss/style.scss */

svg.active .svg-elem-7 {
    stroke-dashoffset: 0;
}

/* line 8283, ../scss/style.scss */

svg#arkaz-elements {
    position: absolute;
    top: 0;
    right: 14px;
}

/************************XXL - 1920************/

@media only screen and (max-width: 1920px) {
    /* line 8291, ../scss/style.scss */
    #arkaz-header.fixed .logo img {
        /* width: 290px; */
    }
    /* line 8294, ../scss/style.scss */
    #arkaz-header.fixed .header-right #main-menu {
        margin-top: 7px;
    }
    /* line 8297, ../scss/style.scss */
    #arkaz-header.fixed .header-right #header-tools {
        margin-top: 23px;
    }
}

/************************XXL - 1399************/

@media only screen and (max-width: 1399px) {
    /* line 8303, ../scss/style.scss */
    .row.portfolio-content {
        margin-bottom: 35px;
    }
    /* line 8306, ../scss/style.scss */
    h2.section-heading-title {
        font-size: 42px;
    }
    /* line 8309, ../scss/style.scss */
    h3.section-primary-content {
        line-height: 42px;
        font-size: 28px;
    }
    /* line 8313, ../scss/style.scss */
    p {
        font-size: 16px;
    }
    /* line 8316, ../scss/style.scss */
    .item.project-portfolio-area-detail {
        padding-top: 0px;
    }
    /* line 8319, ../scss/style.scss */
    h3.big-title-portfolio a {
        font-size: 22px;
    }
    /* line 8322, ../scss/style.scss */
    h3.facts-slider-title {
        font-size: 22px;
    }
    /* line 8325, ../scss/style.scss */
    h3.trust-integrity-area {
        padding-left: 18px;
    }
    /* line 8328, ../scss/style.scss */
    h3.trust-integrity-area {
        font-size: 24px;
    }
    /* line 8331, ../scss/style.scss */
    .trust-integrity-title img {
        max-width: 60px;
    }
    /* line 8334, ../scss/style.scss */
    .client-logo-first-sections img {
        max-width: 120px;
    }
    /* line 8337, ../scss/style.scss */
    .client-logo-second-sections img {
        max-width: 120px;
    }
    /* line 8340, ../scss/style.scss */
    .item.core-values-slider img {
        min-height: 406px;
    }
}

/***********************XL - 1199*************/

@media only screen and (max-width: 1199px) {
    /* line 8346, ../scss/style.scss */
    #arkaz-header .header-right #main-menu a {
        padding: 0 8px;
        font-size: 14px;
    }
    /* line 8350, ../scss/style.scss */
    #arkaz-header .header-right #header-tools {
        margin-top: 23px;
    }
    /* line 8353, ../scss/style.scss */
    #arkaz-header .header-right #main-menu {
        margin-top: 7px;
    }
    /* line 8356, ../scss/style.scss */
    #arkaz-header .header-left>.logo img {
        /* width: 280px; */
    }
    /* line 8359, ../scss/style.scss */
    h3.section-primary-content {
        font-size: 24px;
        line-height: 38px;
    }
    /* line 8363, ../scss/style.scss */
    .trust-integrity-title img {
        max-width: 50px;
    }
    /* line 8366, ../scss/style.scss */
    h3.trust-integrity-area {
        font-size: 20px;
        padding-left: 10px;
    }
    /* line 8370, ../scss/style.scss */
    p {
        font-size: 15px;
    }
    /* line 8373, ../scss/style.scss */
    .years {
        font-size: 60px;
    }
    /* line 8376, ../scss/style.scss */
    .years-of-excellence {
        left: 12px;
    }
    /* line 8379, ../scss/style.scss */
    .footer-adress-column {
        padding-left: 40px;
    }
    /* line 8382, ../scss/style.scss */
    ul.contact-details.reachus-info {
        padding-left: 30px;
    }
    /* line 8385, ../scss/style.scss */
    .client-logo-first-sections img {
        margin: 0px 6px;
    }
    /* line 8388, ../scss/style.scss */
    .client-logo-second-sections img {
        margin: 0px 6px;
    }
    /* line 8391, ../scss/style.scss */
    h4.client-column-title {
        font-size: 32px;
        line-height: 40px;
    }
    /* line 8395, ../scss/style.scss */
    h4.partner-column-title {
        font-size: 32px;
        line-height: 40px;
    }
    /* line 8399, ../scss/style.scss */
    span.section-sub-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1199px) and (max-width: 767.98px) {
    /* line 8399, ../scss/style.scss */
    span.section-sub-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    /* line 8405, ../scss/style.scss */
    .news-top-area h2.section-heading-title {
        font-size: 32px;
    }
    /* line 8408, ../scss/style.scss */
    span.work-on-title {
        font-size: 18px;
    }
    /* line 8411, ../scss/style.scss */
    p.counter-end-content {
        font-size: 16px;
    }
    /* line 8414, ../scss/style.scss */
    span.counter-sub-title {
        font-size: 16px;
    }
    /* line 8417, ../scss/style.scss */
    span.counter-sub-title-black {
        font-size: 16px;
    }
    /* line 8420, ../scss/style.scss */
    svg#arkaz-elements {
        width: 200px;
    }
    /* line 8423, ../scss/style.scss */
    .facts-slider {
        width: 50%;
    }
    /* line 8426, ../scss/style.scss */
    .facts-videos {
        width: 49%;
    }
    /* line 8429, ../scss/style.scss */
    .arkaz-home-silder {
        padding-left: 0px;
        padding-right: 0px;
    }
    /* line 8433, ../scss/style.scss */
    #noga_slider_wrapper .tparrows.tp-leftarrow {
        left: -16px !important;
    }
    /* line 8436, ../scss/style.scss */
    #noga_slider_wrapper .tparrows.tp-rightarrow {
        right: -95px !important;
    }
    /* line 8439, ../scss/style.scss */
    .icon-content h3 {
        font-size: 24px;
        line-height: 30px;
    }
    /* line 8442, ../scss/style.scss */
    .icon-content h3 br {
        display: none;
    }
    /* line 8446, ../scss/style.scss */
    .video-box a:before {
        left: 45%;
        top: 45%;
    }
    /* line 8450, ../scss/style.scss */
    .video-box img {
        max-height: 270px;
    }
    /* line 8453, ../scss/style.scss */
    .arkaz-home-silder {
        background-image: none;
    }
    /* line 8456, ../scss/style.scss */
    header#arkaz-header {
        background-color: #3258a6;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    /* line 8461, ../scss/style.scss */
    figcaption.years-of-excellence-area img {
        max-width: 175px;
    }
    /* line 8464, ../scss/style.scss */
    span.excellence-text {
        margin-top: 10px;
    }
    /* line 8467, ../scss/style.scss */
    .years {
        font-size: 40px;
    }
    /* line 8470, ../scss/style.scss */
    .years-of-excellence {
        left: 0px;
        padding: 10px;
    }
    /* line 8474, ../scss/style.scss */
    #arkaz-header .header-right #main-menu ul.sub-menu {
        /*display: none !important;*/
    }
}

@media only screen and (max-width: 575px) and (min-width: 480px) {
    /* line 8479, ../scss/style.scss */
    figcaption.years-of-excellence-area img {
        max-width: 220px;
    }
    /* line 8482, ../scss/style.scss */
    span.excellence-text {
        margin-top: 10px;
    }
    /* line 8485, ../scss/style.scss */
    .years {
        font-size: 50px;
    }
    /* line 8488, ../scss/style.scss */
    .years-of-excellence {
        left: 0px;
        padding: 10px;
    }
    /* line 8492, ../scss/style.scss */
    .arkaz-home-silder {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    /* line 8498, ../scss/style.scss */
    figcaption.years-of-excellence-area img {
        max-width: 190px;
    }
    /* line 8501, ../scss/style.scss */
    span.excellence-text {
        margin-top: 10px;
    }
    /* line 8504, ../scss/style.scss */
    .years {
        font-size: 45px;
    }
    /* line 8507, ../scss/style.scss */
    .years-of-excellence {
        left: 5px !important;
        padding: 10px;
    }
    /* line 8511, ../scss/style.scss */
    span.excellence-text {
        margin-bottom: 10px !important;
    }
    /* line 8514, ../scss/style.scss */
    #arkaz-header .header-left>.logo img {
        width: 250px !important;
    }
    /* line 8517, ../scss/style.scss */
    #arkaz-header .header-left {
        width: 200px;
    }
    /* line 8520, ../scss/style.scss */
    #arkaz-header .header-right {
        width: calc(100% - 200px);
    }
    /* line 8523, ../scss/style.scss */
    #noga_slider_wrapper .tparrows {
        width: 40px;
        height: 40px;
    }
    /* line 8527, ../scss/style.scss */
    #noga_slider_wrapper .tparrows.tp-leftarrow:before {
        right: 12px;
        top: 0px;
    }
    /* line 8531, ../scss/style.scss */
    #noga_slider_wrapper .tparrows.tp-rightarrow:before {
        left: 12px;
        top: 0px;
    }
    /* line 8535, ../scss/style.scss */
    #noga_slider_wrapper .tparrows.tp-rightarrow {
        right: -74px !important;
    }
}

@media only screen and (max-width: 340px) {
    /* line 8540, ../scss/style.scss */
    #arkaz-header .header-left {
        width: 160px;
    }
    /* line 8543, ../scss/style.scss */
    #arkaz-header .header-right {
        width: calc(100% - 160px);
    }
}

/************************XXL - 991************/

@media only screen and (max-width: 991px) {
    /* line 8549, ../scss/style.scss */
    .c-hamburger span {
        background: #5b7abb;
        height: 2px;
    }
    /* line 8553, ../scss/style.scss */
    .c-hamburger span::before,
    .c-hamburger span::after {
        background: #5b7abb;
        height: 2px;
    }
    /* line 8557, ../scss/style.scss */
    .icon-search-icon:before {
        font-size: 24px !important;
    }
    /* line 8560, ../scss/style.scss */
    #arkaz-header .header-right #header-tools {
        margin-top: 12px;
    }
    /* line 8563, ../scss/style.scss */
    #arkaz-header.fixed .header-right #header-tools {
        margin-top: 22px;
    }
    /* line 8566, ../scss/style.scss */
    .c-hamburger--htx.is-active span::before,
    .c-hamburger--htx.is-active span::after {
        background-color: #ffffff;
    }
    /* line 8569, ../scss/style.scss */
    .container.clearfix {
        padding: 15px 0px 15px 0px;
    }
    /* line 8573, ../scss/style.scss */
    .trust-integrity-title {
        display: flex;
        align-items: center;
    }
    /* line 8577, ../scss/style.scss */
    .top-right-nav.owl-carousel.core-values .owl-dots {
        left: 25%;
    }
    /* line 8580, ../scss/style.scss */
    figure.latest-news-box-image img.img-excellence {
        width: 100%;
        min-width: 700px;
        height: auto;
    }
    /* line 8585, ../scss/style.scss */
    .years-of-excellence {
        left: 11px;
    }
    /* line 8588, ../scss/style.scss */
    span.excellence-text {
        margin-top: 0px;
    }
    /* line 8592, ../scss/style.scss */
    .saudi-vision-area h3.section-primary-content {
        line-height: 27px;
    }
    /* line 8595, ../scss/style.scss */
    h3.section-primary-content {
        font-size: 24px;
    }
    /* line 8598, ../scss/style.scss */
    .latest-news-box {
        margin-bottom: 40px;
    }
    /* line 8601, ../scss/style.scss */
    .latest-news-box {
        min-height: auto;
    }
    /* line 8604, ../scss/style.scss */
    footer .footer-bottom .mini-menu li {
        padding: 0 7px;
        color: #fff;
    }
    /* line 8608, ../scss/style.scss */
    footer .footer-bottom .mini-menu li:after {
        top: 3px;
    }
    /* line 8612, ../scss/style.scss */
    .navbar#main_nav_bar {
                /* margin-top: 130px; */
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 110;
        left: 0px;
        top: 134px !important;
        display: none;
        z-index: 9999;
        overflow: scroll;
        background: url("../images/home-slider/mobil-menu-bg.png") no-repeat center center #3258a6;
        background-position: top 10% left 50%;
    }
    /* line 8625, ../scss/style.scss */
    .container.mobile-menu {
        padding-left: 0px;
        display: block;
        padding-right: 0px;
    }
    /* line 8630, ../scss/style.scss */
    div#main_nav_bar {
        padding: 10px 20px 30px 20px;
    }
    /* line 8633, ../scss/style.scss */
    nav.navbar.navbar-expand-lg>ul>li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        position: relative;
        text-align: left;
    }
    /* line 8638, ../scss/style.scss */
    .container.mobile-menu nav>ul>li>a {
        color: #fff !important;
        padding: 15px 15px 15px 0px !important;
        font-size: 16px !important;
        width: 100% !important;
    }
    /* line 8644, ../scss/style.scss */
    .trust-integrity-title {
        padding: 0px 0px 15px 0px !important;
    }
    /* line 8647, ../scss/style.scss */
    .more-news-btn {
        margin-top: 10px !important;
    }
    /* line 8650, ../scss/style.scss */
    .copyright {
        justify-content: flex-start;
        align-items: flex-start;
    }
    /* line 8654, ../scss/style.scss */
    #arkaz-header .header-right #main-menu ul.sub-menu {
        margin-bottom: 15px;
        display: none;
    }
    /* line 8658, ../scss/style.scss */
    li.email {
        margin-top: 4px;
    }
    /* line 8661, ../scss/style.scss */
    #arkaz-header .header-right {
        float: none;
        text-align: right;
        display: inline-block;
    }
    /* line 8666, ../scss/style.scss */
    #arkaz-header .header-right #header-tools {
        margin-top: 28px;
        float: none;
        display: inline-block;
    }
    /* line 8671, ../scss/style.scss */
    #arkaz-header .header-right #main-menu {
        margin-top: 22px;
    }
    /* line 8674, ../scss/style.scss */
    p.trust-integrity-content {
        color: #ffffff;
        padding-bottom: 25px;
    }
    /* line 8678, ../scss/style.scss */
    h3.trust-integrity-area {
        font-size: 27px;
    }
    /* line 8681, ../scss/style.scss */
    div#main_nav_bar {
        overflow: scroll;
    }
    /* line 8684, ../scss/style.scss */
    span.more-link.with-icon.white-text.eng-page {
        font-size: 22px;
    }
    /* line 8687, ../scss/style.scss */
    span.more-link.with-icon.white-text.eng-page:after {
        top: 4px;
    }
    /* line 8690, ../scss/style.scss */
    .footer-adress-column {
        padding-left: 0px;
    }
    /* line 8693, ../scss/style.scss */
    ul.contact-details.reachus-info {
        padding-left: 0px;
    }
    /* line 8696, ../scss/style.scss */
    .footer-vision-logo {
        float: left;
    }
    /* line 8699, ../scss/style.scss */
    ul.mini-menu>li:nth-child(1) {
        padding-left: 0px !important;
    }
    /* line 8702, ../scss/style.scss */
    .clients-partners-left-column {
        float: left;
        border-right: none;
        text-align: left;
    }
    /* line 8707, ../scss/style.scss */
    h4.client-column-title br {
        display: none;
    }
    /* line 8710, ../scss/style.scss */
    h4.partner-column-title br {
        display: none;
    }
    /* line 8713, ../scss/style.scss */
    .parallax-area-2 {
        padding-top: 50px;
    }
    /* line 8716, ../scss/style.scss */
    .parallax-area-2 {
        padding-bottom: 70px;
    }
    /* line 8719, ../scss/style.scss */
    .more-link.with-icon:after {
        top: 4px;
    }
    /* line 8722, ../scss/style.scss */
    #arkaz-header .header-right #main-menu ul.sub-menu:before {
        display: none;
    }
    /* line 8725, ../scss/style.scss */
    .item.core-values-slider img {
        min-height: 486px;
    }
    /* line 8728, ../scss/style.scss */
    h4.partner-column-title {
        font-size: 26px;
        line-height: 34px;
    }
}

/************************XXL - 767************/

@media only screen and (max-width: 767px) {
    /* line 8735, ../scss/style.scss */
    figure.latest-news-box-image img.img-excellence {
        min-width: 320px;
    }
    /* line 8738, ../scss/style.scss */
    h3.section-primary-content.sudi-vision-title {
        margin-top: 30px !important;
    }
    /* line 8741, ../scss/style.scss */
    .latest-news-box {
        min-height: auto;
    }
    /* line 8744, ../scss/style.scss */
    h3.big-title-portfolio a {
        font-size: 20px;
    }
    /* line 8747, ../scss/style.scss */
    h3.facts-slider-title {
        font-size: 20px;
    }
    /* line 8750, ../scss/style.scss */
    p.small-title-portfolio {
        font-size: 14px;
    }
    /* line 8753, ../scss/style.scss */
    h3.section-primary-content {
        font-size: 22px;
    }
    /* line 8756, ../scss/style.scss */
    footer .footer-top .logo img {
        padding: 0px !important;
    }
    /* line 8759, ../scss/style.scss */
    header#arkaz-header.fixed .logo a {
        padding: 0px 12px;
    }
    /* line 8762, ../scss/style.scss */
    footer.footer-area {
        padding: 40px 0px 0px 0px;
    }
    /* line 8765, ../scss/style.scss */
    .copyright {
        margin-bottom: 10px;
    }
    /* line 8768, ../scss/style.scss */
    .navbar#main_nav_bar {
        top: 120px !important;
    }
    /* line 8772, ../scss/style.scss */
    .newsletter-fields {
        display: block !important;
    }
    /* line 8775, ../scss/style.scss */
    a.send-newletter {
        position: absolute;
        right: 2px;
        left: auto;
        top: -42px;
    }
    /* line 8781, ../scss/style.scss */
    .newsletter-fields input.form-control {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    /* line 8785, ../scss/style.scss */
    ul.contact-details.footer-social {
        padding-bottom: 15px;
        margin-top: 15px;
    }
    /* line 8789, ../scss/style.scss */
    ul.mini-menu>li:nth-child(1) {
        padding-left: 0px !important;
    }
    /* line 8792, ../scss/style.scss */
    #search input[type="search"] {
        font-size: 25px !important;
    }
    /* line 8795, ../scss/style.scss */
    .brnads-logo-area img {
        max-width: 160px;
    }
    /* line 8798, ../scss/style.scss */
    h4.client-column-title {
        font-size: 26px;
        line-height: 34px;
    }
    /* line 8802, ../scss/style.scss */
    .news-top-area h2.section-heading-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) and (max-width: 575.98px) {
    /* line 8802, ../scss/style.scss */
    .news-top-area h2.section-heading-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    /* line 8808, ../scss/style.scss */
    p.membership-content.white-paragagraph-content br {
        display: none;
    }
    /* line 8811, ../scss/style.scss */
    h3.theme-color.counter-text {
        font-size: 60px;
    }
    /* line 8814, ../scss/style.scss */
    .facts-slider {
        width: 100%;
    }
    /* line 8817, ../scss/style.scss */
    .facts-videos {
        width: 100%;
    }
    /* line 8820, ../scss/style.scss */
    .top-right-nav.owl-carousel.core-values .owl-dots {
        left: 30%;
    }
    /* line 8823, ../scss/style.scss */
    .icon-content h3 {
        font-size: 22px;
    }
    /* line 8826, ../scss/style.scss */
    span.facts-slider-sub-title {
        bottom: 30%;
    }
    /* line 8829, ../scss/style.scss */
    #arkaz-header.fixed .header-right #main-menu {
        margin-top: 16px;
    }
    /* line 8832, ../scss/style.scss */
    span.social-media-title {
        margin-bottom: 6px;
    }
    /* line 8835, ../scss/style.scss */
    #noga_slider_wrapper .slider-excerpt br {
        display: none;
    }
}

/************************XXL - 575************/

@media only screen and (max-width: 575px) and (min-width: 320px) {
    /* line 8844, ../scss/style.scss */
    .latest-news-box {
        min-height: auto;
    }
    /* line 8847, ../scss/style.scss */
    footer.footer-area {
        padding: 40px 0px 0px 0px;
    }
    /* line 8850, ../scss/style.scss */
    .copyright {
        margin-bottom: 10px;
    }
    /* line 8853, ../scss/style.scss */
    .header-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* line 8857, ../scss/style.scss */
    .newsletter-fields input.form-control::placeholder {
        font-size: 12px;
    }
    /* line 8864, ../scss/style.scss */
    #arkaz-header .header-right #main-menu a.mobile-menu-toggle.d-lg-none {
        padding: 0 8px;
    }
    /* line 8867, ../scss/style.scss */
    section.who-we-are-area {
        padding: 100px 0px !important;
    }
    /* line 8870, ../scss/style.scss */
    ul.contact-details.footer-address {
        margin-top: 2px;
    }
    /* line 8873, ../scss/style.scss */
    h4.partner-column-title {
        font-size: 24px;
        line-height: 30px;
    }
    /* line 8877, ../scss/style.scss */
    span.facts-slider-sub-title {
        bottom: 32%;
    }
    /* line 8880, ../scss/style.scss */
    .icon-content h3 {
        font-size: 20px;
    }
    /* line 8883, ../scss/style.scss */
    h4.client-column-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 420px) {
    /* line 8890, ../scss/style.scss */
    .client-logo-first-sections img {
        margin: 0px 0px;
    }
    /* line 8893, ../scss/style.scss */
    .client-logo-first-sections img {
        max-width: 100px;
    }
    /* line 8896, ../scss/style.scss */
    .client-logo-second-sections img {
        margin: 0px 0px;
    }
    /* line 8899, ../scss/style.scss */
    .client-logo-second-sections img {
        max-width: 100px;
    }
    /* line 8902, ../scss/style.scss */
    span.facts-slider-sub-title {
        bottom: 36%;
    }
}

/*********************************/

@media only screen and (min-width: 1400px) {
    /* line 8908, ../scss/style.scss */
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 1399px) {
    /* line 8913, ../scss/style.scss */
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 1320px;
    }
    /* line 8916, ../scss/style.scss */
    .big-title-portfolio a br {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    /* line 8921, ../scss/style.scss */
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 1140px;
    }
}

@media only screen and (max-width: 991px) {
    /* line 8926, ../scss/style.scss */
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 960px;
    }
    /* line 8929, ../scss/style.scss */
    .client-logo-sec {
        text-align: center;
    }
    /* line 8932, ../scss/style.scss */
    nav.navbar.navbar-expand-lg>ul>li .sub-menu>li.with-sub-2 a::before {
        display: none;
    }
    /* line 8935, ../scss/style.scss */
    ul.sub-menu.sec-level {
        padding-left: 40px;
    }
    /* line 8938, ../scss/style.scss */
    span.toggle-sub-2 {
        padding-right: 4px;
    }
    /* line 8941, ../scss/style.scss */
    span.toggle-sub-2 .icon-angle-double-right:before {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    /* line 8946, ../scss/style.scss */
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 720px;
    }
}

@media only screen and (max-width: 575px) {
    /* line 8952, ../scss/style.scss */
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 540px;
    }
    /* line 8955, ../scss/style.scss */
    .primay-news-testimonial-area {
        padding: 30px 22px;
    }
    /* line 8958, ../scss/style.scss */
    .custom-padding-area {
        padding: 50px 15px;
    }
    /* line 8961, ../scss/style.scss */
    .years-of-experience-area:after {
        bottom: 0px;
    }
}

@media only screen and (max-width: 1399px) {
    /* line 8967, ../scss/style.scss */
    .history-details {
        padding: 25px;
    }
    /* line 8970, ../scss/style.scss */
    .our-core-values-image {
        position: absolute;
        margin-top: 90px;
        padding: 15px;
        max-width: 360px;
    }
    /* line 8976, ../scss/style.scss */
    .section-title-area.our-core-values {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    /* line 8981, ../scss/style.scss */
    h3.section-primary-content.founder-info-title {
        padding: 5px 0px;
    }
    /* line 8984, ../scss/style.scss */
    .history-details {
        padding: 0px 40px;
    }
    /* line 8987, ../scss/style.scss */
    a.download-cp-button {
        padding: 10px 15px;
        background-color: #E9BD76;
        color: #333;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 500;
        font-family: 'Facto';
        text-transform: uppercase;
    }
    /* line 8997, ../scss/style.scss */
    .history-details>h3 {
        font-size: 23px;
    }
    /* line 9000, ../scss/style.scss */
    .history-details>p {
        font-size: 15px;
        line-height: 25px;
    }
    /* line 9004, ../scss/style.scss */
    h3.section-primary-content.inside-pages {
        font-size: 25px;
    }
    /* line 9007, ../scss/style.scss */
    .reachus-infos {
        padding: 10px;
    }
    /* line 9010, ../scss/style.scss */
    .company-profile-details>a {
        padding: 15px 15px;
        font-size: 16px;
    }
    /* line 9014, ../scss/style.scss */
    .our-core-values-image {
        position: absolute;
        margin-top: 140px;
        padding: 15px;
        max-width: 300px;
    }
    /* line 9020, ../scss/style.scss */
    .owl-carousel.top-right-nav.testimonial-nav .owl-nav {
        top: 5px;
    }
    /* line 9023, ../scss/style.scss */
    .tab-content.arch-area .owl-nav button.owl-next {
        top: 30px;
    }
    /* line 9026, ../scss/style.scss */
    .tab-content.arch-area .owl-nav button.owl-prev {
        top: 30px;
    }
    /* line 9029, ../scss/style.scss */
    span.more-link.with-icon.white-text.arch-page {
        font-size: 18px;
    }
    /* line 9032, ../scss/style.scss */
    h4.exp-big-title {
        padding-right: 25px;
        font-size: 18px;
        line-height: 22px;
    }
    /* line 9037, ../scss/style.scss */
    .project-portfolio-area .carousel-projects .item .details {
        width: 90%;
    }
    /* line 9040, ../scss/style.scss */
    .item.project-portfolio-area-detail .details {
        padding: 15px 50px 15px 15px;
    }
    /* line 9043, ../scss/style.scss */
    h3.big-title-portfolio a {
        font-size: 20px;
        line-height: 26px;
    }
    /* line 9047, ../scss/style.scss */
    footer.footer-area:before {
        right: 30px;
        bottom: 0px;
        width: 500px;
        height: 537px;
    }
}

@media only screen and (max-width: 991px) {
    /* line 9056, ../scss/style.scss */
    figure.latest-news-box-image.cp-area {
        margin-top: 30px;
    }
    /* line 9059, ../scss/style.scss */
    .history-area {
        display: block;
        padding: 0px;
    }
    /* line 9063, ../scss/style.scss */
    .img-history {
        width: 100%;
    }
    /* line 9066, ../scss/style.scss */
    .history-details {
        width: 100%;
        margin-top: 30px;
        padding: 0px;
    }
    /* line 9071, ../scss/style.scss */
    a.download-cp-button {
        font-size: 13px;
        padding: 10px 10px;
    }
    /* line 9075, ../scss/style.scss */
    a.download-cp-button:before {
        font-size: 18px;
    }
    /* line 9078, ../scss/style.scss */
    h3.section-primary-content.inside-pages {
        font-size: 26px;
    }
    /* line 9081, ../scss/style.scss */
    figcaption.date-of-post-news {
        margin-top: -13px;
        padding: 3px 10px;
    }
    /* line 9085, ../scss/style.scss */
    .scope-of-services.contact-person-area {
        margin-top: 30px;
    }
    /* line 9088, ../scss/style.scss */
    .section-content-left {
        padding-right: 0px;
    }
    /* line 9091, ../scss/style.scss */
    figcaption.years-of-excellence-area.company-profile-area>img {
        bottom: 7px;
    }
    /* line 9094, ../scss/style.scss */
    a.phone-number {
        display: block;
    }
    /* line 9097, ../scss/style.scss */
    .our-core-values-image {
        position: relative;
        margin-top: 0px;
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }
    /* line 9105, ../scss/style.scss */
    .people-section {
        margin-top: 30px;
        border-left: 1px solid #D8AB62;
        text-align: left;
    }
    /* line 9110, ../scss/style.scss */
    .collaboration-section {
        border-right: 1px solid #D8AB62;
    }
    /* line 9113, ../scss/style.scss */
    .accountability-section {
        border-left: 1px solid #D8AB62;
        text-align: left;
    }
    /* line 9117, ../scss/style.scss */
    .excellence-section {
        margin-top: 50px;
        border-bottom: 1px solid #D8AB62;
        text-align: left;
    }
    /* line 9122, ../scss/style.scss */
    .tni-section {
        margin-top: 50px;
        border-right: 1px solid #D8AB62;
        text-align: left;
    }
    /* line 9127, ../scss/style.scss */
    .accountability-section>h5,
    .collaboration-section>h5,
    .excellence-section>h5,
    .tni-section>h5 {
        margin-top: 15px;
    }
    /* line 9130, ../scss/style.scss */
    .tab-content.arch-area .owl-nav button.owl-next {
        top: 60px;
    }
    /* line 9133, ../scss/style.scss */
    .tab-content.arch-area .owl-nav button.owl-prev {
        top: 60px;
    }
    /* line 9136, ../scss/style.scss */
    .fake-select .fk-label .fk-toggle {
        margin-top: 0px;
    }
    /* line 9139, ../scss/style.scss */
    .col.float-start.mobile-view.tab-view {
        margin-top: 10px;
    }
    /* line 9142, ../scss/style.scss */
    .collaboration-section {
        min-height: 30px;
    }
    /* line 9145, ../scss/style.scss */
    .fake-select ul {
        top: calc(100% - 1px);
        top: -webkit-calc(100% - 1px);
        top: -moz-calc(100% - 1px);
    }
    /* line 9150, ../scss/style.scss */
    .filter-area {
        border-bottom: none;
    }
    /* line 9153, ../scss/style.scss */
    .owl-carousel.top-right-nav.testimonial-nav .owl-nav {
        right: 30px;
    }
    /* line 9157, ../scss/style.scss */
    #arkaz-header .header-right #header-tools ul li.language-icon {
        display: inline-block !important;
    }
    /* line 9163, ../scss/style.scss */
    span.topbar-left-area {
        display: none !important;
    }
    /* line 9166, ../scss/style.scss */
    .arkaz-home-silder {
        padding-top: 100px;
    }
    /* line 9169, ../scss/style.scss */
    .icon-ain:before {
        font-size: 24px;
        color: #5b7abb;
    }
    /* line 9173, ../scss/style.scss */
    body:after {
        display: none;
    }
    /* line 9176, ../scss/style.scss */
    #arkaz-header.fixed .header-right #main-menu {
        margin-top: 15px;
    }
    /* line 9179, ../scss/style.scss */
    span.header-language {
        float: left;
        margin-top: 2px;
    }
    /* line 9183, ../scss/style.scss */
    .topbar-right-area span a {
        margin-top: 2px;
    }
    /* line 9186, ../scss/style.scss */
    span.header-divider {
        display: none;
    }
    /* line 9189, ../scss/style.scss */
    i.fab.fa-twitter {
        padding-right: 8px;
    }
    /* line 9192, ../scss/style.scss */
    span.header-language.cus-lang {
        display: none;
    }
    /* line 9195, ../scss/style.scss */
    .news-top-area-wrapper {
        position: relative;
    }
    /* line 9198, ../scss/style.scss */
    .project-portfolio-area {
        padding-top: 60px;
    }
    /* line 9201, ../scss/style.scss */
    #arkaz-header .header-right #main-menu ul.sub-menu>li>a:hover {
        padding-left: 18px !important;
    }
}

@media only screen and (max-width: 767px) {
    /* line 9207, ../scss/style.scss */
    h3.section-primary-content.inside-pages {
        font-size: 22px;
        line-height: 30px;
    }
    /* line 9211, ../scss/style.scss */
    span.news-post-date {
        float: left;
    }
    /* line 9214, ../scss/style.scss */
    section.download-company-profile-area .download-profile {
        float: none;
        margin-top: 30px;
    }
    /* line 9218, ../scss/style.scss */
    .founder-image {
        max-width: 40%;
    }
    /* line 9221, ../scss/style.scss */
    h3.section-primary-content.founder-info-title {
        padding: 25px 0px 15px 0px;
    }
    /* line 9224, ../scss/style.scss */
    h1.banner-heading {
        font-size: 40px;
    }
    /* line 9227, ../scss/style.scss */
    .contact-form-area input#firstname,
    .contact-form-area input#lastname,
    .contact-form-area input#emailAddress,
    .contact-form-area input#phone,
    .contact-form-area input#companyname,
    .contact-form-area select.form-select {
        width: 100%;
    }
    /* line 9230, ../scss/style.scss */
    .contact-form-area input#firstname,
    .contact-form-area input#lastname {
        margin-top: 15px;
    }
    /* line 9233, ../scss/style.scss */
    .contact-form-area .btn-primary,
    button.btn.btn-primary.btn-lg.yellow-button {
        width: 50%;
    }
    /* line 9237, ../scss/style.scss */
    a.phone-number {
        font-size: 15px;
    }
    /* line 9240, ../scss/style.scss */
    a.fax-number {
        font-size: 15px;
    }
    /* line 9243, ../scss/style.scss */
    a.email-info {
        font-size: 18px;
    }
    /* line 9246, ../scss/style.scss */
    figcaption.years-of-excellence-area.company-profile-area>img {
        bottom: 6px;
    }
    /* line 9250, ../scss/style.scss */
    section {
        padding: 45px 0;
    }
    /* line 9253, ../scss/style.scss */
    .our-core-values-image {
        position: relative;
    }
    /* line 9256, ../scss/style.scss */
    p.tab-contents {
        padding: 0px 30px;
    }
    /* line 9259, ../scss/style.scss */
    .tab-content.arch-area .owl-nav button.owl-next {
        top: 40px;
    }
    /* line 9262, ../scss/style.scss */
    .tab-content.arch-area .owl-nav button.owl-prev {
        top: 40px;
    }
    /* line 9268, ../scss/style.scss */
    .nav-pills.work-for-pills .nav-link {
        background-color: #2C3469;
        color: #fff;
    }
    /* line 9272, ../scss/style.scss */
    .col.float-start.mobile-view {
        float: none !important;
        margin-top: 20px;
        width: 100%;
    }
    /* line 9277, ../scss/style.scss */
    .fake-select {
        padding: 10px 15px;
    }
    /* line 9280, ../scss/style.scss */
    .fake-select .fk-label .fk-toggle {
        margin-top: 0px;
    }
    /* line 9283, ../scss/style.scss */
    .fake-select ul {
        min-width: auto;
    }
    /* line 9286, ../scss/style.scss */
    .clients-logo-column {
        min-height: auto;
    }
    /* line 9289, ../scss/style.scss */
    .work-for-area {
        border-left: none;
    }
    /* line 9292, ../scss/style.scss */
    .work-for-area .tab-pane {
        border-left: none;
        padding-left: 0 !important;
    }
    /* line 9296, ../scss/style.scss */
    .nav-pills.work-for-pills .nav-link.active {
        color: #2C3469;
        text-align: center;
        border-radius: 0;
        margin-right: 3px;
        background-color: #E9BD76;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-right: none;
    }
    /* line 9305, ../scss/style.scss */
    .we-work-for-areaa>.who-we-area.block .nav-link {
        display: inline-block !important;
        width: 49%;
        text-align: center;
        margin-right: 3px;
        font-size: 16px;
    }
    /* line 9312, ../scss/style.scss */
    h2.section-heading-title.photo-video-title {
        color: #2C3469;
        line-height: 40px;
    }
    /* line 9316, ../scss/style.scss */
    blockquote::before {
        display: none;
    }
    /* line 9319, ../scss/style.scss */
    .top-right-nav.owl-carousel.carousal-news2 .owl-nav {
        top: -35px;
    }
    /* line 9322, ../scss/style.scss */
    footer.footer-area:before {
        right: 0px;
        bottom: 0px;
        width: 530px;
        height: 537px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    /* line 9330, ../scss/style.scss */
    #noga_slider_wrapper .slider-excerpt {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 576px) {
    /* line 9335, ../scss/style.scss */
    .top-bar {
        padding: 8px 15px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }
    /* line 9339, ../scss/style.scss */
    #arkaz-header.fixed .header-right #main-menu {
        margin-top: 17px;
    }
    /* line 9342, ../scss/style.scss */
    #arkaz-header .header-right #main-menu {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 478px) {
    /* line 9348, ../scss/style.scss */
    #inside-page-header-wrapper .breadcrumb .breadcrumb-links {
        padding: 15px 0px;
    }
    /* line 9351, ../scss/style.scss */
    #inside-page-header-wrapper .breadcrumb a {
        margin: 0;
    }
    /* line 9355, ../scss/style.scss */
    #arkaz-header .header-right #header-tools {
        margin-top: 20px;
    }
    /* line 9358, ../scss/style.scss */
    #arkaz-header .header-right #main-menu {
        margin-top: 13px;
    }
    /* line 9361, ../scss/style.scss */
    .icon-search-icon:before {
        font-size: 20px !important;
    }
    /* line 9364, ../scss/style.scss */
    .icon-ain:before {
        font-size: 20px;
    }
    /* line 9367, ../scss/style.scss */
    .arkaz-home-silder {
        padding-top: 80px;
    }
    /* line 9370, ../scss/style.scss */
    #arkaz-header.fixed .header-right #header-tools {
        margin-top: 16px;
    }
    /* line 9373, ../scss/style.scss */
    #arkaz-header.fixed .header-right #main-menu {
        margin-top: 10px;
    }
    /* line 9376, ../scss/style.scss */
    .navbar#main_nav_bar {
        top: 120px !important;
    }
    /* line 9379, ../scss/style.scss */
    .c-hamburger {
        width: 26px;
    }
    /* line 9382, ../scss/style.scss */
    h3.section-primary-content.white-secodary-title br {
        display: none;
    }
    /* line 9385, ../scss/style.scss */
    svg#pre-loader-logo {
        width: 150px;
    }
    /* line 9388, ../scss/style.scss */
    footer.footer-area:before {
        right: -40px;
        bottom: -160px;
        width: 569px;
        height: 320px;
    }
    /* line 9394, ../scss/style.scss */
    .project-portfolio-area .carousel-projects .item .details {
        width: 80%;
        left: 20px;
    }
}

@media only screen and (max-width: 380px) {
    /* line 9400, ../scss/style.scss */
    .brnads-logo-area img {
        margin-bottom: 24px;
    }
    /* line 9403, ../scss/style.scss */
    .project-portfolio-area .carousel-projects .item .details {
        width: 100%;
        left: 15px;
    }
}

@media only screen and (max-width: 370px) {
    /* line 9409, ../scss/style.scss */
    .we-work-for-areaa>.who-we-area.block .nav-link {
        text-align: left;
    }
    /* line 9412, ../scss/style.scss */
    .nav-pills.work-for-pills .nav-link {
        padding: 10px 15px;
    }
    /* line 9415, ../scss/style.scss */
    span.header-language {
        color: #fff;
        font-size: 13px;
        padding-right: 8px;
    }
    /* line 9420, ../scss/style.scss */
    .top-right-nav.owl-carousel.core-values .owl-dots {
        left: 25% !important;
    }
}

@media only screen and (max-width: 340px) {
    /* line 9426, ../scss/style.scss */
    #arkaz-header .header-right #header-tools {
        margin-top: 14px;
    }
    /* line 9429, ../scss/style.scss */
    #arkaz-header .header-right #main-menu {
        margin-top: 8px;
    }
    /* line 9432, ../scss/style.scss */
    #arkaz-header.fixed .header-right #header-tools {
        margin-top: 10px;
    }
    /* line 9435, ../scss/style.scss */
    #arkaz-header.fixed .header-right #main-menu {
        margin-top: 4px;
    }
    /* line 9438, ../scss/style.scss */
    .navbar#main_nav_bar {
        top: 100px !important;
    }
}

@media only screen and (min-width: 1400px) {
    /* line 9444, ../scss/style.scss */
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 1200px;
        margin-top: 140px;
    }
}

@media only screen and (max-width: 1399px) {
    /* line 9450, ../scss/style.scss */
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 1000px;
        margin-top: 140px;
    }
}

@media only screen and (max-width: 1199px) {
    /* line 9456, ../scss/style.scss */
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 800px;
        margin-top: 140px;
    }
}

@media only screen and (max-width: 991px) {
    /* line 9462, ../scss/style.scss */
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 800px;
        margin-top: 140px;
    }
}

@media only screen and (max-width: 767px) {
    /* line 9468, ../scss/style.scss */
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 600px;
        margin-top: 140px;
    }
    /* line 9472, ../scss/style.scss */
    .col-md-7.second-sec {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    /* line 9478, ../scss/style.scss */
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 540px;
        margin-top: 90px;
    }
}

/*******cms update************/

/* line 9486, ../scss/style.scss */

.tp-caption.slider-excerpt p {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 35px !important;
}

@media (max-width: 991.98px) {
    /* line 9486, ../scss/style.scss */
    .tp-caption.slider-excerpt p {
        font-size: 18px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 767.98px) {
    /* line 9486, ../scss/style.scss */
    .tp-caption.slider-excerpt p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
}

/* line 9500, ../scss/style.scss */

.tp-caption.slider-button.btn1 a {
    color: #3258a6 !important;
}

/* line 9504, ../scss/style.scss */

.tp-caption.slider-button.btn1:hover a {
    color: #ffffff !important;
}

/* line 9508, ../scss/style.scss */

.contact-top-section p {
    font-size: 20px;
    font-weight: 400;
    color: #3258a6;
    line-height: 30px;
}

@media (max-width: 1199.98px) {
    /* line 9508, ../scss/style.scss */
    .contact-top-section p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 575.98px) {
    /* line 9508, ../scss/style.scss */
    .contact-top-section p {
        font-size: 16px;
        line-height: 26px;
    }
}

/* line 9522, ../scss/style.scss */

li.page-item.PagedList-skipToPrevious a {
    background-color: transparent;
}

/* line 9525, ../scss/style.scss */

li.page-item.PagedList-skipToNext a {
    background-color: transparent;
}

/* line 9528, ../scss/style.scss */

.gm-style .gm-style-iw p {
    padding: 0 !important;
}

/* line 9531, ../scss/style.scss */

.gm-style-iw-d h5 {
    color: #3258a6;
}

/* line 9534, ../scss/style.scss */

.gm-style .gm-style-iw a {
    color: #404040 !important;
    white-space: nowrap;
    font-size: 16px;
    text-transform: none !important;
}

/* line 9539, ../scss/style.scss */

.gm-style .gm-style-iw a:hover {
    color: #5b7abb;
}

/* line 9543, ../scss/style.scss */

.gm-style-iw-d a.brance-address-icon:before {
    font-size: 20px;
    color: #5b7abb;
    margin-left: 5px;
}

/* line 9548, ../scss/style.scss */

.gm-style-iw-d a.contact-number.mapp:before {
    font-size: 20px;
    color: #5b7abb;
}

/* line 9552, ../scss/style.scss */

.gm-style-iw-d a.contact-mail.mapp:before {
    font-size: 15px;
    color: #5b7abb;
}

/* line 9556, ../scss/style.scss */

.gm-style-iw-d a.fax-number.mapp:before {
    font-size: 18px;
    color: #5b7abb;
    margin-left: 5px;
}

/* line 9561, ../scss/style.scss */

.about-cabinet-image-area ul {
    text-indent: -25px;
    margin-left: 25px;
}

/* line 9565, ../scss/style.scss */

.about-cabinet-image-area ul li {
    list-style: disc;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Facto';
    color: #404040;
    list-style-position: inside;
}

@media (max-width: 1399.98px) {
    /* line 9565, ../scss/style.scss */
    .about-cabinet-image-area ul li {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {
    /* line 9565, ../scss/style.scss */
    .about-cabinet-image-area ul li {
        font-size: 15px;
    }
}

/* line 9579, ../scss/style.scss */

.solution-wrapper-area ul {
    text-indent: -25px;
    margin-left: 25px;
}

/* line 9583, ../scss/style.scss */

.solution-wrapper-area ul li {
    list-style: disc;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Facto';
    color: #404040;
    list-style-position: inside;
}

@media (max-width: 1399.98px) {
    /* line 9583, ../scss/style.scss */
    .solution-wrapper-area ul li {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {
    /* line 9583, ../scss/style.scss */
    .solution-wrapper-area ul li {
        font-size: 15px;
    }
}

/* line 9597, ../scss/style.scss */

a.sv-logo {
    width: 100%;
}

@media (min-width: 1921px) {
    /* line 9600, ../scss/style.scss */
    .top-banner-content {
        padding-left: 60px;
    }
}

@media (max-width: 1399.98px) {
    /* line 9600, ../scss/style.scss */
    .top-banner-content {
        padding-left: 0px;
    }
}

/* line 9608, ../scss/style.scss */

h3.inside-yellow-color.brand-title-area {
    margin-top: 0px !important;
}

@media (max-width: 1399.98px) {
    /* line 9611, ../scss/style.scss */
    h3.inside-yellow-color.ct-title-area {
        margin-top: 20px !important;
    }
}

@media (max-width: 400px) {
    /* line 9611, ../scss/style.scss */
    h3.inside-yellow-color.ct-title-area {
        margin-top: 2px !important;
    }
}

/* line 9621, ../scss/style.scss */

.sbm-toggle-title .sbm-icon:before {
    font-size: 55px;
}

@media (max-width: 1199.98px) {
    /* line 9621, ../scss/style.scss */
    .sbm-toggle-title .sbm-icon:before {
        font-size: 45px;
    }
}

/* line 9629, ../scss/style.scss */

.sbm-toggle-title .ca-icon:before {
    font-size: 55px;
}

@media (max-width: 1199.98px) {
    /* line 9629, ../scss/style.scss */
    .sbm-toggle-title .ca-icon:before {
        font-size: 45px;
    }
}

/* line 9637, ../scss/style.scss */

.sbm-toggle-title .rmt-icon:before {
    font-size: 55px;
}

@media (max-width: 1199.98px) {
    /* line 9637, ../scss/style.scss */
    .sbm-toggle-title .rmt-icon:before {
        font-size: 45px;
    }
}

/* line 9644, ../scss/style.scss */

a.client-logo-a {
    width: 100%;
}

/* line 9647, ../scss/style.scss */

a.download-links:hover {
    color: #3258a6 !important;
}

@media (max-width: 1199.98px) {
    /* line 9650, ../scss/style.scss */
    h2.section-heading-title {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width: 991.98px) {
    /* line 9650, ../scss/style.scss */
    h2.section-heading-title {
        font-size: 34px;
        line-height: 40px;
    }
}

@media (max-width: 767.98px) {
    /* line 9650, ../scss/style.scss */
    h2.section-heading-title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 575.98px) {
    /* line 9650, ../scss/style.scss */
    h2.section-heading-title {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 1199.98px) {
    /* line 9670, ../scss/style.scss */
    span.sbm-icon:before {
        font-size: 65px;
    }
}

@media (max-width: 991.98px) {
    /* line 9670, ../scss/style.scss */
    span.sbm-icon:before {
        font-size: 55px;
    }
}

@media (max-width: 575.98px) {
    /* line 9670, ../scss/style.scss */
    span.sbm-icon:before {
        font-size: 45px;
    }
}

@media (max-width: 1199.98px) {
    /* line 9681, ../scss/style.scss */
    span.ca-icon:before {
        font-size: 65px;
    }
}

@media (max-width: 991.98px) {
    /* line 9681, ../scss/style.scss */
    span.ca-icon:before {
        font-size: 55px;
    }
}

@media (max-width: 575.98px) {
    /* line 9681, ../scss/style.scss */
    span.ca-icon:before {
        font-size: 45px;
    }
}

@media (max-width: 1199.98px) {
    /* line 9692, ../scss/style.scss */
    span.rmt-icon:before {
        font-size: 65px;
    }
}

@media (max-width: 991.98px) {
    /* line 9692, ../scss/style.scss */
    span.rmt-icon:before {
        font-size: 55px;
    }
}

@media (max-width: 575.98px) {
    /* line 9692, ../scss/style.scss */
    span.rmt-icon:before {
        font-size: 45px;
    }
}

/*********privacy-policy************/

/* line 9706, ../scss/style.scss */

.privacy-policy-area h4 {
    color: #3258a6;
    margin-bottom: 10px;
    margin-top: 25px;
}

/* line 9711, ../scss/style.scss */

.privacy-policy-area ul {
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* line 9715, ../scss/style.scss */

.privacy-policy-area ul li {
    list-style: disc !important;
    color: #404040;
    font-family: 'Facto';
    font-size: 18px;
    margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
    /* line 9715, ../scss/style.scss */
    .privacy-policy-area ul li {
        font-size: 16px;
    }
}

/* line 9726, ../scss/style.scss */

.privacy-policy-area p {
    font-size: 18px;
}

@media (max-width: 1199.98px) {
    /* line 9726, ../scss/style.scss */
    .privacy-policy-area p {
        font-size: 16px;
    }
}

/**********time line new updates**************/

/* line 9736, ../scss/style.scss */

.history-section .history-carousel {
    position: relative;
}

/* line 9740, ../scss/style.scss */

.history-section .carousel-outer {
    position: relative;
}

/* line 9744, ../scss/style.scss */

.history-section .carousel-outer .thumbs-outer {
    position: relative;
    overflow: hidden;
}

/* line 9749, ../scss/style.scss */

.history-section .carousel-outer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 32px;
    width: 100%;
    height: 2px;
    background: rgba(5, 70, 63, 0.3);
}

/* line 9759, ../scss/style.scss */

.history-section .history-carousel .thumbs-carousel {
    position: static;
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 15px;
}

/* line 9766, ../scss/style.scss */

.history-section .history-carousel .thumbs-carousel .owl-stage-outer {
    overflow: visible;
}

/* line 9772, ../scss/style.scss */

.history-section .history-carousel .thumbs-carousel .owl-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
}

/* line 9780, ../scss/style.scss */

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    top: -14px;
    padding: 15px !important;
    font-size: 50px;
    color: rgba(5, 70, 63, 0.3);
    display: inline-block;
    background: #fff !important;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
    /* line 9780, ../scss/style.scss */
    .history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev {
        top: -28px;
        font-size: 42px;
    }
}

/* line 9800, ../scss/style.scss */

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next {
    position: absolute;
    top: -14px;
    right: -20px;
    padding: 15px !important;
    left: auto;
    text-align: right;
    font-size: 50px;
    color: rgba(5, 70, 63, 0.3);
    display: inline-block;
    background-color: #fff;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
    /* line 9800, ../scss/style.scss */
    .history-section .history-carousel .thumbs-carousel .owl-nav .owl-next {
        top: -28px;
        font-size: 42px;
    }
}

/* line 9822, ../scss/style.scss */

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev:hover,
.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next:hover {
    color: #3258a6;
}

/* line 9827, ../scss/style.scss */

.history-section .carousel-outer .content-slide {
    position: relative;
    padding-top: 15px;
}

/* line 9832, ../scss/style.scss */

.history-section .carousel-outer .content-carousel .owl-stage-outer {
    /*padding-top:60px;*/
}

/* line 9836, ../scss/style.scss */

.history-section .carousel-outer .content-slide .content-inner {
    position: relative;
    text-align: left;
    padding: 0 20px 0;
}

/* line 9845, ../scss/style.scss */

.history-section .carousel-outer .content-slide .content-inner .date {
    position: relative;
    color: #f55b14;
    font-size: 16px;
    margin-bottom: 20px;
}

/* line 9852, ../scss/style.scss */

.history-section .carousel-outer .content-slide .content-inner .text {
    position: relative;
    color: #231f20;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    max-width: 980px;
    /*margin:0 auto;*/
}

/* line 9862, ../scss/style.scss */

.history-section .carousel-outer .content-carousel .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
}

/* line 9869, ../scss/style.scss */

.history-section .carousel-outer .content-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    width: 42px;
    height: 42px;
    color: #f55b14;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
    -moz-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
    box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
}

/* line 9890, ../scss/style.scss */

.history-section .carousel-outer .content-carousel .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    width: 42px;
    height: 42px;
    color: rgba(5, 70, 63, 0.3);
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    background: #fff !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
    -moz-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
    box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
}

/* line 9911, ../scss/style.scss */

.history-section .carousel-outer .content-carousel .owl-nav .owl-next:hover,
.history-section .carousel-outer .content-carousel .owl-nav .owl-prev:hover {
    color: #ffffff;
    background-color: #f55b14;
}

/* line 9916, ../scss/style.scss */

.history-carousel .logo-wrapper {
    background: #f5f5f5;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    padding: 40px 15px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.11);
    -moz-box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.11);
    box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.11);
}

/* line 9931, ../scss/style.scss */

.history-section .single-content:hover .logo-wrapper {
    background: #fff;
}

@media only screen and (max-width: 767px) {
    /* line 9936, ../scss/style.scss */
    .history-carousel .logo-wrapper {
        padding: 15px 15px;
    }
}