@font-face {src: url(../fonts/JF-Flat-regular.ttf); font-family: jozor}

body {
  font-family: jozor;
  direction: rtl;
  padding-top: 100px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 1.8
}
header {
  width: 100%
}
section {
  padding: 50px 0
}
section .more {
  color: #ffffff;
  /* margin: auto; */
  padding: 10px 20px;
  background-color: #007dac;
  border-radius: 25px;
}
section .more i {
  margin-right: 10px
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.nav .open > a,
.nav .open > a:hover, .nav .open > a:focus {
  background: transparent
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #007dac;
  color: #fff
}
.navbar-nav > li > .dropdown-menu li:not(:last-of-type) {
	border-bottom: 1px solid #eee;
}
.dropdown-menu > li > a {
	padding: 6% 20px
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
  }
  .navbar-nav > li {
    margin: 0 20px
  }
}
/* Navbar */
.navbar-default {
  margin-bottom: 0;
  background: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #007dac
}
.dropdown-menu {
  border: 1px solid #007dac;
  min-width: 170px
}
.navbar-default .navbar-nav > li > a {
  color: #555;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #007dac
}
.navbar-default .navbar-nav > li > a:hover {
  color: #007dac
}
.navbar-default .navbar-nav > li > a.visited {
	color: #007dac
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-brand {
  width: 150px;
  height: 100px;
  margin-right: 40px !important;
}
.navbar-brand > img {
  width: 100%;
  height: 100%;
}
.navbar-toggle {
  margin-left: 15px;
  margin-top: 30px;
}
.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #007dac;
  border: 1px solid #007dac
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff
}
header {
  color:#fff;
  position: relative;
}
header #myslide {
  height: 100%
}
header #myslide  h1, header #myslide h2 {
    font-size:50px;
    margin-bottom:20px;
    margin-top:0;
    text-transform:uppercase;
    text-align: center;
    font-weight: bold
}
header #myslide p:not(:first-child) {
  width: 50%;
  margin: auto;
}
.carousel-inner > .item > img {
  width:100%;
height: 460px;
}
.carousel-control.left, .carousel-control.right {
  background-image: none
}
header .item p:first-child {
  width: 25%;
  font-size: 20px
}

/* services section */
.home-services {
  text-align: center;
  padding-bottom: 0;
}
.home-services h1 {
  font-size: 35px;
  margin: 40px 0
}
.home-services .star {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  color: #fff;
  line-height: 100px;
  background: #007dac;
  font-size: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.home-services .star:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home-services .ser-wrapper {
  margin: 50px 0;
}
.home-services .ser-wrapper > div {
  margin-bottom: 20px;
  min-height: 230px;
}

.home-services .ser-wrapper i:last-child {
  margin: 10px
}
.news h2 {
  margin: 40px 0;
  font-size: 30px
}
.news .last-news {
  margin: 20px 0
}
.news .divider {
  border-top: 1px solid #007dac;
  width: 50%;
  margin: 30px auto;
  display: block;
}
.news .single-post {
  margin-bottom: 30px
}
.news .single-post h3 {
  color: #007dac;
}
.news .single-post a:not(:first-child) {
  color: #fff;
  background: #007dac;
  padding: 10px 20px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.news .single-post .divider {
  margin: 10px 0;
  border-color: #eee
}
.news .single-post a {
  margin: auto;
}

.social {
  margin: 20px 0;
}
.social ul li {
  text-align: center;
}
.to-top {
  position: fixed;
  background: #333;
  width: 40px;
  height: 40px;
  bottom: 10px;
  z-index: 1;
  text-align: center;
  line-height: 40px;
  color: #fff;
  left: 1%
}

.social ul {
  margin: 0;
}
.social ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  padding: 1%;
  margin-left: 1%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}
.social ul li a {
  padding: 5% 3%;
  color: #fff;
}
.social ul li.Facebook {
  background: #3B5998
}
.social ul li.Twitter {
  background: #1DA1F2
}
.social ul li.Instagram {
  background: #D53477
}
.social ul li.LinkedIn {
  background: #0077B5
}
.social ul li.Youtube {
  background: #E22C29
}
.social ul li.Pinterest {
  background: #BD081C
}
.social ul li.Googlepl {
  background: #DB4437
}
.bread {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb {
  width: 100%;
  background: #007dac;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding-right: 50px;
  margin: 30px 0
}
.breadcrumb > .active, .breadcrumb li a {
  color: #fff
}
.bread h2 i {
  margin-left: 20px;
  color: #007dac
}
.about-us {
  text-align: center;
}
.about-us .about-data {
  margin: 30px 0;
  color: #555
}
.about-us .about-data img {
  float: left;
  margin: 0 20px;
  width: 50%;
  height: 300px
}
.service .serv-img img {
  width: 50%;
  height: 400px;
  float: left;
  margin: 0 20px;
}
.service form .form-control {
  border: 1px solid rgba(0, 125, 172, .5)
}
.service form .btn, .contact .contact-form .btn {
  background: transparent;
  color: #007dac;
  border: 1px solid #007dac;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
.service form .btn:hover, .comments .btn, .contact .contact-form .btn:hover {
  background: #007dac;
  color: #fff
}
.service form textarea {
  height: 150px;
  resize: none;
}
.service form h3 {
  padding: 10px;
  color: #555;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee
}
.service form {
  display: flex;
  flex-wrap: wrap;
}
.service form > div {
  width: 50%
}
.service form .form-right .form-group {
  margin-bottom: 24px
}
.service ul, .blog ul {
  margin: 20px
}
.blog img {
  max-width: 570px;
  height: 300px;
  float: left;
  margin: 20px;
}
.blog-span{
    color: #2f8db5;
    background-color: #f0f0f1;
    padding: 5px 10px;
    margin:10px 0;
}


.date{
        color: #f0f0f1;
    background-color: #2f8db5;
    padding: 5px 10px;
    margin:10px 0;
}




.service .service-data h3, .blog h3  {
  color: #007dac
}
.service ul li, .blog ul li  {
  list-style: circle;
  margin: 10px 0;
  font-weight: bold;
}
.service p, .blog p {
  font-size: 16px
}
/*.comments {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}*/
.comments .one-comment {
  width: 80%;
  padding: 10px;
  margin: 10px 0;
  display: flex;
  height: 500px;
}
.comments .one-comment iframe {
  width: 100%;
  height: inherit;
}
.comments h3 {
  background: #007dac;
  color: #fff;
  width: 80%;
  padding: 10px;
  border-radius: 5px;
}
.contact {
  font-size: 17px
}

.contact .contact-form {
  margin: 20px 0
}
.contact .contact-form textarea {
  height: 200px;
  resize: vertical;
}
.contact .contact-1 {
  text-align: center;
}
.contact i {
  display: block;
  margin: 20px;
  font-size: 40px;
  color: #007dac
}
.contact-1 span {
  font-weight: bold;
}
.map {
  margin-top: 80px
}
#gmap  {
  height:350px;
}
/* footer */
footer {
  padding: 20px 0;
  background: #fbfbfb
}
footer .logo {
  text-align: center;
}
footer .logo img {
  width: 50%;
  height: 100%
}
footer > div h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #007dac
}
footer .con p, .sub p {
  margin: 20px 0;
  color: #8d8d8d
}
footer .con i {
  margin-left: 10px;
  color: #007dac
}
footer .con span {
  display: block;
  margin: 6px 0;
}
footer .row > div {
  margin-bottom: 30px;
}
footer .sub button {
  color: #fff
}
footer .usefull ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0
}
footer .usefull ul li {
  margin: 15px 0;
}
footer .usefull ul li a {
  color: #8d8d8d;
  font-weight: bold;
}
footer .usefull ul li a:hover {
  text-decoration: none;
  color: #555
}

footer .usefull .first-li {
  float: left;
  width: 50%
}
.copy {
  width: 100%;
  background: #007dac;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}
.copy a {
  color: #fff
}
.copy a:hover {
  text-decoration: underline;
}
/* overridding bootstrap carousel  */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.to-top {
  display: none;
  cursor: pointer;
}
.owl-carousel .item img {
  /* width: 100%; */
  /* height: 200px; */
}
.clients{
    text-align:center;
}
.clients h2 {
  margin: 30px 0
}
.more{
    margin: 38px 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-nav [class*='owl-'] {
  background: #007dac;
  color: #fff
}
.client-page .container .row > div {
  margin-bottom: 30px;
}
.client-page img {
  width: 100%;
  height: 250px;
  padding: 2%;
  border: 1px solid #007dac;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  opacity: .9
}
.client-page img:hover {
  opacity: 1
}
.thank {
  text-align: center;
  margin: 5%
}
.thank p {
  color: #007dac;
  font-size: 65px
}
.thank img {
  width: 30%;
  height: 30%;
  display: none;
  animation: thankYou .7s;
}
@-webkit-keyframes thankYou {
  0 {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.error {
  margin-top: 50px
}
.error div:first-child {
  text-align: left;
}
.error div:first-child span {
  font-size: 60px;
  font-weight: bold;
  color: #007dac;
  text-transform: uppercase;
}
.error div:first-child p {
  color: #FF6445;
  font-size: 30px;
  text-transform: uppercase;
}


.write-page{
    padding:10px 0;
}
.team-social {
    width: 100%;
    margin-top: 12px;
}

.team-social i {
    padding: 8px;
    /* float: right; */
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 4px;
    font-size: 15px;
    color: #007dac;
}
.write-info{
    text-align: center;
}
.write-info img{
   width: 100%;
    height: 250px;
}

.write-info h2{
   text-align: center;
    color: #007dac;
    font-size: 18px;
}
.write-data h2{
      text-align: right;
      color: #0476a0;
      font-size: 22px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 15px;
}
.write-data p{
       text-align: right;
       color: #000;
       font-size: 16px;
       line-height: 32px;
}
.write-data ul li{
    line-height: 30px;
    font-size: 14px;
    list-style-type: none;
    /* color: #323335; */
}

.write-book h2{
      text-align: right;
      color: #0476a0;
      font-size: 22px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 15px;
}
.write-book h3{
    text-align: center;
    color: #0476a0;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}


/******* MediaQuery *******/

@media (max-width: 767px) {
  .about-us .about-data img, .service .serv-img img {
    float: none;
    width: 100%;
    height: 200px;
    margin: 0;
    margin-bottom: 30px
  }
  .service form > div {
    width: 100%
  }
  .to-top {
    width: 30px;
    height: 30px;
    line-height: 30px
  }
  .blog img {
    max-width: 100%;
    float: none;
    margin: 0;
    height: 160px;
  }
  footer {
    text-align: center;
  }
  .carousel-inner > .item > img {
    height: 130px
  }
  .navbar-nav {
	  text-align: center
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav {
    margin: 0;
    margin-top: 30px
  }
  .bread {
    position: relative;
    top: 60px
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    margin-top: 28px;
    margin-left: 100px;
  }
}

iframe{
    position:sticky !important;
}


@media (min-width: 768px){
   .news .single-post img{
        height: 189px;
        max-width: 360px;
    }
}
@media (max-width: 480px){
      .news .single-post img{
        height: 160px;
        max-width: 100%;
      }
      .owl-carousel .item img{
          width:100%; height:328px;
      }
}
