
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 80px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;

}
h1,
h2,
h3,
h4,
h5,
h6 {
   
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
	margin-top: 40px;
  margin-bottom: 40px;
}
.section-header .section-title {
  font-size: 34px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 40px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #69a726;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #d50b0b;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #d50b0b;
  transition: all .3s ease-in-out;
  border-color: #d50b0b;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #034187;
  border-color: #034187;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
 .sidenavSetro {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left:unset;
  text-align:center;
  background-color: #d50b0b;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 70px;
}

.sidenavSetro a {
  padding: 15px 15px 8px 32px;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenavSetro a:hover {
    color:#fff;
}
.sidenavSetro .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  cursor:pointer;
  background:none;
}
.imgFoot{
      display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}
#main {
  transition: margin-left .5s;
  text-align:right;
  padding:10px;
  min-height: 80px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 998;
  right: 0px;
  background-color:#fff;
  -webkit-box-shadow: 1px -12px 36px #424242;
    box-shadow: 1px -12px 36px #424242;
}
#main img {
    width:210px;
}
 
#main span {
    font-size:25px;
    cursor:pointer;
}
@media screen and (max-height: 450px) {
  .sidenavSetro {padding-top: 15px;}
  .sidenavSetro a {font-size: 18px;}
}
.sidenavSetro .nav-menu {
    background-color: #d50b0b;
    margin: 5px 15px;
    border-radius: 4px;
    display:none;
    position: static;
}
.sidenavSetro .nav-menu a {
    padding: 6px 12px;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
}



.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding:9px 9px 1px;
}
.navbar.navbar-default .navbar-brand img {
  float: right;
  width: 50%;
}
@media only screen and (max-width:991px) {
  .navbar.navbar-default .navbar-brand img {
    float: left;
  }
}
#main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 1px -12px 36px #424242;
    box-shadow: 1px -12px 36px #424242;
  }
@media only screen and (min-width: 768px) {
  
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 37px;
    border-top: 3px solid #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}

#main-slider {
  overflow: hidden;
}
@media only screen and (max-width: 768px){
    #main-slider .item {
          height: 250px !important;
          background-repeat: no-repeat;
          background-position: 50% 0;
          background-size: 100% 100% ;
        }
}

#main-slider .item {
  height: 500px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% 100% ;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 34px;
  line-height: 2;
  margin-top: 180px;
  padding: 8px;
  text-transform: uppercase;
}
#main-slider .slider-inner p {
  color: #fff;
  
  background-color: rgba(0,0,0,0.35);
  padding: 8px;
    font-size: 18px;
  
}
#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 997;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
  padding: 50px 0;
  background-color: #eeeeee;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 40px;
}
#cta2 {
  background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #45aed6;
}
#features {
  padding: 100px 0;
}
#features .media.service-box:first-child {
  margin-top: 80px;
}

#app{ 
 background-color: #034187;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc9e9', endColorstr='#8cd2f1',GradientType=1 );

    
    padding: 30px 0 30px;  direction: rtl}
#app h4{ text-align: center; line-height: 30px;color: #fff !important;}
#app h5 {color: #fff !important;}
#app hr{   border-bottom: 1px solid #a6ddf5;   border-top: 1px solid #7fc9e9; margin: 28px 0 19px 0;}
#app img{ max-width: 200px; margin-top: 20px}
#about1{ padding: 50px 0 20px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f9f9f9+20 */
background: rgb(242,242,242); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(249,249,249,1) 20%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(249,249,249,1) 20%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(249,249,249,1) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */


    margin-top: -18px;
    padding-top: 18px!important;
}
#about1 h2{color: #19479C}
#about1 h3{color: #64686d}

/*---------------------
  Hero Slider
-----------------------*/


.tickler-text {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 30px;
}

.tickler-text:before {
	position: absolute;
	left: 0;
	top: -6px;
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
}

.tickler-text:after {
	position: absolute;
	right: 0;
	bottom: -6px;
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
}

/* start section products */
.category {
  background-image: url(../images/chicken-eggs.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.category .col-md-4 {
  float: right;
}
.category .overlay {
  height: 100%;
  background-color:rgba(0, 0, 0,.6);
}
.category h2 {
  padding: 15px 10px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  width: 20%;
  margin: 30px auto;
}
@media only screen and (max-width: 576px) {
  .category h2 {
    width: 50%;
  }
}
.category .products {
  border: 1px solid #fff;
  border-radius: 20px;
  background: none;
  min-height: 320px;
  font-weight: bold;
  padding: 10px;
  margin: 10px 5px 45px;
  overflow: hidden;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.category .products{
  background-color: rgba(213, 11 ,11 , .6);;
}
.category .products h5 {font-size: 20px;}
.category .products img {height: 200px;width: 200px;}
@media only screen and (max-width: 576px) {
  .category .products img {height: 80px;width: 80px;}
  .category .products h5 {font-size: 12px !important;}
  .category .products {
    margin: 20px 0px;
    min-height: 165px;
  }
}
.category .product {
  margin-bottom: 20px;
  overflow: hidden;
}
.category .products h5 {
  color: #fff;
  margin-top: 30px;
  font-size: 13px;
}
.category .products p {
  color:white;
  font-weight:normal;
  font-size:16px;
  padding-top: 10px;
}

@media only screen and (max-width: 375px) {
  .category .products img {
    max-width: 100%;
    height: 94px;
  }
}
/* End section products */
/* start section content */
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content .pic {
  overflow: hidden;
}
.content .pic img {
  width: 100%;
  height: 100%;
}
.content .data {
  margin-right: 50px;
}
@media only screen and (max-width: 576px) {
  .content .data {
    margin-right: 15px;
  }
}
.content .data .social {
  margin-right: 2px;
  cursor: pointer;
}
.content .data .line {
  height: 1px;
  width: 460px;
  margin-top: 36px;
  margin-right: -49px;
  background-color: #d4cdcd;
}
@media only screen and (max-width: 576px) {
  .content .data .line {
    width: 265px;
    margin-top: 36px;
    margin-right: -50px;
  }
}
.content .data .after {
  height: 1px;
  width: 466px;
  background-color: #d4cdcd;
}
@media only screen and (max-width: 576px) {
  .content .data .after {
    width: 273px;
    margin-top: 18px;
    margin-right: 0px;
  }
}
.content .data .discription {
  font-weight: normal;
  font-size: 15px;
  color: #132125;
  padding-top: 50px;
}
@media only screen and (max-width: 576px) {
  .content .data .discription {
    font-size: 13px;
  }
}
.content .data p span {
  font-weight: bold;
  font-size: 20px;
  color: #231E5B;
}

.content .list ul {
  margin-top: 15px;
}
.content .list ul li {
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 576px) {
  .content .list ul {
    text-align: right;
  }
}
.content .list ul li span {
  color: #14c114;
}
.content .data .btn {
  padding: 7px 30px;
  color: #fff;
  transition: all .3s ease-in-out;
  background-color: #231E5B;
}
.content .data .btn:hover {
  background-color: #3c8dbc;
}
@media only screen and (max-width: 576px) {
  .content .data .btn {
    margin-bottom: 30px;
  }
}
.content .data p {
  text-align: right;
}
/* End section content */

#servicesP {
    padding: 20px 0 20px;
    background-color: #fff;
    direction: rtl;
}

/* start section services */
#servicesP .new {
  color: #777!important;
  padding-bottom: 25px;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}
#servicesP h1 {
  color: #111!important;
  text-align: center;
  padding-bottom: 15px;
  font-weight: bold;
}
#servicesP .card-body p
{
padding-right: 25px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (max-width: 360px) {
  #servicesP .card-body p{
  }
}
#servicesP .card-body h5
{
  color: #333 !important;
  font-size: 15px;
  padding: 10px 25px !important;
}
#servicesP .card-body h5 {
  font-weight: bold;
}
#servicesP .card-body h4 {
  font-size: 16px;
  margin-right: 25px;
  line-height: 20px;
  color: #14c114 !important;
}


#servicesP h2 , #services h4 {color: #fff!important} 
#servicesP p {color: #171515!important}
#servicesP h4 { font-size: 22px;margin-bottom: 14px; line-height: 20px;color: #fff} 
#servicesP .card-body .btn {
  margin-bottom: 20px !important;
  width: 120px;
  border-bottom: unset;
}

/**/
.video video{margin-left: 2%;}


.newPricess {
	margin: 40px 0;
}

.newPrices {
	width: 100%;
	height: auto;
	
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.newPrices .icon-holder {
	position: relative;
	top: 0px;
	display: inline-block;
	padding: 10px;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.newPrices .heading {
    font-size: 20px;
	position: relative;
	top: 0px;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.newPrices .icon-holder > img.icon {
    width: 90px;
    height: 105px;
}

.newPrices:hover {
	border-color: #00a8ff;
}
/**
.newPrices:hover .icon-holder {
	top: -62px;
}

.newPrices:hover .heading {
	top: -62px;
}

.newPrices .description {
	width: 100%;
	margin: 0 auto;
	display: none;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.newPrices:hover .description {
	display: block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}**/

#newPricess ul.pricing {
  list-style: none;
  padding: 1px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 1px;
  text-align: center;
}
 

#newPricess ul.pricing li {
  border: 1px solid #cacaca;
  display: block;
  padding: 7px 1px !important;
    font-size:13px;
}

#newPricess ul.pricing li strong {
    font-weight: bold;
    width: 70px;
    padding-left: 6px;
    font-size: 14px;
    margin-top: 1px;
    text-align: left;
}

#newPricess ul.pricing li.plan-header {
  background: #eee;
    /**
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
    **/
}
#newPricess ul.pricing li.plan-header .price-duration {
  position: relative;

  display: inline-block;
  width: 150px;
  height: 150px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
 
}
#newPricess ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#newPricess ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#newPricess ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#newPricess ul.pricing li.plan-header .plan-name {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin-top: 5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#newPricess ul.pricing.featured {
  background: #d50b0b  none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  min-height: 385px;
   
}
@media only screen and (max-width: 576px){
 #newPricess ul.pricing.featured{
        min-height: auto !important
    } 
}
.newPrices ul{margin-bottom: 0 !important;}




#services {
    padding: 20px 0 20px;
    background-color: #eee;
    direction: rtl;
}
.our_services .col-md-4 {
  float: right;
}
.our_services .card {
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.our_services .card img {
  width: 100%;
  height: 210px;
}
@media only screen and (max-width: 576px) {
  .our_services .card img {
    height: 150px;
  }
}
/* start section services */
#services .new {
  color: #777!important;
  padding-bottom: 25px;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}
#services h1 {
  color: #111!important;
  text-align: center;
  padding-bottom: 15px;
  font-weight: bold;
}
#services .card-body p
{
padding-right: 25px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (max-width: 360px) {
  #services .card-body p{
    display: none;
  }
}
#services .card-body h5
{
  color: #333 !important;
  font-size: 15px;
  padding: 10px 25px !important;
}
#services .card-body h5 {
  font-weight: bold;
}
#services .card-body h4 {
  font-size: 16px;
  margin-right: 25px;
  line-height: 20px;
  color: #14c114 !important;
}
.our_services .card {
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .our_services .card {
    min-height: 200px;
  }
}
.our_services .col-md-4 {float: right;}
#services h2 , #services h4 {color: #fff!important} 
#services p {color: #171515!important}
#services h4 { font-size: 22px;margin-bottom: 14px; line-height: 20px;color: #fff} 
#services .card-body .btn {
  margin-bottom: 20px !important;
  width: 120px;
  border-bottom: unset;
}

/* End section services */

/* start section market*/
.market {
  margin-top: 15px;
  margin-bottom: 15px;
}
.market .market-logo {
  background-color: #e5e5e5;
  padding: 80px;
  overflow: hidden;
  cursor: pointer;
  transition: all .4s ease-in-out;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
.market .market-logo:hover {
  background-color: #7cbdd6;;
}
/*.market .market-logo .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7cbdd6;
  top: 0;
  left: 0;
}*/
.market .market-logo img {
  width: 60%;
  height: 100px;
}
.market .col-md-4 {
  padding-right: 0px;
}
@media only screen and (max-width: 576px) {
  .market .col-md-4 {
    padding-right: 15px;
  }
}
.market .description {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #e5e5e5;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  padding: 15px 10px;
  transition: all .4s ease-in-out;
}
.market .description:hover {
  background-color: #7cbdd6;
}
.market .description:hover p{
  color: #fff;
}
.market .description p {
  font-size: 15px;
  transition: all .4s ease-in-out;
  font-weight: bold;
}
/* End section market*/

/* End section price-tabel*/
.details-title {
    margin-bottom: 20px;
    border-radius: 29px 0;
    font-size: 24px;
    padding: 13px;
    background: linear-gradient(95deg, #8397f9 0%, #05409a 100%);
    text-align: center;
    color: #ffffff;
}

.price-tabel{
    direction: rtl;
}

.tabel .thead th{
    background: #8397f9;
}
.price-tabel thead th:nth-child(2n+2){
    color: #fff;
    background: #428bca;
    width: 55%;
    
}

.price-tabel td, .price-tabel th {
    padding-right: 2rem;
    text-align: right !important;
}
.price-tabel td, th {
  border: 1px solid #95dafd4d;
  text-align: left;
  padding: 13px !important;
}

.price-tabel tbody tr:hover{ background-color: #ddd}

.table > thead > tr > th {
    color: #ffffff;
    line-height: 31px;
    background: #194ea9;
}
.price-tabel tr:nth-child(even) {
  background-color: #e5e5e540;
}

/* end details */
.address-title {
    margin-bottom: 20px;
    border-radius: 29px 0;
    font-size: 24px;
    padding: 13px;
    background: linear-gradient(95deg, #8397f9 0%, #05409a 100%);
    text-align: center;
    color: #ffffff;
}


.ads {
    background-color: #fff;
    padding-top: 80px;
  padding-bottom: 40px;
  text-align: right;
}

.ads .section-title {
  font-size: 34px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 40px;
  margin: 0 0 20px;
}
.ads .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #69a726;
}
.ads .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #d50b0b;
}
@media(max-width:576px) {
  .ads iframe {
    width: 100%;
    height: 200px;

  }
}
.newblog {
    background-color: #f4f4f4;
    padding-top: 80px;
  padding-bottom: 40px;
  text-align: right;
}
.newblog h4 { margin: 10px 0}
.newblog .img-responsive { margin: 10px 0;
    padding: 2px;
    border: 1px solid #eee;
    background: #fff;}
.newblog .card {
  padding: 10px;
    text-align: right;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    border-top: 3px solid #034187;
}
.newblog .card .readMore {
  background-color: #034187;
    padding: 5px 20px;
    display: inline-block;
    transition: all .3s ease-in-out;
    color: #fff !important;
    border-radius: 5px;
    cursor: pointer;
}
.newblog .card .readMore:hover {
  background-color: #69a726;
}



.newblog .section-title {
  font-size: 34px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 40px;
  margin: 0 0 30px;
}
.newblog .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #69a726;
}
.newblog .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #d50b0b;
}


.newblog .title-h1 {
  margin-bottom: 50px;
  color: #111!important;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .newblog .title-h1 {
    font-size: 27px;
  }
}
.newblog .content-h3 {
  color: #777!important;
  padding-bottom: 25px;
  font-weight: normal;
  font-size: 20px;
}
@media only screen and (max-width: 576px) {
  .newblog .content-h3 {
    font-size: 17px;
  }
}


.setro-details {
  margin: 20px 0px;
  padding: 10px 0px;
  text-align: right;
}
.setro-details .details-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.setro-details .details-img img {
  width: 80%;
  height: 80%;
}
.setro-details .details-content {
  padding: 20px 10px;
}
.setro-details .details-content h4 {
  font-weight: bold;
  color: darkblue;
}
.setro-details .details-content p {
  padding-top: 10px;
}

/* start others p Company */
.pCompany-title{
    margin-top: 50px;
    margin-bottom: 20px;
    border-radius: 29px 0;
    font-size: 20px;
    padding: 13px 35px;
    background: linear-gradient(95deg, #8397f9 0%, #05409a 100%);
    text-align: center;
    color: #ffffff;
}
#owl-demo .item{
    background: #eee;
  margin: 15px;
    border-radius:33px 0;
}
#owl-demo .item img{
  display: block;
  height: auto;
    margin-left: 25%
}

/* End others p Company */

#portfolio {
  padding: 100px 0;
  background: #f5f5f5;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: right;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
    border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-filter > li:last-child a {

    border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: right;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    #portfolio .portfolio-item {
      width: 49.8%;
    }
}
@media only screen and (max-width: 360px) {
    #portfolio .portfolio-item {
      width: 100%;
    }
}

#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
   
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 40px;
  line-height: 1;
  margin: 0;
  margin-bottom: 15px;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#testimonial {
  background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#about {
  padding: 0px 0;
}
#about ul li {
  margin-bottom: 12px
}
#work-process {
  padding: 100px 0 50px;
  background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#work-process h2 {
  color: #fff;
}
#work-process h3 {
  color: #fff;
  margin-bottom: 0;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #45aed6;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #45aed6;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
  margin-bottom: 50px;
}
#meet-team {
  padding: 100px 0;
}
#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#meet-team .team-member:hover {
  border-color: #45aed6;
}
#meet-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meet-team .social-icons > li {
  display: inline-block;
}
#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
#pricing {
  padding: 50px 0 0 0 ;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
 #pricing ul.pricing li {
    border: 1px solid #d3d3d3;
    display: block;
    padding: 7px 5px !important;
    font-size: 12.5px;
    color: #333;
 }
#pricing ul.pricing li strong {
  font-weight: bold;
  width: 85px;
  padding-right: 8px;
  font-size: 16px;
}
.pricing small{color: #fff !important;  font-size: 14px!important;
}
#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -76px;
  top: -10px;
  display: inline-block;
  width: 150px;
  height: 150px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
 
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin-top: 5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#pricing ul.pricing.featured {
  border: 0 none;
  color: #fff;
}

@media only screen and (min-width: 767px) {
    #pricing ul.pricing.featured { min-height: 450px!important; }
}
@media only screen and (max-width: 768px) {
    #pricing ul.pricing li { padding: 10px 5px!important; font-size: 11.5px!important; }
    .newblog .section-title {font-size: 24px!important;}
    .section-header .section-title {font-size: 24px!important;}
    #main-slider .slider-inner h2{font-size: 22px;}
    #about1{padding-top: 0}
    #about1 .info h3{ font-size: 18px}
    #about1 .info p{ font-size: 13px}
    #about1 .info{background: #2D3E52; border: 2px solid #140F41; color: #fff; padding:0 10px;}
    #about1 .info h3{ color: #fff;  }
    #about1 .info1{ padding: 10px; background: none; color: #140F41 }
    
    .marque { height: 50px;	 overflow: hidden; position: relative; }
    .marque p {  position: absolute;  width: 280%;  height: 100%;   margin: 0;  line-height: 33px;   text-align: center;  -moz-transform:translateX(100%); -webkit-transform:translateX(100%);	 transform:translateX(100%);-moz-animation: marque 30s linear infinite;  -webkit-animation: marque 30s linear infinite; animation: marque 30s linear infinite;
    }
    /* Move it (define the animation) */
    @-moz-keyframes marque {
         0%   { -moz-transform: translateX(-100%); }
         100% { -moz-transform: translateX(20%); }
    }
    @-webkit-keyframes marque {
         0%   { -webkit-transform: translateX(-100%); }
         100% { -webkit-transform: translateX(20%); }
    }
    @keyframes marque {
         0%   {  -moz-transform: translateX(-100%); /* Firefox bug fix */  -webkit-transform: translateX(-100%); /* Firefox bug fix */ transform: translateX(-100%); 		}
         100% {  -moz-transform: translateX(20%); /* Firefox bug fix */  -webkit-transform: translateX(20%); /* Firefox bug fix */ transform: translateX(20%); }
    }
    
    
    
}
@media only screen and (max-width: 360px) {
    #pricing ul.pricing li {  font-size: 10px!important; }
    .newblog .section-title {font-size: 20px!important;}
    .section-header .section-title {font-size: 20px!important;}
    #main-slider .slider-inner h2{font-size: 22px;}
}


#about1 .span1{
    background: #2889c9;
    color: #fff; 
    font-size:21px;     
    padding:0 10px;
}

#about1 .span2{
    background: #fff;
    color: #2889c9;
    padding:0 10px ;
    font-size:21px;
}

#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}
#get-in-touch {
  padding: 100px 0 50px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}
#blog {
  padding: 100px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 15px;
  padding-bottom: 20px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.rights {
  background: #52575c none repeat scroll 0 0;
  padding: 7px;
  text-align: center !important;
}
.navbar-collapse.in {
  margin-top: 100px;
}
.in .nav > li {
  width: 100%;
}

.titles_div{border: 1px solid #fff ; padding: 10px; display: inline-block;margin: 10px ; font-size: 33px; min-width: 300px; border-radius: 8px}