@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300&display=swap");
@font-face {
  font-family: 'Futura';
  src: url("assets/fonts/FuturaStdLight.otf") format("truetype");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: 'Futura';
  src: url("assets/fonts/FuturaStdMedium.otf") format("truetype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Futura';
  src: url("assets/fonts/FuturaStdBook.otf") format("truetype");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'Futura';
  src: url("assets/fonts/FuturaStdBold.otf") format("truetype");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Futura';
  src: url("assets/fonts/FuturaStdExtraBold.otf") format("truetype");
  font-style: normal;
  font-weight: 900; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: white;
  font-size: 1.5rem;
  line-height: 1.6;
  color: black;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: 'Futura'; }

.container-xpt-95 {
  max-width: 95%; }

.container-xpt-90{
  max-width: 90%; }

.container-xpt-84{
    max-width: 84%;
}

.container-xpt-82 {
  max-width: 82%; }

.container-xpt-60 {
  max-width: 60%; }
a{
    color: inherit; text-decoration: none
}
a:hover{text-decoration: none}
p{
    margin-bottom:2rem
}
figure{margin-bottom: 0}

/*Header Section*/
.header .top-header{
    position: fixed;
    z-index: 9999;
    background: rgb(255 255 255 / 62%);
    width: 100%;
    top: 60px;
    padding: 20px 0;
}
.header.sticky .top-header{top:0; transition: .2s all ease-in; background: #fff}
.top-header .navbar-brand img{max-width: 185px;transition: .2s all ease;}
.header.sticky .top-header .navbar-brand img {
    max-width: 155px;
    transition: .3s all ease;
}
.top-header .navbar-nav {margin-right: 25px;}
.top-header .navbar-nav li{
    margin: 0 5px;
}
.main-menu-more {
    display: none;
}
.top-header .navbar-nav li a{
    color: #233d93;
    padding: 8px 10px !important;
    font-size: 14px;
}
.top-header .navbar-nav li.active a{
    font-weight: 800;
    border: 2px solid #51b948;
    border-radius: 25px;
}
.right-wrapper{
    height:100%;
}
.lang-wrap {
    height:100%;
    background: #51b948;
    padding: 10px;
}
.lang-wrap a{
    /*padding: 10px;*/
    display: block;
}
.lang-wrap a img{width: 11px;}
.slider-wrapper{
    height:100vh;
    overflow: hidden;
}
div#carouselExampleCaptions, .carousel-inner,.carousel-item{height:100%; position:relative}
.carousel-inner:after{
/*    position:absolute;
    content: "";
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background: #00000036;*/
}
.slider-wrapper .carousel-inner .carousel-item{position:relative}
.carousel-item img{height: 100%;width:100%; object-fit: cover}
.slider-wrapper .carousel-caption{
    position: absolute;
    bottom: 115px;
    right: 7%;
    color: #fff;
    text-shadow: 0 0 10px #000;
    width: 60%;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
.page .slider-wrapper .carousel-caption{
    left: 50%;
    transform: translateX(-50%);
    margin: auto !important;
    text-align: center;
}
.slider-wrapper .carousel-caption{
    /*text-transform: uppercase*/
}
.slider-wrapper .carousel-caption h2{
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 6rem;
}
.slider-wrapper .carousel-caption h3{
    /* font-weight: 700; */
    font-size: 3.3rem;
    margin-bottom: 2rem;
}
.carousel-indicators{bottom: 10%;align-items:center}
.carousel-indicators li{
    width: 6px;
    height: 6px;
    margin: 0 1.6rem;
    border-radius: 50%;
}
.carousel-indicators li.active{
    width: 19px;
    height: 0px;
    background: #243e93;
}

.inner-wrapper{padding: 4% 0;}
.inner-wrapper .content-wrapper{margin: auto;display:block}
.inner-wrapper .content-wrapper .title h2{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4rem;
    margin-bottom: 4rem;
    color: #51b948
}
.bg-ee {background: #eeeeee}
.hm-about-us{background: #eee;padding-top: 4%;}
.wd-wrapper{margin-top: 6rem}
.wd-wrapper .col-lg-2{
    flex: 0 0 20%;
    max-width: 20%;
}
.wd-wrapper .inner-col{
    transition: .3s all;
    /*height: 282px;*/
    padding:18px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wd-wrapper .inner-col figure{
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 20px;
}
.wd-wrapper .inner-col figure .n-h{}
.wd-wrapper .inner-col figure .w-h{display: none}
.wd-wrapper .inner-col figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wd-wrapper .inner-col figcaption{
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #233d93;
    padding-bottom: 25px;
    line-height: 1.4;
    text-transform: uppercase;
}
.wd-wrapper .inner-col .add_info{
    display: none; color: #fff;
}
.wd-wrapper .inner-col:hover .add_info{
    display: inherit;
}
.wd-wrapper .inner-col:hover{background: #51b948;transition: .3s all;cursor: pointer;border-bottom: none}
.wd-wrapper .inner-col:hover figcaption{color:#fff;border-bottom: none}
.wd-wrapper .inner-col:hover .n-h{display:none}
.wd-wrapper .inner-col:hover .w-h{display: inherit}

.logo-section{margin: 6rem 0;}
.logo-section img{
    max-width: 330px;
    max-height: 100px;
}

.busines{
    background-image: url('assets/images/bus-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-color: #125208;
    background-blend-mode: overlay;
    /*height: 400px;*/
    color: #fff
}
.busines .title {
    text-transform: uppercase;
    margin-bottom: 25px;
}
.busines figure{
    height: 150px;
    width: 150px;
    margin: auto;
    overflow: hidden;
    padding: 26px;
    border: 5px solid;
    border-radius: 50%;
    margin-bottom: 25px;
}
.busines img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.busines .value {
    font-weight: 700;
    font-size: 5rem;
}


.news .item{
    /*margin: 10px;*/
}
.owl-item{margin: 10px;}
.news .item figure{height: 300px;overflow: hidden}
.news .item figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*margin: 10px;*/
}
.news-info-wrap{padding: 15px;}
/*.news-info-wrap .date{margin-top: 20px;}*/
.news-info-wrap .nw-title{margin-top: 10px;font-weight: 700;font-size: 18x;}
.news .item:hover {cursor : pointer;box-shadow: 0 0 10px #7d7d7d;}
.news .item:hover .news-info-wrap{color: #fff;background: #51b948;padding: 15px}


.news .owl-prev, .news .owl-next {
    position: absolute;
    top: 42%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 90;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 6rem;
    color: #efefef;
    text-shadow: 0 0 6px #656161;
}
.news .owl-next{
    left: inherit;
    right: 20px;
}
.get-in-touch{
    background: #ececec;
    position: relative;
    box-shadow: 0 0 10px #868686;
    z-index: 10;
}
.get-in-touch .title{
    text-align: right;
}
ul.contact-wrap{
    list-style : none
}
ul.contact-wrap li{
    margin-bottom: 15px;
}
ul.contact-wrap li img{
    width: 38px;
    margin-right: 10px;
}
.social-buttons{
    margin-top: 3rem;
}
ul.contact-wrap .fab{
    font-size: 22px;
    margin-right: 10px;
    color: #ececec;
    background: #356ab6;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
}
.inq_wrap {
    
}
.inq_wrap .form-control{
    height: calc(1.5em + .75rem + 26px);
    padding: 10px;
    font-size: 15px;
    background-color: #e4e5e7;
}
.getq-btn {
    font-size: 14px;
    text-transform: uppercase;
    background: #356ab6;
    border: none;
    width: 130px;
    padding: 10px;
    border-radius: 20px;
}
.fa-caret-down{
    color: #ececec;
    position: absolute;
    left: 50%;
    bottom: -75px;
    transform: translateX(-50%);
    z-index: 10;
    font-size: 13rem;
    border-radius: 0;
    text-shadow: 0px 10px 12px #8686865e;
}
.ft-logo{
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.ft-logo img{max-width: 155px;}
.site-footer .content-wrapper{
    margin-top: -7px
}
.footer-wrap{
    background: #356ab6;
    padding: 50px 80px;
}
.ft-menus-wrap{
    color: #fff;
}
.ft-menus-wrap{list-style: none;}

.ft-menus-wrap{padding-left: 0}
.ft-menus-wrap li{
    float: left;
    width: 33%;
    font-weight: 100;
}
.ft-menus-wrap li a{
    color: #fff;
}
.ft-menus-wrap li a:hover{
    color: #fff;
    text-decoration: none
}
.subsription {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.subsription-txt {
    text-transform: uppercase;
    font-weight: 100
}
.subsription .wpcf7{
    width: 80%;
}
.subsription .form-control{
    height: calc(1.5em + .75rem + 26px);
    padding: 10px;
    font-size: 15px;
    background-color: #e4e5e7;
    border: 3px solid #fff;
}
.subsription .wpcf7-form-control-wrap{
    width: 75%;
}
.subs_btn{
    width: 25%;
    background: #58b948;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    border: none;
    border: 3px solid #fff;
    border-left: 0
}
.subsription-txt {
    text-transform: uppercase;
    font-weight: 100;
    margin-left: 17%;
    color: #fff;
}
.subsription  .wpcf7-not-valid-tip{
    position: absolute;
    color: #fff
}
.subsription .wpcf7 form .wpcf7-response-output{
    position: absolute;
    bottom: -50px;
}



/*Subpage*/

.slider-wrapper.sub_page{
    height: 60vh
}
.submenu-expand, .mobile-parent-nav-menu-item{display:none}
.dropdown-menu{padding: 0}
.dropdown-menu li{margin: 0 !important;padding:0}
.dropdown-menu li a{font-size: 14px;}
.dropdown-item:hover{color: #fff !important; background-color: #233d93}
.dropdown-menu li.active a{border:none !important; border-radius: 0px !important;;font-weight: normal !important}

.subpage-wrapper h3{
    font-weight: 600;
    font-size: 3rem;
    color: #58b948;
    margin-bottom: 20px;
}
.subpage-wrapper h4{
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.5;
}
.bod-single-col{
    margin-bottom: 4rem;
    border: 2px solid;
    overflow: hidden
}
.bod figure{
    width:100%;
    height : 345px;
    overflow: hidden;
}
.bod figure img{
    height:100%;width:100%; object-fit:cover
}
.bod figcaption{
    padding: 10px;
    font-weight: 600;
}
.bod-single-col figcaption h5{
    font-size: 14px;
    margin-top: 8px;
}
.bod button.view_prof_btn{
    background: #58b948;
    border: none;
    padding: 10px;
    width: 150px;
    margin: 7px 0 12px;
    color: #fff;
}
button.close{
    margin: 0;
    color: #fff;
    opacity: 1 !important;
    background: #58b948;
    width: 35px;
    height: 35px;
    display: block;
    font-size: 20px;
    padding: 0;
    font-weight: 200;
    line-height: 0
}
.modal-backdrop.show{display: none}
.modal.show .modal-dialog{
    /* max-width: 100%; */
}

.modal-content{
    background-color: #05025f;
    color: #fff;
    padding: 20px
}
.modal-dialog{
    max-width: 100%;
    text-align: left
}
.__crr_fm_ {
    margin-top: 5rem;
    background: #fff;
    padding: 50px;    
    box-shadow: 0 0 10px #ccc;
}

.__fm_car01 h3, .inq_form h3 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 40px;
    color: #58b948;
}

.__fm_car01 .form-control {
    padding: 10px 20px;
    height: 50px;
    width: 100%;
    background: #f1f2f2;
    margin-bottom: 10px;
    font-size: 12px;
    color: #555;
    border: none;
    outline: none;
}
.xps__single__post {
    margin: 17rem 0 7rem;
}
.xps__single__post .__post__title {
    background: #58b948;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.xps__single__post .__post__title span{
	font-size: 12px
}
.xps__single__post figure {
    margin: 30px 0;
}
.xps__single__post figure img {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px;
    background: #f2f2f2;
    max-height: 340px;
}
.post__content {
    margin-top: 30px;
    text-align: justify;
}
.__nw__sigle__bk {
    position: relative;
}
.__nw__bk_single {
    border-bottom: 1px solid #a7a6a6;
    padding-bottom: 6rem;
    padding-top: 6rem;
    position: relative;
}
.__nw__bk_single:hover{
    box-shadow: 0 0 10px #ccc;
    border-bottom: none !important;
}
.news-date {
    color: #060166;
    font-size: 13px;
}
.news-title {
    color: #060166;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}
.news_read_more {
    color: #060166;
    font-size: 13px;
    border: 1px solid;
    padding: 5px 10px;
}
.news_read_more:hover{
    background: #060166;
    color: #fff;
}
.__nw__bk_single::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #060166;
    left: 0;
    bottom: -1px;
    position: absolute;
    transform: scaleX(0);
    transition: all .1s;
}
.__nw__bk_single:hover::after{
     transform: scaleX(1);
     transition: all .1s;
}
.__nw__sigle__bk figure {
    height: 232px;
}
.__nw__sigle__bk figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-list .single-item {
    margin-bottom: 30px;
}
.team-list .single-item .inner-col {
    height: 100%;
    position: relative;
}
.team-list .single-item figure {
    height: 100%;
    max-height: 430px;
    margin-bottom: 0;
    overflow: hidden;
}
.team-list .single-item figure img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.team-list .single-item figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    transition: all .2s;
}
.team-list .single-item figcaption h3 {
    color: #fff;
    text-align: center;
    padding: 15px;
    padding-bottom: 8px;
    margin: 0;
    font-size: 19px;
    text-shadow: 0 0 5px #1d1b1b;
}
.team-list .single-item figcaption h6 {
    font-weight: 700;
    color: #e8fff8;
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 5px #1d1b1b;
}
.team-list .single-item .gradient-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(
0deg
, rgb(88 185 72) 10%, rgb(88 185 72 / 26%) 35%);
    transition: all .2s;
}
.team-list .single-item .view-profile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
    z-index: 50;
    color: #fff;
    border: 1px solid;
    padding: 10px 20px;
    transition: all .2s;
}
.team-list .single-item a.modal-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.team-list .single-item .inner-col:hover figcaption {
    transition: all .4s;
    bottom: 30px;
}
.team-list .single-item .inner-col:hover .gradient-bg {
    transition: all .4s;
    background: linear-gradient(
0deg
, rgb(88 185 72) 10%, rgb(88 185 72 / 53%) 70%);
}
.team-list .single-item .inner-col:hover .view-profile {
    transition: all .4s;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10500;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgb(5 2 95 / 34%);
}
.modal .modal-dialog {
    max-width: 1200px;
    margin-top: 10%;
}
.modal-title{
    font-size: 3rem;
}
.modal-body {
    padding: 30px 43px;
    text-align: justify;
}
.mngmnt_desc figure img {
    width: 100%;
    height: auto;
}
.msg__blk {
    border: 2px solid #ccc;
    padding: 2rem 5rem;
    box-shadow: 0 0 10px #ccc;
}
.profile p{
    font-size: 18px;
}