
@font-face {
  font-family: B-L;
  src: url(../fonts/B-L.ttf);
}
@font-face {
  font-family: B-SL;
  src: url(../fonts/B-SL.ttf);
}
@font-face {
  font-family: B-R;
  src: url(../fonts/B-R.ttf);
}
@font-face {
  font-family: B-B;
  src: url(../fonts/B-B.ttf);
}
@font-face {
  font-family: B-SB;
  src: url(../fonts/B-SB.ttf);
}
body {
  font-family: B-R;
}
a:hover {
  text-decoration: none;
}
ul{
  margin: 0;
}
p {
  line-height: 27px;
  font-size: 16px;
  margin: 0;
  font-family: ;
}
h1,
h2,
h3,
h4,
h5,
h6{
  text-transform: capitalize;
}
/***********************************/
*:hover,
*:focus{
  outline: 0;
}
a:focus {
  outline: 0;
  outline-offset: 0;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  outline-offset: 0;
}
.btn.focus, .btn:focus, .btn:hover {
  color: inherit;
  text-decoration: none;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip {
    text-align: right;
    direction: rtl;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: unset !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 15px 0 !important;
  border: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: unset !important;
}
/*****************************************************************/
/*********************** top-header *********************************/

/*****************************************************/

/* Start Search */
.btnSearch{
  cursor: pointer;
  border-radius: 5px;
  color: #202020;
}
.btnSearch .fa-search:hover{
  color: #3B59A7 !important;
}
.btnSearch .fa-search{
    transform: rotate(85deg);
}
.site-search {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
  -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search.open {
  z-index: 9999;
  opacity: 1;
  transition: opacity .5s, z-index 0s;
  -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
  margin-top: -25px;
  opacity: 1;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
  position: relative;
  padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
  border: none;
  width: 50%;
  margin-top: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  padding-top: 0;
  opacity: 0;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
  transform: translateX(-50%);
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
 height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
  color: #202020;
  background: none;
  border: none;
  border-bottom: 2px solid #0f0f0f;
  font-size: 16px;
  padding: 15px 0;
  height: auto;
  margin: 0;
  outline: none !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  box-shadow: inset 0 0 0 transparent;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
  top: 10px;
  right: 15px;
  padding-top: 0 !important;
  background: none !important;
  font-size: 0;
  min-width: 0;
  padding: 0 !important;
  z-index: 4;
  position: absolute;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  color: #202020;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-search .woocommerce-product-search .search-field:focus{
  border-bottom: 2px solid #3B59A7;
}
.site-search .woocommerce-product-search button {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #202020;
  padding: 0;
}
.site-search .woocommerce-product-search button:hover,
.site-search .woocommerce-product-search button:focus{
  color: #3B59A7;
}
.site-search .woocommerce-product-search button:focus{
  border: 0 !important;
  outline: unset;
}

.site-search .woocommerce-product-search .search-field::placeholder {
  color: #202020;
}
.close-search{
  border-radius: 100%;
  box-shadow: unset;
  background: #fff !important;
  border: 2px solid #202020;
  color: #202020;
  position: absolute;
  top: 5%;
  left: 2%;
  z-index: 100000;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 29px;
  transition: all .3s ease-in;
}
.close-search:hover,
.close-search:focus{
  border: 2px solid #3B59A7 !important;
  color: #3B59A7 !important;  
}
.nav-search2{
  display: none;
}
.navbar-collapse {
  border-top: 0;
}
.navbar-header2 .lang,
.navbar-header2 .btnSearch{
  color: #202020;
  font-size: 18px ;
  display: inline-block ;
  position: relative ;
  top: -12px ;
}
.navbar-header2 .lang a{
  color: #202020;
}
.navbar-header2 .lang a {
  margin-left: 0;
}
/*********************** End Search *********************/
/*******************************************************************/
/***********************/
.face:hover a{
  color: #5067A4 !important;
}
.twi:hover a{
  color: #1AB3F1 !important;
}
.insta:hover a{
  color: #DA1884 !important;
}
.youtube:hover a{
  color: #E63343 !important;
}
.linked:hover a{
  color: #0077b5 !important;
}
/*****************************************************************/
/********************************************************/
.main-navv{

}
.navbar-left {
  margin-left: -8px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}
 .navbar {
  padding: 15px 0;
  position: relative;
  min-height: unset;
  margin-bottom: 0;
  border: 0;
  box-shadow: unset;
  z-index: 2;
  height: auto;
  background: linear-gradient(to bottom, rgb(46 118 213 / 15%) 20%, rgb(255, 255, 255) 100%);
  
}
.navbar-collapse{
  position: relative;
}
.navbar-default::after {
  
}
 .navbar-brand {
  height: 90px;
  padding: 0px 15px;
}
 .navbar-brand>img {
  display: inline-block;
  height: 100%;
}
.navbar-collapse.collapse{
  padding: 0;
}

.navbar-default .navbar-nav>li{
  padding: 0 5px;
}
.navbar-default .navbar-nav>li>a{
  font-size: 20px;
  font-family: B-L;
  padding: 28px 12px;
  color: #3B59A7;
  text-transform: uppercase;
}
/* Underline From Center */
.navbar-default .navbar-nav>li>a {
  transition: all .7s ease;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.navbar-nav>li>a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: 0;
  right: 0;
  bottom: -15px;
  width: 18px;
  height: 12px;
  overflow: hidden;
  background-image: url(../imgs/shap.png);
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
}
.navbar-nav>.active>a:before,
.navbar-nav>li>a:hover:before, 
.navbar-nav>li>a:focus:before,
.navbar-nav>li>a:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-20px);
}
.navbar-default .navbar-nav>li>a:hover,
 .navbar-default .navbar-nav>.active>a, 
 .navbar-default .navbar-nav>.active>a:focus, 
 .navbar-default .navbar-nav>.active>a:hover{
  background-color: transparent;
  color: #202020;

}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
  color: #202020;
}
 .navbar-right li>a::before{
  display: none;
}
.navbar-nav>li:last-child a::after{
  display: none;
}

/*********************************************************************/
.navbar-nav{
  margin-top: 0;
  margin-right: 90px;
}
.navbar-nav.navbar-left{
  margin-right: 0;
}
 .dropdown{
  overflow: visible !important;
}
 .dropdown::before{
  display: none;
}
 .dropdown-menu {
  min-width: 180px;
  padding: 5px 0;
  border-radius: 5px;
  overflow: hidden;
}
 .dropdown-menu>li>a {
  padding: 11px 20px;
  font-size: 16px;
}
 .dropdown-menu>li>a:hover {
  color: #202020 !important;
  background-color: transparent;
}

 .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #373737;
}
 .navbar-left li>a::before{
  display: none;
}
.nav-pages-header{
  display: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #202020;
  background-color:transparent;
}
.caret{
  margin-right: 5px;
  vertical-align: top;
  border-top: 0;
  border-top: 4px solid\9;
  border-right: 0;
  border-left: 0;
  margin-top: 2px;
  display: inline;
}
.caret i{
  transition: all .25s ease;
}
.navbar-nav > .open > a .caret i, 
.navbar-nav > .open > a:focus .caret i, 
 .navbar-nav > .open > a:hover .caret i{
  transform: rotate(180deg);
}
/*******************/
.navbar-header2{
  display: none;
}
.navbar-header2 .lang::after {
  left: 0;
  top: 3px;
}
/*****************************************************/
.navbar-default .navbar-nav .h-social{
  display: inline-block;
  margin: 28px 12px 0;
}
.navbar-default .navbar-nav .h-social a{
  color: #616161;
  font-size: 17.5px;
}
.navbar-default .navbar-nav.navbar-left li.lang{
  color: #616161;
}
.navbar-default .navbar-nav.navbar-left>li>a{
  font-size: 18px;
  color: #616161;
}
.navbar-default .navbar-nav .h-social a:hover .fa-snapchat-ghost{
  color: #fffc00;
}
.navbar-default .navbar-nav .h-social a:hover .fa-youtube{
  color: #ff0000;
}
.navbar-default .navbar-nav .h-social a:hover .fa-facebook-f,
.navbar-default .navbar-nav .h-social a:hover .fa-facebook{
  color: #3b5998;
}
.navbar-default .navbar-nav .h-social a:hover .fa-twitter{
  color: #1da1f2;
}
/***********************************************************************/
/*******************************************************************/
/************************** slider *******************************/
.slider{
  position: relative;
  overflow: hidden;
}
.slider-service{

}

/*******************************************/
.owl-carousel {
  direction: ltr;
}
.owl-carousel .owl-item {
  direction: rtl;
}
/* Start Slider */

.slider-img{
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 0;
  overflow: hidden;
}
.slider-imgg {
  transition: all .3s ease-in;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}

.slider-img::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .4;
  background: #3B59A7;
}

.slider-con{
  position: absolute;
  bottom: 150px;
  width: 100%;
  z-index: 2;
  font-size: 29px;
  transform: translateY(50px);
  opacity: 2;
  visibility: hidden;
  transition: all .7s ease-in;
  padding: 45px 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.slider .owl-item.active .slider-con{
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
.slider-con h2{
  font-size: 51px;
  line-height: 52px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  font-family: B-SB;

}
.slider-con p{
  font-size: 18px;
  font-family: B-L;
  line-height: 30px;
  margin: 25px 0;
  color: #fff;
  height: 58px;
  overflow: hidden;
}
.slider-con ul li a{
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  position: relative;
  top: 15px;
  font-size: 16px;
  display: inline-block;
  border-radius: 6px;
  background: #3B59A7;
  transition: all .3s ease-in .0s;
  border: 1px solid #3B59A7;
}
.slider-con ul li:last-child a{
  color: #3B59A7;
  border: 1px solid #3B59A7;
  background: #F8FEFF;
}
.slider-con ul li:first-child a:hover{
  color: #3B59A7;
  background: #F8FEFF;
}
.slider-con ul li:last-child a:hover{
  color: #fff;
  background: #3B59A7;
}
/************************************************************/
/* Shutter In Horizontal */
.btn {
  display: inline-block;
  vertical-align: middle;
  box-shadow: unset;
  position: relative;
  transition-duration: 0.3s;
  color: #fff;
  padding: 12px 40px;
  font-size: 15px;
  font-family: 'B-SB';
  border-radius: 0;
  transition: all .3s ease-in-out;
}
.btn span{
  transform: skew(0deg);
  display: inline-block;
  position: relative;
  z-index: 10;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  transform: skew(-15deg);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all .4s ease-in-out;
}
.btn:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #047DB4;
  transform: skew(15deg);
  width: 100%;
  height: 90%;
  z-index: -1;
  transition: all .4s ease-in-out;
}
.btn:hover, .btn:focus, .btn:active {
  color: white;
}
.btn:hover:before, .btn:focus:before, .btn:active:before{
  transform: skew(-15deg);
  background: #000;
}
.btn:hover:after, .btn:focus:after, .btn:active:after {
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
  background: #047DB4;
}

/**********************************************/
.slider-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
/**************************************************/
.owl-next,
.owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 28px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  color: #fff !important;
  background: #3B59A7cf !important;
  padding: 0 !important;
  display: inline-block !important;
  transition: all .3s ease-in;
  border: 0 !important;
  margin: 0 !important;
}
.owl-prev:hover,
.owl-next:hover {
  color: #fff !important;
  background: #3B59A7 !important;
  border: 0 !important;
}
.owl-carousel .owl-nav button.owl-next:focus, 
.owl-carousel .owl-nav button.owl-prev:focus, 
.owl-carousel button.owl-dot:focus{
  border: 0 !important;
  box-shadow: none;
  outline: 0;
  outline: 0px auto;
}
.slider .owl-nav{
  top: -450px;
} 
.owl-nav  {
  position: relative;
  left: 0%;
  z-index: 10000;
  transition: all .4s ease;
  right: 0;
}
.slider .owl-next,
.slider .owl-prev {
  position: absolute;
  width: 160px;
  height: 240px;
  line-height: 90px;
  font-size: 25px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  color: #fff !important;
  background: #ffffff45 !important;
  padding: 0 !important;
  display: inline-block !important;
  transition: all .3s ease-in;
  border: 0 !important;
  margin: 0 !important;
}
.slider .owl-prev i{
  display: none;
}
.slider .owl-prev {
  right: 0px;
  clip-path: polygon(100% 0, 60% 74%, 100% 100%) !important;
}
.slider .owl-next {
  left: 0px;
  clip-path: polygon(0 0, 0 100%, 40% 74%) !important;
}
.slider .owl-next i{
  position: relative;
  top: 0;
  left: 18px;
}
.slider .owl-next:hover,
.slider .owl-prev:hover{
  background: #3B59A7 !important;
}
/***************************************/

/*End Slider */
/***********************************************/
.owl-dots{
  position: relative;
  left: 0;
  right: 0;
  bottom: 0%;
  margin: 0 auto;
  text-align: center;
}
.owl-theme .owl-dots .owl-dot{
  padding: 0 4px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #3B59A7;
  border: 1px solid #3B59A7;
  opacity: 1;
  border-radius: 50px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0;
  background: transparent;
  border: 1px solid #3B59A7;
  transition: all .3s ease-in-out;
}
.slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  margin: 0 auto;
  text-align: center;
}
/**********************************************************************************************************************/

.se-title{
  margin-bottom: 40px;
}
.se-title h2{
  font-size: 32px;
  font-family: 'B-L';
  margin: 0;
  color: #1C2755;
  position: relative;
  display: inline-block;
  padding: 0 28px 10px;
}
.se-title h2::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  width: 12px;
  height: 0;
  border-bottom: 66px solid #047DB4;
  border-left: 8px solid transparent;
}
/*************************************************************************************/
/************************************ products ****************************************/
.products{
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.products::before{
  content: '';
  position: absolute;
  top: 25%;
  right: 14px;
  width: 160px;
  height: 55px;
  border-radius: 25px;
  background-color: #f63b7a6e;
  opacity: .1;
  transform: rotate(-19deg);
  z-index: -1;
}
.products::after{
  content: '';
  position: absolute;
  top: 35%;
  right: 119px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #15cb9b54;
  opacity: .1;
  z-index: -1;
}
.pro-arrow{
  position: absolute;
  right: 23%;
  top: -250px;
  animation: image-top 1.2s infinite linear;
  -webkit-animation: image-top 1.2s infinite linear;
  z-index: -1;
}
.products .pro-arrow2{
  position: absolute;
  right: -130px;
  bottom: -110px;
  animation: image-top 1.2s infinite linear;
  -webkit-animation: image-top 1.2s infinite linear;
  z-index: -1;
}
/* Start Animation */
@keyframes image-top {
  0%, 100% {
      transform: translateY(-5px)
  }
  50% {
      transform: translateY(5px)
  }
}

.productscon-tabs{
  position: relative;
  z-index: 5;
}
.products .nav>li>a {
  font-size: 20px;
  font-family: 'B-L';
  position: relative;
  display: block;
  color: #1C2755;
  padding: 10px 20px;
  border-radius: 0;
  border: 0;
  margin: 0 5px 6px;
  cursor: pointer;
  transition: all .2s ease-in;
}

.products .nav>li>a:hover,
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  border-bottom-color: transparent;
  border-radius: 0;
  transform: skew(10deg, 0deg);
  background: transparent linear-gradient(180deg, #047DB4 0%, #1991C8 100%) 0% 0% no-repeat padding-box;
}
.products .nav-tabs>li>a span{
  transform: skew(0deg, 0deg) !important;
  display: inline-block;
}

.nav-tabs {
  border-bottom: 0;
  margin-bottom: 40px;
}
/*****************************************/
.product-block{
  margin-bottom: 30px;
  transition: all .3s ease-in;
  background: #F9F9F9 0% 0% no-repeat padding-box;
}
.product-block:hover{
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 12px 56px #0000000F;
}
.product-img{
  height: 300px;
  padding: 5px;
  overflow: hidden;
}
.product-img img{
  height: 100%;
  width: 100%;
  transition: all .4s ease-in;
}
.product-con{
  padding: 20px 15px;
}
.product-con h4{
  font-size: 22px;
  height: 25px;
  overflow: hidden;
  font-family: B-L;
  color: #1C1C1C;
  margin: 0;
  transition: all .3s ease-in;
}
.product-con p{
  font-size: 16px;
  font-family: B-L;
  height: 73px;
  overflow: hidden;
  color: #212121;
  line-height: 25px;
  margin-top: 10px;
}
.product-block:hover .product-con h4{
  color: #047DB4;
}
.product-block:hover img{
  transform: scale(0.9);
}
.products .btn-more{
  margin-top: 20px;
}
.products .btn-more .btn{
  padding: 12px 50px;
}


/*****************************************************************************/
/******************************* why-us ********************************/
.why-us{
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
}
.why-con{
  margin-top: 100px;
}
.why-con .se-title {
  margin-bottom: 0;
}
.why-con .se-title h2::after {
  border-bottom: 84px solid #047DB4;
}
.why-con p{
  margin: 30px 0;
  height: 162px;
  overflow: hidden;
}
.why-block,
.why-blocks{
  position: relative;
  z-index: 10;
}
.why-block{
  padding: 30px 15px;
  margin-bottom: 25px;
  box-shadow: 0px 6px 10px #0000000F;
  transition: all .3s ease-in;
}
.why-block h4{
  margin: 20px 0 10px 0;
  font-size: 20px;
  font-family: 'B-L';
  transition: all .3s ease-in;
}
.why-block a{
  color: #212121;
  display: block;
  transition: all .3s ease-in;
}
.why-block img{
  height: 62px;
  transition: all .3s ease-in;
}
.why-block p{
  font-family: 'B-L';
  height: 52px;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all .3s ease-in;
}
.why-block span{
  font-size: 16px;
  color: #047DB4;
  display: block;
  transition: all .3s ease-in;
}

.why-block:hover{
  background: #3B59A7 0% 0% no-repeat padding-box;
}
.why-block:hover img{
  filter: brightness(0) invert(1);
}
.why-block:hover span,
.why-block:hover h4,
.why-block:hover p,
.why-block:hover a{
  color: #ffff;
}

.why-us .why-arrow{
  position: absolute;
  left: -337px;
  bottom: 90px;
  animation: image-top 1.2s infinite linear;
  -webkit-animation: image-top 1.2s infinite linear;
  z-index: -1;
}
.why-usss{
  position: relative;
}
.why-usss::before{
  content: '';
  position: absolute;
  right: 0px;
  bottom: -100px;
  width: 105px;
  height: 250px;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../imgs/img1.png);
}
.why-usss::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -77px;
  width: 85px;
  height: 200px;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../imgs/img2.png);
  z-index: 2;

}
/**************************************************************************************/
/******************************************** clients *************************************/
.clients{
  padding: 70px 0;
}
/*
.clients .owl-carousel .owl-item img {
  width: unset !important;
}
.client-img {
  text-align: center;
  height: 75px;
  position: relative;
  width: auto;
}
.client-img img {
  filter: grayscale(1);
  opacity: .3;
  transition: all .5s ease-in;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1000000;
  cursor: pointer;
}
.client-img:hover img {
  filter: none;
  opacity: 1;
  cursor: pointer;
}
*/
.clients .item{
    margin: 0 10px;
}
.client-img {
    position: relative;
    height: 66px;
    overflow: hidden;
}
.client-img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto !important;
    max-width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s ease-in-out;
    /*filter: grayscale(1);
    opacity: .3;*/
}
.client-img:hover img {
  filter: none;
  opacity: 1;
  cursor: pointer;
}
/***********************************************************************/
/**************************** footer ***************************/
footer{
  padding: 50px 0;
  background-color: #FCFCFC;
}
.footer-item p{
  width: 90%;
  margin: 15px 0 0;
}
.imp-links,
.contact-links{
  margin-top: 30px;
}
.imp-links h3,
.contact-links h3{
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 25px;
}
.imp-links ul li a{
  font-size: 17px;
  margin-bottom: 8px;
  display: inline-block;
  font-family: B-L;
  color: #1D1D1D;
  transition: all .3s ease-in;
}
.imp-links ul li a:hover{
  color: #047DB4;
}
/****************/
.contact-icon{
  width: 22px;
  margin: 0;
  position: relative;
  top: 0;
  vertical-align: top;
  display: inline-block;
}
.contact-icon i{
  color: #047DB4;
}
.contact-info{
  width: calc(100% - 40px);
  display: inline;
}
.contact-info b{
  display: inline-block;
  direction: ltr;
  font-weight: 400;
}
.contact-links li a{
  font-size: 17px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: B-L;
  color: #1D1D1D;
  transition: all .3s ease-in;
}
/***********************************************************************/
/**************************** footer ***************************/
.se-footer{
  padding: 6px 0;
  background-color: #FCFCFC;
  border-top: 1px solid #2b2b2b0d;
}
.right p{
  color: #AEAEAE;
  font-size: 16px;
  margin-top: 15px;
}
.comp-right{
  float: left;
  position: relative;
  top: 10px;
}
.ryad-logo {
  position: relative;
  height: 47px;
  margin-left: -22px;
}
.ryad-logo p{
  color: #2B2B2B;
}
/*************************/
.toTop {
  color: #fff;
  position: fixed;
  bottom: 55px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 42px;
  border-radius: 100%;
  text-align: center;
  background-color: #3B59A7;
  border: 1px solid #3B59A7;
  z-index: 35;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 20px;
}

.toTop:hover {
  background-color: #047DB4;
  border: 1px solid #047DB4;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #fff;
}
/********************************************************************************************************/
@media(max-width: 1200px){
  .why-us .why-arrow {
    left: -430px;
  }
  .products .pro-arrow2 {
    right: -330px;
  }
}


@media(max-width: 767px){
  .products .pro-arrow {
    right: 23%;
    top: -275px;
  }
  .products .pro-arrow2 {
      right: -519px;
  }


}


@media(max-width: 500px){
    .products .pro-arrow {
      right: 35%;
      top: -267px;
  }
  .products .pro-arrow2 {
      right: -640px;
  }
  .why-us .why-arrow {
    left: -443px;
    bottom: 48px;
  }

}
/********************************************************************************************************/
/*****************************************************************/
/**************************** page-head **************************/
.page-head{
  padding: 65px 0;
  position: relative;
  background: transparent linear-gradient(180deg, #047DB4 0%, #1991C8 100%) 0% 0% no-repeat padding-box;
}
.page-title,
.page-name{
  position: relative;
  z-index: 2;
}
.page-name h2{
  font-size: 30px;
  margin: 0;
  color: #fff;
}
.page-title{
  text-align: left;
  margin-top: 7px;
}
.page-title ul li,
.page-title ul li a{
  color: #fff;
  font-size: 16px;
  transition: all .4s ease-in;
}
.page-title ul li a:hover{
  color: #000;
}
/*****************************************************************/
/**************************** page-content **************************/
.page-content{
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}
/*****************************************************************/
/**************************** about-page **************************/
.about-con{

}
.about-con p{
  margin-bottom: 12px;
}
.about-img{
  height: 350px;
}
.about-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  box-shadow: 0px 6px 10px #0000000F;
}
/**************************/
.mission-vision{
  padding-bottom: 70px;
}
.about-block{
  text-align: center;
}
.about-block h4{
  margin: 0 0 12px 0;
  font-size: 20px;
  color: #212121;
  transition: all .3s ease-in;
}
.about-block p{
  font-family: 'B-L';
  margin-bottom: 10px;
  color: #212121;
  transition: all .3s ease-in;
}
.about-block{

  padding: 30px 15px;
  border-radius: 4px;
  box-shadow: 0px 6px 10px #0000000F;
  transition: all .3s ease-in;
}
.about-block:hover{
  background: #3B59A7 0% 0% no-repeat padding-box;
}
.about-block:hover h4,
.about-block:hover p{
  color: #fff;
}
@media (max-width: 600px){
  .page-content .pro-arrow {
      right: 37%;
      top: -280px;
  }
}
/*****************************************************************/
/**************************** single-page  **************************/
.single-page .pro-arrow {
  right: 27%;
}
@media (max-width: 600px){
  .page-content.single-page .pro-arrow {
      right: 41%;
  }
}
/**********************************************************************/
/**************************** products-page  **************************/
.products-pages{

}
/****************************************/
.i-pagination {
  margin-top: 30px;
}
.i-pagination ul {
  width: auto;
  display: inline-block;
  float: none;
  padding: 0;
}
.i-pagination li {
  display: inline-block;
  margin: 0 2px;
}
.i-pagination li a, .i-pagination li.current {
  width: 35px;
  height: 35px;
  background-color: #fff;
  line-height: 37px;
  text-align: center;
  color: #212121;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 2px rgba(237, 28, 36, 0.05);
  display: inline-block;
  transition: all .3s ease-in;
}
.i-pagination li.current {
  color: #fff;
  background: transparent linear-gradient(180deg, #047DB4 0%, #1991C8 100%) 0% 0% no-repeat padding-box;
}
.i-pagination li a:hover {
  background: transparent linear-gradient(180deg, #047DB4 0%, #1991C8 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
/**********************************************************************/
/**************************** services-page  **************************/
.services-page{

}
@media (max-width: 500px){
  .services-page .col-xs-6{
    width: 100%;
  }
}
/**********************************************************************/
/**************************** contact-page  **************************/
.contact-se1{
  background-color: #202020;
}
.contact-se1 .se-title h2,
.contact-se2 .se-title h2 {
  font-size: 24px;
  font-family: 'B-R';
}
.contact-se1 .se-title h2::after,
.contact-se2 .se-title h2::after {
  border-bottom: 50px solid #047DB4;
}
.contact-b-content{
  padding: 50px 0;
  margin: 0;
  background-color: #fff;
  border-radius: 4px;
}
.contact-box{
  min-height: 155px;
  padding: 25px 15px;
  margin-bottom: 25px;
  text-align: center;
  box-shadow: 0px 6px 10px #0000000F;
}
.contact-box h4{
  margin: 0 0 15px 0;
  font-size: 19px;
  transition: all .3s ease-in;
}
.contact-box a{
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  font-family: B-L;
  color: #1D1D1D;
  transition: all .3s ease-in;
}
/*****************************/
.contact-se2{

}
.contact-se2 .se-title {
  margin-bottom: 30px;
}
/*********** contact-form **************/
.contact-form .form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #272727;
  background-color: transparent;
  background-image: none;
  border: 1px solid #cccccc87;
  border-radius: 5px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-transition: unset;
  transition: all .24 ease-in;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact-form textarea{
  padding: 12px 42px;
  height: unset !important;
  transition: all .4s ease-in;
  border: 1px solid #cccccc38 !important;
}
.contact-form textarea:focus{
  border: 1px solid #047DB4 !important;
}
.contact-form input:focus,
.contact-form .form-control:focus{
  background-color: transparent !important;
  box-shadow: unset !important;
  border-color: #047DB4;
}
.contact-form form .form-group{
  position: relative;
  margin-bottom: 15px;
}
.btn-submit{
  margin-top: 20px;
}
.contact-form .submit{
  padding: 9px 40px;
  font-size: 15px;
  box-shadow: unset;
  border-radius: 5px;
  color: #fff;
  border: 0;
  transition: all .4s ease-in;
  background: #047DB4;
  border: 1px solid #047DB4;
}
.contact-form .submit:hover,
.contact-form .submit:focus{
  color: #047DB4;
  background: transparent;
}
/*****************/
.contact-form input::-webkit-outer-spin-button,
.contact-form input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.contact-form input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.contact-map{
  height: 505px;
  border-radius: 5px;
  overflow: hidden;
}
.contact-map iframe{
  width: 100%;
  height: 100%;
}
.fphone i{
    transform: rotate(95deg);
}
/******************************************************************************/
.single-page .pro-arrow{
    display: none;
}





/******************************************************************************/
/************************ branches ***********************************/
.branches{

}
.branches .req-data h3 {
      margin-top: 0;
}
.branche-boxs{
  border: 1px solid #ddd9;
  border-radius: 8px;
}
.branche-box{

  padding: 20px;
}
.branch-map{
  padding: 0;
  overflow: hidden;
}
.contact-map{
  height: 320px;
  width: 100%;
}
.branche-boxs{
  margin-bottom: 30px;
}
.contact-map iframe{
  width: 100%;
  height: 100%;
}
.branche-box h3{
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0 18px 0;
}
.branche-box a.info-l span{
  
    display: inline-block;
}
.branche-box h4{
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.branche-box h3 i,
.branche-box h4 i{
  margin-left: 5px;
}
/* .branche-box h3 .fa,
.branche-box h4 .fa{
  font-weight: 400;
} */
.branche-box ul li{
  margin-bottom: 22px;
}
.branche-box ul li a,
.branche-box ul li p{
  margin: 0 7px;
  font-size: 15px;
  color: #626262;
}
.branche-box ul li a i,
.branche-box ul li p i{
  background-color: #047DB4;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-size: 15px;
  margin: 0 7px;

}
.top-contact{
  float: left;
  display: inline-block;
}
.top-contact ul li {
  padding: 7px 20px;
  float: unset;
}

.top-contact ul li:hover a{
  background: transparent;
  color: #047DB4;
}
@media (max-width: 767px){
  .branches .col-xs-12{
      padding: 20px 15px 0 !important;
  }
  .branche-box h3 {
      font-size: 16px;
      margin: 5px 0 12px 0;
  }
  .branches .col-xs-12.branch-map {
      padding: 0px !important;
  }
  .branche-boxs {
      margin: 0 0 15px 0 !important;
  }
    .branches .contact-map {
      height: 300px !important;
      margin-top: 0 !important;
  }
}
/******************************************************************************************/

.fixed-icone{
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
    animation: updown-i 4s infinite ease-in-out;
}
@keyframes updown-i{
    0%,100%{
        transform: translateY(-12px);
    }
    50%{
        transform: translateY(12px);
    }
}
.fixed-icone a{
   
    width: 60px;
    height: 60px;
    background: #249F00 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #BFBFBF29, 0px 3px 16px #234A9D38;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-icone a i{
    color: #fff;
    font-size: 34px;
}





