/*
Theme Name: hamyaran2019
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face{font-family: 'iransans'; src:url('fonts/irsans/irsans.eot?#') format('eot'), url('fonts/irsans/irsans.woff') format('woff'), url('fonts/irsans/irsans.ttf') format('truetype');}
@font-face{font-family: 'iryekan'; src:url('fonts/iryekan/IRYekan.eot?#') format('eot'), url('fonts/iryekan/IRYekan.woff') format('woff'), url('fonts/iryekan/IRYekan.ttf') format('truetype');}
html{  scroll-behavior:smooth;}
body {
  background: #fff;
  color: #444;
  font-family: 'iransans' !important;
  direction:rtl;


}

a {
  color: #007bff;
  transition: 0.5s;
  font-family: 'iransans';
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-size:16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'iransans' !important;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding:0;
}

img{
  max-width:100%;
  height:auto;
  box-shadow: 0px 1px 3px gray;
}
/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.curved{
    border-bottom-left-radius:50%;
    border-bottom-right-radius:50%;
}


    .tv {
     border-radius:50% / 30% ;
     margin-top:-20px;
    }
    
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #1c4fc3;
  /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3); */
}

#header.header-scrolled,
#header.header-pages {
  height: 90px;
  padding: 10px 0;
}
#header .container{height: 60px; border-bottom: 1px solid #779bed;}
#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 6px 0;
  max-height: 40px;
}
@media (max-width : 991px){
#header .container{height: 60px; border-bottom: none;}	
#header .logo img {
  max-height: 32px;
  margin: 30px 0;
}
}
.main-pages {
  margin-top: 60px;
}

.phone-action img{ border-radius:50px;


 }

.mypage-alo-phone {
        font-size: 13px;
    line-height: 22px;
    color: #414546;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: byekan;
    list-style: none;
    position: fixed;
    z-index: 200000!important;
    bottom: 0;
    left: 0;
    visibility: visible;
    width: 110px;
    height: 110px;
    cursor: pointer;
    background-color: transparent;
}
.pulse {
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    box-shadow: 0 0 0 0 rgb(47 37 36 / 70%);
}


.mypage-alo-ph-circle-fill {
        font-size: 13px;
    line-height: 22px;
    color: #414546;
    visibility: visible;
    cursor: pointer;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: byekan;
    list-style: none;
    position: absolute;
    top: 28px;
    left: 28px;
    width: 60px;
    height: 60px;
    transition: all .5s;
    opacity: .75!important;
    border: 2px solid transparent;
    border-radius: 100%;
    background-color: rgba(0,175,242,.5);
    animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    box-shadow: 0 0 0 0 rgba(232,76,61,.7);
    animation-iteration-count: infinite;
}
.mypage-alo-ph-circle{
        font-size: 13px;
    line-height: 22px;
    color: #414546;
    visibility: visible;
    cursor: pointer;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: byekan;
    list-style: none;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.mypage-alo-ph-img-circle{
	    font-size: 13px;
    line-height: 22px;
    color: #414546;
    visibility: visible;
    cursor: pointer;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: byekan;
    list-style: none;
    position: absolute;
    top: 43px;
    left: 43px;
    width: 30px;
    height: 30px;
    transition: all .2s ease-in-out;
    transform-origin: 50% 50%;
    opacity: .7;
    border: 2px solid transparent;
    border-radius: 100%;
    background: rgba(30,30,30,.1) url("img/call-icon.png") no-repeat center center;
    background-color: #0089b9;
    background-image: url("img/call-icon.png");
    background-size: 70%;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: tada;
    animation-iteration-count: infinite;
	
	
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
  float: none !important;
  padding-top:10px!important ;
  left:0 !important;
  right:0 !important;
  margin:0 auto !important;
  text-align:center !important;
  width:fit-content;
}

.main-nav,
.main-nav * {
  
  padding: 0;
  list-style: none;
  text-align:right;
  font-family:iransans; 
  color: #c0d4ff;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: right;
  margin: 0 3px 0 3px;
}
.main-nav a {
  display: block;
  position: relative;
  /* color: #c0d4ff; */
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'iransans';
  font-weight: 900;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #FFF;
  text-decoration: none;
  font-weight:bold;
}
.main-nav .sub-menu {
  display: block;
  position: absolute;
  right: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #c1d5ff;
  
  
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav ul li:hover > ul.sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  border-radius:5px;
}

.main-nav .sub-menu li {
  min-width: 180px;
  position: relative;
  
}
.main-nav .sub-menu li a{
color:#1545b3;
font-weight: 500 !important;
}
.main-nav .sub-menu ul a {
  padding: 10px 20px;
  font-size: 13px;
}

.main-nav .sub-menu a:hover,
.main-nav .sub-menu ul a:hover,
.main-nav .sub-menu ul .active > a,
.main-nav .sub-menu ul li:hover > a {
  background: #1545b3;
  color:#c1d5ff;
}

.main-nav .sub-menu > a:after {
  content: "\f107";
  font-family: Font Awesome\ 5 Free;
  padding-left: 10px;
}

.main-nav .sub-menu ul {
  top: -100%;
  right: calc(100% - 10px);
 
}

.main-nav ul ul li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.main-nav .sub-menu > a {
  padding-right: 35px;
}

.main-nav .sub-menu > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.main-nav li.menu-item-has-children a{  }
.main-nav li.menu-item-has-children  > a:after {
  content: "\F107";
  font-family: 'Font Awesome\ 5 Free';
  position: absolute;
  left: 0px;
  
}


/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #9CCCF3;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav li.menu-item-has-children a{ color: #74b5fc !important; }
.mobile-nav li.menu-item-has-children  > a:after {
  content: "\F107";
  font-family: 'Font Awesome\ 5 Free';
  padding-left: 10px;
  position: absolute;
  right: 15px;
  
}

.mobile-nav .active.menu-item-has-children > a:after {
  content: "\f077";
}

.mobile-nav ul.sub-menu > a {
  padding-right: 35px;
  
}

.mobile-nav ul.sub-menu {
  display: none;
  overflow: hidden;
}

.mobile-nav ul.sub-menu li {
  padding-left: 20px;
  color:#FFF;
}


.mobile-nav-toggle {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 12px 0 0 12px;
  color: #c1d5ff;
  font-size:32px !im;
 /*  border:2px solid #6a8eda;
  border-radius:5px;
  padding:3px 5px 3px 5px; */
  
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  right: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
  
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.phone-head{position:fixed; z-index:999; color:#FFF; left:50px; top:12px; border:none; background:none;}
.phone-head a{font-family: 'Lalezar', cursive; color:#c1d5ff; font-size:20px; }
.phone-head a:hover{ color:#FFF; }
i.fa-phone-square{color:#c1d5ff;}


.container{ direction:rtl; text-align:justify; }
.container h1 a , .container h2 a{ color:#1c4fc3 !important; }
.container h1 , .container h2{
  color:#1c4fc3 !important;
  padding:5px;
  width:fit-content;
  }
.container h1{font-size:20px !important; font-weight:900px;}
.container h1:before{font-family: Font Awesome\ 5 Free; content:"\f058"; margin-left:5px;}
.container h2{font-size:18px !important; font-weight:400px; }
.container h2:before{font-family: Font Awesome\ 5 Free; content:"\f05d"; margin-left:5px;}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  font-family: 'iransans';
  width: 100%;
  position: relative;
  background: url("img/intro-bg.png") center bottom no-repeat;
  background-size: cover;
  padding: 200px 0 120px 0;
}
span.wrap{ line-height:100px; } 
#intro .intro-img {
  width: 50%;
  float: left;
}

#intro .intro-info {
  width: 50%;
  float: right;
  text-align:right; 
}

#intro .intro-info b {
  color: #fff;
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 700;
}

#intro .intro-info b span {
  color: #74b5fc;
  text-decoration:none;
  font-size:48px;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 20px 0 0 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h2 {
  font-size: 26px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;


}

.section-header h2 b {  font-weight: 900;
  font-size: 28px; }


.section-header p {
  text-align: justify;
  direction:rtl;
  margin:0 auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 100%;
  line-height:30px;

}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 60px 0;
  direction:ltr;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
  text-align:justify;
  direction:rtl;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
  text-align:right;
}

#about .about-container .icon-box .icon {
  float: right;
  margin-right:5px;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}
@media(max-width : 991px){
	#about .about-container .icon-box .icon {
	width: 40px;
	height: 40px;
	}
}
#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
  width:auto;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 0px;

}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
  text-align:right;
  margin-top:60px;
}

#about .about-extra p {direction:rtl; text-align:justify;}

#about .about-extra .video{ padding-top:100px; }
#about .about-extra .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0;
  text-align:right;
  height:50px !important;
}

#about .about-extra .icon-box .icon {
  float: right;
  background: #fff;
  width: 45px;
  height: 45px;
  margin-left:10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
  
}

#about .about-extra .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-extra .icon-box:hover .icon {
  background: #007bff;
}

#about .about-extra .icon-box:hover .icon i {
  color: #fff;
}

#about .about-extra .icon-box .title {
  margin-left: 80px;
  font-weight:bold;
  margin: 5px;
  font-size: 14px;
  padding-top:15px;
}

#about .about-extra .icon-box .title a {
  color: #283d50;
}

#about .about-extra .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

.marketing *{ text-align:center !important; } 
.marketing h4{ text-align:center !important; margin-bottom:20px; font-weight:normal !important; }
.marketing h4 b#red{ color:#F00; }


/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-align:right;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
  text-align:justify;;
}

#why-us {
  padding: 60px 0;
  background: #004a99;

}

#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
  text-align:center;
}

#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: iransans;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: iransans;
  font-size: 14px;
  color: #cce5ff;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#portfolio h3 ,#portfolio p{ text-align:center; }

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #007bff;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
  border:1px solid #EEE;
  border-radius:5px;
  padding:10px !important;

}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 20px;

}
#testimonials .section-header p{text-align:center; font-size:18px; color:#333; padding:20px 0 0 0 !important; }

#testimonials .customers{
   margin-bottom: 20px;
}
.logo-customers{ }

#testimonials .customers img{ margin:0 auto;  padding:5px; }

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #007bff;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}

/* Link Section
--------------------------------*/
#link{ margin:30px 0 0 30px; }
#link .section-header h3{ text-align:right; font-size:18px; }
#link ul{ background:none; }
#link ul li{ color:#999 !important; list-style:5px circle #111; text-align:center; padding: 10px; border-bottom:1px dotted #DDD; margin: 0 40px 0 20px; }
#link ul li a{ color:#555 !important; }

/* Contact Section
--------------------------------*/
.clear-fix{clear:both; height:0;}
.contactbox{margin-top:-25px;}
.contactbox span{color:#c0d4ff; font-size:15px; letter-spacing: 2px;}
.contactbox span b{font-size:18px;}
.contactbox i{font-size:32px !important; color:#779bed; margin-right:5px;}
.contactbox a{}

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

.footer-contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-contact .form #sendmessage.show,
.footer-contact .form #errormessage.show,
.footer-contact .form .show {
  display: block;
}

.footer-contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
.footer-contact .form input{ height:30px;  }
/*.footer-contact .form input::placeholder , .footer-contact .form textarea::placeholder{ color:#FFF; }*/
.footer-contact .form textarea { min-height:120px; }
.footer-contact .form input,
.footer-contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  border:none;
  
}

.footer-contact .form button[type="submit"] {
  background: #007bff;
  border: 0;
  border-radius: 0px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

.footer-contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}


.contact-info{ position:fixed; left:0; width:20%; height:0; bottom:0; background:rgba(0, 127, 255, 0.85);
 direction:rtl; z-index:1010; }
.contact-info a { color:#FFF; transition: ease-in-out 5sec; }
.contact-info a:hover { background:#FFF; color:#000; font-size:18px; padding:0 20px 0 20px; border-radius:5px; }
.contact-info div{ height:50px; text-align:center; color:#EEE; font-family: 'iransans'; font-size:16px; padding-top:10px; }
.contact-info i{ font-size:20px; margin-right:15px; }
.toggle{ position:fixed; left:10px; bottom:10px; z-index:1050; } 
.minimize{ position:relative; padding:20px 20px 0 20px; }
.minimize i{ position:relative; padding:20px 0 0 20px; }


/* Archive
--------------------------------*/
#archive{ margin-top:100px; background:#F7F7F7; padding:20px 0 20px 0; }
#archive .container{ min-height:500px;}
#archive a { color:#39F; }
#archive img{ float:right; margin-left:5px; }
#archive h2{ text-align:right; font-size:22px; }
#archive p{ line-height:30px; text-align:justify; }

#archive .post-box{ text-align:center;  background:#FFF; padding:10px; margin-bottom:10px;
-webkit-box-shadow: 0px 7px 6px -9px rgba(214,214,214,1);
-moz-box-shadow: 0px 7px 6px -9px rgba(214,214,214,1);
box-shadow: 0px 7px 6px -9px rgba(214,214,214,1);}

li.categories { list-style:none; color:#F7F7F7; text-align:center; }
li.cat-item { text-align:center; padding:10px; list-style:none; background:#FFF; margin-bottom:10px !important; border-radius:5px; width:100%;
-webkit-box-shadow: 0px 7px 6px -9px rgba(214,214,214,1);
-moz-box-shadow: 0px 7px 6px -9px rgba(214,214,214,1);
box-shadow: 0px 7px 6px -9px rgba(214,214,214,1); }
li.categories ul { padding:0 !important; }

@media(max-width:640px){#archive img{ float:none; clear:both; } #archive h2{ clear:both; text-align:center; }}


/* Post
--------------------------------*/
#post{ margin-top:100px; }
#post p{ line-height:30px; }
#post .container{ min-height:500px;}


/* Page
--------------------------------*/
#page{ margin-top:100px; }
#page p{ line-height:30px; }
#page .container{ min-height:500px;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #00428a;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;

}

#footer .footer-top {
  background: #004a99;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
  
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-contact input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-contact input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 90px;
    padding: 10px 0;
	margin-top:-25px;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
	
  }
  #intro .intro-info b , #intro .intro-info span{font-size:24px !important; line-height:40px !important;}

  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
  
  .contact-info{ width:50%; }

}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}

.portfolio-block::before {
    background: linear-gradient(#1c4fc3, #1c4fc3);
    height: 40%;
    width: 70%;
    position: absolute;
    left: 50%;
    top: 120rem;
    /* content: ""; */
    z-index: -1;
    border-radius: 15px;
    transform: translateX(-50%);
}

/* .portfolio-block::after {
    background: linear-gradient(#1c76c3, #1c76c3);
	border:1px dashed #FFF;
    height: 60%;
    width: 65%;
    position: absolute;
    left: 50%;
    top: 111.5rem;
    content: "";
    z-index: -1;
    border-radius: 15px;
    transform: translateX(-50%);
}*/