/* ================================= */
/* ------ PROJECT DECRIPTION  ------ */
/* ================================= */
/*
Project:        GLOBAL CONSTRUCTOR
Version:        1.0
Last change:    25.01.2017
Primary use:    Global constructor is use for multipurpose business
Author:         99-Design
Author Email:   logicsforest@gmail.com
*/

/* ================================= */
/* ------- TABEL OF CONTENT  ------- */
/* ================================= */
/*
1# FONTS
2# GENERAL CSS
3# HEADER CSS
4# SLIDER CSS
5# ABOUT US CSS
6# FEATURES CSS
7# SERVICES CSS
8# LATEST PROJECT CSS
9# COUNTER CSS
10# WHY CHOSE US
11# RECENT PROJECT
12# TEAM CSS
13# OUR CLIENT CSS
14# CONTACT US CSS
15# FOOTER CSS
16# RESPONSIVE CSS
*/

/* ================================= */
/* --------- GOOGLE FONTS ---------- */
/* ================================= */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@600&family=Outfit:wght@300&display=swap');
@font-face {
  font-family: 'ralewaylight';
  src: url('../fonts/raleway-light-webfont.eot');
  src: url('../fonts/raleway-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-light-webfont.woff2') format('woff2'),
    url('../fonts/raleway-light-webfont.woff') format('woff'),
    url('../fonts/raleway-light-webfont.ttf') format('truetype'),
    url('../fonts/raleway-light-webfont.html#ralewaylight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaysemibold';
  src: url('../fonts/raleway-semibold-webfont.eot');
  src: url('../fonts/raleway-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
    url('../fonts/raleway-semibold-webfont.woff') format('woff'),
    url('../fonts/raleway-semibold-webfont.ttf') format('truetype'),
    url('../fonts/raleway-semibold-webfont.html#ralewaysemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaybold';
  src: url('../fonts/raleway-bold-webfont.eot');
  src: url('../fonts/raleway-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
    url('../fonts/raleway-bold-webfont.woff') format('woff'),
    url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
    url('../fonts/raleway-bold-webfont.html#ralewaybold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayregular';
  src: url('../fonts/raleway-regular-webfont.eot');
  src: url('../fonts/raleway-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('../fonts/raleway-regular-webfont.woff') format('woff'),
    url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
    url('../fonts/raleway-regular-webfont.html#ralewayregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('../fonts/opensans-regular-webfont.woff') format('woff'),
    url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('../fonts/opensans-regular-webfont.html#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/opensans-bold-webfont.eot');
  src: url('../fonts/opensans-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
    url('../fonts/opensans-bold-webfont.woff') format('woff'),
    url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
    url('../fonts/opensans-bold-webfont.html#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/opensans-semibold-webfont.eot');
  src: url('opensans-semibold-webfontd41d.html?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
    url('../fonts/opensans-semibold-webfont.woff') format('woff'),
    url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
    url('../fonts/opensans-semibold-webfont.html#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ================================= */
/* --------- GENERAL CSS  ---------- */
/* ================================= */

html {
  overflow-x: hidden;
}

body {
  font-family: 'open_sansregular';
  position: relative;
  background: #fff;
  overflow-x: hidden;
  color: #434445;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:#182453;
  font-family: 'Jost', sans-serif !important;
}

h1 {
  font-size:28px;
  font-family: 'open_sansbold';
  text-transform: uppercase;
}

h2 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.aboutss p {
  line-height: 27px;
}

h3 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 400;
}

.color_white {
  color: #fff
}
p{
  /* font-family: 'Outfit', sans-serif !important; */
}
.text_bold {
  font-weight: bold
}

a {
  -webkit-transition: color 1000ms, background-color 1500ms;
  -moz-transition: color 1000ms, background-color 1500ms;
  -o-transition: color 1000ms, background-color 1500ms;
  transition: color 1000ms, background-color 1500ms;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul {
  list-style-type: none;
  margin: 0;
}

li {
  list-style: none;
}

section {
  padding: 90px 0;
}

.m0 {
  margin: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt3 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.p0 {
  padding: 0;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt150 {
  margin-top: 150px;
}

.btn-light {
  padding: 16px 36px;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
  color: #fff;
}

.btn-dark:hover {
  color: #fff;
  transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

.btn-light:hover {
  background: #0a0a0a;
  color: #fff;
  transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

.btn-dark {
  border: 1px solid transparent;
  padding: 15px 36px;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  position: 0;
  overflow: hidden;
  transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
  background: #0a0a0a;
  color: #fff;
}

.btn-whitw {
  border: 1px solid transparent;
  padding: 15px 36px;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  position: 0;
  overflow: hidden;
  transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
  background: #fff;
  color: #0a0a0a;
}

.btn-whitw:hover {
  background: #0a0a0a;
  color: #fff;
  transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

.anchor li {
  line-height: 2.428571 !important;
  display: inline-flex;
}

.anchor i {
  margin-top: 9px;
}

.anchor span {
  margin-left: 6px;
}

.form_button {
  border: medium none;
  height: 48px;
  text-align: center;
  width: 150px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

.form_button:hover {
  background: #fff;
  color: #222222;
}


/* ================================= */
/* --------- OVERLAY CSS  ---------- */
/* ================================= */
.media {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.media__image {
  display: block;
}

.media__body {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.media__body:hover {
  opacity: 1;
}

.media__body:after,
.media__body:before {
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}

.media__body:before {
  border-bottom: none;
  border-top: none;
  left: 2em;
  right: 2em;
}

.media__body:after {
  border-left: none;
  border-right: none;
  bottom: 2em;
  top: 2em;
}

.media__body:hover:after,
.media__body:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.media__body h2 {
  margin-top: 0;
}

.media__body p {
  margin-bottom: 1.5em;
}



/* ------- Cloud CSS Styling  ------ */

#home .jarallax {
  overflow: hidden;
}

#home .img.img-responsive {
  margin-bottom: -160px;
  padding-top: 50px;
}

.clouds {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 500em;
  height: 55em;
  opacity: 1;
  visibility: inherit;
  background: transparent url("../images/clouds.png") repeat-x scroll 0px 100%;
  -webkit-animation: cloudLoop 60s linear infinite;
  -moz-animation: cloudLoop 60s linear infinite;
  animation: cloudLoop 60s linear infinite;
}

@-webkit-keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }
}

@keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }
}

/* ================================= */
/* ----------- BACK TOP ------------ */
/* ================================= */
.scrollup {
  border-radius: 5px;
  bottom: 30px;
  color: #fff;
  display: none;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  z-index: 998;
  cursor: pointer;
}

.scrollup:hover {
  color: #fff;
}

/* ================================= */
/* ------------ LOADER ------------- */
/* ================================= */
.loader {
  position: fixed;
  z-index: 110000;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #000;
  top: 0;
  bottom: 0;
}

.cssload-spinner {
  position: absolute;
  width: 33px;
  height: 33px;
  left: 50%;
  top: 50%;
}

.cssload-spinner:after,
.cssload-spinner:before {
  position: absolute;
  content: "";
  border: 2px solid rgb(255, 205, 35);
  width: 31px;
  height: 31px;
}

.cssload-spinner:after {
  animation: cssload-spinner1 2.88s linear infinite;
  -o-animation: cssload-spinner1 2.88s linear infinite;
  -ms-animation: cssload-spinner1 2.88s linear infinite;
  -webkit-animation: cssload-spinner1 2.88s linear infinite;
  -moz-animation: cssload-spinner1 2.88s linear infinite;
}

.cssload-spinner:before {
  width: 43px;
  height: 43px;
  margin-left: -6.5px;
  margin-top: -6.5px;
  animation: cssload-spinner2 2.88s linear infinite;
  -o-animation: cssload-spinner2 2.88s linear infinite;
  -ms-animation: cssload-spinner2 2.88s linear infinite;
  -webkit-animation: cssload-spinner2 2.88s linear infinite;
  -moz-animation: cssload-spinner2 2.88s linear infinite;
}

@keyframes cssload-spinner1 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spinner1 {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spinner1 {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spinner1 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-spinner1 {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes cssload-spinner2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@-o-keyframes cssload-spinner2 {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(-360deg);
  }
}

@-ms-keyframes cssload-spinner2 {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(-360deg);
  }
}

@-webkit-keyframes cssload-spinner2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
  }
}

@-moz-keyframes cssload-spinner2 {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(-360deg);
  }
}



/* ================================= */
/* ----------- MODEL CSS ----------- */
/* ================================= */
/*.modal-center {
    left: 50%;
    margin-left: -17em;
    margin-top: -14em;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 450px;
}
.modal-center h2 {
    text-transform: uppercase;
}
.login-modal-btn {
    margin-top: 10px;
    cursor: pointer;
    padding: 0px;
    box-shadow: none;
}
.login-modal-btn h3 {
    margin-top: 20px;
    color: #fff;
}
.sign-pw {
    margin-top: 5px !important;
}
.modal-background {
    border-radius: 4px;
    background: #fff;
    padding: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.modal-heading {
    position: relative;
    width: 100%;
    text-align: left;
    left: -2em;
    padding: 0px 25px;
}
.modal-title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
}
.modal {
    background-color: #fff;
    -webkit-backface-visibility: hidden;
}
.modal-dialog {
    height: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
.modal-dialog .container {
    padding: 90px 15px 50px 15px;
}
.modal.fade {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.modal.fade .modal-dialog {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.modal.fade.in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.modal-form {
    width: 100%;
    max-width: 450px;
    margin: auto;
}
.modal-open .modal {
    background: #EDF1F2;
}
#btn-close-modal {
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    cursor: pointer;
    padding: 8px;
    position: absolute;
    text-align: center;
    top: 3em;
    right: 3em;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#btn-close-modal i {
    font-size: 22px;
}
#btn-close-modal:hover {
    opacity: 0.8;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
*/
/* ------------- LOGIN ------------- */

#login .profile-login {
  background: rgba(19, 35, 47, 0.9);
  border-radius: 5px;
  margin: auto;
  max-width: 100%;
  padding-bottom: 30px;
  padding-top: 80px;
  width: 500px;
}

.tab-pane>h2 {
  color: #fff;
  text-transform: uppercase;
}

.login_detail {
  background: transparent;
  margin: auto;
  width: 442px;
}

#login .profile-login ul li {
  display: inline-block;
}

#login .profile-login ul li a {
  background: #fff;
  color: #222222;
  border: medium none;
  border-radius: 0;
  display: block;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  max-width: 100%;
  padding: 0;
  width: 221px;
}

#login .profile-login ul .active>a {
  color: #fff;
  border: none;
  border-radius: 0;
}

#login .profile-login .nav-tabs {
  border: none;
}

#login .profile-login .nav-tabs>li>a {
  margin: 0;
}

#login .profile-login .single-query>input[type="text"] {
  background: #fff;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 0;
  height: 48px;
  margin-bottom: 10px;
  max-width: 100%;
  padding-left: 15px;
  width: 100%;
}

#login .profile-login .single-query>input[type="password"] {
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 0;
  height: 48px;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  margin-bottom: 10px;
  background: #fff;
}

#login .profile-login .nav>li>a:hover {
  border: none;
  border-radius: 0;
}

#login .profile-login .btn-slide {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  height: 48px;
  text-align: center;
  color: #191919;
  border: none;
  transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

#login .profile-login .btn-slide:hover {
  background: #fff;
  color: #191919;
}

#login .profile-login .check-box-2 {
  display: inline-block;
  margin-left: -49px;
  vertical-align: top;
}

#login .profile-login .search-form-group.white>span {
  vertical-align: super;
  color: #fff;
}

#login .profile-login .lost-pass {
  font-size: 14px;
  color: #fff;
  transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

/*For Team popup*/
#popup_login {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11000;
}

#popup_login.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}

#popup_login .close {
  box-shadow: none;
  color: #fff;
  font-size: 27px;
  font-weight: normal;
  opacity: 1;
  padding: 10px 17px;
  position: absolute;
  right: 23%;
  top: 0;
  z-index: 2;
  text-shadow: none;
}


/* ================================= */
/* ---------- HEADERS CSS  --------- */
/* ================================= */
/****** header One *******/
.topbar {
  width: 100%;
}

.topbar .contactinfo li:first-child a {
  margin-left: -38px;
}

.topbar .contactinfo li a {
  font-size: 12px;
  color: #fff;
  margin-left: 24px;
}

.topbar .contactinfo li a i {
  margin-right: 3px;
}

.topbar .contactinfo {
  padding-top: 10px;
}

.topbar .contactinfo>li {
  display: inline-block;
}

.topbar .booking {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 150px;
}

.booking>a {
  color: #fff;
  display: block;
  text-transform: uppercase;
}

.booking:hover a {
  background: #fff;
  color: #111111;
}



/**** header two*****/
.form-material .form-group {
  position: relative;
}

.form-material .form-control {
  display: inline-block;
  height: 43px;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  font-size: 12px;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.form-material .form-bar {
  position: relative;
  display: block;
  width: 100%;
}

.form-material .form-bar:before {
  left: 50%;
}

.form-material .form-bar:before,
.form-material .form-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}

.form-material .form-bar:after {
  right: 50%;
}

.form-material .float-label {
  left: 0;
  top: 12px;
  font-size: 14px;
  pointer-events: none;
}

.form-material label {
  position: absolute;
  top: -18px;
  font-size: 12px;
  font-weight: 400;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.form-material .form-control:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.form-material .form-control:focus~.form-bar:before,
.form-material .form-control:focus~.form-bar:after {
  width: 50%;
}

.form-material .form-control:focus~.form-bar:before,
.form-material .form-control:focus~.form-bar:after {
  background: #ef5350;
}

.form-material .form-control:focus~.float-label,
.form-material .form-control:valid~.float-label {
  top: -18px;
  font-size: 11px;
}

.form-material .form-control:focus~label {
  color: #ef5350;
}

.set-submit-input {
  width: 100%;
  text-align: center;
}

.set-submit-box {
  display: inline-block;
  width: 50%;
  margin-right: 20px;
}

.sidebar .btn-light {
  padding: 16px 25px;
}

.sidebar .btn-whitw {
  padding: 16px 27px;
}

.accordion {
  margin: 0px;
}

.accordion .panel {
  margin: 0;
  border-width: 0px;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

.accordion .title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
}

.accordion .title a:hover i,
.accordion .title a[aria-expanded="true"] i {
  color: #fff;
}

.accordion .title a:hover,
.accordion .title a[aria-expanded="true"] {
  text-decoration: none;
  border-color: #ddd;
  color: #fff;
}

.accordion .title a {
  display: block;
  position: relative;
  color: #909090;
  padding: 14px 20px;
  border: 1px solid #909090;
  letter-spacing: 3px;
  margin: 10px 0;
}

.accordion .title a:hover p,
.accordion .title a[aria-expanded="true"] p {
  font-size: 18px;
  color: #222;
}

.accordion .title a p {
  font-size: 10px;
  color: #ddd;
}

.accordion .desc {
  color: #000;
  padding: 10px 20px 20px;
  font-size: 14px;
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.accordion .title a[aria-expanded="true"]:hover:after,
.accordion .title a[aria-expanded="true"]:after {
  content: "\f106";
}

.accordion .title a:after {
  content: "\f107";
  position: absolute;
  top: 30%;
  right: 20px;
  font-family: 'FontAwesome';
  font-size: 15px;
}

.faq-heading {
  padding-left: 30px;
  background: #fff;
}

.sidebar-blog.col-sm-12 p {
  color: #333333;
}


/****** header three ******/
#header_top {
  background: #363636;
}

#header_top .styled-icons.icon-bordered.icon-sm,
#header_top .widget-title {
  padding-top: 8px;
  color: #fff;
}

.widget-title {
  display: inline-block;
}

.cont_office .btn-group {
  display: block;
  width: 100%;
}

.cont_office .btn.btn-default.dropdown-toggle {
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 49px;
  padding-left: 38px;
  width: 60%;
}

#header_top .cont_office .btn .caret {
  margin-left: 14px;
}

#header_top .cont_office ul {
  background: #222222;
  border-radius: 0;
  left: 0;
  list-style: outside none none;
  position: absolute;
  text-align: left;
  top: 42px;
  width: auto;
  z-index: 9999;
}

#header_top .cont_office .btn.btn-default.dropdown-toggle::before {
  content: "";
  font-family: FontAwesome;
  font-size: 22px;
  left: 13px;
  position: absolute;
  top: 11px;
}

#header_top .cont_office .dropdown-menu>li>a {
  padding: 15px 20px;
  color: #fff;
}

.logo>img {
  padding-top: 20px;
}

#header-bottom {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}

#header-bottom .col-md-10 {
  text-align: right;
}

#header-bottom .get-tuch {
  display: inline-block;
}

.get-tuch.text-left p,
.get-tuch.text-left a {
  color: #8d8c8b;
}

.get-tuch.text-left h4 {
  color: #fff;
}

#header-bottom .get-tuch>ul {
  display: inline-block;
  padding: 0;
}

#header-bottom .get-tuch ul li h4,
#header-bottom .get-tuch ul li p {
  padding: 0;
  margin: 0;
}

#header-bottom .get-tuch i {
  display: inline-block;
  font-size: 34px;
  margin-right: 14px;
  vertical-align: text-bottom;
}

#header-bottom .get-tech-line {
  display: inline-block;
  padding: 28px 15px 0 25px;
  vertical-align: top;
}

a {
  transition: all 0.3s ease-in-out 0s;
}

#header_3 #header_top .col-md-9 {
  text-align: right;
}

#header_3 .social-icons {
  display: inline-block;
  margin-bottom: 7px;
}

.navbar-brand-top .navbar-nav {
  float: none !important;
}

/******** Header - 4 *******/


/******** Header - 6 *******/
#header_six {
  background: transparent;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

#header_six .navbar-default {
  background-color: #fff;
  border-color: transparent;
  border-radius: 0;
}

#header_six .navbar-brand {
  padding: 10px 8px;
}

#header_six .navbar {
  margin-bottom: 0;
}

#header_six .navbar-default .navbar-nav>li>a {
  color: #222222;
  padding: 26px 25px;
}

#header_six .navbar-default .navbar-nav>.active>a,
#header_six .navbar-default .navbar-nav>.active>a:focus,
#header_six .navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
}

#header_six .topbar .booking {
  background: transparent;
}

#header_six .topbar {
  padding-top: 10px;
}

#header_six .navigation {
  padding: 10px 0 0;
}


/******** Header - 7 *******/
#header_7 {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

/*Toggle*/
#menu_bars {
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  display: table;
  padding: 15px;
  position: fixed;
  right: 30px;
  top: 34px;
  width: 20px;
  z-index: 1102;
}

#menu_bars.left {
  left: 30px;
  float: left;
}

#menu_bars.right {
  float: right;
}

#menu_bars.active {
  position: fixed;
}

#menu_bars.active.right {
  right: 30px;
}

#menu_bars.active span.t1 {
  -moz-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  -o-transform: translateY(7px) rotate(-45deg);
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

#menu_bars.active span.t2 {
  opacity: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu_bars.active span.t3 {
  -moz-transform: translateY(-5px) rotate(-135deg);
  -ms-transform: translateY(-5px) rotate(-135deg);
  -o-transform: translateY(-5px) rotate(-135deg);
  -webkit-transform: translateY(-5px) rotate(-135deg);
  transform: translateY(-5px) rotate(-135deg);
}

#menu_bars span {
  background: #000;
  display: block;
  height: 3px;
  width: 20px;
  pointer-events: none;
}

#menu_bars span.t2 {
  margin: 3px 0;
  width: 14px;
  position: relative;
  right: -7px;
}


/********** Header - 8 ***************/
#header_8 {
  position: relative;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

#header_8 .navbar {
  background: #4c4f5e;
  border: none;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  text-align: center;
  width: 100%;
  float: left;
}

#header_8 .logo {
  float: left;
  position: relative;
  height: 100px;
}

#header_8 .logo a {
  margin-top: 20px;
  display: inline-block;
}

#header_8 .logo img {
  z-index: 3;
  position: relative;
}

#header_8 .logo:after {
  width: 121px;
  height: 100px;
  position: absolute;
  right: -121px;
  top: 0px;
  content: "";
}

#header_8 .logo:before {
  position: absolute;
  top: 0px;
  width: 200%;
  content: "";
  height: 100%;
  left: -200%;
}

#header_8 .ownmenu {
  float: left;
  padding: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

#header_8 .navbar {
  display: inline-block;
}

#header_8 .navbar li {
  display: inline-block;
  float: left;
  position: relative;
}

#header_8 .navbar li a {
  font-size: 13px;
  color: #fff;
  padding: 21px 22px;
  letter-spacing: 0.5px;
  font-weight: 700;
  background-color: #4c4f5e;
  text-transform: uppercase;
}

#header_8 .nav>li>a:focus,
#header_8 .nav>li>a:hover {
  background: none;
}

#header_8 .navbar li a:hover {}

#header_8 .navbar li.active a {
  background: #3d404c;
}

#header_8 .navbar li a:before {
  position: absolute;
  height: 0;
  width: 100%;
  top: 0px;
  z-index: -1;
  left: 0px;
  content: "";
  background: #3d404c;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#header_8 .navbar li a:hover:before {
  height: 100%;
}

#header_8 .quotes {
  float: right;
}

#header_8 .quotes a {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  line-height: 43px;
  padding: 0px 30px;
  text-transform: uppercase;
  color: #fff;
  float: right;
  font-weight: 700;
  height: 61px;
  line-height: 61px;
  display: inline-block;
}

#header_8 .quotes a i {
  margin-right: 10px;
}

#header_8 .quotes a:hover {
  background: #3d404c;
  color: #fff;
}

#header_8 .top-info-con {
  float: right;
  width: 70%;
  padding-top: 20px;
  background: #fff;
  position: relative;
  z-index: 3;
}

#header_8 .top-info-con ul {
  text-align: right;
}

#header_8 .top-info-con ul li {
  display: inline-block;
  width: 25%;
  text-align: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}

#header_8 .top-info-con ul li.lst {
  width: 35%;
  border: none;
  margin: 0px;
}

#header_8 .top-info-con h6 {
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 4px;
  text-transform: none;
  letter-spacing: 1px;
}

#header_8 .topbar {
  background: #f9f9f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
}

#header_8 .social-icons a {
  color: #222;
}

#header_8 .media-body>a {
  color: #333;
}

#header_8 .media-left .fa {
  border: 1px solid;
  border-radius: 100%;
  font-size: 18px;
  height: 40px;
  line-height: 37px;
  margin-right: 9px;
  margin-top: 10px;
  text-align: center;
  width: 40px;
}

#header_8 .topbar .contactinfo {
  padding-top: 7px;
}


/********** Header - 9 ***************/
#header_9 .top_icon {
  display: inline-block;
  padding-left: 10px;
  vertical-align: bottom;
}

#header_9 .top_detail {
  display: inline-block;
  vertical-align: super;
  margin-left: 15px;
  text-align: left;
}

#header_9 .top_detail>h6 {
  font-size: 17px;
  color: #434445;
  text-transform: uppercase;
  margin: 0;
}

#header_9 .top_icon .fa {
  background: #5f5e5b;
  border-radius: 50%;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

#header_9 .topbar {
  margin-bottom: -15px;
  padding: 34px 0 0;
  width: 100%;
}

#header_9 .top_detail>a {
  color: #434445;
  display: inline-block;
  margin-top: 5px;
}

#header_9 .logo {
  margin-top: -4px;
}



/* ================================= */
/* ----------- NAV BAR  ------------ */
/* ================================= */
/***** nav one ****/
#header_one {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.navigation {
  background: transparent;
  position: relative;
  padding: 15px 0 0 0;
  width: 100%;
  z-index: 999;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.navigation.affix {
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5);
  padding: 0;
  position: fixed;
  top: 0;
  transition: all 0.9s ease 0s;
  width: 100%;
  z-index: 999;
  background: #fff;
}

#navigation.affix .navbar-default {
  margin-top: -4px;
}

#header_one .navbar-brand {
  height: auto;
  padding: 0;
  float: none;
}

#header_one .navbar-brand>img {
  max-width: 90%;
  margin-top: 5px;
}

#header_one .nav.navbar-nav.navbar-right {
  margin: -8px 0;
}

#header_one .navbar {
  margin-bottom: 0;
  margin-top: -15px;
  min-height: auto;
  padding: 7px 15px;
}

#header_one .navbar-default {
  background-color: #fff;
  border-color: transparent;
  border-radius: 0;
}

#header_one .navbar-default .navbar-nav>li {}

#header_one .navbar-default .navbar-nav>li a {
  border: 1px solid transparent;
  color: #111111;
  font-size: 16px;
  padding: 23px;
  position: relative;
}

#header_one .navbar-nav>li>.dropdown-menu {
  left: 0;
  right: auto;
}

#header_one .navbar-default .navbar-nav>li a:hover {
  color: #fff;
}

#header_one .navbar-default .navbar-nav>.active>a,
#header_one .navbar-default .navbar-nav>.active>a:focus,
#header_one .navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
}

#header_one .navbar-nav>li>.dropdown-menu li a {
  font-size: 16px;
}

#header_one .navbar-nav>li>.dropdown-menu li a:after {
  display: none;
}

#header_one .navbar-nav>li>.dropdown-menu li a:hover {
  color: #fff;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  outline: 0 none;
  text-decoration: none;
}

.navbar-default .navbar-toggle {
  color: #fff;
}

#header_3.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}


/**** Nave three ********/
.navbar-brand {
  height: auto;
  line-height: normal;
}

nav.navbar.bootsnav.sticked .navbar-brand>img {
  width: 100%;
}

nav.navbar.bootsnav.navbar-sticky .navbar-brand {
  display: none;
}

nav.navbar.bootsnav.sticked .navbar-brand {
  display: inline-block;
}

nav.navbar.bootsnav.sticked .navbar-nav {
  float: right;
}

nav.navbar.bootsnav ul.nav>li>a {
  font-weight: normal;
  padding: 20px 15px;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
}

nav.navbar.bootsnav.sticked ul.nav>li>a {
  color: #fff;
  margin: 3px -8px;
}

nav.navbar.bootsnav.sticked .social-icons {
  display: none;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
  color: #fff;
}

nav.bootsnav.brand-center .navbar-collapse {
  padding-top: 20px;
}

#navbar-menu .navbar-nav li a {
  font-size: 14px;
  text-transform: uppercase;
}

nav.navbar.bootsnav ul.nav>li>a {
  font-weight: normal;
  padding: 15px 40px;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw>a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw>a:focus,
nav.navbar.bootsnav ul.nav li.active>a:hover,
nav.navbar.bootsnav ul.nav li.active>a:focus,
nav.navbar.bootsnav ul.nav li.active>a {
  color: #000;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #000 !important;
}

#header_3 .collapse.navbar-collapse {
  padding-left: 0;
  background-color:#182453;
}

#header_3 nav.navbar.bootsnav .navbar-toggle {
  color: #000;
}

/* ------------  NAV Header- 4  ----------- */
#header_4 nav.navbar.bootsnav ul.nav>li>a {
  color: #fff;
}

#header_4 nav {
  background: #000;
}

#header_4 nav.navbar.bootsnav .navbar-toggle {
  float: right;
  margin: 0;
  margin-left: 64px;
  padding: 5px 10px;
  position: relative;
  top: 31px;
}


/* ------------ NAV Header- 5 ----------- */
.header_5 nav.navbar.bootsnav {
  background-color: #222;
}

.header_5 nav.navbar.bootsnav.navbar-sticky .navbar-brand {
  display: inline-block;
}

.header_5 .navbar-brand {
  padding-top: 12px;
}

.header_5 nav.navbar.bootsnav ul.nav>li>a {
  color: #fff;
  font-weight: normal;
  margin-top: -20px;
  padding: 33px 25px;
  margin-right: 1px;
}

.header_5 .wrap-sticky nav.navbar.bootsnav.sticked {
  margin: 0;
  padding: 0;
}

/* ------------ NAV Header- 7 ----------- */
.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.pushmenu {
  background: #fff;
  padding: 20px 15px;
  width: 270px;
  height: 100%;
  top: 0;
  z-index: 1100;
  position: fixed;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.pushmenu-left {
  left: -270px;
}

.pushmenu-left.pushmenu-open {
  left: 0;
  box-shadow: 3px 0 3px -3px #c2c2c2;
}

.pushmenu-push-toright {
  left: 270px;
}

.pushmenu-right {
  right: -270px;
}

.pushmenu-right.pushmenu-open {
  right: 0;
}

.pushmenu-push-toleft {
  left: -270px;
}

.pushmenu .push-logo {
  display: block;
  padding: 30px 0 30px 40px;
  text-align: left;
  position: relative;
  z-index: 98;
}

.pushmenu .push-logo>img {
  display: inline-block;
  width: 100px;
}

.pushmenu .push_nav {
  width: 100%;
  z-index: 100;
  background: #fff;
}

.pushmenu .push_nav>li {
  display: block;
  position: relative;
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
}

.pushmenu.pushmenu-open .push_nav>li {
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  -o-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;

  transition-property: all;
  -moz-transform: translate3d(0, 0px, 0px);
  -ms-transform: translate3d(0, 0px, 0px);
  -o-transform: translate3d(0, 0px, 0px);
  -webkit-transform: translate3d(0, 0px, 0px);
  transform: translate3d(0, 0px, 0px);

  -moz-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.pushmenu.pushmenu-open .push_nav>li:first-child {
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(2) {
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(3) {
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .3s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(4) {
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(5) {
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(6) {
  -moz-transition-delay: .6s;
  -ms-transition-delay: .6s;
  -o-transition-delay: .6s;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(7) {
  -moz-transition-delay: .7s;
  -ms-transition-delay: .7s;
  -o-transition-delay: .7s;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.pushmenu .push_nav>li>a {
  color: #000;
  display: block;
  font-size: 20px;
  margin: 18px 0 18px 45px;
  padding: 5px;
  text-align: left;
}

.pushmenu .social-icons.mb30 {
  bottom: 0;
  clear: both;
  left: 15px;
  position: absolute;
  z-index: 99;
}

.pushmenu .push_nav .dropdown>a {
  margin-top: 0;
}

.pushmenu .push_nav .dropdown-menu {
  position: relative;
  width: 100% !important;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #fff;
}

.pushmenu .push_nav .dropdown-menu li a {
  display: block;
  text-align: center;
}

.pushmenu .social {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
}

body.pushmenu-push-toleft .wrap-sticky nav.navbar.bootsnav.navbar-sticky,
body.pushmenu-push-toleft .wrap-sticky nav.navbar.bootsnav.sticked,
body.pushmenu-push-toleft .navbar-fixed.white {
  left: -260px;
}

body.pushmenu-push-toright .wrap-sticky nav.navbar.bootsnav.sticked {
  right: -260px;
}

#header_7 .social-icons li {
  height: 30px;
  line-height: 30px;
  width: 30px;
}


/* ------------ Nav - 8  ----------- */
#header_8 .topbar .contactinfo li a {
  color: #333;
}

#header_8 .navigation {
  background: #4c4f5e;
  padding: 0;
  transition: all 0.9s ease 0s;
}

#header_8 .navigation.affix {
  padding: 5px 0;
}

#header_8 .collapse.navbar-collapse {
  float: left;
}

#header_8 .social-icons li {
  background: transparent;
  border-radius: 0;
  border-left: 1px solid #f0f0f0;
  margin: 0;
}


/* ------------ Nav - 9  ----------- */
#header_9 .navbar {
  margin-bottom: -5px;
  position: relative;
  top: 23px;
}

#header_9 .navigation.affix {
  left: 0;
  right: 0;
  padding: 15px 0;
}

#header_9 .navigation.affix .navbar {
  top: 0;
}

#header_9 .navbar-default {
  background-color: #4c4f5e;
  border: medium none;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.5);
}

#header_9 .navigation.affix {
  background: #4c4f5e;
}

#header_9 .navigation.affix .navbar-default {
  box-shadow: none;
}

#header_9 .navbar-default .navbar-nav>li>a {
  color: #fff;
}

#header_9 .navbar-default .navbar-nav>.active>a,
#header_9 .navbar-default .navbar-nav>.active>a:focus,
#header_9 .navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
}

#header_9 .navbar-nav>li {
  display: inline-block;
  float: none;
}

#header_9 .navbar-nav {
  float: none;
  text-align: center;
}


/* ================================= */
/* -------- BANNER SLIDERS  -------- */
/* ================================= */
/***** Revolution Slider ******/
.tp-tabs {
  left: 50% !important;
  margin: -91px auto 0;
  transform: translateX(-50%) !important;
  z-index: 111;
  border-top: none;
  cursor: pointer;
}

.hesperiden .tp-tab {
  background: #fff;
  border-bottom: medium none;
  border-right: 1px solid #222;
  opacity: 1;
  margin: -20px 0 0;
  padding: 8px 0 0 64px;
  position: absolute;
  width: 295px !important;
}

.hesperiden>.tp-tab+.tp-tab {
  border-left: 1px solid #b2b2b2;
}

.tp-tab-title>span {
  position: absolute;
  top: 8px;
  border-radius: 100%;
  background: #161616;
  line-height: 33px;
  height: 33px;
  width: 33px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  left: -47px;
}

.tp-tab .tp-tab-title {
  font-size: 20px;
  margin: 34px 0 0 0;
  color: #111111;
  line-height: normal;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.tp-tab .tp-tab-title:before {}

.tp-tab:hover .tp-tab-title,
.tp-tab.selected .tp-tab-title {
  color: #fff;
}

.tp-tab:hover .tp-tab-title>span,
.tp-tab.selected .tp-tab-title>span {
  background: #fff;
}

.tp-tab:hover .tp-tab-desc,
.tp-tab.selected .tp-tab-desc {
  color: #fff;
}

.tp-tab:hover .tp-tab-title::before,
.tp-tab.selected .tp-tab-title:before {
  background: #fff;
}

.tp-tab:hover .tp-tab-title span {
  background: #fff;
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  position: static;
}

.text_bold {
  font-weight: bolder !important;
}

/****** Banner style Header-4 ******/
.header_4 .tp-tab-mask {
  display: none;
}

/****** INDEX - 1 ******/
#main-slider {
  position: relative;
  padding: 0;
  margin-bottom: -1px;
}

#main-slider .carousel .carousel-content {
  margin: 22% 0;
}

#main-slider .carousel h1 {
  color: #fff;
  display: inline-block;
  font-size: 34px;
  letter-spacing: 10px;
  margin-top: 0;
  padding: 5px 0 50px;
  text-transform: uppercase;

}

#main-slider .carousel strong {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}

#main-slider .carousel-content>p {
  color: #fff;
}

.banner-button-1 {
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
  display: inline-block;
  height: 50px;
  width: 170px;
  text-align: center;
  line-height: 50px;
}

.banner-button-1:hover {
  background: #fff;
}

.banner-button-2 {
  background: #fff;
  color: #111;
  text-transform: uppercase;
  display: inline-block;
  height: 50px;
  width: 170px;
  text-align: center;
  line-height: 50px;
}

.banner-button-2:hover {
  color: #fff;
}

#main-slider .carousel .style {
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.5em;
  letter-spacing: 1px;
  height: 63px;
  line-height: 60px;
  margin: 40px 0;
  padding-right: 60px;
  text-transform: uppercase;
  display: inline-block;
}

#main-slider .carousel .style>span {
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  margin: -10px 40px -10px 0;
  padding: 2px 20px 0 33px;
  position: relative;
  text-align: center;
}

#main-slider .carousel .style>span>span {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 30px;
  height: 62px;
  left: 100%;
  position: absolute;
  top: 0;
  width: 30px;
}

#main-slider .carousel .btn-slide:hover {
  color: #676767;
  background: #fff;
}

#main-slider .carousel .active.btn-slide.animation.animated-item-1 {
  padding: 13px 50px;
  color: #fff;
  border-radius: 0;
  margin-top: 25px;
  display: inline-block;
  font-size: 20px;
}

#main-slider .carousel .slider-img {
  text-align: right;
  position: absolute;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background: transparent;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 80px;
  width: 20px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #fff;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  color: #fff;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInLeft 300ms linear 600ms both;
  -moz-animation: fadeInLeft 300ms linear 600ms both;
  -o-animation: fadeInLeft 300ms linear 600ms both;
  -ms-animation: fadeInLeft 300ms linear 600ms both;
  animation: fadeInLeft 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInLeft 600ms linear 900ms both;
  -moz-animation: fadeInLeft 600ms linear 900ms both;
  -o-animation: fadeInLeft 600ms linear 900ms both;
  -ms-animation: fadeInLeft 600ms linear 900ms both;
  animation: fadeInLeft 600ms linear 900ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 900ms linear 1200ms both;
  -moz-animation: fadeInUp 900ms linear 1200ms both;
  -o-animation: fadeInUp 900ms linear 1200ms both;
  -ms-animation: fadeInUp 900ms linear 1200ms both;
  animation: fadeInUp 900ms linear 1200ms both;
}

#main-slider .active .animation.animated-item-1-1 {
  -webkit-animation: fadeInRight 300ms linear 600ms both;
  -moz-animation: fadeInRight 300ms linear 600ms both;
  -o-animation: fadeInRight 300ms linear 600ms both;
  -ms-animation: fadeInRight 300ms linear 600ms both;
  animation: fadeInRight 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-2-1 {
  -webkit-animation: fadeInRight 600ms linear 900ms both;
  -moz-animation: fadeInRight 600ms linear 900ms both;
  -o-animation: fadeInRight 600ms linear 900ms both;
  -ms-animation: fadeInRight 600ms linear 900ms both;
  animation: fadeInRight 600ms linear 900ms both;
}

#main-slider .active .animation.animated-item-3-1 {
  -webkit-animation: fadeInUp 900ms linear 1200ms both;
  -moz-animation: fadeInUp 900ms linear 1200ms both;
  -o-animation: fadeInUp 900ms linear 1200ms both;
  -ms-animation: fadeInUp 900ms linear 1200ms both;
  animation: fadeInUp 900ms linear 1200ms both;
}

#main-slider .active .animation.animated-item-1-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-2-2 {
  -webkit-animation: fadeInUp 600ms linear 900ms both;
  -moz-animation: fadeInUp 600ms linear 900ms both;
  -o-animation: fadeInUp 600ms linear 900ms both;
  -ms-animation: fadeInUp 600ms linear 900ms both;
  animation: fadeInUp 600ms linear 900ms both;
}

#main-slider .active .animation.animated-item-3-2 {
  -webkit-animation: fadeInUp 900ms linear 1200ms both;
  -moz-animation: fadeInUp 900ms linear 1200ms both;
  -o-animation: fadeInUp 900ms linear 1200ms both;
  -ms-animation: fadeInUp 900ms linear 1200ms both;
  animation: fadeInUp 900ms linear 1200ms both;
}



/* ----------- Slider index - 2 --------- */

.home_slider_bg {
  position: relative;
}

.home-center {
  position: absolute;
  margin-right: -50%;
  top: 55%;
  left: 50%;
  padding: 0px;
  transform: translate(-50%, -50%);
}

#home_2,
.testimonial-jarallax {
  background: transparent;
}

#home_2 h1 {
  font-size: 80px;
  font-weight: 600;
  color: #fff;
}

#home_2 h4 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 8px;
  line-height: 10px;
  margin-left: 18px;
}

#home_2 p {
  color: #fff;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.1;
}

.btn-wrap {
  position: relative;
  top: 4em;
  z-index: 100;
}

.available-btn {
  border-radius: 0px;
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  margin: 10px;
  min-height: 64px;
  padding: 10px 25px 10px 92px;
  position: relative;
  text-transform: uppercase;
  transition-duration: 0.4s;
}

.available-btn>em {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: none;
}

.default_color {
  background: #2d2d2d;
  color: #fff;
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.32);
}

.default_color:hover {
  background: #222 !important;
}

.default_color:hover i {
  color: #fff;
}

.default_color i {
  border-right: 1px solid #fff;
  bottom: 0;
  font-size: 40px !important;
  left: 0;
  line-height: 64px !important;
  position: absolute;
  text-align: center;
  top: 0;
  width: 70px;
  color: #fff;
}

.btn:hover {
  background: #fff;
  box-shadow: none;
  transition-duration: 0.4s;
}

.bg-opacity-layer {
  background: rgba(0, 0, 0, 0.98);
  opacity: 0.45;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.pur_button {
  display: inline-block;
}

.pur_button-white {
  display: inline-block;
}

.pur_button>a {
  background: #fff;
  color: #222;
  display: block;
  height: 52px;
  line-height: 52px;
  text-align: center;
  transition-duration: 0.4s;
  width: 200px;
}

.pur_button>a:hover {
  background: #222;
  color: #fff;
  transition-duration: 0.4s;
}

.pur_button-white>a {
  color: #fff;
  display: block;
  height: 52px;
  line-height: 52px;
  text-align: center;
  transition-duration: 0.4s;
  width: 200px;
}

.pur_button-white>a:hover {
  background: #fff;
  transition-duration: 0.4s;
}

#banner_2 {
  position: relative;
  z-index: 99;
}

#banner_2 h1,
#banner_2 h4,
#banner_2 p {
  color: #fff;
}

/* ------- Slider_Index_7  ----------- */
#index_7_slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

#index_7_slider .container {
  left: 0;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 9;
}

#index_7_slider .inner_text>h2 {
  color: #fff;
}

#index_7_slider .inner_text>h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

#index_7_slider .inner_text>p {
  color: #fff;
  margin: 25px 0;
}

#index_7_slider .clickable {
  bottom: 26px;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  right: 0;
}

#index_7_slider .clickable .owl-pagination .owl-page.active>span {
  background: #fff;
}


/* ------- Index Slider 8  ----------- */

/*arrows Slider*/
#rev_slider_34_1 .tparrows,
#rev_slider_35_1 .tparrows {
  display: none;
}




/* ================================= */
/* ------- ABOUT US CSS  ----------- */
/* ================================= */
#about .btn-slide_about {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-top: 17px;
  padding: 6px 25px;
  border: 1px solid transparent;
}

#about .btn-slide_about:hover {
  color: #fff;
}

#about .aboutImg {
  margin-bottom: 3em;
  margin-top: 70px;
  overflow: hidden;
  position: relative;
}

.shadow {
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
}

/**** Shortcode: Icon-Boxes.less ****/
.text-lowercase.font-28.letter-space-4 {
  color: #222222;
  font-size: 20px;
}

.icon-box {
  padding: 40px 17px;
}

.icon-box .icon {
  display: inline-block;
  height: 64px;
  margin-bottom: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 64px;
}

.icon-box .icon.icon-gray {
  background-color: #eeeeee;
  color: #555555;
}

.icon-box .icon.icon-gray:hover {
  background-color: #d5d5d5;
  color: #bbbbbb;
}

.icon-box .icon.icon-gray.icon-bordered {
  background-color: transparent;
  border: 2px solid #eeeeee;
}

.icon-box .icon.icon-gray.icon-bordered:hover {
  background-color: #eeeeee;
  color: #555555;
}

.icon-box .icon.icon-dark {
  color: #fff;
}

.icon-box .icon.icon-dark:hover {
  color: #fff;
}

.icon-box .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}

.icon-box .icon.icon-dark.icon-bordered:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}

.icon-box .icon.icon-white {
  background-color: #fff;
  color: #333333;
}

.icon-box .icon.icon-white:hover {
  background-color: #b3b3b3;
  color: #000000;
}

.icon-box .icon.icon-white.icon-bordered {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.icon-box .icon.icon-white.icon-bordered:hover {
  background-color: #fff;
  border-color: #fff;
  color: #111111;
}

.icon-box .icon.icon-white.icon-border-effect {
  position: relative;
}

.icon-box .icon.icon-white.icon-border-effect::after {
  box-shadow: 0 0 0 3px #fff;
}

.icon-box .icon.icon-bordered {
  border: 1px solid #777777;
}

.icon-box .icon.icon-bordered:hover {
  background-color: #777777;
  color: #fff;
}

.icon-box .icon.icon-rounded {
  border-radius: 3px;
}

.icon-box .icon.icon-circled {
  border-radius: 50%;
}

.icon-box .icon.icon-xs {
  height: 30px;
  width: 30px;
}

.icon-box .icon.icon-xs i {
  font-size: 18px;
  line-height: 30px;
}

.icon-box .icon.icon-sm {
  height: 50px;
  width: 50px;
}

.icon-box .icon.icon-sm i {
  font-size: 30px;
  line-height: 45px;
}

.icon-box .icon.icon-md {
  height: 75px;
  width: 75px;
}

.icon-box .icon.icon-md i {
  font-size: 36px;
  line-height: 75px;
}

.icon-box .icon.icon-lg {
  height: 90px;
  line-height: 90px;
  text-align: center;
  width: 90px;
}

.icon-box .icon.icon-lg i {
  line-height: 90px;
}

.icon-box .icon.icon-xl {
  height: 120px;
  width: 120px;
}

.icon-box .icon.icon-xl i {
  line-height: 120px;
}

.icon-box .icon.icon-border-effect {
  position: relative;
}

.icon-box .icon.icon-border-effect::after {
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: -4px;
  opacity: 0;
  padding: 4px;
  top: -4px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.icon-box .icon.icon-border-effect.effect-flat::after {
  border-radius: 0;
}

.icon-box .icon.icon-border-effect.effect-rounded::after {
  border-radius: 3px;
}

.icon-box .icon.icon-border-effect.effect-circled::after {
  border-radius: 50%;
}

.icon-box .icon.icon-border-effect.icon-gray::after {
  box-shadow: 0 0 0 3px #eeeeee;
}

.icon-box .icon.icon-top {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -32px;
}

.icon-box i {
  display: inline-block;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-box i[class*="pe-7s-"] {
  vertical-align: text-bottom;
}

.icon-box.left {
  text-align: left;
}

.icon-box.left a {
  margin-right: 30px;
  padding: 0;
}

.icon-box.iconbox-border {
  border: 1px solid #dcdcdc;
}

.icon-box.iconbox-bg {
  background-color: #fafafa;
}

.icon-box.iconbox-bg.iconbox-bg-dark {
  background-color: #333333;
}

.icon-box .icon-box-title {
  margin-bottom: 15px;
}

.icon-box .icon-border-effect:hover::after,
.icon-box:hover .icon-border-effect::after {
  opacity: 1;
  transform: scale(1);
}


/* ------------ About_index_5 ----------- */

#about_us {
  padding-bottom: 90px;
}

.background-color-yelo {
  background-color: #e5e5e5;
}

.background-color-white {
  background-color: rgba(0, 0, 0, 0.8);
}

.main-title {
  text-align: center;
  float: none;
  margin: 0 auto;
}

.main-title h2 {
  margin: 0px;
  text-transform: uppercase;
}

.main-title h5 {
  font-weight: normal;
  margin: 0px;
  margin-bottom: 15px;
  font-family: 'robotolight';
  color: #fff;
  font-size: 16px;
}

.left-line,
.right-line {
  width: 38px;
  height: 1px;
  margin-top: 2px;
  float: left;
}

.middle-line {
  height: 5px;
  width: 40px;
  float: left;
}

.subtitle {
  width: 116px;
  margin: 0 auto;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-top-74 {
  padding-top: 74px;
}

.padding-bottom-64 {
  padding-bottom: 64px;
}

.history>h3 {
  margin-top: 0px;
  margin-bottom: 15px;
}

.history {
  z-index: 9999;
}

.history p {
  margin-bottom: 0px;
  line-height: 24px;
}

.about-slider .owl-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.history-section {
  position: relative;
}

.small-title {
  margin-bottom: 40px;
  margin-top: 20px;
}

.line1 {
  float: left;
  height: 5px;
  width: 40px;
}

.line2 {
  float: left;
  height: 1px;
  margin-top: 2px;
  width: 78px;
}

.btn-slide {
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 15px 50px;
  transition-duration: 0.4s;
}

.btn-slide:hover {
  background: #222;
  transition-duration: 0.4s;
}

.query-submit-button {
  margin-top: 20px;
}

figure.effect-layla ::before,
figure.effect-layla ::after {
  position: absolute;
  content: '';
  opacity: 0;
}

figure.effect-layla ::before {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

figure.effect-layla ::after {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p,
figure.effect-layla h3,
figure.effect-layla .link {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
  transition: opacity 0.35s, transform 0.5s;
}

figure.effect-layla:hover img {
  opacity: 1;
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.about-services h3 {
  text-transform: uppercase;
  font-weight: 700;
}

.servicesone i {
  width: 71px;
  height: 71px;
  line-height: 71px;
  font-size: 20px;
  text-align: center;
  border-radius: 100%;
  margin-right: 20px;
  float: left;
  color: #fff;
  transition: all 0.5s ease 0s;
}

.servicesone:hover i {
  background-image: -moz-linear-gradient(90deg, #fff 0%, #fff 100%);
  transform: scale(0.8);
}

.servicesone h4 {
  font-weight: normal;
}

/* Common style */
.gri {
  width: 100%;
}

.gri figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #474747;
  text-align: center;
  cursor: pointer;
}

.gri img {
  position: relative;
  display: block;
  opacity: 1;
  width: 100%;
}

.gri figure figcaption {
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gri figure figcaption::before,
.gri figure figcaption::after {
  pointer-events: none;
}

.gri figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*Particles CSS Starts*/

#particles-js {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}

.top-bar-content span.address::before {
  content: "";
}

.top-bar-content span.phone::before {
  content: "";
}

.top-bar-content span.email::before {
  content: "";
}

.top-bar-content span::before {
  color: #ffc925;
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 0;
}

.top-bar-content span {
  display: inline-block;
  margin-right: 25px;
  padding-left: 25px;
  position: relative;
}

.owl-pagination {
  text-align: center;
}

.owl-pagination .owl-page>span {
  height: 3px;
  left: 0;
  position: relative;
  right: 0;
  width: 20px;
  display: inline-block;
  margin: 0 3px;
}

.owl-pagination .owl-page {
  display: inline-block;
}

.owl-pagination .owl-page.active>span {
  background: #222;
}

.clickable .owl-prev {
  border: 1px solid #dbdbdb;
  border-radius: 0;
  font-size: 20px;
  height: 42px;
  line-height: 38px;
  margin-top: 20px;
  position: absolute;
  text-align: center;
  width: 45px;
}

.clickable .owl-next {
  border: 1px solid #dbdbdb;
  border-radius: 0;
  font-size: 20px;
  height: 42px;
  line-height: 38px;
  margin-top: 20px;
  position: absolute;
  text-align: center;
  width: 45px;
  left: 52px;
}

.clickable {
  margin-bottom: 60px;
}

/* ---------- About us Index-6 -------- */

#tabs-section .about-us-box h1::after {
  background: #c52d2f;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}

#tabs-section .about-us-box h2 {
  font-size: 25px;
  margin: 0 0 20px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

#tabs-section .about-us-box p {
  margin-bottom: 0;
}

.about-box h2 {
  font-size: 25px;
}

#tabs-section .about-us-box .about-us-post {
  margin-top: 30px;
  overflow: hidden;
}

#tabs-section .about-us-box .about-us-post a {
  background: #333333;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  width: 60px;
}

#tabs-section .about-us-box .about-us-post h4 {
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0 6px 80px;
}

#tabs-section .about-us-box .about-us-post span {
  color: #434445;
  display: block;
  font-family: georgia;
  font-size: 11px;
  font-style: italic;
  margin: 0 0 0 80px;
}




/* ================================= */
/* ---------- FEATURES CSS  -------- */
/* ================================= */
.features {
  background-color: #fff;
}

.service-item {
  margin-bottom: 50px;
}

.service-item .fa {
  border-radius: 100%;
  float: left;
  height: 90px;
  line-height: 90px;
  text-align: center;
  width: 90px;
  transition: all 0.5s ease 0s;
}

.service-item:hover .fa {
  color: #fff;
  transform: scale(0.8);
}

.service-desc {
  margin-left: 32%;
  position: relative;
  top: 0;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}


/* ---------- Features index-8  ------------ */
.row.servc {
  padding: 25px 10px;
  position: relative;
  top: -50px;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
}

.servc p {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 10px;
}

.features8 h3 {
  text-transform: uppercase;
}


/* ================================= */
/* ---------- SERVICES  ------------ */
/* ================================= */
#index1-services {
  background: url(../images/1.jpg) no-repeat;
  background-size: cover;
}

#services_index1 .item {
  margin: 3px;
}

#services_index1 .item img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}

#services_index1 .servc_img {
  transition: all 0.5s ease 0s;
  overflow: hidden;
}

.index1-services-box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}

.index1-services-box:hover p,
.index1-services-box:hover h3 {
  color: #fff;
}

.index1-services-box {
  background: #fff;
  transition: all 0.5s ease 0s;
}

.servc_detail {
  padding: 12px 70px;
}

.servc_detail>a>h3 {
  text-transform: uppercase;
}

.over-hide {
  margin-top: -36.3%;
  margin-bottom: 90px;
}

.index1-heading {
  margin-bottom: 70px;
}

#index1-services .booking-border::before {
  left: -347px;
}

#index1-services .booking-border::after {
  right: -347px;
}

#index1-services .booking-border {
  color: #fff;
  display: inline-block;
  position: relative;
  margin-bottom: 18px;
}

#index1-services .booking-heading {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 60px;
  font-weight: bolder;
  margin-top: -25px;
  letter-spacing: 3px;
  position: relative;
}

#index1-services h3.boking {
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  padding-top: 40px;
  position: relative;
}

#index1-services .booking-border::before,
#index1-services .booking-border::after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 10px;
  width: 320px;
}

#services_index1 .owl-controls.clickable {
  bottom: -59px;
  left: 3px;
  position: absolute;
}

#services_index1 .owl-next {
  border: 1px solid #fff;
  border-radius: 0;
  display: inline-block;
  line-height: 15px;
  padding: 9px 17px;
  font-size: 22px;
  color: #fff;
}

#services_index1 .owl-prev {
  border: 1px solid #fff;
  border-radius: 0;
  display: inline-block;
  line-height: 15px;
  margin-right: 5px;
  padding: 9px 17px;
  font-size: 22px;
  color: #fff;
}

#services_index1 .owl-next:hover,
#services_index1 .owl-prev:hover {
  background: #fff;
}


/* -------- Index 7 --------- */
#index7_services {
  padding: 50px 0;
}

.cons_services .fa {
  color: #fff;
  font-size: 60px;
  overflow: hidden;
  position: relative;
  transition: all 0.7s ease 0.1s;
  padding-bottom: 15px;
}

.cons_services h3 {
  color: #fff;
  font-family: 'ralewaybold';
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
}

.cons_services p {
  color: #fff;
}

.cons_services:hover .fa,
.cons_services:focus .fa {
  transform: translateY(-15px);
}

/* ================================= */
/* -------- LATEST PROJECT --------- */
/* ================================= */
#index1-recent {
  background-color: #222222;
  margin-bottom: 36.3%;
}

#index1-recent .col-md-4.col-sm-4.col-xs-12 {
  padding: 0;
}

#index1-recent .media {
  margin: 15px;
}

#index1-recent .index1-heading h2,
#index1-recent .index1-heading p {
  color: #fff;
}

#index1-recent .media__body h3,
#index1-recent .media__body p {
  color: #222222;
}


/* --------- LATEST PROJECTS - 2 ---------- */
#project_index,
#services_index {
  background: url("../images/contbg.jpg");
}

#project_index .heading {
  color: #fff;
}

#services_index .heading {
  color: #fff;
}

#project_index .heading {
  color: #fff;
}

.services {
  margin: 0 30px 5px 0;
}

.services img {
  display: block;
  width: 100%;
  height: auto;
}

.services h3 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 27px;
}

.services p {
  padding-bottom: 25px;
}

.services h3 span {
  font-size: 16px;
  background: transparent;
  border: 1px solid #c7c7c7;
  border-radius: 100%;
  line-height: 35px;
  width: 38px;
  display: inline-block;
  height: 38px;
  text-align: center;
  vertical-align: middle;
  margin-right: 14px;
  transition: all 0.7s ease 0s;
  font-family: 'open_sansbold';
}

.services {
  margin-bottom: 8px;
}

.services a {
  border-bottom: 1px solid #111111;
  color: #111111;
}

.services .image_s {
  overflow: hidden;
  border-radius: 5px;
}

.services .image_s img {
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}

.services:hover .image_s img {
  transform: scale(1.09);
  transition: all 0.7s ease 0s;
}

.services:hover span {
  color: #fff;
  transition: all 0.7s ease 0s;
}

#services_slider .owl-controls.clickable {
  bottom: -59px;
  left: -4px;
  position: absolute;
}

#services_slider .owl-next {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: inline-block;
  line-height: 15px;
  padding: 9px 17px;
  font-size: 22px;
  color: #111111;
}

#services_slider .owl-prev {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: inline-block;
  line-height: 15px;
  margin-right: 5px;
  padding: 9px 17px;
  font-size: 22px;
  color: #111111;
}

#services_slider .owl-next:hover,
#services_slider .owl-prev:hover {
  background: #222;
  color: #fff;
}

#project_index .services h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

#project_index .services a {
  border-bottom: 1px solid #fff;
  color: #fff;
}

#project_index .owl-prev,
#project_index .owl-next {
  color: #fff;
}

.services>p {
  color: #909090;
}

#purchase {
  padding: 30px 0;
}

#purchase .pur_text>p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
}

/* ---------- Index_5 Project  --------- */
#project {
  padding-top: 90px;
  background: #222;
}

#project h2 {
  color: #fff;
}

#project p {
  color: #909090;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #222222;
  border: 1px solid #222222;
}

.work-filter {
  margin-bottom: 68px;
}

.work-filter ul li {
  display: inline-block;
  margin: 0 10px;
}

.work-filter ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 8px 25px;
  text-transform: capitalize;
  border-bottom: 1px dotted #909090;
  border-top: 1px dotted #909090;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  color: #fff;
}

.mix {
  display: none;
}

.work-item {
  width: 20%;
}

.work-item {
  height: auto;
  width: auto;
  float: left;
  position: relative;
  overflow: hidden;
}

.work-item>img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.work-item>img,
.item-containe>img,
.project-wrap img {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.work-item:hover>img,
.item-container:hover img,
.project-wrap:hover img {
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay {
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: inherit;
  opacity: 0;
  z-index: 1;
  filter: alpha(opacity=0);
  padding: 2%;
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
}

.overlay-inner {
  margin: auto;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.work-item:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.work-item:hover .line {
  width: 40%;
}

.overlay h4 {}

.work-item .overlay p {
  font-size: 14px;
}

.overlay .line {
  width: 0%;
}

.overlay .line,
.product-content .line {
  height: 1px;
  margin: 15px auto;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-alignRight .cbp-filter-item:hover,
.cbp-l-filters-alignRight .cbp-filter-item:focus {
  background: transparent;
}

.cbp-l-filters-alignRight .cbp-filter-item {
  color: #5b5b5b;
  font-weight: bold;
  font-size: 14px;
  border: none;
  overflow: hidden !important;
  padding: 0;
  margin: 0 8px 10px 8px;
}

.cbp-l-filters-alignRight .cbp-filter-item:before {
  content: attr(data-hover);
  left: 0;
  top: 0;
  max-width: 0;
  overflow: hidden;
  position: absolute;
  -moz-transition: max-width 0.5s ease 0s;
  -ms-transition: max-width 0.5s ease 0s;
  -webkit-transition: max-width 0.5s ease 0s;
  -o-transition: max-width 0.5s ease 0s;
  transition: max-width 0.5s ease 0s;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover::before,
.cbp-l-filters-alignRight .cbp-filter-item:focus::before {
  max-width: 100%;
}

.overlay {
  background-color: rgba(15, 15, 15, 0.6);
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  position: absolute;
  opacity: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.cbp-item:hover .overlay,
.shopping_box:hover .overlay {
  opacity: 1;
}

.cbp-item {
  position: relative;
}

.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 5px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overlay .opens {
  height: 70px;
  width: 70px;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 72px;
  -moz-transform: rotate(50deg) scale(1.5);
  -ms-transform: rotate(50deg) scale(1.5);
  -o-transform: rotate(50deg) scale(1.5);
  -webkit-transform: rotate(50deg) scale(1.5);
  transform: rotate(50deg) scale(1.5);
}

.cbp-item:hover .overlay .opens {
  border-radius: 5px;
  -moz-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  -o-transform: rotate(0) scale(1);
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

#gallery h2 {
  margin-bottom: 50px;
  margin-top: 0;
}



/* ================================= */
/* ---------- COUNTER CSS  --------- */
/* ================================= */
#circle1 strong,
#circle2 strong,
#circle3 strong,
#circle4 strong {
  font-size: 35px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 47px;
  width: 100%;
  color: #fff;
}

#some_facts {
  margin-top: 90px;
}

.circle-txt {
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 75px;
  width: 100%;
  opacity: 1;
  text-transform: uppercase;
  color: #909090;
}

.mob-circle:hover .btn {
  background: transparent;
}

.circle-user {
  border-radius: 50%;
  padding-top: 30px;
  font-size: 25px;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.circle-user i {
  position: relative;
  bottom: -90px;
  border-radius: 30px;
  color: #fff;
  padding: 8px 0;
  height: 40px;
  width: 40px;
}

/* ================================= */
/* --------- WHY CHOSE US ---------- */
/* ================================= */
#index1-chose {
  background: #efefef;
}

#index1-chose .chose_box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 35px 15px 15px;
  width: 100%;
  margin-bottom: 25px;
  background: #fff;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
}

#index1-chose .chose_box i {
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 50px;
}

.chose_box h4 {
  margin-top: 30px;
}

#index1-chose .chose_box>p {
  line-height: 32px;
  padding: 0 15px;
}

#index1-chose .chose_box:hover {
  transition: all 0.5s ease 0s;
}

#index1-chose .chose_box:hover p,
#index1-chose .chose_box:hover h4 {
  color: #fff;
}

#index1-chose .chose_box:hover i {
  background: #fff;
  transition: all 0.5s ease 0s;
}


/* ================================= */
/* -------- RECENT PROJECT --------- */
/* ================================= */
.gallery-section {
  position: relative;
  background: #ffffff;
}

.gallery-section .container-fluid {
  padding: 0;
}

.gallery-section .owl-item {
  margin: 0;
}

.gallery-section .slide-item {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}

.gallery-section .image-box img {
  position: relative;
  display: block;
  width: auto;
  height: auto;
}

.gallery-section .overlay {
  position: absolute;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  background: url(../images/icon-plus-2.png) center 40% no-repeat;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  z-index: 2;
  transition: all 500ms ease;
  -webkit-all: opacity 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.gallery-section .slide-item:hover .overlay {
  opacity: 0.80;
  top: 0px;
}

.gallery-section .item-caption {
  position: absolute;
  left: 0px;
  bottom: -100%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.50);
  font-size: 14px;
  z-index: 3;
  opacity: 0;
  color: #3498db;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.gallery-section .slide-item:hover .item-caption {
  opacity: 1;
  bottom: 0px;
}

.gallery-section .item-caption p {
  position: relative;
  font-size: 14px;
  margin: 0px;
  color: #ffffff;
}

.gallery-section .item-caption h4 {
  font-size: 14px;
}

.gallery-section .owl-stage-outer {
  overflow: visible;
}

.gallery-section .owl-controls.clickable,
#our-agent-slider .owl-controls.clickable {
  bottom: -59px;
  left: 3px;
  position: absolute;
}

.gallery-section .owl-next,
#our-agent-slider .owl-next {
  border: 1px solid #dbdbdb;
  border-radius: 0;
  display: inline-block;
  line-height: 15px;
  padding: 9px 17px;
  font-size: 22px;
  color: #dbdbdb;
}

.gallery-section .owl-prev,
#our-agent-slider .owl-prev {
  border: 1px solid #dbdbdb;
  border-radius: 0;
  display: inline-block;
  line-height: 15px;
  margin-right: 5px;
  padding: 9px 17px;
  font-size: 22px;
  color: #dbdbdb;
}

.gallery-section .owl-next:hover,
.gallery-section .owl-prev:hover,
#our-agent-slider .owl-prev:hover,
#our-agent-slider .owl-next:hover {
  color: #fff;
}


/* ================================= */
/* ----------- TEAM CSS  ----------- */
/* ================================= */
#our-agent {
  background: #edf3f8;
  margin-top: 90px;
}

#our-agent-slider .item {
  margin: 0 5px;
  background: #fff;
}

#our-agent-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

#our-agent .team_text p {
  padding: 20px;
  color: #7d7d7d;
}

#our-agent .team_text span {
  color: #7d7d7d;
}

#our-agent .team_text {
  padding: 30px;
}

#our-agent .team_text a {
  font-size: 14px;
  color: #222;
}

#our-agent-slider .item:hover span {
  color: #fff;
}

#our-agent-slider .item:hover .team_text a {
  color: #fff;
}

#our-agent-slider .item:hover p {
  color: #fff;
}

#our-agent-slider .item:hover h3 {
  color: #fff;
}

#our-agent-slider .item:hover .view-caption {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transform: scale(1);
}

.pro-video a.html5lightbox.content-vbtn-color-blue {
  border-radius: 5px;
  color: #111111;
  font-size: 26px;
  height: 64px;
  line-height: 54px;
  position: absolute;
  right: 42%;
  text-align: center;
  top: 42%;
  width: 64px;
}

.pro-video img {
  border-radius: 5px;
  width: 100%;
}

.ageent_overlay {
  background-color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ageent_overlay img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ageent_overlay:hover .view-caption {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ageent_overlay:hover .view-caption:hover a {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ageent_overlay .view-caption {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.ageent_overlay .view-caption h4 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

.ageent_overlay .view-caption a {
  border: medium none;
  border-radius: 4px;
  bottom: 55%;
  color: #111;
  display: inline-block;
  font-size: 25px;
  line-height: 18px;
  padding: 15px;
  position: relative;
  top: 45%;
  transform: scale(0.4);
  transition: all 0.5s ease 0s;
  background: #fff;
}

/*For Team popup*/
#team {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11000;
}

#team.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}

#team .close {
  background-color: #303133;
  box-shadow: none;
  color: #fff;
  font-size: 27px;
  font-weight: normal;
  opacity: 1;
  padding: 10px 17px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  text-shadow: none;
}

.team_popup {
  background: #fff;
  border-radius: 5px;
  height: 413px;
  left: 50%;
  max-width: 100%;
  padding: 46px 40px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 895px;
}

.team_popup .popup_image>img {
  border-radius: 5px;
  float: left;
  width: 41%;
}

.popup_text {
  display: inline-block;
  float: right;
  width: 55%;
}

.team_popup .progress {
  background-color: #d9d9d9;
  border-radius: 0;
  box-shadow: 0;
  height: 6px;
  margin-bottom: 20px;
  margin-right: 30px;
  overflow: hidden;
}

.team_popup .progress-bar {
  box-shadow: 0;
}

.team_popup .lebal {
  margin-right: 30px;
}

.team_popup .lebal>p {
  display: inline-block;
  font-weight: bold;
}

.team_popup .social-icons li {
  border-radius: 100%;
  box-shadow: 0 2px 1px 1px #d2d2d2;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-right: 7px;
  text-align: center;
  width: 32px;
}

.team_popup .social-icons a {
  color: #3a3a3a;
  display: block;
}

#our-agent-slider .item:hover .team_text {
  border-top: 4px solid #fff;
  transition: all 0.6s ease-in-out 0s;
}



/* ================================= */
/* -------- OUR CLIENT CSS --------- */
/* ================================= */
#client {
  padding: 20px 0;
}

#client .logo>img {
  border: 1px solid;
  padding: 10px 50px;
  width: 100%;
}

#client .logo>img:hover {
  opacity: 0.5;
  cursor: pointer;
}

#client .item {
  margin: 0 5px;
}


/* ================================= */
/* -------- CONTACT US CSS --------- */
/* ================================= */
#index1-conatcat {
  background: url(../images/contbg.jpg);
  background-repeat: repeat;
}

#index1-conatcat .index1-heading h2,
#index1-conatcat .index1-heading p {
  color: #fff;
}

#index1-conatcat .index1_adress .fa {
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  vertical-align: super;
}

#index1-conatcat .index1_adress>p {
  display: inline-block;
  color: #fff;
  margin-left: 20px;
}

#index1-conatcat .index1_adress a {
  color: #fff;
}

#index1-conatcat .index1_adress span {
  display: block;
}

#index1-conatcat .index1_adress {
  margin-bottom: 25px;
}

#index1-conatcat .col-md-3 {
  padding: 0;
}

.index1-form .form-control {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 48px;
  line-height: 1.42857;
  margin-bottom: 10px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.index1-form #massage {
  height: 164px;
}

#map {
  height: 450px;
}


/* ================================= */
/* --------- FOOTER CSS  ----------- */
/* ================================= */
#index1-footer {
  overflow: hidden;
  background: url(../images/contbg.jpg);
  background-repeat: repeat;
  padding-top: 80px;
}

.footer_link {
  margin-top: 10px;
}

.footer_link>li {
  display: inline-block;
}

.footer_link>li>a {
  color: #fff;
  padding: 10px;
}

.footer_link>li+li::before {
  content: url(../images/foote_di.jpg);
  position: relative;
  right: 2px;
  top: -3px;
}

.social-icons li {
  display: inline-block;

  line-height: 34px;
  margin-right: 7px;
  text-align: center;
  /*width: 35px;height: 34px;*/
}

.social-icons .fb a {
  color: #fff !important;
  width: 35px;
  height: 34px;
  border-radius: 5px;
}

.social-icons a {
  color: #000;
  display: block;
  font-weight: bold;
  font-size: 13px;
}

.social-icons i {
  font-weight: bold;
  font-size: 13px;
}

.social-icons .fb {
  background: #4A6EAA;
  border-radius: 5px;
}

.social-icons li:hover {
  background: #fff;
}

.index1-footer-b .foot-p {
  color: #808080;
}

.index1-footer-b .list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.index1-footer-b .list-inline a {
  color: #808080;
}

.index1-footer-b {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  padding: 30px 0 10px;
}

/* ================================= */
/* -------- RESPONSIVE CSS --------- */
/* ================================= */
@media (max-width: 1200px) {
  .topbar .contactinfo li a {
    font-size: 11px;
    margin-left: 7px;
  }

  #header_one .navbar-default .navbar-nav>li a {
    font-size: 13px;
    padding: 26px 6px;
  }

  #index1-chose .chose_box {
    padding: 6px;
  }

  .cont_office .btn.btn-default.dropdown-toggle {
    width: auto;
  }

  .header_5 .wrap-sticky {
    height: 100% !important;
  }

  .header_5 nav.navbar.bootsnav ul.nav>li>a {
    padding: 33px 12px;
  }

  #header_8 .top-info-con {
    width: 100%;
    margin-bottom: 20px;
  }

  #header_8 .navbar li a {
    padding: 21px 12px;
  }

  #header_8 .logo::before {
    left: 100%;
    width: 100%;
  }

  #header_8 .logo::after {
    right: 0;
  }

  #header_8 .logo {
    height: 94px;
    overflow: hidden;
  }

  #header_8 .logo {
    border: medium none;
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }

  #header_8 .logo a {
    margin-top: 0;
  }
}

@media (max-width: 995px) {
  #header-bottom .get-tuch:last-child {
    display: none;
  }

  .header_5 nav.navbar.bootsnav .navbar-toggle {
    color: #fff !important;
    display: inline-block;
    float: right;
    margin-left: 50px;
    margin-right: 0;
    margin-top: 21px;
    padding: 6px 12px;
  }

  #header_8 .quotes {
    display: none;
  }

  #header_8 .social-icons {
    display: none;
  }

  #header_8.topbar .contactinfo {
    text-align: center;
  }

}

@media (max-width: 800px) {
  #header_one {
    position: relative;
  }

  .tparrows {
    display: none;
  }

  .topbar .contactinfo li a {
    font-size: 11px;
    margin-left: 7px;
  }

  .gallery-section .image-box img {
    width: 100%;
  }

  #header_six {
    position: relative;
  }
}

@media (max-width: 768px) {
  #header_9 .topbar .col-md-4 {
    width: auto;
  }

  #header_9 .navbar-nav>li {
    display: block;
    text-align: left;
  }
}

@media (max-width: 643px) {
  .servc_detail {
    padding: 12px 30px;
  }

  #index1-recent {
    margin-bottom: 0;
  }

  body {
    font-size: 12px;
  }

  h2 {
    font-size: 16px;
  }

  h2 {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .topbar .booking {
    width: 100%;
  }

  #index1-services .index1-heading p,
  #index1-services .index1-heading h2 {
    padding: 0;
    color: #fff;
  }

  .over-hide {
    margin-top: 0;
  }

  #index1-services .booking-border::before,
  #index1-services .booking-border::after {
    width: 100px;
  }

  #index1-services .booking-border::before {
    left: -107px;
  }

  #index1-services .booking-border::after {
    right: -107px;
  }

  #index1-services .booking-border {
    margin-bottom: 0;
  }

  #index1-services .booking-heading {
    font-size: 19px;
    margin-top: -6px;
    padding: 10px 0;
  }

  #index1-services h3.boking {
    font-size: 16px;
    line-height: 20px;
    padding-top: 0;
  }

  .media__body {
    margin: -5px;
  }

  #header_3 .wrap-sticky {
    height: 50px;
  }

  #header_4 nav.navbar.bootsnav.navbar-sidebar .share {
    margin-bottom: 0;
    text-align: center;
  }

  #header_six .navbar-default .navbar-toggle {
    background: #000;
    margin-top: 18px;
  }

  #header_8 .top-info-con {
    display: none;
  }

  #header_8 .topbar .contactinfo {
    text-align: center;
  }

  .topbar .col-md-4:last-child {
    display: none;
  }

  .topbar .col-md-4:first-child {
    display: none;
  }

  #header_9 .topbar .col-md-4 {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .widget-title {
    display: none;
  }

  #header_3 .social-icons {
    margin-top: 7px;
  }

  #header-bottom .get-tuch:nth-child(3) {
    display: none;
  }

  #header-bottom .get-tech-line {
    display: none;
  }

  #header-bottom .get-tuch {
    display: block;
    text-align: center;
  }

  #header_8 .logo::after {
    display: none;
  }

  #header_8 .logo::before {
    display: none;
  }


}

@media (max-width: 480px) {
  .list {
    padding-left: 0 !important;
  }

  .topbar .contactinfo li a {
    font-size: 11px;
    margin-left: 0;
  }
}

@media (max-width: 432px) {
  #header_3 #header_top .col-md-3 {
    display: none;
  }

  #header_3 #header_top .col-md-9 {
    text-align: center;
  }
}

.soc p {
  color: #555555;
}

/*
 *	generated by WOW Slider 8.7
 *	template Bootstrap
 */

@font-face {
  font-family: 'ws-ctrl-bootstrap';
  src: url('ws-ctrl-bootstrap.eot');
  src: url('ws-ctrl-bootstrap.eot#iefix') format('embedded-opentype'),
    url('ws-ctrl-bootstrap.svg#ws-ctrl-bootstrap') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ws-ctrl-bootstrap';
  src: url('data:application/octet-stream;base64,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') format('woff'),
    url('data:application/octet-stream;base64,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') format('truetype');
}

#wowslider-container1 {
  display: table;
  zoom: 1;
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: 496px;
  margin: 0px auto 0px;
  z-index: 90;
  text-align: left;
  /* reset align=center */
  font-size: 10px;
  text-shadow: none;
  /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

* html #wowslider-container1 {
  width: 1600px
}

#wowslider-container1 .ws_images ul {
  position: relative;
  width: 10000%;
  height: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  overflow: visible;
  /*table-layout:fixed;*/
}

#wowslider-container1 .ws_images ul li {
  position: relative;
  width: 1%;
  height: 100%;
  line-height: 0;
  /*opera*/
  overflow: hidden;
  float: left;
  /*font-size:0;*/
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}

#wowslider-container1 .ws_images {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  max-height: 496px;
  max-width: 100%;
  vertical-align: top;
  border: none;
  overflow: hidden;
}

#wowslider-container1 .ws_images ul a {
  width: 100%;
  height: 100%;
  max-height: 496px;
  display: block;
  color: transparent;
}

#wowslider-container1 img {
  max-width: none !important;
}

#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images>div>img {
  width: 100%;
  border: none 0;
  max-width: none;
  padding: 0;
  margin: 0;
}

#wowslider-container1 .ws_images>div>img {
  max-height: 496px;
}

#wowslider-container1 .ws_images iframe {
  position: absolute;
  z-index: -1;
}

#wowslider-container1 .ws-title>div {
  display: inline-block !important;
}

#wowslider-container1 a {
  text-decoration: none;
  outline: none;
  border: none;
}

#wowslider-container1 .ws_bullets {
  float: left;
  position: absolute;
  z-index: 70;
}

#wowslider-container1 .ws_bullets div {
  position: relative;
  float: left;
  font-size: 0px;
}

/* compatibility with Joomla styles */
#wowslider-container1 .ws_bullets a {
  line-height: 0;
}

#wowslider-container1 .ws_script {
  display: none;
}

#wowslider-container1 sound,
#wowslider-container1 object {
  position: absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
  position: static;
  width: 100%;
  height: 100%;
}

#wowslider-container1 .ws_photoItem {
  border: 2em solid #fff;
  margin-left: -2em;
  margin-top: -2em;
}

#wowslider-container1 .ws_cube_side {
  background: #A6A5A9;
}


#wowslider-container1.ws_gestures {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}

#wowslider-container1.ws_gestures.ws_grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
  display: none;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
  position: absolute;
  display: none;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
}

#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
  display: block;
}

#wowslider-container1 .ws_video_btn div {
  position: absolute;
  background-image: url(./playvideo.png);
  background-size: 200%;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 5em;
  margin-left: -3.5em;
  margin-top: -2.5em;
}

#wowslider-container1 .ws_video_btn.ws_youtube div {
  background-position: 0 0;
}

#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
  background-position: 100% 0;
}

#wowslider-container1 .ws_video_btn.ws_vimeo div {
  background-position: 0 100%;
}

#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
  background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
  display: none !important;
}

/* bullets */
#wowslider-container1 .ws_bullets a {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 5px;
  width: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
}

#wowslider-container1 .ws_bullets a.ws_selbull {
  background: #ffffff;
  padding: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* arrows */
#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
  position: absolute;

  font: 3.2em "ws-ctrl-bootstrap";
  z-index: 60;
  color: #ffffff;
  overflow: hidden;
  width: 15%;
  height: 100%;
  top: 0;
  opacity: .5;
}

#wowslider-container1 a.ws_next {
  left: 85%;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

#wowslider-container1 a.ws_prev {
  left: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

#wowslider-container1 a.ws_next:after,
#wowslider-container1 a.ws_prev:after {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -20px;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#wowslider-container1 a.ws_next:after {
  content: '\e801';
}

#wowslider-container1 a.ws_prev:after {
  content: '\e800';
}

#wowslider-container1 a.ws_next:hover,
#wowslider-container1 a.ws_prev:hover {
  opacity: 0.9;
}

/*playpause*/
#wowslider-container1 .ws_playpause {
  position: absolute;
  font: 3.2em "ws-ctrl-bootstrap";
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.3125em;
  color: #ffffff;
  opacity: 0.5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  z-index: 59;
}

#wowslider-container1 .ws_playpause:hover {
  opacity: 0.9;
}

#wowslider-container1 .ws_playpause:after {
  display: block;
  text-align: center;
}

#wowslider-container1 .ws_pause:after {
  content: '\e803';
}

#wowslider-container1 .ws_play:after {
  content: '\e802';
}

/* bottom center */
#wowslider-container1 .ws_bullets {
  bottom: 20px;
  left: 50%;
}

#wowslider-container1 .ws_bullets div {
  left: -50%;
}

#wowslider-container1 .ws_bulframe span {
  visibility: visible;
  opacity: 1;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;

  bottom: -10px;
  margin-left: -7px;
  left: $ThumbWidthHalf$px;
}

#wowslider-container1 .ws-title {
  position: absolute;
  background: none;
  font: 2.4em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  bottom: 50px;
  top: auto;
  opacity: 1;
  text-align: center;

  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  z-index: 50;
}

#wowslider-container1 .ws-title div {
  margin-top: 0.5em;
  font-size: 0.542em;
}

#wowslider-container1 .ws_images>ul {
  animation: wsBasic 12s infinite;
  -moz-animation: wsBasic 12s infinite;
  -webkit-animation: wsBasic 12s infinite;
}

@keyframes wsBasic {
  0% {
    left: -0%
  }

  16.67% {
    left: -0%
  }

  33.33% {
    left: -100%
  }

  50% {
    left: -100%
  }

  66.67% {
    left: -200%
  }

  83.33% {
    left: -200%
  }
}

@-moz-keyframes wsBasic {
  0% {
    left: -0%
  }

  16.67% {
    left: -0%
  }

  33.33% {
    left: -100%
  }

  50% {
    left: -100%
  }

  66.67% {
    left: -200%
  }

  83.33% {
    left: -200%
  }
}

@-webkit-keyframes wsBasic {
  0% {
    left: -0%
  }

  16.67% {
    left: -0%
  }

  33.33% {
    left: -100%
  }

  50% {
    left: -100%
  }

  66.67% {
    left: -200%
  }

  83.33% {
    left: -200%
  }
}

#wowslider-container1 .ws_bulframe div div {
  height: auto;
}

@media all and (max-width:760px) {
  #wowslider-container1 .ws_fullscreen {
    display: block;
  }
}

@media all and (max-width:400px) {

  #wowslider-container1 .ws_controls,
  #wowslider-container1 .ws_bullets,
  #wowslider-container1 .ws_thumbs {
    display: none
  }
}

.about {
  padding: 20px;
}

.about h3 {
  color: #1c70b9;
  text-align: center;
  margin-bottom: 20px;
}

.about p {
  display: inline-flex;
  line-height: 2.111845;
}

.about i {
  margin-top: 7px;
}

.about span {
  margin-left: 6px;
}

.about h5 {
  text-align: center;
}

.about a {
  padding: 10px;
  background: #82c542;
  color: #fff;
}

.active a {
  color: #000 !important;
}

.exprt {
  padding: 40px;
  background:#dbdcdd;
}


.btn-read {
  background: transparent;
  border-radius: 0;
  border: 1px solid #ffffff;
  color: #fff;
}

.section-box-one {
  height: 250px;
  background: radial-gradient(#6e6e6e, #2f2f2f);
  background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
  background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-box-one figure {
  position: absolute;
  text-align: center;
  padding: 19px;
  width: 100%;
  height: 100%;
}

.section-box-one img {
  height: 100%;
  position: absolute;
  transition: ease-in-out .5s;
  -webkit-transition: ease-in-out .5s;
  -moz-transition: ease-in-out .5s;
}

.section-box-one:hover img {
  transform: translate(100%, -100%);
  -webkit-transform: translate(100%, -100%);
  -moz-transform: translate(100%, -100%);
}

.section-box-two {
  height: 250px;
  background: radial-gradient(#6e6e6e, #2f2f2f);
  background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
  background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-box-two figure {
  position: absolute;
  text-align: center;
  padding: 19px;
  width: 100%;
  height: 100%;
}

.section-box-two img {
  height: 100%;
  position: absolute;
  transition: ease-in-out .5s;
  -webkit-transition: ease-in-out .5s;
  -moz-transition: ease-in-out .5s;
}

.section-box-two:hover img {
  transform: translate(-100%, -100%);
  -webkit-transform: translate(-100%, -100%);
  -moz-transform: translate(-100%, -100%);
}

.section-box-three {
  height: 250px;
  background: radial-gradient(#6e6e6e, #2f2f2f);
  background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
  background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-box-three figure {
  position: absolute;
  text-align: center;
  padding: 19px;
  width: 100%;
  height: 100%;
}

.section-box-three img {
  height: 100%;
  position: absolute;
  transition: ease-in-out .5s;
  -webkit-transition: ease-in-out .5s;
  -moz-transition: ease-in-out .5s;
}

.section-box-three:hover img {
  transform: translate(-100%, 100%);
  -webkit-transform: translate(-100%, 100%);
  -moz-transform: translate(-100%, 100%);
}

.section-box-four {
  height: 250px;
  background: radial-gradient(#6e6e6e, #2f2f2f);
  background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
  background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-box-four figure {
  position: absolute;
  text-align: center;
  padding: 19px;
  width: 100%;
  height: 100%;
}

.section-box-four img {
  height: 100%;
  position: absolute;
  transition: ease-in-out .5s;
  -webkit-transition: ease-in-out .5s;
  -moz-transition: ease-in-out .5s;
}

.section-box-four:hover img {
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
}

.section-box-five {
  height: 250px;
  background: radial-gradient(#6e6e6e, #2f2f2f);
  background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
  background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-box-five figure {
  position: absolute;
  text-align: center;
  padding: 19px;
  width: 100%;
  height: 100%;
}

.section-box-five img {
  height: 100%;
  position: absolute;
  transition: ease-in-out .5s;
  -webkit-transition: ease-in-out .5s;
  -moz-transition: ease-in-out .5s;
}

.section-box-five:hover img {
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
}

.section-box-six {
  height: 250px;
  background: radial-gradient(#6e6e6e, #2f2f2f);
  background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
  background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-box-six figure {
  position: absolute;
  text-align: center;
  padding: 19px;
  width: 100%;
  height: 100%;
}

.section-box-six img {
  height: 100%;
  position: absolute;
  transition: ease-in-out .5s;
  -webkit-transition: ease-in-out .5s;
  -moz-transition: ease-in-out .5s;
}

.section-box-six:hover img {
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
}

.section-box-seven {
  height: 250px;
  background: radial-gradient(#6e6e6e, #2f2f2f);
  background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
  background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-box-seven figure {
  position: absolute;
  text-align: center;
  padding: 19px;
  width: 100%;
  height: 100%;
}

.section-box-seven img {
  height: 100%;
  position: absolute;
  transition: ease-in-out .5s;
  -webkit-transition: ease-in-out .5s;
  -moz-transition: ease-in-out .5s;
}

.section-box-seven:hover img {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  opacity: 0;
}

.section-box-eight {
  height: 250px;
  background: radial-gradient(#6e6e6e, #2f2f2f);
  background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
  background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
  color: #fff;
  position: relative;
  overflow: hidden;
  transform: rotateY(-180deg);
  transition: ease-in-out .5s;
}

.section-box-eight:hover {
  transform: rotateY(0deg);
}

.section-box-eight:hover img {
  transform: rotateY(-180deg);
  backface-visibility: hidden;
  transition: ease-in-out .5s;
}

.section-box-eight figure {
  position: absolute;
  text-align: center;
  padding: 19px;
  width: 100%;
  height: 100%;
}

.section-box-eight img {
  height: 100%;
  position: absolute;
}

.section-box-nine {
  height: 250px;
  background: radial-gradient(#6e6e6e, #2f2f2f);
  background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
  background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-box-nine figure {
  position: absolute;
  text-align: center;
  padding: 19px;
  width: 100%;
  height: 100%;
}

.section-box-nine img {
  height: 100%;
  position: absolute;
  transition: ease-in-out .5s;
  -webkit-transition: ease-in-out .5s;
  -moz-transition: ease-in-out .5s;
}

.section-box-nine:hover img {
  transform: scale(3);
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  opacity: 0;
}

.section-box-ten {
  /* height: 250px;
  background: radial-gradient(#6e6e6e, #2f2f2f);
  background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
  background: -moz-radial-gradient(#6e6e6e, #2f2f2f); */
  color: #fff;
  /* padding: 5px; */
  margin: 5px;
  position: relative;
  overflow: hidden;
}

.section-box-ten figure {
  position: absolute;
  text-align: left;
  padding: 10px 11px 19px 9px;
  width: 100%;
  text-align: center;
  height: 100%;
  background:#212f64;
  bottom: -80%;
  transition: ease-in-out .5s;
}

.section-box-ten:hover figure {
  bottom: 0;
}

.section-box-ten figure h3 {
  margin: 0;
  padding-bottom: 17px;
}

.section-box-ten img {
  height: 100%;
}


.section-box-eleven {
  height: 250px;
  background: radial-gradient(#6e6e6e, #2f2f2f);
  background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
  background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-box-eleven figure {
  position: absolute;
  padding: 10px 15px;
  width: 100%;
  bottom: -25%;
  transition: ease-in-out .5s;
  background: rgba(0, 0, 0, 0.71);
  border-top: 1px solid #fff;
}

.section-box-eleven:hover figure {
  bottom: 0;
}

.section-box-eleven img {
  height: 100%;
}

.section-box-twelve {
  height: 250px;
  background: radial-gradient(#6e6e6e, #2f2f2f);
  background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
  background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-box-twelve figure {
  position: absolute;
  text-align: center;
  padding: 10px 19px 19px 19px;
  width: 100%;
  height: 100%;
  transition: ease-in-out .5s;
  opacity: 0;
  transform: scale(2);
}

.section-box-twelve:hover figure {
  opacity: 1;
  transform: scale(1);
  background: rgba(0, 0, 0, 0.71);
}

.section-box-twelve figure a {
  color: #fff;
  font-size: 3em;
  top: 35%;
  position: relative;
}

.section-box-twelve img {
  height: 100%;
}

.section-box-ten h3 {
  color: #fff;
  font-size: 15px;
}

.exprt h2 {
  color: #212f64;
  text-align: center;
  font-size: 23px;
  margin-bottom: 20px;
}

.import {
  padding: 20px;
  background: #82c542;
}

.import h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.goof {
  height: 68px;
  margin: 4px -11px;
  border: solid 1px #000;
  padding: 20px 10px 10px 10px;
  position: relative;
  cursor: pointer;
}

.goof h4 {
  position: absolute;
  left: 5%;
  top: 60%;
  color: #0095d9;
  font-size: 16px;
  font-weight: bold;
}

.activate {
  background-color: #fff;
}

.activate h4 {
  color: #000;
}

.gaf {
  height: 328px;
  background: green;
  margin: -14px 0;
}

.gaf h3 {
  padding: 10px;
  color: #fff;
}

.logis {
  padding: 20px;
}

.logis h2 {
  color:#182453;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.get {
  padding:35px;
  background: #0c1f38;
}

.get h2 {
  color: #fff;
  text-align: center;
}

.team {
  text-align: center;
}

.get h3 {
  color: #fff;
  text-align: center;
}

.list li {
  display: inline-flex;

}

.list i {
  margin-top: 7px;
}

.list span {
  margin-left: 6px;
}

.list li {
  text-align: justify;
}

.new_font {
  color: #1c70b9;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase !important;
  margin-bottom: 30px;
}

.new_font1 {
  font-size: 21px;
  text-transform: capitalize !important;
  margin-bottom: 10px !important;
}

.team h3 {
  font-size: 18px;
  margin: 10px 0 0 0 !important;
}

.team b {
  text-align: center;
  font-size: 14px;
}

.team p {
  text-align: center;
  font-size: 13px !important;
}

.con {
  padding: 20px;
  background:#212f64;
}

.list {
  padding-left: 20px;
}

.list li {
  line-height: 30px;
}
.mt-0{
  margin-top: 0px !important;
}
.con h5 {
  color: #fff;
  font-family: 'open_sansregular';
}

.con h5 {
  margin: 0;
  line-height: 22px;
}

.con h5 a {
  color: #FFFFFF;
}

.con p {
  color: #fff;
}

.footer {
  padding: 10px;
  background: #ffffff;
}

.footer p {
  text-align: center;
  color: #000;
  padding-top: 5px;
}

.abouts {
  padding: 20px;
}

.abouts h3 {
  color: #1c70b9;
  text-align: center;
  margin-bottom: 20px;
}

.team h5 {
  padding: 10px;
  background: #1C70B9;
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.bt input {
  padding: 10px;
  width: 119px;
  background:#212f64;
  color: #fff;
  border: none;
}
.ab{
  padding: 60px 0px;
}
.bt textarea.form-control {
  height: 100px;
}

.imports {
  padding: 20px;
}

.imports h3 {
  color: #1c70b9;
  text-align: center;
  margin-bottom: 20px;
}

.imports img {
  border: solid 1px #ccc;
  width: 100%;
}

.imports h5 {
  padding: 10px;
  background: #1C70B9;
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.clear {
  clear: both;
}

.team img {
  width: 60%;
  margin: 0 auto;
}

.abouts p {
  line-height: 27px;
  font-size: 16px;
  display: inline-flex;
}

.abouts i {
  margin-top: 7px;
}

.abouts span {
  margin-left: 6px;
}

.cont {
  padding: 20px;
}

.cont h3 {
  color: #1c70b9;
  text-align: center;
  margin-bottom: 20px;
}

.cont p {
  line-height: 27px;
  font-size: 16px;
}

iframe {
  border: 0;
}

.share-it {
  position: fixed;
  width: 40px;
  left: 0;
  z-index: 999999999999;
  top: 40%;
}

.share-it i {
  font-size: 40px;
}

a.multipage {
  background: #ee3046;
  border: 2px #ee3046 solid;
  color: #fff;
}

a.multipage:hover {
  background: #fff;
  border: 2px #fff solid;
  color: #333;
}


.facebook {
  margin: 0 auto;
  float: left;
  margin-right: 4px;
}

.facebook a {
  color: #fff;
  padding: 10px 16px;
  background-color: #212f64;
  display: inline-block;
  transition: 0.5s ease;
}

.facebook a:hover {
  color: #fff;
  padding: 10px 20px;
  margin-left: -20px;
  background-color: #212f64;
  display: inline-block;
}

.twitter {
  margin: 0 auto;
  float: left;
  margin-right: 4px;
}

.twitter a {
  color: #fff;
  padding: 10px 16px;
  background-color: #77cdf1;
  display: inline-block;
  text-align: center;
  transition: 0.5s ease;
}

.twitter a:hover {
  color: #fff;
  padding: 10px 20px;
  margin-left: -20px;
  background-color: #77cdf1;
  display: inline-block;
  text-align: center;

}

.google {
  margin: 0 auto;
  float: left;
  margin-right: 4px;
}

.google a {
  color: #fff;
  padding: 10px 16px;
  background-color: #4c4c4c;
  display: inline-block;
  transition: 0.5s ease;
}

.google a:hover {
  color: #fff;
  padding: 10px 20px;
  margin-left: -20px;
  background-color: #4c4c4c;
  display: inline-block;

}

.rss {
  margin: 0 auto;
  float: left;
  margin-right: 4px;
}

.rss a {
  color: #fff;
  padding: 10px 16px;
  background-color: #fe8f19;
  display: inline-block;
  transition: 0.5s ease;
}

.rss a:hover {
  color: #fff;
  padding: 10px 20px;
  margin-left: -20px;
  background-color: #fe8f19;
  display: inline-block;
}

.linkedin {
  margin: 0 auto;
  float: left;
  margin-right: 4px;
}

.linkedin a {
  color: #fff;
  padding: 10px 16px;
  background-color: #157ecc;
  display: inline-block;
  transition: 0.5s ease;
}

.linkedin a:hover {
  color: #fff;
  padding: 10px 20px;
  margin-left: -20px;
  background-color: #157ecc;
  display: inline-block;

}

.youtube {
  margin: 0 auto;
  float: left;
  margin-right: 4px;
}

.youtube a {
  color: #fff;
  padding: 10px 16px;
  background-color: #fe322f;
  display: inline-block;
  transition: 0.5s ease;
}

.youtube a:hover {
  color: #fff;
  padding: 10px 20px;
  margin-left: -20px;
  background-color: #fe322f;
  display: inline-block;
  transition: 0.3s ease;
}

.pop .modal-footer {
  border: none;
}

.pop .modal {
  z-index: 9999999999;
}

.logo img {
  width: 150px;
}
.owl-carousel .owl-item img{
  height: 260px;
}
.line{
  position: relative;
  margin-bottom: 50px !important;
}


.line::after {
  position: absolute;
  content: "";
  height: 6px;
  bottom: -10px;
  /* border-top: 3px dotted black; */
  left: 47%;
  width: 89px;
  background-color: #0095d9;
}

.line-one{
  position: relative;

}
.line-one::after{
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  bottom: -8px;
  left: 0px;
  background-color: #0095d9;
}
.con{
  padding: 50px 0px;
}
.con h5{
  font-size: 26px;
  margin-bottom: 24px;
}
.con ul{
  padding: 0% !important;
}
.con li{
  margin-left: 0px;
  color: white;
  font-size: 15px;
  margin-bottom: 5px;
}
.con p{
  font-size: 15px;
}
.con a{
  color: white;
}
.con .kk li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 12px;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
}
.call{
  position: relative;
}
.call:before {
  content: "\f095 "; /* FontAwesome Unicode */
  font-family: FontAwesome;
  position: absolute;
  display: inline-block;
  left: -5px;
  margin-right: 12px;
  margin-left: -15px ;
  width: var(--icon-space);
}
.con  h4{
  color: white;
  margin: 0px;
}
.maill{
  position: relative;
}
.maill:before {
  content: "\f003 "; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  margin-left: -15px ;
  left: -9px;
  margin-right: 12px;
  width: var(--icon-space);
}
.locat{
  position: relative;
}
.form-control {

  
margin: 5px 0px;
}
.locat:before {
  position: absolute;
  content: "\f041 "; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -15px ;
  margin-right: 12px;
  left: -5px;
  width: var(--icon-space);
}
.sociyal li{
  display: inline-block !important;
  color: white !important;
  padding: 15px 10px;
}
.service-header{
position: relative;
  color:white;
  z-index: 1;
  padding: 80px !important;
}
.service-header h2{
  color: white;
}
.service-header::after{
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-color:#0a0a0ab8;
}
.ser-waber-1{
  /* padding: 80px; */
}
.ser-waber-2{
  background-color:#0095d921;
  /* padding: 80px; */
}
img{
  width: 100%;
}
.inner-waber h1{
  margin-bottom: 15px;
}
.inner-waber ul {
  padding: 0px;
}
.inner-waber ul li{
padding: 0px;
margin-bottom: 10px;
font-size: 17px;
font-weight: 800;

}



/* counter */

.count {
  width: 125px;
  height: 125px;
  background:#212f64;
  border-radius: 50%;
  border: 1px solid gray;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 23px;
  font-family: verdana;
  float: left;
  margin: 20px;
  text-shadow: 1px 1px black;
  -webkit-box-shadow: 0px 0px 72px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 72px -9px rgba(0,0,0,0.75);
box-shadow: 0px 0px 72px -9px rgba(0,0,0,0.75);
}
.countr-waber{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.countr-waber>div{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.countr-waber h3{
margin-top: 0px !important;
text-transform: capitalize;
}
.clients{
  padding: 50px;
}
.clients marquee{
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
}

.clients .fa{
  color: #0095d9;
  margin-right: 10px;
}
@media only screen and (max-width: 400px) {
  .line::after {
    position: absolute;
    content: "";
    height: 6px;
    bottom: -10px;
    /* border-top: 3px dotted black; */
    left: 35%;
    width: 89px;
    background-color: #0095d9;
}

.countr-waber {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
}
}
.ser-waber-1 .row,.ser-waber-2 .row{
  display: flex;
  align-items: center;
}
.ser-waber-1 img,.ser-waber-2 img{
  height: 270px;
  border: 1px solid #bbbbbb;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.count h2{
  color: white !important;
}