/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
 
body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 300;
  /* margin: var(--top-spacing) auto; */
}

/* #page {
  --top-spacing: 100px;
  scroll-padding-top: var(--top-spacing);
} */

.banner {
  height: 200px;
  background-image: url(../images/serviceBanner.png);
}

/*------------------------------------------------------------------*/
/*  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; scroll-padding-top: 100px; /* height of sticky header */}

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/

.wide-100 { 
  padding-top: 90px; padding-bottom: 80px;
}
.wide-90 { padding-top: 100px; padding-bottom: 90px; }
.wide-80 { padding-top: 100px; padding-bottom: 80px; }
.wide-70 { padding-top: 70px; padding-bottom: 70px; }
.wide-60 { padding-top: 60px; padding-bottom: 60px; }
.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 for Sections
/*------------------------------------------*/

.bg-primary { background-color: #c02026; }
.no-bg { background-color: transparent!important; }
.bg-white { background-color: #fff!important; }
.bg-snow { background-color: #fefefe; }
.bg-dark { background-color: #2e2f33!important; }
.bg-lightgrey { background-color: #f8f9fb; }
.bg-aqua { background-color: #18a0ae; }
.bg-blue { background-color: #0072bc; }
.bg-darkblue { background-color: rgb(52, 65, 154); }
.bg-green { background-color: #42c374; }
.bg-olive { background-color: #7ba323; }
.bg-orange { background-color: #ff4500; }
.bg-red { background-color: #c02026; }
.bg-darkred { background-color: #c2162c; }
.bg-salmon { background-color: #f77459; }
.bg-teal { background-color: #008080; }
.bg-whatsappgreen { background-color: #198754;}

.bg-tra-city {
  width: 100%;
  background-image: url(../images/3.png);
  background-repeat: no-repeat; 
  background-position: bottom center;
  background-size: cover;
}

.bg-tra-map {
  width: 100%;
  background-image: url(../images/tra-map.png);
  background-repeat: no-repeat; 
  background-position: center center;
  background-attachment: fixed !important;
  background-size: cover;
}

.bg-blue-map {
  width: 100%;
  background-image: url(../images/blue-map.jpg);
  background-repeat: no-repeat; 
  background-position: center center;
  background-attachment: fixed !important;
  background-size: cover;
}

.bg-blue-img {
  width: 100%;
  background-image: url(../images/bg-blue-img.jpg);
  background-repeat: no-repeat; 
  background-position: center center;
  background-attachment: fixed !important;
  background-size: cover;
}

/*------------------------------------------*/
/*  Grey Border for Sections
/*------------------------------------------*/

.grey-border {
  width: 100%;
  height: 2px;
  background-image: url(../images/border.png);
  background-position: center center;
}

.b-top { border-top: 1px solid #ddd; }
.b-bottom { border-bottom: 1px solid #ddd; }
.b-left { border-left: 1px solid #ddd; }
.b-right { border-right: 1px solid #ddd; }




/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  /* color: ; */
  font-family: 'Muli', 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: 36px; }   /* 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:15px; }          /* 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: #333;
  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: #666;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------------*/
/*  BOX LIST
/*------------------------------------------*/ 

.box-list-icon {
  font-size: 1rem;
  line-height: 1.5rem;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}

.box-list p {
  overflow: hidden;
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*  TEXT LIST
/*------------------------------------------*/

ul.txt-list {
  list-style: disc;
  margin-left: 15px;
}

ul.txt-list li {
  font-size: 1.05rem;
  margin-bottom: 7px;
}

ul.txt-list li span {
  font-weight: 700;
}

ul.txt-list li:last-child {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  IMAGE SETTINGS
/*------------------------------------------*/

.img-fluid {
  display: inline-block; 
  /* width: 90%; */
}

/*------------------------------------------*/
/*  OWL CAROUSEL NAVIGATION
/*------------------------------------------*/

.owl-theme .owl-dots, 
.owl-theme .owl-nav {
  text-align: center;
}

.owl-carousel.owl-theme .owl-nav [class*='owl-'] { 
  background: transparent;
  margin: 0 10px;
  padding: 0;
}

.owl-theme .owl-nav img { 
  width: 30px;
  height: 16px;
}

.owl-theme .owl-nav button:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/

.btn {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  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; 
}

.btn-arrow {
  position: relative; 
}

.btn-arrow span {
  display: inline-block;
  position: relative;
  -webkit-transition: transform 300ms ease-in-out;
  -moz-transition: transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  -ms-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  will-change: transform;
}

.btn-arrow:hover span, 
.btn-arrow:focus span {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); 
}

.btn-arrow i {
  font-size: 13px;
  line-height: 1;
  position: absolute;
  right: 0px;
  opacity: 0;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 300ms ease-in-out;
  -moz-transition: right 300ms ease-in-out;
  -o-transition: right 300ms ease-in-out;
  -ms-transition: right 300ms ease-in-out;
  transition: right 300ms ease-in-out;
}

.btn-md.btn-arrow i {
  font-size: 14px;
  top: 47%;
}

.btn-arrow:hover i, 
.btn-arrow:focus i {
  opacity: 1;
  right: -18px; 
}

.btn-md.btn-arrow:hover i, 
.btn-md.btn-arrow:focus i {
  right: -20px; 
}

/*------------------------------------------*/
/*  Button Size
/*------------------------------------------*/

.btn.btn-sm {
  font-size: 13px;
  padding: 11px 22px;
}

.btn.btn-md {
  font-size: 16px;
  padding: 15px 35px;
}

.btn.btn-lg {
  font-size: 18px;
  padding: 18px 45px;
}

/*------------------------------------------*/
/*  Button Color
/*------------------------------------------*/

.btn-primary,
.white-color .btn-primary {
  color: #fff;
  background-color: #c02026;
  border-color: #c02026;
}

.consultFormBtn {
  color: #fff;
  background-color: #c02026;
  border-color: #c02026;
}

.consultFormBtn:hover {
  background-color: transparent;
  border-color: white;
}

.btn-tra-white, 
.white-color .btn-tra-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-tra-black, 
.white-color .btn-tra-black {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.btn-tra-grey, 
.white-color .btn-tra-grey {
  color: #555;
  background-color: transparent;
  border-color: #ccc;
}

.btn-white,
.white-color .btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-black,
.white-color .btn-black {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-aqua,
.white-color .btn-aqua {
  color: #fff;
  background-color: #18a0ae; 
  border-color: #18a0ae; 
}

.btn-blue,
.white-color .btn-blue {
  color: #fff;
  background-color: #0072bc;
  border-color: #0072bc;
}

.btn-darkblue,
.white-color .btn-darkblue {
  color: #fff;
  background-color: rgb(52, 65, 154);
  border-color: rgb(52, 65, 154);
}

.btn-stateblue,
.white-color .btn-stateblue {
  color: #fff;
  background-color: #6a5acd;
  border-color: #6a5acd;
}

.btn-green,
.white-color .btn-green {
  color: #fff;
  background-color: #42c374;
  border-color: #42c374;
}

.btn-red,
.white-color .btn-red {
  color: #fff;
  background-color: #c2162c;
  border-color: #c2162c;
}

.btn-olive,
.white-color .btn-olive {
  color: #fff;
  background-color: #7ba323;
  border-color: #7ba323;
}

.btn-orange,
.white-color .btn-orange {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

.btn-teal,
.white-color .btn-teal {
  color: #fff;
  background-color: #008080;
  border-color: #008080;
}

.btn-salmon,
.white-color .btn-salmon {
  color: #fff;
  background-color: #f77459;
  border-color: #f77459;
}

.btn-yellow,
.white-color .btn-yellow {
  color: #333;
  background-color: #ffc20e;
  border-color: #ffc20e;
}

/*------------------------------------------*/
/*  Button Hover
/*------------------------------------------*/

.btn.primary-hover:hover,
.white-color .btn.primary-hover:hover {
  color: #fff;
  background-color: #c02026;
  border-color: #c02026;
}

.btn.white-hover:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn.black-hover:hover {
  color: #fff!important;
  background-color: #333;
  border-color: #333;
}

.btn.tra-white-hover:hover,
.white-color .btn.tra-white-hover:hover {
  color: #fff!important;
  background-color: transparent;
  border-color: #fff;
}

.btn.tra-black-hover:hover,
.white-color .btn.tra-black-hover:hover {
  color: #333!important;
  background-color: transparent;
  border-color: #333;
}

.btn.aqua-hover:hover,
.white-color .btn.aqua-hover:hover {
  color: #fff;
  background-color: #18a0ae; 
  border-color: #18a0ae; 
}

.btn.blue-hover:hover,
.white-color .btn.blue-hover:hover {
  color: #fff;
  background-color: #0072bc;
  border-color: #0072bc;
}

.btn.olive-hover:hover,
.white-color .btn.olive-hover:hover {
  color: #fff;
  background-color: #7ba323;
  border-color: #7ba323;
}

.btn.orange-hover:hover,
.white-color .btn.orange-hover:hover {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

.btn.teal-hover:hover,
.white-color .btn.teal-hover:hover {
  color: #fff;
  background-color: #008080;
  border-color: #008080;
}

.btn.red-hover:hover,
.white-color .btn.red-hover:hover {
  color: #fff;
  background-color: #c2162c;
  border-color: #c2162c;
}

.btn.salmon-hover:hover,
.white-color .btn.salmon-hover:hover {
  color: #fff;
  background-color: #f77459;
  border-color: #f77459;
}

.btn.yellow-hover:hover,
.white-color .btn.yellow-hover:hover {
  color: #333;
  background-color: #ffc20e;
  border-color: #ffc20e;
}

/*------------------------------------------*/
/*  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; 
}

/*------------------------------------------*/
/*  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.25rem;
  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;
}

/*------------------------------------------*/
/*  SECTION ID
/*------------------------------------------*/

span.section-id {
  font-size: 0.875rem;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
  margin-bottom: 25px;   
}

span.id-color {
  opacity: 80%;
}

/*------------------------------------------*/
/*  SECTION TITLE
/*------------------------------------------*/

.section-title {
  margin-bottom: 50px; 
  padding-right: 33.3333%;   
}

.section-title.center { 
  text-align: center;
  width: 66.6666%;
  padding-left: 16.6666%; 
  padding-right: 16.6666%;   
}

.section-title h3,
.section-title h2 {
  line-height: 1;
  margin-bottom: 0;
}

.section-title p {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0;
}

.section-title.center p {
  padding: 0 5%;
}

/*------------------------------------------*/
/*  FONT SETTINGS
/*------------------------------------------*/

.txt-300 { font-weight: 300; }
.txt-400 { font-weight: 400; }
.txt-600 { font-weight: 600; }
.txt-700 { font-weight: 700; }
.txt-900 { font-weight: 900; }

.upcase { text-transform: uppercase; }

/*------------------------------------------*/
/*  TEXT COLOR
/*------------------------------------------*/

.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, 
.grey-color .primary-color,
.white-color .primary-color,
.primary-color span { color: #c02026; }

.secondary-color{ color: #c02026 !important; }

.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, 
.white-color .grey-color,
.grey-color span { 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, 
.white-color .lightgrey-color,
.lightgrey-color span { color: #bbb; }

.aqua-color,
.aqua-color h2, 
.aqua-color h3, 
.aqua-color h4, 
.aqua-color h5, 
.aqua-color h6, 
.aqua-color p, 
.aqua-color a, 
.aqua-color li,
.aqua-color i, 
.white-color .aqua-color,
.aqua-color span { color: #18a0ae; }

.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, 
.white-color .blue-color,
.blue-color span { color: #0072bc; }

.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, 
.white-color .darkblue-color,
.darkblue-color span { color: rgb(52, 65, 154); }

.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, 
.white-color .green-color,
.green-color span { color: #42c374; }

.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, 
.white-color .orange-color,
.orange-color span { 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, 
.grey-color .red-color,
.white-color .red-color,
.red-color span { color: #c2162c; }

.yellow-color,
.yellow-color h2, 
.yellow-color h3, 
.yellow-color h4, 
.yellow-color h5, 
.yellow-color h6, 
.yellow-color p, 
.yellow-color a, 
.yellow-color li,
.yellow-color i, 
.grey-color .yellow-color,
.white-color .yellow-color,
.yellow-color span { color: #ffc20e; }
.black-color { color: #000000 !important; }


/* ==========================================================================
  03. PRELOAD SPINNER
  =========================================================================== */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
}

#loader {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.cssload-box-loading {
  width: 75px;
  height: 75px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cssload-box-loading:before {
  content: '';
  width: 75px;
  height: 8px;
  background: rgb(0,0,0);
  opacity: 0.1;
  position: absolute;
  top: 89px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.58s linear infinite;
  -o-animation: shadow 0.58s linear infinite;
  -ms-animation: shadow 0.58s linear infinite;
  -webkit-animation: shadow 0.58s linear infinite;
  -moz-animation: shadow 0.58s linear infinite;
}

.cssload-box-loading:after {
  content: '';
  width: 75px;
  height: 75px;
  background: rgb(110,150,220);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  animation: cssload-animate 0.58s linear infinite;
  -o-animation: cssload-animate 0.58s linear infinite;
  -ms-animation: cssload-animate 0.58s linear infinite;
  -webkit-animation: cssload-animate 0.58s linear infinite;
  -moz-animation: cssload-animate 0.58s linear infinite;
}

@keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 5px;
  }
  25% {
    transform: translateY(14px) rotate(22.5deg);
  }
  50% {
    transform: translateY(27px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 60px;
  }
  75% {
    transform: translateY(14px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@-o-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 5px;
  }
  25% {
    -o-transform: translateY(14px) rotate(22.5deg);
  }
  50% {
    -o-transform: translateY(27px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 60px;
  }
  75% {
    -o-transform: translateY(14px) rotate(67.5deg);
  }
  100% {
    -o-transform: translateY(0) rotate(90deg);
  }
}

@-ms-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 5px;
  }
  25% {
    -ms-transform: translateY(14px) rotate(22.5deg);
  }
  50% {
    -ms-transform: translateY(27px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 60px;
  }
  75% {
    -ms-transform: translateY(14px) rotate(67.5deg);
  }
  100% {
    -ms-transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 5px;
  }
  25% {
    -webkit-transform: translateY(14px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(27px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 60px;
  }
  75% {
    -webkit-transform: translateY(14px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
  }
}

@-moz-keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 5px;
  }
  25% {
    -moz-transform: translateY(14px) rotate(22.5deg);
  }
  50% {
    -moz-transform: translateY(27px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 60px;
  }
  75% {
    -moz-transform: translateY(14px) rotate(67.5deg);
  }
  100% {
    -moz-transform: translateY(0) rotate(90deg);
  }
}

@keyframes shadow {
  0%,
  100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}

@-o-keyframes shadow {
  0%,
  100% {
    -o-transform: scale(1, 1);
  }
  50% {
    -o-transform: scale(1.2, 1);
  }
}

@-ms-keyframes shadow {
  0%,
  100% {
    -ms-transform: scale(1, 1);
  }
  50% {
    -ms-transform: scale(1.2, 1);
  }
}

@-webkit-keyframes shadow {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1);
  }
}

@-moz-keyframes shadow {
  0%,
  100% {
    -moz-transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.2, 1);
  }
}




/* ==========================================================================
  04. HEADER & NAVIGATION
  =========================================================================== */

#header-1.header, 
#header-2.header {
  width: 100%;
  height: 75px;
  display: block;
  padding-top: 0px;
}

#header-2.header {
  height: 110px;
}

.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  -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);
}

.headerwp {
  max-width: 81%;
  margin: 0 auto;
  padding: 0;
}

.posrlt {
  position: relative;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/

.wsmainfull {
  width: 100%;
  height: auto;
  background-color: #fff!important;
  z-index: 999;
  -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);
  -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;
  z-index: 1031;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.white-menu .wsmainfull,
.lightgrey-menu .wsmainfull,
.aqua-menu .wsmainfull,
.blue-menu .wsmainfull {
  padding: 0 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);
  -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; 
}

.white-menu .wsmainfull {
  background-color: #fff!important;
}

.lightgrey-menu .wsmainfull {
  background-color: #f8f9fb!important;
}

.aqua-menu .wsmainfull {
  background-color: #18a0ae!important;
}

.blue-menu .wsmainfull {
  background-color:rgb(52, 65, 154)!important;
}

/*------------------------------------------*/
/*  NAVIGATION MENU LINK
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > a {
  display: block;
  color: #666;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 10px 32px 10px 18px;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
}

.wsmenu > .wsmenu-list > li > a.last-link {
  padding: 10px 0px;
}

.wsmenu > .wsmenu-list > li > a.callusbtn {
  font-size: 15px;
}

.wsmenu > .wsmenu-list > li > a.callusbtn i {
  font-size: 13px;
  margin-top: 1px;
  margin-right: 1px;
}

.tra-menu .wsmenu > .wsmenu-list > li > a,
.aqua-menu .wsmenu > .wsmenu-list > li > a,
.blue-menu .wsmenu > .wsmenu-list > li > a {
  color: #fff;
}

.white-menu .wsmenu > .wsmenu-list > li > a {
  color: #666;
}

.tra-menu .wsmenu.dark-txt > .wsmenu-list > li > a {
  color: #333;
}

.white-menu .wsmenu > .wsmenu-list > li.primary-color > a { color: #c02026; }
.white-menu .wsmenu > .wsmenu-list > li.aqua-color > a { color: #18a0ae; }
.white-menu .wsmenu > .wsmenu-list > li.blue-color > a { color: #0072bc; }
.white-menu .wsmenu > .wsmenu-list > li.stateblue-color > a { color: #6a5acd; }
.white-menu .wsmenu > .wsmenu-list > li.green-color > a { color: #42c374; }
.white-menu .wsmenu > .wsmenu-list > li.olive-color > a { color: #7ba323; }
.white-menu .wsmenu > .wsmenu-list > li.orange-color > a { color: #ff4500; }
.white-menu .wsmenu > .wsmenu-list > li.red-color > a { color: #c02026; }
.white-menu .wsmenu > .wsmenu-list > li.darkred-color > a { color: #c2162c; }
.white-menu .wsmenu > .wsmenu-list > li.salmon-color > a { color: #f77459; }
.white-menu .wsmenu > .wsmenu-list > li.teal-color > a { color: #008080; }
.white-menu .wsmenu > .wsmenu-list > li.yellow-color > a { color: #ffc20e; }

/*------------------------------------------*/
/*  Header Button
/*------------------------------------------*/

a.header-button {
  display: inline-block;
  float: right;
  text-align: right;
}

.wsmenu > .wsmenu-list > li a.header-btn {
  background-color: transparent;
  color: #fff!important;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: 2px solid transparent;
  margin-top: 13px;
  margin-left: 3px;
  padding: 5px 25px 5px 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  Header Button Color
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li a.header-btn.btn-primary {
  background-color: #c02026;
  border-color: #c02026;
}

.wsmenu > .wsmenu-list > li a.header-btn.btn-tra-white {
  background-color: transparent;
  border-color: #fff;
}

.wsmenu > .wsmenu-list > li a.header-btn.btn-aqua {
  background-color: #18a0ae;
  border-color: #18a0ae;
}

.wsmenu > .wsmenu-list > li a.header-btn.btn-blue {
  background-color: #0072bc;
  border-color: #0072bc;
}

.wsmenu > .wsmenu-list > li a.header-btn.btn-darkpblue {
  background-color: rgb(52, 65, 154);
  border-color: rgb(52, 65, 154);
}

.wsmenu > .wsmenu-list > li a.header-btn.btn-stateblue {
  background-color: #6a5acd;
  border-color: #6a5acd;
}

.wsmenu > .wsmenu-list > li a.header-btn.btn-green {
  background-color: #42c374;
  border-color:#42c374;
}

.wsmenu > .wsmenu-list > li a.header-btn.btn-olive {
  background-color: #7ba323;
  border-color: #7ba323;
}

.wsmenu > .wsmenu-list > li a.header-btn.btn-orange {
  background-color: #ff4500;
  border-color: #ff4500;
}

.wsmenu > .wsmenu-list > li a.header-btn.btn-red {
  background-color: #c02026;
  border-color: #c02026;
}

.wsmenu > .wsmenu-list > li a.header-btn.btn-darkred {
  background-color: #c2162c;
  border-color: #c2162c;
}

.wsmenu > .wsmenu-list > li a.header-btn.btn-salmon {
  background-color: #f77459;
  border-color: #f77459;
}

.wsmenu > .wsmenu-list > li a.header-btn.btn-teal {
  background-color: #008080;
  border-color: #008080;
}

.wsmenu > .wsmenu-list > li a.header-btn.btn-yellow {
  background-color: #ffc20e;
  border-color: #ffc20e;
  color: #333!important;
}

/*------------------------------------------*/
/*  Header Button Hover
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li a.header-btn.primary-hover:hover {
  background-color: #c02026;
  border-color: #c02026;
  color: #fff!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.tra-white-hover:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.white-hover:hover {
  background-color: #fff;
  border-color: #fff;
  color: #333!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.black-hover:hover {
  background-color: #444;
  border-color: #444;
  color: #fff!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.tra-black-hover:hover {
  background-color: transparent;
  border-color: #444;
  color: #444!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.aqua-hover:hover {
  background-color: #18a0ae;
  border-color: #18a0ae;
  color: #fff!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.blue-hover:hover {
  background-color: #0072bc;
  border-color: #0072bc;
  color: #fff!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.darkblue-hover:hover {
  background-color: rgb(52, 65, 154);
  border-color: rgb(52, 65, 154);
  color: #fff!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.stateblue-hover:hover {
  background-color: #6a5acd;
  border-color: #6a5acd;
  color: #fff!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.green-hover:hover {
  background-color: #42c374;
  border-color: #42c374;
  color: #fff!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.olive-hover:hover {
  background-color: #7ba323;
  border-color: #7ba323;
  color: #fff!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.orange-hover:hover {
  background-color: #ff4500;
  border-color: #ff4500;
  color: #fff!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.red-hover:hover {
  background-color: #c02026;
  border-color: #c02026;
  color: #fff!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.darkred-hover:hover {
  background-color: #c2162c;
  border-color: #c2162c;
  color: #fff!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.salmon-hover:hover {
  background-color: #f77459;
  border-color: #f77459;
  color: #fff!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.teal-hover:hover {
  background-color: #008080;
  border-color: #008080;
  color: #fff!important;
}

.wsmenu > .wsmenu-list > li a.header-btn.yellow-hover:hover {
  background-color: #ffc20e;
  border-color: #ffc20e;
  color: #333!important;
}

/*------------------------------------------*/
/*   HEADER STRIP  
/*------------------------------------------*/

.headtoppart {
  display: block;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #eee;
  margin: 0px auto;
  padding: 0px 0px;
  min-width: 320px;
  -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; 
}

.headtoppart.bg-lightgrey { border-color: #f2f2f2; }
.headtoppart.bg-aqua { border-color: #18a0ae; }
.headtoppart.bg-blue { border-color: #0072bc; }
.headtoppart.bg-darkblue { border-color: rgb(52, 65, 154); }

.headertopleft {
  width: 50%;
  float: left;
}

.headertopright {
  width: 50%;
  float: right;
  text-align: right;
}

.headtoppart .b-right {
  border-right: 1px solid #ddd;
  padding-right: 15px;
  margin-right: 10px;
}

.headtoppart.bg-aqua .b-right { border-color: #1fc3d4; }
.headtoppart.bg-darkblue .b-right { border-color: #415379; }
.headtoppart.bg-dark .b-right { border-color: #40527a; }

.header-info a, 
.header-info span,
.header-contacts a, 
.header-contacts span {
  color: #fff;
  font-size: 14px;
  line-height: 39px;
}

.header-info i,
.header-contacts i {
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  top: -1px;
  margin-right: 7px;
  margin-left: 5px;
}

.bg-white .header-contacts a,
.bg-white .header-contacts span,
.bg-lightgrey .header-contacts a
.bg-lightgrey .header-contacts span,
.bg-white .header-info a,
.bg-white .header-info span,
.bg-lightgrey .header-info a
.bg-lightgrey .header-info span,
.bg-white .header-info i,
.bg-white .header-contacts i,
.bg-lightgrey .header-info i,
.bg-lightgrey .header-contacts i {
  color: #575757;
}

.header-contacts a.primary-color,
.header-contacts a.primary-color i {
  color: #c02026;
}

.header-contacts a.aqua-color,
.header-contacts a.aqua-color i {
  color: #18a0ae;
}

.header-contacts a.blue-color,
.header-contacts a.blue-color i {
  color: #0072bc;
}

.header-contacts a.darkblue-color,
.header-contacts a.darkblue-color i {
  color: rgb(52, 65, 154);
}

.header-contacts a.darkred-color,
.header-contacts a.darkred-color i {
  color: #c2162c;
}

.header-contacts a.green-color,
.header-contacts a.green-color i {
  color: #42c374;
}

.header-contacts a.orange-color,
.header-contacts a.orange-color i {
  color: #ff4500;
}

.header-contacts a.olive-color,
.header-contacts a.olive-color i {
  color: #7ba323;
}

.header-contacts a.red-color,
.header-contacts a.red-color i {
  color: #c02026;
}

.header-contacts a.salmon-color,
.header-contacts a.salmon-color i {
  color: #f77459;
}

.header-contacts a.teal-color,
.header-contacts a.teal-color i {
  color: #008080;
}

.header-contacts a.yellow-color,
.header-contacts a.yellow-color i {
  color: #ffab1f;
}

.norlt {
  position: static;
}

.menuwrapper {
  position: relative;
}

.show-grid {
  background-color: #fff;
}

.mobiletext02 {
  display: none;
}

@media only screen and (min-width: 230px) and (max-width:991px) {

  .headtoppart {
    display: none;
  }

  .swichermainbx {
    width: 96%;
    margin: 25% 2%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 25px;
    border-radius: 14px;
  }

  .swichermainleft, .swichermainright {
    width: 98%;
    margin: 1% 1%;
  }

  .wscolorcode {
   width: 12.5%;
  }

  .swichertxt {
   display: none;
  }

  .swichertxt02 span {
   display: none;
  }
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .title {
  font-size: 16px;
  font-weight: 800;
  font-family: 'Muli', sans-serif;
  letter-spacing: 0;
}

/*------------------------------------------*/
/*   HEADER WIDGET 
/*------------------------------------------*/

.hero-widget {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.header-widget {
  margin-top: 5px;
}

.header-widget span {
  float: left;
  margin-right: 8px;
}

.header-widget.icon-xs [class*="flaticon-"]:before,
.header-widget.icon-xs [class*="flaticon-"]:after {   
  font-size: 2.35rem;
  margin-top: -3px;
}

.header-widget p {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}

p.header-widget-phone {
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-top: 3px;
  margin-bottom: 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: #888!important;
  font-size: 16px;
  font-family: 'Muli', sans-serif; 
  font-weight: 400;
}

.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;
  z-index: 1030;
  padding: 3px 0;
}

.white-menu .wsmainfull.scroll,
.aqua-menu .wsmainfull.scroll,
.blue-menu .wsmainfull.scroll {
  z-index: 1030;
  padding: 3px 0;
}

/*------------------------------------------*/
/*  Navigation Menu
/*------------------------------------------*/

.tra-menu.scroll .wsmenu >.wsmenu-list > li a {
  color: #444;
}

/*------------------------------------------*/
/*  Logo Image
/*------------------------------------------*/

.white-menu .logo-white,
.tra-menu .logo-black, 
.aqua-menu .logo-black, 
.blue-menu .logo-black,
.lightgrey-menu .logo-white,
.white-menu .scroll .logo-white,
.tra-menu .scroll .logo-white {
  display: none;
}

.white-menu .scroll .logo-black,
.tra-menu .scroll .logo-black {
  display: block;
}


/* ==========================================================================
  05. HERO
  =========================================================================== */

#hero-1 .hero-section,
.hero-section .container {
  position: relative;
  z-index: 3;
}

#hero-3 {
  background-image: url(../images/4.png);
}

/*------------------------------------------*/
/*  HERO SLIDER
/*------------------------------------------*/

.slider {
  position: relative;
  max-width: 100%;
  height: 670px;
}

.slider .slides {
  margin: 0;
  height: 670px;
}

#hero-8 .slider, 
#hero-8 .slider .slides {
  height: 500px;
}

.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 Navigation
/*------------------------------------------*/

.hero-slider-nav {
  width: 100%;
  position: relative;
  z-index: 98;
}

.slider-btn {
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -58px;
  bottom: 45px;
}

.hero-slider-nav.icon-xs [class^="flaticon-"]:before, 
.hero-slider-nav.icon-xs [class*=" flaticon-"]:before,
.hero-slider-nav.icon-xs[class^="flaticon-"]:after, 
.hero-slider-nav.icon-xs [class*=" flaticon-"]:after { 
  float: left; 
  font-family: Flaticon;
  font-size: 2.25rem;
  line-height: 1!important;
  margin: 0 11px; 
  cursor: pointer;
}

.arrows.icon-xs [class*="flaticon-"]:before,
.arrows.icon-xs [class*="flaticon-"]:after {   
  font-size: 2.35rem;
}

/*------------------------------------------*/
/*  HERO TEXT
/*------------------------------------------*/

#hero-1 .caption-txt {
  margin-top: -25px;
}

#hero-2 .caption-txt {
  margin-top: -100px;
}

.slideshow .slide .caption {
  padding-top: 30px;
}

/*------------------------------------------*/
/*  Hero Headers
/*------------------------------------------*/ 

#hero-1 h2 {
  font-size: 4.75rem;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.25px;
  padding: 0 5%;
  margin-bottom: 25px;
}

#hero-1 h5 {
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 25px;
}

#hero-2 h3 {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

#hero-2 h4 {
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-right: 5%;
  margin-bottom: 0;
}

#hero-2 h2 {
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#hero-3 h2 {
  font-size: 3.9rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.75px;
  margin-bottom: 30px;
}

#hero-4 h2 {
  font-size: 6.25rem;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#hero-5 h4 {
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 25px;
}

#hero-5 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.75px;
  margin-bottom: 20px;
}

#hero-6 h4 {
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

#hero-6 h2 {
  font-size: 4.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1.25px;
  margin-bottom: 30px;
}

#hero-7 h2,
#hero-9 h2 {
  font-size: 5.25rem;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  Hero Paragraphs
/*------------------------------------------*/

#hero-1 .caption-txt p,
#hero-4 .caption p {
  font-size: 1.25rem;
  padding: 0 15%;
}

.hero-3-txt p {
  padding-right: 10%;
}

.hero-5-txt p {
  font-size: 1.25rem;
  padding: 0 12%;
}

.hero-6-txt p {
  padding-right: 15%;
}

#hero-8 .caption-txt p {
  padding-right: 15%;
}

.hero-7-txt p,
.hero-9-txt p {
  font-size: 1.25rem;
  padding: 0 5%;
}

/*------------------------------------------*/
/*  Hero Button 
/*------------------------------------------*/ 

.hero-section .btn {
  margin-top: 20px;
}

/*------------------------------------------*/
/*  Hero Links 
/*------------------------------------------*/

#hero-7 .hero-links,
#hero-9 .hero-links {
  margin-top: 50px;
}

.hero-links h5 {
  display: inline-block;
  line-height: 1;
  margin-right: 40px;
}

.hero-links h5:last-child {
  margin-right: 0
}

.hero-links.icon-xs [class^="flaticon-"]:before, 
.hero-links.icon-xs [class*=" flaticon-"]:before,
.hero-links.icon-xs [class^="flaticon-"]:after, 
.hero-links.icon-xs [class*=" flaticon-"]:after { 
  float: left; 
  font-family: Flaticon;
  font-size: 1rem;
  line-height: 1!important;
  margin-right: 8px; 
  margin-top: 2px;
}

/*------------------------------------------*/
/*  HERO FORM 
/*------------------------------------------*/

.hero-request-form { 
  padding: 45px 30px 30px;
  margin: 0 20px 0 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.hero-request-form .col-md-12 { 
  padding: 0; 
}

.form-group {
  margin-bottom: 0;
}
 
.hero-register-form {
  background-color: rgba(10, 10, 10, .25);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  padding: 40px 25px 35px;
  margin: 45px 30px 55px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.hero-9-form .hero-register-form {
  background-color: #f7f8f9;
  padding: 35px 25px 30px;
  margin: 45px 30px 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.hero-register-form .col-lg-3 { 
  padding: 0 8px; 
}

.hero-9-form {
  margin-top: -130px;
}

/*------------------------------------------*/
/*  Hero Form Text
/*------------------------------------------*/

.hero-request-form h5 { 
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.hero-register-form p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 5px;
  display: block;
}

.hero-9-form .hero-register-form p {
  color: #333;
}

/*------------------------------------------*/
/*  Hero Form Input
/*------------------------------------------*/

.hero-request-form .form-control,
.hero-register-form .form-control,
.hero-register-form .custom-select,
.hero-request-form .custom-select {
  background-color: #fff;
  color: #333;
  height: 52px;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  padding: 4px 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  box-shadow: 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;
}

.hero-register-form .form-control,
.hero-register-form .custom-select {
  margin-bottom: 0;
}

.hero-request-form .custom-select {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.hero-register-form .custom-select {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.hero-request-form .form-control::-moz-placeholder { color: #555; } 
.hero-request-form .custom-select::-moz-placeholder { color: #555; } 
.hero-request-form .form-control:-ms-input-placeholder { color: #555; }
.hero-request-form.custom-select:-ms-input-placeholder { color: #555; }
.hero-request-form .form-control::-webkit-input-placeholder { color: #555; }
.hero-request-form .custom-select::-webkit-input-placeholder { color: #555; }

/*------------------------------------------*/
/*  Hero Form Input Focus
/*------------------------------------------*/

.hero-request-form .form-control:focus {
  background-color: #f0f0f0;
  border-color: #ccc;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Hero Form Button
/*------------------------------------------*/

.hero-request-form .btn {
  display: block;
  width: 100%;
  height: 52px;
  margin-top: 0;
}

.hero-register-form .btn {
  display: block;
  width: 100%;
  height: 52px;
  margin-top: 25px;
}

.hero-request-form .btn:focus,
.hero-register-form .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Hero Form Message
/*------------------------------------------*/

#hero-form label.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}

#hero-form .hero-register-form label.error {
  margin-top: 10px;
  margin-bottom: 0;
}

.hero-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
}

#hero-form .sending-msg {
  margin-top: 20px;
}

#hero-form .loadingHero {
  color: #f0f0f0;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.hero-9-form #hero-form .loadingHero {
  color: rgb(52, 65, 154);
}


/* ==========================================================================
  06. ABOUT
  =========================================================================== */

/*------------------------------------------*/
/*  ABOUT BOX
/*------------------------------------------*/ 

.a-9-boxes {
  padding: 35px 25px 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.a9-box p {
  line-height: 1.3;
  margin-bottom: 0;
}

.a9-icon {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-top: -2px;
}

.a9-box.icon-xs [class*="flaticon-"]:before,
.a9-box.icon-xs [class*="flaticon-"]:after {   
  font-size: 3rem;
  line-height: 1!important;
}

.a9-txt {
  overflow: hidden;
}

/*------------------------------------------*/
/*  ABOUT TYPOGRAPHY
/*------------------------------------------*/ 

.about-2-txt h3,
.about-2-txt h2 {
  line-height: 1.1;
  margin-bottom: 30px;
  text-align: center;
}

.about-section .btn {
  margin-top: 20px;
}

.about-2-txt {
  margin-top: 40px;
}

/*------------------------------------------*/
/*  ABOUT IMAGE
/*------------------------------------------*/ 

.about-img {
  position: relative;
}

#about .video-square {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 25px;
  background-color: #fff; 
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;  
} 


#about .video-square {
  right: 5px;
  background-color: rgb(52, 65, 154);
}

.team img {
  border-radius: 50%;
}

/* ==========================================================================
  07. VIDEO
  =========================================================================== */

#video-1 {
  height: 500px;
  padding-top: 190px;
  background: url(../images/video.jpg) no-repeat bottom center; 
  background-size: cover;
}

#video-2 {
  background: url(../images/video.jpg) no-repeat bottom center; 
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.video-section .video-btn.icon-xl [class^="flaticon-"]:before, 
.video-section .video-btn.icon-xl [class*=" flaticon-"]:before,
.video-section .video-btn.icon-xl [class^="flaticon-"]:after, 
.video-section .video-btn.icon-xl [class*=" flaticon-"]:after { 
  font-family: Flaticon;
  font-size: 120px;
  line-height: 1!important;
}

.video-2-txt h2 {
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

.video-2-txt p {
  padding-right: 10%;
  margin-bottom: 0;
}

.bg-lightgrey .sbox-9.sbox-9-color {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

/*------------------------------------------*/
/*  Image Hover Overlay
/*------------------------------------------*/

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; 
}

.hover-overlay img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

/*------------------------------------------*/
/*  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
  opacity: 0;
  -moz-opacity: 0; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.5);
  -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;
}


/* ==========================================================================
  10. REQUEST FORM
  =========================================================================== */

#request-1.bg-image {
  width: 100%;
  background: url(../images/request-form.jpg) no-repeat fixed center; 
  background-size: cover;
}

/*------------------------------------------*/
/*  REQUEST FORM TYPOGRAPHY
/*------------------------------------------*/

.request-txt h2 {
  letter-spacing: -1px;
  margin-bottom: 25px;
}

.request-txt h5 {
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.request-txt .btn {
  margin-top: 20px;
}

/*------------------------------------------*/
/*  REQUEST FORM
/*------------------------------------------*/

.request-form { 
  padding: 30px 25px 15px;
  margin: 0 20px 0 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#sidebar .request-form { 
  padding: 35px 25px 15px;
  margin: 0 0 40px;
}

.request-form .col-md-12 { 
  padding: 0; 
}

.form-group {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Request Form Text
/*------------------------------------------*/

.request-form h5 { 
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  Request Form Input
/*------------------------------------------*/

.request-form .form-control,
.request-form .custom-select {
  background-color: #fff;
  color: #333;
  height: 52px;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  padding: 4px 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  box-shadow: 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;
}

.request-form .custom-select {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  Request Form Placeholder
/*------------------------------------------*/

.request-form .form-control::-moz-placeholder { color: #555; } 
.request-form .custom-select::-moz-placeholder { color: #555; } 
.request-form .form-control:-ms-input-placeholder { color: #555; }
.request-form .custom-select:-ms-input-placeholder { color: #555; }
.request-form .form-control::-webkit-input-placeholder { color: #555; }
.request-form .custom-select::-webkit-input-placeholder { color: #555; }

/*------------------------------------------*/
/*  Request Form Input Focus
/*------------------------------------------*/

.request-form .form-control:focus {
  background-color: #f0f0f0;
  border-color: #ccc;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Request Form Button
/*------------------------------------------*/

.request-form .btn {
  display: block;
  width: 100%;
  height: 52px;
  margin-top: 0;
}

.hero-register-form .btn {
  display: block;
  width: 100%;
  height: 52px;
  margin-top: 25px;
}

.request-form .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Request Form Message
/*------------------------------------------*/

#request-form label.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}

.request-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
}

#request-form .sending-msg {
  margin-top: 20px;
}

#request-form .loading {
  color: rgb(52, 65, 154);
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/ 

.cbox-3:hover .hover-overlay img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.cbox-3:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}


/*------------------------------------------*/
/*  FAQS ACCORDION  
/*------------------------------------------*/

#faqs .card-header {
  position: relative;
  padding: 14px 20px;
  background-color: rgb(52, 65, 154);
  border: none;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

#faqs.bg-lightgrey .card-header {
  background-color: #f0f0f0;
}

#faqs #accordion [data-toggle="collapse"].collapsed:after,
#faqs #accordion [data-toggle="collapse"]:after,
#subAccordion #sub_accordion [data-toggle="collapses"].collapsed:after,
#subAccordion #sub_accordion [data-toggle="collapses"]:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f106";
  position: absolute;
  font-size: 1.15rem;
  top: 17px;
  right: 20px;
  color: #fff;
}

 #faqs #accordion [data-toggle="collapse"].collapsed:after,
 #subAccordion #sub_accordion [data-toggle="collapses"].collapsed:after {
  content: "\f107";
  color: #fff;
}

/*------------------------------------------*/
/*  Question
/*------------------------------------------*/

#accordion .card, #sub_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, #sub_accordion .card-header h5 {
  line-height: 1;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

#accordion .card-header h5 span, #sub_accordion .card-header h5 span {
  margin-right: 2px;
}

/*------------------------------------------*/
/*  Answer
/*------------------------------------------*/

#accordion .card-body, #sub_accordion .card-body {
  padding: 30px 25px 15px; 
}

#accordion .card-body .content-list, #sub_accordion .card-body .content-list {
  margin-bottom: 1rem;
}

/*------------------------------------------*/
/*  SERVICES ACCORDION  
/*------------------------------------------*/

#services .card-header {
  position: relative;
  padding: 18px 20px;
  background-color: #2b5dad;
  /* rgb(52, 65, 154); */
  border: none;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

#startUpIdeas .card-header {
  position: relative;
  /* rgb(52, 65, 154); */
  border: none;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  padding: 0px;
}

#startUpIdeas .card-header .ideaTitle{ 
  background-color: #2b5dad;
  border-radius: 6px 6px 0 0;
  padding: 5px 10px;
}

.startUpIdeas .card-header {
  height: 8rem;
}

#services.bg-lightgrey .card-header {
  background-color: #f0f0f0;
}

#services #accordion [data-toggle="collapse"].collapsed:after,
#services #accordion [data-toggle="collapse"]:after,
#startUpIdeas #accordion [data-toggle="collapse"].collapsed:after,
#startUpIdeas #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;
  color: white;
}

#services #accordion [data-toggle="collapse"].collapsed:after,
#startUpIdeas #accordion [data-toggle="collapse"].collapsed:after{
  content: "\f107";
  color: white;
}

/* ==========================================================================
  19.  CONTACTS
  =========================================================================== */

.contact-boxes {
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 45px;
  padding: 35px 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

/*------------------------------------------*/
/*  CONTACT BOX
/*------------------------------------------*/

#contact .contact-box {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

#contact .contact-box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.contact-box-txt {
  padding-top: 0.6rem;
  overflow: hidden;
}

/*------------------------------------------*/
/*  CONTACT BOX HIGHLIGHT 
/*------------------------------------------*/

#contacts-2 .contact-box.highlight {
  background-color: #ffff;
  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);
}

/*------------------------------------------*/
/*    CONTACTS TYPOGRAPHY
/*------------------------------------------*/

.contact-box h5 {
  margin-bottom: 12px;
}

#contacts-2 .contact-box h5 {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 4px;
}

#contact .contact-box h5 {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  margin-bottom: 2px;
}

.contact-box p {
  color: #999;
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 0;
}

#contacts-2 .contact-box p {
  color: #888;
  margin-top: 10px;
}

#contact .contact-box p {
  color: #aaa;
  margin-top: 0;
}

.contact-box a {
  font-weight: 400;
  text-decoration: underline;
}

#contacts-1 .contact-box a,
#contacts-2 .contact-box a {
  color: #888;
}

#contact .contact-box a {
  font-weight: 600;
}

/*------------------------------------------*/
/*  CONTACT BOX ICON
/*------------------------------------------*/

.contact-box-icon {
  display: inline-block;
  background-color: #eef2f5;
  border: 3px solid #eef2f5;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.aqua-icon-bg .contact-box-icon {
  background-color: #18a0ae;
  border: 16px solid #ececec;
}

.blue-icon-bg .contact-box-icon {
  background-color: #0072bc;
  border: 16px solid #ececec;
}

.darkblue-icon-bg .contact-box-icon {
  background-color: rgb(52, 65, 154);
  border: 16px solid #ececec;
}

.green-icon-bg .contact-box-icon {
  background-color: #42c374;
  border: 16px solid #ececec;
}

.olive-icon-bg .contact-box-icon {
  background-color: #7ba323;
}

.orange-icon-bg .contact-box-icon {
  background-color: #ff4500;
}

.red-icon-bg .contact-box-icon {
  background-color: #c02026;
}

.darkred-icon-bg .contact-box-icon {
  background-color: #c2162c;
}

.salmon-icon-bg .contact-box-icon {
  background-color: #f77459;
}

.teal-icon-bg .contact-box-icon {
  background-color: #008080;
}

.yellow-icon-bg .contact-box-icon {
  background-color: #ffab1f;
}

#contact .contact-box-icon {
  width: 48px;
  height: 48px;
  float: left;
  margin: -5px 20px 0 0;
}

.contact-box.icon-xs [class^="flaticon-"]:before, 
.contact-box.icon-xs [class*=" flaticon-"]:before,
.contact-box.icon-xs [class^="flaticon-"]:after, 
.contact-box.icon-xs [class*=" flaticon-"]:after { 
  color: rgb(52, 65, 154);
  font-family: Flaticon;
  font-size: 46px;
  line-height: 68px!important;
}

#contact .contact-box.icon-xs [class^="flaticon-"]:before, 
#contact .contact-box.icon-xs [class*=" flaticon-"]:before,
#contact .contact-box.icon-xs [class^="flaticon-"]:after, 
#contact .contact-box.icon-xs [class*=" flaticon-"]:after { 
  font-size: 24px;
  line-height: 45px!important;
  font-weight: 600;
}

/*------------------------------------------*/
/*  Contact Form Input
/*------------------------------------------*/

.contact-form .form-control,
.contact-form .custom-select  {
  height: 50px;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 0 0;
  color: #444;
  font-size: 18px;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 5px;
  -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;
}

.contact-form .custom-select {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  Contact Form Textarea
/*------------------------------------------*/

.contact-form textarea { min-height: 150px !important; }
.contact-form textarea.form-control { 
  padding: 15px 15px;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.contact-form .form-control::-moz-placeholder { color: #555; } 
.contact-form .custom-select::-moz-placeholder { color: #555; } 
.contact-form .form-control:-ms-input-placeholder { color: #555; }
.contact-form .custom-select:-ms-input-placeholder { color: #555; }
.contact-form .form-control::-webkit-input-placeholder { color: #555; }
.contact-form .custom-select::-webkit-input-placeholder { color: #555; }

/*------------------------------------------*/
/*  Contact Form Input Focus
/*------------------------------------------*/

.contact-form .form-control:focus {
  outline: 0px none;
  background-color: #fff;
  border-color: #f5f5f5;
  -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);
}

/*------------------------------------------*/
/*  Contact Form Message
/*------------------------------------------*/

.contacts-section label.error {
  color: #e74c3c;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}

.contact-form-msg {
  width: 100% !important;
  display: block;
  text-align: center;
}

.contacts-section .sending-msg {
  margin-top: 18px;
}

.contacts-section .loading {
  color: rgb(52, 65, 154);
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 700;
}


/* ==========================================================================
  20.  FOOTER
  =========================================================================== */

.footer-box {
  padding-left: 10%;
}

#footer-1 .footer-links {
  padding-left: 18%;
}

.footer {
  background-image: url(../images/footer.png);
}

/*------------------------------------------*/
/*  FOOTER TYPOGRAPHY
/*------------------------------------------*/

.footer h5.h5-md {
  line-height: 1;
  font-weight: 800;
  margin-bottom: 30px;
}

.footer-box p.p-sm {
  margin-bottom: 4px;
}

p.foo-email a {
  font-weight: 500;
  text-decoration: underline;
}

.bg-dark .footer-info p,
.bg-dark .footer-box p,
.bg-dark .footer-form p,
.bg-dark .footer-links li a,
.bg-dark .foo-socials li i,
.bg-dark .bottom-footer p {
  color: #ddd;
}

.bg-deepblue .footer-info p,
.bg-deepblue .footer-box p,
.bg-deepblue .footer-form p,
.bg-deepblue .footer-links li a,
.bg-deepblue .foo-socials li i,
.bg-deepblue .bottom-footer p {
  color: #9bdafd;
}

.bg-dark  p.foo-email a {
  color: #eee;
}

/*------------------------------------------*/
/*  FOOTER LINKS
/*------------------------------------------*/

.footer-links li {
  font-size: 1rem;
  width: auto !important;
  display: block !important;
  /* vertical-align: top; */
  clear: none !important;
  margin: 0 0 8px 0;
  padding: 0;
}

.bg-dark .footer-links li {
  color: #a3a3a3;
}

.footer-links li a:hover {
  text-decoration: underline;
}

/*------------------------------------------*/
/*  FOOTER SOCIAL LINKS
/*------------------------------------------*/

.foo-socials {
  display: inline-block; 
  padding-left: 0;
  margin: 0 auto 0;
}

.foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 8px 0;
  padding: 0;
}

.foo-socials a {
  display: block;
  background-color: transparent;
  width: 38px;
  height: 38px;
  color: #999;
  font-size: 17px;
  line-height: 38px!important;
}

.foo-socials a.ico-facebook:hover { background-color: #cd1b20;color: #fff; }
.foo-socials a.ico-twitter:hover { background-color: #cd1b20; color: #fff; }
.foo-socials a.ico-instagram:hover { background-color: #cd1b20; color: #fff; }
.foo-socials a.ico-dribbble:hover { background-color: #d92d84; color: #fff; }
.foo-socials a.ico-behance:hover { background-color: #2473f6; color: #fff; } 
.foo-socials a.ico-pinterest:hover { background-color: #ac281a; color: #fff; }
.foo-socials a.ico-linkedin:hover { background-color: #cd1b20; color: #fff; }
.foo-socials a.ico-google-plus:hover { background-color: #cd1111; color: #fff; } 
.foo-socials a.ico-youtube:hover { background-color: #cd1b20; color: #fff; } 
.foo-socials a.ico-tumblr:hover { background-color: #3a5976; color: #fff; }
.foo-socials a.ico-vk:hover { background-color: #3b5998; color: #fff; }
.foo-socials a.ico-yahoo:hover { background-color: #7b0099; color: #fff; }
.foo-socials a.ico-yelp:hover { background-color: #d32323; color: #fff; }

/*------------------------------------------*/
/*  FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-form .newsletter-form {
  margin-top: 25px;
}

.footer-form .form-control {
  display: block; 
  width: 100%!important;
  text-align: center;
  height: 46px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.05rem;
  padding: 0 15px;
  margin-bottom: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-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;
}

.footer-form .input-group > .custom-select:not(:last-child), 
.footer-form .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/*------------------------------------------*/
/*  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 .input-group-btn { 
  display: block; 
  width: 100%!important; 
}

.footer-form .btn {
  display: block; 
  width: 100%!important;
  height: 48px;
  padding: 0.8rem 1rem;
  margin-left: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.footer-form .btn:focus {
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.footer-form .form-notification {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
  margin-left: 5px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

.bottom-footer {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 45px;
}

.bottom-footer p {
  line-height: 38px;
  margin-bottom: 0;
}

#footer-3 .bottom-footer p {
  line-height: 1;
  margin-bottom: 10px;
}

#footer-3 .bottom-footer p.p-sm {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  margin-left: 15px;
  margin-bottom: 0;
}

.bottom-footer p span {
  font-weight: 700;
}

.bg-dark .bottom-footer {
  border-top: 1px solid #444;
}

.bg-aqua .bottom-footer {
  border-top: 1px solid #158692;
}

.bg-darkpblue .bottom-footer {
  border-top: 1px solid #00517d;
}

.bg-blue-map .bottom-footer {
  border-top: 1px solid #334567;
}

/* ==========================================================================
  22. SIDEBAR
  =========================================================================== */

#sidebar {
  padding-left: 30px;
}

#sidebar h5.h5-lg {
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*   SIDEBAR SEARCH FORM
/*------------------------------------------*/

#search-field .form-control {
  background-color: #f0f0f0;
  font-size: 1.05rem;
  height: 54px;
  padding-left: 20px;
  border: none;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

#search-field .btn {
  background-color: #f0f0f0;
  color: #777;
  border: none;
  height: 54px;
  padding: 0 18px;
  margin-top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
   -webkit-border-radius: 0px 6px 6px 0;
  -moz-border-radius: 0px 6px 6px 0;
  border-radius: 0px 6px 6px 0;
}

#search-field .form-control:focus {
  border-color: #999;
  outline: 0px none;
  box-shadow: none;
}

/* ==========================================================================
  24. SCROLL TO TOP
  ========================================================================== */  
 
#scrollUp {
  display: none;
  width: 40px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  -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: #666;
}

nav a#pull {  
  display: none;  
} 

.s_1 img {
  opacity: 1;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.s_1 img:hover {
  opacity: 0.8;
}
