@font-face {
    /*font-family: cairo;*/
    font-family: firoz;
    src: url(../fonts/ArbFONTS-Fairuz-Normal.otf);
}

body {
    overflow-x: hidden;
    /*direction: rtl;*/
    /*direction: ltr;*/
    margin: 0;
    padding: 0;
    font-family: firoz;
    /*text-align: right;*/
    text-align: left;
}

ul,
p {
    padding: 0;
    margin: 0;
}

a,
.trans,
::after,
::before,
i,
input,
.sub-menu,
.gall-img .img,
.actv-sec,
.actv-sec *,
button {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #0360D9;
}

.page {
    /*padding: 60px 0;*/
}

.page-container {
    overflow-x: hidden;
}

::placeholder {
    font-family: firoz;
    color: #C1C1C1;
}

input,
button,
textarea,
select {
    font-family: firoz;
}
/*Video popup*/
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}

#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
}

#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}

#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}

#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

#video-popup-close:hover {
    color: #DE0023;
}
/*loader*/
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999999999999;
    background-color: #F6F6F6;
}

.loader>div {
    height: 100vh;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #337295;
    
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/**/
.language-chooser {
    list-style: none;
    display: inline-block;
}

.nnm {
    /*margin: 0 20px 0 0;*/
    margin: 0 0 0 20px;
}

.language-chooser li.active {
    display: none;
}

/**/
.nav-bar {
    position: absolute;
    z-index: 10;
    background: transparent;
    left: 0;
    right: 0;
    top: 0;
}

.nav-bar .container {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

/* .nav-bar ul li,
.nav-bar ul li a {
  height: 100%;
} */

.main-menu ul li a {
    padding: 5px;
}

.main-menu ul li.current-menu-item>a {
    color: #6fa9b4;
}

.nav-bar ul li a {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    position: relative;
    
}

.nav-bar ul li a:hover {
    color: #6fa9b4;
}

.nav-bar .menu-item-has-children {
    position: relative;
}

.nav-bar .menu-item-has-children .sub-menu {
    list-style: none;
    position: absolute;
    background: rgba(51, 114, 149, .58);
    z-index: 2;
    width: 150px;
    padding: 11px 7px;
    border-radius: 15px;
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    /*right: 0;*/
    right: auto;
    left: 0;
    top: 100%;
}
.nav-bar .menu-item-has-children .menu-item-has-children .sub-menu{
    top:0;
    /*right:calc(100% + 5px);*/
    left:calc(100% + 5px);
}

.nav-bar .menu-item-has-children {
    /*padding-left: 15px;*/
    padding-left: 0;
    padding-right: 15px;
}

.nav-bar .menu-item-has-children>.icofont-rounded-down {
    content: ">";
    position: absolute;
    /*left: 0;*/
    left: auto;
    right: 0;
    top: 7px;
    color: #fff;
    z-index: 1;
    
}

.nav-bar .menu-item-has-children .menu-item-has-children .sub-menu {
    right: 100%;
}

.nav-bar .menu-item-has-children:hover>.sub-menu {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.top-opt .search form {
    position: relative;
}

.top-opt .user a {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #484a4c;
    line-height: 30px;
}

.top-opt .search form button {
    position: absolute;
    /*left: 10px;*/
    left: auto;
    right: 10px;
    top: 6px;
    color: #fff;
    background: none;
    border: 0;
    font-size: 13px;
    outline: 0;
}

.top-opt .search form input {
    border: 0;
    outline: 0;
    background-color: #484a4c;
    color: #fff;
    border-radius: 30px;
    width: 150px;
    height: 35px;
    padding: 10px;
}

/* .nav-bar {
  padding: 15px 0;
} */

.logo {
    /*  max-width: 130px;
      height: 94px;*/
    max-width: 155px;
    height: 94px;
}

.logo img {
    /*max-width: 100%;*/
    max-height: 100%;
    height: auto;
    width: auto;
}

/**/
.single-title {
    color: #032182;
    margin: 30px 0;
}

.f-img img {
    width: 100%;
    height: auto;
}

/**/
.related ul li img {
    width: 50px;
    height: 50px;
}

.related ul li {
    padding: 15px 0;
    border-bottom: 2px solid #eee;
}

.related ul li:last-child {
    border-bottom: 0;
}

.related ul li span,
.related ul .img {
    display: inline-block;
    vertical-align: middle;
}

.related ul li span {
    width: calc(100% - 55px);
    padding: 0 7px;
}

.related ul li span label {
    
    font-size: 13px;
    margin: 0;
    margin-top: 5px;
    line-height: 17px;
    height: 36px;
    overflow: hidden;
}

.related ul li a {
    color: #032182;
}

/**/
.searcbox input[type=submit] {
    width: 100px;
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
    outline: 0;
    border: 0;
    background: #337295;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    border-radius: 10px;
}

.searcbox input[type=text] {
    width: calc(100% - 120px);
    border: 0;
    outline: 0;
    padding: 13px;
    background: #f7f7f7;
    font-size: 14px;
    color: #3D3D3D;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

/**/
/*main section**/
.main-sec {
    padding: 0;
    position: relative;
    z-index: 1;
}

.ll {
    position: relative;
    z-index: 2;
    background: #fff;
    overflow: hidden;
}

.main-slider .slide {
    position: relative;
    height: 100vh;
    background-color: #F5F5F5;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 100px;
}

.main-slider .slide::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, .18));*/
    background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, .18));
    z-index: -1;
    opacity: 1;
    
}

.slide-content {
    max-width: 700px;
    margin: auto;
    text-align: center;
    margin-top: -6%;
}

.main-slider .slide h2 {
    font-size: 25px;
    /*font-weight: bold;*/
    color: #fff;
    display: block;
}

.main-slider .slide a {
    color: #fff;
    padding: 8px 25px;
    border: 2px solid #fff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: bold;
}

.main-slider .slide a:hover {
    background: #fff;
    color: #6fa9b4;
}

.main-slider .slide p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    margin: 20px 0;
    text-align: justify;
    background: #f5f5f514;
    padding: 0px 7px;
    -moz-border-radius: 4px;    
    -webkit-border-radius: 4px;    
    -o-border-radius: 4px;    
    border-radius: 4px;    
    
}

.slide-col {
    max-width: 600px;
    margin: auto;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 16px;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot {
    outline: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 7px;
    border-radius: 3px;
    background-color: #fff;
    margin: 5px;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    bottom: calc((100% - 148px) / 2);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    outline: 0;
}

.owl-carousel .owl-nav button i {
    font-size: 20px;
    color: #8A8A8A;
}

.owl-carousel .owl-nav button.owl-next {
    left: 40px;
}

.owl-carousel .owl-nav button.owl-prev {
    right: 40px;
}

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

.owl-carousel .owl-nav button.owl-next:hover i,
.owl-carousel .owl-nav button.owl-prev:hover i {
    color: #fff !important;
}

/**/
.section {
    position: relative;
}

.section-top {
    position: relative;
}

.section .section-img {
    height: 350px;
    border-radius: 25px;
    overflow: hidden;
}

.section .section-img div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.section:hover .section-img div {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.section .section-body h4 {
    color: #404040;
    font-size: 15px;
    font-weight: bold;
}

.section:hover .section-body h4 {
    color: #0360D9;
}

.section .section-body {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    color: #404040;
    line-height: 23px;
    font-size: 12px;
    position: absolute;
    bottom: -25px;
    left: 10px;
    right: 10px;
    z-index: 1;
    border-radius: 22px;
}

.section .section-body .txt {
    height: 99px;
    overflow: hidden;
}

/*section2*/
.section2 {
    position: relative;
    border:1px solid #f2f2f2;
    margin:15px 0
}
.datee{
    font-size:12px;
    color:gray;
    padding:5px 3px
}
.section2 .section-img {
    height: 350px;
    /*   border-radius: 25px; */
    overflow: hidden;
}

.section2 .section-img div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.section2:hover .section-img div {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.section2 .section-body h4 {
    color: #404040;
    font-size: 15px;
    font-weight: bold;
}

.section2:hover .section-body h4 {
    color: #0360D9;
}

.section2 .section-body {
    padding: 20px;
    color: #404040;
    line-height: 23px;
    font-size: 12px;
}

/*section3*/
.section3 {
    position: relative;
    margin:15px 0;
    box-shadow:0 4px 37px 0 rgb(0 0 0 / 8%);
    padding:10px;
    overflow:hidden;
}
.section3 .section-img {
    height: 250px;
    /*   border-radius: 25px; */
    overflow: hidden;
}

.section3 .section-img div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.section3:hover .section-img div {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.section3 .section-body h4 {
    color: #404040;
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px
}
.section3 .section-body h6{
    font-size:16px;
    line-height:25px
}
.section3 .section-body {
    padding:20px 10px;
    color: #404040;
    line-height: 23px;
    font-size: 12px;
}

/*section3*/
.section4 {
    position: relative;
    margin:15px 0;
    overflow:hidden;
}
.section4 .section-img {
    height: 300px;
    /*   border-radius: 25px; */
    overflow: hidden;
}

.section4 .section-img div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.section4:hover .section-img div {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.section4 .section-body h4 {
    color: #404040;
    font-size: 15px;
    font-weight: bold;
    margin:0
}

.section4:hover .section-body{
    transform:translatey(-6px);
    -ms-transform:translatey(-6px);
    -webkit-transform:translatey(-6px);
}
.section4 .section-body {
    position:absolute;
    padding:15px 10px;
    bottom:20px;
    left:20px;
    right:20px;
    background:#fff;
    z-index:1;
}
/*services*/
.services {
    
    padding: 60px 0 50px 0;
    /*background: url(../img/ser.png);*/
    /*background: url(../img/bg.jpg);*/
    background-position: center;
    background-size: cover;
    
}

.services .section {
    margin: 25px 0;
}

.services .bod a {
    position: absolute;
    bottom: 10px;    
}

.serv-sec {
    margin: 30px 0;
}

.serv-sec .img img {
    /*background-color: rgba(111, 169, 180, 0.0784313725490196);*/
    background: #fff;
    /*padding: 13px;*/
    padding: 4px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 2px 2px 2px #e5e5e5, -2px -1px 2px #e5e5e5;    
}

.serv-sec .img {
    margin-bottom: 10px;
    white-space: nowrap;
}

.serv-sec .img span {
    color: #444444;
    /*font-size: 15px;*/
    font-size: 18px;
    padding: 0 12px;
    font-weight: bold;
}

.serv-sec .bod {
    color: #8a8a8a;
    font-size: 13px;
    text-align: justify;
    -moz-border-radius: 4px 40px;
    -webkit-border-radius: 4px 40px;
    -o-border-radius: 4px 40px;
    border-radius: 4px 40px;
    
    color: #fff;
    padding: 1rem;
    min-height: 140px;
    /*background: var(--main2-color-var);*/
    background: rgb(59 150 150 / 70%);
    background-image: linear-gradient(to bottom, rgb(47 85 122 / 64%), rgb(59 150 150 / 50%));    
    /*text-shadow: 1px 1px 1px #000;*/    
}

.serv-sec .bod a {
    display: block;
    /*color: #444444;*/
    color: #fff;
    width: fit-content;
    margin-top: 10px;
    font-weight: bold;
    font-size: 13px;
    border: none;
    background: transparent;
}

.serv-sec .bod a:hover {
    /*color: #032182;*/
}

.ser-image img {
    width: 100%;
}

.activities {
    padding: 60px 0;
}

.actv-sec {
    margin: 15px 0 !important;
}

.actv-slider .slide {
    position: relative;
    height: 570px;
    background-color: #F5F5F5;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.actv-sec {
    padding: 30px 20px;
    /*background: #f7f7f7;*/
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    /*border: 2px solid #f7f7f7;*/
}

.actv-sec:hover {
    /*border: 2px solid #6fa9b4;*/
    border: 0px solid #6fa9b4;
}

.actv-sec:hover .actv-title,
.actv-sec:hover a {
    /*color: #6fa9b4;*/
    color: var(--main-color-var);
    text-shadow: none;  
}

.actv-sec .bod{
    text-align: justify;
    /*text-shadow: 1px 1px 1px #000;*/
    background: rgb(47 85 122 / 80%);
}
.actv-sec .bod .actv-title{
    text-align: center;
}
.actv-sec .bod a {
    margin: 20px auto 0 auto;
    border: none;
    background: transparent;
}

.actv-title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    /*color: #444444;*/
    color: #fff;
}

/**/
.stories {
    padding: 50px 0;
}

.stories .section {
    margin: 0 10px 30px 10px;
}

.stories .section-img {
    height: 300px;
}

/**/
.customers {
    padding: 60px 0 50px 0;
    background-color: #fcfcfc;
}

.title {
    /* max-width: 600px; */
    margin: auto auto 50px auto;
    position: relative;
    padding: 10px 5px 3px;
    /* border: 1px solid red; */
    background-image: linear-gradient(to right, var(--main-color-var), var(--main2-color-var));
    /* color: #fff!important; */
    border-radius: 4px 40px;    
}

.title h2 {
    color: #6fa9b4;
    color: #fff;
    min-width: 200px;
    width: fit-content;
    margin: 0 auto 0 auto;
    padding-bottom: 15px;
    position: relative;
    font-size: 25px;
    /*font-weight: bold;*/
}

.title::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: calc((100% - 20px)/ 2);
    background: #acb69b;
    /*  height: 4px;
      width: 20px;
      border-radius: 50px;*/
}

.title h4::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: calc((100% + 30px) / 2);
    background: #6fa9b4;
    /*  height: 4px;
      width: 20px;
      border-radius: 50px;*/
}

.title::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: calc((100% - 70px)/ 2);
    background: #337295;
    /*  height: 4px;
      width: 20px;
      border-radius: 50px;*/
}

.title h4 {
    font-size: 13px;
    color: #8a8a8a;
}

/**/
.contact {
    padding: 0 0 50px 0;
}

.contact .map {
    height: 618px;
}

.contact .map iframe {
    height: 100%;
    width: 100%;
}

.contact .info {
    color: #fff;
    padding: 60px 0;
    background-color: #337295;
    border-radius: 20px;
    margin-top: -65px;
    z-index: 1;
    position: relative;
}

.contact .info a {
    color: #fff;
}

.contact .info a:hover {
    color: #6fa9b4;
}

.contact .info .info-col {
    text-align: center;
    border-right: 1px solid #ACC2F1;
}

.contact .info .info-col:first-of-type {
    /*border-right: 0;*/
    border-right: 1px solid #ACC2F1;
}

.contact .info .info-col:last-of-type {
    border-right: none !important;
}

.contact .info .info-col i {
    display: inline-block;
}

/**/
.subscribe-sec {
    margin-bottom: 15px;
}

.subscribe {
    background-color: #f7f7f7;
    padding: 35px 40px;
}

.subscribe form input,
.subscribe form textarea {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 13px;
    font-size: 14px;
    color: #3D3D3D;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.subscribe form input[type=submit] {
    width: 103px;
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
    outline: 0;
    border: 0;
    background: #337295;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    border-radius: 30px;
}

.subscribe form input[type=submit]:hover {
    background: #6fa9b4;
}

.subscribe form {
    position: relative;
}

/**/
footer {
    background-color: #337295;
    /*background-color: rgb(59 150 150 / 70%);*/  
    background-color: var(--main-color-var);  
    /*background-image: url(../img/footer.png);*/
    /*background-image: linear-gradient(#e66465, #9198e5), url(../img/footer.png);*/
    /*background-image: linear-gradient(#000, #9198e5), url(../img/footer.png);*/
    /*background-image: linear-gradient(rgb(0 0 0 / 90%), rgb(255 255 255 / 20%)), url(../img/footer.png);*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /* background-attachment: fixed; */
    color: #fff;
    padding: 30px 0 0 0;
    font-size: 15px;
}

.above-footer-img {
    width: 600px;
    /*margin: 0px -100px -90px 0;*/
    margin: 0px 0 -90px -100px;
}

.footer-sec {
    padding: 0 10px;
}

.footer-col:nth-of-type(2) .footer-sec,
.footer-col:nth-of-type(3) .footer-sec {
    width: fit-content;
    /*margin: auto;*/
}

.footer-col {
    position: relative;
}

.footer-col::before {
    content: "";
    position: absolute;
    width: 1px;
    top: 10px;
    right: 0;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-col:first-of-type .footer-sec {
    padding: 0 !important;
}

.footer-col:first-of-type::before {
    /*display: none;*/
    display: block;
}

.footer-col:last-of-type::before {
    display: none;
}

.copyright .text-right {
    text-align: left !important;
}

.copyright .text-left {
    text-align: right !important;
}

.footer-sec-h {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
}

.footer-txt {
    line-height: 30px;
}

footer ul a:hover {
    color: #032182;
}

.footer-sec-h::before {
    content: "";
    position: absolute;
    /*right: 0;*/
    right: auto;
    left: 0;
    bottom: -3px;
    width: 45px;
    height: 4px;
    border-radius: 5px;
    background-color: #0360D9;
}

footer ul {
    padding: 2px 0 0px 0;
}

footer ul li {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    position: relative;
    /*padding: 0 20px 0 0;*/
    padding: 0 0 0 20px;
}

footer ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    top: 12px;
    height: 6px;
    background: #fff;
    /*right: 0;*/
    left: 0;
    right: auto;
    transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
}

footer ul li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

footer ul.sub-menu li{
    list-style: none;
}

footer ul.sub-menu li::before {
    background: #ffffff80;
}


footer ._social a {
    color: #fff;
    margin: 5px;
}


footer ._social a:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}


/**/
.copyright {
    color: #fff;
    padding: 10px 0;
    margin-top: 40px;
}

.copyright .container {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    
}

.copyright span {
    font-size: 15px;
    line-height: 45px;
    color: #fff;
}

.copyright span img {
    max-height: 36px;
    width: auto;
    padding: 0 10px;
}

/**/
.breadcrumb {
    min-height: 450px;
    padding: 150px 0 50px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.breadcrumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, .18));
    z-index: -1;
    opacity: 1;
}

.breadcrumb span {
    display: inline-block;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
}

.a-sec:first-of-type {
    margin-bottom: 150px;
}

.a-sec img {
    width: 100%;
}

.a-sec .txt h3 {
    margin: 20px 0;
}

.a-sec .txt p {
    line-height: 33px;
}

.projects,
.products {
    padding: 50px 0;
}

.pagination li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background: #032182;
    margin: 2px;
    line-height: 30px;
    text-align: center;
}

.pagination li span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #16227E;
    background: #aaa;
    margin: 2px;
    line-height: 30px;
    text-align: center;
}

.pagination {
    align-items: center;
    justify-content: center;
}

.paginatnnion {
    text-align: center;
    margin: 30px 0 0 0;
}

/**/
.gallery {
    margin-top: 30px;
}

.lg-outer {
    direction: ltr;
}
.gall-img{
    margin: 15px 0;
    /*overflow:hidden;*/
    /*box-shadow: 0px 10px 20px #0000000d;*/
    /*background: red;*/
    /*border-radius: 20px;*/
}
.gall-img .img{
    /*background: #eee;*/
    /*text-align: center;*/
    /*border-radius: 20px;*/
    /*padding: 2rem 1rem;*/
    /*height: 235px;*/
    cursor: pointer;
}

.gall-img .img img{
    /*	max-width:80%;
            max-height:80%;
            width:auto;
            height:auto*/
}
.gall-img:hover .img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.productss .nav-tabs {
    justify-content: center;
}

.productss .nav-tabs .nav-item.show .nav-link,
.productss .nav-tabs .nav-link.active {
    border-bottom: 4px solid #032182;
}

.productss .nav-tabs .nav-link {
    border: none;
    color: #000;
    font-size:18px;
    font-weight:bold;
    border-bottom: 4px solid transparent;
}

/**/
#accordion .card {
    margin: 20px 0;
}

#accordion .card-header button {
    display: block;
    width: 100%;
    color: #032182;
    text-align: initial;
    /* text-decoration: none !important; */
}

.s-page form {
    background-color: #f7f7f7;
    padding: 35px 40px;
    max-width: 700px;
    margin: auto;
}

.s-page form a {
    color: #032182;
}

.s-page form table {
    width: 100%;
}

.swpm-registration-membership-level-row,
.swpm-profile-membership-level-row {
    display: none;
}

.s-page form input[type=text],
.s-page form input[type=email],
.s-page form input[type=password],
.s-page form textarea,
.s-page form select {
    width: 100% !important;
    border: 0;
    outline: 0;
    padding: 13px;
    font-size: 14px;
    color: #3D3D3D;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.s-page form input[type=submit] {
    margin-top: 30px;
    width: 173px;
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
    outline: 0;
    border: 0;
    background: #337295;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    border-radius: 30px;
}

/**/

.subscribe form br {
    display: none;
}

.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 12px;
}

input,
textarea {
    /*text-align: right;*/
    text-align: left;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

/*media query**/
@media only screen and (max-width : 991px) {
    .copyright div {
        text-align: center !important;
    }
    
    .some-work.owl-drag .owl-item .img {
        transform: scale(1) !important;
    }
    
    .some-work .owl-stage-outer {
        padding-top: 0;
    }
    
    .some-work .slide span {
        margin-top: 20px;
    }
    
    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    
    .upper-bar .r-ul li {
        margin: 2px;
    }
    
    .subscribe form {
        margin: 20px;
    }
    
}

@media only screen and (max-width : 767px) {
    
    .nav-bar .menu-item-has-children .sub-menu {
        position: initial;
        background: #fff;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        width: auto;
        display: none;
        transition: none;
        padding: 0;
    }
    
    .top-opt .search {
        padding: 0 10px;
    }
    
    .top-opt .search form input,
    .top-opt .search form {
        width: 100%;
    }
    
    .nav-bar .menu-item-has-children {
        padding: 0 !important;
    }
    
    .a-sec:first-of-type {
        margin-bottom: 50px;
    }
    
    .actv-slider .slide {
        height: 300px;
    }
    
    .s-page form {
        padding: 30px 15px;
    }
    
    .subscribe .txt {
        padding: 0 15px;
    }
    
    .breadcrumb {
        min-height: 350px;
    }
    
    .searcbox {
        margin-top: 40px;
    }
    
    .footer-col:first-of-type .footer-sec {
        padding: 0 10px !important;
    }
    
    .footer-col:nth-of-type(2) .footer-sec,
    .footer-col:nth-of-type(3) .footer-sec {
        width: auto;
        margin: 0 0 20px 0;
    }
    
    .gall-img .img {
        height: 120px;
    }
    
    .copyright span {
        display: block;
        text-align: center !important;
    }
    
    .contact .info .info-col {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        bottom: 40px;
        width: 30px;
        height: 30px;
    }
    
    .owl-carousel .owl-nav button.owl-next {
        left: 10px;
    }
    
    .owl-carousel .owl-nav button.owl-prev {
        right: 10px;
    }
    
    /* .subscribe form {
      margin: 50px 0 0 0;
    } */
    
    .contact .map {
        height: 400px;
    }
    
    .footer-sec {
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .some-work .owl-item .img {
        height: 220px;
    }
    
    .menu {
        color: #fff;
        font-size: 25px;
        padding: 5px;
        /*float: left;*/
        float: right;
        cursor: pointer;
    }
    
    .menu-overlay {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #0360D9;
        opacity: .4;
        z-index: 998;
    }
    
    .main-menu {
        padding: 30px 0 0 0;
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100vh;
        background-color: #fff;
        z-index: 999;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    
    .nav-bar .menu-item-has-children>.icofont-rounded-down {
        color: #000;
        padding: 10px 20px;
        top: -2px;
        left: auto;
    }
    
    .main-menu i.close-menu {
        position: absolute;
        color: #032182;
        top: 30px;
        right: 5px;
        font-size: 30px;
        padding: 5px;
        cursor: pointer;
    }
    
    .main-menu ul li {
        margin: 15px 0;
    }
    
    .main-menu ul li a {
        color: #000;
        width: 100%;
        display: block;
        padding: 5px 10px;
        position: relative;
        z-index: 1;
    }
    
    /* .main-menu ul li a::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 0;
      background-color: #0360D9;
      z-index: -1;
      opacity: 0;
      visibility: hidden;
    }
  
    .main-menu ul li a:hover::after {
      width: 100%;
      opacity: 1;
      visibility: visible;
    } */
    
    .main-menu ul li a:hover {
        transform: translateX(10px);
        -ms-transform: translateX(10px);
        -webkit-transform: translateX(10px);
    }
    
    .l-ul,
    .r-ul,
    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    
    .subscribe {
        padding: 30px 0;
        margin-bottom: 30px;
    }
    
    .subscribe form input {
        padding: 0 10px 0 110px;
        height: 45px !important;
    }
    
    .subscribe form input[type=submit] {
        height: 35px;
    }
    
    .rotate {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    
}

#airports-gal img{
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 200px;
    height: 200px;
}

#airports-gal p{
    width: 200px;
    text-align: center;
    margin: 0px auto;
    background: var(--main2-color-var);
    color: #fff;
    padding: 5px;
    -moz-border-radius: 30px 0px;
    -webkit-border-radius: 30px 0px;
    -o-border-radius: 30px 0px;
    border-radius: 30px 0px;
}


.page-bg-img{
    /*url(<?php echo get_template_directory_uri() . "/assets/img/random/Airport-Thumama.jpeg"; ?>);*/
    /*background-image: linear-gradient(rgb(255 255 255 / 50%), rgb(255 255 255 / 50%));*/
    /*background-image: linear-gradient(rgb(0 0 0 / 1%), rgb(0 0 0 / 1%));*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-blend-mode: lighten;*/
    /*background-size: cover;*/
    /*  background: url(../img/bg.jpg);
      background-position: center;
      background-size: cover;*/
    background: url(../img/ac_on_sky-4.jpg) repeat-y center / contain;
}
