/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
} 
 
body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000000;
  font-weight: 400;
}

/*------------------------------------------------------------------*/
/*  IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/

#page { overflow: hidden; }

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/

.wide-100 { padding-top: 100px; padding-bottom: 100px; }
.wide-90 { padding-top: 100px; padding-bottom: 90px; }
.wide-80 { padding-top: 100px; padding-bottom: 80px; }
.wide-70 { padding-top: 100px; padding-bottom: 70px; }
.wide-60 { padding-top: 50px; padding-bottom: 40px; }
.wide-50 { padding-top: 100px; padding-bottom: 50px; }
.wide-40 { padding-top: 100px; padding-bottom: 40px; }
.wide-30 { padding-top: 100px; padding-bottom: 30px; }
.wide-20 { padding-top: 100px; padding-bottom: 20px; }

/*------------------------------------------*/
/*  Margin Top
/*------------------------------------------*/

.mt-100 { margin-top: 100px; }
.mt-90 { margin-top: 90px; }
.mt-80 { margin-top: 80px; }
.mt-70 { margin-top: 70px; }
.mt-60 { margin-top: 60px; }
.mt-50 { margin-top: 50px; }
.mt-45 { margin-top: 45px; }
.mt-40 { margin-top: 40px; }
.mt-35 { margin-top: 35px; }
.mt-30 { margin-top: 30px; }
.mt-25 { margin-top: 25px; }
.mt-20 { margin-top: 20px; }
.mt-15 { margin-top: 15px; }
.mt-10 { margin-top: 10px; }
.mt-5 { margin-top: 5px; }

/*------------------------------------------*/
/*  Margin Bottom
/*------------------------------------------*/

.mb-100 { margin-bottom: 100px; }
.mb-90 { margin-bottom: 90px; }
.mb-80 { margin-bottom: 80px; }
.mb-70 { margin-bottom: 70px; }
.mb-60 { margin-bottom: 60px; }
.mb-50 { margin-bottom: 50px; }
.mb-45 { margin-bottom: 45px; }
.mb-40 { margin-bottom: 40px; }
.mb-35 { margin-bottom: 35px; }
.mb-30 { margin-bottom: 30px; }
.mb-25 { margin-bottom: 25px; }
.mb-20 { margin-bottom: 20px; }
.mb-15 { margin-bottom: 15px; }
.mb-10 { margin-bottom: 10px; }
.mb-5 { margin-bottom: 5px; }
.mb-0 { margin-bottom: 0; }

/*------------------------------------------*/
/*  Margin Left
/*------------------------------------------*/

.ml-70 { margin-left: 70px; }
.ml-60 { margin-left: 60px; }
.ml-50 { margin-left: 50px; }
.ml-45 { margin-left: 45px; }
.ml-40 { margin-left: 40px; }
.ml-35 { margin-left: 35px; }
.ml-30 { margin-left: 30px; }
.ml-25 { margin-left: 25px; }
.ml-20 { margin-left: 20px; }
.ml-15 { margin-left: 15px; }
.ml-10 { margin-left: 10px; }
.ml-5 { margin-left: 5px; }

/*------------------------------------------*/
/*  Margin Right
/*------------------------------------------*/

.mr-70 { margin-right: 70px; }
.mr-60 { margin-right: 60px; }
.mr-50 { margin-right: 50px; }
.mr-45 { margin-right: 45px; }
.mr-40 { margin-right: 40px; }
.mr-35 { margin-right: 35px; }
.mr-30 { margin-right: 30px; }
.mr-25 { margin-right: 25px; }
.mr-20 { margin-right: 20px; }
.mr-15 { margin-right: 15px; }
.mr-10 { margin-right: 10px; }
.mr-5 { margin-right: 5px; }

/*------------------------------------------*/
/*  Padding Top
/*------------------------------------------*/

.pt-100 { padding-top: 100px; }
.pt-90 { padding-top: 90px; }
.pt-80 { padding-top: 80px; }
.pt-70 { padding-top: 70px; }
.pt-60 { padding-top: 60px; }
.pt-50 { padding-top: 50px; }
.pt-45 { padding-top: 45px; }
.pt-40 { padding-top: 40px; }
.pt-35 { padding-top: 35px; }
.pt-30 { padding-top: 30px; }
.pt-25 { padding-top: 25px; }
.pt-20 { padding-top: 20px; }
.pt-15 { padding-top: 15px; }
.pt-10 { padding-top: 10px; }

/*------------------------------------------*/
/*  Padding Bottom
/*------------------------------------------*/

.pb-100 { padding-bottom: 100px; }
.pb-90 { padding-bottom: 90px; }
.pb-80 { padding-bottom: 80px; }
.pb-70 { padding-bottom: 70px; }
.pb-60 { padding-bottom: 60px; }
.pb-50 { padding-bottom: 50px; }
.pb-45 { padding-bottom: 45px; }
.pb-40 { padding-bottom: 40px; }
.pb-35 { padding-bottom: 35px; }
.pb-30 { padding-bottom: 30px; }
.pb-25 { padding-bottom: 25px; }
.pb-20 { padding-bottom: 20px; }
.pb-15 { padding-bottom: 15px; }
.pb-10 { padding-bottom: 10px; }
.pb-0 { padding-bottom: 0; }

/*------------------------------------------*/
/*  Padding Left
/*------------------------------------------*/

.pl-100 { padding-left: 100px; }
.pl-90 { padding-left: 90px; }
.pl-80 { padding-left: 80px; }
.pl-70 { padding-left: 70px; }
.pl-60 { padding-left: 60px; }
.pl-50 { padding-left: 50px; }
.pl-45 { padding-left: 45px; }
.pl-40 { padding-left: 40px; }
.pl-35 { padding-left: 35px; }
.pl-30 { padding-left: 30px; }
.pl-25 { padding-left: 25px; }
.pl-20 { padding-left: 20px; }
.pl-15 { padding-left: 15px; }
.pl-10 { padding-left: 10px; }
.pl-5 { padding-left: 5px; }
.pl-0 { padding-left: 0px; }

/*------------------------------------------*/
/*  Padding Right
/*------------------------------------------*/

.pr-100 { padding-right: 100px; }
.pr-90 { padding-right: 90px; }
.pr-80 { padding-right: 80px; }
.pr-70 { padding-right: 70px; }
.pr-60 { padding-right: 60px; }
.pr-50 { padding-right: 50px; }
.pr-45 { padding-right: 45px; }
.pr-40 { padding-right: 40px; }
.pr-35 { padding-right: 35px; }
.pr-30 { padding-right: 30px; }
.pr-25 { padding-right: 25px; }
.pr-20 { padding-right: 20px; }
.pr-15 { padding-right: 15px; }
.pr-10 { padding-right: 10px; }
.pr-5 { padding-right: 5px; }
.pr-0 { padding-right: 0px; }

/*------------------------------------------*/
/*  Padding Centered
/*------------------------------------------*/

.pc-45 { padding-right: 45px; padding-left: 45px; } 
.pc-40 { padding-right: 40px; padding-left: 40px; }
.pc-35 { padding-right: 35px; padding-left: 35px; }
.pc-30 { padding-right: 30px; padding-left: 30px; }
.pc-25 { padding-right: 25px; padding-left: 25px; }
.pc-20 { padding-right: 20px; padding-left: 20px; }
.pc-15 { padding-right: 15px; padding-left: 15px; }


/*------------------------------------------*/
/*  BACKGROUND SETTINGS
/*------------------------------------------*/

.bg-fixed,
.bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg-scroll {
  background-attachment: fixed !important;
}

/*------------------------------------------*/
/*  Background Colors
/*------------------------------------------*/

.bg-primary { background-color: #ff4500!important; }

.bg-lightdark { background-color: #283034; }
.bg-dark { background-color: #1d1e29!important; }
.bg-lightcyan { background-color: #ecfaff; }
.bg-lightgrey { background-color: #f8f9fb!important; }
.bg-carrot { background-color: #e67e22; }
.bg-dodgerblue { background-color: #2980b9; }
.bg-blue { background-color: #405982; }
.bg-bluestone { background-color: #517082; }
.bg-darkblue { background-color: #162a59; }
.bg-skyblue { background-color: #12a5ea; }
.bg-green { background-color: #20ab5c; }
.bg-deepgreen { background-color: #1b904e; }
.bg-indigo { background-color: #3a3953; }
.bg-magenta { background-color: #8e3178; }
.bg-olive { background-color: #7ba323; }
.bg-orange { background-color: #ff4500; }
.bg-red { background-color: #ef3f54; }
.bg-teal { background-color: #008080; }
.bg-purple { background-color: #334b7b; }
.bg-violet { background-color: #8a8cbd; }

/*------------------------------------------*/
/*  Background Images for Sections
/*------------------------------------------*/

.bg-01,
.bg-02,
.bg-03,
.bg-04,
.bg-05,
.bg-06,
.bg-map,
.bg-pattern {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: fixed!important;
    padding-left: 2rem;
}

.bg-01 {
  background-image: url(../images/bg-01.jpg);
}

.bg-02 {
  background-image: url(../images/hero-7.jpg);
}

.bg-03 {
  background-image: url(../images/bg-03.jpg);
}

.bg-04 {
  background-image: url(../images/bg-04.jpg);
  background-attachment: scroll!important;
}

.bg-05 {
  background-image: url(../images/bg-05.jpg);
  background-attachment: scroll!important;
}

.bg-06 {
  background-image: url(../images/bghero.jpg);
  background-attachment: scroll!important;
}

.bg-map {
  background-image: url(../images/bg-map.png);
  background-attachment: scroll!important;
}

.bg-pattern {
  background-image: url(../images/bg-pattern.png);
  background-attachment: scroll!important;
}

/*------------------------------------------*/
/*  Background Overlays for Sections
/*------------------------------------------*/

.white-overlay-top,
.white-overlay-wave,
.white-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* .grecaptcha-badge { 
    visibility: hidden;
} */

.white-overlay-wave {
  background-image: url(../images/white-overlay-wave.png);
  height: 155px;
}

.white-overlay-top {
  background-image: url(../images/white-overlay-top.png);
  height: 48px;
}

.white-overlay-bottom {
  background-image: url(../images/white-overlay-bottom.png);
  height: 200px;
}

/*------------------------------------------*/
/*  Grey Border for Sections
/*------------------------------------------*/

.grey-border {
  width: 100%;
  height: 2px;
  background-image: url(../images/border.png);
  background-position: center center;
}




/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-weight: 600;
  letter-spacing: -0.5px;
}

/* Header H5 */
h5.h5-xs { font-size: 1.125rem; }  /* 18px */
h5.h5-sm { font-size: 1.1875rem; } /* 19px */
h5.h5-md { font-size: 1.25rem;  }  /* 20px */
h5.h5-lg { font-size: 1.375rem;  } /* 22px */
h5.h5-xl { font-size: 1.5rem; }    /* 24px */

/* Header H4 */
h4.h4-xs { font-size: 1.625rem; }  /* 26px */
h4.h4-sm { font-size: 1.75rem; }   /* 28px */
h4.h4-md { font-size: 1.875rem; }  /* 30px */
h4.h4-lg { font-size: 2rem; }      /* 32px */
h4.h4-xl { font-size: 2.125rem; }  /* 34px */

/* Header H3 */
h3.h3-xs { font-size: 2.375rem; }  /* 38px */
h3.h3-sm { font-size: 2.5rem; }    /* 40px */
h3.h3-md { font-size: 2.625rem; }  /* 42px */
h3.h3-lg { font-size: 2.75rem; }   /* 44px */
h3.h3-xl { font-size: 3rem; }      /* 48px */

/* Header H2 */
h2.h2-xs { font-size: 3.25rem; }   /* 52px */
h2.h2-sm { font-size: 3.375rem; }  /* 54px */
h2.h2-md { font-size: 3.5rem; }    /* 56px */ 
h2.h2-lg { font-size: 3.75rem; }   /* 60px */
h2.h2-xl { font-size: 4rem; }      /* 64px */
h2.h2-huge { font-size: 5rem; }    /* 80px */

/*------------------------------------------*/
/*  PARAGRAPHS
/*------------------------------------------*/

p.p-sm { font-size: 0.95rem; }     /* 15.2px */
p { font-size: 1.05rem; }          /* 16.8px */
p.p-md { font-size: 1.125rem; }    /* 18px */
p.p-lg { font-size: 1.25rem; }     /* 20px */
p.p-xl { font-size: 1.3175rem; }   /* 22px */

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:hover {
  /*color: #e9b538;  //old color */
  color: #f68d1e;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
} 

/*------------------------------------------*/
/*  TEXT LIST
/*------------------------------------------*/

ul.txt-list {
  list-style: disc;
  margin-left: 15px;
}

ul.txt-list li,
ul.ico-list li {
  font-size: 1.05rem;
  margin-bottom: 7px;
}

ul.txt-list li:last-child,
ul.ico-list li:last-child {
  margin-bottom: 0;
}

ul.txt-list li span {
  font-weight: 700;
}

ul.ico-list li i {   
  text-align: center;
  float: left;
  font-size: 0.85rem;
  margin-top: 6px;
  margin-right: 10px;
}

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

.btn {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 14px 30px;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

/*------------------------------------------*/
/*  Button Size
/*------------------------------------------*/

.btn.btn-sm {
  font-size: 13px;
  padding: 11px 22px;
}

.btn.btn-md {
  font-size: 17px;
  padding: 15px 35px;
}

.btn.btn-lg {
  font-size: 18px;
  padding: 18px 45px;
}

/*------------------------------------------*/
/*  Button Color
/*------------------------------------------*/

.btn-primary,
.white-color .btn-primary {
  color: #fff;
  background-color: #e9b538;
  border-color: #e9b538;
  text-transform: capitalize;
}

.btn-tra-black,
.white-color .btn-tra-black {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.btn-black,
.white-color .btn-black {
  color: #fff;
  background-color: #333;
  border: 2px solid #333;
}

.btn-tra-grey,
.white-color .btn-tra-grey {
  color: #333;
  background-color: transparent;
  border: 2px solid #ccc;
}

.btn-tra-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff!important;
}

.btn-blue,
.scroll .btn-blue,
.white-color .btn-blue {
  color: #fff!important;
  background-color: #405982;
  border-color: #405982;
}

.btn-bluestone,
.scroll .btn-bluestone,
.white-color .btn-bluestone {
  color: #fff!important;
  background-color: #517082;
  border-color: #517082;
}

.btn-skyblue,
.scroll .btn-skyblue,
.white-color .btn-skyblue {
  color: #fff!important;
  background-color: #12a5ea;
  border-color: #12a5ea;
}

.btn-dodgerblue,
.scroll .btn-dodgerblue,
.white-color .btn-dodgerblue {
  color: #fff!important;
  background-color: #2980b9;
  border-color: #2980b9;
}

.btn-carrot,
.scroll .btn-carrot,
.white-color .btn-carrot {
  color: #fff!important;
  background-color: #e67e22;
  border-color: #e67e22;
}

.btn-green,
.scroll .btn-green,
.white-color .btn-green {
  color: #fff!important;
  background-color: #20ab5c;
  border-color: #20ab5c;
}

.btn-deepgreen,
.scroll .btn-deepgreen,
.white-color .btn-deepgreen {
  color: #fff!important;
  background-color: #1b904e;
  border-color: #1b904e;
}

.btn-magenta,
.scroll .btn-magenta,
.white-color .btn-magenta {
  color: #fff!important;
  background-color: #8e3178;
  border-color: #8e3178;
}

.btn-olive,
.scroll .btn-olive,
.white-color .btn-olive {
  color: #fff!important;
  background-color: #7ba323;
  border-color: #7ba323;
}

.btn-orange,
.scroll .btn-orange,
.white-color .btn-orange {
  color: #fff!important;
  background-color: #ff4500;
  border-color: #ff4500;
}

.btn-red,
.scroll .btn-red,
.white-color .btn-red {
  color: #fff!important;
  background-color: #ef3f54;
  border-color: #ef3f54;
}

.btn-teal,
.scroll .btn-teal,
.white-color .btn-teal {
  color: #fff!important;
  background-color: #008080;
  border-color: #008080;
}

.btn-purple,
.scroll .btn-purple,
.white-color .btn-purple {
  color: #fff!important;
  background-color: #6b507d;
  border-color: #6b507d;
}

.btn-violet,
.scroll .btn-violet,
.white-color .btn-violet {
  color: #fff!important;
  background-color: #8a8cbd;
  border-color: #8a8cbd;
}

.btn-yellow,
.scroll .btn-yellow,
.white-color .btn-yellow {
  color: #333!important;
  background-color: #ffc832;
  border-color: #ffc832;
}

/*------------------------------------------*/
/*  Button Hover
/*------------------------------------------*/

.primary-hover:hover,
.scroll .primary-hover:hover,
.white-color .primary-hover:hover {
  color: #fff!important;
  background-color: #e9b538;
  border-color: #e9b538!important;
}

.white-hover:hover,
.scroll .white-hover:hover {
  color: #333!important;
  background-color: #fff;
  border-color: #fff;
}

.black-hover:hover,
.scroll .black-hover:hover {
  color: #fff!important;
  background-color: #333;
  border-color: #333;
}

.grey-hover:hover,
.scroll .grey-hover:hover {
  color: #333!important;
  background-color: #ddd;
  border-color: #ddd;
}

.tra-white-hover:hover,
.scroll .tra-white-hover:hover
.white-color .tra-white-hover:hover {
  color: #fff!important;
  background-color: transparent;
  border-color: #fff!important;
}

.tra-black-hover:hover,
.scroll .tra-black-hover:hover
.white-color .tra-black-hover:hover {
  color: #333!important;
  background-color: transparent;
  border-color: #333!important;
}

.blue-hover:hover,
.scroll .blue-hover:hover,
.white-color .blue-hover:hover {
  color: #fff!important;
  background-color: #405982;
  border-color: #405982;
}

.bluestone-hover:hover,
.scroll .bluestone-hover:hover,
.white-color .bluestone-hover:hover {
  color: #fff!important;
  background-color: #517082;
  border-color: #517082;
}

.skyblue-hover:hover,
.scroll .skyblue-hover:hover,
.white-color .skyblue-hover:hover {
  color: #fff!important;
  background-color: #12a5ea;
  border-color: #12a5ea!important;
}

.carrot-hover:hover,
.scroll .carrot-hover:hover,
.white-color .carrot-hover:hover {
  color: #fff!important;
  background-color: #e67e22;
  border-color: #e67e22!important;
}

.dodgerblue-hover:hover,
.scroll .dodgerblue-hover:hover, 
.white-color .dodgerblue-hover:hover {
  color: #fff!important;
  background-color: #2980b9;
  border-color: #2980b9;
}

.green-hover:hover,
.scroll .green-hover:hover,
.white-color .green-hover:hover {
  color: #fff!important;
  background-color: #20ab5c;
  border-color: #20ab5c!important;
}

.deepgreen-hover:hover,
.scroll .deepgreen-hover:hover,
.white-color .deepgreen-hover:hover {
  color: #fff!important;
  background-color: #1b904e;
  border-color: #1b904e!important;
}

.magenta-hover:hover,
.scroll .magenta-hover:hover,
.white-color .magenta-hover:hover {
  color: #fff!important;
  background-color: #8e3178;
  border-color: #8e3178!important;
}

.olive-hover:hover,
.scroll .olive-hover:hover,
.white-color .olive-hover:hover {
  color: #fff!important;
  background-color: #7ba323;
  border-color: #7ba323!important;
}

.orange-hover:hover,
.scroll .orange-hover:hover,
.white-color .orange-hover:hover {
  color: #fff!important;
  background-color: #ff4500;
  border-color: #ff4500!important;
}

.red-hover:hover,
.scroll .red-hover:hover,
.white-color .red-hover:hover {
  color: #fff!important;
  background-color: #ef3f54;
  border-color: #ef3f54!important;
}

.teal-hover:hover,
.scroll .teal-hover:hover,
.white-color .teal-hover:hover {
  color: #fff!important;
  background-color: #008080;
  border-color: #008080!important;
}

.purple-hover:hover,
.scroll .purple-hover:hover,
.white-color .purple-hover:hover {
  color: #fff!important;
  background-color: #6b507d;
  border-color: #6b507d!important;
}

.violet-hover:hover,
.scroll .violet-hover:hover,
.white-color .violet-hover:hover {
  color: #fff!important;
  background-color: #8a8cbd;
  border-color: #8a8cbd!important;
}

/*------------------------------------------*/
/*  Button Focus
/*------------------------------------------*/

.btn:focus {
  color: #fff; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn.btn-black:focus {
  color: #fff; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn-tra-black:focus, 
.btn.btn-tra-grey:focus {
  color: #333; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

/*------------------------------------------*/
/*  VIDEO POPUP LINK
/*------------------------------------------*/

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 36px;
  height: 52px;
  border-radius: 50%;
  padding: 20px 22px 20px 34px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  background: rgba(248, 248, 248, .5);
  border-radius: 50%;
  -webkit-animation: pulse-border 2200ms ease-out infinite;
  animation: pulse-border 2200ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  transition: all 500ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 36px solid #fff;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*------------------------------------------*/
/*  VIDEO BUTTON COLOR 
/*------------------------------------------*/

.play-btn-primary .video-play-button:after { background: #e9b538; }
.play-btn-primary .video-play-button:hover:after { background: #e9b538;}

.play-btn-blue .video-play-button:after { background: #405982; }
.play-btn-blue .video-play-button:hover:after { background: #364b6e; }

.play-btn-skyblue .video-play-button:after { background: #12a5ea; }
.play-btn-skyblue .video-play-button:hover:after { background: #1095d3; }

.play-btn-carrot .video-play-button:after { background: #e67e22; }
.play-btn-carrot .video-play-button:hover:after { background: #e67e22; }

.play-btn-dodgerblue .video-play-button:after { background: #2980b9; }
.play-btn-dodgerblue .video-play-button:hover:after { background: #2980b9; }

.play-btn-green .video-play-button:after { background: #20ab5c; }
.play-btn-green .video-play-button:hover:after { background: #1c9650; }

.play-btn-magneta .video-play-button:after { background: #8e3178; }
.play-btn-magneta .video-play-button:hover:after { background: #792a66; }

.play-btn-olive .video-play-button:after { background: #7ba323; }
.play-btn-olive .video-play-button:hover:after { background: #7ba323; }

.play-btn-orange .video-play-button:after { background: #ff4500; }
.play-btn-orange .video-play-button:hover:after { background: #e43e00; }

.play-btn-red .video-play-button:after { background: #ef3f54; }
.play-btn-red .video-play-button:hover:after { background: #d13749; }

.play-btn-teal .video-play-button:after { background: #008080; }
.play-btn-teal .video-play-button:hover:after { background: #008080; }

.play-btn-purple .video-play-button:after { background: #6b507d; }
.play-btn-purple .video-play-button:hover:after { background: #584267; }

.play-btn-violet .video-play-button:after { background: #8a8cbd; }
.play-btn-violet .video-play-button:hover:after { background: #73759f; }

/*------------------------------------------*/
/*  QUOTE
/*------------------------------------------*/ 

.quote p {
  color: #666;
  font-size: 1.125rem;
  font-style: italic;
  border-left: 3px solid #6bbb28;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.quote.quote-primary p { border-left: 3px solid #ff4500; }

.quote.quote-blue p { border-left: 3px solid #405982; }
.quote.quote-bluestone p { border-left: 3px solid #517082; }
.quote.quote-skyblue p { border-left: 3px solid #12a5ea; }
.quote.quote-carrot p { border-left: 3px solid #e67e22; }
.quote.quote-dodgerblue p { border-left: 3px solid #2980b9; }
.quote.quote-green p { border-left: 3px solid #20ab5c; }
.quote.quote-magneta p { border-left: 3px solid #8e3178; }
.quote.quote-olive p { border-left: 3px solid #7ba323; }
.quote.quote-orange p { border-left: 3px solid #ff4500; }
.quote.quote-red p { border-left: 3px solid #ef3f54; }
.quote.quote-teal p { border-left: 3px solid #008080; }
.quote.quote-purple p { border-left: 3px solid #6b507d; }
.quote.quote-violet p { border-left: 3px solid #8a8cbd; }

/*------------------------------------------*/
/*  Quote Avatar 
/*------------------------------------------*/ 

.quote-avatar {
  display: inline-block;
  margin: 0 auto; 
}

.quote-avatar img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.quote-author {
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: left;
  position: relative;
  top: 10px;
}  

/*------------------------------------------*/
/*  Quote Avatar 
/*------------------------------------------*/ 
   
.quote-author h5 {
  font-weight: 400;
  margin-bottom: 0;
}

.quote-author span {
  font-size: 0.95rem; 
  font-weight: 700;
  display: block;
}

/*------------------------------------------*/
/*  BOX ICONS
/*------------------------------------------*/

.icon-xs [class*="flaticon-"]:before,
.icon-xs [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 3.25rem;
  line-height: 1!important;
}

.icon-sm [class*="flaticon-"]:before,
.icon-sm [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 3.75rem;
  line-height: 1!important;
}

.icon-md [class*="flaticon-"]:before,
.icon-md [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 4.125rem;
  line-height: 1!important;
}

.icon-lg [class*="flaticon-"]:before,
.icon-lg [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 4.5rem;
  line-height: 1!important;
}

.icon-xl [class*="flaticon-"]:before,
.icon-xl [class*="flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 6rem;
  line-height: 1!important;
}

/*------------------------------------------*/
/*   PNG ICONS SETTINGS
/*------------------------------------------*/ 

.img-150 { width: 150px; height: 150px; }
.img-145 { width: 145px; height: 145px; }
.img-140 { width: 140px; height: 140px; }
.img-135 { width: 135px; height: 135px; }
.img-130 { width: 130px; height: 130px; }
.img-125 { width: 125px; height: 125px; }
.img-120 { width: 120px; height: 120px; }
.img-115 { width: 115px; height: 115px; }
.img-110 { width: 110px; height: 110px; }
.img-105 { width: 105px; height: 105px; }
.img-100 { width: 100px; height: 100px; }
.img-95 { width: 95px; height: 95px; }
.img-90 { width: 90px; height: 90px; }
.img-85 { width: 85px; height: 85px; }
.img-80 { width: 80px; height: 80px; }
.img-75 { width: 75px; height: 75px; }
.img-70 { width: 70px; height: 70px; }
.img-65 { width: 65px; height: 65px; }
.img-60 { width: 60px; height: 60px; }
.img-55 { width: 55px; height: 55px; }
.img-50 { width: 50px; height: 50px; }
.img-45 { width: 45px; height: 45px; }
.img-40 { width: 40px; height: 40px; }
.img-35 { width: 35px; height: 35px; }
.img-30 { width: 30px; height: 30px; }

/*------------------------------------------*/
/*  SECTION TITLE
/*------------------------------------------*/

.section-title {
  text-align: center;
  margin-bottom: 70px;     
}

.section-title p {
  color: #888;
  padding: 0 8%;
  margin-top: 16px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  SUBTITLE
/*------------------------------------------*/

.section-subtitle {
  display: block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

/*------------------------------------------*/
/*  TEXT COLOR
/*------------------------------------------*/

.white-color,
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color h6, 
.white-color p, 
.white-color a, 
.white-color li,
.white-color i, 
.white-color span { color: #fff; }

.grey-color,
.grey-color h2, 
.grey-color h3, 
.grey-color h4, 
.grey-color h5, 
.grey-color h6, 
.grey-color p, 
.grey-color a,
.grey-color li, 
.grey-color i,
.grey-color span, 
.white-color .grey-color { color: #757575; }

.lightgrey-color,
.lightgrey-color h2, 
.lightgrey-color h3, 
.lightgrey-color h4, 
.lightgrey-color h5, 
.lightgrey-color h6, 
.lightgrey-color p, 
.lightgrey-color a,
.lightgrey-color li, 
.lightgrey-color i, 
.lightgrey-color span,
.white-color .lightgrey-color { color: #bbb; }

.primary-color,
.primary-color h2, 
.primary-color h3, 
.primary-color h4, 
.primary-color h5, 
.primary-color h6, 
.primary-color p, 
.primary-color a, 
.primary-color li,
.primary-color i,
.primary-color span, 
.grey-color .primary-color,
.white-color .primary-color { color: #e9b538; }

.blue-color,
.blue-color h2, 
.blue-color h3, 
.blue-color h4, 
.blue-color h5, 
.blue-color h6, 
.blue-color p, 
.blue-color a,
.blue-color li, 
.blue-color i, 
.blue-color span,
.grey-color .blue-color,
.white-color .blue-color { color: #405982; }

.bluestone-color,
.bluestone-color h2, 
.bluestone-color h3, 
.bluestone-color h4, 
.bluestone-color h5, 
.bluestone-color h6, 
.bluestone-color p, 
.bluestone-color a,
.bluestone-color li, 
.bluestone-color i, 
.bluestone-color span,
.grey-color .bluestone-color,
.white-color .bluestone-color { color: #517082; }

.skyblue-color,
.skyblue-color h2, 
.skyblue-color h3, 
.skyblue-color h4, 
.skyblue-color h5, 
.skyblue-color h6, 
.skyblue-color p, 
.skyblue-color a,
.skyblue-color li, 
.skyblue-color i, 
.skyblue-color span,
.grey-color .skyblue-color,
.white-color .skyblue-color { color: #12a5ea; }

.darkblue-color,
.darkblue-color h2, 
.darkblue-color h3, 
.darkblue-color h4, 
.darkblue-color h5, 
.darkblue-color h6, 
.darkblue-color p, 
.darkblue-color a,
.darkblue-color li, 
.darkblue-color i, 
.darkblue-color span,
.grey-color .darkblue-color,
.white-color .darkblue-color { color: #162a59; }

.carrot-color,
.carrot-color h2, 
.carrot-color h3, 
.carrot-color h4, 
.carrot-color h5, 
.carrot-color h6, 
.carrot-color p, 
.carrot-color a, 
.carrot-color li,
.carrot-color i,
.carrot-color span, 
.grey-color .carrot-color,
.white-color .carrot-color { color: #e67e22; }

.dodgerblue-color,
.dodgerblue-color h2, 
.dodgerblue-color h3, 
.dodgerblue-color h4, 
.dodgerblue-color h5, 
.dodgerblue-color h6, 
.dodgerblue-color p, 
.dodgerblue-color a, 
.dodgerblue-color li,
.dodgerblue-color i, 
.dodgerblue-color span,
.grey-color .dodgerblue-color,
.white-color .dodgerblue-color { color: #2980b9; }

.green-color,
.green-color h2, 
.green-color h3, 
.green-color h4, 
.green-color h5, 
.green-color h6, 
.green-color p, 
.green-color a, 
.green-color li,
.green-color i, 
.green-color span,
.grey-color .green-color,
.white-color .green-color { color: #20ab5c; }

.deepgreen-color,
.deepgreen-color h2, 
.deepgreen-color h3, 
.deepgreen-color h4, 
.deepgreen-color h5, 
.deepgreen-color h6, 
.deepgreen-color p, 
.deepgreen-color a, 
.deepgreen-color li,
.deepgreen-color i, 
.deepgreen-color span,
.grey-color .deepgreen-color,
.white-color .deepgreen-color { color: #1b904e; }

.indigo-color,
.indigo-color h2, 
.indigo-color h3, 
.indigo-color h4, 
.indigo-color h5, 
.indigo-color h6, 
.indigo-color p, 
.indigo-color a,
.indigo-color li, 
.indigo-color i, 
.indigo-color span,
.grey-color .indigo-color,
.white-color .indigo-color { color: #3a3953; }

.magneta-color,
.magneta-color h2, 
.magneta-color h3, 
.magneta-color h4, 
.magneta-color h5, 
.magneta-color h6, 
.magneta-color p, 
.magneta-color a,
.magneta-color li, 
.magneta-color i, 
.magneta-color span,
.grey-color .magneta-color,
.white-color .magneta-color { color: #8e3178; }

.olive-color,
.olive-color h2, 
.olive-color h3, 
.olive-color h4, 
.olive-color h5, 
.olive-color h6, 
.olive-color p, 
.olive-color a, 
.olive-color li,
.olive-color i, 
.olive-color span,
.grey-color .olive-color
.white-color .olive-color { color: #7ba323; }

.orange-color,
.orange-color h2, 
.orange-color h3, 
.orange-color h4, 
.orange-color h5, 
.orange-color h6, 
.orange-color p, 
.orange-color a, 
.orange-color li,
.orange-color i, 
.orange-color span,
.grey-color .orange-color,
.white-color .orange-color { color: #ff4500; }

.red-color,
.red-color h2, 
.red-color h3, 
.red-color h4, 
.red-color h5, 
.red-color h6, 
.red-color p, 
.red-color a, 
.red-color li,
.red-color i, 
.red-color span,
.grey-color .red-color,
.white-color .red-color { color: #ef3f54; }

.salmon-color,
.salmon-color h2, 
.salmon-color h3, 
.salmon-color h4, 
.salmon-color h5, 
.salmon-color h6, 
.salmon-color p, 
.salmon-color a, 
.salmon-color li,
.salmon-color i, 
.salmon-color span,
.grey-color .salmon-color,
.white-color .salmon-color { color: #f77459; }

.purple-color,
.purple-color h2, 
.purple-color h3, 
.purple-color h4, 
.purple-color h5, 
.purple-color h6, 
.purple-color p, 
.purple-color a,
.purple-color li, 
.purple-color i, 
.purple-color span,
.grey-color .purple-color,
.white-color .purple-color { color: #6b507d; }

.teal-color,
.teal-color h2, 
.teal-color h3, 
.teal-color h4, 
.teal-color h5, 
.teal-color h6, 
.teal-color p, 
.teal-color a,
.teal-color li, 
.teal-color i, 
.teal-color span,
.grey-color .teal-color,
.white-color .teal-color { color: #008080; }

.violet-color,
.violet-color h2, 
.violet-color h3, 
.violet-color h4, 
.violet-color h5, 
.violet-color h6, 
.violet-color p, 
.violet-color a,
.violet-color li, 
.violet-color i, 
.violet-color span,
.grey-color .violet-color,
.white-color .violet-color { color: #8a8cbd; }

.darkviolet-color,
.darkviolet-color h2, 
.darkviolet-color h3, 
.darkviolet-color h4, 
.darkviolet-color h5, 
.darkviolet-color h6, 
.darkviolet-color p, 
.darkviolet-color a,
.darkviolet-color li, 
.darkviolet-color i, 
.darkviolet-color span,
.grey-color .darkviolet-color,
.white-color .darkviolet-color { color: #35344c; }

/*------------------------------------------*/
/*  TEXT BLOCK TYPOGRAPHY
/*------------------------------------------*/ 

.txt-block h4.h4-lg,
.txt-block h4.h4-xl,
.txt-block h3.h3-xs {
  margin-bottom: 30px;
}

.txt-block h4.h4-xs {
  margin-bottom: 20px;
}

.txt-block h5.h5-lg {
  margin-top: 5px;
  margin-bottom: 20px;
}

.txt-block .btn {
  margin-top: 20px;
}

/*------------------------------------------*/
/*  IMAGE BLOCK SETTINGS
/*------------------------------------------*/ 

.img-block {
  text-align: center;
}




/* ==========================================================================
  03. PRELOAD SPINNER
  =========================================================================== */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}

#loading {
  background-color: #517082;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg); 
  -webkit-transform: rotate(-135deg); 
  transform: rotate(-135deg);
}

.object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid transparent;
  border-left:  5px solid #FFF;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite; 
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
              
#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
    
#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; 
} 

@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8); 
    -webkit-transform: rotate(360deg) scale(0.8); 
    transform: rotate(360deg) scale(0.8); 
  }
}

@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8); 
    -webkit-transform: rotate(360deg) scale(0.8); 
    transform: rotate(360deg) scale(0.8); 
  } 
}




/* ==========================================================================
  04. HEADER & NAVIGATION
  =========================================================================== */

#header {
  width: 100%;
  display: block;
  padding-top: 0px;
}

.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.posrlt {
  position: relative;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/

.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.tra-menu .wsmainfull {
  background-color: transparent!important;
  padding: 20px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.white-menu .wsmainfull {
  background-color: #fff!important;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 6px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  padding: 10px 15px;
  line-height: 50px;
  text-decoration: none;  
}

.navbar-dark .wsmenu > .wsmenu-list > li > a {
  color: #000000;
  text-transform: uppercase;
}

.navbar-light .wsmenu > .wsmenu-list > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 0;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}

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

.wsmenu > .wsmenu-list > li a.btn {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.25px;
  border: 2px solid transparent;
  margin-top: 13px;
  margin-left: 15px;
  padding: 6px 30px;
}

.wsmenu > .wsmenu-list > li a.last-link-number {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-size: 18px;
  font-weight: 900;
  margin-left: 16px;
}

.wsmenu > .wsmenu-list > li a.last-link-number i {
  position: relative;
  font-size: 16px;
  margin-right: 1px;
}

/*------------------------------------------*/
/*  HEADER SUBMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  font-size: 16px;
  padding: 11px 9px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  padding: 11px 9px 11px 15px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  letter-spacing: 0;
}

/*------------------------------------------*/
/*   MEGAMENU LATEST NEWS
/*------------------------------------------*/

.wsmegamenu .latest-news li { 
  padding: 15px 0;
  border-bottom: 1px dashed #c0c0c0;
}

.wsmegamenu .latest-news li:first-child {
  padding: 0 0 15px;
}

.wsmegamenu .latest-news li:last-child {
  padding: 15px 0 0;
  border-bottom: 0; 
}

.wsmegamenu .latest-news img {
  text-align: center;
  float: left;
  width: 85px;
  height: 85px;
}

.wsmegamenu .post-summary {
  overflow: hidden;
  padding-left: 20px;
}

/*------------------------------------------*/
/*  MEGAMENU LATEST NEWS TYPOGRAPHY
--------------------------------------------*/

.wsmegamenu .post-summary a { 
  color: #000!important;
  font-size: 16px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;; 
  font-weight: 600;
}

.wsmegamenu h5.h5-md a { 
  color: #333!important;
  margin-bottom: 0;
}

.wsmegamenu .latest-news .post-summary a:hover { 
  color: #333!important;
  text-decoration: underline;
}

.wsmegamenu .latest-news p { 
  color: #999;  
  font-size: 15px;
  font-weight: 300;
  margin-top: 6px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  NAVBAR SCROLL
/*------------------------------------------*/

.tra-menu .wsmainfull.scroll {
  background-color: #fff!important;
  padding: 3px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.white-menu .wsmainfull.scroll {
  padding: 3px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.tra-menu.dark-scroll .wsmainfull.scroll {
  background-color: #35344c!important;
  padding: 3px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.scroll .btn-tra-white {
  color: #444!important;
  background-color: transparent;
  border-color: #444!important;
} 

.scroll .tra-white-hover:hover {
  color: #fff!important;
  background-color: #444;
  border-color: #444!important;
} 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.primary-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.primary-scroll a { color: #ff4500; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.blue-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.blue-scroll a { color: #12a5ea; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.carrot-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.carrot-scroll a { color: #e67e22; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.dodgerblue-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.dodgerblue-scroll a { color: #2980b9; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.green-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.green-scroll a { color: #20ab5c; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.magneta-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.magneta-scroll a { color: #8e3178; }

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.olive-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.olive-scroll a { color: #7ba323; }  

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.orange-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.orange-scroll a { color: #ff4500; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.red-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.red-scroll a { color: #ef3f54; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.teal-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.teal-scroll a { color: #008080; } 

.tra-menu.navbar-light .scroll .wsmenu >.wsmenu-list > li.purple-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu >.wsmenu-list > li.purple-scroll a { color: #6b507d; } 

/*------------------------------------------*/
/*  Navigation Menu
/*------------------------------------------*/

.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li a {
  color: #444;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list > li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list > li a {
  color: #fff;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list .sub-menu li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list .sub-menu li a,
.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list li .wsmegamenu a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list li .wsmegamenu a {
  color: #666;
}

/*------------------------------------------*/
/*  Logo Image
/*------------------------------------------*/

.logo-white, 
.logo-black {
  display: block;
}

.navbar-light .logo-black,
.navbar-dark .logo-white,
.tra-menu.navbar-light .scroll .logo-white,
.tra-menu.navbar-light.dark-scroll .scroll .logo-black,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-black {
  display: none;
}

.tra-menu.navbar-light .scroll .logo-black,
.tra-menu.navbar-light.dark-scroll .scroll .logo-white,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-white {
  display: block;
}




/* ==========================================================================
  05. HERO
  =========================================================================== */

#hero-6 .hero-section,
.hero-section .container {
  position: relative;
  z-index: 3;
}

#hero-1 {
  background-image: url(../images/hero-1.jpg);
  padding-top: 150px;
  padding-bottom: 40px;
  position: relative;
  z-index: 3;
}

#hero-2 {
  background-image: url(../images/hero-2.jpg);
  padding-top: 180px;
  margin-bottom: 100px;
  position: relative;
  z-index: 3;
}

#hero-3 {
  background-image: url('https://metreexreact.jthemes.net/_next/static/media/hero-3.859edb22.jpg');
  padding-top: 190px;
  padding-bottom: 20px;
}

#hero-4 {
  background-image: url(../images/hero-4.jpg); 
  background-position: center bottom;
  padding-top: 170px;
  padding-bottom: 180px;
}

#hero-5 {
  padding-top: 130px;
  padding-bottom: 100px;
}

#hero-7 {
  background-image: url(../images/hero-7.jpg);
  padding-top: 150px;
  position: relative;
  z-index: 3;
}

#hero-8 {
  background-image: url(../images/hero-8.jpg);
  padding-top: 170px;
  position: relative;
  z-index: 3;
}

#hero-9 {
  background-image: url(../images/hero-9.jpg);
  background-position: bottom center;
  padding-top: 140px;
  padding-bottom: 50px;
}

#hero-10 {
  background-image: url(../images/hero-10.jpg);
  padding-top: 170px;
}

#hero-11 {
  padding-top: 120px;
  padding-bottom: 100px;
}

#hero-12 {
  background-image: url(../images/hero-12.jpg);
  padding-top: 180px;
  margin-bottom: 120px;
}

/*------------------------------------------*/
/*  HERO SLIDER
/*------------------------------------------*/

.slider {
  position: relative;
  max-width: 100%;
  height: 680px;
}

.slider .slides {
  margin: 0;
  height: 680px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slider .slides li.active {
  z-index: 2;
}

/*------------------------------------------*/
/*  Slider Animation
/*------------------------------------------*/

.center-align {
  text-align: center;
}

/*------------------------------------------*/
/*  Slider Indicators
/*------------------------------------------*/

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0; 
  z-index: 98;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  margin: 0 7px;
  opacity: .5;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.slider .indicators .indicator-item.active {
  background-color: #fff;
  opacity: .65;
}

/*------------------------------------------*/
/*  HERO ANIMATED WAVES
/*------------------------------------------*/

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
}

/* Animation */
.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media (max-width: 768px) {
  .waves { height: 40px; min-height: 40px; }
}

/*------------------------------------------*/
/*  HERO TEXT
/*------------------------------------------*/

#hero-1 .hero-txt {
  margin-top: -40px;
}

#hero-3 .hero-txt {
  margin-left: 30px;
}

#hero-6 .caption-txt {
  margin-top: 50px;
}

#hero-7 .hero-txt {
  margin-top: -30px;
}

#hero-8 .hero-txt,
#hero-10 .hero-txt {
  padding-bottom: 80px;
}

#hero-9 .hero-txt {
  margin-top: -25px;
}

/*------------------------------------------*/
/*  Hero Headers
/*------------------------------------------*/ 

#hero-1 h3,
#hero-2 h3 { 
  font-size: 3.35rem;
  line-height: 1.2;
  margin-bottom: 25px;
}

#hero-3 h3 { 
  font-size: 3.25rem;
  /*line-height: 1.2;*/
  margin-bottom: 25px;
}

#hero-4 h3 { 
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px; 
}

#hero-5 h4 { 
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

#hero-5 h3 { 
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

#hero-6 h2 {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0 5%;
  margin-bottom: 25px;
}

#hero-7 h3 { 
  font-size: 38px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 25px;
}

#hero-8 h4 { 
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}

#hero-8 h2 { 
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 40px;
}

#hero-9 h3 { 
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}

#hero-9 h3 span { 
  font-size: 4.15rem;
  font-weight: 800;
  letter-spacing: 0.25px;
}

#hero-10 h4 { 
  font-size: 2.15rem;
  font-weight: 300;
  margin-bottom: 25px;
}

#hero-10 h3 { 
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

#hero-11 h2 { 
  font-size: 4rem;
  letter-spacing: -1px;
  font-weight: 400;
  margin-bottom: 25px;
}

#hero-11 h2 span { 
  font-weight: 800;
  letter-spacing: -1.5px;
}

#hero-12 h3 { 
  font-size: 3.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  Hero Paragraphs
/*------------------------------------------*/

.hero-txt p {
  font-size: 1.2rem;
  margin-bottom: 35px;
}

#hero-2 .hero-txt p {
  padding: 0 12%;
}

#hero-3 .hero-txt p {
  font-size: 1.25rem;
}

#hero-4 .hero-txt p {
  font-size: 1.25rem;
  padding: 0 10%;
  margin-bottom: 40px;
}

#hero-5 .hero-txt p,
#hero-7 .hero-txt p,
#hero-9 .hero-txt p {
  padding-right: 5%;
}

#hero-6 .caption-txt p {
  font-size: 1.25rem;
  padding: 0 15%;
  margin-bottom: 35px;
}

#hero-10 .hero-txt p {
  font-size: 1.35rem;
  padding: 0 10%;
  margin-bottom: 40px;
}

#hero-12 .hero-txt p {
  padding: 0 5%;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  Hero Buttons
/*------------------------------------------*/

.hero-3-btn {
  position: relative;
  margin-top: -30px;
  margin-left: 50px;
}

/*------------------------------------------*/
/*  HERO LINKS 
/*------------------------------------------*/

.hero-links {
  margin-top: 45px;
}

.hero-links span {
  font-size: 1rem;
  line-height: 1;
  margin-right: 25px;
}

.hero-links span:last-child {
  margin-right: 0
}

.hero-links span a {
  text-decoration: underline;
}

.hero-links span a:hover {
  opacity: .8;
}

/*------------------------------------------*/
/*  HERO FORM
/*------------------------------------------*/

.form-holder {
  background-color: rgba(255, 255, 255, .2);
  padding: 20px 30px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#hero-2 .form-holder {
  background-color: rgba(255, 255, 255, .45);
}

.form-holder [class^='col-lg'] {
  padding: 0 8px;
}

/*------------------------------------------*/
/*  Hero Form Input
/*------------------------------------------*/

.seo-form .form-control {
  height: 54px;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  color: #999;
  font-size: 1.05rem;
  padding: 5px 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  Hero Form Placeholder
/*------------------------------------------*/

.hero-section .form-control::-moz-placeholder { color: #999; } 
.hero-section .form-control:-ms-input-placeholder { color: #999; }
.hero-section .form-control::-webkit-input-placeholder { color: #999; }

/*------------------------------------------*/
/*  Register Form Input Focus
/*------------------------------------------*/

.seo-form .form-control:focus,
.seo-form .form-control:focus {
  background-color: #fff;
  border: 1px solid #ccc;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*   Hero Form Button
/*------------------------------------------*/

.seo-form .btn {
  height: 54px;
  width: 100%;
  font-size: 1.05rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}

/*------------------------------------------*/
/*  Hero Form Message
/*------------------------------------------*/

.seo-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
}

.seo-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
}

.seo-form .error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  padding-top: 8px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  HERO IMAGE
/*------------------------------------------*/

.hero-1-img {
  margin-bottom: -50px;
  padding-left: 20px;
  position: relative;
  z-index: 999;
}

.hero-2-img {
  margin-top: 45px;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
}

.hero-1-img img,
.hero-5-img img,
.hero-7-img img,
.hero-10-img img,
.hero-11-img img {
  position: relative;
  max-width: none;
  display: inline-block;
}

.hero-5-img {
  margin-left: -50%;
}

.hero-7-img {
  margin-left: 20px;
}

.hero-9-img {
  position: relative;
  margin-right: -40px;
}

.hero-11-img {
  margin-left: 30px;
}

.hero-12-img {
  margin-top: 50px;
  margin-bottom: -120px;
  position: relative;
  z-index: 999;
}




/* ==========================================================================
  06. ABOUT
  =========================================================================== */




/* ==========================================================================
  07. SERVICES
  =========================================================================== */

#services-1 .section-title,
#services-2 .section-title {
  margin-bottom: 55px;
}

#services-3 .section-title {
  margin-bottom: 80px;
}

#services-7 .inner-bg {
  padding: 100px 60px 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/*------------------------------------------*/
/*  SERVICES TEXT
/*------------------------------------------*/

.services-txt {
  position: relative;
  margin-top: 100px;
  margin-right: -150px;
  z-index: 9999;
}

.services-txt h3 {
  letter-spacing: -1px;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  SERVICE BOXES
/*------------------------------------------*/

#services-1 .service-boxes {
  margin: 0 40px;
} 

#services-4 .services-boxes {
  padding: 0 30px;
}

/*------------------------------------------*/
/*  SERVICE BOX
/*------------------------------------------*/

.sbox-1,
.sbox-2 {
  position: relative;
  top: 0;
  z-index: 999; 
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 40px 20px;
  margin-bottom: 40px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;  
}

.sbox-1:hover,
.sbox-2:hover {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
  top: -10px;
}

.sbox-3 {
  text-align: center;
  margin-bottom: 40px;
}

.sbox-4,
.sbox-5,
.sbox-6 {
  margin-bottom: 40px;
}

.sbox-8 {
  position: relative;
  top: 0;
  z-index: 999;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 40px 25px;
  margin-bottom: 40px;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;  
}

.bg-lightgrey .sbox-8 {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

.sbox-8:hover {
  top: -10px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.bg-lightgrey .sbox-8:hover {
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .07), 0 8px 14px 1px rgba(56, 60, 67, .15);
}

/*------------------------------------------*/
/*  SERVICE BOX TEXT
/*------------------------------------------*/

.sbox-4-txt {
  overflow: hidden;
  padding-left: 25px;
  padding-right: 15px;
}

.sbox-5-txt {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 15px;
}

.step {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 auto 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.step span {
  font-size: 17px;
  line-height: 32px;
  font-weight: 500;
}

/*------------------------------------------*/
/*  SERVICE BOX TYPOGRAPHY
/*------------------------------------------*/

.sbox-1 h5 {
  font-size: 1.135rem;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.sbox-2 h5,
.sbox-3 h5 {
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.sbox-4 h5,
.sbox-5 h5,
.sbox-7 h5 {
  margin-bottom: 12px;
}

.sbox-6 h5 {
  line-height: 1.3;
  padding-right: 5%;
  margin-bottom: 0;
}

.sbox-2 p,
.sbox-3 p,
.sbox-4 p,
.sbox-5 p,
.sbox-6 p,
.sbox-7 p {
  line-height: 1.5;
  margin-bottom: 0;
}

.sbox-3 p {
  padding: 0 10%;
}

.sbox-6 p:before {
  display: block;
  content: "";
  height: 0.045rem;
  width: 65px;
  background: #aaa;
  margin: 35px 0 27px;
  position: relative;
}

.sbox-8 p {
  line-height: 1.35;
  margin-top: 25px;
  margin-bottom: 0;  
}

.sbox-8 p:after {
  display: block;
  content: "";
  height: 2px;
  width: 80px;
  background: #517082;
  margin: 25px auto 0;
  position: relative;
  opacity: .5;
}

/*------------------------------------------*/
/*  SERVICE BOX ICON
/*------------------------------------------*/ 

.sbox-4 span,
.sbox-4 img,
.sbox-5 span,
.sbox-5 img {     
  float: left;
  text-align: center;
  margin-top: 4px;
}

.sbox-6 span,
.sbox-6 img {     
  float: left;
  text-align: center;
  margin-right: 30px;
}

/*------------------------------------------*/
/*  SERVICES IMAGE
/*------------------------------------------*/ 

.services-7-img {
  position: relative;
  text-align: center;
  left: -85%;
}

.services-7-img img {
  max-width: none;
  display: inline-block;
}




/* ==========================================================================
  08. CONTENT
  =========================================================================== */

#content-9 .container {
  overflow: hidden;
} 

#content-9 .section-title {
  margin-bottom: 50px;
}   

/*------------------------------------------*/
/*  CONTENT BOX
/*------------------------------------------*/ 

.cbox-1-txt {
  overflow: hidden;
  padding-left: 10px;
}

.cbox-1 i {   
  text-align: center;
  float: left;
  font-size: 0.85rem;
  margin-top: 6px;
}

/*------------------------------------------*/
/*   CONTENT IMAGE
/*------------------------------------------*/ 

.content-3-img {
  text-align: center;
  padding: 0 5%;
  margin-bottom: 40px;
}

.content-4-img {
  text-align: center;
  padding-left: 50px;
}

.content-5-img {
  text-align: center;
  padding-left: 25px;
  margin-bottom: 40px;
}

.content-6-img {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  left: -75%;
}

.content-4-img img,
.content-5-img img,
.content-6-img img {
  max-width: none;
  display: inline-block;
}




/* ==========================================================================
  09. TABS
  =========================================================================== */

#tabs-1 .tab-content {
  display: none;
}

.tabs-nav {
  border-bottom: 1px solid #e5e5e5;
}

#tabs-1 .tab-content.current,
#tabs-1 .tab-content.displayed {
  display: inherit;
}

.tabs-1 li {
  display: block; 
  margin: 0 15px;
  background-color: transparent;
  color: #bbb;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 10px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}
.tabs-1 li:hover{
  color: #000;
}
.tabs-1 li.displayed, 
.tabs-1 li.displayed:hover { 
  color: #666; 
  font-weight: 600; 
  border-color: #517082;
}

.tabs-1.primary-tabs li.displayed, .tabs-1.primary-tabs li.displayed:hover { border-color: #dfaa33; }

.tabs-1.blue-tabs li.displayed, .tabs-1.blue-tabs li.displayed:hover { border-color: #12a5ea; }
.tabs-1.bluestone-tabs li.displayed, .tabs-1.bluestone-tabs li.displayed:hover { border-color: #517082; }
.tabs-1.carrot-tabs li.displayed, .tabs-1.carrot-tabs li.displayed:hover { border-color: #e67e22; }
.tabs-1.dodgerblue-tabs li.displayed, .tabs-1.dodgerblue-tabs li.displayed:hover { border-color: #2980b9; }
.tabs-1.green-tabs li.displayed, .tabs-1.green-tabs li.displayed:hover { border-color: #20ab5c; }
.tabs-1.olive-tabs li.displayed, .tabs-1.olive-tabs li.displayed:hover { border-color: #7ba323; }
.tabs-1.orange-tabs li.displayed, .tabs-1.orange-tabs li.displayed:hover { border-color: #ff4500; }
.tabs-1.red-tabs li.displayed, .tabs-1.red-tabs li.displayed:hover { border-color: #ef3f54; }
.tabs-1.teal-tabs li.displayed, .tabs-1.teal-tabs li.displayed:hover { border-color: #008080; }
.tabs-1.purple-tabs li.displayed, .tabs-1.purple-tabs li.displayed:hover { border-color: #4c47a1; }

#tabs-2 .list-group-item {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 30px 35px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

#tabs-2 .list-group-item.active {
  background-color: #f6f9fd;
  color: #333;
}

#tabs-2.bg-lightgrey .list-group-item.active {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

#tabs-2.bg-primary .list-group-item.active {
  background-color: #456070;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

/*------------------------------------------*/
/*  TABS CONTENT
/*------------------------------------------*/ 

#tabs-1 .tab-content {
  margin-top: 70px;
}

/*------------------------------------------*/
/*  TAB BOX
/*------------------------------------------*/  

.tbox-1 span {
  float: left;
  margin-right: 12px; 
}

.tbox-1 h5 {
  line-height: 2rem!important;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.tbox-1 p {
  margin-bottom: 0;
}

.bg-bluestone .tbox-1 p {
  color: #eee;
}

.list-group-item.active .tbox-1 h5,
.list-group-item.active .tbox-1 span {
  color: #12a5ea;
}

.bg-bluestone .list-group-item.active .tbox-1 h5,
.bg-bluestone .list-group-item.active .tbox-1 span,
.bg-bluestone .list-group-item.active .tbox-1 p {
  color: #fff;
}

.tbox-1.icon-xs [class*="flaticon-"]:before,
.tbox-1.icon-xs [class*="flaticon-"]:after {   
  font-size: 2rem;
  line-height: 1!important;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}




/* ==========================================================================
  10. RESOURCES
  =========================================================================== */

#resources-1 .masonry-item { 
  width: 33.3333%;
  margin: 0;
}

.rbox-1 {
  position: relative;
  top: 0;
  z-index: 999; 
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 40px 30px;
  margin: 0 10px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.rbox-1:hover {
  top: -10px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

.rbox-1 h4 {
  margin-bottom: 20px;
}

.rbox-1 p {
  margin-bottom: 30px;
}




/* ==========================================================================
  11. PROJECTS
  =========================================================================== */

#projects-1 .col-md-4 {
  padding: 0 10px;
}

/*------------------------------------------*/
/*  PROJECT ITEM
/*------------------------------------------*/ 

.project-1 {
  position: relative;
  top: 0;
  z-index: 999; 
  background-color: #fff; 
  border: 1px solid #ddd;
  padding: 30px 25px;
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.bg-lightcyan .project-1,
.bg-lightgrey .project-1 {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

.project-1:hover {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
  top: -10px;
}

.project-2 {
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.project-3 {
  position: relative;
  top: 0;
  z-index: 999; 
  background-color: #f5f5f5; 
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.project-3:hover {
  background-color: #fff;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
  top: -10px;
}

/*------------------------------------------*/
/*  Project Data
/*------------------------------------------*/ 

.project-1 .project-data {
  border-top: 1px solid #d5d5d5;
  padding-top: 22px;
  margin-top: 10px;
}

.project-3 .project-data {
  padding: 35px 20px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.project-3 .project-data h5 {
  color: #757575;
  padding: 0 10px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  PPOJECT DATA BOX
/*------------------------------------------*/  

.pd-box {
  display: block;
  margin-bottom: 6px;
}

.pd-box h5 {
  display: inline-block;
  float: left;
  font-weight: 800;
  margin-right: 12px;
  margin-bottom: 0;
}

.project-1 p.p-sm {
  color: #757575;
  margin-top: 0;
  margin-bottom: 0;
}

.pd-box h5 i {
  margin-right: 3px;
}

.pd-box p {
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  PROJECT PREVIEW IMAGE
/*------------------------------------------*/  

.project-1 img {
  padding-right: 40%;
  margin-bottom: 10px;
}

.project-3 .project-data img {
  padding-right: 50%;
}

.project-3 .project-preview img {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

/*------------------------------------------*/
/*  PROJECT DESCRIPTION
/*------------------------------------------*/  

.project-description {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.project-description img {
  padding: 0 22%;
}

.project-description p {
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}

.project-description p:before {
  display: block;
  content: "";
  height: 1px;
  width: 85px;
  background: #fff;
  margin: 15px auto 20px;
  position: relative;
}

/*------------------------------------------*/
/*  Image Hover Overlay
/*------------------------------------------*/

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; 
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.blog-post .hover-overlay,
.blog-post-img .hover-overlay {
  text-align: center; 
}

.hover-overlay img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

/*------------------------------------------*/
/*  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, .6);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/ 

.project-2:hover img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
}

.project-2:hover .item-overlay {
  background: rgba(10, 10, 10, 0.75);
}

/*------------------------------------------*/
/*  SINGLE PROJECT
/*------------------------------------------*/ 

.sp-wrapper {
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
} 

.sp-page { 
  margin-top: -185px;
}

/*------------------------------------------*/
/*  Single Project Text
/*------------------------------------------*/ 

.sp-txt {
  position: relative;
  padding: 0 30px;
}

.sp-logo {
  margin-left: -20px;
  margin-bottom: 10px;
}

.sp-right .sp-logo {
  margin-left: -5px;
}

.sp-logo img {
  width: 40%;
  height: auto;
}

.sp-txt p.p-sm {
  color: #999;
  font-size: 0.875rem;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Single Project Data
/*------------------------------------------*/ 

.sp-data {
  text-align: center;
  position: relative;
  background-color: #fafafa;
  padding: 35px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 20px 0 20px -220px;
  z-index: 20;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

.sp-right .sp-data {
  margin: 20px -220px 15px 0;
}

.sp-data .row {
  margin-right: 0;
  margin-left: 0;
}

.sp-data .col-md-4 {
  border-right: 1px dashed #ccc;
}

.sp-data .col-md-4:last-child {
  border-right: none;
}

.sp-data h4 {
  font-weight: 800;
  margin-bottom: 10px;
}

.sp-data p {
  color: #999;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sp-data span {
  display: block;
  color: #999;
  line-height: 1.2;
  padding: 0 8%;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Single Project Link
/*------------------------------------------*/  

.sp-links {
  position: absolute;
  top: 25px;
  right: 40px;
}

.sp-links a {
   display: block;
   margin-bottom: 20px;
}

/*------------------------------------------*/
/*  Single Project Preview Image
/*------------------------------------------*/  

.sp-preview {
  position: relative;
}

.sp-preview img {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}

.sp-right .sp-preview img {
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}

/*------------------------------------------*/
/*  All Projects Button
/*------------------------------------------*/  

.all-projects-btn {
  margin-top: 40px;
  margin-bottom: 40px;
}

#projects-2 .all-projects-btn,
#projects-3 .all-projects-btn {
  margin-top: 30px;
}




/* ==========================================================================
  12. TEAM
  =========================================================================== */

.team-member {
  text-align: center;
  position: relative;
  top: 0;
  z-index: 999; 
  background-color: #fff;
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;  
}

.team-member:hover {
  top: -10px;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

.team-member img {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.tm-meta {
  padding: 25px 20px;
}

.tm-meta h5 {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5px;
}

.tm-meta span {
  display: block;
}

.tm-meta a {
  color: #888;
  font-weight: 0.9rem;
  line-height: 1;
}

/*------------------------------------------*/
/*  Team Member Social Links
/*------------------------------------------*/

.team-member-photo {
  position: relative;
}

.tm-social ul {
  width: 100%;
  display: inline-block; 
  padding-left: 0;
  margin-top: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  zoom: 1;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.tm-social ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.tm-social a {
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 34px !important;
  margin-right: 1px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.tm-social a.ico-facebook { background-color: #3b5998; }
.tm-social a.ico-twitter { background-color: #00a9ed; }
.tm-social a.ico-instagram { background-color: #e44772 }
.tm-social a.ico-dribbble { background-color: #d92d84; }
.tm-social a.ico-behance { background-color: #2473f6; }
.tm-social a.ico-pinterest { background-color: #ac281a; }
.tm-social a.ico-linkedin { background-color: #015886; }
.tm-social a.ico-google-plus { background-color: #cd1111; }
.tm-social a.ico-youtube { background-color: #cd1b20; }
.tm-social a.ico-tumblr { background-color: #3a5976; }
.tm-social a.ico-vk { background-color: #3b5998; }


.team-member:hover .tm-social ul {
  bottom: 6%;
  opacity: 1; 
  -moz-opacity: 1; 
}




/* ==========================================================================
  13. VIDEO
  =========================================================================== */

#video-2 {
  background-image: url(../images/video-2.jpg);
  padding-top: 190px;
  padding-bottom: 190px;
}

#video-3 .video-link {
  padding-left: 30px;
}

#video-3 .video-link .play-btn {
  margin-right: 30px;
}

#video-3 .video-link img {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
}

.video-txt p {
  margin-top: 30px;
  margin-bottom: 30px;
}




/* ==========================================================================
  14. TESTIMONIALS
  =========================================================================== */

#reviews-4 { 
  padding-top: 80px;
  padding-bottom: 70px;
} 

#reviews-3 span.title-digit,
#reviews-3 span.count-element {
  font-weight: 800;
} 

.review-1 { 
  text-align: center;
}

.review-2 { 
  text-align: center;
  margin-bottom: 70px;
}

.review-3 { 
  background-color: #fff;
  /* border: 1px solid #f5f5f5; */
  padding: 40px 30px;
  margin: 0 25px;
  overflow: visible;
  /* margin-bottom: 40px; */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  /* box-shadow: 0px 8px 20px 0px rgba(20, 20, 20, .15); */
}

.review-4 { 
  padding: 0 30px;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  MASONRY GRID TESTIMONIALS
/*------------------------------------------*/ 

.review-5 { 
  width: 50%;
  padding: 0 2%;
  margin: 0 0 60px 0;
}

/*------------------------------------------*/
/*  Testimonial Message Avatar 
/*------------------------------------------*/ 

#reviews-1 img,
#reviews-2 img {
  width: 100px;
  height: 100px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.review-3 .author-avatar,
.review-5 .author-avatar { 
  display: inline-block;
  float: left;
}

.owl-carousel .owl-item .review-3-author img {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin: 0 15px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.review-5-author img {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin: 0 15px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.quote-ico {
  position: relative;
  margin-bottom: -25px;
}

.review-4 .quote-ico {
  margin-bottom: -55px;
}

.review-4 .quote-ico img {
  width: 85px;
  height: 85px;
  opacity: .15;
}

.owl-carousel .owl-item .quote-ico img {
  width: 65px;
  height: 65px;
  opacity: .15;
}

/*------------------------------------------*/
/*  Testimonial Message Text
/*------------------------------------------*/

.review-1-txt p,
.review-2-txt p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 25px;
} 

.review-3 p {
  color: #000000;
  line-height: 1.4;
  margin-bottom: 25px;
} 

.review-4 p {
  color: #bbb;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 25px;
} 

.review-4 p span {
  color: #fff;
  font-weight: 700;
} 

.review-5-txt p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 25px;
} 

/*------------------------------------------*/
/*  Testimonial Author
/*------------------------------------------*/

.review-1-author h5,
.review-2-author h5 {
  font-size: 1rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 5px;
}

.review-3-author h5,
.review-5-author h5 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}

.review-5-author h5 {
  font-size: 1.075rem;
}

.review-4-author h5 {
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 35px;
  margin-bottom: 0;
}

.review-1-author span,
.review-2-author span {
  font-size: 1.05rem;
  margin-bottom: 0;
}

.review-3-author span,
.review-5-author span {
  color: #858585;
  font-size: 0.95rem;
  font-weight: 300;
}

.review-4-author span {
  font-size: 1.25rem;
  font-weight: 300;
}

/*------------------------------------------*/
/*  Review Rating
/*------------------------------------------*/

.review-5 .app-rating {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
}

.review-5 .app-rating i {
  color: #ea7000;
  font-size: 0.85rem;
  line-height: 1;
}

/*------------------------------------------*/
/*   Reviews FlexSlider Navigation
/*------------------------------------------*/

.flex-control-paging li a {
  background: transparent;
  width: 10px;
  height: 10px;  
  border: 2px solid #bbb;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  /* margin-top: 50px; */
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #bbb;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active,
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: #bbb;
  border: 2px solid transparent; 
}




/* ==========================================================================
  15. STATISTICS
  =========================================================================== */

#statistic-1,
#statistic-2 {
  padding-top: 80px;
  padding-bottom: 40px;
}

#statistic-3 .bg-inner {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 130px;
}

.statistic-block {
  text-align: center;
  margin-bottom: 40px;
}

#statistic-3 .statistic-block {
  position: relative;
  top: 0;
  z-index: 999; 
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 70px 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;  
}

#statistic-3 .statistic-block:hover {
  top: -10px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

/*------------------------------------------*/
/*  STATISTIC BLOCK
/*------------------------------------------*/

.statistic-block h5 {
  font-size: 3.25rem;
  line-height: 1; 
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 12px;
}

#statistic-2 .statistic-block h5 {
  font-size: 4.5rem;
  margin-top: 25px;
  margin-bottom: 20px;
}

#statistic-3 .statistic-block h5 {
  font-size: 3rem;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.statistic-block p.p-md {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0;
}

#statistic-2 .statistic-block p.p-md {
  font-size: 0.95rem;
  text-transform: uppercase;
  font-weight: 800;
}

#statistic-2 .statistic-block p.p-sm {
  padding: 0 10%;
  margin-bottom: 0;
}

#statistic-3 .statistic-block p.p-md {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

#statistic-3 .statistic-block p.p-sm {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  CONTENT SMALL STATISTIC
/*------------------------------------------*/ 

.small-statistic {
  margin-top: 20px;
  padding: 0 5px;
}

.small-statistic .statistic-block {
  text-align: left;
  margin-bottom: 0;
}

#reviews-4 .small-statistic .statistic-block {
  margin-bottom: 30px;
}

.small-statistic .statistic-block h5 {
  font-size: 2.65rem;
  margin-bottom: 10px;
}

.small-statistic .statistic-block p {
  font-weight: 500;
  margin-bottom: 5px;
}

#reviews-4 .small-statistic .statistic-block p {
  font-weight: 300;
  padding-right: 15%;
  margin-bottom: 5px;
}

.small-statistic .statistic-block p.p-sm {
  font-weight: 300;
  margin-bottom: 0;
}




/* ==========================================================================
  16. PRICING
  =========================================================================== */

/*------------------------------------------*/
/*  PRICING TABLE
/*------------------------------------------*/  

#pricing-1 .pricing-table {
  position: relative;
  top: 0;
  z-index: 999; 
  background-color: #fff;   
  border: 1px solid #ddd;
  padding: 60px 40px;
  text-align: center;
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

#pricing-1.bg-lightgrey .pricing-table {
  border: 1px solid #eee;
}

#pricing-1 .pricing-table:hover {
  top: -10px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

#pricing-2 .pricing-table {
  margin-bottom: 40px;
} 

/*------------------------------------------*/
/*  Pricing Table Price Plan
/*------------------------------------------*/

.pricing-plan h5 {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.pricing-plan h4 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pricing-table span.price {
  font-size: 80px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
}

.pricing-table sup {
  font-size: 45px;
  font-weight: 500;
  top: -12px;
  right: 3px;
}

.pricing-table sup.coins {
  font-weight: 500;
  font-size: 45px;
  top: -27px;
  left: 1px;
}

.pricing-table p.p-sm {
  color: #999;
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Pricing Table Body
/*------------------------------------------*/

ul.features {
  color: #757575;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 300;
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 28px;
}

#pricing-2 ul.features {
  font-size: 1rem;
  line-height: 1.3;
  border-top: none;
  margin-top: 0;
  padding-top: 20px;
}

ul.features li {
  padding: 12px 8%;
} 

#pricing-2 ul.features li {
  padding: 0 8% 14px;
} 

ul.features li span {
  font-weight: 500;
} 

#pricing-2 ul.features li span {
  font-weight: 600;
} 

ul.features li.disabled-option {
  color: #ccc;
}

/*------------------------------------------*/
/*  Pricing Table Button
/*------------------------------------------*/

.pricing-table .btn {
  margin-top: 25px;
}

#pricing-1 .pricing-table .btn {
  display: block;
  width: 100%;
}

/*------------------------------------------*/
/*  PRICING NOTICE TEXT
/*------------------------------------------*/

.pricing-notice p {
  padding: 0 8%;
  margin-top: 10px;
  margin-bottom: 0;
}

#pricing-2 .pricing-notice p {
  margin-top: 20px;
}

.pricing-notice p span {
  font-weight: 700;
  margin-right: 5px;
}




/* ==========================================================================
  17. BRANDS
  =========================================================================== */

#brands-1,
#brands-5 {
  padding-top: 80px;
  padding-bottom: 50px;
}

#brands-2 {
  padding-top: 85px;
  padding-bottom: 75px;
}

#brands-3 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.brands-section h4 {
  margin-bottom: 50px;
}

.brands-section span.title-digit,
.brands-section span.count-element {
  font-weight: 800;
} 

.brands-section p {
  font-weight: 400;
  margin-bottom: 40px;
}

#brands-4.brands-section p {
  font-weight: 300;
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ddd;
}

.brands-section .btn {
  margin-top: 15px;
}

/*------------------------------------------*/
/*  BRANDS LOGO HOLDER
/*------------------------------------------*/ 

.brands-list {
  text-align: center;
}

#brands-1 .brand-logo,
#brands-3 .brand-logo,
#brands-5 .brand-logo {
  margin-bottom: 30px;
} 

#brands-2 .brand-logo {
  width: 19%;
  padding: 22px 18px;
  display: inline-block;
} 

#brands-4 .brand-logo {
  margin-bottom: 40px;
} 

#brands-1 .brand-logo img {
  padding: 0 15px;
}

#brands-1.bg-map .brand-logo img,
#brands-1.bg-pattern .brand-logo img {
  opacity: .75;
} 

#brands-1.bg-02 .brand-logo img,
#brands-1.bg-05 .brand-logo img,
#brands-1.bg-06 .brand-logo img {
  opacity: .65;
} 

#brands-2 .brand-logo img {
  opacity: .85;
} 

#brands-3 .brand-logo img {
  opacity: .65;
  padding: 0 2px;
}

#brands-5 .brand-logo img {
  opacity: .65;
  padding: 0 30px;
}




/* ==========================================================================
  18. FAQs
  =========================================================================== */

/*------------------------------------------*/
/*  FAQS ACCORDION  
/*------------------------------------------*/

#faqs-1 .card-header {
  position: relative;
  padding: 22px 20px;
  background-color: #f6f7f9;
  border: none;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

#faqs-1 #accordion [data-toggle="collapse"].collapsed:after,
#faqs-1 #accordion [data-toggle="collapse"]:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f106";
  position: absolute;
  font-size: 1.15rem;
  top: 21px;
  right: 20px;
}

#faqs-1 #accordion [data-toggle="collapse"].collapsed:after {
  content: "\f107";
}

#faqs-1 .card-header a:hover {
  color: #151515;
}

/*------------------------------------------*/
/*  Question
/*------------------------------------------*/

#accordion .card {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  margin-bottom: 20px;  
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
  border-radius: 6px; 
}

#accordion .card-header h5 {
  line-height: 1;
  font-weight: 800;
  margin-bottom: 0;
}

#accordion .card-header h5 span {
  font-weight: 400;
  margin-right: 2px;
}

/*------------------------------------------*/
/*  Answer
/*------------------------------------------*/

#accordion .card-body {
  padding: 30px 25px 15px; 
}

#accordion .card-body p {
  color: #666;
}

#accordion .card-body .content-list {
  margin-bottom: 1rem;
}

/*------------------------------------------*/
/*  FAQS TYPOGRAPHY 
/*------------------------------------------*/ 

#faqs-1 h4 {
  margin-left: 0px;
  margin-bottom: 25px;
  color: #dba82a;
}

/*------------------------------------------*/
/*  MORE QUESTIONS BUTTON
/*------------------------------------------*/

.more-questions {
  margin-top: 60px;
}

.more-questions h5 {
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

.more-questions a {
  font-weight: 800;
  text-decoration: underline;
  letter-spacing: -1px;
  margin-left: 3px;
}

.more-questions a:hover {
  color: #111;
}




/* ==========================================================================
  19. CALL TO ACTION
  =========================================================================== */

#cta-2 .inner-bg {
  padding: 80px 0 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#cta-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

#cta-5 {
  padding-top: 100px;
  padding-bottom: 110px;
}

#cta-6 {
  padding-top: 80px;
  padding-bottom: 85px;
}

/*------------------------------------------*/
/*  CALL TO ACTION TYPOGRAPHY
/*------------------------------------------*/ 

.cta-txt h2 {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.cta-txt h3 {
  letter-spacing: 0;
  margin-bottom: 10px;
}

.cta-txt h3 span {
  font-weight: 800;
}

#cta-2 .cta-txt h3,
#cta-3 .cta-txt h3 {
  padding: 0 5%;
  margin-bottom: 40px;
}

#cta-5 .cta-txt h3 {
  letter-spacing: 0;
  margin-bottom: 5px;
}

#cta-5 .cta-txt h5 {
  font-size: 1.9rem;
  font-weight: 300;
  margin-bottom: 30px;
}

#cta-6 .cta-txt h3 {
  font-weight: 400;
}

/*------------------------------------------*/
/*  CTA Paragraphs
/*------------------------------------------*/ 

#cta-1 .cta-txt p {
  font-size: 1.35rem;
  padding: 0 8%;
  margin-bottom: 40px;
}

#cta-2 .cta-txt p {
  font-size: 0.9rem;
  margin-top: 40px;
  margin-bottom: 0;
}

#cta-4 .cta-txt p {
  padding: 0 15% 0 0;
  margin-bottom: 0;
}

#cta-6 .cta-txt p {
  font-size: 1.4rem;
  padding: 0 10%;
}

/*------------------------------------------*/
/*  CTA Links
/*------------------------------------------*/ 

#cta-5 .cta-txt a {
  font-size: 3rem;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  line-height: 1;
  font-weight: 800;
}

#cta-5 .cta-txt a i {
  font-size: 2.35rem;
  position: relative;
  top: -3px;
  right: 3px;
}

/*------------------------------------------*/
/*  CALL TO ACTION FORM
/*------------------------------------------*/ 

.cta-section .form-holder {
  background-color: rgba(255, 255, 255, .2);
  padding: 22px 25px 11px;
  margin: 30px 60px 0;
}




/* ==========================================================================
  20. BLOG
  =========================================================================== */

/*------------------------------------------*/
/*  BLOG POST
/*------------------------------------------*/ 

.blog-post {
  position: relative;
  top: 0;
  z-index: 999; 
  background-color: #fff;
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;  
}

.blog-post:hover {
  top: -10px;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, .15);
}

#leave-comment,
.single-post-title,
.single-post-txt {
  padding: 0 3%;
}

.single-post-txt .txt-list {
  margin-bottom: 16px;
}

/*------------------------------------------*/
/*  MASONRY GRID TESTIMONIALS
/*------------------------------------------*/ 

#blog-2 .masonry-item { 
  width: 50%;
  margin: 0;
}

#blog-2 .blog-post { 
  margin: 0 10px 50px;
}

/*------------------------------------------*/
/*  POST IMAGE
/*------------------------------------------*/ 

.blog-post-img img {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/*------------------------------------------*/
/*  Post Read
/*------------------------------------------*/ 

p.post-read {
  color: #e9b538;
  font-size: 0.975rem;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  POST TEXT
/*------------------------------------------*/ 

.blog-post-txt {
  padding: 25px 20px;
}

.blog-post-txt p {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    font-weight: 500;
}

.blog-post-txt h5 {
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 10px;
}

.blog-post-txt a:hover {
  color: #858585;
}

/*------------------------------------------*/
/*  Post Tag
/*------------------------------------------*/ 

p.post-tag {
  color: #aaa;
  font-size: 0.975rem;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  line-height: 1;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 0;
}

p.post-tag a {
  color: #aaa;
}

/*------------------------------------------*/
/*  Post Data
/*------------------------------------------*/ 

p.post-data {
  color: #e9b538;
  font-size: 0.975rem;
  line-height: 1;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
}

p.post-data a {
  color: #353637;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-weight: 800;
}

/*------------------------------------------*/
/*  More Post Button
/*------------------------------------------*/ 

.more-posts {
  margin-top: 30px;
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  SINGLE BLOG POST
/*------------------------------------------*/

.post-share-links {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e5e5e5;
}

.single-post-txt h5 {
  margin-bottom: 20px;
}

.single-post-txt h4 {
  margin-top: 25px;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  SINGLE POST DATA
/*------------------------------------------*/ 

.single-post-data {
  margin-top: 15px;
}

.single-post-data p {
  font-size: 1.1rem;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
}

.single-post-data a {
  color: #222;
  font-weight: 700;
}

.post-title-meta {
  margin-bottom: 20px;
}

.post-title-meta span {
  color: #bbb;
  font-size: 0.815rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

/*------------------------------------------*/
/*  Single Post Inner Image
/*------------------------------------------*/

.post-inner-img {
  margin-top: 40px;
  margin-bottom: 40px;  
}

.post-inner-img p.p-sm {
  margin-top: 20px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Follow Button 
/*------------------------------------------*/ 

.follow-author {
  position: relative;
  color: #757575;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 400;
  padding: 3px 8px;
  top: -2px;
  margin-left: 8px;
  border: 1px solid #888;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  POST TAGS 
/*------------------------------------------*/ 

.post-share-links {
  margin-top: 70px;
}

.post-tags-list span a {
  color: #999;
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 7px 16px;
  margin-right: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.post-tags-list span a:hover {
  background-color: #f0f1f3;
  border-color: #f0f1f3;
}

/*------------------------------------------*/
/*  POST SHARE ICONS
/*-----------------------------------------*/

.share-social-icons {
  display: inline-block; 
  padding-left: 0;
}

.share-social-icons li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

a.share-ico {
  color: #555;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: block;
  margin-right: 3px;
}

/*------------------------------------------*/
/*  ABOUT POST AUTHOR
/*------------------------------------------*/ 

.author-senoff {
  background-color: #f8f9fb;
  margin: 100px 0;
  padding: 45px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.author-senoff img {  
  width: 100px;
  height: 100px;
  float: left;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;  
}

.author-senoff-txt {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
}

.author-senoff-txt h5.h5-xs {
  color: #757575;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.author-senoff-txt h5.h5-lg {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

.author-senoff-txt p {
  color: #757575;
  padding-right: 5%;
  margin-bottom: 0;
}

.author-follow-btn {
  display: inline-block;
  position: absolute;
  color: #757575;
  font-size: 0.925rem;
  line-height: 1;
  font-weight: 400;
  padding: 4px 10px;
  top: 1px;
  right: 0px;
  border: 1px solid #888;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.main_area_diractor{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
  padding-bottom: 20px;
}

.main_area_diractor img{
filter: grayscale(100%);
transition: 0.5s;
}

.main_area_diractor:hover.main_area_diractor img{
filter: grayscale(0%);
}

.director_section h4{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 34px;
  color: #31aad9;
}
.director_section span{
  font-size: 14px;
}
.director_section {
  text-align: center;
  background: #fff!important;
   position: relative; 
  padding: 12px 9px;
  width: 255px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: -71px auto auto;
  display: inline-block;
} 


.author-follow-btn-de {
    max-width: 180px;
    border: 2px solid #dba82a;
    padding: 10px;
    border-radius: 4px;
    transition: 0.5s
}

.author-follow-btn-de:hover {
    background: #dba82a;
    color: #fff;
    transform: scaleX(1.1);
    }

/*.sflkdn {
  width: 0;
  transition: 0.5s;
}

.author-follow-btn-de:hover .sflkdn{
    width: 10px
}*/
/*------------------------------------------*/
/*  SINGLE POST COMMENTS
/*------------------------------------------*/

.single-post-comments {
  padding: 0 3%;
}

.single-post-comments img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-meta h5 {
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 2px;
}

.comment-date {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.btn-reply a {
  background-color: #888;
  color:  #fff;
  font-size: 13px;  
  font-weight: 400;
  padding: 3px 8px; 
  text-transform: uppercase;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.btn-reply a:hover {
  color:  #fff;
  background-color: #555;
}

.comment-reply {
    margin-left: 40px;
}

.single-post-comments hr { 
  margin-top: 20px; 
  margin-bottom: 20px; 
}

/*------------------------------------------*/
/*    SINGLE POST COMMENT FORM
/*------------------------------------------*/

#leave-comment h5.h5-lg {
  margin-bottom: 3px;
}

.comment-form {
  position: relative;
}

.comment-form p {
  color: #333;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 5px;
  display: block;
}

.comment-form .form-control {
  height: 54px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1rem;
  font-weight: 300;
  padding: 0 20px;
  margin-bottom: 22px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.comment-form .form-control:focus {
  border-color: #16a2e0;
  outline: 0px none;
  box-shadow: none;
}

.comment-form textarea { min-height: 200px; }
.comment-form textarea.form-control { 
  padding: 20px;
}

/*------------------------------------------*/
/*    Comment Form Message
/*------------------------------------------*/

.comment-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.comment-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-weight: 500;
}

.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}




/* ==========================================================================
  21. CONTACTS
  =========================================================================== */

#contacts-2 {
  padding-top: 80px;
  padding-bottom: 50px;
}

/*------------------------------------------*/
/*  CONTACT BOX
/*------------------------------------------*/

.contact-box {
  margin-bottom: 40px;
}

#contacts-2 .contact-box {
  margin-bottom: 30px;
}

.cbox-2-txt {
  overflow: hidden;
  padding-left: 20px;
}
.contact-box .cbox-1{
  margin-bottom: 15px;
}
.contact-box .cbox-1 i{
 font-size: 20px;
}
/*------------------------------------------*/
/*  CONTACT BOX TYPOGRAPHY
/*------------------------------------------*/

.contact-box h5 {
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-box p {
  font-size: 1.125rem;
  margin-bottom: 0;
}

#contacts-2 .contact-box p {
  font-size: 1.1rem;
  margin-bottom: 1px;
}

#contacts-2 .contact-box span,
#contacts-2 .contact-box img {     
  float: left;
  text-align: center;
  margin-top: 3px;
}

#contacts-1 .form-holder {
  background-color: transparent;
  padding: 0;
}

/*------------------------------------------*/
/*  CONTACT FORM
/*------------------------------------------*/

.contact-form .form-control {
  height: 52px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1rem;
  font-weight: 300;
  padding: 0 20px;
  margin-bottom: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.bg-lightgrey .contact-form .form-control {
  background-color: #fcfcfc;
  border-color: #ccc;
}

/*------------------------------------------*/
/*  Contact Form Textarea
/*------------------------------------------*/

.contact-form textarea { min-height: 200px; }
.contact-form textarea.form-control { 
  padding: 20px;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.contact-form .form-control::-moz-placeholder { color: #555; } 
.contact-form .form-control:-ms-input-placeholder { color: #555; }
.contact-form .form-control::-webkit-input-placeholder { color: #555; }

/*------------------------------------------*/
/*  Contact Form Input Focus
/*------------------------------------------*/

.contact-form .form-control:focus,
.bg-lightgrey .contact-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  border-color: #517082;
}

/*------------------------------------------*/
/*  Contact Form Message
/*------------------------------------------*/

.contact-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.contact-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-weight: 500;
}

.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}




/* ==========================================================================
  23. GOOGLE MAP
  =========================================================================== */

#gmap {
  width: 100%;
  height: 450px;
}




/* ==========================================================================
  24. FOOTER
  =========================================================================== */

/*------------------------------------------*/
/*  FOOTER TYPOGRAPHY
/*------------------------------------------*/
 
.footer h5 {
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 3px;
  margin-bottom: 25px;
}

.footer-info p {
  margin-top: 25px;
}

.footer-contacts p {
  font-size: 1.05rem;
  margin-bottom: 1px;
}

.footer-copyright p span {
  font-weight: 800;
}

.footer-contacts .btn {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  FOOTER LINKS
/*------------------------------------------*/

.footer-links li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  font-size: 1.05rem;
  margin: 0 0 9px 0;
  padding: 0;
  font-family:'Muli', sans-serif;; 
  font-weight: 600;
}
/*------------------------------------------*/
/*  FOOTER SOCIAL LINKS
/*------------------------------------------*/

.foo-socials {
  display: inline-block; 
  padding-left: 0;
  margin: 10px auto 0;
}

.bottom-footer .foo-socials {
  margin: 0;
}

.foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.foo-socials a {
  color: #888;
  font-size: 1rem;
  line-height: 30px !important;
  margin-right: 22px;
  display: block;
}

#footer-3 .foo-socials a {
  color: #aaa;
  background-color: #fff;
  border: 2px solid #aaa;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  line-height: 37px !important;
  margin-right: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}

.foo-socials a.ico-facebook:hover { color: #3b5998; }
.foo-socials a.ico-twitter:hover { color: #00a9ed; }
.foo-socials a.ico-instagram:hover { color: #e44772; }
.foo-socials a.ico-dribbble:hover { color: #d92d84; }
.foo-socials a.ico-behance:hover { color: #2473f6; }
.foo-socials a.ico-pinterest:hover { color: #ac281a; }
.foo-socials a.ico-linkedin:hover { color: #015886; }
.foo-socials a.ico-google-plus:hover { color: #cd1111; }
.foo-socials a.ico-youtube:hover { color: #cd1b20; }
.foo-socials a.ico-tumblr:hover { color: #3a5976; }
.foo-socials a.ico-vk:hover { color: #3b5998; }

#footer-3 .foo-socials a.ico-facebook:hover { color: #fff; background-color: #3b5998; border-color: #3b5998; }
#footer-3 .foo-socials a.ico-twitter:hover { color: #fff; background-color: #00a9ed; border-color: #00a9ed; }
#footer-3 .foo-socials a.ico-instagram:hover { color: #fff; background-color: #e44772; border-color: #e44772; }
#footer-3 .foo-socials a.ico-dribbble:hover { color: #fff; background-color: #d92d84; border-color: #d92d84; }
#footer-3 .foo-socials a.ico-behance:hover { color: #fff; background-color: #2473f6; border-color: #2473f6; }
#footer-3 .foo-socials a.ico-pinterest:hover { color: #fff; background-color: #ac281a; border-color: #ac281a; }
#footer-3 .foo-socials a.ico-linkedin:hover { color: #fff; background-color: #015886; border-color: #015886; }
#footer-3 .foo-socials a.ico-google-plus:hover { color: #fff; background-color: #cd1111; border-color: #cd1111; }
#footer-3 .foo-socials a.ico-youtube:hover { color: #fff; background-color: #cd1b20; border-color: #cd1b20; }
#footer-3 .foo-socials a.ico-tumblr:hover { color: #fff; background-color: #3a5976; border-color: #3a5976; }
#footer-3 .foo-socials a.ico-vk:hover { color: #fff; background-color: #3b5998; border-color: #3b5998; }

/*------------------------------------------*/
/*  FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-form .form-control {
  height: 48px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  color: #333;
  font-size: 0.925rem;
  padding: 0 15px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.footer-form .form-control:focus {
  border: 1px solid #ccc;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.footer-form .btn {
  height: 48px;
  color: #aaa;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
  font-size: 1.45rem;
  line-height: 1!important;
  padding: 0 15px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.footer-form .form-notification {
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
  margin-left: 5px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

.bottom-footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.bg-dark .bottom-footer { 
  border-top: 1px solid #454647;
}

.bottom-footer p {
  margin-bottom: 0;
}

.bottom-footer p.p-sm {
  display: inline-block;
  font-size: 0.925rem;
  line-height: 1;
  margin-left: 17px;
  margin-bottom: 0;
}

.bg-dark .bottom-footer p.p-sm { 
  color: #ddd;
}

/*------------------------------------------*/
/*  Bottom Footer List
/*------------------------------------------*/

.bottom-footer-list li {
  font-size: 1rem;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 9px 5px 0;
  padding: 0;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-weight:500;
}

.bottom-footer-list li a {
  font-weight: 600;
}

/*.bottom-footer-list p:after { 
  content: "|"; 
  padding-left: 2px; 
  position: relative;
  top: -1px;
}*/

.bottom-footer-list p.last-li:after { 
  content: " "; 
  padding-left: 0; 
}




/* ==========================================================================
  25. INNER PAGE WRAPPER
  =========================================================================== */

.inner-page-wrapper {
  margin-top: 66px;
}

/*------------------------------------------*/
/*  INNER PAGE HERO
/*------------------------------------------*/

.page-hero-section {
  background: no-repeat center center;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 280px;
  background-size: cover;
  background-image: url(../images/all-header-bg.png);
}

/*#about-page.page-hero-section {
  background-image: url(../images/about-page.jpg);
}

#services-page.page-hero-section {
  background-image: url(../images/services-page.jpg);
}

#service-details-page.page-hero-section {
  background-image: url(../images/service-details-page.jpg);
}

#pricing-page.page-hero-section {
  background-image: url(../images/pricing-page.jpg);
}

#team-page.page-hero-section {
  background-image: url(../images/team-page.jpg);
}

#reviews-page.page-hero-section {
  background-image: url(../images/reviews-page.jpg);
}

#resources-page.page-hero-section {
  background-image: url(../images/resources-page.jpg);
}

#faqs-page.page-hero-section {
  background-image: url(../images/faqs-page.jpg);
}

#contacts-page.page-hero-section {
  background-image: url(../images/contacts-page.jpg);
}

#case-studies-page.page-hero-section {
  background-image: url(../images/case-studies-page.jpg);
}

#project-details-page.page-hero-section {
  background-image: url(../images/project-details-page.jpg);
  padding-bottom: 250px;
}

#blog-listing-page.page-hero-section {
  background-image: url(../images/blog-listing-page.jpg);
}*/

/*------------------------------------------*/
/*  INNER PAGE HERO TYPOGRAPHY
/*------------------------------------------*/

.page-hero-section h3 {
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.page-hero-section p {
  font-size: 1.35rem;
  font-weight: 400;
  padding: 0 15%;
  margin-bottom: 0;
}




/* ==========================================================================
  26. BREADCRUMB
  =========================================================================== */

.breadcrumb {
  padding: 30px 5px 26px;
  background-color: transparent;
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}

/*------------------------------------------*/
/*  BREADCRUMB TYPOGRAPHY
/*------------------------------------------*/ 

.breadcrumb-item a,
.breadcrumb-item.active {
  font-size: 0.975rem;
  font-weight: 500;
}

.breadcrumb-item.active {
  color: #999;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.1rem;
  display: inline-block;
  padding-right: 10px;
  margin-top: -1px;
  content: "\00bb";
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 12px;
}




/* ==========================================================================
  27. PAGE PAGINATION
  =========================================================================== */

.page-pagination {
  padding-bottom: 100px;
}

.page-link {
  color: #666;
  font-weight: 600;
  padding: 7px 14px;
  margin: 0 3px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item.disabled .page-link {
  color: #aaa;
  background-color: transparent;
  border-color: transparent;
}

.next-page.page-link1 {
  margin-left: 30px;
}

.page-link:hover,
.page-item.active .page-link {
  background-color: #3a3953;
  color: #fff;
  border-color: #3a3953;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

.page-link:focus {
  background-color: transparent;
  color: #666;
  border-color: transparent;
  box-shadow: 0 0;
}




/* ==========================================================================
  28. SCROLL TO TOP
  =========================================================================== */ 

#scrollUp {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(35, 35, 35, 0.65);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear; 
}

#scrollUp:hover {
  background-color: #151515;
}

nav a#pull {  
    display: none;  
} 
#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
#RightService .sbox-4{
 margin-bottom: 13px; 
}
#RightService .sbox-4-txt h5{
  font-size: 18px;
  margin-bottom: 4px;
}
#RightService .sbox-4-txt p{
  font-size: 15px;
}

/* services details page css start here */
.service-container {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container .icon {
  margin-top: 5%;
  font-size: 38px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container .number-icon .icon-2 {
  height: 70px;
  width: 70px;
  line-height: 80px;
  border-radius: 64% 36% 55% 45% / 76% 72% 28% 24% !important;
  border-color: #f89d36 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container .number-icon .icon-2 i {
  font-size: 30px;
}

.service-container .number-icon .number {
  position: absolute;
  top: 0;
  right: 70px;
  left: 0;
  height: 35px;
  width: 35px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container .number-icon .number span {
  line-height: 30px;
}

.service-container .content .number {
  font-size: 40px;
  color: #dee2e6;
}

.service-container .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container.hover-bg {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container.hover-bg .smooth-icon {
  position: absolute;
  bottom: -40px;
  right: -20px;
  font-size: 60px;
  color: #f8f9fa;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.service-container.hover-bg:hover {
  background-color: #f89d36;
}

.service-container.hover-bg:hover .content .title {
  color: #ffffff !important;
}

.service-container.hover-bg:hover .content .serv-pera {
  color: #fafafb !important;
}

.service-container.hover-bg:hover .smooth-icon {
  font-size: 100px;
  opacity: 0.2;
  bottom: -20px;
  right: 10px;
}

.service-container:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
          box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
}

.service-container:hover .icon {
  color: #f89d36;
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

.service-container:hover .number-icon .icon-2 {
  background-color: #f89d36;
  border-radius: 50% !important;
}

.service-container:hover .number-icon .icon-2 i {
  color: #ffffff !important;
}

.service-container:hover .number-icon .number {
  color: #ffffff;
  background: #f89d36 !important;
  border-color: #ffffff !important;
}

.service-container:hover .content .title {
  color: #f89d36;
}

.service-container a:hover,
.service-container a .title:hover {
  color: #f89d36 !important;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.service-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-wrapper .icon {
  width: 60px;
  height: 60px;
  line-height: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-wrapper .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
}

.service-wrapper .big-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-wrapper:hover {
  -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
          box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  background: #ffffff;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  border-color: transparent !important;
}

.service-wrapper:hover .icon {
  background: #31aad9!important;
  color: #ffffff !important;
}

.service-wrapper:hover .big-icon {
  z-index: -1;
  opacity: 0.1;
  font-size: 160px;
}

.text-custom {
    color: #31aad9!important;
}

.uim-svg {
    display: inline-block;
    height: 1em;
    vertical-align: -0.125em;
    font-size: inherit;
    fill: var(--uim-color, currentColor);
}
#howTo .sbox-4-txt h5{
  font-size: 1.25rem!important;
}

@media only screen and (max-width: 600px) {
  #howTo .sbox-4-txt h5{
    text-align: left;
    padding-left: 10px;
  }
}
.port-client-logo{
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px!important; */
  margin-bottom: 20px;
}
.port-client-logo img{
  border-radius: 5px;
}
/* Float Shadow */
.hvr-float-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-float-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
/* background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); */
/* W3C */
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
opacity: 1;
-webkit-transform: translateY(5px);
transform: translateY(5px);
}

 .port-client-logo img{
  filter: grayscale(1);
}
 .port-client-logo:hover img{
  filter:grayscale(0);
  filter:none;
}


.search_s {
    font-family: 'Muli';
    font-weight: 700;
    color: #000;
    border: 2px solid #e9b538;
}


.search_s:focus {
    color: #000;
    background-color: #fff;
    border-color: #e9b538;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 152 0 / 12%);
}

/*@media (min-width:992px){
  .search_b{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .search_s{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}*/
.tra-white-hover:hover{
  color: #000!important;
}

.sf-align-center {
  display: flex;
  align-items: center;
}



/*enquiry form css*/

.confirm{
          background-color: #e9b538 !important;
       }
         .query-form input{
         height: 50px!important;
         }
         .contact-form textarea{
         min-height: 110px!important;
         }
         .modal-footer  button:hover{
         background: #e9b538!important;
         border-color: #e9b538!important;
         }

         .modal-content {
          border-radius: 25px;
         }
         .modal-body {
          padding: 0px; 
         }
         .modal-header {
          border: none;
          padding: 12px 3px;
          position: relative;
          z-index: 99;
         }
         .modal-header h5 {
          margin: 0;
          color: #fff;
          font-size: 23px;
          line-height: 26px;
         }
         .modal-header .close {
            color: #fff;
            height: 23px;
            border-radius: 50%;
            width: 23px;
            padding: 0px 0px 0px 0px;
            margin: -14px -27px 0px auto;
            font-weight: 100;
            font-family: none;
            display: inline-block;
            font-size: 30px;
            line-height: 22px;
            background: #f79C22;
            opacity: 0.8;
        }
         .modal-header button:focus {
            outline: 1px solid #fbae24;
         }
         .SFsidesvg {
            position: relative;
         }
         .modal-Ficonslider {
            position: absolute;
            bottom: 0px;
            right: 20px;
            max-width: 147px;
            height: auto;
         }
         .sa-Fmodal .modal-footer {
          border: none;
         }
         .modal-Sequire-dtls {
          padding:  40px 0 20px 40px;
         }
         .modal-Sequire-dtls h6 {
            font-size: 26px;
            line-height: 35px;
            font-weight: 800;
            color: #f68d1e;
            margin: 0 0 70px 0px;
        }

        .modal-Sequire-dtls ul {
            margin: 0;
            padding: 0;
        }
        .modal-Sequire-dtls li {
            margin: 20px 0;
            padding: 0;
            font-size: 14px;
            font-weight: 500;
            color: #495057;
            display: flex;
            align-items: center;
        }

        .modal-Sequire-dtls li i {
            margin-right: 10px;
            color: #f68d1e;
            font-size: 35px;
            line-height: 45px;
        }
        .sa-Fmodal .modal-FsoIcon {
            height: auto;
            width: 35px;
            display: inline-block;
            margin-right: 10px;
        }
        .modal-form__sociel {
            display: flex;
            justify-content: left;
            margin: 0;
            padding: 0;
        }
        .modal-form__sociel li {
          margin: 0px 15px 0px 0px;
          background-color: #f99d1b;
          border-radius: 7px;
          display: flex;
          justify-content: center;
          align-items: center;
      }
        .modal-form__sociel li i {
            font-size: 22px;
            line-height: 30px;
            color: #fff;
            display: inline-block;
            padding: 2px 8px 0px 8px;
            margin: 0;
        }

        .sa-Fmodal .form-control {
          border-radius: 25px;
          border: 2px solid #fff;
          margin-bottom: 16px;
          font-size: 13px;
          background: transparent;
          color: #fff;
          position: relative;
          z-index: 99;
        }
        
        .sa-Fmodal .form-holder {
          padding: 10px 0;
          background: transparent;
        }
        .sa-Fmodal .modal-formWithBg {
            background: #fbae24;
            padding: 10px 30px;
            margin: 0;
            border-radius: 0px 21px 21px 0px;
            position: relative;
            z-index: 1;
        }

        .sa-Fmodal .modal-formWithBg .sarightSmallbg {
            position: absolute;
            height: auto;
            display: inline-block;
            z-index: -1;
            bottom: 74px;
            left: 8px;
            max-width: 65px;
        }
        .sa-Fmodal .modal-formWithBg .sarightBigbg {
            position: absolute;
            height: auto;
            display: inline-block;
            z-index: 2;
            top: 9px;
            right: 0px;
            max-width: 145px;
        }

        .sa-Fmodal .btn-sm {
          padding: 5px 16px;
          border-radius: 25px;
          color: #f68d1e;
          background: #fff;
          font-size: 20px;
          line-height: 20px;
          position: relative;
         z-index: 99;
          
        }
        .sa-Fmodal .btn-sm:hover {
          color: #fff;
        }

        .sa-Fmodal-label {
          position: absolute;
          z-index: 99;
          background: #fbae24;
          color: #fff;
          left: 46px;
          top: -10px;
          padding: 0 5px;
          font-weight: 500;
          font-size: 14px;
        }
        
        .sa-Fmodal .form-control:focus {
            box-shadow: none;
        }

        .sa-Fmodal .sa-fsociel-title {
            margin: 50px 0 16px 0;
            font-size: 22px;
            line-height: 25px;
            font-weight: 600;
        }

        @media(max-width:900px){
        .sa-Fmodal .modal-formWithBg {
            border-radius: 23px 23px 0px 0px;
          }
          
          .modal-Ficonslider {
            bottom: 50px;
            right: -1px;
            max-width: 65px;
            transform: rotate(-90deg);
         }
          .modal-header h5 {
            font-size: 16px;
            line-height: 20px;
          }
          .query-form input {
                height: 40px!important;
            }
            .sa-Fmodal .modal-formWithBg .sarightSmallbg {
                bottom: 50px;
                left: 12px;
                max-width: 42px;
           }
           .sa-Fmodal .modal-formWithBg .sarightBigbg {
                top: 47px;
                right: 8px;
                max-width: 60px;
           }
            .sa-Fmodal-label {
                left: 35px;
                top: -7px;
                font-size: 11px;
            }
            .sa-Fmodal .btn-sm {
                padding: 5px 12px;
                font-size: 14px;
                line-height: 12px;
            }
            .sa-Fmodal .modal-footer {
                padding: 12px 0 0px 18px
            }
        .modal-Sequire-dtls {
            padding: 20px 45px 20px 20px;
          }
          .modal-Sequire-dtls h6 {
            font-size: 18px;
            line-height: 22px;
            margin: 0 0 20px 0px;
            }
        .sa-Fmodal .modal-Sequire-dtls li {
            margin: 10px 0;
            font-size: 11px;
            }
        .sa-Fmodal .modal-form__sociel li {
                margin: 0px 15px 0px 0px;
            }
         .modal-Sequire-dtls li i {
            font-size: 14px;
            line-height: 20px;
            padding: 2px 5px 0px 5px;
        }
        .sa-Fmodal .modal-FsoIcon {
            width: 20px;
        }
        .sa-Fmodal .sa-fsociel-title {
            margin: 15px 0 7px 0;
            font-size: 16px;
            line-height: 20px;
        }
         textarea{
           max-height: 90px!important;
         }
        }


/*career page css overwrite */

.query-form input{
        height: 40px!important;
      }
      .contact-form textarea{
        min-height: 110px!important;
      }
      .modal-footer  button:hover{
        background: #e9b538!important;
        border-color: #e9b538!important;
      }
    #faqs-1 .card{
      border-bottom: 1px solid #000000;
      }
    #faqs-1 .card-header {
      padding: 22px 0px;
      }
    #faqs-1 .card-header h5{
      font-size: 22px;
      line-height: 30px;
      color: #000000;
      font-weight: 700;
      transition: 0.4s;
      }
    #faqs-1 .card-header h5:hover{
      color: #dba82a;
      }
    #faqs-1 .card-body h4 {
      font-size: 22px;
      line-height: 30px;
      color: #000000;
      font-weight: 700;
      }

    #faqs-1 #accordion .card-body p{
      color: #000000;
      font-size: 15px;
      line-height: 22px;
      font-weight: 500;
      }
    #faqs-1 #accordion .cbox-1-txt p span{
      color: #788689;
      font-size: 16px;
      line-height: 22px;
      font-weight: 700;
      }

    .cbox-1 i {
      color: #dba82a;
      }

    #faqs-1 .card-body .btn {
      background-color: transparent;
      color: #000000;
      padding:14px 15px;
      border: 2px solid #dba82a;
      }
    #faqs-1 .card-body .btn:hover {
      background-color: #dba82a;
      color: #ffffff;
      }
    #faqs-1 .card-body .btn i {
      padding-left: 0px;
      transition: 0.5s;
      }
    #faqs-1 .card-body .btn:hover.btn i {
      padding-left: 20px;
      transition: 0.5s;
      }

      #contacts-1 .contact-form .form-control{
        color: #000000;
        font-weight: 400;
        font-size: 16px;
                font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;; 
                font-weight: 400;
      }

      #contacts-1 .form-holder {
        background-color: #cccccc74;
            padding: 30px 20px;
          }


/*blog-deatils page*/

#sf-blog-details {
  position:relative;
  padding: 80px 0; }

.slide-arrow{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow:focus{
 outline: none;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid #e9b538;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.next-arrow{
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 25px solid #e9b538;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.blog-post-img img {
  width: 100%;
  max-height: 200px;
}

.sf-p-sm{
  font-size: 14px;
  color: #000;
}


@media(max-width:900px){
  .sf-mespace {
    display: none;
  }
}


/*.smllogo {*/
/*    width: 167px !important;*/
/*    height: 47px !important;*/
/*}*/


/*@media(max-width:600px){*/
/*  .smllogo {*/
/*    width: 130px !important;*/
/*    height: 40px !important;*/
/*}*/
/*}*/

