/* ---------------------------------------------------------------------- */
/*
/*	Body
/*
/* ---------------------------------------------------------------------- */
a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
body{
	font-family:IranSans;
    overflow-x: hidden;
    background-color: #fff;
    font-feature-settings: "tnum" 0, "lnum" 0; /* Disables Western numerals */
    unicode-bidi: plaintext;
}
.helios{
    font-family: Helios;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Doran;
  }


body.ltr {
	font-family:verdana;
}
a {
    color: #000;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {

}
.ltr .flex-row-reverse {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
/* ---------------------------------------------------------------------- */
/*
/*	Forms
/*
/* ---------------------------------------------------------------------- */
.form-group label{
    font-size: 14px;
    font-weight: 300;
}


.form-control{
    background-color: #ddd !important;
    color: #000 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.5) !important;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 14px !important;
    font-wight: 200 !important;
}

.form-control::placeholder{
    font-size: 16px !important;
}
.loader{
	display:none;	
}

#ajaxLoadNewsPaperLoading{
    display: none;
}
.ajaxLoadNewsPaperLoading{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
#ajaxLoadNewsPaperLoading img{
    
}
/* ---------------------------------------------------------------------- */
/*
/*	Header
/*
/* ---------------------------------------------------------------------- */
.header{
    z-index: 100;
    width: 100%;
    min-height: 160px;
    background-color: #5B78B2;
}
.datepicker-container .header{
    min-height: auto !important;
}

.ltr .header{
    background-image: url("../images/gradient_red_flipped.png");
}
.header .container{
    min-height: 160px;
    display: flex;
    align-items: center;
    background: url("../images/globe.png");
    background-repeat: no-repeat;
    background-position: center;
}
.ltr .header .container{
    flex-direction: row-reverse;
}
.rtl .header .logo{
    margin-left: auto;
    align-self: center;
}
.ltr .header .logo{
    margin-right: auto;
    align-self: center;
}
.header .circleBackground {
  width: 320px;
  height: 320px;
  background:url("../images/circle.png");
  animation: spin 25s linear infinite;
  position: absolute;
  right: 80px;
  top:-210px;
}
.ltr .header .circleBackground {
  right: auto;
  left: 80px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.header .langs {
  position: absolute;
  top:0px;
}
.header .langs a{
    color: #fff;
    opacity: 0.6;
    padding: 10px 5px;
    display: inline-block;
}
.header .langs a:hover{
    opacity: 1;
}
.header .search{
    direction: rtl;
    text-align: right;
}
.ltr .header .search{
    direction: ltr;
    text-align: left;
}
.header .search input{
    min-width: 220px;
    padding: 9px 15px;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
}
.header .search button{
    padding: 9px 25px 9px;
    border-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: inline-block;
    border: 0;
    background-color: #0068A3;
}
.ltr .header .search input{
    min-width: 220px;
    padding: 9px 15px;
    border-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: inline-block;
}
.ltr .header .search button{
    padding: 9px 25px 9px;
    border-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
    border: 0;
}
.header .search button i{
    color: #fff;
    font-size: 18px;
    vertical-align: top;
}
.header .domain{
    opacity: 0.6;
}
.header .domain:hover{
    opacity: 1;
    color: #fff;
}

@media (max-width: 576px)
{ 
    .header .container{
        height: auto;
        display: inline-block;
        text-align: center;
    }
    .header .logo{
        display: block;
        float: none;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header .search{
        display: inline-block;
        margin-top: 35px;
        width: 100%;
        text-align:center !important;
    }
    .header .circleBackground{
        display: none;
    }
    .header .search input{
        min-width: 160px;
    }
}
@media (max-width: 578px)
{
    .header .container {
        background-size: cover;
      }
}
@media (max-width: 768px)
{ 
    .header .domain{
        display: none;
    }
}
@media (max-width: 1200px)
{
    
    .header .domain{
        display:none !important;
    }
     .header .logo img{
        height:65px;
    }       
       .header .container{
        height: auto;
        padding:25px 0;
    } 
}
@media (max-width: 1400px)
{
    .header .logo img{
        height:70px;
    }
    
    
    .header{
        min-height: auto;
    }
    
    .header .container{
        height: auto;
        padding:25px 0;
    }
        
    
}
@media (max-width: 1600px)
{
    .header .logo img{
        height:70px;
    }
    
    
    .header,.header .container {
        min-height: auto;
    }
    .header .container {
        min-height: 130px;
    }
    
}

.full-image-btn{
  position: absolute;
  bottom: 10px;
  left: 50%;
  height: auto;
  height: 30px;
  
}
/* ---------------------------------------------------------------------- */
/*
/*	Menu
/*
/* ---------------------------------------------------------------------- */
.mainmenuOut{
    background: #000;
}
.mainmenu{
    background: #031F2F;
}
.mainmenu a{
    padding: 18px 20px 20px;
    color: #fff;
    display: inline-block;
}
.mainmenu a:hover{
    background-color: #056296;
    color: #fff;
}
.mainmenu>ul{
    float: right;
}
.mainmenu>ul li{
    float: right;
    position: relative;
    z-index: 999;
}
.ltr .mainmenu>ul{
    float: left;
}
.ltr .mainmenu>ul li{
    float: left;
}
.mainmenu li>ul{
    display: none;
}
.mainmenu li:hover>ul{
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
}
.ltr .mainmenu li:hover>ul{
    right: auto;
    left: 0;
}
.mainmenu li:hover>ul a, .mainmenu li:hover>a{
    background-color: #5B78B2;
    color: #fff;
    text-align: right;
    text-decoration: rtl;
}
 .ltr .mainmenu li:hover>ul a, .ltr .mainmenu li:hover>a{
    text-align: left;
    text-decoration: ltr;
}
.mainmenu li:hover>ul a{
    min-width: 200px;
    padding: 10px 20px 12px;
}
.mainmenu li:hover>ul a:hover{
    background-color: #355dc8;
}

@media (max-width: 1600px) { 
    .mainmenu a {
        padding: 18px 13px 20px;
      }
}
@media (max-width: 1400px) { 
    .mainmenuOut .container{
        
        min-width: 98%;

    }
    .mainmenu a {
        padding: 18px 10px 20px;
      }
}
@media (max-width: 1200px) { 
    .mainmenu a {
        padding: 18px 5px 20px;
      }
}
@media (max-width: 991px) { 
    .mainmenu a {
        padding: 18px 5px 20px;
      }
}
/* ---------------------------------------------------------------------- */
/*
/*	Home Banner
/*
/* ---------------------------------------------------------------------- */
.banner{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.bannerImage{
    background-position: center;
    background-size: cover;
    height: 100%;
}
.bannerImage img{
    opacity: 0;
}
.bannerCaptions{
    position:absolute;
    bottom: 0;
    right:0;
    width: 100%;
    padding: 25px 25px;
    direction: rtl;
    text-align: right;
}
.ltr .bannerCaptions{
    padding: 15px 25px;
    direction: rtl;
    text-align: left;
}
.bannerShadow{
    position:absolute;
    bottom: 0;
    right:0;
    width: 100%;
    height: 100%;
    background: url("../images/gradient_black_fade.png") bottom repeat-x;
}
.bannerCaptions .preTitle{
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
}
.bannerCaptions h1{
    font-size: 19px;
    font-weight: 800;
    padding-bottom: 10px;
    line-height: 1.5;
}
.bannerCaptions .shortDetails, .bannerCaptions .shortDetails p{
    line-height: 1.2;
}


@media (max-width: 768px) { 

    .bannerCaptions{
        position:absolute;
        bottom: 10%;
        transform: translateY(0);
        right:10%;
        width: 80%;
        background: rgba(0,0,0,0.5);
        padding:20px;

    }
    .bannerCaptions h1{
        color:#fff !important;
    }
    .bannerCaptions h3{
        color:#fff !important;
    }
}
@media (max-width: 576px) { 
    .bannerCaptions{
        position:absolute;
        bottom: 10%;
        transform: translateY(0);
        right:5%;
        width: 90%;
        background: rgba(0,0,0,0.5);
        padding:10px;

    }
}
@media (max-width: 400px) { 
    .bannerCaptions .shortDetails {
        display: none !important;
    }
}

@media (max-width: 1600px) { 
    .bannerCaptions h1{
    font-size: 17px;
    padding-bottom: 0px;
    line-height: 1.4;
}
.bannerCaptions {
  padding: 15px;
}
}


.bannerThumbs .owl-item{
    cursor: pointer;
    background: #000;
}
.bannerThumbs .owl-item .bannerThumb{
    opacity: 0.5;
}
.bannerThumbs .owl-item.current .bannerThumb{
    opacity: 1;
}

.bannerThumb{
    background-position: center;
    background-size: cover;
}
.bannerThumb img{
    opacity: 0;
}





.banner-editor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Default: 3 equal columns */
    grid-template-rows: repeat(3, auto);
    gap: 16px; /* Adjust spacing as needed */
    direction: rtl;
}

.banner-editor-grid-item:first-child {
    grid-column: span 2; /* Spans across 2 columns (c1, c2) */
    grid-row: span 2;    /* Spans across 2 rows (r1, r2) */
    direction: ltr;
}

/* Responsive for screens below 990px */
@media (max-width: 990px) {
    .banner-editor-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns layout */
    }

    .banner-editor-grid-item:first-child {
        grid-column: span 2; /* First item spans full width */
        grid-row: span 1; /* Only one row */
    }

    .banner-editor-grid-item {
        grid-column: span 1; /* Other items take half width */
    }
}

/* Further responsive for mobile screens below 600px */
@media (max-width: 780px) {
    .banner-editor-grid {
        grid-template-columns: 1fr; /* Full width for all items */
    }

    .banner-editor-grid-item {
        grid-column: 1; /* Each item takes full width */
    }
}




/* ---------------------------------------------------------------------- */
/*
/*	Home Editors Pick
/*
/* ---------------------------------------------------------------------- */
.editorsPick .preTitle{
    font-size: 12px;
    font-weight: 300;
    color: #999;
}
.editorsPick{
    padding-right: 40px;
}
.editorsPick::before{
    content: "";
    width: 51px;
    height: 100%;
    position: absolute;
    right: -10px;
    background: url("../images/text-editorsPick.png") center right no-repeat;
}
.ltr .editorsPick::before{
    background: url("../images/text-editorsPick_tr.png") center left no-repeat;
}
.editorsPick h2{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}
.ltr .editorsPick h2{
    height: 22px;
    overflow: hidden;
}
.editorsPick .shortDetails, .editorsPick .shortDetails p{
    line-height: 1.2;
    color: #666;
    margin: 0;
}
.editorsPick a{
    padding:19px;
}





@media (max-width: 1900px)
{
    .editorsPick a{
        padding:14.5px;
    }
    .ltr .editorsPick a{
        padding:17.5px;
    }
}
@media (max-width: 1600px)
{
    .editorsPick a{
        padding:11px;
    }
    .ltr .editorsPick a{
        padding:11px;
    }
    .editorsPick .preTitle{
    font-size: 10px;
    }
    .editorsPick h2 {
    font-size: 14px;
    padding-bottom: 3px;
    }   
    .editorsPick .shortDetails, .editorsPick .shortDetails p {
        line-height: 1.2;
        color: #666;
        margin: 0;
        font-size: 12px;
        height: 30px;
        overflow: hidden;
    }
    .rtl .editorsPick .col-lg-3{
        padding-left: 0;
    }
    .ltr .editorsPick .col-lg-3{
        padding-right: 0;
    }
}
@media (max-width: 1200px)
{
    .editorsPick a, .ltr .editorsPick a{
        padding:13px;
    }
    .editorsPick .preTitle{
        display: none !important;
    }
    .editorsPick{
        padding-right: 15px;
    }
    .editorsPick::before{
        right: -30px;
        z-index: -1;
    }
}
@media (max-width: 990px)
{ 
    .editorsPick .col-lg-3{
        padding-left: 15px;
        
    }
    .editorsPick{
        padding-right: 40px;
        margin-top: 15px;
    }
    .editorsPick::before{
        right: -10px;
    }
}
@media (max-width: 768px)
{ 
    .editorsPick{
        padding-right: 0;
    }
    .editorsPick::before{
        display: none;
    }
    .editorsPick h2{
        padding-top: 10px;
    }

}

/* ---------------------------------------------------------------------- */
/*
/*	Latest News
/*
/* ---------------------------------------------------------------------- */
.headingTitle{
    padding: 0;
    font-size: 16px;
    color: #E00000;
    margin-bottom: 10px;
    border-bottom:1px solid #E00000;
}



.headingTitle a{
    color: #E00000;
}


.headingTitle span{
    border: 1px solid #E00000;
    display: inline-block;
    padding-left: 15px;
    font-weight: bold;
}
.headingTitle img {
    padding-left: 10px;
 }




.ltr .headingTitle img{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.headingTitle.lightOrangeBg{
    background: #fff;
    color: #E00000;
}
.headingTitle.lightOrangeBg a{
    color: #031F2F;
}


.headingTitle.aquaBg{
    background: #fff;
    color: #DC2B47;
}
.headingTitle.aquaBg a{
    color: #DC2B47;
}

.headingTitle.darkBlueBg{
    background: none;
    color: #031F2F;
}
.headingTitle.darkBlueBg a{
    color: #031F2F;
}
.allNews{
    
}
.allNews .preTitle{
    font-size: 12px;
    font-weight: 300;
    color: #999;
}
.allNews h2{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}
.allNews .shortDetails, .editorsPick .shortDetails p{
    line-height: 1.2;
    color: #666;
    margin: 0;
}
.allNews a:not(.button){
    padding:19px;
    width: 100%;
}
.allNews a:hover, .editorsPick a:hover{
    background-color:#ddd;
}
@media (max-width: 576px)
{ 
    .allNews h2{
        padding-top: 10px;
    }
}

.allNews a{
}

.shadow {
    box-shadow: -1px 1px 0px 1px rgba(0,0,0,.1) !important;
  }
/* ---------------------------------------------------------------------- */
/*
/*	Ad Place
/*
/* ---------------------------------------------------------------------- */
.adPlace img, .adPlace video{
    max-width: 100%;
    height: auto !important;
}

/* ---------------------------------------------------------------------- */
/*
/*	News Promo
/*
/* ---------------------------------------------------------------------- */
.preTitle{
    font-size: 12px;
    font-weight: 300;
    color: #999;
}
.newsPromo .preTitle{
    font-size: 12px;
    font-weight: 300;
    color: #999;
}
.newsPromo h3{
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
}
.newsPromo .shortDetails, .newsPromo .shortDetails p{
    line-height: 1.2;
    color: #666;
    margin: 0;
}
.newsPromo a{
    padding:10px 15px;
}
.newsPromo a.promoThumb{
    padding:0;
    width: 100%;
}
.promoCaption{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}
.promoShadow{
    position:absolute;
    bottom: 0;
    right:0;
    width: 100%;
    height: 100%;
    background: url("../images/gradient_black_fade.png") bottom repeat-x;
}
/* ---------------------------------------------------------------------- */
/*
/*	Footer
/*
/* ---------------------------------------------------------------------- */
.footer{
    background: #323232;
    color: #fff;
    padding: 35px 0;
    margin-top: 25px;
}
.footerMenu li,.footerMenu li a{
    color: #fff;
    width: 100%;
}
.footerMenu li a{
    padding: 5px;
    display: inline-block;
}
.copyright{
    background: #ECECEC;
    color: #333;
}
.copyright a{
    color: #5B78B2;
}
.copyright a:hover{
    color: #7393C6;
}
.resaneh{
    background: #ECECEC;
    color: #333;
}
.resaneh a{
    color: #5B78B2;
}
.resaneh a:hover{
    color: #7393C6;
}
.rtl .footer-logo{
    float: left;
}
.ltr .footer-logo{
    float: right;
}
.social a{
    color:#fff;
}
@media (max-width: 576px)
{ 
    .footer .col-xs-12{
        text-align: center;
    }
    .footer-logo{
        float: none !important;
        display: inline-block;
        padding-top: 15px;
    }
    .footer .h3{
        padding-top: 15px;
    }
}
.footer-row{
    flex-direction: row-reverse;
    justify-content: space-between;
}
.footer i{
    font-family: "Font Awesome 5 Pro" !important;
}


/* ---------------------------------------------------------------------- */
/*
/*	Colors
/*
/* ---------------------------------------------------------------------- */
.darkBlueBg{
    background-color: #056296;
}
.lightOrangeBg{
    background-color: #d67a69;
}
.aquaBg{
    background-color: #0e7267;
}
/* ---------------------------------------------------------------------- */
/*
/*	Page Header
/*
/* ---------------------------------------------------------------------- */
.pageHeader{
    
    background:#056296;
    padding: 20px 0;
    color: #aaa;
}
.pageHeader a{
    color:#ccc;
}
.pageHeader a:hover{
    color:#fff;
}
.breadcrumb{
    display: inline-block;
    background: transparent !important;
    text-align: center;
    width: 100%;
    direction: rtl;
}
.breadcrumb li{
    display: inline-block;
    color: #999 !important;
}
.breadcrumb li a{
    font-size: 1.4em;
    color: #999;
}
.breadcrumb li a:hover{
    font-size: 1.4em;
    color: #fff;
}
@media (max-width: 1600px)
{ 
    .news-image{
       width: 50%; 
    }
}
@media (max-width: 1200px)
{ 

}
@media (max-width: 992px) { 
    .md-paddingTop{
        padding-top: 10px;
    }
    .md-paddingBottom{
        padding-bottom: 10px;
    }
    .md-marginBottom{
        margin-bottom: 15px;
    }
}
@media (max-width: 768px)
{ 
    .news-image{
       width: 100%;
        margin: 0;
        padding-bottom: 10px;
    }
    .captcha
    {
        width: 130px !important;
    }
}
@media (max-width: 576px)
{ 
}
/* ---------------------------------------------------------------------- */
/*
/*	Responsive Menu
/*
/* ---------------------------------------------------------------------- */
.cloned-logo{
    left: 5%;
    position: absolute !important;
    top: 0;
    z-index: 500;
}
.header .menu, .mainMenu {
    float: right;
    pointer-events: all;
    position: relative;
    z-index: 3;
    position: fixed;
  top: 0;
  right: 0;
}
.header .menu a, .mainMenu a{
    display: block;
    cursor: pointer;
    background: #0f3f87;
    color: #fff;
    padding: 10px 15px 29px 24px;
    overflow: hidden;
}

.header .menu.barter a{
    background: #df4444;
}
.cloned-mainMenu{
    z-index: 555;
    position: absolute;
    top: 0;
    right: 5%;
}
.header .menu span, .mainMenu span{
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    top: 10px;
    left: -5px;
}
.header .menu div, .mainMenu div{
    padding-top: 15px;
    width: 40px;
    text-align: center;
    font-size: 16px;
}
.header .menu a.active span, .mainMenu a.active span{
    background-color: #fff;
}
.header .menu a:hover span:nth-child(1) , .mainMenu a:hover span:nth-child(1){
    transform: translateY(6px);
}
.header .menu a.active span:nth-child(1), .mainMenu a.active span:nth-child(1) {
    transform: rotate(50deg) translate(10px, 11px);
}
.header .menu span:nth-child(2), .mainMenu span:nth-child(2) {
    width: 25px;
}
.header .menu a:hover span:nth-child(2), .mainMenu a:hover span:nth-child(2) {
    width: 0;
    transform: translateX(30px);
}
.header .menu a.active span:nth-child(2), .mainMenu a.active span:nth-child(2) {
    width: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
}
.header .menu span ~ span, .mainMenu span ~ span {
    margin-top: 10px;
}
.header .menu a:hover span:nth-child(3), .mainMenu a:hover span:nth-child(3) {
    transform: translateY(-6px);
}
.header .menu a.active span:nth-child(3), .mainMenu a.active span:nth-child(3) {
    transform: rotate(-50deg) translate(6px, -7px)
}
.topContact{
    background: rgba(0,0,0,0.4);
    color:  rgba(255,255,255,1);
    float: right;
    text-align: right;
    direction: rtl;
    padding: 18px 24px;
    min-height: 92px;
    line-height: 1.3;
    font-size: 16px;
}
.mainContent{
    line-height: 1.5;
}
@media (max-width: 576px) { 
    .topContact{
        background: rgba(0,0,0,0.4);
        color:  rgba(255,255,255,1);
        float: right;
        text-align: right;
        direction: rtl;
        padding: 18px 24px;
        min-height: auto;
        line-height: 1.3;
        font-size: 14px;
    }
    .cloned-logo{display: none;}
}

@media (max-width: 768px) { 
}

@media (max-width: 992px) {  }

@media (max-width: 1200px) {  }
/* ---------------------------------------------------------------------- */
/*
/*	Menu Items
/*
/* ---------------------------------------------------------------------- */
.menuBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background-color: #000;
    pointer-events: all;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
    transition-timing-function:cubic-bezier();
    overflow-y: auto;
    overflow-x: hidden;
    
}

.menuBg.active {
    opacity: 1;
    visibility: visible;
}
.menu-items{
    padding-top: 80px;
}
.menu-items,.menu-items li{
    width: 100%;
    text-align: center;
    color: #fff;
    direction: rtl;
}
.menu-items a {
    text-decoration:none;
    width: 100%;
    display:inline-block;
    padding:18px 0;
    position:relative;
    font-size: 30px;
    font-weight: bold;
    -webkit-transition:all 1s cubic-bezier(0.17, 0.67, 0.21, 1);
    -moz-transition:all 1s cubic-bezier(0.17, 0.67, 0.21, 1);
    -ms-transition:all 1s cubic-bezier(0.17, 0.67, 0.21, 1);
    -o-transition:all 1s cubic-bezier(0.17, 0.67, 0.21, 1);
    transition:all 1s cubic-bezier(0.17, 0.67, 0.21, 1);
    opacity:.5;
    color: #fff;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.menu-items a:hover {
    opacity:1;
    background-color: rgba(255,255,255,0.2)
}
.menu-items.inactive a, .menu-items ul a{
    display: none;
}
.menu-items ul.active a{
    display: block;
}

@media (max-width: 576px)
{ 
    .menu-items a {
    padding:10px 0;
    font-size: 18px;
    }
}

@media (max-width: 768px)
{ 
    .menu-items a {
    padding:10px 0;
    font-size: 19px;
    }
}

@media (max-width: 992px)
{ 
}

@media (max-width: 1200px)
{ 
}

/* ---------------------------------------------------------------------- */
/*
/*	content
/*
/* ---------------------------------------------------------------------- */
.middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.middleContent {
    align-self: center;
}

.bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottomContent {
    width: 60%;
    align-self: flex-end;
}

/* ---------------------------------------------------------------------- */
/*
/*	Home Projects
/*
/* ---------------------------------------------------------------------- */
#homeProjectsSide
{
    background-image: url("../images/homeProjectSide.jpg");
    background-size: cover;
    background-position: center;
    
}
#homeTurkeySide
{
    background-image: url("../images/homeTurkeySide.jpg");
    background-size: cover;
    background-position: center;
    
}
#homeVideoSide
{
    background-image: url("../images/homeVideoSide.jpg");
    background-size: cover;
    background-position: center;
    
}
.project {
    padding:10px 35px;
}
.projectInfo{
    position: absolute;
    bottom:0;
    width: 100%;
    text-align: right;
}
.projectInfo div{
    display: inline-block;
    padding: 20px 25px;
    font-size: 16px;
    background-color: #0f3f87;
    color:#fff;
}

.projectInfo .projectInfoCategory{
    background-color: #0f3f87;
}
.projectInfo .projectInfoCount{
    background-color: #df4444;
}

.article{
    text-align: center;
    color: #000;
    margin: 25px;
    display: inline-block;
    
}
.articleIcon{
    font-size: 28px;
    color: #fff;
    background: #0f3f87;
    display: inline-block;
    padding: 10px 14px 4px 14px;
}
.articleText{
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 15px 10px;
    padding-top: 5px;
    text-align: justify;
    line-height: 1.8;
    min-height: 190px;
}
.articleText p{
    padding: 0;
    margin: 0;
}
.articleText h3{
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.customers{
    background-color: #df4444;
    padding: 30px;
}
.customerLogo{
    padding: 20px;
}
.customerLogo img{
    opacity:0.6;
    transition: .2s all;

}
.customerLogo:hover img{
    opacity:1;
}
.socialLink{
    color: #fff;
    font-size: 36px;
    padding: 10px;
}
.homeContactDetail{font-size: 16px;direction: ltr; display: inline-block; padding: 1px; width: 100%;} 
.homeContactDetail i{font-size: 18px; vertical-align: middle; display: inline-block; min-width: 30px; text-align: center}
.homeVideosOut{
    padding: 20px 35px;
}
.homeVideosOut video{
    width: 80%;
}
.footer{
    background-color: #5B78B2;
    color: rgba(255,255,255,0.5)
}



/* ---------------------------------------------------------------------- */
/*
/*	List
/*
/* ---------------------------------------------------------------------- */
.listItemImage{
    position: relative;
}
.listItemImage .listItemInfo{
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.listItemImage .listItemInfo span{
    display: inline-block;
    padding: 6px 8px;
}
/* ---------------------------------------------------------------------- */
/*
/*	Project Page
/*
/* ---------------------------------------------------------------------- */
.nav-pills .nav-link
{
    border-radius: 0;
    padding: 15px 20px;
}
/* ---------------------------------------------------------------------- */
/*
/*	Icons
/*
/* ---------------------------------------------------------------------- */
.projectsIcon{
    position: absolute;
    bottom:10px;
    left:50%;
    z-index: 999;
    cursor: pointer;
}
/* ---------------------------------------------------------------------- */
/*
/*	popups
/*
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/*
/*	Loader
/*
/* ---------------------------------------------------------------------- */
.loader-animation
{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:99999;
    -webkit-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -ms-transition:all .3s ease-in;
    -o-transition:all .3s ease-in;
    transition:all .3s ease-in;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}
@media (max-width:991px) {
    .loader-animation {
    }
  }
  @media (max-width:768px) {
    .loader-animation {
    }
  }
.home .loader-animation
{
}
.loader-animation__dark{content:"";position:absolute;left:0;top:0;width:100%;height:100%;-webkit-animation:fadeIn .2s ease-in;animation:fadeIn .3s ease-in;z-index:-1}
.loader-animation--hide{opacity:0;visibility:hidden}
.loader-animation_holder {
    position: fixed;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%
}

@media (max-width: 768px) {
    
    .loader-animation_holder {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}
@media (max-width: 500px) {
    
    .loader-animation_holder {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}
@media (max-width: 200px) {
    .loader-animation {
    display:none !important;
    }
}
@media (max-width: 2500px) {

}

/* ---------------------------------------------------------------------- */
/*
/*	loading-screen
/*
/* ---------------------------------------------------------------------- */

#loading-screen {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:-100;
    opacity: 0;
    background-color: #fff;
    -webkit-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -ms-transition:all .3s ease-in;
    -o-transition:all .3s ease-in;
    transition:all .3s ease-in;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


#loading-screen.active {
    z-index: 1000000000;
	opacity:1;
	overflow:hidden;
}

/*#loading-screen div{
    background: #056839;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    width: 100px;
    height: 100px;
    position: fixed;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    top: 50%;
    margin-top: -50px;
    z-index: 999;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}
#loading-screen.active div{
    -moz-transform: scale(30);
    -ms-transform: scale(30);
    -webkit-transform: scale(30);
    transform: scale(30);
	z-index: 100000000;
}*/

#loading-screen h1{
	position: absolute;
	left:-200px;
	right:0;
	top:0;
    top: 50%;
    transform: translate(0, -50%);
	text-align:center;
	color:#151515;
    z-index: -100;
	opacity:0;
	transition:0s all;
}
#loading-screen.inActived.active h1{
    top: 50%;
	left:0;
	opacity:1;
    z-index: 1000000001;
	transition:1s all;
	color:#fff;
}





.w100{
    width: 100% !important;
}
    
/* ---------------------------------------------------------------------- */
/*
/*	AOS Reveal Animation
/*
/* ---------------------------------------------------------------------- */
[data-aos="reveal-right"] {
    position: relative;
}

[data-aos="reveal-right"].aos-animate {
}

[data-aos="reveal-right"]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
[data-aos="reveal-right"].aos-animate::before {
  transform: scaleX(0);
  transform-origin: 100% 0%;
  transition-property: transform;
  transition-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.06, 0.58, 0.21, 1);
  transition-delay: 0.5s;
}
[data-aos="reveal-left"] {
    position: relative;
}

[data-aos="reveal-left"].aos-animate {
}

[data-aos="reveal-left"]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #662d91;
}
[data-aos="reveal-left"].aos-animate::before {
  transform: scaleX(0);
  transform-origin: 0% 100%;
  transition-property: transform;
  transition-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.06, 0.58, 0.21, 1);
  transition-delay: 0.5s;
}
/* ---------------------------------------------------------------------- */
/*
/*	AOS Reveal Animation
/*
/* ---------------------------------------------------------------------- */
.owl-dots{
    display: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    bottom: 50%;
    font-size: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    transform: translateY(50%);
    overflow: hidden;
}
.owl-carousel .owl-nav button.owl-prev:hover:not(.disabled), .owl-carousel .owl-nav button.owl-next:hover:not(.disabled){
    background: rgba(255,255,255,0.35);
    transition: 0.2s all;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
    display:none;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: 25px;
}
.owl-carousel .owl-nav button.owl-prev::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f177";
    color: #fff;
    position: absolute;
    top: 9px;
    left:13px;
    -webkit-animation: horizontal_reverse 2s ease infinite;
    animation: horizontal_reverse 2s ease infinite;
}
.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled{
    opacity:0.3;
    cursor: default;
}
.owl-carousel .owl-nav button.owl-prev.disabled::before, .owl-carousel .owl-nav button.owl-next.disabled::before{
    animation: none !important;
}

.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: 25px;
}
.owl-carousel .owl-nav button.owl-next::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f178";
    color: #fff;
    position: absolute;
    top: 9px;
    left:13px;
    -webkit-animation: horizontal 1.5s ease infinite;
    animation: horizontal 1.5s ease infinite;
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  50% {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }


  50.0001% {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@keyframes horizontal_reverse {
  0% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  50% {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }


  50.0001% {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }


  50.0001% {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

.arrow-down-scroll{
    position: absolute;
    bottom: 0px;
    left: 50%;
    font-size: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 98;
    cursor: pointer;
}
.arrow-down-scroll::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f175";
    color: #fff;
    position: absolute;
    top: 9px;
    left:16px;
    -webkit-animation: vertical 2s ease infinite;
    animation: vertical 2s ease infinite;
}
.back-to-projects{
    position: absolute;
    bottom: 0px;
    left: -45px;
    font-size: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
    opacity: 0;
}
.back-to-projects::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f58d";
    color: #fff;
    position: absolute;
    top: 9px;
    left:14px;
}
/*------------------------------------*
/*
/*  news-paper
/*
\*------------------------------------*/
.news-paper{
    padding: 30px 150px;
    border-radius: 500px;
    background-color: #58595B;
    text-align: right;
}
.news-paper-thumb{
    padding: 30px;
    position: relative;
    transition: 0.4s all;

}
.news-paper-thumb-img{
    background-position:top center;
    background-size: 100% auto;
    transition: all 0.8s;
}
.news-paper-thumb-img img{
    opacity: 0;
}
.news-paper-thumb:hover .news-paper-thumb-img{
    background-position:bottom center;
}

.news-paper-archive .form-control{
    width: auto;
    display: inline-block;
}
.news-paper-thumb-overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #58595B 10%, rgba(88, 89, 91, 0) 50%);
    transition: 0.4s all;
}

.news-paper-thumb:hover .news-paper-thumb-overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #58595B 0%, rgba(88, 89, 91, 0) 10%);
    transition: 0.4s all;

}

@media (max-width: 1400px) {
    .news-paper{
        padding: 30px 100px;
        border-radius: 500px;
    }
    .news-paper-thumb{
        padding: 25px;
    
    }
}
@media (max-width: 1200px) {
    .news-paper{
        padding: 25px 80px;
        border-radius: 500px;
    }
    .news-paper-thumb{
        padding: 20px;
    
    }
}
@media (max-width: 776px) {
    .news-paper{
        padding: 25px 40px;
        border-radius: 500px;
    }
    .news-paper-thumb{
        padding: 10px;
    
    }
    .news-paper-archive {
        margin-top: 10px;
    }
}
@media (max-width: 580px) {
    .news-paper{
        padding: 20px 20px;
        border-radius: 0;
    }
    .news-paper-thumb{
        padding: 10px;
    
    }
    .news-paper-archive {
        margin-top: 10px;
    }
}
.news-paper .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -25px !important;
}
.news-paper .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -25px !important;
}
/*------------------------------------*
/*
/*  sideFixedMenu
/*
\*------------------------------------*/
.sideFixedMenu{
	position:fixed;
	top:50%;
    right: 29px;
	transform:translateY(-50%);
	z-index:999;
	direction:rtl;
    text-align: right;
}
.sideFixedMenu i{
	vertical-align:middle;
	font-size:18px;
    width: 20px;
    background: #000;
    height:2px;
    display: inline-block;
    transition: 0.4s all;
}
.sideFixedMenu a.active i{
    width: 30px;
}
.sideFixedMenu a{
	color:#252525;
	display:inline-block;
	padding:3px;
	position:relative;
}
.sideFixedMenu a span{
	position: absolute;
	display: block;
	width: 0;
	top: 0px;
	right: 0;
	background: #252525;
	padding: 5px 15px;
	text-align: left;
	border-radius: 20px !important;
	opacity: 0;
	color:#252525;
	overflow:hidden;
	height:31px;
    font-weight: 100;
}
.sideFixedMenu a:hover span{
	opacity:1;
	width: 100px;
	color:#fff;
	height:31px;
}
.sideFixedMenu a:hover{
	color:#aa2bac;
}
.sideFixedMenu a.active{
	color:#aa2bac;
}