@charset "UTF-8";
/*$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: "Myriad Pro";
    src: url("../fonts/MyriadPro-Regular.eot");
    src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Semibold.eot");
    src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype"), url("../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Bold.eot");
    src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

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;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Myriad Pro", sans-serif;
    color: #F57707;
    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;
}

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

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

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

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

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

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

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

p {
    color: #f57707;
    margin: 0px;
    margin-bottom: 1rem;
    letter-spacing: 0.1px;
    font-weight: 300;
}

.abstract {
    color: linear-gradient(90deg, #75b70e, #f57707);
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
}

strong,
b {
    font-weight: 600;
}

small {
    font-size: 13px;
}

input,
textarea {
    display: inherit;
}

img {
    max-width: 100%;
}

@media (max-width: 991.98px) {
    body {
        font-size: 18px;
        line-height: 1.4;
    }
    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) {
    body {
        font-size: 18px;
        line-height: 1.4;
    }
    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) {
    body {
        font-size: 16px;
        line-height: 1.4;
    }
    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;
    }
    .abstract {
        font-size: 20px;
    }
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z9 {
    z-index: 9;
}

.z99 {
    z-index: 99;
}

.z999 {
    z-index: 999;
}

.z9999 {
    z-index: 9999;
}

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

.desktop-wrap {
    display: block;
}

@media (max-width: 767.98px) {
    .desktop-wrap {
        display: inline-block;
    }
}

@media (max-width: 575.98px) {
    .desktop-wrap {
        display: inline-block;
    }
}

@media (max-width: 767.98px) {
    .desktop-wrap {
        display: inline-block;
    }
}

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

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

.parallax-area .overlay-2.blue {
    background: rgba(6, 72, 115, 0.8);
}

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

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

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

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

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

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

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

.big-title-portfolio .more-link.with-icon.white-text {
    line-height: 38px;
}

@media (max-width: 991.98px) {
    .big-title-portfolio .more-link.with-icon.white-text {
        line-height: 33px;
    }
}

@media (max-width: 767.98px) {
    .big-title-portfolio .more-link.with-icon.white-text {
        line-height: 30px;
    }
}

.img {
    position: relative;
    overflow: hidden;
}

.job-oppertunities-title-area a:hover span.more-link.with-icon.white-text {
    color: #fff;
}

.job-oppertunities-title-area a:hover span.more-link.with-icon.white-text::after {
    color: #fff;
}

span.icon-dar-icon {
    padding-right: 5px;
}

.more-link,
.prev-link {
    font-family: "Myriad Pro", sans-serif;
    color: #F57707;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    -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;
}

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

.more-link.white-text,
.prev-link.white-text {
    
}

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

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

.more-link.with-icon:after,
.prev-link.with-icon:after {
    font-family: "icomoon" !important;
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    -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) {
    .more-link.with-icon:after,
    .prev-link.with-icon:after {
        font-size: 13px;
        top: 2px;
    }
}

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

.more-link.with-icon-before:before,
.prev-link.with-icon-before:before {
    font-family: "icomoon" !important;
    position: absolute;
    font-size: 14px;
    font-weight: 300;
    -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;
}

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

.more-link.with-icon:after {
    content: "\e902";
    right: 0px;
    bottom: 0px;
}

@media (max-width: 991.98px) {
    .more-link.with-icon:after {
        bottom: 3px;
    }
}

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

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

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

@media (max-width: 991.98px) {
    .more-link.with-icon-before:before {
        top: 3px;
    }
}

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

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

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

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

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

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

@media (max-width: 767.98px) {
    ul.default-list.two-column {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

@media (max-width: 575.98px) {
    ul.default-list.two-column {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

@media (max-width: 767.98px) {
    ul.default-list.two-column {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

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;
}

ul.default-list li:before {
    content: "■";
    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) {
    ul.default-list li:before {
        font-size: 0.5rem;
    }
}

hr {
    background-color: linear-gradient(90deg, #75b70e, #f57707);
    opacity: 0.1;
}

hr.gray {
    background-color: #E3E3E3;
    opacity: 1;
    margin: 25px 0;
}

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

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

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

.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: inherit;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

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

.c-hamburger span {
    display: block;
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0px;
    height: 3px;
    background: linear-gradient(90deg, #75b70e, #f57707);
    border-radius: 10px;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: linear-gradient(90deg, #75b70e, #f57707);
    content: "";
    border-radius: 10px;
}

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

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

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

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

.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;
}

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

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

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

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

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

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

.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
****************************************************/

#menu-mobile {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
    overflow: scroll;
    display: none;
    padding: 30px 20px 20px;
}

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

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

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

#menu-mobile>ul>li.expanded a {
    color: linear-gradient(90deg, #75b70e, #f57707);
}

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

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

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

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

#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;
}

#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
****************************************************/

section {
    padding: 60px 0;
}

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

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

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

.slick-slide {
    outline: 0;
}

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

.form_group {
    position: relative;
}

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

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

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

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

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

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

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

@media (max-width: 991.98px) {
    .section-title h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 767.98px) {
    .section-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .section-title h2 {
        font-size: 32px;
        line-height: 45px;
    }
}

@media (max-width: 575.98px) {
    .section-title h2 {
        font-size: 28px;
        line-height: 40px;
    }
}

span.sub-title {
    position: relative;
    margin-bottom: 15px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    font-family: "Myriad Pro", sans-serif;
    color: linear-gradient(90deg, #75b70e, #f57707);
}

@media (max-width: 767.98px) {
    span.sub-title {
        font-size: 15px;
    }
}

span.sub-title:after,
span.sub-title:before {
    display: inline-block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: linear-gradient(90deg, #75b70e, #f57707);
    vertical-align: middle;
}

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

@media (max-width: 767.98px) {
    span.sub-title:before {
        margin-right: 10px;
    }
}

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

@media (max-width: 767.98px) {
    span.sub-title:after {
        margin-left: 10px;
    }
}

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

.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;
}

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

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

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

.fake-select {
    min-width: 200px;
    border: 1px solid #B89D54;
    -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;
}

.fake-select.active {

    color: #042f4b;
}

.fake-select.active .fk-toggle {
    color: #042f4b !important;
    border: 1px solid #042f4b !important;
}

.fake-select.active .fk-toggle:before {
    opacity: 0;
    color: #042f4b;
}

.fake-select.active .fk-toggle:after {
    opacity: 1 !important;
    background: #042f4b !important;
}

.fake-select .fk-label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: normal;
    color: #333333;
}

.fake-select .fk-label .fk-toggle {
    position: absolute;
    right: 5px;
    top: 3px;
    color: #B89D54;
    border-radius: 50%;
    border: 1px solid #B89D54;
    height: 20px;
    width: 20px;
}

@media (max-width: 991.98px) {
    .fake-select .fk-label .fk-toggle {
        top: -1px;
    }
}

.fake-select .fk-label .fk-toggle:before {
    content: "+";
    right: 5px;
    position: absolute;
    color: #B89D54;
    top: -5px;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .fake-select .fk-label .fk-toggle:before {
        top: -1px;
    }
}

.fake-select .fk-label .fk-toggle:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 8px;
    background: #B89D54;
    right: 5px;
    top: 8px;
    opacity: 0;
}

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

.fake-select ul>li {
    color: #000;
    font-size: 15px;
    font-family: "Myriad Pro", sans-serif;
    padding-left: 5px;
    font-weight: normal;
    padding-bottom: 6px;
    line-height: 1.4;
}

.fake-select ul li {
    position: relative;
}

.fake-select ul li label {
    padding: 0 0 0 20px;
}

.fake-select ul li label .check-box-effect {
    display: inline-block;
    position: absolute;
    background-color: transparent;
    width: 12px;
    height: 12px;
    border: 1px solid #707070;
    border-radius: 0;
    left: 7px;
    top: 4px;
}

.fake-select ul li label .check-box-effect:before {
    content: "";
    width: 0px;
    height: 1px;
    border-radius: 2px;
    background: #707070;
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    left: 2px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
}

.fake-select ul li label .check-box-effect:after {
    content: "";
    width: 0;
    height: 1px;
    border-radius: 2px;
    background: #707070;
    position: absolute;
    transform: rotate(305deg);
    top: 8px;
    left: 4px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
}

.fake-select ul li label:hover .check-box-effect:before {
    width: 4px;
    transition: width 100ms ease;
}

.fake-select ul li label:hover .check-box-effect:after {
    width: 8px;
    transition: width 150ms ease 100ms;
}

.fake-select ul li input[type=checkbox] {
    display: none;
}

.fake-select ul li input[type=checkbox]:checked+.check-box-effect {
    background-color: #707070 !important;
    transform: scale(1.25);
}

.fake-select ul li input[type=checkbox]:checked+.check-box-effect:after {
    width: 8px;
    background: #fff;
    transition: width 150ms ease 100ms;
}

.fake-select ul li input[type=checkbox]:checked+.check-box-effect:before {
    width: 4px;
    background: #fff;
    transition: width 150ms ease 100ms;
}

.fake-select ul li input[type=checkbox]:checked:hover+.check-box-effect {
    background-color: #dcdcdc;
    transform: scale(1.25);
}

.fake-select ul li input[type=checkbox]:checked:hover+.check-box-effect:after {
    width: 10px;
    background: #333;
    transition: width 150ms ease 100ms;
}

.fake-select ul li input[type=checkbox]:checked:hover+.check-box-effect:before {
    width: 5px;
    background: #333;
    transition: width 150ms ease 100ms;
}

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

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

.blue-bg {
    background-color: linear-gradient(90deg, #75b70e, #f57707);
}

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

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

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;
}

.main-btn {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    /*width: fit-content;*/
    z-index: 1;
    padding: 12px 30px;
    color: linear-gradient(90deg, #75b70e, #f57707) !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: "Myriad Pro", sans-serif;
}

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

.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;
}

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

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

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

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

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

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

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

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

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

.main-btn:active {
    color: #fff;
    background-color: #042f4b;
}

.main-btn:before {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #042f4b;
    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;
}

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

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

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

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

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

.main-btn.filled-btn {
    background-color: linear-gradient(90deg, #75b70e, #f57707);
    border: 1px solid linear-gradient(90deg, #75b70e, #f57707);
    color: #fff !important;
}

.main-btn.no-fill {
    border: none;
    background-color: transparent;
    color: linear-gradient(90deg, #75b70e, #f57707) !important;
}

.main-btn:hover {
    border-color: #042f4b;
    color: #fff !important;
}

.main-btn:hover:before {
    background-color: #042f4b;
}

@media (max-width: 767.98px) {
    .main-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    .main-btn.btn-small {
        padding: 4px 10px !important;
    }
}

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

.alert-wrapper {
    background-color: linear-gradient(90deg, #75b70e, #f57707);
}

.alert-wrapper .alert-announcement {
    margin-bottom: 0;
    background-color: linear-gradient(90deg, #75b70e, #f57707);
    color: #fff;
    border: none;
    border-radius: 0;
}

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

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

.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;
}

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

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

.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: linear-gradient(90deg, #75b70e, #f57707);
}

.text-link:after {
    content: "\e409";
    font-family: "Myriad Pro", 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;
}

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

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

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

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

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

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

.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;
}

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

@media (max-width: 767.98px) {
    .card .container-icon {
        margin-top: 0;
    }
}

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

.card-body {
    padding: 30px;
}

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

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

.card:hover {
    background-color: #042f4b;
}

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

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

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

/*
    nice select css
*/

.nice-select {
    outline: none;
}

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

.nice-select:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    right: 20px;
    font-size: 12px;
    font-weight: 400;
    transform: none;
    border: none;
    top: 0;
    margin-top: 0;
    color: #2E2E2E;
}

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

/*
    search 
*/

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

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

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

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

#search-modal .form_control:focus {
    border-color: linear-gradient(90deg, #75b70e, #f57707);
}

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

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

/*
    Start Preloader css
*/

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

.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
****************************************************/

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

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

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

.owl-nav button {
    position: relative;
}

.owl-nav button:before {
    font-family: "icomoon" !important;
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    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;
}

.owl-nav button:hover:before {
    color: #D6D6D6;
}

.owl-nav button.owl-prev {
    left: -50px;
}

@media (max-width: 767.98px) {
    .owl-nav button.owl-prev {
        left: -28px;
    }
}

.owl-nav button.owl-prev:before {
    content: "\e903";
    color: #fff;
}

.owl-nav button.owl-next:before {
    content: "\e902";
    color: #fff;
}

.owl-nav button span {
    text-indent: -3000px !important;
    overflow: hidden !important;
}

/*
    Start scroll_up css
*/

.back-to-top {
    background: linear-gradient(90deg, #75b70e, #f57707);
    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: 0.3s;
    z-index: 337;
}

.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 =====*/

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

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;
}

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

@media (max-width: 575.98px) {
    section.subpage-banner {
        padding: 30px 0;
    }
    section.subpage-banner:before {
        height: 300px;
        top: -150px;
    }
}

.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;
}

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

.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;
}

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

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

.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;
}

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

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

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

@media (max-width: 991.98px) {
    .breadcrumb-wrapper .addthis_inline_share_toolbox {
        margin-top: 10px;
    }
}

@media (max-width: 991.98px) {
    .breadcrumb-wrapper {
        flex-direction: column;
        justify-content: flex-start;
    }
}

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

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

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

.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) {
    .side-menu-wrapper {
        top: 50px;
    }
}

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

.accordion .accordion-button {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 12px;
    color: linear-gradient(90deg, #75b70e, #f57707);
    padding-left: 25px;
    border: 0;
    box-shadow: none;
}

.accordion .accordion-button:hover {
    color: #DA291C;
}

.accordion .accordion-button:not(.collapsed) {
    color: #DA291C;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-bottom: 0;
}

.accordion .accordion-button:before {
    content: "•";
    color: #646363;
    opacity: 0.3;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: -24px;
    margin-right: 15px;
}

.accordion .accordion-body {
    padding-left: 25px;
}

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

.sub-heading {
    font-weight: bold;
    color: #D8AB62;
    font-size: 16px;
    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase;
}

.gradient-text {

}

.gradient-back {

}

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

.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;
}

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

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

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

.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-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);
}

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

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

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

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

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

.navik-menu>li>a {
    padding-bottom: 30px !important;
}

@media (max-width: 991.98px) {
    .navik-menu>li>a {
        padding-bottom: 20px !important;
    }
}

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

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

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

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

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

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

@media (max-width: 767.98px) {
    .navik-header,
    .navik-header-overlay,
    .body-fixed-sidebar {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .navik-header,
    .navik-header-overlay,
    .body-fixed-sidebar {
        width: 100%;
    }
}

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

@media (min-width: 992px) {
    /********** Default menu **********/
    .navik-header-container {
        /*height: 106px;*/
    }
    #dar-header .header-right #main-menu ul.sub-menu li.nav-item:hover {
        background-color: rgba(0, 0, 0, 0.06);
    }
    .navik-header .logo {
        position: relative;
        top: 50%;
        padding: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navik-header .logo img {
        width: auto;
        max-width: inherit;
        max-height: 106px;
    }
    .burger-menu {
        display: none;
    }
    .navik-menu {
        float: right;
        clear: inherit;
        border-top: solid 1px rgba(1, 46, 93, 0.1);
    }
    .navik-menu>ul {
        display: block !important;
        padding: 0;
        font-size: 0;
    }
    .navik-menu>ul>li {
        display: inline-block;
    }
    .navik-menu>ul>li>a {
        position: relative;
        box-sizing: border-box;
        height: 50px;
        padding: 5px 20px 10px 20px;
        line-height: 50px;
        white-space: nowrap;
    }
    .navik-menu>ul>li:last-child>a {
        padding-right: 0;
    }
    .navik-menu>ul>li:first-child>a {
        padding-left: 0;
    }
    .navik-menu ul li {
        position: relative;
    }
    .navik-menu ul li.dropdown_menu>a>span {
        display: none;
    }
    .navik-menu ul li.dropdown_menu>a>span::before {
        position: relative;
        top: -3px;
        box-sizing: content-box;
        display: inline-block;
        margin-left: 8px;
        content: "\f0dd";
        font-family: "Font Awesome 5 Pro";
        font-size: 16px;
        color: #646363;
        opacity: 0.3;
    }
    .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);
    }
    .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;
    }
    .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;
    }
    .navik-menu ul ul li:hover>a {
        padding-left: 40px !important;
        background-color: transparent;
    }
    .navik-menu ul ul li:hover>a::before {
        width: 10px;
    }
    .navik-menu li>ul {
        position: absolute;
        top: 36px;
        left: 0;
        display: block !important;
        width: 270px;
        padding: 0px;
        visibility: hidden;
        box-shadow: 0 12px 30px -2px rgba(0, 0, 0, 0.1);
        opacity: 0;
        transition: all 0.2s ease-in-out;
        pointer-events: none;
    }
    .navik-menu li>ul>li>a {
        font-family: "Myriad Pro", sans-serif;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        display: block;
    }
    .navik-menu li>ul>li,
    ul.mega-menu-list li {
        border-bottom: solid 1px rgba(255, 255, 255, 0.05) !important;
    }
    .navik-menu li>ul>li:last-child,
    ul.mega-menu-list li:last-child {
        border-bottom: none !important;
    }
    .navik-menu li>ul ul {
        top: -27px;
        left: 100%;
    }
    .navik-menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        pointer-events: inherit;
    }
    .navik-menu li.submenu-right>ul {
        right: 0;
        left: inherit;
    }
    .navik-menu li.submenu-right>ul ul {
        left: -100% !important;
    }
    .navik-menu.menu-caret ul li.dropdown_menu>a>span {
        display: inline-block;
    }
    .navik-menu.menu-caret ul ul li.dropdown_menu>a>span {
        display: inline;
    }
    .navik-menu.separate-line>ul>li>a {
        position: relative;
        padding: 0 28px;
    }
    .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%);
    }
    .navik-menu.separate-line>ul>li:last-child>a {
        padding: 0 0 0 28px;
    }
    .navik-menu.separate-line>ul>li:last-child>a::before {
        display: none;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .dropdown-plus {
        display: none;
    }
    /********** Header sticky **********/
    .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;
    }
    .navik-header.sticky .navik-header-container {
        height: 80px;
    }
    .navik-header.sticky .navik-menu {
        margin-top: inherit;
        border-top: 0;
    }
    .navik-header.sticky .navik-menu>ul>li>a {
        height: 50px;
        line-height: 50px;
    }
    .navik-header.sticky .logo {
        padding: 0 40px 0 0;
    }
    .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;
        }
    }
    ul.sub-menu>li>a {
        font-size: 14px !important;
    }
    /********** Header transparent **********/
    .navik-header.header-transparent-on,
    .navik-header.header-opacity-on {
        position: absolute;
        width: 100%;
        background-color: transparent;
    }
    .navik-header.header-opacity-on {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .header-transparent-on .header-shadow-wrapper,
    .header-opacity-on .header-shadow-wrapper {
        display: none;
    }
    .header-transparent-on .navik-menu>ul>li>a,
    .header-opacity-on .navik-menu>ul>li>a {
        color: #f7f7f7;
    }
    .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);
    }
    .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;
    }
    .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;
    }
    .header-transparent-on.center-menu-2 .navik-menu {
        border-color: rgba(255, 255, 255, 0.25);
    }
    .header-transparent-on .navik-menu.separate-line>ul>li>a::before {
        background-color: rgba(255, 255, 255, 0.25);
    }
    .header-opacity-on.center-menu-2 .navik-menu {
        border-color: rgba(255, 255, 255, 0.2);
    }
    .header-opacity-on .navik-menu.separate-line>ul>li>a::before {
        background-color: rgba(255, 255, 255, 0.2);
    }
    /********** Hover transitions **********/
    .navik-menu.menu-hover-2>ul>li.current-menu>a,
    .navik-menu.menu-hover-2>ul>li:hover>a {
        color: #212121;
        background-color: #f8f8f8;
    }
    .navik-menu.menu-hover-2>ul>li.current-menu>a::after,
    .navik-menu.menu-hover-2>ul>li:hover>a::after {
        opacity: 1;
    }
    .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;
    }
    .navik-menu.menu-hover-3>ul>li.current-menu>a,
    .navik-menu.menu-hover-3>ul>li:hover>a {
        color: #212121;
    }
    .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;
    }
    .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%);
    }
    .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;
    }
    .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%);
    }
    .navik-menu.menu-hover-4>ul>li.current-menu>a,
    .navik-menu.menu-hover-4>ul>li:hover>a {
        color: #fff;
    }
    .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%);
    }
    .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;
    }
    .navik-menu.menu-hover-4>ul>li>ul {
        transition-delay: 0s;
    }
    .navik-menu.menu-hover-4>ul>li:hover>ul {
        transition-delay: 0.13s;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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);
    }
    .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);
    }
    .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;
    }
    .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 **********/
    .navik-menu.submenu-top-border li>ul {
        border-top: 2px solid linear-gradient(90deg, #75b70e, #f57707);
    }
    .navik-menu.submenu-top-border li>ul ul {
        top: -30px;
    }
    .navik-menu.submenu-top-border.submenu-list-border li>ul ul {
        top: -23px;
    }
    .navik-menu.submenu-list-border li>ul ul {
        top: -20px;
    }
    .navik-menu.submenu-list-border ul ul li>a {
        padding: 15px 35px 14px !important;
    }
    .navik-menu.submenu-list-border ul ul li:first-child>a {
        padding: 8px 35px 14px 35px !important;
    }
    .navik-menu.submenu-list-border ul ul li:last-child>a {
        padding: 15px 35px 8px 35px !important;
    }
    .navik-menu.submenu-list-border ul ul li:last-child::after {
        display: none;
    }
    .navik-menu.submenu-list-border ul ul li::after {
        position: absolute;
        right: 35px;
        bottom: 0;
        left: 35px;
        height: 1px;
        content: "";
        background-color: #eee;
    }
    .navik-menu.submenu-list-border ul ul li:hover>a {
        padding-left: 55px !important;
    }
    .navik-menu.submenu-list-border ul ul li:nth-child(n+2)>a::before {
        top: 24px;
    }
    .header-dark .navik-menu.submenu-list-border ul ul li::after {
        background-color: #333;
    }
    /********** Submenu transitions **********/
    .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);
    }
    .navik-menu.submenu-flip li:hover>ul {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .navik-menu.submenu-flip ul {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 200px;
        perspective: 200px;
    }
    .navik-menu.submenu-flip ul li {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 200px;
        perspective: 200px;
    }
    .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);
    }
    .navik-menu.submenu-scale li.submenu-right ul {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    .navik-menu.submenu-scale li:hover>ul {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

.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;
}

.navik-header.sticky .header_account {
    top: -50px;
}

.header_account>ul>li {
    position: relative;
}

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

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

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

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

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

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

.header_account>ul>li.header_search a {
    font-size: 20px;
    font-weight: normal;
    color: linear-gradient(90deg, #75b70e, #f57707);
    margin-top: -5px;
    padding: 0 20px;
}

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

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

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

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

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

.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;
}

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

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

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

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

@media only screen and (max-width: 1199px) {
    .header_account {
        top: 50px;
        right: 50px;
    }
}

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

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

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

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

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

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

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

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

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

#dar-header {
    position: fixed;
    width: 100%;
    z-index: 11;
    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;
    background-color: #042f4b;
}

#dar-header.menu-open {
    background: #042f4b;
    z-index: 111;
}

#dar-header.fixed {
    background: #F57707;
    z-index: 111;
}

#dar-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;
}

#dar-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: 200px;
}

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

#dar-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;
}

#dar-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;
}

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

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

#dar_slider_wrapper .slider-title {
    font-family: "Myriad Pro", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 54px !important;
    font-weight: 600 !important;
}

.navik-menu>li>a {
    padding-bottom: 10px !important;
}

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

.project-portfolio-area {
    position: relative;
    background: linear-gradient(to top, white 0%, white 50%, #F57707 50%, #F57707 100%);
    padding-top: 40px;
    line-height: 0;
}

@media (max-width: 767.98px) {
    .project-portfolio-area {
        background: #F57707;
        padding-bottom: 0;
    }
}

.project-portfolio-area .carousel-projects .item .details {
    position: absolute;
    bottom: 6px;
    left: 16px;
    z-index: 11;
}

.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;
}

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

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

span.section-sub-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: "Myriad Pro", sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

h2.section-heading-title {
    font-size: 42px;
    font-weight: bold;
    color: #F57707;
    text-transform: uppercase;
    line-height: 1.1;
}

h3.section-primary-content {
    font-size: 24px;
    font-weight: 600;
    color: #767676;
    padding: 0px 0px 15px 0px;
    line-height: 32px;
}

p {
    color: #333333;
    font-weight: normal;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
}

ul.sos-lists>li {
    font-size: 16px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600;
    color: #042f4b;
    margin-bottom: 10px;
}

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

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

@media (max-width: 388.98px) {
    .latest-news-button {
        left: 12px;
        right: auto;
        bottom: -24px;
    }
}

@media (max-width: 388.98px) {
    .latest-news-box {
        margin-top: 40px;
    }
}

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

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

figcaption.date-of-post {

    color: #333333;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    font-family: "Myriad Pro", sans-serif;
    width: auto;
    text-align: center;
    margin-left: 31px;
    margin-top: -18px;
    position: absolute;
    padding: 8px 12px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    white-space: nowrap;
}

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

.latest-news-content-area a.more-link.with-icon {
    margin-top: 0;
    display: table;
    width: auto;
}

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

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

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

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

.img-hover-zoom {
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

.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;
}

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

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

h2.section-heading-title.saudi-vision {
    
}

h3.section-primary-content.sudi-vision-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, 0.8);
    padding: 0px;
}

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

.item.core-values-slider .details {
    background-color: #F57707;
    border-radius: 5px;
}

.trust-integrity-title {
    display: flex;
    justify-content: start;
    align-items: center;
}

.trust-integrity-title span {
    font-size: 55px;
    color: #D8AB62;

}

@media (max-width: 767.98px) {
    .trust-integrity-title span {
        font-size: 50px;
    }
}

.trust-integrity-title .integrityimg {
    max-width: 55px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
}

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

h4.static-title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

p.trust-integrity-content {
    color: rgba(255, 255, 255, 0.85);
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

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

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

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

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

span.job-oppertunities-title {
    padding: 25px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 22;
    font-size: 30px;
    text-transform: none;
    transition: 0.3s ease;
}

@media (max-width: 991.98px) {
    span.job-oppertunities-title {
        left: 0px;
    }
}

.our-experience-lists-wrapper a {
    background: #F57707;
}

.our-experience-lists-wrapper a .our-experience-title {
    max-width: 330px;
}

.our-experience-lists-wrapper a .black-gradient {
    -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-experience-lists-wrapper:hover .black-gradient {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7007177871) 0%, rgba(0, 0, 0, 0) 0%) !important;
    opacity: inherit;
}

.our-experience-lists-wrapper:hover img {
    opacity: 0.1;
}

span.more-link.with-icon.white-text.eng-page {
    font-size: 30px;
    text-transform: none;
    transition: 0.3s ease;
    line-height: 38px;
}

.job-oppertunities-title-area a:hover span {
    color: #D8AB62;
    transition: all 0.3s ease-in-out;
}

h3.job-oppertunities-text {
    
    font-weight: 600;
    font-size: 30px;
}

.top-right-nav.owl-carousel.core-values {
    position: relative;
}

.top-right-nav.owl-carousel.core-values .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, -50%);
}

.oppertunities-area {
    padding-top: 50px;
}

/***********Portfolio***************/

h2.section-heading-title.project-portfolio-title {
    color: #fff;
}

h3.section-primary-content.portfolio-title {
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 0px 15px 0px;
}

p.small-title-portfolio {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: "Myriad Pro", sans-serif;
    margin-bottom: -8px;
    text-transform: uppercase;
}

h3.big-title-portfolio a {
    color: #fff;
    font-family: "Myriad Pro", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: inherit;
}

.item.project-portfolio-area .details {
    padding: 30px;
}

.owl-carousel button.owl-dot {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 22px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    border: none;
    margin-top: 5px;
    -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: 480px) {
    .owl-carousel button.owl-dot {
        width: 15px;
    }
}

.owl-carousel button.owl-dot span {
    width: 100%;
    height: 4px;
    background: rgba(118, 118, 118, 0.3);
}

.owl-carousel button.owl-dot:hover span {

}

.owl-carousel button.owl-dot.active {
    width: 35px;
}

@media (max-width: 480px) {
    .owl-carousel button.owl-dot.active {
        width: 20px;
    }
}

.owl-carousel button.owl-dot.active span {

}

.top-right-nav.owl-carousel.core-values.owl-dots {
    position: absolute;
    top: 50%;
    left: 50%;
}

.owl-dots {
    text-align: center;
}

/***********************************************/

/* 4.5 Tab rev slider */

.slide-tab {
    display: flex;
    align-items: flex-start;
    padding: 8px 8px;
    text-align: left;
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
}

@media (min-width: 768px) {
    .slide-tab {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .slide-tab {
        padding: 58px 60px;
    }
}

.slide-tab__number {
    margin-right: 8px;
    font-family: "Myriad Pro", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: normal;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
    .slide-tab__number {
        margin-right: 16px;
        font-size: 48px;
    }
}

@media (min-width: 992px) {
    .slide-tab__number {
        margin-right: 36px;
        font-size: 60px;
        line-height: 0.9;
    }
}

.slide-tab__number {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 30px;
}

.slide-tab__title {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    color: #fff !important;
    max-width: 100%;
    position: relative;
    display: block;
    -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;
}

.slide-tab__title::after {
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #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;
}

.slide-tab:focus {
    outline: none;
}

@media (min-width: 992px) {
    .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: #fff !important;
        transition: all 0.3s ease-in-out;
    }
}

.tp-tabs.inner.nav-pos-hor-right.nav-pos-ver-bottom.nav-dir-horizontal {
    background-color: transparent !important;
    font-family: "Myriad Pro", sans-serif;
}

.slide-tab:hover .slide-tab__title::after {
    background: #fff;
}

span.slide-tab__number {
    color: #ffffff !important;
}

span.slide-tab__number:hover {
    color: #fff !important;
}

.tp-tab.selected {
    color: #fff !important;
}

/****who we are***/

figure.latest-news-box-image {
    position: relative;
}

figcaption.years-of-excellence-area img {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.years-of-excellence {
    position: absolute;
    left: 5px;
    bottom: 15px;
    padding: 20px 20px 15px;
    color: #333333;
    text-align: center;
    font-weight: 600;
}

.years {
    font-size: 80px;
    display: block;
    color: #333333;
    margin-bottom: 0px;
    font-family: "Myriad Pro", sans-serif;
}

span.excellence-text {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    line-height: 20px;
    margin-top: 25px;
}

/*********home-slider**********/

section.video-slider {
    padding: 0px;
}

video {
    width: 100vw;
}

a.home-slider-button {
    background-color: #fff;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    font-family: "Myriad Pro", sans-serif;
    padding: 10px 30px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

a.home-slider-button:hover {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
}

a.home-slider-button.transparent-bg {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
}

a.home-slider-button.transparent-bg:hover {
    background-color: #fff;
    border: solid 1px #fff;
    color: #333333;
}

span.home-slide-second-title {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase;
}

span.home-slide-first-title {
    
    font-size: 54px;
    font-weight: 600;
    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase;
}

.home-slider-third-title p {
    
    font-weight: 400;
    font-size: 24px;
    font-family: "Myriad Pro", sans-serif;
    line-height: 35px;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

.tp-leftarrow.tparrows.noSwipe {
    display: none;
}

.tp-rightarrow.tparrows.noSwipe {
    display: none;
}

.tp-revslider-mainul>li>.slotholder {
    position: relative;
}

section.video-slider {
    position: relative;
}

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

#noga_slider_wrapper .slider-title {
    font-family: "Myriad Pro", sans-serif;
    
    font-weight: normal;
    text-transform: uppercase;
}

#noga_slider_wrapper .slider-title .highlight {
    font-family: "Myriad Pro", sans-serif;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

header#dar-header {
    padding: 0px;
    background-color: transparent;
    border-bottom: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bf000000", endColorstr="#00000000", GradientType=0);
}

.slide-tab {
    display: inline-block;
}

.tp-tabs.inner {
    margin-left: auto;
    margin-right: auto;
}

.top-bar {
    padding: 8px 0px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.top-bar-opacity {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    background-color: #557503;
    opacity: 1;
}

.container.clearfix {
    padding-top: 20px;
    padding-bottom: 10px;
}

#dar-header .header-right #main-menu {
    margin-top: 7px;
    margin-right: 0px;
}

#dar-header .header-right #header-tools {
    margin-top: 26px;
}

ul.navik-menu.nav.navbar-nav {
    border-top: none;
}

span.icon-search-icon {
    color: #fff;

    padding-left: 2px;
    -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: 991.98px) {
    span.icon-search-icon {
        font-size: 24px !important;
    }
}

#dar-header .header-right #main-menu a {
    color: #F57707;
    padding: 0 13px;
    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3pt;
}

@media (max-width: 1199.98px) {
    #dar-header .header-right #main-menu a {
        letter-spacing: 0.3pt;
    }
}

span.topbar-left-area {
    
    font-family: "Myriad Pro", sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.top-bar a {
    padding-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;
}

.top-bar a .fab {
    -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;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 15px;
    -webkit-background-clip: text;
    -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;
}

span.header-language a {

    font-size: 16px;
    padding-right: 15px;
    font-weight: 600;
}

span.header-language a:hover {
    color: #fff;
}

span.header-divider {
    color: rgba(255, 255, 255, 0.25);
    padding-right: 15px;
}

/********************footer*******************/

footer.footer-area {
    padding: 60px 0px 0px;
}

footer.footer-area {
    background-color: #F57707;
}

footer .footer-bottom .mini-menu li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

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;
}

footer .footer-bottom .boxon img {
    filter: brightness(0) invert(1);
    margin-bottom: 10px;
    height: 15px;
    width: auto;
    padding-left: 4px;
}

@media (max-width: 991.98px) {
    footer .footer-bottom .boxon img {
        height: 12px;
    }
}

.copyright {
    font-weight: normal;
    font-size: 14px;
    font-family: "Myriad Pro", sans-serif;
}

@media (max-width: 991.98px) {
    .copyright {
        font-size: 12px;
    }
}

footer .footer-top .logo img {
    max-width: 220px;
}

@media (max-width: 767.98px) {
    footer .footer-top .logo img {
        max-width: 180px;
    }
}

@media (max-width: 575.98px) {
    footer .footer-top .logo img {
        max-width: 150px;
    }
}

ul.mini-menu>li>a {
    
    font-size: 14px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    ul.mini-menu>li>a {
        font-size: 12px;
    }
}

footer .footer-bottom .mini-menu li a:hover {
    color: #fff;
}

.row.footer-top {
    padding-bottom: 40px;
}

ul.contact-details li {
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 575.98px) {
    ul.contact-details li {
        font-size: 16px;
    }
}

ul.contact-details li a {
    
}

ul.contact-details li a:hover {
    color: black;
}

ul.contact-details.footer-social {
    padding-bottom: 15px;
}

ul.contact-details.footer-social li {
    
}

ul.contact-details.footer-address li {
    
    padding-bottom: 15px;
    padding-left: 35px;
}

ul.contact-details.footer-address img {
    padding-right: 10px;
    max-width: 30px;
    margin-top: -8px;
}

ul.contact-details.reachus-info img {
    padding-right: 10px;
    max-width: 30px;
    margin-top: -8px;
}

.container.newsletter-area {
    padding: 40px 15px 20px 15px;
}

span.newsletter-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: "Myriad Pro", sans-serif;
}

h3.newsletter-title {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 991.98px) {
    h3.newsletter-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.newsletter-fields input.form-control {
    width: 48%;
}

.newsletter-fields input.form-control::placeholder {
    font-family: "Myriad Pro", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    padding-left: 0px;
}

.newsletter-fields input#name {
    margin-right: 4%;
}

.newsletter-fields {
    display: flex;
    margin-top: 18px;
}

section.footer-bottom-area {
    padding: 30px 0px 30px 0px;
    background-color: #064065;
}

.newsletter-fields input.form-control {
    border-bottom: 1px solid rgba(248, 248, 248, 0.5);
    background-color: transparent;
}

.newsletter-fields .form-control {
    border: none;
    border-radius: 0px;
    color: #fff !important;
}

ul.mini-menu>li:nth-child(1) {
    padding-left: 0;
}

.news-letter-send {
    position: relative;
}

a.send-newletter {
    position: absolute;
    left: -27px;
    top: 9px;
}

i.fab.fa-telegram-plane {
    font-size: 18px !important;
}

#dar-header.fixed .top-bar-opacity {
    display: none;
}

section.core-values-section {
    padding: 0px 0px 60px 0px;
}

@media (max-width: 767.98px) {
    section.core-values-section {
        padding: 80px 0px 60px 0px;
    }
}

.owl-item {
    margin-right: 0px;
}

.black-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7007177871) 0%, rgba(0, 0, 0, 0) 70%);
    transition: 0.3s ease;
    z-index: 9;
    pointer-events: none;
}

.item.core-values-slider .details {
    padding: 70px 50px;
}

figure.latest-news-box-image img.img-excellence {
    width: 100%;
    border-radius: 5px;
}

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

.copyright {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

footer .footer-bottom .mini-menu li:nth-child(1) a::after {
    display: none;
}

span.icon-send-icon {
    color: #fff;
    font-size: 20px;

}

.icon-send-icon:before {
    content: "\e90a";
}

span.icon-send-icon:hover {
    color: #fff;
}

header#dar-header.fixed .logo a {
    padding: 0px 12px;
}

/*******responsive*************/

@media only screen and (max-width: 991px) {
    .c-hamburger {
        margin-left: 18px;
    }
    .c-hamburger span {
    
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
    
    }
    #dar-header .header-right #header-tools ul li.language-icon {
        display: inline-block !important;
    }
    .icon-ain:before {
        font-size: 24px;
color: #f57707;
    }
}

@media only screen and (max-width: 767px) {
    .top-bar-opacity {
        display: none;
    }
    #dar-header .header-right #header-tools ul li {
        padding: 0 10px;
    }
    .container.clearfix {
        padding: 15px 0px 15px 0px;
    }
    #dar-header .header-right #main-menu {
        margin-top: 7px;
    }
    #dar-header .header-right #header-tools {
        margin-top: 15px;
    }
    .c-hamburger {
        margin-left: 6px;
    }
    .c-hamburger span {
    
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
    
    }
    h2.section-heading-title {
        font-size: 30px;
    }
    h3.section-primary-content {
        font-size: 18px;
        line-height: 25px;
    }
    p {
        font-size: 14px;
        line-height: 20px;
    }
    .years {
        font-size: 50px;
        display: block;
        color: #333333;
        margin-bottom: 20px;
        font-family: "Myriad Pro", sans-serif;
    }
    .years-of-excellence {
        position: absolute;
        left: 10px;
        bottom: 0px;
        padding: 20px 20px 15px;
        color: #333333;
        text-align: center;
        font-weight: 600;
    }
    span.excellence-text {
        font-family: "Myriad Pro", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
        display: block;
        line-height: 20px;
        margin-bottom: 30px;
        margin-top: auto;
    }
    .project-portfolio-area .carousel-projects .item .details {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    h3.big-title-portfolio a {
        font-size: 18px;
    }
    .section-title-area {
        padding: 0px;
    }
    h3.trust-integrity-area {
        font-size: 22px;
    }
    .job-oppertunities-title-area.news-hover:before {
        opacity: 1 !important;
    }
    .job-oppertunities-title-area.news-hover:after {
        opacity: 1 !important;
    }
}

/************************XXL - 1920************/

@media only screen and (max-width: 1920px) {
    #dar-header.fixed .logo img {
        width: 190px;
        margin-top: 8px;
    }
    #dar-header.fixed .header-right #main-menu {
        margin-top: 7px;
    }
    #dar-header.fixed .header-right #header-tools {
        margin-top: 23px;
    }
}

/************************XXL - 1399************/

@media only screen and (max-width: 1399px) {
    #dar-header .header-right #main-menu a {
        padding: 0 9px;
        font-size: 14px;
    }
    .row.portfolio-content {
        margin-bottom: 35px;
    }
    h2.section-heading-title {
        font-size: 37px;
    }
    h3.section-primary-content {
        line-height: 34px;
        font-size: 22px;
    }
    p {
        font-size: 16px;
    }
    .item.project-portfolio-area {
        padding-top: 0px;
    }
    h3.big-title-portfolio a {
        font-size: 25px;
    }
    h3.trust-integrity-area {
        padding-left: 18px;
    }
    h3.trust-integrity-area {
        font-size: 24px;
    }
    .trust-integrity-title img {
        max-width: 60px;
    }
}

/***********************XL - 1199*************/

@media only screen and (max-width: 1199px) {
    #dar-header .header-right #main-menu a {
        padding: 0 6px;
        font-size: 12px;
    }
    #dar-header .header-right #header-tools {
        margin-top: 23px;
    }
    h2.section-heading-title {
        font-size: 26px;
    }
    h3.section-primary-content {
        font-size: 20px;
        line-height: 28px;
    }
    .trust-integrity-title img {
        max-width: 50px;
    }
    h3.trust-integrity-area {
        font-size: 20px;
        padding-left: 10px;
    }
    p {
        font-size: 15px;
    }
    .years {
        font-size: 60px;
    }
    .years-of-excellence {
        left: 12px;
    }
    .item.core-values-slider .details {
        padding: 70px 30px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    figcaption.years-of-excellence-area img {
        max-width: 175px;
    }
    span.excellence-text {
        margin-top: 10px;
    }
    .years {
        font-size: 40px;
    }
    .years-of-excellence {
        left: 0px;
        padding: 10px;
    }
}

@media only screen and (max-width: 575px) and (min-width: 480px) {
    figcaption.years-of-excellence-area img {
        max-width: 220px;
    }
    span.excellence-text {
        margin-top: 10px;
    }
    .years {
        font-size: 50px;
    }
    .years-of-excellence {
        left: 0px;
        padding: 10px;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    figcaption.years-of-excellence-area img {
        max-width: 190px;
    }
    span.excellence-text {
        margin-top: 10px;
    }
    .years {
        font-size: 45px;
    }
    .years-of-excellence {
        left: 5px !important;
        padding: 10px;
    }
    span.excellence-text {
        margin-bottom: 10px !important;
    }
    #dar-header .header-left>.logo img {
        width: 150px !important;
    }
    #dar-header .header-left {
        width: 200px;
    }
    #dar-header .header-right {
        width: calc(100% - 200px);
    }
}

@media only screen and (max-width: 340px) {
    #dar-header .header-left {
        width: 160px;
    }
    #dar-header .header-right {
        width: calc(100% - 160px);
    }
}

/************************XXL - 991************/

@media only screen and (max-width: 991px) {
    .c-hamburger span {
        height: 2px;
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
        height: 2px;
    }
    .search-btn01:before {
        font-size: 20px !important;
    }
    #dar-header .header-right #header-tools {
        margin-top: 12px;
    }
    #dar-header.fixed .header-right #header-tools {
        margin-top: 12px;
    }
    .c-hamburger--htx.is-active span::before,
    .c-hamburger--htx.is-active span::after {
        background-color: #fff;
    }
    .container.clearfix {
        padding: 15px 0px 15px 0px;
    }
    .trust-integrity-title {
        display: flex;
        align-items: center;
    }
    .top-right-nav.owl-carousel.core-values .owl-dots {
        left: 50%;
    }
    figure.latest-news-box-image img.img-excellence {
        width: 100%;
        min-width: 700px;
        height: auto;
    }
    .years-of-excellence {
        left: 11px;
    }
    span.excellence-text {
        margin-top: 0px;
    }
    .saudi-vision-area h3.section-primary-content {
        line-height: 27px;
    }
    h3.section-primary-content {
        font-size: 18px;
        line-height: 26px;
    }
    .latest-news-box {
        min-height: auto;
    }
    footer .footer-bottom .mini-menu li {
        padding: 0 7px;
    }
    footer .footer-bottom .mini-menu li:after {
        top: 3px;
    }
    .navbar#main_nav_bar {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 110;
        color: #fff;
        left: 0px;
        top: 115px !important;
        display: none;
        
    }

    .container.mobile-menu {
        padding-left: 0px;
        display: block;
    }
    div#main_nav_bar {
        padding: 30px 20px 20px;
    }
    nav.navbar.navbar-expand-lg>ul>li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        position: relative;
        text-align: left;
    }
    .container.mobile-menu nav>ul>li>a {
        color: #fff !important;
        padding: 15px 15px 15px 0px !important;
        font-size: 16px !important;
        width: 100% !important;
    }
    .trust-integrity-title {
        padding: 0px 0px 15px 0px !important;
    }
    .more-news-btn {
        margin-top: 10px !important;
    }
    .copyright {
        justify-content: flex-start;
        align-items: flex-start;
    }
    #dar-header .header-right #main-menu ul.sub-menu {
        margin-bottom: 15px;
        display: none;
    }
    li.email {
        margin-top: 10px;
    }
    #dar-header .header-right {
        float: none;
        text-align: right;
        display: inline-block;
    }
    #dar-header .header-right #header-tools {
        margin-top: 12px;
        float: none;
        display: inline-block;
    }
    p.trust-integrity-content {
        color: rgba(255, 255, 255, 0.85);
        padding-bottom: 25px;
    }
    h3.trust-integrity-area {
        font-size: 27px;
    }
    div#main_nav_bar {
        overflow: scroll;
    }
    span.more-link.with-icon.white-text.eng-page {
        font-size: 22px;
        line-height: 30px;
    }
    span.more-link.with-icon.white-text.eng-page:after {
        top: 4px;
    }
}

/************************XXL - 767************/

@media only screen and (max-width: 767px) {
    figure.latest-news-box-image img.img-excellence {
        min-width: 320px;
    }
    h3.section-primary-content.sudi-vision-title {
        margin-top: 30px !important;
    }
    .latest-news-box {
        min-height: auto;
    }
    h3.big-title-portfolio a {
        font-size: 20px;
    }
    p.small-title-portfolio {
        font-size: 14px;
    }
    footer .footer-top .logo img {
        padding: 0px !important;
    }
    header#dar-header.fixed .logo a {
        padding: 0px 12px;
    }
    footer.footer-area {
        padding: 40px 0px 0px 0px;
    }
    .copyright {
        margin-bottom: 10px;
    }
    .navbar#main_nav_bar {
        top: 70px !important;
    }
    .newsletter-fields {
        display: block !important;
    }
    a.send-newletter {
        position: absolute;
        right: 2px;
        left: auto;
        top: -42px;
    }
    .newsletter-fields input.form-control {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    ul.contact-details.footer-social {
        padding-bottom: 15px;
        margin-top: 0px;
        padding-left: 35px;
    }
    ul.contact-details.footer-address li {
        padding-bottom: 5px;
    }
    ul.mini-menu>li:nth-child(1) {
        padding-left: 0px !important;
    }
    #search input[type=search] {
        font-size: 25px !important;
    }
}

/************************XXL - 575************/

@media only screen and (max-width: 575px) and (min-width: 280px) {
    .latest-news-box {
        min-height: auto;
    }
    footer.footer-area {
        padding: 40px 0px 0px 0px;
    }
    .logo.footer-section {
        padding-bottom: 20px;
    }
    .copyright {
        margin-bottom: 10px;
    }
    .header-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .newsletter-fields input.form-control::placeholder {
        font-size: 12px;
    }
    .item.core-values-slider .details {
        padding: 15px 15px;
    }
    #dar-header .header-right #main-menu a.mobile-menu-toggle.d-lg-none {
        padding: 0 8px;
    }
    section.who-we-are-area {
        padding: 50px 0px !important;
    }
    ul.contact-details.footer-address {
        margin-top: 20px;
    }
    h2.section-heading-title {
        font-size: 22px;
    }
    .latest-news-content-area {
        padding: 30px 20px;
    }
    #search input[type=search] {
        font-size: 20px !important;
    }
}

/*******Trust Area Owl dots*********/

@media only screen and (max-width: 575px) and (min-width: 480px) {
    .top-right-nav.owl-carousel.core-values .owl-dots {
        left: 50%;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .top-right-nav.owl-carousel.core-values .owl-dots {
        left: 50% !important;
    }
}

@media only screen and (max-width: 390px) {
    #dar-header .header-right #header-tools ul li {
        padding: 0 5px;
    }
}

@media only screen and (min-width: 992px) {
    span.toggle-sub {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    ul.navik-menu.nav.navbar-nav {
        width: 100% !important;
    }
    .span.icon-dar-icon.with-sub {
        position: relative;
    }
    .toggle-sub {
        position: absolute;
        color: #FFF;
        right: 0px;
        top: 10px;
        display: block;
        font-size: 20px;
    }
    .toggle-sub:before {
        content: "+";
        color:#F57707;
    }
    .toggle-sub.expanded:before {
        content: "";
        height: 2px;
        width: 10px;
        background:#F57707;
        position: absolute;
        right: 0;
        top: 15px;
    }
    nav.navbar.navbar-expand-lg>ul>li .sub-menu>li a {
        color: #fff !important;
        font-size: 15px !important;
        position: relative !important;
        padding: 5px 10px 5px 20px !important;
        opacity: 0;
        transition: opacity 2s ease-in-out;
        display: inline;
    }
    nav.navbar.navbar-expand-lg>ul>li .sub-menu>li a {
        opacity: 1;
    }
    nav.navbar.navbar-expand-lg>ul>li .sub-menu>li a::before {
        content: "\e90b";
        font-family: "icomoon";
        padding-right: 8px;
        display: none;
    }
    nav.navbar.navbar-expand-lg>ul>li .sub-menu>li.with-sub-2 a::before {
        content: "";
    }
    i.fas.fa-angle-down {
        padding-top: 9px;
        color: #fff;
        font-size: 25px !important;
        display: none;
    }
    nav.navbar.navbar-expand-lg>ul>li .sub-menu>li a :last-child {
        padding-bottom: 5px;
    }
    .fa-angle-double-right:before {
        color: #fff !important;
        position: absolute;
        left: 0;
        padding-top: 2px !important;
    }
}

ul.mini-menu>li:nth-child(3):after {
    display: none;
}

.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);
}

.newsletter-fields input.form-control:focus::placeholder {
    color: transparent;
}

span.header-language {
    font-family: "Cairo", sans-serif;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #042f4b;
    z-index: 99999;
    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;
}

#search.opened {
    opacity: 1;
    z-index: 999;
}

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;
}

#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%;
}

#search .close:hover {
    color: #D8AB62;
}

#search input[type=search] {
    position: absolute;
    top: 50%;
    width: 90%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 50px;
    line-height: 70px;
    font-weight: normal;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    left: 5%;
    font-family: "Myriad Pro", sans-serif;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

button.search-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 60px;
    margin-left: -100px;
    background: #D8AB62;
    color: #333;
    padding: 10px 50px;
    border: solid 1px #D8AB62;
    font-size: 25px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    button.search-btn {
        font-size: 20px;
        padding: 6px 30px;
        left: 55%;
    }
}

button.search-btn:hover {
    background-color: transparent;
    border: solid 1px #D8AB62;
    color: #D8AB62;
}

#dar-header .header-right #main-menu ul.sub-menu {
    border-radius: 3px;
}

a.more-link.with-icon.aos-item.aos-init:hover {
    transition: all 0.3s ease-in-out;
}

#dar-header .header-right #main-menu ul.sub-menu:hover {
    transition: all 0.3s ease-in-out;
}

#dar-header .header-right #main-menu ul.sub-menu>li>a {
    transition: 0.3s ease;
    font-weight: 400;
    text-transform: none;
    padding-left: 24px !important;
    line-height: 22px;
}

#dar-header .header-right #main-menu ul.sub-menu>li>a:hover {
    padding-left: 30px !important;
    color: #f57707;
    transition: all 0.3s ease-in-out;
}

li.nav-item a:hover {
    color: #F57707 !important;
    transition: all 0.3s ease-in-out;
}

.slide-tab__title:hover {
    transition: all 0.5s ease-in-out;
}

li.nav-item.active {
    color: #F57707!important;
}

.latest-news-content-area:hover h3 {
    color: #fff !important;
}

.latest-news-content-area-column3:hover h3 {
    color: #fff !important;
}

.btn.lineargray-btn:hover {

    color: #333;
}

.btn.lineargray-btn {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase;
    padding: 7px 30px;
    border: 1px solid #A18E63;
    border-radius: 5px;
}

@media (max-width: 767.98px) {
    .btn.lineargray-btn {
        width: 100%;
    }
}

.tp-bannertimer.tp-bottom {
    display: none !important;
}

.item.project-portfolio-area .zoom:after {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9;
}

.owl-item.center .item.project-portfolio-area .zoom:after {
    display: none;
}

.owl-item.center .item.project-portfolio-area .zoom:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7007177871) 0%, rgba(0, 0, 0, 0) 70%);
    padding: 200px 50px 50px;
    content: "";
    z-index: 11;
}

.item.project-portfolio-area {
    position: relative;
    overflow: hidden;
}

.item.project-portfolio-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;
}

.item.project-portfolio-area:hover img {
    transform: scale(1.03);
}

.item.project-portfolio-area:hover h3.big-title-portfolio a {
    color: #fff;
}

.top-right-nav.owl-carousel.core-values .owl-stage {
    background-color: #F57707;
}

.top-right-nav.owl-carousel.core-values .owl-stage-outer {
    border-radius: 5px;
}

@media only screen and (min-width: 1921px) {
    .top-right-nav.owl-carousel.carousel-projects .owl-item img {
        min-width: 1265px;
    }
}

.tp-tab-mask {
    max-width: 1320px !important;
}

.tp-tabs {
    max-width: 1320px !important;
    background-color: transparent !important;
    padding: 0px !important;
    width: 100%;
}

.tp-tabs .tp-tab-mask {
    width: 100% !important;
}

.tp-tabs .tp-tab-mask .tp-tabs-inner-wrapper {
    width: 100% !important;
}

.tp-tabs .tp-tab-mask .tp-tabs-inner-wrapper .tp-tab {
    width: 25% !important;
}

.tp-tabs .tp-tab-mask .tp-tabs-inner-wrapper .tp-tab:nth-child(1) {
    left: 0% !important;
}

.tp-tabs .tp-tab-mask .tp-tabs-inner-wrapper .tp-tab:nth-child(2) {
    left: 25% !important;
}

.tp-tabs .tp-tab-mask .tp-tabs-inner-wrapper .tp-tab:nth-child(3) {
    left: 50% !important;
}

.tp-tabs .tp-tab-mask .tp-tabs-inner-wrapper .tp-tab:nth-child(4) {
    left: 75% !important;
}

.tp-tabs-inner-wrapper {
    max-width: 1320px !important;
}

.slide-tab {
    padding: 50px 10px 10px 10px !important;
}

.slide-tab__title {
    font-family: "Myriad Pro", sans-serif;
}

.tp-tab {
    opacity: 1 !important;
}

.tp-tab.selected .slide-tab__title {
    color: #fff !important;
}

@media only screen and (max-width: 991px) {
    .slide-tab {
        padding: 10px 10px 10px 10px !important;
        text-align: center;
    }
    .slide-tab__title {
        display: none;
    }
    .slide-tab__number {
        border-bottom: 2px solid transparent;
    }
    .tp-tab-mask {
        height: 100px !important;
    }
}

.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;
}

.job-oppertunities-title-area:hover img {
    transform: scale(1.03);
    border-radius: 5px !important;
    cursor: pointer;
}

.job-oppertunities-title-area {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

li.location-item,
li.map-item,
.phone,
.website-item {
    position: relative;
}
li.website-item::before {
  content: "\f0ac"; /* Font Awesome globe unicode */
  font-family: "Font Awesome 6 Free"; /* FA 6 */
  font-weight: 900; /* required for solid icons */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}

ul.reachus-info li {
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

li.location-item::before {
    position: absolute;
    left: 0px;
    top: -3px;
    font-family: "icomoon" !important;
    content: "\e920";
    font-size: 24px;

    margin-right: 10px;
}

li.map-item::before {
    font-family: "icomoon" !important;
    content: "\e921";
    font-size: 24px;

    margin-right: 10px;
    padding-left: 2px;
}

li.phone::before {
    font-family: "icomoon" !important;
    content: "\e913";
    font-size: 22px;

    margin-right: 10px;
    padding-left: 2px;
}

li.email::before {
    font-family: "icomoon" !important;
    content: "\e914";
    font-size: 17px;

    margin-right: 10px;
    padding-left: 2px;
}

#dar-header .header-right #header-tools ul li.language-icon {
    display: none;
}

.footer-top span a {
    padding: 0 6px;
}

.footer-top span a:first-child {
    padding-left: 0px;
}

/***************Our Experience Area**************/

h1.banner-heading {
    font-size: 48px;
    color: #F57707;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    h1.banner-heading {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    h1.banner-heading {
        font-size: 34px;
    }
}

@media (max-width: 575.98px) {
    h1.banner-heading {
        font-size: 28px;
    }
}

h1.banner-heading span {
    color: #fff;
}

#inside-page-header-wrapper .page-header-inner {
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 500px;
    background-color: #F57707;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    #inside-page-header-wrapper .page-header-inner {
        background-size: contain;
        background-position: top 72px center;
    }
}

#inside-page-header-wrapper .page-header-inner .container {
    height: 100%;
}

#inside-page-header-wrapper .page-header-inner .container .heading-1 {
    height: 100%;
}

#inside-page-header-wrapper .page-header-inner .container .heading-1 h1.banner-heading {
    position: absolute;
    top: 55%;
    left: 0%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    max-width: 420px;
}

#inside-page-header-wrapper .page-header-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/assets/inside-banner-pattern.png") no-repeat center center/cover;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 1;
}

.breadcrumb .breadcrumb-links {
    float: left;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 20px 0px 21px;
}

.breadcrumb .breadcrumb-links li {
    font-size: 14px;
    line-height: 1.3;
    font-family: "Myriad Pro", sans-serif;
    font-weight: normal;
    color: #fff;
}

.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.breadcrumb a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    font-family: "Myriad Pro", sans-serif;
    margin: 0 0.5rem 0;
}

.breadcrumb a:hover {
    
}

.fab {
    font-size: 16px;
    -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;
}

.fab:hover {
    
}

.breadcrumb {
    margin-bottom: 0px;
    align-items: center;
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.75) !important;
}

.breadcrumb .share {
    float: right;
    width: 20px;
    padding: 19px 0 10px;
}

.icon-share:before {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    span.icon-dar-icon {
        margin-top: -55px;
        margin-top: 3px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #inside-page-header-wrapper .page-header-inner {
        height: 400px;
        padding-left: 0px;
    }
}

/****************************News***************************/

h3.section-primary-content.inside-pages {
    font-size: 30px;
    color: #F57707;
    line-height: 38px;
}

span.news-post-date {
    font-size: 16px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600;
    padding: 5px 10px;

    border-radius: 5px;
    color: #333333;
    float: right;
    text-transform: uppercase;
}

.primay-news-content-area {
    padding: 20px 0px;
    display: block;
    clear: both;
}

.primay-news-image-area img {
    width: 100%;
}

.primay-news-testimonial-area {
    background-color: #f8f8f8;
    padding: 40px 80px;
    border-radius: 5px;
}

h4.testimonial-person {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}

h4.testimonial-desig {
    font-size: 16px;
    color: #808080;
    font-weight: 600;
}

blockquote {
    margin: 0 0 1rem;
    position: relative;
}

blockquote::before {
    content: url("../images/our-experience/quote.png");
    position: absolute;
    left: -45px;
}

figcaption.date-of-post-news {
    background-color: #D8AB62;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    font-family: "Myriad Pro", sans-serif;
    width: auto;
    text-align: center;
    margin-left: 31px;
    margin-top: -18px;
    position: absolute;
    padding: 1px 10px;
    border-radius: 3px;
    white-space: nowrap;
}

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

.carousal-news.owl-carousel.top-right-nav .owl-nav button.owl-prev {
    left: -50px;
}

.carousal-news.owl-carousel.top-right-nav .owl-nav button.owl-prev:before {
    content: "\e903";
}

.carousal-news.owl-carousel.top-right-nav .owl-nav button.owl-next:before {
    content: "\e902";
}

.carousal-news.owl-carousel.top-right-nav .owl-nav button span {
    text-indent: -3000px !important;
    overflow: hidden !important;
}

.carousal-news.owl-carousel.top-right-nav .owl-nav button:before {
    font-family: "icomoon" !important;
    color: #fff;
    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;
}

.carousal-news.owl-carousel.top-right-nav .owl-dots {
    display: none;
}

h3.section-primary-content.latest-news-title {
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    color: #767676;
}

span.single-date-post {
    padding: 5px 15px;
    color: #333333;
    font-size: 16px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600;
    background: linear-gradient(to right, #CEC2A9, #A18E63) !important;
    border-radius: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pagination-wrapper {
    text-align: center;
}

.pagination-wrapper ul.pagination {
    display: inline-block;
}

.pagination-wrapper ul.pagination li {
    float: left;
}

.pagination-wrapper ul.pagination .page-link {
    border: none;
    font-family: "Myriad Pro", sans-serif;
    color: #F57707;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
}

.pagination-wrapper ul.pagination li.active .page-link {
    background: transparent;
    border: 1px solid #F57707;
    border-radius: 5px;
}

.pagination-wrapper ul.pagination .page-link:hover {
    background: transparent;
    color: #fff;
}

/************our Experience********************/

h5.exp-small-title {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
    padding-bottom: 5px;
}

h4.exp-big-title {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 26px;
}

.job-oppertunities-title-area.news-hover {
    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;
}

.job-oppertunities-title-area.news-hover .job-oppertunities-title-hover {
    position: absolute;
    padding: 15px 15px 15px 0px;
    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;
    width: 80%;
}

.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;
}

.job-oppertunities-title-area.news-hover:after {
    content: "\e902";
    font-family: "icomoon" !important;
    position: absolute;
    color: #042f4b;
    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;
}

.job-oppertunities-title-area.news-hover:hover .black-gradient {
    background: #F57707;
    opacity: 0.9;
}

.job-oppertunities-title-area.news-hover:hover .job-oppertunities-title-hover {
    bottom: 0;
    opacity: 1;
}

.job-oppertunities-title-area.news-hover:hover .job-oppertunities-title {
    opacity: 1;
}

.job-oppertunities-title-area.news-hover:hover:before {
    opacity: 1;
}

.job-oppertunities-title-area.news-hover:hover:after {
    opacity: 1;
}

.job-oppertunities-title-area.news-hover:hover img {
    background-color: rgba(44, 52, 105, 0.5);
}

/**********our-experience-detail*******************/

.scope-of-services h4 {
    color: #042f4b;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.other-details h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .other-details h4 {
        font-size: 18px;
    }
}

.scope-of-services {
    padding: 30px;

    border-radius: 5px;
    margin-bottom: 30px;
}

.other-details {
    padding: 30px;
    background-color: #042f4b;
    border-radius: 5px;
}

ul.sos-lists>li:before {
    content: "\e90d";
    font-family: "icomoon";
    color: #042f4b;
    margin-right: 10px;
}

.location-details>h5:before {
    content: "\e90f";
    color: #fff;
    font-family: "icomoon";
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.location-details {
    position: relative;
    padding-right: 50px;
    padding-left: 24px;
}

.location-details h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.location-details>span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    
    text-transform: capitalize;
    font-family: "Myriad Pro", sans-serif;
}

.timeframe-details>h5:before {
    content: "\e910";
    color: #fff;
    font-family: "icomoon";
    position: absolute;
    left: 0;
    top: 0;
}

.timeframe-details {
    position: relative;
    padding-right: 50px;
    padding-left: 24px;
}

.timeframe-details h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.timeframe-details>span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    
    text-transform: capitalize;
    font-family: "Myriad Pro", sans-serif;
    white-space: nowrap;
}

.client-details>h5:before {
    content: "\e929";
    color: #fff;
    font-family: "icomoon";
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.client-details {
    position: relative;
    padding-right: 50px;
    padding-left: 24px;
}

.client-details h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.client-details>span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    
    text-transform: inherit;
    font-family: "Myriad Pro", sans-serif;
    display: block;
}

.photos-videos-area {
    position: relative;
    background: linear-gradient(to top, white 0%, white 50%, #f8f8f8 50%, #f8f8f8 100%);
    padding-top: 40px;
}

h2.section-heading-title.photo-video-title {
    color: #F57707;
}

@media (max-width: 767.98px) {
    h2.section-heading-title.photo-video-title {
        font-size: 24px;
    }
}

.item.project-portfolio-area.our-experience-section {
    background: linear-gradient(to top, white 0%, white 50%, #f8f8f8 50%, #f8f8f8 100%);
    position: relative;
    padding-top: 0px;
}

.inside-page-title {
    padding: 15px;
}

section.related-projects-area {
    background-color: #f8f8f8;
}

.other-details-top-area {
    display: flex;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .other-details-top-area {
        display: block;
    }
}

.location-details {
    padding-right: 50px;
}

@media (max-width: 480px) {
    .location-details {
        margin-bottom: 20px;
    }
}

/****************Architectur******************/

.company-profile-details>a {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 30px;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 5px;
}

.company-profile-details>a:hover {

    color: #333;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
}

.company-profile-details>a:before {
    content: "\e911";
    color: #333333;
    font-family: "icomoon";
    margin-right: 10px;
}

ul#pills-tab {
    justify-content: center !important;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
}

div#pills-tabContent {
    text-align: center;
}

.nav-pills.our-clients-area .nav-link {
    border-bottom: 2px solid transparent;
}

.nav-pills.our-clients-area .nav-link.active {
    border-bottom: 2px solid #fff;
    border-radius: 0;
    background-color: transparent;
    color: #042f4b;
    font-size: 20px;
    font-weight: 400;
    font-family: "Myriad Pro", sans-serif;
    transition: 0.3s ease;
}

.clients-logo-area {
    overflow: hidden;
}

.clients-logo-area:hover {
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.clients-logo-area img {
    transition: transform 0.3s ease;
}

.clients-logo-column {
    overflow: hidden;
    transition: 0.3s ease;
}

.clients-logo-column img {
    transition: transform 0.3s ease;
    max-height: 145px;
    display: block;
    margin: auto;
}

.nav-pills.our-clients-area .nav-link {
    color: #8D8D8D;
    font-weight: 400;
    font-size: 20px;
    font-family: "Myriad Pro", sans-serif;
}

.clients-logo-area {
    padding: 20px 50px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
}

.clients-logo-area img {
    filter: grayscale(1);
    transition: 0.3s ease;
    cursor: pointer;
}

.clients-logo-area img:hover {
    filter: grayscale(0);
    transition: all 0.3s ease-in-out;
}

.owl-carousel.clients-all {
    margin-top: 30px;
}

.owl-carousel.clients-government {
    margin-top: 30px;
}

.owl-carousel.clients-semi-governmen {
    margin-top: 30px;
}

.owl-carousel.clients-private {
    margin-top: 30px;
}

p.founder-info {
    color: rgba(255, 255, 255, 0.8);
}

.founder-image img {
    border-radius: 5px !important;
    width: 100%;
}

#sync1 .item,
#sync1 .item-video {
    height: auto;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    padding: 18px 0px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 600;
    font-family: "Myriad Pro", sans-serif;
    margin-bottom: 0px;
}

#sync2 .synced .item {
    background: #fff;
}

.owl-item.active.synced {
    position: relative;
    overflow: visible;
}

.owl-item.active.synced::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    content: url("../images/our-experience/Polygon-3.png");
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: -1;
}

.owl-item.active.synced {
    color: red !important;
}

#sync2 .owl-item .active .synced>h1 {
    color: red !important;
}

div#sync2 {
    background-color: #F0F0F0;
    border-bottom: 2px solid #fff;
    margin-top: 15px;
}

div#sync1 {
    margin-top: 40px;
}

.timeline-carousel-wrapper {
    position: relative;
}

.arrow {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    display: none;
}

.arrow::after {
    width: 30px;
    height: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: "";
    left: 0px;
    top: 0px;
}

.history-area {
    display: flex;
    padding: 0px 30px;
    margin-top: 15px;
}

.history-details {
    padding: 40px;
    text-align: left;
    width: 50%;
}

.img-history {
    width: 50%;
}

.img-history img {
    border-radius: 5px !important;
}

.history-details>h3 {
    font-size: 30px;
    font-weight: 600;
    color: #042f4b;
}

a.download-cp-button {
    padding: 15px 30px;

    color: #333;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase;
    border: 1px solid #A18E63;
    transition: background 0.5s ease;
}

a.download-cp-button:hover {
    background: #f8f8f8;
    border: 1px solid #A18E63;
}

a.download-cp-button:before {
    content: "\e911";
    padding-right: 10px;
    font-family: "icomoon";
    color: #042f4b;
    font-size: 22px;
}

button:focus {
    box-shadow: none !important;
}

.download-profile {
    float: right;
}

section.download-company-profile-area {
    background: #f8f8f8;
}

h3.section-primary-content.blue-text {
    color: #042f4b;
}

.section-title-area.our-core-values {
    text-align: center;
    margin-bottom: -85px;
}

section.our-core-values-section {
    background-color: #f8f8f8;
}

.people-section {
    text-align: right;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 30px;
}

.people-section span {
    font-size: 65px;
    color: #3172B9;
    display: block;
}

@media (max-width: 991.98px) {
    .people-section {
        height: auto;
        margin-bottom: 30px;
        border-left: 1px solid gray;
        text-align: left;
    }
}

.collaboration-section {
    text-align: left;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 30px;
}

.collaboration-section span {
    font-size: 65px;
    color: #3172B9;
    display: block;
}

@media (max-width: 991.98px) {
    .collaboration-section {
        height: auto;
        margin-bottom: 30px;
        border-right: 1px solid gray;
    }
}

.accountability-section {
    text-align: right;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 30px;
}

.accountability-section span {
    font-size: 65px;
    color: #3172B9;
    display: block;
}

@media (max-width: 991.98px) {
    .accountability-section {
        height: auto;
        margin-bottom: 30px;
        border-left: 1px solid gray;
        text-align: left;
    }
}

.excellence-section {
    text-align: center;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    padding: 30px;
    margin-top: 225px;
}

.excellence-section span {
    font-size: 65px;
    color: #3172B9;
    display: block;
}

@media (max-width: 1199.98px) {
    .excellence-section {
        margin-top: 165px;
    }
}

@media (max-width: 991.98px) {
    .excellence-section {
        border-bottom: 1px solid gray;
        text-align: left;
        margin-top: 0px;
    }
}

.tni-section {
    text-align: left;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 30px;
}

.tni-section span {
    font-size: 65px;
    color: #3172B9;
    display: block;
}

@media (max-width: 991.98px) {
    .tni-section {
        border-right: 1px solid #fff;
        text-align: left;
        margin-top: 30px;
    }
}

.core-values-columns {
    position: relative;
}

.our-core-values-image {
    position: absolute;
    margin-top: 120px;
    padding: 15px;
    max-width: 420px;
}

@media (max-width: 1399.98px) {
    .our-core-values-image {
        min-height: 130px;
    }
}

.clients-logo-column {
    padding: 15px 30px;
    border: 1px solid #dddddd;
    text-align: center;
    border-radius: 5px;
}

p.clients-name {
    margin-bottom: 0;
    margin-top: 15px;
    font-family: "Myriad Pro", sans-serif;
    font-size: 16px;
    color: #A3A3A3;
    transition: 0.3s ease;
    text-align: center;
}

.tab-content.arch-area>.active {
    border-left: none;
}

/*********meet us************/

.contact-form-area .form-control {
    border-bottom: 1px solid #B9B9B9;
    border-radius: 0;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    color: #042f4b !important;
    font-weight: 600;
    font-size: 18px;
    font-family: "Myriad Pro", sans-serif;
}

.contact-form-area input#firstname {
    width: 49%;
    float: left;
    margin-right: 1%;
    padding: 10px 0px;
}

@media (max-width: 767.98px) {
    .contact-form-area input#firstname {
        margin-right: 0%;
    }
}

.contact-form-area input#lastname {
    width: 49%;
    float: left;
    margin-left: 1%;
    padding: 10px 0px;
}

@media (max-width: 767.98px) {
    .contact-form-area input#lastname {
        margin-left: 0%;
    }
}

.contact-form-area input#emailAddress {
    width: 49%;
    float: left;
    margin-right: 1%;
    padding: 10px 0px;
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .contact-form-area input#emailAddress {
        margin-right: 0%;
    }
}

.contact-form-area input#phone {
    width: 49%;
    float: left;
    margin-left: 1%;
    padding: 10px 0px;
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .contact-form-area input#phone {
        margin-left: 0%;
    }
}

.contact-form-area input#companyname {
    width: 49%;
    float: left;
    margin-right: 1%;
    padding: 10px 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .contact-form-area input#companyname {
        margin-right: 0%;
    }
}

.contact-form-area .nice-select {
    margin-bottom: 15px !important;
}

.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: "Myriad Pro", sans-serif;
    color: #9F9F9F;
}

@media (max-width: 767.98px) {
    .nice-select {
        margin-left: 0% !important;
        width: 100% !important;
    }
}

.contact-form-area input.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #fff;
}

.contact-form-area input.form-control:focus::placeholder {
    color: transparent;
}

.contact-form-area textarea#message.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #fff;
}

.contact-form-area textarea#message.form-control:focus::placeholder {
    color: transparent;
    transition: all 0.3s ease-in-out;
}

.contact-form-area textarea#message::placeholder {
    font-weight: 100 !important;
}

.contact-form-area textarea#message {
    padding: 20px 0px;
}

.contact-form-area select.form-select::placeholder {
    font-weight: 100 !important;
}

.contact-form-area select.form-select:focus::placeholder {
    color: transparent;
}

.contact-form-area select.form-select:focus {
    box-shadow: none;
    border-bottom: 1px solid #fff;
}

.contact-form-area textarea#message.form-control::placeholder {
    color: #9F9F9F;
    font-weight: 600;
    font-size: 18px;
    font-family: "Myriad Pro", sans-serif;
}

.contact-form-area .btn-primary {
    width: 20%;
}

button.btn.btn-primary.btn-lg.blue-button {
    margin-right: 15px;
    background-color: #F57707;
    border: 1px solid #F57707;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    font-family: "Myriad Pro", sans-serif;
}

button.btn.btn-primary.btn-lg.yellow-button {
    margin-right: 15px;

    border: 1px solid #A18E63;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    font-family: "Myriad Pro", sans-serif;
    color: #333333;
}

.download-profile.reach-us-area {
    float: none !important;
    margin-top: 40px;
}

.download-profile.reach-us-area a.download-cp-button:hover:before {
    color: #042f4b;
    transition: all 0.3s ease-in-out;
}

.reachus-infos {
    padding: 30px;
    border-radius: 5px;
    margin-top: 85px;
    background: url("../images/our-experience/meet-us-icon-2.png") no-repeat center center #042f4b;
    z-index: 9999;
}

@media (max-width: 1199.98px) {
    .reachus-infos {
        margin-top: 45px;
    }
}

.address-info>h5 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 767.98px) {
    .address-info>h5 {
        font-size: 26px;
    }
}

.address-info>p {
    color: #fff;
}

.contact-info {
    margin: 20px;
    border-bottom: 1px solid rgba(237, 237, 237, 0.12);
    padding: 5px 0px 25px 0px;
}

.mail-info {
    margin: 20px;
}

.address-info p {
    padding: 15px 0px 10px 0px;
}

.address-info {
    margin: 20px;
    border-bottom: 1px solid rgba(237, 237, 237, 0.12);
}

a.email-info {
    font-size: 20px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600;
    color: #fff;
}

a.email-info:hover {
    
}

.contact-info span {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}

a.phone-number {
    color: #fff;
    font-size: 16px;
    font-family: "Myriad Pro", sans-serif;
    display: flex;
    align-items: center;
}

a.phone-number:hover {
    color: #fff;
}

a.fax-number {
    color: #fff;
    font-size: 16px;
    font-family: "Myriad Pro", sans-serif;
    display: flex;
    align-items: center;
}

a.fax-number:hover {
    color: #fff;
}

a.phone-number::before {
    content: "\e913";
    font-family: "icomoon";
    color: #fff;
    margin-right: 14px;
    font-size: 22px;
}

a.fax-number::before {
    content: "\e912";
    font-family: "icomoon";
    color: #fff;
    margin-right: 10px;
    font-size: 22px;
}

.corporate-info {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    height: 100%;
}

.corporate-info>h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}

.corporate-info>p {
    margin-top: 5px;
}

.corporate-info>h4 {
    font-size: 24px;
    color: #042f4b;
    margin-bottom: 0px;
}

.corporate-info>span a {
    color: #6F6F6F;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .corporate-info>span a {
        font-size: 16px;
    }
}

.corporate-info>span a:hover {
    color: #fff;
}

.corporate-info>span {
    color: #6F6F6F;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.corporate-info {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.corporate-info>h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .corporate-info>h5 {
        font-size: 22px;
    }
}

.corporate-info>h4 {
    font-size: 24px;
    color: #042f4b;
    margin-bottom: 0px;
}

@media (max-width: 767.98px) {
    .corporate-info>h4 {
        font-size: 22px;
    }
}

.corporate-info>p {
    color: #6F6F6F;
}

.corporate-info>a {
    display: block;
    color: #6F6F6F;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .corporate-info>a {
        font-size: 16px;
    }
}

.corporate-info a.contact-number:before {
    content: "\e913";
    font-family: "icomoon";
    color: #fff;
    margin-right: 10px;
    font-size: 22px;
}

@media (max-width: 767.98px) {
    .corporate-info a.contact-number:before {
        font-size: 20px;
    }
}

.corporate-info a.contact-mail:before {
    content: "\e914";
    font-family: "icomoon";
    color: #fff;
    margin-right: 10px;
    font-size: 17px;
}

.latest-news-box {
    transition: 0.3s ease;
}

.latest-news-box:hover {
    border: 1px solid #A18E63;
    transition: all 0.3s ease-in-out;
}

div#map {
    min-height: 600px;
}

section.google-map-container.meet-us-section {
    padding: 0;
}

figure.latest-news-box-image.cp-area {
    margin-top: 55px;
}

.owl-carousel.company-profile .owl-item img {
    width: 100%;
    border-radius: 5px;
}

#sync2 .item:hover {
    background-color: #A18E63;
    transition: all 0.3s ease-in-out;
    color: #042f4b;
}

#sync2 .item h1:hover {
    color: #042f4b;
}

h3.section-primary-content.founder-info-title {
    color: rgba(255, 255, 255, 0.8);
    padding: 15px 0px;
}

a.more-link.with-icon {
    margin-top: 15px;
}

.scope-of-services.contact-person-area>h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 15px;
}

.scope-of-services.contact-person-area>span {
    font-size: 16px;
    font-weight: 600;
    color: #042f4b;
    font-family: "Myriad Pro", sans-serif;
}

.contact-person-info {
    margin-top: 10px;
}

.contact-person-info>a {
    color: #042f4b;
    font-size: 16px;
    font-weight: 600;
    font-family: "Myriad Pro", sans-serif;
    display: block;
}

.contact-person-info a.contact-number:before {
    content: "\e913";
    font-family: "icomoon";
    margin-right: 10px;
    font-size: 20px;
}

.contact-person-info a.contact-mail:before {
    content: "\e914";
    font-family: "icomoon";
    margin-right: 10px;
}

.our-expertise-details>h5 {
    font-size: 16px;
    color: #fff;
}

.our-expertise-details>h5:before {
    content: "\e90d";
    font-family: "icomoon";
    margin-right: 10px;
    color: #fff;
}

.scope-of-services.contact-person-area {
    margin-bottom: 30px;
}

.tab-content.arch-area {
    margin-top: 30px;
}

ul.pagination {
    margin-top: 30px;
}

.section-content-left {
    padding-right: 80px;
}

.client-people>img {
    min-width: 100%;
}

.we-work-for-areaa .nav {
    z-index: 99;
    position: relative;
}

.we-work-for-areaa>.who-we-area.block {
    display: block !important;
}

.we-work-for-areaa>.who-we-area.block .nav {
    flex-direction: row !important;
}

.we-work-for-areaa>.who-we-area.block .nav-link {
    display: inline-block !important;
    width: 49%;
    text-align: center;
}

.work-for-area .tab-pane {
    border-left: solid 1px #ddd;
    padding-left: 3rem !important;
}

.nav-pills.work-for-pills .nav-link {
    font-size: 18px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600;
    color: #8D8D8D;
    margin-bottom: 15px;
    text-align: right;
    border-right: 3px solid 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;
    margin-right: -2px;
    border-radius: 0;
}

.nav-pills.work-for-pills .nav-link:hover {
    color: #042f4b;
}

.nav-pills.work-for-pills .nav-link.active {
    color: #042f4b;
    text-align: right;
    background-color: transparent;
    border-right: 3px solid #fff;
    border-radius: 0;
    margin-right: -2px;
}

@media (max-width: 767.98px) {
    .nav-pills.work-for-pills .nav-link {
        border-radius: 5px;
        border-right: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar {
        position: static !important;
    }
    .sidebar .inner-wrapper-sticky {
        position: static !important;
    }
}

.latest-news-box.news-section-part {
    margin-bottom: 30px;
    overflow: hidden;
}

.padding-none {
    padding-top: 0px;
}

.clients-logo-column:hover p {
    color: #fff;
}

.clients-partition-area>h5 .sector-title {
    color: #fff;
}

.download-profile.reach-us-area a.download-cp-button:hover {
    background: #fff !important;
    color: #333 !important;
    transition: all 0.3s ease-in-out;
}

.download-profile.reach-us-area a.download-cp-button before:hover {
    color: #333 !important;
}

.download-profile.reach-us-area a.download-cp-button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 25px 15px 25px;
    transition: 0.3s ease;
}

.download-profile.reach-us-area a.download-cp-button:before {
    color: #fff;
}

button.btn.btn-primary.btn-lg.blue-button:hover {
    background-color: transparent;
    color: #042f4b;
    transition: all 0.3s ease-in-out;
}

button.btn.btn-primary.btn-lg.yellow-button:hover {
    background: linear-gradient(to right, #fff, #fff);
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.owl-carousel.carousal-news .nav-button {
    height: 50px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 110px !important;
}

.owl-carousel.carousal-news .owl-prev {
    left: -35px;
}

.owl-carousel.carousal-news .owl-next {
    right: -35px;
}

h2.section-heading-title.custom-header {
    font-size: 30px;
    text-transform: none;
}

h3.section-primary-content.custom-sub-header {
    font-size: 20px;
    line-height: 30px;
}

img.years-background {
    max-width: 100px;
    position: absolute;
    right: 0;
    bottom: -10px;
}

a.more-link.with-icon.hover-effects-area {
    right: 15px;
    position: absolute;
    bottom: 15%;
    color: #042f4b;
}

.exp-desc p {
    color: rgba(255, 255, 255, 0.72);
    font-family: "Myriad Pro", sans-serif;
    font-size: 15px;
    padding-right: 50px;
    line-height: 24px;
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: normal;
}

h5.sector-title.mb-3 {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}

figcaption.years-of-excellence-area.company-profile-area>img {
    bottom: 8px;
}

a.play-video-buton::after {
    content: "\e900";
    color: #A18E63;
    font-family: "icomoon";
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 60px;

    line-height: 64px;
    padding: 3px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

a.play-video-buton :hover {
    color: red;
}

a.play-video-buton {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.play-video-buton:hover img {
    transform: scale(1.03);
}

a.play-video-buton img {
    transition: transform 0.5s ease;
}

section.pt-4.pb-4.latest-news-section {
    background-color: #F8F8F8;
}

.other-details-top-area.our-expertise {
    margin-bottom: 0;
}

/*********model popup*************/

h3.client-details-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.modal-projects span {
    color: #808080;
    font-family: "Myriad Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.modal-projects h4>a {
    font-size: 22px;
    font-weight: 600;
    color: #042f4b;
}

.client-details-grid {
    border-bottom: 1px solid #E3E3E3;
    transition: 0.3s ease;
    min-height: 130px;
}

.client-details-grid:hover {
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}

.modal-projects h4>a:hover {
    color: #fff;
}

.client-logo-sec {
    border: 1px solid #fff;
    border-radius: 5px;
}

h2.modal-client {
    font-size: 30px;
    font-weight: 600;
}

.modal-header .btn-close {
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    margin-right: 10px;
    margin-top: 5px;
    border: 1px solid #fff;
}

button.btn-close:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.modal-header {
    border-bottom: none;
}

.btn-close {
    background-size: 8px 8px !important;
}

.contact-form-area input::placeholder {
    color: #9f9f9f !important;
    font-weight: 100;
}

.contact-form-area input:focus::placeholder {
    color: transparent !important;
    transition: all 0.3s ease-in-out;
}

a.contact-number.mapp::before {
    content: "\e913";
    font-family: "icomoon";
    color: #fff;
    margin-right: 8px;
    font-size: 25px;
    font-weight: normal;
}

@media (max-width: 991.98px) {
    a.contact-number.mapp::before {
        font-size: 22px;
    }
}

a.contact-number.mapp {
    color: #042f4b;
    font-weight: 600;
    font-family: "Myriad Pro", sans-serif;
    display: flex;
    align-items: center;
}

a.contact-number.mapp:hover {
    color: #fff;
}

a.contact-mail.mapp::before {
    content: "\e914";
    font-family: "icomoon";
    color: #fff;
    margin-right: 10px;
    font-weight: normal;
}

a.contact-mail.mapp {
    color: #042f4b;
    font-weight: 600;
    font-family: "Myriad Pro", sans-serif;
    display: flex;
    align-items: center;
}

a.contact-mail.mapp:hover {
    color: #fff;
}

p.mapp {
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
}

@media (max-width: 575.98px) {
    p.mapp {
        font-size: 15px;
        line-height: 22px;
    }
    p.mapp br {
        display: none;
    }
}

a.map-view-location {
    color: #042f4b;
    font-weight: 600;
    font-family: "Myriad Pro", sans-serif;
    display: flex;
    align-items: center;
}

a.map-view-location:hover {
    color: #fff;
}

a.map-view-location span {
    margin-right: 12px;
    font-size: 26px;
    color: #fff;
}

@media (max-width: 991.98px) {
    a.map-view-location span {
        font-size: 22px;
    }
}

.map-extn {
    display: flex;
    align-items: center;
}

.map-extn span {
    color: #042f4b;
    font-weight: 600;
    font-family: "Myriad Pro", sans-serif;
}

@media (max-width: 575.98px) {
    .map-extn {
        display: block;
    }
    .map-extn span {
        padding-left: 30px;
    }
}

.gm-style-iw-d p {
    overflow: inherit;
}

@media (max-width: 991.98px) {
    .gm-style-iw-d p {
        margin-bottom: 14px;
    }
}

.clients-partition-area>h5 {
    color: #fff;
}

.owl-carousel.top-right-nav.testimonial-nav .owl-nav {
    top: 41px;
    right: 0px;
}

.testimonial-section {
    padding: 30px 0 60px 0;
}

h4.filter-project-text {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
}

.filter-area {
    border-bottom: 1px solid #EDEDED;
}

.tab-content.arch-area .owl-nav button.owl-prev {
    position: absolute;
    top: 50px;
    left: -50px;
}

.tab-content.arch-area .owl-nav button.owl-next {
    position: absolute;
    top: 50px;
    right: -10px;
}

p.tab-contents {
    padding: 0px 80px;
}

a.more-link.with-icon.white-text.eng-page {
    font-size: 30px;
    text-transform: none;
}

.clients-logo-column:hover>p {
    transition: all 0.3s ease-in-out;
}

p.clients-name {
    line-height: 22px;
}

p {
    line-height: 24px;
}

span.more-link.with-icon.white-text.arch-page {
    font-size: 24px;
    text-transform: none;
    width: 100%;
}

.newsletter-fields .form-control {
    padding-left: 0px;
}

.owl-carousel.top-right-nav.related-projects .owl-nav {
    top: -52px;
}

h5.core-values-title {
    font-weight: 600;
    display: inline-block;
    clear: both;
}

img.vision-image {
    width: 100%;
    border-radius: 5px !important;
}

.top-right-nav.owl-carousel.carousal-news2 .owl-nav {
    top: -50px;
}

a.link-news>h3:hover {
    color: #fff;
}

.navik-menu li>ul ul {
    top: 0px;
    left: 100%;
}

ul.contact-details.footer-address li.location-item {
    font-weight: 400 !important;
}

ul.contact-details.footer-address li.map-item {
    font-weight: 400 !important;
}

ul.contact-details.footer-social li {
    font-weight: 400 !important;
}

main {
    overflow: hidden;
}

.navik-menu ul ul li>a::before {
    display: none;
}

span.toggle-sub-2 .icon-angle-double-right:before {
    display: none;
}

/*********************************/

@media only screen and (min-width: 1400px) {
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 1399px) {
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 1199px) {
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 1140px;
    }
}

@media only screen and (max-width: 991px) {
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 960px;
    }
    .client-logo-sec {
        text-align: center;
    }
    nav.navbar.navbar-expand-lg>ul>li .sub-menu>li.with-sub-2 a::before {
        display: none;
    }
    ul.sub-menu.sec-level {
        padding-left: 40px;
    }
    span.toggle-sub-2 {
        padding-right: 4px;
    }
    span.toggle-sub-2 .icon-angle-double-right:before {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 720px;
    }
}

@media only screen and (max-width: 575px) {
    .modal-dialog.modal-dialog-centered.clients-model-area.modal-dialog {
        max-width: 540px;
    }
    .primay-news-testimonial-area {
        padding: 30px 22px;
    }
}

@media only screen and (max-width: 1399px) {
    .history-details {
        padding: 25px;
    }
    .our-core-values-image {
        position: absolute;
        padding: 15px;
        max-width: 360px;
    }
    .section-title-area.our-core-values {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    h3.section-primary-content.founder-info-title {
        padding: 5px 0px;
    }
    .history-details {
        padding: 0px 40px;
    }
    a.download-cp-button {
        padding: 10px 15px;
        background: linear-gradient(to right, #DAC699, #BE9C47);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        color: #333;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 600;
        font-family: "Myriad Pro", sans-serif;
        text-transform: uppercase;
    }
    .history-details>h3 {
        font-size: 23px;
    }
    .history-details>p {
        font-size: 15px;
        line-height: 25px;
    }
    h3.section-primary-content.inside-pages {
        font-size: 25px;
    }
    .reachus-infos {
        padding: 10px;
    }
    .company-profile-details>a {
        padding: 15px 15px;
        font-size: 16px;
    }
    .our-core-values-image {
        position: absolute;
        margin-top: 140px;
        padding: 15px;
        max-width: 300px;
    }
    .owl-carousel.top-right-nav.testimonial-nav .owl-nav {
        top: 5px;
    }
    .tab-content.arch-area .owl-nav button.owl-next {
        top: 30px;
    }
    .tab-content.arch-area .owl-nav button.owl-prev {
        top: 30px;
    }
    span.more-link.with-icon.white-text.arch-page {
        font-size: 18px;
    }
    h4.exp-big-title {
        padding-right: 25px;
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 991px) {
    figure.latest-news-box-image.cp-area {
        margin-top: 30px;
    }
    .history-area {
        display: block;
        padding: 0px;
    }
    .img-history {
        width: 100%;
    }
    .history-details {
        width: 100%;
        margin-top: 30px;
        padding: 0px;
    }
    a.download-cp-button {
        font-size: 13px;
        padding: 10px 10px;
    }
    a.download-cp-button:before {
        font-size: 18px;
    }
    h3.section-primary-content.inside-pages {
        font-size: 26px;
    }
    figcaption.date-of-post-news {
        margin-top: -13px;
        padding: 3px 10px;
    }
    .scope-of-services.contact-person-area {
        margin-top: 30px;
    }
    .section-content-left {
        padding-right: 0px;
    }
    figcaption.years-of-excellence-area.company-profile-area>img {
        bottom: 7px;
    }
    .our-core-values-image {
        position: relative;
        margin-top: 0px;
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }
    .accountability-section>h5,
    .collaboration-section>h5,
    .excellence-section>h5,
    .tni-section>h5 {
        margin-top: 15px;
    }
    .tab-content.arch-area .owl-nav button.owl-next {
        top: 60px;
    }
    .tab-content.arch-area .owl-nav button.owl-prev {
        top: 60px;
    }
    .fake-select .fk-label .fk-toggle {
        margin-top: 0px;
    }
    .col.float-start.mobile-view.tab-view {
        margin-top: 10px;
    }
    .collaboration-section {
        min-height: 30px;
    }
    .fake-select ul {
        top: calc(100% - 1px);
        top: -webkit-calc(100% - 1px);
        top: -moz-calc(100% - 1px);
    }
    .filter-area {
        border-bottom: none;
    }
    .owl-carousel.top-right-nav.testimonial-nav .owl-nav {
        right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    h3.section-primary-content.inside-pages {
        font-size: 22px;
        line-height: 30px;
    }
    span.news-post-date {
        float: left;
    }
    section.download-company-profile-area .download-profile {
        float: none;
        margin-top: 30px;
    }
    .founder-image {
        max-width: 100%;
    }
    h3.section-primary-content.founder-info-title {
        padding: 25px 0px 15px 0px;
    }
    .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%;
    }
    .contact-form-area input#firstname,
    .contact-form-area input#lastname {
        margin-top: 15px;
    }
    .contact-form-area .btn-primary,
    button.btn.btn-primary.btn-lg.yellow-button {
        width: 50%;
    }
    .meet-us-button {
        display: flex;
    }
    a.phone-number {
        font-size: 15px;
    }
    a.fax-number {
        font-size: 15px;
    }
    a.email-info {
        font-size: 18px;
    }
    figcaption.years-of-excellence-area.company-profile-area>img {
        bottom: 6px;
    }
    a.play-video-buton::after {
        top: 50%;
    }
    .our-core-values-image {
        position: relative;
    }
    p.tab-contents {
        padding: 0px 30px;
    }
    .tab-content.arch-area .owl-nav button.owl-next {
        top: 40px;
    }
    .tab-content.arch-area .owl-nav button.owl-prev {
        top: 40px;
    }
    .nav-pills.work-for-pills .nav-link {
        background: transparent;
        color: #333333;
        text-align: center;
        border: 1px solid #A18E63;
    }
    .col.float-start.mobile-view {
        float: none !important;
        margin-top: 20px;
        width: 100%;
    }
    .fake-select {
        padding: 10px 15px;
    }
    .fake-select .fk-label .fk-toggle {
        margin-top: 0px;
    }
    .fake-select ul {
        min-width: 100%;
    }
    .clients-logo-column {
        min-height: auto;
    }
    .work-for-area {
        border-left: none;
    }
    .work-for-area .tab-pane {
        border-left: none;
        padding-left: 0 !important;
    }
    .nav-pills.work-for-pills .nav-link.active {
        color: #333333;
        text-align: center;
        border-radius: 5px;
    
        border-right: none;
    }
    .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;
    }
    h2.section-heading-title.photo-video-title {
        color: #F57707;
        line-height: 40px;
    }
    blockquote::before {
        display: none;
    }
    .top-right-nav.owl-carousel.carousal-news2 .owl-nav {
        top: -35px;
    }
}

@media only screen and (max-width: 478px) {
    .breadcrumb .breadcrumb-links {
        padding: 15px 0px;
    }
    .breadcrumb a {
        margin: 0;
    }
}

@media only screen and (max-width: 370px) {
    .we-work-for-areaa>.who-we-area.block .nav-link {
        text-align: left;
    }
    .nav-pills.work-for-pills .nav-link {
        padding: 10px 15px;
    }
}

/***********profile-slider-navigtion*************/

#sync2 .owl-prev {
    position: absolute;
    top: 16px;
    left: 6px;
    display: block !important;
    border: 0px solid black;
}

#sync2 .owl-next {
    position: absolute;
    top: 16px;
    right: 45px;
    display: block !important;
    border: 0px solid black;
}

button.owl-next.disabled {
    opacity: 0;
}

button.owl-prev.disabled {
    opacity: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #dar-header .header-right #main-menu ul.sub-menu>li>a {
        font-size: 12px !important;
    }
}

.history-section .history-carousel {
    position: relative;
}

.history-section .carousel-outer {
    position: relative;
}

.history-section .carousel-outer .thumbs-outer {
    position: relative;
    overflow: hidden;
    background-color: #F0F0F0;
    border-bottom: 2px solid #fff;
}

.history-section .carousel-outer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 32px;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
}

.history-section .history-carousel .thumbs-carousel {
    position: static;
    max-width: 180px;
    margin: 0 auto;
}

@media (max-width: 575.98px) {
    .history-section .history-carousel .thumbs-carousel {
        max-width: 100px;
    }
}

.history-section .history-carousel .thumbs-carousel .owl-stage-outer {
    overflow: visible;
}

.history-section .history-carousel .thumbs-carousel .owl-item.active li {
    position: relative;
    color: #042f4b;

}

.history-section .history-carousel .thumbs-carousel .owl-item.active li:before {
    display: none;
}

.history-section .history-carousel .thumbs-carousel li {
    position: relative;
    color: #7C7C7C;
    font-size: 20px;
    cursor: pointer;
    line-height: 1.4em;
    text-align: center;
    padding: 15px 20px;
    display: inline-block;
    background-color: transparent;
    -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;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .history-section .history-carousel .thumbs-carousel li {
        font-size: 18px;
    }
}

.history-section .history-carousel .thumbs-carousel .owl-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 22px;
    color: #c4c4c4;
    font-weight: 700;
    width: 40px;
    display: inline-block;
    background-color: #f0f0f0;
    -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;
    margin: 5px 0;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    right: 0px;
    left: auto;
    width: 40px;
    font-size: 22px;
    color: #c4c4c4;
    font-weight: 700;
    display: inline-block;
    background-color: #f0f0f0;
    -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;
    margin: 5px 0;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev:hover,
.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next:hover {
    color: #cda452;
}

.history-section .carousel-outer .content-slide {
    position: relative;
    padding-top: 15px;
}

.history-section .carousel-outer .content-slide .content-inner {
    position: relative;
    text-align: left;
    padding: 0 20px 0;
}

.history-section .carousel-outer .content-slide .content-inner h3 {
    position: relative;
    color: #042f4b;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 5px;
}

@media (max-width: 767.98px) {
    .history-section .carousel-outer .content-slide .content-inner h3 {
        font-size: 24px;
    }
}

.history-section .carousel-outer .content-slide .content-inner .date {
    position: relative;
    color: #f55b14;
    font-size: 16px;
    margin-bottom: 20px;
}

.history-section .carousel-outer .content-slide .content-inner .text {
    position: relative;
    color: #231f20;
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    max-width: 980px;
}

.history-section .carousel-outer .content-carousel .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
}

.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-
    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);
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    width: 42px;
    height: 42px;
    color: #f55b14;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    background-
    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);
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-next:hover,
.history-section .carousel-outer .content-carousel .owl-nav .owl-prev:hover {
    
    background-color: #f55b14;
}

.history-carousel .logo-wrapper {
    background: #f5f5f5;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    padding: 40px 15px;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms 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);
}

.history-section .single-content:hover .logo-wrapper {
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .history-carousel .logo-wrapper {
        padding: 15px 15px;
    }
}

#noga_slider_wrapper .slider-button.btn1 {
    border: 1px solid #A18E63;
}

.tp-caption.slider-button.btn1.rev-btn.tp-withaction.rs-hover-ready a {
    color: rgb(51, 51, 51);
    padding: 5px 25px;
    font-weight: normal;
    font-size: 20px;
}

.tp-caption.slider-button.btn1.rev-btn.tp-withaction.rs-hover-ready a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

.tp-caption.slider-button.btn3.rev-btn.tp-withaction.rs-hover-ready {
    color: #fff !important;
    padding: 5px 25px !important;
    font-weight: normal !important;
    font-size: 20px !important;
    border: 1px solid #A18E63 !important;
    border-radius: 5px;
}

.tp-caption.slider-button.btn3.rev-btn.tp-withaction.rs-hover-ready:hover {
    color: rgb(51, 51, 51) !important;
    background: linear-gradient(to right, #CEC2A9, #A18E63) !important;
    border: 1px solid #A18E63 !important;
}

.tp-caption.slider-button.btn2.rev-btn.tp-withaction.rs-hover-ready a {
    color: #fff;
}

.tp-caption.slider-button.btn2.rev-btn.tp-withaction.rs-hover-ready a:hover {
    color: rgb(51, 51, 51);
}

.tp-caption.slider-title p {
    font-size: 54px !important;
    font-weight: 600 !important;
    line-height: 60px !important;
    

    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .tp-caption.slider-title p {
        font-size: 44px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 575.98px) {
    .tp-caption.slider-title p {
        font-size: 34px !important;
        line-height: 44px !important;
    }
}

@media (max-width: 480px) {
    .tp-caption.slider-title p {
        font-size: 28px !important;
        line-height: 36px !important;
    }
}

.tp-caption.slider-title p span {
    font-size: 54px !important;
    font-weight: 600 !important;
    line-height: 60px !important;
    color: #fff;
    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase;

}

@media (max-width: 767.98px) {
    .tp-caption.slider-title p span {
        font-size: 44px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 575.98px) {
    .tp-caption.slider-title p span {
        font-size: 34px !important;
        line-height: 44px !important;
    }
}

@media (max-width: 480px) {
    .tp-caption.slider-title p span {
        font-size: 28px !important;
        line-height: 36px !important;
    }
}

.primay-news-image-area img {
    border-radius: 5px;
}

.main-news-section p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/***************Our People**************/

.blue-prup-gradient {
    background: rgb(44, 52, 105);
    background: -moz-linear-gradient(180deg, rgba(44, 52, 105, 0) 0%, rgba(44, 52, 105, 0.6895133053) 100%);
    background: -webkit-linear-gradient(180deg, rgba(44, 52, 105, 0) 0%, rgba(44, 52, 105, 0.6895133053) 100%);
    background: linear-gradient(180deg, rgba(44, 52, 105, 0) 0%, rgba(44, 52, 105, 0.6895133053) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#042f4b", endColorstr="#042f4b", GradientType=1);
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.our-people-members-section h3.section-primary-content {
    font-size: 24px;
    font-weight: 600;
    color: #767676;
    padding: 0px 0px 15px 0px;
    line-height: 32px;
}

.our-people-members-section .member-wrapper {
    position: relative;
    overflow: hidden;
}

.our-people-members-section .member-wrapper: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;
}

.our-people-members-section .member-wrapper:after {
    content: "\e902";
    font-family: "icomoon" !important;
    position: absolute;
    color: #042f4b;
    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;
}

.our-people-members-section .member-wrapper:hover:before {
    opacity: 1;
}

.our-people-members-section .member-wrapper:hover:after {
    opacity: 1;
}

.our-people-members-section .member-wrapper:hover a>img {
    transform: scale(1.05);
}

.our-people-members-section .member-wrapper .members-column {
    position: relative;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
    background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dddddd", GradientType=1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 0px 0px 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;
    display: block;
    z-index: 1;
}

.our-people-members-section .member-wrapper .members-column:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F57707;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    z-index: -1;
}

.our-people-members-section .member-wrapper .members-column:hover:before {
    opacity: 1;
}

.our-people-members-section .member-wrapper .members-column a {
    width: 100%;
    height: 100%;
}

.our-people-members-section .member-wrapper .members-column a img {
    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;
}

.our-people-members-section .member-wrapper .members-column a .op-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 11;
    width: 70%;
}

.our-people-members-section .member-wrapper .members-column a .op-title span {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    font-family: "Myriad Pro", sans-serif;
}

.our-people-members-section .member-wrapper .members-column a .op-title h3 {
    position: relative;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    font-family: "Myriad Pro", sans-serif;
}

@media (max-width: 1199.98px) {
    .our-people-members-section .member-wrapper .members-column a .op-title h3 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 575.98px) {
    .our-people-members-section .member-wrapper .members-column a .op-title h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

.modal {
    background-color: rgba(44, 52, 105, 0.9);
}

.op-members-content-area h3 {
    font-size: 30px;
    color: #042f4b;
    line-height: 38px;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .op-members-content-area h3 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 991.98px) {
    .op-members-content-area h3 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media (max-width: 767.98px) {
    .op-members-content-area h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 575.98px) {
    .op-members-content-area h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

.op-members-content-area h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .op-members-content-area h5 {
        font-size: 18px;
    }
}

@media (max-width: 1199.98px) {
    .op-members-content-area h5 {
        font-size: 16px;
    }
}

.op-members-content-area ul {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.op-members-content-area ul li {
    color: #333333;
    font-weight: 400;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding-left: 20px;
    margin-bottom: 8px;
}

.op-members-content-area ul li:before {
    content: "\e91b";
    font-family: "icomoon";
    color: #fff;
    padding-right: 15px;
    font-size: 8px;
    position: absolute;
    left: 0;
    opacity: 0.8;
}

@media (max-width: 1399.98px) {
    .op-members-content-area ul li {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {
    .op-members-content-area ul li {
        font-size: 15px;
    }
}

.op-members-content-area ol {
    margin-bottom: 20px;
    position: relative;
    list-style-type: decimal !important;
    margin-left: 17px;
}

.op-members-content-area ol li {
    color: #333333;
    font-weight: 400;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding-left: 6px;
    margin-bottom: 8px;
}

.op-members-content-area ol li::marker {
    color: #fff;
}

@media (max-width: 1399.98px) {
    .op-members-content-area ol li {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {
    .op-members-content-area ol li {
        font-size: 15px;
    }
}

.op-members-content-area .sector-title-board {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .op-members-content-area .sector-title-board {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .op-members-image-area {
        margin-bottom: 30px;
    }
}

.our-people-members-title p {
    font-size: 24px;
    font-weight: 600;
    color: #767676;
    padding: 0px 0px 15px 0px;
    line-height: 32px;
    font-family: "Myriad Pro", sans-serif;
}

@media (max-width: 1199.98px) {
    .our-people-members-title p {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 991.98px) {
    .our-people-members-title p {
        font-size: 18px;
        line-height: 26px;
    }
}

/******************health&safety**********/

.health-safety-section .health-safety-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #767676;
    font-family: "Myriad Pro", sans-serif;
}

@media (max-width: 991.98px) {
    .health-safety-section .health-safety-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 767.98px) {
    .health-safety-section .health-safety-title h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 575.98px) {
    .health-safety-section .health-safety-title h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

/**************awards****************/

.awards-achievements-sectoion {
    padding: 60px 0px;
}

.awards-achievements-sectoion .awards-image-coloumns {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(44, 52, 105, 0.9);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.9);
    overflow: hidden;
}

.awards-achievements-sectoion .awards-image-coloumns:hover a {
    transform: scale(1.05);
}

.awards-achievements-sectoion .awards-image-coloumns a {
    width: 100%;
}

.awards-achievements-sectoion .awards-image-coloumns a:hover:after {
    opacity: 1;
}

.awards-achievements-sectoion .awards-image-coloumns a:hover:before {
    opacity: 1;
}

.awards-achievements-sectoion .awards-image-coloumns a:hover .blue-hover-effect {
    opacity: 1;
}

.awards-achievements-sectoion .awards-image-coloumns a:after {
    content: "\e915";
    font-family: "icomoon";
    left: 50%;
    bottom: 46%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 24px;
    z-index: 1;
    opacity: 0;
    color: #042f4b;
    -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: 1399.98px) {
    .awards-achievements-sectoion .awards-image-coloumns a:after {
        bottom: 42%;
    }
}

@media (max-width: 1199.98px) {
    .awards-achievements-sectoion .awards-image-coloumns a:after {
        bottom: 39%;
    }
}

@media (max-width: 767.98px) {
    .awards-achievements-sectoion .awards-image-coloumns a:after {
        bottom: 44%;
    }
}

.awards-achievements-sectoion .awards-image-coloumns a:before {
    width: 70px;
    height: 70px;
    background-color: #fff;
    content: "";
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: 50%;
    bottom: 34%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
    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: 1399.98px) {
    .awards-achievements-sectoion .awards-image-coloumns a:before {
        bottom: 28%;
    }
}

@media (max-width: 1199.98px) {
    .awards-achievements-sectoion .awards-image-coloumns a:before {
        bottom: 22%;
    }
}

@media (max-width: 991.98px) {
    .awards-achievements-sectoion .awards-image-coloumns a:before {
        bottom: 26%;
    }
}

@media (max-width: 767.98px) {
    .awards-achievements-sectoion .awards-image-coloumns a:before {
        bottom: 36%;
    }
}

.awards-achievements-sectoion .awards-image-coloumns a img {
    width: 100%;
}

.awards-achievements-sectoion .blue-hover-effect {
    background-color: rgba(44, 52, 105, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    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;
    opacity: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/****************error page************/

section.error-page-section {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.logo-center {
    max-width: 300px;
}

@media (max-width: 575.98px) {
    img.logo-center {
        max-width: 220px;
    }
}

.error-page-not-found {
    position: absolute;
    left: -380px;
    top: 60px;
    height: 90vh;
}

@media (max-width: 575.98px) {
    .error-page-not-found {
        left: -420px;
        top: 240px;
        height: 50vh;
    }
}

@media (max-width: 767.98px) {
    .item.core-values-slider .details {
        padding: 90px 30px 80px 30px;
    }
}

@media (max-width: 575.98px) {
    .item.core-values-slider .details {
        padding: 75px 15px;
    }
}

.our-core-values-wrapper {
    position: relative;
}

.our-core-values-wrapper h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    z-index: 11;
    left: 50px;
    top: 30px;
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .our-core-values-wrapper h4 {
        left: 30px;
    }
}

@media (max-width: 575.98px) {
    .our-core-values-wrapper h4 {
        left: 20px;
    }
}

.years {
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .years {
        margin-bottom: 0px;
    }
}

@media (max-width: 991.98px) {
    .years {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .years {
        margin-bottom: 20px;
    }
}

.heading-news-image img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.link-news {
    display: block;
}

.news-wrapper-link img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 250px;
    width: 100%;
    object-position: top;
    -o-object-position: top;
}

.news-wrapper-link {
    width: 100%;
}

.page-link:focus {
    box-shadow: none;
    background-color: transparent;
}

p#pmsg {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.forcefullwidth_wrapper_tp_banner {
    height: 100vh !important;
    overflow: hidden;
}

.main-content-wrapper {
    position: relative;
    overflow: hidden;
}

.search-result {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

.search-result h4 a {
    color: #042f4b;
    font-size: 22px;
}

@media (max-width: 767.98px) {
    .search-result h4 a {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .search-result h4 a {
        font-size: 18px;
    }
}

.search-result h4 a:hover {
    color: #fff;
}

.search-result p {
    margin-bottom: 0px;
}

.search-info {
    color: #fff;
}

body.modal-open {
    overflow: hidden;
}

.search-field .form-control {
    padding: 15px;
}

.search-field .search-results-icon {
    top: 15px;
    right: 12px;
    position: absolute;
}

.search-field .search-results-icon button {
    position: relative;
}

@media (max-width: 991.98px) {
    .search-field .search-results-icon button span:before {
        font-size: 18px !important;
    }
}

.awards-achievements-sectoion h3 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin: 0;
}

.awards-achievements-sectoion .awards-new-coloumns {
    height: 100%;
}

@media (max-width: 767.98px) {
    .awards-achievements-sectoion .awards-new-coloumns {
        height: auto;
        margin: 10px 0;
    }
}

.awards-achievements-sectoion .awards-new-coloumns a {
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .awards-achievements-sectoion .awards-new-coloumns a {
        padding: 25px 0;
    }
}

.awards-achievements-sectoion .awards-new-coloumns a:hover {
    background: rgba(49, 114, 185, 0.1);
}

.awards-achievements-sectoion .awards-new-coloumns a:hover::after {
    opacity: 1;
}

.awards-achievements-sectoion .awards-new-coloumns a:hover::before {
    opacity: 1;
    right: -1px;
}

.awards-achievements-sectoion .awards-new-coloumns a img {
    height: auto;
    max-height: 90%;
    width: auto;
    max-width: 90%;
}

@media (max-width: 1199.98px) {
    .awards-achievements-sectoion .awards-new-coloumns a img {
        max-width: 70%;
        max-height: 70%;
    }
}

@media (max-width: 575.98px) {
    .awards-achievements-sectoion .awards-new-coloumns a img {
        max-width: 50%;
        max-height: 50%;
    }
}

.awards-achievements-sectoion .awards-new-coloumns a::after {
    content: "\e902";
    font-family: "icomoon" !important;
    position: absolute;
    color: #042f4b;
    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;
}

.awards-achievements-sectoion .awards-new-coloumns a::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 75px;
    right: -101px;
    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;
}

.awards-achievements-sectoion .awards-achievements-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991.98px) {
    .awards-achievements-sectoion .awards-achievements-head {
        display: block;
    }
}

.awards-achievements-sectoion .awards-achievements-head h4 {
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .awards-achievements-sectoion .awards-achievements-head h4 {
        margin: 0 0 15px;
        font-size: 25px;
        line-height: 32px;
    }
}

@media (max-width: 575.98px) {
    .awards-achievements-sectoion .awards-achievements-head h4 {
        margin: 0 0 15px;
        font-size: 20px;
        line-height: 27px;
    }
}

.awards-achievements-sectoion .awards-achievements-head a.more-link.with-icon-before {
    margin: 0;
}

.awards-achievements-sectoion .awards-achievements-content {
    margin: 20px 0;
}

.awards-achievements-sectoion .awards-achievements-content img {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    line-height: 0;
    margin: 0 0 30px;
}

.awards-achievements-sectoion .awards-achievements-content h5 {
    font-weight: normal;
}

.vid-cont {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 20px 0;
    padding: 0;
    background: #F57707;
    line-height: 0;
    border-radius: 5px;
}

.vid-cont .vid-cont-img a.play-video-buton {
    border-radius: 0px;
    position: relative;
    background: #000;
    width: 100%;
    height: 100%;
}

.vid-cont .vid-cont-img a.play-video-buton img {
    opacity: 0.7;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vid-cont .testimonial-quotes {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vid-cont .testimonial-quotes blockquote {
    max-width: 70%;
    color: #fff;
    margin: 30px 0;
}

@media (max-width: 1199.98px) {
    .vid-cont .testimonial-quotes blockquote {
        max-width: 80%;
    }
}

@media (max-width: 991.98px) {
    .vid-cont .testimonial-quotes blockquote {
        max-width: 80%;
    }
}

@media (max-width: 767.98px) {
    .vid-cont .testimonial-quotes blockquote {
        max-width: 90%;
    }
}

.vid-cont .testimonial-quotes blockquote::before {
    content: url("../images/content-images/quote-1.png");
}

.vid-cont .testimonial-quotes blockquote h3.section-primary-content {
    color: #fff;
    padding: 0px 0px 7px 0px;
}

@media (max-width: 991.98px) {
    .vid-cont .testimonial-quotes blockquote h3.section-primary-content {
        font-size: 18px;
        line-height: 25px;
    }
}

.vid-cont .testimonial-quotes blockquote h4.testimonial-person {
    color: #fff;
    font-size: 18px;
}

@media (max-width: 991.98px) {
    .vid-cont .testimonial-quotes blockquote h4.testimonial-person {
        font-size: 15px;
        line-height: 20px;
    }
}

.vid-cont .testimonial-quotes blockquote h4.testimonial-desig {
    color: #fff;
}

.play-video-buton.no-ico::after {
    content: none;
}

.play-video-buton.no-ico img {
    opacity: 1 !important;
}

.general-template-sec h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0px 0 15px;
    font-weight: bold;
    color: #F57707;
}

@media (max-width: 991.98px) {
    .general-template-sec h2 {
        font-size: 23px;
        line-height: 30px;
    }
}

.general-template-sec .top-right-nav {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.general-template-sec .top-right-nav .item {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.general-template-sec .top-right-nav .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 49, 85);
    background: -moz-linear-gradient(180deg, rgba(0, 49, 85, 0) 0%, rgb(0, 49, 85) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 49, 85, 0) 0%, rgb(0, 49, 85) 100%);
    background: linear-gradient(180deg, rgba(0, 49, 85, 0) 0%, rgb(0, 49, 85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003155", endColorstr="#003155", GradientType=1);
    opacity: 0.1;
}

.testimonial-quality {
    position: relative;
}

.testimonial-quality.parallax-area {
    padding: 60px 0;
}

.testimonial-quality::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(6, 72, 115, 0.8);
    top: 0;
    left: 0;
}

.testimonial-quality .testimonial-quality-lt {
    z-index: 1;
    position: relative;
}

.testimonial-quality .testimonial-quality-lt h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .testimonial-quality .testimonial-quality-lt h3 {
        font-size: 25px;
        line-height: 33px;
    }
}

.testimonial-quality .testimonial-quality-lt p {
    color: #fff;
}

.testimonial-quality .testimonial-quality-rt {
    z-index: 1;
    position: relative;
}

.testimonial-quality .testimonial-quality-rt .testimonial-quality-col {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.testimonial-quality .testimonial-quality-rt .testimonial-quality-col img {
    max-width: 65%;
    width: auto;
    height: auto;
    max-height: 90%;
}

.testimonial-quality .row {
    align-items: center;
}

.peopleculture-sectoion {
    background: #F8F8F8;
}

.peopleculture-sectoion .peopleculture-carousel .item {
    position: relative;
    overflow: hidden;
    background: #EFEFEF;
    padding: 10px;
    line-height: 0;
}

.peopleculture-sectoion .peopleculture-carousel .item a {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
}

.peopleculture-sectoion .peopleculture-carousel .item a img {
    border-radius: 5px;
}

.peopleculture-sectoion .peopleculture-carousel .item a:hover::after {
    opacity: 1;
}

.peopleculture-sectoion .peopleculture-carousel .item a:hover::before {
    opacity: 0.9;
}

.peopleculture-sectoion .peopleculture-carousel .item a::after {
    content: "\e915";
    font-family: "icomoon";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    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;
}

.peopleculture-sectoion .peopleculture-carousel .item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #F57707;
    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;
}

.peopleculture-sectoion .peopleculture-carousel .owl-nav {
    display: none;
}

.header-wrapper .container {
    position: relative;
}

.header-wrapper .container .topsearchcss {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 100%;
    height: 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;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
}

.header-wrapper .container .topsearchcss.opened {
    height: 80px;
}

@media (max-width: 767.98px) {
    .header-wrapper .container .topsearchcss.opened {
        height: 60px;
    }
}

.header-wrapper .container .topsearchcss form {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.header-wrapper .container .topsearchcss form input {
    width: 100%;
    font-size: 32px;
    font-weight: normal;
    padding: 10px 70px 10px 25px;
    height: 80px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0);
    background: none;
}

@media (max-width: 1199.98px) {
    .header-wrapper .container .topsearchcss form input {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .header-wrapper .container .topsearchcss form input {
        height: 60px;
        font-size: 20px;
    }
}

.header-wrapper .container .topsearchcss form button.search-btn01 {
    position: absolute;
    top: 4px;
    right: 0;
    height: 100%;
    width: 70px;
}

.header-wrapper .container .topsearchcss form button.search-btn01 span.icon-search-icon {
    font-size: 27px;
    color: #F57707;
    -webkit-text-fill-color: inherit;
    background: none;
}

@media (max-width: 767.98px) {
    .header-wrapper .container .topsearchcss form button.search-btn01 span.icon-search-icon {
        font-size: 20px !important;
    }
}

@media (max-width: 991.98px) {
    .header-wrapper .container .topsearchcss form button.search-btn01 {
        top: 1px;
    }
}

.search-icon {
    cursor: pointer;
    width: 30px;
    text-align: center;
    padding: 0 !important;
}

.search-icon.inactive {
    visibility: hidden;
    opacity: 0;
    display: none !important;
}

.search-icon.active {
    visibility: visible;
    opacity: 1;
    display: block;
}

.close-icon {
    cursor: pointer;
    width: 30px;
    text-align: center;
    padding: 0 !important;
}

.close-icon.active {
    visibility: visible;
    opacity: 1;
    display: block;
}

.close-icon.inactive {
    visibility: hidden;
    opacity: 0;
    display: none !important;
}

ul.contact-details li.map-item a {
    
}

ul.contact-details li.map-item a:hover {
    color: black;
}

.growthandstregth-sec {
    position: relative;
    overflow: hidden;
}

.growthandstregth-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
}

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

.growthandstregth-sec .container .item.growthandstregth-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 15px 0 0;
}

.growthandstregth-sec .container .item.growthandstregth-item .growthandstregth-icons {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.growthandstregth-sec .container .item.growthandstregth-item .growthandstregth-icons img {
    max-height: 60px;
    width: auto !important;
    max-width: 100px;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .growthandstregth-sec .container .item.growthandstregth-item .growthandstregth-icons img {
        max-height: 50px;
    }
}

.growthandstregth-sec .container .item.growthandstregth-item span.growthandstregth-ico {
    font-size: 55px;
}

@media (max-width: 480px) {
    .growthandstregth-sec .container .item.growthandstregth-item span.growthandstregth-ico {
        font-size: 40px;
    }
}

.growthandstregth-sec .container .item.growthandstregth-item .opendata-count-nu {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0 5px;
}

.growthandstregth-sec .container .item.growthandstregth-item .opendata-count-nu .opendata-count-nu-in {
    font-size: 70px;
    line-height: 60px;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .growthandstregth-sec .container .item.growthandstregth-item .opendata-count-nu .opendata-count-nu-in {
        font-size: 55px;
        line-height: 50px;
    }
}

@media (max-width: 991.98px) {
    .growthandstregth-sec .container .item.growthandstregth-item .opendata-count-nu .opendata-count-nu-in {
        font-size: 45px;
        line-height: 45px;
    }
}

.growthandstregth-sec .container .item.growthandstregth-item .opendata-count-nu .opendata-count-text {
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .growthandstregth-sec .container .item.growthandstregth-item .opendata-count-nu .opendata-count-text {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 991.98px) {
    .growthandstregth-sec .container .item.growthandstregth-item .opendata-count-nu .opendata-count-text {
        font-size: 42px;
        line-height: 45px;
    }
}

.growthandstregth-sec .container .item.growthandstregth-item .opendata-count-nu .opendata-count-sign {
    font-size: 65px;
    line-height: 70px;
    top: -6px;
    position: relative;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .growthandstregth-sec .container .item.growthandstregth-item .opendata-count-nu .opendata-count-sign {
        font-size: 50px;
        line-height: 55px;
        top: -4px;
    }
}

@media (max-width: 991.98px) {
    .growthandstregth-sec .container .item.growthandstregth-item .opendata-count-nu .opendata-count-sign {
        font-size: 40px;
        line-height: 45px;
    }
}

.growthandstregth-sec .container .item.growthandstregth-item p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    opacity: 0.85;
}

#dar-header .header-right #main-menu ul.sub-menu li a span.toggle-sub-2 {
    position: absolute;
    right: 15px;
}

.modal-body p.founder-info {
    color: #333333;
}

.integrityimg1 {
    max-width: 65px;
    display: block;
}

.bor-radi img {
    border-radius: 5px;
}

.project-filter-empty {
    padding: 150px 0;
}

/***************************************************
  Hero Banner Starts
****************************************************/

.swiper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.hero-banner-sec {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 750px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F57707;
}

@media (max-width: 991.98px) {
    .hero-banner-sec {
        min-height: 670px;
    }
}

@media (max-width: 767.98px) {
    .hero-banner-sec {
        min-height: 725px;
    }
}

@media (max-width: 575.98px) {
    .hero-banner-sec {
        min-height: 725px;
    }
}

@media (max-width: 480px) {
    .hero-banner-sec {
        min-height: 650px;
        height: 94vh;
    }
}

@media (max-width: 388.98px) {
    .hero-banner-sec {
        min-height: 670px;
    }
}

.hero-banner-sec .hero-slider {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.hero-banner-sec .hero-slider .herobanner-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F57707;
}

.hero-banner-sec .hero-slider .herobanner-img:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1199.98px) {
    .hero-banner-sec .hero-slider .herobanner-img:after {
        background-image: inherit;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.hero-banner-sec .hero-slider .herobanner-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.hero-banner-sec .hero-slider .herobanner-img-in {
    height: 100%;
    width: 100%;
}

.hero-banner-sec .hero-slider .herobanner-img-in img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.hero-banner-sec .hero-slider .herobanner-top .container {
    position: relative;
    height: 100%;
    width: 100%;
}

.hero-banner-sec .hero-slider .herobanner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
}

.hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt {
    float: left;
    width: 60%;
    position: relative;
    overflow: hidden;
}

.hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt h2 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Myriad Pro", sans-serif;
    margin: 0 0 5px;
    padding: 0;
}

@media (max-width: 1399.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt h2 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 1199.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 991.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt h2 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 575.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt h2 {
        font-size: 16px;
        line-height: 22px;
    }
}

.hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt h1 p {
    

    font-family: "Myriad Pro", sans-serif;
    text-transform: uppercase;
    margin: 0 0 5px;
    padding: 0;
    font-size: 54px;
    line-height: 64px;
    font-weight: bold;
}

.hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt h1 p span {
    font-weight: 700;
}

@media (max-width: 1399.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt h1 p {
        font-size: 46px;
        line-height: 54px;
    }
}

@media (max-width: 1199.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt h1 p {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 991.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt h1 p {
        font-size: 38px;
        line-height: 46px;
    }
}

@media (max-width: 767.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt h1 p {
        font-size: 34px;
        line-height: 42px;
    }
}

@media (max-width: 575.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt h1 p {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt h1 p {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 1199.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt {
        width: 60%;
    }
}

@media (max-width: 991.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt {
        width: 60%;
    }
}

@media (max-width: 767.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-rt {
        width: 80%;
    }
}

.hero-banner-sec .hero-slider .herobanner-content .herobanner-content-lt {
    position: absolute;
    right: 15%;
    top: 90px;
    left: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.hero-banner-sec .hero-slider .herobanner-content .herobanner-content-lt .icon-play-button-2 {

    font-size: 60px;
}

@media (max-width: 1199.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-lt .icon-play-button-2 {
        font-size: 50px;
    }
}

@media (max-width: 575.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-lt .icon-play-button-2 {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-lt .icon-play-button-2 {
        font-size: 35px;
    }
}

@media (max-width: 991.98px) {
    .hero-banner-sec .hero-slider .herobanner-content .herobanner-content-lt {
        right: 0%;
    }
}

.hero-banner-sec .hero-slider .herobanner-cta {
    margin-top: 30px;
}

@media (max-width: 991.98px) {
    .hero-banner-sec .hero-slider .herobanner-cta {
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .hero-banner-sec .hero-slider .herobanner-cta {
        margin-top: 10px;
    }
}

.hero-banner-sec .hero-slider .herobanner-thumb-container {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

@media (max-width: 480px) {
    .hero-banner-sec .hero-slider .herobanner-thumb-container {
        bottom: 0px;
    }
}

.hero-banner-sec .hero-slider .herobanner-thumb-container .herobanner-thumb-content {
    text-align: left;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    opacity: 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;
    margin-right: 22px;
}

.hero-banner-sec .hero-slider .herobanner-thumb-container .herobanner-thumb-content:hover {
    opacity: 1;
}

.hero-banner-sec .hero-slider .herobanner-thumb-container .herobanner-thumb-content:hover .herobanner-thumb-text {
    border-top: 2px solid #fff;
}

.hero-banner-sec .hero-slider .herobanner-thumb-container .herobanner-thumb-content:hover .herobanner-thumb-text {
    color: #fff;
}

.hero-banner-sec .hero-slider .herobanner-thumb-container .herobanner-thumb-content .herobanner-thumb-icon {
    position: absolute;
    top: 0px;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1199.98px) {
    .hero-banner-sec .hero-slider .herobanner-thumb-container .herobanner-thumb-content .herobanner-thumb-icon {
        font-size: 26px;
    }
}

.hero-banner-sec .hero-slider .herobanner-thumb-container .herobanner-thumb-content .herobanner-thumb-text {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Myriad Pro", sans-serif;
    text-align: left;
    border-top: 2px solid #ffffff;
    width: 100%;
    margin-top: 40px;
    padding-top: 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;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1399.98px) {
    .hero-banner-sec .hero-slider .herobanner-thumb-container .herobanner-thumb-content .herobanner-thumb-text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 1199.98px) {
    .hero-banner-sec .hero-slider .herobanner-thumb-container .herobanner-thumb-content .herobanner-thumb-text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .hero-banner-sec .hero-slider .herobanner-thumb-container .herobanner-thumb-content .herobanner-thumb-text {
        width: auto;
        border-top: inherit;
        display: none;
    }
}

@media (max-width: 575.98px) {
    .hero-banner-sec .hero-slider .herobanner-thumb-container .herobanner-thumb-content {
        height: 70px;
    }
}

@media (max-width: 480px) {
    .hero-banner-sec .hero-slider .herobanner-thumb-container .herobanner-thumb-content {
        height: 70px;
        width: 50px;
    }
}

@media (max-width: 388.98px) {
    .hero-banner-sec .hero-slider .herobanner-thumb-container .herobanner-thumb-content {
        height: 70px;
    }
}

.hero-banner-sec .hero-slider .herobanner-thumb-container .swiper-slide-thumb-active .herobanner-thumb-content {
    opacity: 1;
    color: #f57707;
}

.hero-banner-sec .hero-slider .herobanner-thumb-container .swiper-slide-thumb-active .herobanner-thumb-text {
    color: #fff;
    border-top: 2px solid #fff;
}

@media (max-width: 480px) {
    .hero-banner-sec .hero-slider .herobanner-thumb-container .swiper-slide-thumb-active .herobanner-thumb-text {
        border-top: inherit;
    }
}

@media (max-width: 480px) {
    .hero-banner-sec .hero-slider .herobanner-thumb-container .swiper-slide-thumb-active .herobanner-thumb-icon {
        color: #A18E63;
    }
}

.herobanner-top {
    position: relative;
}

.herobanner-top:before {
    content: "";
    position: absolute;
    right: 5%;
    top: 20%;
    background-image: url("../images/dar-patt.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    height: 550px;
    width: 600px;
    z-index: 11;
    pointer-events: none;
}

@media (max-width: 1399.98px) {
    .herobanner-top:before {
        right: 0%;
        height: 450px;
        width: 500px;
    }
}

@media (max-width: 1199.98px) {
    .herobanner-top:before {
        right: 0%;
        height: 350px;
        width: 400px;
        top: 30%;
    }
}

@media (max-width: 767.98px) {
    .herobanner-top:before {
        height: 260px;
        width: 300px;
        top: 34%;
    }
}

@media (max-width: 575.98px) {
    .herobanner-top:before {
        height: 220px;
        width: 250px;
        top: 37%;
    }
}

@media (max-width: 480px) {
    .herobanner-top:before {
        height: 150px;
        width: 160px;
        top: 38%;
    }
}

.swiper-slide>.swiper-slide-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent no-repeat 50% 50%/cover;
}

.swiper-slide .slide1 {
    transform-origin: 0 100%;
    height: 100%;
}

.swiper-slide .slide2 {
    transform-origin: 100% 100%;
    height: 100%;
}

.swiper-slide .slide3 {
    transform-origin: 100% 0;
    height: 100%;
}

.swiper-slide .slide4 {
    transform-origin: 0 100%;
    height: 100%;
}

.swiper-slide .slide5 {
    transform-origin: 100% 100%;
    height: 100%;
}

.swiper-slide .slide6 {
    transform-origin: 100% 0;
    height: 100%;
}

.swiper-slide-cover {
    transition: 10s ease-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.swiper-slide.swiper-slide-active .swiper-slide-cover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

/***************************************************
  Hero Banner Ends
****************************************************/

.dar-btn-gradient-1 {
    padding: 17px 30px 15px;
    border-radius: 5px;
    color: #333333;
    -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;
    z-index: 1;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .dar-btn-gradient-1 {
        padding: 15px 26px 13px;
        font-size: 15px;
        line-height: 15px;
    }
}

@media (max-width: 767.98px) {
    .dar-btn-gradient-1 {
        padding: 13px 20px 11px;
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 575.98px) {
    .dar-btn-gradient-1 {
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .dar-btn-gradient-1 {
        padding: 11px 16px 9px;
        font-size: 12px;
        line-height: 12px;
    }
}

.dar-btn-gradient-1:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    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;
    opacity: 1;
    z-index: -1;
}

.dar-btn-gradient-1::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #A18E63;
    -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: 1;
    z-index: -1;
}

.dar-btn-gradient-1:hover {
    color: #333333;
}

.dar-btn-gradient-1:hover:before {
    left: -100%;
}

.dar-btn-gradient-1:hover:after {
    left: 0%;
}

.dar-btn-gradient-1 span {
    color: #333333;
    padding-right: 10px;
}

@media (max-width: 1399.98px) {
    .dar-btn-gradient-1 span {
        padding-right: 6px;
    }
}

.dar-btn-transparent {
    padding: 16px 30px 14px;
    border-radius: 5px;
    color: #fff;
    border: 1px 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;
    background: rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .dar-btn-transparent {
        padding: 14px 26px 12px;
        font-size: 15px;
        line-height: 15px;
    }
}

@media (max-width: 767.98px) {
    .dar-btn-transparent {
        padding: 12px 20px 10px;
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 575.98px) {
    .dar-btn-transparent {
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .dar-btn-transparent {
        padding: 10px 16px 8px;
        font-size: 12px;
        line-height: 12px;
    }
}

.dar-btn-transparent::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #A18E63;
    -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: 1;
    z-index: -1;
}

.dar-btn-transparent:hover {
    color: #333333;
}

.dar-btn-transparent:hover:after {
    left: 0%;
}

.dar-btn-transparent:hover.white-gold-btn {
    
}

.dar-btn-transparent:hover span {
    
}

.dar-btn-transparent:hover.contact-cp {
    color: #333333;
    background: #A18E63;
}

.dar-btn-transparent:hover.contact-cp span {
    color: #333333;
}

.dar-btn-transparent span {
    color: #333333;
    padding-right: 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: 1399.98px) {
    .dar-btn-transparent span {
        padding-right: 6px;
    }
}

.dar-btn-transparent.white-gold-btn {
    background: transparent !important;
    color: #333333;
}

.dar-btn-transparent.contact-cp {
    
    background: transparent !important;
}

.dar-btn-transparent.contact-cp span {
    
}

.dar-blue-button {
    padding: 18px 30px 16px;
    border-radius: 5px;
    
    -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: #F57707;
    border: 1px solid #F57707;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    margin-right: 20px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .dar-blue-button {
        padding: 13px 26px 11px;
        font-size: 15px;
        line-height: 15px;
    }
}

@media (max-width: 767.98px) {
    .dar-blue-button {
        padding: 11px 20px 9px;
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 575.98px) {
    .dar-blue-button {
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .dar-blue-button {
        padding: 9px 16px 7px;
        font-size: 12px;
        line-height: 12px;
    }
}

.dar-blue-button:after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -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: 1;
    z-index: -1;
}

.dar-blue-button:hover {
    color: #F57707;
}

.dar-blue-button:hover:after {
    left: 0%;
}

.dar-blue-button.submit-button {
    padding: 15px 30px 13px;
}

.project-filter-btn {
    padding: 14px 30px 12px;
    font-size: 14px;
    line-height: 14px;
}

@media (max-width: 991.98px) {
    .project-filter-btn {
        padding: 8px 26px 9px;
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 767.98px) {
    .project-filter-btn {
        padding: 12px 26px 12px !important;
        font-size: 14px !important;
        line-height: 14px !important;
    }
}

.years-of-excellence-area {
    display: none;
}

.home-projects-list .zoom:after {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9;
}

.owl-item.center .item.home-projects-list .zoom:after {
    display: none;
}

.primay-news-image-area {
    background-color: #f8f8f8;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}

.news-section-part a {
    width: 100%;
}

.heading-news-image a {
    background-color: #f8f8f8;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.latest-news-box-image {
    position: relative;
    background-color: #f8f8f8;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    border-bottom: solid 1px rgba(51, 51, 51, 0.15);
}

.latest-news-box .related-news-link {
    width: 100%;
}

.latest-news-box .related-news-link .latest-news-box-image {
    background-color: #f1f1f1;
}

.latest-news-box .related-news-link img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#dar-header .header-right #main-menu ul.sub-menu li a span.toggle-sub-2 {
    color: rgba(255, 255, 255, 0.5);
}

#dar-header .header-right #main-menu ul.sub-menu li a:hover span.toggle-sub-2 {
    color: #A18E63;
}

@media (max-width: 991.98px) {
    span.footsocial {
        padding-top: 20px;
    }
}

@media (max-width: 767.98px) {
    ul.contact-details.reachus-info {
        padding-top: 10px;
    }
}

a.career-links {
    color: #042f4b;
    font-weight: 600;
}

a.career-links:hover {
    color: #A18E63;
}

.op-members-content-area p {
    text-align: justify;
}

.top-bar span:last-child a:last-child {
    padding-right: 0px;
}

@media (max-width: 991.98px) {
    .navbar {
        padding-left: 0.5rem;
    }
    .header-left {
        padding-left: 0.5rem;
    }
    #dar-header .header-right #main-menu ul.sub-menu>li>a {
        padding-left: 0px !important;
        width: 100%;
        display: block;
    }
    #dar-header .header-right #main-menu ul.sub-menu {
        padding-top: 10px;
        border-top: 1px solid rgba(163, 145, 104, 0.4);
        border-radius: 0px !important;
    }
    nav.navbar.navbar-expand-lg>ul>li .sub-menu>li a {
        font-size: 17px !important;
        line-height: 20px !important;
    }
    #dar-header .header-right #main-menu ul.sub-menu>li>a:hover {
        padding-left: 0px !important;
    }
    #dar-header .header-right #main-menu ul.sub-menu.sec-level {
        padding-top: 0px;
        border-top: inherit;
        padding-left: 0px;
        margin-bottom: 0;
    }
    li.nav-item.with-sub-2 {
        position: relative;
    }
    li.nav-item.with-sub-2:before {
        content: "+";
        color: #fff;
        position: absolute;
        right: 0;
        top: 4px;
    }
    .toggle-sub-2 {
        position: absolute;
        color: #FFF;
        right: 0px !important;
        top: 10px;
        display: block;
        font-size: 20px;
    }
    .toggle-sub-2.expanded:before {
        content: "";
        height: 2px;
        width: 10px;
        background: #fff;
        position: absolute;
        right: 0;
        top: 6px;
        z-index: 1;
    }
    .toggle-sub-2.expanded:after {
        content: "";
        height: 14px;
        width: 14px;
        position: absolute;
        right: 0;
        top: 0px;
        background: #042f4b;
    }
    .top-bar {
        border-bottom: inherit;
    }
    i.icon-angle-double-right {
        display: none;
    }
    nav.navbar.navbar-expand-lg>ul>li .sub-menu.sec-level>li a {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .c-hamburger {
        width: 30px !important;
        margin-left: 0px !important;
    }
    #dar-header .header-right #header-tools ul li {
        padding: 0 8px;
    }
    #dar-header .header-right #main-menu a.mobile-menu-toggle.d-lg-none {
        padding: 0 8px;
    }
    span.icon-search-icon {
        font-size: 22px !important;
    }
    #dar-header .header-right #header-tools ul li:first-child {
        padding: 0 8px !important;
    }
    span.icon-search-icon {
        padding-left: 0px !important;
    }
    .search-icon {
        width: inherit !important;
    }
    i.fas.fa-angle-right {
        display: none;
    }
    nav.navbar.navbar-expand-lg>ul>li .sub-menu.sec-level>li a {
        color: #ffffff !important;
    }
}

@media (max-width: 388.98px) {
    #dar-header .header-right #header-tools ul li {
        padding: 0 6px;
    }
    #dar-header .header-right #main-menu a.mobile-menu-toggle.d-lg-none {
        padding: 0 6px;
    }
    #dar-header .header-right #header-tools ul li:first-child {
        padding: 0 6px !important;
    }
}

.gm-style .gm-style-iw-c {
    max-width: 360px !important;
}

.general-template-sec ul,
.primay-news-content-area ul,
.awards-achievements-content ul,
.section-content-left ul,
.common-list-style ul {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.general-template-sec ul li,
.primay-news-content-area ul li,
.awards-achievements-content ul li,
.section-content-left ul li,
.common-list-style ul li {
    color: #333333;
    font-weight: 400;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding-left: 20px;
    margin-bottom: 8px;
}

.general-template-sec ul li:before,
.primay-news-content-area ul li:before,
.awards-achievements-content ul li:before,
.section-content-left ul li:before,
.common-list-style ul li:before {
    content: "\e91b";
    font-family: "icomoon";
    color: #fff;
    padding-right: 15px;
    font-size: 8px;
    position: absolute;
    left: 0;
    opacity: 0.8;
}

@media (max-width: 1399.98px) {
    .general-template-sec ul li,
    .primay-news-content-area ul li,
    .awards-achievements-content ul li,
    .section-content-left ul li,
    .common-list-style ul li {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {
    .general-template-sec ul li,
    .primay-news-content-area ul li,
    .awards-achievements-content ul li,
    .section-content-left ul li,
    .common-list-style ul li {
        font-size: 15px;
    }
}

.general-template-sec ol,
.primay-news-content-area ol,
.awards-achievements-content ol,
.section-content-left ol,
.common-list-style ol {
    margin-bottom: 20px;
    position: relative;
    list-style-type: decimal !important;
    margin-left: 17px;
}

.general-template-sec ol li,
.primay-news-content-area ol li,
.awards-achievements-content ol li,
.section-content-left ol li,
.common-list-style ol li {
    color: #333333;
    font-weight: 400;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding-left: 6px;
    margin-bottom: 8px;
}

.general-template-sec ol li::marker,
.primay-news-content-area ol li::marker,
.awards-achievements-content ol li::marker,
.section-content-left ol li::marker,
.common-list-style ol li::marker {
    color: #fff;
}

@media (max-width: 1399.98px) {
    .general-template-sec ol li,
    .primay-news-content-area ol li,
    .awards-achievements-content ol li,
    .section-content-left ol li,
    .common-list-style ol li {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {
    .general-template-sec ol li,
    .primay-news-content-area ol li,
    .awards-achievements-content ol li,
    .section-content-left ol li,
    .common-list-style ol li {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .growthandstregth-projects .owl-item {
        width: 100% !important;
    }
}

.project-title-text {
    text-transform: inherit !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
    margin: 0px 0 15px;
    font-weight: 600;
    color: #F57707;
    padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
    .project-title-text {
        font-size: 26px !important;
    }
}

@media (max-width: 575.98px) {
    .project-title-text {
        font-size: 24px !important;
    }
}

.video-foreground video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    object-fit: cover;
    position: relative;
}

.company-profile .latest-news-box-image {
    border-bottom: inherit;
}

#inside-page-header-wrapper {
    position: relative;
}

#inside-page-header-wrapper .page-title-area {
    position: absolute;
    top: 50%;
    max-width: 420px;
}

@media (max-width: 991.98px) {
    #inside-page-header-wrapper .page-title-area {
        max-width: 450px;
    }
}

@media (max-width: 991.98px) {
    .breadcrumb.breadcrumb-links-top {
        background-color: inherit;
    }
    .breadcrumb.breadcrumb-links-top .container {
        border-bottom: 1px solid rgba(203, 195, 187, 0.25);
    }
    .navbar#main_nav_bar {
        top: 77px !important;
    }
}

@media (max-width: 991.98px) and (max-width: 480px) {
    .navbar#main_nav_bar {
        top: 56px !important;
    }
}

@media (max-width: 991.98px) {
    section {
        padding: 40px 0;
    }
    .breadcrumb .breadcrumb-links {
        padding: 10px 0px 10px;
    }
    .breadcrumb .share {
        padding: 10px 0 10px;
    }
    .breadcrumb-item.active {
        color: #f57707 !important;
    }
    hr {
        background-color: #dddddd;
        opacity: 1;
    }
    header#dar-header {
        background: inherit;
        background-color: #042f4b;
    }
    #inside-page-header-wrapper .page-header-inner {
        height: auto;
        aspect-ratio: 16/6.2;
    }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
    #inside-page-header-wrapper .page-header-inner {
        aspect-ratio: 16/6.6;
    }
}

@media (max-width: 991.98px) and (max-width: 575.98px) {
    #inside-page-header-wrapper .page-header-inner {
        aspect-ratio: 16/7.1;
    }
}

@media (max-width: 991.98px) and (max-width: 480px) {
    #inside-page-header-wrapper .page-header-inner {
        aspect-ratio: 16/7.2;
    }
}

@media (max-width: 991.98px) and (max-width: 388.98px) {
    #inside-page-header-wrapper .page-header-inner {
        aspect-ratio: 16/7.7;
    }
}

@media (max-width: 991.98px) {
    #inside-page-header-wrapper .page-header-inner:before {
        background: rgba(0, 0, 0, 0.3);
    }
    .top-bar-opacity {
        display: none;
    }
    #inside-page-header-wrapper .page-title-area {
        position: relative;
        margin: 20px 0 0px 0;
    }
    #inside-page-header-wrapper .page-title-area h1 {
        color: #f57707;
        margin-bottom: 0px;
        font-size: 32px;
        font-weight: bold;
    }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
    #inside-page-header-wrapper .page-title-area h1 {
        font-size: 26px;
    }
}

@media (max-width: 991.98px) and (max-width: 575.98px) {
    #inside-page-header-wrapper .page-title-area h1 {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
    #dar-header .header-left>.logo img {
        width: 170px;
        padding: 0;
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .breadcrumb a {
        margin: 0px !important;
    }
    span.icon-dar-icon {
        padding-right: 5px;
    }
    @media(max-width: 991.98px) {
        span.icon-dar-icon {
            padding-left: 2px;
        }
    }
    header#dar-header.fixed .logo a {
        padding: 0px;
    }
}

@media (max-width: 991.98px) and (max-width: 480px) {
    #inside-page-header-wrapper .page-header-inner {
        background-position: top 45px center;
    }
    .header-wrapper .container.clearfix {
        padding: 10px 0px 10px 0px;
    }
}

.pv-image {
    position: relative;
}

.pv-image:before {
    content: "\e908";
    position: absolute;
    bottom: 13%;
    left: 7%;
    transform: translate(-50%, -50%);
    font-family: "icomoon";
    
    z-index: 11;
    font-size: 36px;
    -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) {
    .pv-image:before {
        bottom: 15%;
        left: 8%;
    }
}

@media (max-width: 575.98px) {
    .pv-image:before {
        font-size: 26px;
    }
}

.item.project-portfolio-area.our-experience-section:hover .pv-image:before {
    color: #fff;
}

.pv-video {
    position: relative;
}

.pv-video:before {
    content: "\e900";
    position: absolute;
    bottom: 13%;
    left: 7%;
    transform: translate(-50%, -50%);
    font-family: "icomoon";
    
    z-index: 11;
    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;
}

@media (max-width: 1199.98px) {
    .pv-video:before {
        bottom: 15%;
        left: 8%;
    }
}

.item.project-portfolio-area.our-experience-section:hover .pv-video:before {
    color: #fff;
}

.clients-logo-column img {
    cursor: default;
}

/***************************************************
 * Generated by SVG Artista on 2/26/2023, 11:05:08 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .dar-preloading-1 {
    stroke-dashoffset: 155.5459594727px;
    stroke-dasharray: 155.5459594727px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .dar-preloading-1 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-2 {
    stroke-dashoffset: 437.2492675781px;
    stroke-dasharray: 437.2492675781px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .dar-preloading-2 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-3 {
    stroke-dashoffset: 87.4650726318px;
    stroke-dasharray: 87.4650726318px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .dar-preloading-3 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-4 {
    stroke-dashoffset: 75.8202667236px;
    stroke-dasharray: 75.8202667236px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .dar-preloading-4 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-5 {
    stroke-dashoffset: 83.4822769165px;
    stroke-dasharray: 83.4822769165px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .dar-preloading-5 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-6 {
    stroke-dashoffset: 75.8224182129px;
    stroke-dasharray: 75.8224182129px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .dar-preloading-6 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-7 {
    stroke-dashoffset: 49.5390014648px;
    stroke-dasharray: 49.5390014648px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.active .dar-preloading-7 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-8 {
    stroke-dashoffset: 82.9346313477px;
    stroke-dasharray: 82.9346313477px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .dar-preloading-8 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-9 {
    stroke-dashoffset: 36.3339996338px;
    stroke-dasharray: 36.3339996338px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .dar-preloading-9 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-10 {
    stroke-dashoffset: 57.8667297363px;
    stroke-dasharray: 57.8667297363px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

svg.active .dar-preloading-10 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-11 {
    stroke-dashoffset: 75.8203201294px;
    stroke-dasharray: 75.8203201294px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .dar-preloading-11 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-12 {
    stroke-dashoffset: 87.3717193604px;
    stroke-dasharray: 87.3717193604px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}

svg.active .dar-preloading-12 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-13 {
    stroke-dashoffset: 83.8679428101px;
    stroke-dasharray: 83.8679428101px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .dar-preloading-13 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-14 {
    stroke-dashoffset: 124.4188079834px;
    stroke-dasharray: 124.4188079834px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

svg.active .dar-preloading-14 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-15 {
    stroke-dashoffset: 99.3475875854px;
    stroke-dasharray: 99.3475875854px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .dar-preloading-15 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-16 {
    stroke-dashoffset: 55.2351531982px;
    stroke-dasharray: 55.2351531982px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

svg.active .dar-preloading-16 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-17 {
    stroke-dashoffset: 55.2717666626px;
    stroke-dasharray: 55.2717666626px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}

svg.active .dar-preloading-17 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-18 {
    stroke-dashoffset: 12.9186220169px;
    stroke-dasharray: 12.9186220169px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}

svg.active .dar-preloading-18 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-19 {
    stroke-dashoffset: 169.6430969238px;
    stroke-dasharray: 169.6430969238px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

svg.active .dar-preloading-19 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-20 {
    stroke-dashoffset: 110.9867782593px;
    stroke-dasharray: 110.9867782593px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}

svg.active .dar-preloading-20 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-21 {
    stroke-dashoffset: 50.3877334595px;
    stroke-dasharray: 50.3877334595px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}

svg.active .dar-preloading-21 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-22 {
    stroke-dashoffset: 12.9557933807px;
    stroke-dasharray: 12.9557933807px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
}

svg.active .dar-preloading-22 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

svg .dar-preloading-23 {
    stroke-dashoffset: 12.9600114822px;
    stroke-dasharray: 12.9600114822px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}

svg.active .dar-preloading-23 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
}

.preloadcss {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: #F57707; */
}

.carousel-projects .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, -50%);
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
    padding: 20px !important;
    background: #ffffff;
    min-width: 360px !important;
    min-height: 265px !important;
}

.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
    background: #F57707 !important;
}

.gm-ui-hover-effect:hover {
    opacity: 1;
}

.gm-ui-hover-effect span {
    background-color: #fff;
}

@media (max-width: 991.98px) {
    .download-company-profile-area .dar-btn-transparent {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    figure.latest-news-box-image.cp-area {
        margin-top: 0px;
    }
}

.cp-area a {
    width: 100%;
    display: block;
}

.project-portfolio-area .owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -60px;
}

@media (max-width: 388.98px) {
    .common-table-area {
        overflow: scroll;
    }
}

.common-table-area table thead {
    background: #F57707;
}

.common-table-area table thead tr th {
    font-size: 22px;
    
    border-bottom: none !important;
}

@media (max-width: 480px) {
    .common-table-area table thead tr th {
        font-size: 18px;
    }
}

.common-table-area table tbody tr th {
    border-bottom: none !important;
}

.common-table-area table tbody tr td {
    border-bottom: none;
}

.common-table-area table tbody tr td a {
    color: #333333;
    font-size: 18px;
}

@media (max-width: 480px) {
    .common-table-area table tbody tr td a {
        font-size: 16px;
    }
}

.common-table-area table tbody tr td a:hover {
    color: #fff;
}

.common-table-area table tbody tr td.table-heading-title {
    font-weight: 700;
}

.common-table-area table tbody tr td span {
    padding-right: 10px;
    font-size: 10px;
}

.common-table-area .table> :not(caption)>*>* {
    padding: 0.75rem 1rem;
}

.common-table-area .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #F1F7FE;
}

.insights-main-section.common-list-style ul li {
    padding-left: 0px;
    margin-bottom: 0px;
}

.insights-main-section.common-list-style ul li:before {
    display: none;
}

.insights-detals-section h3.section-primary-content {
    padding: 0px 0px 8px 0px;
}

.insights-detals-section span.single-date-post {
    margin-bottom: 12px;
}

@media (max-width: 767.98px) {
    .insights-detals-section h3.section-primary-content.inside-pages {
        font-size: 24px;
        line-height: 30px;
    }
}

.insight-tiker-area {
    padding: 16px;
    background: #eee;
    border-radius: 5px;
    margin-bottom: 40px;
    font-size: 18px;
    color: #333333;
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .insight-tiker-area {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .insight-tiker-area {
        font-size: 16px;
    }
}

.insight-tiker-area:hover {
    color: #fff;
}

.insight-tiker-area:hover .icon-right-arrow {
    padding-left: 15px;
}

.insight-tiker-area .insight-title-area {
    font-weight: 600;
    color: #F57707;
}

.insight-tiker-area .icon-right-arrow {
    font-size: 12px;
    padding-left: 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;
    color: #F57707;
}

@media (max-width: 575.98px) {
    .insight-tiker-area .icon-right-arrow {
        font-size: 10px;
    }
}

/*******share this*********/

.breadcrumb .container {
    position: relative;
}

.sharediv {
    position: absolute;
    right: 12px;
    width: auto;
    z-index: 1;
    bottom: 18%;
}

.sharediv .shareoption {
    justify-content: end;
    display: flex;
    align-items: center;
}

.sharediv .shareoption .sharebtnid {
    display: none;
    position: relative;
    padding-right: 10px;
    width: 100%;
}

.sharediv .shareoption .sharebtnid .st-btn {
    -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;
    display: inline-block !important;
    margin-right: 2px !important;
}

.sharediv .shareoption .icon-share {
    position: relative;
    color: #fff;
    padding: 10px 0 10px 0px;
    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;
}

.sharediv .shareoption .icon-share:hover {
    
}

.sharediv .shareoption .icon-share:before {
    -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) {
    .sharediv .shareoption .icon-share:before {
        font-size: 16px;
    }
}

.sharediv .shareoption .icon-share:after {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    -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: "\e924";
    font-family: "icomoon";
    color: #fff;
}

.sharediv .shareoption .icon-share:after:hover {
    
}

@media (max-width: 767.98px) {
    .sharediv .shareoption .icon-share:after {
        font-size: 14px;
    }
}

.sharediv .shareoption .icon-share.active:after {
    z-index: 1;
    visibility: visible;
    opacity: 1;
}

.sharediv .shareoption .icon-share.active:before {
    z-index: 0;
    visibility: hidden;
    opacity: 0;
}

.contact-map-mail {
    display: flex;
    align-items: center;
}

.breadcrumb.breadcrumb-links-top {
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (max-width: 991.98px) {
    .breadcrumb.breadcrumb-links-top {
        position: relative;
        background-color: transparent;
    }
}

/*# sourceMappingURL=style.css.map */

.op-members-image-area img {
    width: 100%;
    height: 100%;
}