@font-face {
  font-family: 'CentSchbkCyrill BT';
  src: url('../fonts/CenturySchlbkCyrillicBT-Roman.woff2') format('woff2'),
      url('../fonts/CenturySchlbkCyrillicBT-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rubikbold';
  src: url('../fonts/rubik-bold-webfont.woff2') format('woff2'),
  url('../fonts/rubik-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'rubikmedium';
  src: url('../fonts/rubik-medium-webfont.woff2') format('woff2'),
  url('../fonts/rubik-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'rubikregular';
  src: url('../fonts/rubik-regular-webfont.woff2') format('woff2'),
  url('../fonts/rubik-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
    font-family: 'Atelas Personal Use Only';
    src: url('../fonts/AtelasPersonalUseOnly.woff2') format('woff2'),
        url('../fonts/AtelasPersonalUseOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*-------------------Main ---------------------------*/
html {
  scroll-behavior: smooth;
}
body{
  background: #fff;
}
.wrapper{
/*	position: relative;*/
	overflow: hidden;
}
header{
  position: relative;
  width: 100%;
  text-align: center;
}

.top-gradiant-box{
  display: block;
  /*justify-content:space-between; */
  height: 100%;
  width: 100%;
  padding: .5em 5em;
  background: #37409b;
  /*background: rgb(61,165,71);
  background: -moz-linear-gradient(90deg, rgba(61,165,71,1) 0%, rgba(32,116,68,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(61,165,71,1) 0%, rgba(32,116,68,1) 100%);
  background: linear-gradient(90deg, rgba(61,165,71,1) 0%, rgba(32,116,68,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3da547",endColorstr="#207444",GradientType=1);
  */position: relative;
}
.left-posision{
  float: left;
  position: relative;
}
.right-posision{
  float: right;
  position: relative;
}
.group-flex{
  display: flex;
}
.top-gradiant-box p{
  margin-bottom: 0;
  cursor: pointer;
  color: #fff;  
  font-size: .95em;
  font-family: 'rubikmedium';
}
.caps{
  text-transform: uppercase;
}
.top-info{
  display: flex;
  position: relative;
}
.top-info p a{
  color: #fff;
  text-decoration: none;
  padding-right: 1em;
}
.top-info p a i{
  padding-right: .5em;
  color: #fbb017;
}
.top-info p:hover a{
  color: #fbb016;
  transition: .3s;
}
.posionar-box{
  position: relative;
  width: 100%;
}
.menu-block{
  display: flex;
  top: 0;
  left: 0;
  z-index: 8;
  justify-content:space-between; 
  height: 100%;
  width: 100%;
  position: absolute;
}
.logo-box{
  position: relative;
}
.logo-box img{
  padding-top: 1em;
}


/*
.main.fixed{
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  display: block;
  width:100%;
  background: #fff !important;
  -webkit-box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.2);
}
.main.fixed .menu-block{
  padding-top:0;
  padding-bottom:0;
  transition: .2s;
}
*/

.top-gradiant-box .social{
  float: right;
  display: block;
  position: relative;
}
.top-gradiant-box .social ul{
  padding: 0;
  margin: 0;

}
.top-gradiant-box .social ul li{
  list-style: none;
  float: left;
  padding: 0 .5em;
}
.top-gradiant-box .social ul li a img{
  opacity: 1;
}
.top-gradiant-box .social ul li a:hover img{
  opacity: .7;
  transition: .5s;
}

/*==============================Menu Starts here===========================*/
nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
#cssmenu #head-mobile {
  display: none
}
#cssmenu {
  font-family: 'rubikmedium';
/*  border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;*/
}
#cssmenu > ul {
  margin: 0;
  padding: 0;
  float: right;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  text-transform: uppercase;
  padding: 3em 1em 1em;
  font-size: 15px;
  text-decoration: none;
  color: #000;
  font-family: 'rubikregular';
  /* border-right: 1px solid #e0e0e0;*/
      font-weight: bold;
}
#cssmenu > ul > li:hover > a{
  color: #e52226;
}
#cssmenu ul li.active a {
      color: #e52226;
  font-family: 'rubikmedium';      
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  color: #000;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.active>a {
  border: none;
  color: #e52226; 
}
/*#cssmenu ul li.active>a:after {
  border-bottom: 5px solid;
  border-image: linear-gradient(45deg, rgb(0,143,104), rgb(250,224,66)) 1;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  position: absolute;
  z-index: 9;
}*/

#cssmenu ul ul {
position: absolute;
left: -9999px;
z-index: 9;
padding: 0;

}
#cssmenu ul ul li {
height: 0;
-webkit-transition: all .25s ease;
-ms-transition: all .25s ease;
background: #e52226;
transition: all .25s ease;
opacity: .99;
}
#cssmenu ul ul li:hover {} #cssmenu li:hover > ul {
left: auto
}
#cssmenu li:hover > ul > li {
height: 100%;
width: 212px;
text-align: left;
}
#cssmenu ul ul ul {
margin-left: 100%;
top: 0
}
#cssmenu ul ul li a {
border-bottom: 1px solid rgba(150, 150, 150, 0.15);
padding: 1em;
width: 100%;
font-size: 14px;
text-decoration: none;
color: #fff !important;
    font-family: 'rubikregular' !important;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
border-bottom: 0
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
color: #000;
background: #fbb017;
transition: .3s;
}
#cssmenu ul ul li.has-sub > a:after {
position: absolute;
top: 16px;
right: 11px;
width: 8px;
height: 2px;
display: block;
background: #ddd;
content: ''
}
#cssmenu ul ul li.has-sub > a:before {
position: absolute;
top: 13px;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: #ddd;
content: '';
-webkit-transition: all .25s ease;
-ms-transition: all .25s ease;
transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
top: 17px;
height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
background: #267e44;
}
#cssmenu ul ul ul li.active a {
border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
border-top: 1px solid #333
}
@media screen and (max-width: 768px) {

nav {
  width: 100%;
}
#cssmenu {
  width: 100%
}

#cssmenu ul {
  width: 100%;
  display: none;position: absolute;
  z-index: 999;
  background: #5f2d7f;
}
#cssmenu ul li {
  width: 100%;
  border-top: 1px solid #922782;
}
#cssmenu ul li:hover {
  background: #942682;
}
#cssmenu ul ul li,
#cssmenu li:hover > ul > li {
  height: auto
}
#cssmenu ul li a,
#cssmenu ul ul li a {
  width: 100%;
  border-bottom: 0
}
#cssmenu > ul > li {
  float: none
}
#cssmenu ul li.active a:after{
  display: none;
}
#cssmenu ul ul li a {
  padding-left: 25px
}
#cssmenu ul ul li {
  background: #312c74!important;
}
#cssmenu ul ul li:hover {
  background: #922682!important
}
#cssmenu ul ul ul li a {
  padding-left: 35px
}
#cssmenu ul ul li a {
  color: #ddd;
  background: none
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #fafafa
}
#cssmenu ul ul,
#cssmenu ul ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left
}
#cssmenu > ul > li.has-sub > a:after,
#cssmenu > ul > li.has-sub > a:before,
#cssmenu ul ul > li.has-sub > a:after,
#cssmenu ul ul > li.has-sub > a:before {
  display: none
}
#cssmenu #head-mobile {
  display: block;
  padding: 2.7em .5em;
  color: #fff;
  font-size: 12px;
  background: #000;
}
#cssmenu #head-mobile h3{
  margin-bottom: 0;
  left: 0;
  text-align: left;
  padding-left: 1em;
}
.button {
  width: 55px;
  height: 46px;
  position: absolute;
  right: .5em;
  top: 1em;
  cursor: pointer;
  z-index: 12399994;
}
.button:after {
  position: absolute;
  top: 22px;
  right: 20px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: ''
}
.button:before {
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  top: 16px;
  right: 20px;
  display: block;
  height: 2px;
  width: 20px;
  background: #ddd;
  content: ''
}
.button.menu-opened:after {
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  top: 23px;
  border: 0;
  height: 2px;
  width: 19px;
  background: #fafafa;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
.button.menu-opened:before {
  top: 23px;
  background: #fafafa;
  width: 19px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
#cssmenu .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid #922782;
  height: 50px;
  width: 66px;
  cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
  background: #312c74;
}
#cssmenu ul ul .submenu-button {
  height: 34px;
  width: 34px
}
#cssmenu .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}
#cssmenu ul ul .submenu-button:after {
  top: 15px;
  right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
  background: #fafafa
}
#cssmenu .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: ''
}
#cssmenu ul ul .submenu-button:before {
  top: 12px;
  right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
  display: none
}
#cssmenu ul ul ul li.active a {
  border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: none
}
}
  /*--------------------------------menu ends here--------------------------*/
  .fa-times{
    font-size: 10px;
  }

  .block {
    position: fixed;
    top: 0;
    right: 0;
    bottom:0 ;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    border: #a0a0a0 solid 1px;
    margin: 0;
    z-index: 9999;
  }

  .block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
}

#close-btn{
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 9;
}
#close-btn:hover{
  color: #777;
  cursor: pointer;
}

/*======================Menu ends here======================*/

.lang-box{
   display: block;
    width: 100%;
    position: relative;
    padding-top: 2.5em; 
}
.lang-box .selectpicker{
  border: none;
  background: transparent;
  font-family: 'rubikregular';
  text-transform: uppercase; 
  position:absolute;
  left:0; 
}
.special-block{
  display: block;
  width: 100%;
  position: relative;
}
.special-block img{
  width: 100%;
}

/*======================Common======================*/

h1{
  font-family: 'CentSchbkCyrill BT';
  font-size: 3.75em
}
h2{
  font-family: 'CentSchbkCyrill BT';
  font-size: 3.3em;
  line-height: 1em;
}
h3{
  font-family: 'CentSchbkCyrill BT';
  font-size: 2em
}
h4{
  font-family: 'rubikregular';
  font-size: 1.9em;
}
h5{
  font-family: 'rubikmedium';
  font-size: 1.5em
}
h6{
  font-family: 'rubikregular';
  font-size: 1em
}
p{
  font-family: 'rubikregular';
  font-size: 1.1em;
  line-height:1.6em;
}



/* ----------------
  banner
---------------------*/

  .banner-block{
    position: relative;
    width: 100%;
    display: block;
  }
/*
  .banner-block::before {
    position: absolute;
    left: 0;
    top: 31%;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background: url(../img/banner-after.svg) no-repeat left;
    background-size: contain;
    background-position: center;
  }*/
/*  .banner-block:after{
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(250,250,250,0) 40%);
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
  }*/
  .banner-block .banner-caption{
    position: absolute;
    width: 100%;
    z-index: 4;
    left: 5em;
    bottom: 30%;
    transform: translate(0,30%);
    content: "";
  }
  .banner-block .banner-caption h1{
    color: #000;
  }
  .banner-block .banner-caption p{
    color: #fff;
    font-size: 1em !important;
  }
  .banner-block .banner-caption button, .ready-to-call-block button{
    z-index: 999;
    position: relative;
    border: none;
  }
  .banner-block .banner-caption button a:before, .ready-to-call-block button a:before{
    position: absolute;
    z-index: 9;
    width: 15%;
    height: 100%;
    content: "";
    background: url(../img/right-arrow.png) no-repeat;
    background-size: contain; 
    right: 5%;
    top: 35%;
    transform: translate(-5%, -4%);    
  }
  .banner-block .banner-caption button a, .ready-to-call-block button a{
    color: #fff;
    text-decoration: none;
  }
  .banner-block .carousel{
    width: 100%;
  }
  .banner-block .carousel-control-next, .carousel-control-prev {
      color: transparent;
      opacity: 0;
      transition: opacity .15s ease;
  }  
    .carousel-control-prev, .carousel-control-next{
    z-index: 2;
  }
  .carousel-control-prev-icon{
    opacity: 0;
  }


/*--------------------BUTTON----------------------*/


.btn1, .btn2{
    padding: 1.2em 4.5em 1.2em 1.2em ;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display:inline-block;
}
.btn1 a, .btn2 a{
  font-family: 'rubikmedium';
  color: #fff;
  font-size: 1.1em;
}
.btn::before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #6098FF;
  display: block;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.btn:hover::before {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
} 

  /* Btn 1  */
.btn1{
  background: #e52226 !important;
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    color: #fff;
    cursor: hand;
    text-align: left;
    text-transform: uppercase;
    border-radius: 8px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 10;
}

.btn1:hover{
    color: #fff!important;
}
.btn1::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #37419c;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
     box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.btn1::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fbb017;
    position: absolute;
  -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
  /* Btn 2  */
.btn2{
  background: #37419c !important;
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    color: #fff;
    cursor: hand;
    text-align: left;
    text-transform: uppercase;
    border-radius: 8px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 10;
}

.btn2:hover{
    color: #fff!important;
}
.btn2::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #e52226;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
     box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.btn2::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fbb017;
    position: absolute;
  -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn1:hover::before, .btn2:hover::before{
  opacity:1;
  width: 116%;
}
.btn1:hover::after, .btn2:hover::after{
  opacity:1;
  width: 120%;
}

/*slider css*/
/* Slider */
/*.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.special-serv-block .slick-slide img{
  box-shadow: none;
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
  padding:0 0.5em
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev{
  position: absolute;
  top: 10em;
  left: -8em;
  z-index: 9999;
  background: #072114;
  padding: .8em 1em .8em 4em;
  color: #fff;
  border: none;
  border-radius: 7px;
  font-family: 'rubikregular';
}
.slick-next{
  position: absolute;
  top: 5em;
  left: -8em;
  z-index: 9999;
  background: #fff;
  padding: .8em 5.7em .8em 1em;
  color: #072114;
  border: none;
  border-radius: 7px;
  font-family: 'rubikregular';
}

.slick-arrow.slick-prev::before {
  position: absolute;
  content: '\f104';
  right: 1.5em;
  top: 0;
  color: #42ae49;
  z-index: 99999;
  width: 100%;
  height: 100%;
  font-size: 2em;
  font-family:'FontAwesome';
}
.slick-arrow.slick-next::before {
  position: absolute;
  content: '\f105';
  left: 1.5em;
  top: 0;
  color: #42ae49;
  z-index: 99999;
  width: 100%;
  height: 100%;
  font-size: 2em;
  font-family:'FontAwesome';
}

.slide-cover{
  position: relative;
  width: 100%;
  z-index: 9;
}

.slider-texts{
  position:relative;
  z-index:999;
  bottom: 0;
  left: 0;
  padding: 2em 0;
  color: #fff;
}
.slider-texts h5{
      color: #fff;
    text-transform: capitalize;
    font-weight: normal;
}
.slider-texts a{
  text-decoration: none;
}
.slider-texts:hover a h5{
  color: #000;
  transition: .3s;
}
.slider-texts button{
  background: transparent;
  border: none;
}
.slider-texts button a{
  color: #fff;
  text-decoration: none;
  font-family: 'rubikmedium';
  font-size: 1.2em
}

.slider-texts button:hover{
  background: #1b6c43;
  border-radius: 5px;
  transition: .3s;
}*/

.special-serv-block{
    padding:0;
    display: block;
    align-items: center; 
    width: 100%; 
    background: #282828;
}
.special-serv-block ul{
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.special-serv-block ul li{
  float: left;
  width: 100%;
  height:100% !important;
  border-right: 1px solid #535353;
}
.special-serv-block ul li:nth-child(6){
  border-right: 1px solid #282828;
}
.special-serv-block ul li img{
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
.special-serv-block .special-serv-box{
  padding: 2em;
  width: 100%
}
.special-serv-block .special-serv-box p{
  color: #fff;
  text-align: center;
  padding-top: .5em;
  margin-bottom: 0;
}
.special-serv-block ul li a{
  text-decoration: none;
  width: 100%;
  align-items: center;
  text-align: center;
}  

.special-serv-block ul li:hover p{
  color: #fbb017;
  transition: .4s;
}





.special-serv-block ul li::before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #5555;
  display: block;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.special-serv-block ul li:hover::before {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
} 

  /* Btn 1  */
.special-serv-block ul li{
  background: #282828 !important;
    cursor: hand;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 10;
}

.special-serv-block ul li:hover{
    color: #fff!important;
}
.special-serv-block ul li::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #111;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
     box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.special-serv-block ul li::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fbb017;
    position: absolute;
  -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.special-serv-block ul li:hover::before{
  opacity:1;
  width: 116%;
}
.special-serv-block ul li:hover::after{
  opacity:1;
  width: 120%;
}

.about-block{
  position: relative;
  display: block;
  background: url(../img/pattern.jpg) repeat-x center top;
  background-size: contain;
  width: 100%;
  padding: 5em 7em;
}
.about-block .about-grouper{
  padding-top: 3em;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.about-block h2{
  position: relative;
  width: 100%;
  text-align: center;
}
.about-block h2 span{
  color: #fbb017;
}
.about-block h4{
  color: #37419c;
}
.about-block ul{
  padding: .5em 1em;
  margin: 0;
}
.about-block ul li{
  font-family: 'rubikmedium';
  font-size: 1.1em;
  line-height: 2.5em;
  list-style: none;
}
.about-block ul li a{
  color: #282828;
  text-decoration: none;
    transition: all .4s ease-in-out;
}
.about-block ul li a:hover{
  color: #e52226;
  transition: .4s;
}
.about-block p span{
  font-family: 'rubikbold';
}
.about-block ul li a:before {
  content: "\f068";
  font-family: FontAwesome;
  display: inline-block;
  color: #fbb017;
  margin: 0 .5em 0 -1em;
  font-size: 14px;
}
.about-block ul li a:hover::before {
  padding: 0 .5em 0 0;
  color: #e52226;
  -webkit-transition: color .4s ease-in;
  -moz-transition: color .4s ease-in;
  -o-transition: color .4s ease-in;
  transition: color .4s ease-in;
  -webkit-transition-property: padding;
  -webkit-transition-duration: .5s;
  transition-property: padding;
  transition-duration: .5s;
}
.about-block button{
  z-index: 999;
  position: relative;
  border: none;
}
.about-block button a:before, .zoom-box .imageer button a:before, .qatar-about-block button a:before{
  position: absolute;
  z-index: 9;
  width: 15%;
  height: 100%;
  content: "";
  background: url(../img/right-arrow.png) no-repeat;
  background-size: contain; 
  right: 5%;
  top: 35%;
  transform: translate(-5%, -35%;);    
}
.about-block button a, .zoom-box .imageer button a, .qatar-about-block button a{
  color: #fff;
  text-decoration: none;
}
.about-img-box{
  position: relative;
  content: "";
  z-index: 9;
  width: 100%;
  height: 100%;
}
.about-img-box img{
  max-width: 90%;
box-shadow: 1px 58px 55px -54px rgba(0,0,0,0.38);
-webkit-box-shadow: 1px 58px 55px -54px rgba(0,0,0,0.38);
-moz-box-shadow: 1px 58px 55px -54px rgba(0,0,0,0.38);
}

.about-img-box .relative{
  position: relative;
  width: 100%;
}

.owl-carousel .owl-stage{
  position: relative;
  width: 100%;
  z-index: 999
}
.owl-carousel .owl-stage .owl-item:nth-child(odd){
  position: relative;
  top: -5%;
  content: "";
  z-index: 9;
}
.owl-carousel .owl-stage .owl-item:nth-child(even){
  position: relative;
  top: 5%;
  content: "";
  z-index: 9;
}
.about-img-box a{
  text-decoration: none;
  color: #fff;
}
.about-img-box .relative:before{
  position: absolute;
  bottom: -10.5em;
  left: .5em;
  content: "Qatar";
  width: 100%;
  height: 100%;
  z-index: 9999;
  font-family: 'Atelas Personal Use Only';
  font-size: 2em;
}


.package-block{
  padding: 5em 7em;
  display: block;
  position: relative;
  background: #090a1e;
  width: 100%;
}
.package-block h2{
  text-align: center;
  width: 100%;
  color: #fff;
  padding-bottom: .8em;
}
.package-block h2 span{
  color: #fbb017;
}

.zoom-box{
  position: relative;
  width: 100%;
  margin: 1em 0 !important;
}
.zoom-box .imageer{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; 
}
.zoom-box .imageer:after{
  position: absolute;
  height: 180px;
  width: 100%;
  left: 0;
  content: '';
  bottom: 0;
  z-index: 9;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000000a1 100%);  
}
.zoom-box .imageer h5{
  position: absolute;
  z-index: 99;
  color: #fff;
  bottom: 4em;
  left: 2em;
  color: #fff;
  padding-right: 2em;
}
.zoom-box .imageer h6{
  position: absolute;
  z-index: 99;
  color: #fff;
  bottom: 8.5em;
  left: 3em;
  color: #fff;
}
.zoom-box .imageer button{
  position: absolute;
  z-index: 99;
  bottom: 2.5em;
  left: 3.5em;
  border: none;
}

.zoom-box .imageer img{
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;   
}
.zoom-box .imageer:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.ready-to-call-block{
  position: relative;
  display: block;
  width: 100%;
  background: url(../img/call-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 5em 15em;
}
.ready-to-call-block h1, .ready-to-call-block h4, .ready-to-call-block p{
  color:  #380303;
} 
.ready-to-call-block h1{
  line-height:  1em;
}
.ready-to-call-block h4 a{
  text-decoration: none;
  color:  #380303;
  transition: all .2s ease-in-out;

}
.ready-to-call-block h4:hover a{
  color: #e52226;
  font-family: 'rubikmedium';
  font-size: 1.3em;
  transition: all .2s ease-in-out;
}

.qatar-about-block{

}


.qatar-about-block{
  position: relative;
  display: block;
  background: url(../img/pattern.jpg) repeat-x center top;
  background-size: contain;
  width: 100%;
  padding: 5em 7em;
}
.qatar-about-block h2{
  position: relative;
  width: 100%;
  padding-bottom: 1em;
}
.qatar-about-block h2 span{
  color: #fbb017;
}
.qatar-about-block h3{
  color: #37419c;
}
.qatar-about-block ul{
  padding: .5em 1em;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.qatar-about-block ul li{
  font-family: 'rubikmedium';
  font-size: 1.1em;
  line-height: 2.5em;
  list-style: none;
  width: 50%;
}
.qatar-about-block ul li a{
  color: #282828;
  text-decoration: none;
    transition: all .4s ease-in-out;
}
.qatar-about-block ul li a:hover{
  color: #e52226;
  transition: .4s;
}
.qatar-about-block p span{
  font-family: 'rubikbold';
}
.qatar-about-block ul li a:before {
  content: "\f068";
  font-family: FontAwesome;
  display: inline-block;
  color: #fbb017;
  margin: 0 .5em 0 -1em;
  font-size: 14px;
}
.qatar-about-block ul li a:hover::before {
  padding: 0 .5em 0 0;
  color: #e52226;
  -webkit-transition: color .4s ease-in;
  -moz-transition: color .4s ease-in;
  -o-transition: color .4s ease-in;
  transition: color .4s ease-in;
  -webkit-transition-property: padding;
  -webkit-transition-duration: .5s;
  transition-property: padding;
  transition-duration: .5s;
}
.qatar-about-block button{
  z-index: 999;
  position: relative;
  border: none;
}

.social-feed-block{
  padding: 5em 7em;
  display: block;
  width: 100%;
  position: relative;
  background: #edeef5;
}
.social-feed-block:before{
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: url(../img/social-feed-bg.png) repeat-x bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}
.social-feed-block .group-flex{
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  z-index: 2;
}
.social-feed-block ul.container1 {
  width: 100%;
  padding: 0;
  z-index: 9;
  position: relative;
}
.social-feed-block ul.container1 li {
  background: #fff;
  color: #000;
  list-style-type: none;
  padding: 2em 2em 1em;
  margin: 0;
  border-left: 5px solid #37419c; 
  border-right: 1px solid #cfd2d5;
  border-top: 1px solid #cfd2d5;
  border-bottom: 1px solid #cfd2d5;
  transition: background-color 0.5s;
  margin: 1em 0;
}

/*ul.container li:nth-child(2) {
  border-left: 5px solid #fbb017; 
}*/

.social-feed-block ul.container li h5{
    color: #37419c;
      font-family: 'rubikregular';
}
.social-feed-block ul.container li p a{
  text-decoration: none;
  color: #37419c;
    font-family: 'rubikmedium';
}
.social-feed-block ul.container li p:hover a{
  color: #e52226;
  transition: .4s;
}
.social-feed-block iframe{
  width: 100% !important;
  z-index: 9;
  position: relative;
  padding-top: 1em;

}
.social-feed-block .twitter-box{
  padding-top: 1em;
  z-index: 9;
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden !important;
}


.footer-block{
  position: relative;
  display: block;
  width: 100%;
  padding: 5em 0 0 0;
  background: #282828;
  color: #ecedf5;
}
.footer-block .group-flex{
  padding: 0 7em 1em;
  display: flex;
  flex-wrap: wrap;
  width: 100%;

}


.footer-block .footer-logo{
  padding-bottom: 1em;
}
.footer-block p{
  font-size: .9em;
}
.footer-block .footer-lister{
  padding-bottom: 1em;
}
.footer-block .footer-lister h6{
  text-transform: uppercase;
  font-family: 'rubikmedium';
  color: #fbb017;
  padding-bottom: 1em;  
}
.footer-block .footer-lister a{
  color: #ecedf5;
  text-decoration: none;
}
.footer-block .footer-lister a:hover{
  color: #fbb017;
  transition: .3s;
}
.footer-block .footer-lister ul{
  margin: 0;
  padding: 0;
}
.footer-block .footer-lister ul li{
  padding: .2em 0;
  list-style: none;
}
.footer-block .footer-lister ul li a{
  color: #ecedf5;
  text-decoration: none;
}
.footer-block .footer-lister ul li:hover a{
  color: #fbb017;
  transition: .3s;
}
.footer-block .footer-copy-box{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1em 7em .5em;
  border-top: 1px solid #443c33;
  flex-wrap: wrap;
  align-items: center;
}
.footer-block .footer-copy-box p{
  margin-bottom: 0;
}
.footer-block .footer-copy-box p a{
  color: #fbb017;
}
.footer-block .footer-copy-box p a:hover{
  color: #ffff;
}
.footer-block .footer-copy-box .social li{
  list-style: none;
  float: left;
  padding: 0 .5em;
}

/*----------------------NEW - 28-02-20 -------------------*/

  .banner-block .banner-captioner{
    position: absolute;
    width: 100%;
    z-index: 4;
    left: 5em;
    bottom: 30%;
    transform: translate(0,30%);
    content: "";
  }
  .banner-block .banner-captioner button{
    position: relative;
    bottom: -8em;
  }
  .banner-block .banner-captioner button, .ready-to-call-block button{
    z-index: 999;
    position: relative;
    border: none;
  }
  .banner-block .banner-captioner button a:before, .ready-to-call-block button a:before{
    position: absolute;
    z-index: 9;
    width: 15%;
    height: 100%;
    content: "";
    background: url(../img/right-arrow.png) no-repeat;
    background-size: contain; 
    right: 5%;
    top: 35%;
    transform: translate(-5%, -4%);    
  }
  .banner-block .banner-captioner button a, .ready-to-call-block button a{
    color: #fff;
    text-decoration: none;
  }























































































































  /*==================MEDIA=======================*/




  @media (max-width: 1600px){

  }

  @media (max-width: 1440px){

  }

  @media (max-width: 1366px){
  .banner-block .banner-captioner{
    left: 3em
  }
  .banner-block .banner-captioner button{
    position: relative;
    bottom: -7em;
  }    
  }
  @media (max-width: 1292px){

  }
  @media (max-width: 1176px){

  }

  @media (max-width: 1024px){

  }


  @media (max-width: 991px){
  .banner-block .banner-captioner{
    left: 2.5em
  }
  .banner-block .banner-captioner button{
    position: relative;
    bottom: -6em;
  }  
  }
  @media (max-width: 768px){
  h1{
  font-size: 2.5em
  }
  h2{
    font-size: 2em;
  }
  h3{
    font-size: 1.75em
  }
  h4{
    font-size: 1.5em;
  }
  h5{
    font-size: 1.2em
  }
  h6{
    font-size: 1em
  }
  p{
    font-size: .9em;
    line-height:1.5em;
  }
  main{
    padding: 0 !important;
  }
  .menu-block{
    display: block;
    z-index: 99999;
    position: relative;
    padding: 0;
  }
  #cssmenu #head-mobile{
    padding: 1em .5em;
    background: #e52226;
  }
  .button{
    top: .2em;
  }
  #cssmenu > ul > li > a{
    padding: .8em 1em;
  }
  #cssmenu ul{
    background: #f33a3e;
  }
  #cssmenu > ul > li > a{
    color: #fff
  }
  #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover{
        background: #a91619;
  }
  #cssmenu ul li {
    border-top: 1px solid #a91619;
  }
  #cssmenu li:hover > ul > li{
    width: 100%;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #a91619;
  }
  #cssmenu .submenu-button{
        border-left: 1px solid #8e1013;
    height: 39px;
  }
  #cssmenu ul ul li {
    background: #f33a3e!important;
  }
  #cssmenu ul ul .submenu-button {
    height: 42px;
    width: 40px;
  }
  .carousel-control-prev, .carousel-control-next{
    display: none;
  }
  .caption-box {
    left: 0;
  }
  .footer-block:before{
    top: 0;
    right: 0;
    background: url(../img/footer-bg.png) top no-repeat;
    background-size: cover;
  }
  .top-gradiant-box{
    padding: .5em 2em;
  }
  .about-serv-list ul li, .footer-block .footer-menu li{
    font-size: .9em;
  }
  .serv-con-box img{
    border-radius: 0;
  }
  .serv-con-box .serv-con-txt{
    position: relative;
    width: 100%;
    bottom: 0;
  }
  .tab-content {
    padding: 1em 3em 3em 3em;
  }
  .serv-con-box{
    margin-top: 2em;
  }
  }
  @media (max-width: 500px){
    .top-gradiant-box{
      display: block;
    }
    .top-info {
    display: block;
    position: relative;
    text-align: center;
  }
  h1{
  font-size: 1.5em
  }
  h2{
    font-size: 1.3em;
  }
  h3{
    font-size: 1.2em
  }
  h4{
    font-size: 1.1em;
  }
  h5{
    font-size: 1em
  }
  h6{
    font-size: 1em
  }
  p, .slider-texts button a, .top-gradiant-box p{
    font-size: .9em;
    line-height:1.5em;
  }  
  .about-mid-txt{
    border-left:none;
  }
  .about-mid-txt p{
    padding-left: 0;
    text-align: center;
  }
.about-special-img{
  text-align: center;
   width: 100%;
   padding-bottom: .5em;
}
.about-special-img img{
    text-align: center;
    margin: 0 auto;
  }
  .slick-next, .slick-prev{
    display: none !important;
  }
  .projects-block .row{
    overflow: hidden !important;
  }
  .caption-box{
    display: none;
  }
  .tab-content {
      padding: 0em 1em 2em 1em;
  }
  .projects-block, .about-block, .vision-block {
      padding: 2em 1em 1em;
  }
  .footer-block {
      padding: 2em 1em 0;
  }
  .projects-block .projects-group{
    display: block;
  }
  .projects-block h5{
        text-align: center;
  }
  .projects-block h2, .slider-texts{
    text-align: center;
  }
    .projects-block p{
      text-align: center;
    }
    .slider-texts{
      padding: 1.5em 0 0;
    }
    .projects-block{
      padding-bottom: 0; 
    }
  }
    






/*inner page css*/
.inner-banner-block{
	position:relative;
}
.inner-banner-block .sub-tittle{
	z-index: 999;
    bottom: 3em;
    width: auto;
    left: 0;
    background: #e52226;
    padding: 1em 2em;
    position: absolute;
}
.inner-banner-block .sub-tittle h3{
	text-transform:uppercase;
	color:#fff;
	font-family: 'CentSchbkCyrill BT';
	font-size:40px;
	margin-top:0;
}
.inner-block{
	position:relative;
	padding:5em 7em;
}

.inner-block .chairman_msg{}
.inner-block h2{
	margin-bottom:0.5em;
}
.inner-block .chairman_msg p{}
.inner-block .chairman_msg .chairman-img{
	display:inline-block;
	margin-bottom:2em;
}
.inner-block .chairman_msg .chairman-img .row{
	 
}

.inner-block .mission{
	padding-left: 15px;
}
.inner-block .mission li{
	list-style:none;
	
}
.inner-block .mission li p:before {
    content: "\f068";
    font-family: FontAwesome;
    display: inline-block;
    color: #fbb017;
    margin: 0 .5em 0 -1em;
    font-size: 14px;
	-webkit-transition: color .4s ease-in;
  -moz-transition: color .4s ease-in;
  -o-transition: color .4s ease-in;
  transition: color .4s ease-in;
  padding: 0em 0 0;
}

.inner-block .mission li p:hover::before {
  color: #e52226;
}



/*gallery css*/
.demo-gallery > ul {
	margin-bottom: 3em;
}
.demo-gallery > ul > li {
	float: left;
 	margin-bottom: 1em;
    padding: 8px;
	/*margin-right: 20px;
	width: 200px;*/
}

.demo-gallery > ul > li a {
	border: 3px solid #6d1641;
	/*border-radius: 3px;*/
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	width:100%;
}
.demo-gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}
.demo-gallery.dark > ul > li a {
	border: 3px solid #04070a;
}
.inner-block .links{
	color:#fbb017;
}
.inner-block .links:hover{
	color:#e52226;
	text-decoration:none;
}


#map-contact{
	height:300px;
	position:relative;
}


.contact{
	text-align:left;
}
.contact h2{
	text-align:left;
	font-size:1.8em;
	padding-bottom:.3em;
}
.contact p{
	text-align:left;
	padding-bottom:.3em;
	margin:0;
}
.contact p span{
	color:#000000;
}

.contact form{
	margin-top:2em;
}
.contact label{
	color:#4c4b4b;
	text-align:left;
	font-size:.9em;
}
.contact .form-styler{
	background:none !important;
	font-size:.9em;
	height:auto !important;
	color:#676262;
	padding:8px 0px !important;
	border-radius:0px !important;
	border:none;
	border-bottom:1px solid #cccbcb;
	
	box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -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-styler::-moz-placeholder{color:#676262 !important;opacity:1}
.contact .form-styler:-ms-input-placeholder{color:#676262 !important}
.contact .form-styler::-webkit-input-placeholder{color:#676262 !important}

.contact .form-styler:focus{
	border-bottom:1px solid #fbb017;
}
.contact .send-button{
	width:53px;
	position:relative;
	height:36px;
	background:url(../img/send-icon.png) no-repeat center;
	background-size:100%;
	border:none;
	margin-top:10px;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	left:0px;
	outline:none;
	float:left;
}
.contact .send-button:hover{
	left:10px;
	outline:none;
}
.send-button:focus{
	outline:none !important;
}


.main-tour{
	border-bottom:solid 1px #ccc;
	padding-bottom: 3em;
    padding-top: 3em;
}
.tour-package{}
.tour-package a{}
.tour-package .apply-now{
	color:#e52226;
	font-family: 'rubikregular';
    font-size: 1.1em;
}
.tour-package .apply-now:hover{
	text-decoration:none;
}
.tour-package .apply-now img{
	margin-right:5px;
}










@media (max-width: 1500px){
	/*.main{
		padding:1em 6em 1em 4em;
	}*/
	#cssmenu > ul > li > a {
    	padding: 3em 0.4em 1em;
	}
	.about-block {
    	padding: 4em 5em;
	}
	.package-block {
    	padding: 4em 5em;
	}
	.ready-to-call-block {
    	padding: 4em 8em;
	}
	.qatar-about-block {
    	padding: 4em 5em;
	}
	.social-feed-block {
    	padding: 4em 5em;
	}
	.footer-block .group-flex {
    	padding: 0 5em 1em;
	}
	h1 {
    	font-size: 3.2em;
	}
	h2 {
    	font-size: 2.9em;
	}
	h3 {
    	font-size: 1.6em;
	}
	.about-block ul li {
    	font-size: 1em;
	}
	p {
    	font-size: 1em;
	}
	.inner-block {
    	padding: 3em 5em;
	}
}
@media (max-width: 1400px){
	#cssmenu > ul > li > a {
    	padding: 3em 0.4em 1em;
	}
}
@media (max-width: 1300px){
	.top-gradiant-box {
    	padding: .5em 3em;
	}
	/*.main {
    	padding: 1em 4em 1em 2em;
	}*/
	#cssmenu > ul > li > a {
    	font-size: 14px;
	}
	.lang-box .selectpicker{
		font-size:14px;
	}
	.banner-block .banner-caption{
		left:3em;
	}
	.banner-block .banner-caption h1{
		 line-height:45px;
	}
	.about-block {
    	padding: 3em 3em;
	}
	.package-block {
    	padding: 3em 3em;
	}
	.ready-to-call-block {
    	padding: 3em 6em;
	}
	.qatar-about-block {
	    padding: 3em 3em;
	}
	.social-feed-block {
    	padding: 3em 4em;
	}
	.footer-block .group-flex {
    	padding: 0 3em 1em;
	}
	.footer-block {
    	padding: 3em 0 0 0;
	}
}
@media (max-width: 1200px){}
@media (max-width: 1080px){
	#cssmenu > ul > li > a {
    	font-size: 13px;
	}
	.lang-box .selectpicker {
    	font-size: 13px;
	}
	.top-gradiant-box p{
		font-size:13px;
	}
	.banner-block .banner-caption h1 {
		line-height: 39px;
		font-size: 40px;
	}
	.ready-to-call-block h1 {
    	font-size: 38px;
	}
}
@media (max-width: 992px){
	.top-gradiant-box {
    	padding: .5em 1em;
	}
	.special-serv-block ul{
		display:block;
	}
	.special-serv-block ul li {
    	height: auto !important;
		border-bottom: 1px solid #535353;
	}
/*	.main {
    	padding: 0em 4em 0em 0em;
	}*/
  #cssmenu ul li.active a, #cssmenu > ul > li:hover > a{
    color: #fff !important
  }
	#cssmenu > ul > li > a {
    	padding: 2em 0.4em 1em;
	}
	.lang-box {
    	padding-top: 1.5em;
	}
	.top-gradiant-box p {
    	font-size: 12px;
	}
	#cssmenu > ul > li > a {
    	font-size: 12px;
	}
	.special-serv-block .special-serv-box p{
		font-size:13px;
	}
	.zoom-box .imageer h5{
		font-size:15px;
	}
	.zoom-box .imageer button {
    	bottom: 1em;
    	left: 1.2em;
	}
	.btn2 {
		padding: 0.7em 3em 0.7em 1em;
	}
	.zoom-box .imageer h6 {
		bottom: 7em;
		left: 2em;
	}
	.inner-banner-block .sub-tittle h3{
		font-size:30px;
		margin:0;
	}
	.inner-banner-block .sub-tittle {
		bottom: 2em;
		padding: 0.7em 1em;
	}
	.inner-block {
    	padding: 3em 3em;
	}
}
@media (max-width: 768px){
  .banner-block .banner-captioner button {
    position: relative;
    bottom: -5em;
}
  .banner-block .banner-captioner{
    left: 2em
  }
}
@media (max-width: 767px){
  .lang-box .selectpicker {
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%,0);
}

	.inner-block {
    	padding: 1em 1em;
	}
	.inner-banner-block .sub-tittle h3{
		font-size:16px;
		margin:0;
	}
	.inner-banner-block .sub-tittle{
		padding:0.5em 1em;
	}
	.menu-block{
		position:relative;
	}
	.lang-box {
		padding-top: 0.5em;
    	padding-bottom: 0.5em;
	}
	.button {
    	top: 0em;
	}
	.logo-box img {
    	padding-bottom: 1em;
	}
	.group-flex {
    	display: block;
	}
	.right-posision {
		float: none;
		text-align: center;
	}
	.left-posision {
		float: none;
    	text-align: center;
	}
	.top-gradiant-box .social {
		float: none;
		display: inline-block;
		position: relative;
		text-align: center;
	}
	.top-info p a{
		padding-right:0;
	}
	.footer-block .group-flex {
    	padding: 0 0em 1em;
	}
	.footer-block .footer-copy-box {
		display: block;
		/* justify-content: space-between; */
		width: 100%;
		padding: 1em 1em .5em;
	}
	.footer-block .footer-copy-box p{
		text-align:center;
	}
	.footer-block .footer-copy-box .social ul{
		text-align:center;
		display:inline-block;
		float:none;
	}
	.banner-block .banner-caption{
		left:0.2em;
	}
	.banner-block .banner-caption p{
		font-size:12px !important;
	}
	.btn1, .btn2 {
    	padding: 0.5em 2.5em 0.5em 1.2em;
	}
	.special-serv-block ul{
		display:block;
	}
	.special-serv-block ul li {
    	border-bottom: 1px solid #535353;
	}
	.about-block ul li {
    	font-size: 0.9em;
	}
	.about-img-box img{
		max-width:100%;
	}
	.package-block{
		padding:2em 1em;
	}
	.ready-to-call-block{
		padding:2em 1em;	
	}
	.qatar-about-block{
		padding:2em 1em;	
	}
	.social-feed-block{
		padding:2em 1em;	
	}
	.main {
    	padding: 1em 0 1em 0em;
	}
	.lang-box .selectpicker{
		position:relative;
	}
	.top-info{
		display:block;
	}
	.about-block {
    	padding: 2em 1em;
	}
	h2 {
    	font-size: 1.8em;
	}
	.banner-block .banner-caption h1 {
    	line-height: 21px;
    	font-size: 23px;
	}
	.banner-block .banner-caption button a, .ready-to-call-block button a{
		font-size:12px;
	}
	.about-block .about-grouper {
    	padding-top: 1em;
	}
	.about-block button{
		margin-bottom:1.5em;
	}
	p {
    	font-size: 13px;
	}
	.qatar-about-block h2{
		padding-bottom:0;
	}
	.qatar-about-block ul li a{
		font-size:15px;
	}
	.qatar-about-block ul li {
    	line-height: 1.8em;
	}
	.footer-copy-box .social{
		text-align:center;
	}
	.footer-block .footer-lister ul li a{
		font-size:13px;
	}
	#cssmenu > ul > li > a {
    	padding: 1.2em 1.4em 1em;
	}
	#cssmenu > ul > li > a {
		text-align: left;
	}
	#cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.active>a {
    border: none;
    	color: #ffffff;
	}
	.inner-banner-block .sub-tittle{
		z-index: 999;
		bottom: 0;
		width: auto;
		left: 50%;
		position: absolute;
		transform: translate(-50%,-50%);
	}
}

@media (max-width: 600px){
  .banner-block:after{
    display: none;
  }
  .main{
    padding: 15px 0 0 !important;
  }

  .banner-block .banner-captioner button {
    position: relative;
    bottom: -4em;
}
  .banner-block .banner-captioner{
    left: 1.5em
  }
}
@media (max-width: 425px){
 .banner-block .banner-captioner button {
    position: relative;
    bottom: -2em;
}
  .banner-block .banner-captioner{
    left: .7em
  }
}


.mc-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 5rem;
}

.mc-images {
  display: flex;
  align-items: center;
    flex-direction: column;
  text-align: center;
}
.mc-images h3 {
  font-size: 22px;
  margin-top: 1rem;
  color: #fbb017;
}
.mc-images img {
  max-width: 600px;
}
.mc-content h2 {
  font-size: 32px;
}
.mc-content h4 {
  font-size: 22px;
  padding: 1rem 0;
  font-weight: 650;
}
.colour-yellow {
  color: #fbb017;
}
.colour-yellow p {
  margin-bottom: 0;
}

.gall-img-wrapper {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1rem;
}

.mc-contact {
  max-width: 600px;
  padding: 2rem;
  background: #e52226;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  -webkit-box-shadow: 3px 4px 19px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 3px 4px 19px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 3px 4px 19px 0px rgba(0, 0, 0, 0.24);
}
.mc-contact a {
  color: #fff;
  transition: 0.5s;
}
.inner-block {
  width: 100%;
  display: grid;
  place-items: center;
}

.mc-contact p {
  margin-bottom: 0 !important;
}
.mc-contact p {
  padding-bottom: 0.6rem;
}
.mc-contact a:hover {
  text-decoration: none;
  color: #fbb017;
}
@media (max-width: 990px) {
  .mc-wrapper {
    grid-template-columns: 1fr;
  }
  .gall-img-wrapper {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .mc-images {
    margin-bottom: 2rem;
  }
  .mc-contact {
    max-width: auto !important;
  }
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}
.header-phone {
  width: 60%;
  margin-top: 1rem;
}
.header-phone span {
  margin-bottom: 0;
  background: #fbb017;
  padding: 0.5rem 1rem;
}
.header-phone a {
  color: #fff;
  transition: 0.5s;
  margin-left: 0.2rem;
}
.header-phone i {
  color: #fff;
}
.header-phone a:hover {
  text-decoration: none;
  color: #2a2a29;
}






.wp-button{
	margin-top:14px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:35px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
