/* !wrapper S
-------------------- */
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #000000;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
img{
    max-width: 100%;
}
#wrapper {
	min-width:320px;
}
.visibleTS{
	display: none;
}
.lb-data, .lb-data .lb-caption{
    color: #000;
}
.lb-data .lb-details{
    background: rgba(255, 255, 255,  0.60);
    width: calc(100% + 10px)!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 5px 5px 5px;
    box-shadow: 0 3px 23px 9px rgba(0,0,0,0.15)!important;
    font-weight: bold;
}

.lb-data .lb-caption{
    display: none!important;
}
.lb-data .lb-number{
    padding-bottom: 0px!important;
    text-align: center;
    color: #000!important;
}
.lb-dataContainer .lb-data{
    margin: auto;
}
.lb-dataContainer{
    padding-top: 0px!important;
    left: calc(50% - 4px)!important;
    top: auto;
    bottom: 10px!important;
    display: flex;
    align-items: center;
}
.lb-outerContainer{
    border-radius: 4px;
}
.lb-data .lb-details{
    border-radius: 4px; 
}
@media screen and (max-width: 991px){
	.visibleTS{
		display: block;
	}	
}
/* !wrapper E
-------------------- */
/* !header S
----------------- */
.header-wrapper{
    position: relative;
}
.en-ar{
	font-weight: 600;
}
.en-ar button {
    background: transparent;
    border: 0;
    font-weight: 600;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}
.en-ar button a{
    text-decoration: none;
    color: #000;
}
.en-ar button.active a {
    color: #26b4f0!important;
}
.en-ar button:focus{
    outline: 0;
}
.header-tab-wrapper {
    text-align: right;
    padding-right: 40px;
}
.top-header:hover{
    color: #fff !important;
    text-decoration: none;
}
.top-header {
    display: inline-block;
    min-width: 150px;
    background: #232b3e;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 6px 22px;
    border-radius: 0 0 15px 15px;
    /*border-left: solid 1px #0d1017;*/
    /*border-right: solid 2px #0d1017;*/
    border-bottom: solid 5px #0d1017;
    margin-left: 16px;
    text-decoration: none;
}
.headerLogo a{
	display: inline-block;
    padding-left: 36px;
    padding-bottom: 12px;
}
.fixed-header .headerLogo a{
    padding-bottom: 8px;
    padding-left: 26px;
}
.headerLogo a img{
	width: 125px;
}
.headerLinks{
    margin-top: 0;
    height: 30px;
}
.gNavi {
    text-align: right;
    padding: 0 15px 0 0;
}
.gNavi li {
    display: inline-block;
    margin-left: 30px;
    padding-bottom: 5px;
    position: relative;
}
.fixed-header .gNavi li {
    padding-bottom: 0;
}
.gNavi li a {
    display: block;
    text-decoration: none;
    color: #020202;
    font-size: 18px;
}
.gNavi ul li ul {
    display: none;
	position: absolute;
    top: 100%;
    margin-top: 10px;
    left: -40px;
    background-size: 230px 255px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-color: #1f2a3f;
    min-width: 450px;
    box-sizing: border-box;
    z-index: 99;
    text-align: left;
    padding: 35px 12px 12px 8px;
    border-radius: 15px;
}
.gNavi img.menu-image {
    display: none !important;
    padding-right: 0 !important;
}
.gNavi .menu-image-title{
    padding-left: 0 !important;
}
.gNavi ul li ul:after{
    content: "";
    position: absolute;
    top: -20px;
    left: 42px;
    z-index: 999;
    border-bottom: solid 22px #1f2a3f;
    border-left: solid 22px transparent;
    border-right: solid 22px transparent;
}
.gNavi ul li ul li {
    margin-left: 5px;
    margin-bottom: 12px;
    padding: 0px 16px;
    display: block;
}
.gNavi ul li ul li.active a:after,
.gNavi ul li ul li a:hover:after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #fff;
}
.gNavi ul li ul li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    transition: all 0.1s ease-in-out;
}
.gNavi ul li ul li.active a,
.gNavi ul li ul li a:hover{
	font-weight: 500;
}
#wrapper p.navbarToggle {
    margin: 0 0 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#wrapper .fixed-header p.navbarToggle {
    margin: 4px 0 0;
}
#wrapper p.navbarToggle i {
    font-size: 26px;
    color: #00aeef;
}
@media screen and (max-width: 1200px){
    .gNavi li {
        margin-left: 17px;
    }
    .gNavi li a {
        font-size: 15px;
    }
}
@media screen and (max-width: 991px){
    .header-tab-wrapper {
        padding-right: 0;
    }
    .headerLogo a {
        padding-left: 0;
        padding-bottom: 10px;
    }
    .fixed-header .headerLogo a {
        padding-top: 0;
        padding-bottom: 0; 
    }
    .headerLinks {
        margin-top: 0;
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
        background: #00aeef;
    }
    .gNavi {
        text-align: center;
        padding: 15px 0 5px;
    }
    .gNavi li {
        display: block;
        margin: 0 0 10px;
        padding: 0;
    }
    .gNavi li a {
        display: inline-block;
        color: #fff;
        font-weight: 600;
    }
    .gNavi ul li ul {
        position: relative;
        top: 0;
        left: 0;
        min-width: 450px;
        margin: 15px auto 0;
    }
    .gNavi ul li ul:after {
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
    }
    .gNavi ul li ul:after{
        border-bottom: solid 18px #1f2a3f;
    border-left: solid 18px transparent;
    border-right: solid 18px transparent;
    }
}
@media screen and (max-width: 767px){
    .fixed-header .headerLogo a {
        padding-top: 2px;
        padding-left: 0;
    }
    .top-header{
        font-size: 13px;
        min-width: 120px;
    }
    .headerLogo a img {
        width: 100px;
        height: auto;
    }
    /*#wrapper p.navbarToggle {
        margin: 15px 0;
    }*/
 
}
@media screen and (max-width: 576px){
    .header-tab-wrapper {
        padding:0 ;
    }
    .top-header{
        min-width: 100px;
        padding: 5px 15px;
        margin-left: 3px;
    }
    .gNavi ul li ul {
        min-width: 200px!important;
        max-width: 100%;
    }
  
    .en-ar{
        float: left;
        margin-top: 8px;
        font-size: 12px;
    }
    .fixed-header .en-ar{
        display: none;
    }
}
@media screen and (max-width: 390px){
    #wrapper p.navbarToggle {
        margin: 0;
    }
}
/* !header E1
----------------- */
/*Header RTL S
-------------------*/
.lang-rtl .header-tab-wrapper {
    text-align: left;
    padding-right: 0;
    padding-left: 40px;
}
.lang-rtl .top-header{
    margin-left: 0;
    margin-right: 15px;
}
.lang-rtl .headerLogo{
    text-align: right;
}
.lang-rtl .headerLinks {
    margin-left: 0;
    margin-right: 25%;
}
.lang-rtl .gNavi {
    text-align: left;
    padding: 0 0 0 15px;
}
.lang-rtl .gNavi li {
    margin-left: 0;
    margin-right: 30px;
}
.lang-rtl .gNavi ul li ul {
    left: auto;
    right: -40px;
}
.lang-rtl .gNavi ul li ul:after{
    left: auto;
    right: 42px;
}
.lang-rtl #wrapper p.navbarToggle{
    text-align: left;
}
@media screen and (max-width: 1200px){
    .lang-rtl .gNavi li {
        margin-right: 17px;
    }
}
@media screen and (max-width: 991px){
    .lang-rtl .gNavi {
        text-align: center;
        padding: 15px 0 5px;
    }
    .lang-rtl .gNavi li {
        margin: 0 0 10px;
    }
    .lang-rtl .gNavi ul li ul{
        right: auto;
    }
    .lang-rtl .gNavi ul li ul:after {
        left: 50%;
        right: auto;
    }
}
@media screen and (max-width: 576px){
    .lang-rtl .header-tab-wrapper{
        padding: 0 0 15px;
    }
    .lang-rtl .top-header{
        margin-right: 6px;   
    }
    .lang-rtl #wrapper p.navbarToggle{

    }
}
/*Header RTL E
-------------------*/
/*Banner S
--------------- */
.banner-wrapper {
    position: relative;
    line-height: 0.5;
    min-height: 100vh;
    overflow: hidden;
}
.overlay-vid{   
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.banner-wrapper span {
    display: inline-block;
    min-width: 220px;
    padding: 20px;
    background: #26b4f0;
    position: absolute;
    color: #fff;
    font-size: 16px;
    bottom: 8px;
    right: 0;
    border-radius: 50px 0 0 50px;
    border-bottom: solid 4px #0d1017;
    z-index: 9;
    font-weight: 600;
    text-align: center;
}
.banner-video{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
  
}
.banner-video1{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
  
}
body:not(.page-template-front-page-templete) .banner-video{
    height: 100%;
    width: auto;
}

.lang-rtl .banner-wrapper span{
    right: auto;
    left: 0;
    border-radius: 0 50px 50px 0;
}
@media screen and (max-width: 1200px){
    .banner-wrapper {
        min-height: 545px;
    }
}
@media screen and (max-width: 991px){
    .banner-wrapper {
        min-height: 500px;
    }
}
@media screen and (max-width: 890px){
    .banner-wrapper {
        min-height: 430px;
    }
}
@media screen and (max-width: 767px){
    .banner-wrapper {
        min-height: 390px;
    }
    .banner-wrapper span {
        min-width: 180px;
        padding: 16px;
        font-size: 15px;
        bottom: 5px;
    }
}
@media screen and (max-width: 700px){
    .banner-wrapper {
        min-height: 338px;
    }
}
@media screen and (max-width: 600px){
    .banner-wrapper {
        min-height: 325px;
    }
}
@media screen and (max-width: 576px){
    .banner-wrapper {
        min-height: 280px;
    }
    .banner-wrapper span {
        min-width: 150px;
        padding: 15px;
        font-size: 13px;
        bottom: 5px;
    }
}
@media screen and (max-width: 500px){
    .banner-wrapper {
        min-height: 250px;
    }
}
@media screen and (max-width: 450px){
    .banner-wrapper {
        min-height: 226px;
    }
}
@media screen and (max-width: 400px){
    .banner-wrapper {
        min-height: 218px;
    }
}
@media screen and (max-width: 390px){
    .banner-wrapper {
        min-height: 200px;
        margin-top: 96px;
    }
    .en-ar button a, .en-ar {
        color: #000 !important;
    }
    .en-ar button.active a {
        color: #26b4f0 !important;
    }
}
@media screen and (max-width: 350px){
    .banner-wrapper {
        min-height: 180px;
    }
}
/*Banner E
--------------- */
/* !footer S
-------------- */
.footer-wrapper{
	padding: 20px 30px 0px;
	background:#232b3e; 
}
.footer-wrapper .footerTitle {
    color: #fff;
    display: inline-block;
    border-bottom: solid 4px #00aeef;
    padding-bottom: 2px;
    margin-bottom: 15px;
    min-width: auto;
}
.footer-wrapper p {
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 3px;
}
.footer-wrapper p span{
    font-weight: 800;
}
.social-link a{
	display: inline-block;
	margin-right: 12px;
}

.copy-wrapper{
    background: #26b4f0;
}
.inner-copy {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner-copy p {
    margin: 0 0 0 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.lang-rtl .footer-wrapper{
    text-align: right;
}
.lang-rtl .social-link a{
    margin-right: 0;
    margin-left: 12px;
}
.lang-rtl  .linked-wrapper .ml-3{
    margin-left: 0 !important;
    margin-right: 1rem !important;
}
.lang-rtl .social-link a:first-child{
    margin-left: 22px;
}
@media screen and (max-width: 1200px) {

    .img-linked{
        width: 150px;
    }
}
@media screen and (max-width: 1024px) {
    body:not(.page-template-front-page-templete) .banner-video{
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .img-linked{
        width: 120px;
    }
}
@media screen and (max-width: 767px) {
    .footer-wrapper {
        padding: 35px 20px;
    }
    .linked-wrapper {
        display: block !important;
        margin: 26px 0 0;
    }
    .linked-wrapper .text-right{
        text-align: left !important;
    }
    .inner-timeline.inner-copy {
        padding: 15px 0;
        display: block;
        text-align: center;
    }
    .inner-timeline.inner-copy p {
        font-size: 14px;
        margin: 0 0 8px;
    }
    .inner-copy {
        display: block;
        text-align: center;
        padding: 10px;
    }
    .inner-copy p {
        margin: 0 0 4px;
    }
    .lang-rtl .footer-wrapper {
        text-align: center;
    }
}
@media screen and (max-width: 576px) {
    .img-linked {
        width: 45%;
    }
}
/* !footer E
-------------- */
/* !Common S
-----------------*/
.section-wrapper {
	padding: 70px 0;
}
.title{
	font-size:45px;
	font-weight: bold;
	color: #37beee;
    text-transform: uppercase;
}
.title span{
    display: inline-block;
    font-weight: 600;
}
.subTitle {
	font-size:25px;
	font-weight: bold;
    color: #00aeef;
} 
.footerTitle {
	font-size:18px;
	font-weight: bolder;
} 
.common-text-b {
    color: #000;
    font-weight: bold;
    /* font-family: 'Roboto', sans-serif; */
    font-size: 14px;
    line-height: 1.5;
}
.common-btn {
    background-color: #37beee;
    border-radius: 50px;
    display: inline-block;
    padding: 6px 6px 4px 16px;
    min-width: 220px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    border-bottom: solid 4px #1886a6;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 2px 2px 4px #7ca0ac;
    z-index: 2;
    text-transform: uppercase;
}
.common-btn:hover,
.common-btn:focus{
    text-decoration: none;
    background: #eef0f0;
    color: #222b3e;
    border-color: #bbc6c8;
    box-shadow: 2px 2px 4px #1492bf;
}
.common-btn span {
    display: inline-block;
    text-align: center;
    background: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    vertical-align: top;
    color: #fff;
    margin-left: 6px;
}
.common-btn span i {
    font-size: 20px;
    color: #37beee;
}
.common-btn:hover span{
    background: #222b3e;
}
.common-btn:hover span i{
    color: #fff;
}
.another-btn{
    min-width: 200px;
    background: #eef0f0;
    color: #222b3e;
    font-weight: bold;
    border-bottom: solid 4px #bbc6c8;
    box-shadow: 2px 2px 4px #1492bf;
} 
.another-btn span {
    display: flex;
    background: #222b3e;
    justify-content: center;
    align-items: center;
}
.another-btn span i {
    color: #fff;
}
.another-btn:hover,
.another-btn:focus{
    text-decoration: none;
    background: #232b3e;
    border-color: #0d1017;
    color: #fff;
    box-shadow: 0 0 3px #858d9e;
}
.another-btn:hover span{
    background: #fff;
}
.another-btn:hover span i{
    color: #0d1017;
}
.update-pic{
    width: 215px;
    height: 215px;
    object-fit: cover;

}
.inner-timeline{
    padding-top: 10px;
    padding-bottom: 10px;
}
body.lang-rtl {
    direction: rtl;
}
.lang-rtl .common-btn {
    padding: 6px 16px 4px 6px;
}
.lang-rtl .common-btn .float-right {
    float: left !important;
    margin-left: 0;
    margin-right: 6px;
}
.pageTop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 99999;
}
.pageTop a i{
    font-size: 46px;
    color: #0d1017;
}
@media screen and (max-width: 991px){
    .section-wrapper {
        padding: 40px 0;
    }
    .title {
        font-size: 32px;
    }
    .subTitle {
        font-size: 20px;
    }
    .update-pic {
        width: 190px; 
        height: 190px; 
    }
    .common-btn{
        font-size: 14px;
        min-width: 182px;
    }
    .pageTop {
        bottom: 30px;
    }
    .pageTop a i{
        font-size: 36px;
    }
}
@media screen and (max-width: 767px){
    .section-wrapper {
        padding: 30px 0;
    }
    .update-pic {
        height: auto;
    }
    .title {
        font-size: 28px;
    }
    .common-text-b {
        font-size: 13px;
    }
    .pageTop {
        bottom: 20px;
    }
    .pageTop a i{
        font-size: 30px;
    }

}
/* !Common E
-----------------*/
/*css for max width 1020*/
@media screen and (min-width: 1200px){
    .banner-wrapper span {
        font-size: 18px;
    }
    .title{
        font-size: 62px;
    }
    .subTitle {
        font-size: 30px;
    }
    .common-text-b {
        font-size: 18px;
    }
    .inner-copy p{
        font-size: 20px;
    }
    .common-btn {
        padding: 10px 10px 10px 22px;
        font-size: 18px;
    }
    .footerTitle {
        font-size: 20px;
    }
    .footer-wrapper p {
        font-size: 18px;
    }
    .header-wrapper .gNavi li a{
        font-size: 15px;
    }
}
/*For linked Tabs S
------------------------*/
.linked-post-wrapper{
    height: calc(100% - 45px);
}
.linked-post-wrapper .nav-tabs {
    border-bottom: 0;
}
.linked-post-wrapper  .nav-tabs .nav-item {
    z-index: 1;
}
.linked-post-wrapper  .nav-tabs .nav-link {
    border: 0;
    color: #fff;
    font-weight: 500;
}
.linked-post-wrapper .nav-tabs .nav-link.active, 
.linked-post-wrapper .nav-tabs .nav-item.show .nav-link{
    border: 0;
    color: #000;
}
.linked-post-wrapper .inner-linkein{
    height: calc(100% - 45px);
}
.linked-post-wrapper .tab-pane{
    height: 100%;
}
.linked-post-wrapper iframe{
    height: 100%;
}
.linked-wrapper {
    min-height: 520px;
}
.row.linked-post-wrapper{
    margin: 0 -38px;
}
.row.linked-post-wrapper .col-xl-4{
    padding: 0 5px;
}
.mn-l-38{
    margin-left: -35px;
}
@media screen and (max-width: 1199px){
    .row.linked-post-wrapper {
        margin: 0 -42px;
    }
    .row.linked-post-wrapper .col-xl-4 {
        padding: 0 10px 20px;
    }
}
@media screen and (max-width: 991px){
 
    .social-link a {
        margin-right: 6px;
    }
  
    .social-link a img{
        width: 30px;
    }
    .mn-l-38 {
        margin-left: 0;
    }
    .row.linked-post-wrapper {
        margin: 0;
    }
    .row.linked-post-wrapper .col-xl-4 {
        padding: 0 0 20px;
    }
    .headerLinks{
        height: auto;
    }
}
@media screen and (max-width: 767px){
    .linked-wrapper {
        min-height: 1000px;
    } 
    .photo-download-section{
        padding: 0 15px;
    }
}
@media screen and (max-width: 567px){
    .footer-wrapper {
        padding: 35px 0 10px;
    }
}

/*Tabs Download PAge*/



.photo-download-section ul {
    border: 0;
    gap: 15px;
    margin-bottom: 20px;
}

.photo-download-section ul li {
    border: 1px solid;
    padding: 5px 10px;
}

.photo-download-section ul li a {
    color: #000000;
    font-weight: 400;
}

.photo-download-section ul li.active {
    border-color: #37beee;
}

.photo-download-section ul li.active a {color: #37beee;font-weight: 500;}

/*For linked Tabs E
------------------------*/
/*Scroll S
---------------------------*/
/*::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #26b4f0;
}
::-webkit-scrollbar-thumb {
  background: #232b3e;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}*/
/*Scroll E
---------------------------*/