/* ---------------------------------------------------------------------- */
/*
/*	Body
/*
/* ---------------------------------------------------------------------- */
a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
body{
	font-family:IranSans;
    overflow-x: hidden;
}

@media (min-width: 576px)
{
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px)
{
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px)
{
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px)
{
    .container {
        max-width: 1140px;
    }
}

/* ---------------------------------------------------------------------- */
/*
/*	orange
/*
/* ---------------------------------------------------------------------- */
.darkBlue, .darkBlueHover:hover									{color: 			#204284;}
.darkBlueBg, .darkBlueBgHover:hover								{background-color: 	#204284;}
.darkBlueBorder, .darkBlueBorderHover:hover						{border-color: 		#204284;}
/* ---------------------------------------------------------------------- */
/*
/*	Forms
/*
/* ---------------------------------------------------------------------- */
.form-group label{
    font-size: 14px;
    font-weight: 300;
}


.form-control{
    background-color: rgba(19,46,92,1) !important;
    color: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.5) !important;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 16px !important;
    font-wight: 200 !important;
}

.form-control::placeholder{
    font-size: 16px !important;
}

/* ---------------------------------------------------------------------- */
/*
/*	Header
/*
/* ---------------------------------------------------------------------- */
.header{
    z-index: 100;
    width: 90%;
    left: 5%;
    position: absolute !important;
}
.header .logo, .cloned-logo{
    width:210px;
    float: left;
    padding: 13px 22px 18px 22px;
}
.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;
}

.header .menu a, .mainMenu a{
    display: block;
    cursor: pointer;
    background: #0f3f87;
    color: #fff;
    padding: 10px 15px 17px 15px;
    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
/*
/* ---------------------------------------------------------------------- */

.raychat_main_button {
    height: 90px !important;
    width: 90px !important;
    position: fixed;
    margin-right: 15px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    border-radius: 50%;
    cursor: pointer;
    background-image: url("../images/online-support.png") !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999999999;
    transition: box-shadow .2s ease-in-out !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16) !important;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.raychat_bgc {
    background-color:#dc3835 !important;
}
/* ---------------------------------------------------------------------- */
/*
/*	Menu Items
/*
/* ---------------------------------------------------------------------- */
.menuBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(32,66,132,1);
    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:0.9;
    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: 22px;
    }
}

@media (max-width: 768px)
{ 
    .menu-items a {
    padding:15px 0;
    font-size: 26px;
    }
}

@media (max-width: 992px)
{ 
}

@media (max-width: 1200px)
{ 
}
/* ---------------------------------------------------------------------- */
/*
/*	Home Projects
/*
/* ---------------------------------------------------------------------- */
.banner{
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    position: relative;
}
.bannerCaptions{
    position:absolute;
    bottom: 50%;
    transform: translateY(50%);
    right:10%;
    width: 33%;
    
}
.bannerCaptions h1{
    font-size: 3.3rem;
    width:100%;
    display: inline-block;
    text-align: right;
    direction: ltr;
    line-height: 1;
    letter-spacing: -2px;
    color: #fff;
    padding-bottom: 15px;
}
@media (max-width: 576px) { 
    .header .logo {
        width: 157px;
        float: left;
        padding: 20px 8px 20px 8px;
    }
}

@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{
        font-size: 2.3rem;
        color:#fff !important;
    }
    .bannerCaptions h3{
        color:#fff !important;
    }
}

@media (max-width: 992px) {  }

@media (max-width: 1200px) {  }


.bannerCaptions h3{
    text-align: right;
    letter-spacing: 1px;
    color: #fff;
}
.bannerCaptions.background--light h1{
    color: #1e4385;
}
.bannerCaptions.background--light h3{
    color: #1e4385;
}

/* ---------------------------------------------------------------------- */
/*
/*	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;
    
}
.bannerThumbs .owl-item{
    cursor: pointer;
    background: #000;
}
.bannerThumbs .owl-item img{
    opacity: 0.5;
}
.bannerThumbs .owl-item.current img{
    opacity: 1;
}
.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: #3e3e3e;
    color: rgba(255,255,255,0.5)
}

.pageHeader{
    
    background-image: url("../images/defaultHeader.jpg");
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.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: 1200px)
{ 
    .article{
        margin: 10px;
    }
    .homeVideosOut video{width: 90%;}
    .pageHeader{padding-top: 160px;}

}
@media (max-width: 992px) {  }
@media (max-width: 768px)
{ 
    .sidebar-item {position:static;}
    .homeVideosOut video{width: 100%;}
    .pageHeader{padding-top: 260px;}
    .width-auto {width: 100% !important;}
}
@media (max-width: 576px)
{ 
    .width-auto {width: 100% !important;}
}

/* ---------------------------------------------------------------------- */
/*
/*	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;
    display: none !important;
    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
}
.loader-animation svg
{
    width: 400px !important;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0) !important;
}
.loader-animation__dark{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#fff;-webkit-animation:fadeIn .2s ease-in;animation:fadeIn .3s ease-in;z-index:-1}


.loader-animation--hide{opacity:0;visibility:hidden}
}
.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;
}
/*------------------------------------*
/*
/*  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;
}