@import url('https://fonts.googleapis.com/css?family=Kanit:500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

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

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

/*------------------------------------------------------------------*/
/*   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; }

/*------------------------------------------*/
/*  ONSCROLL ANIMATIONS
/*------------------------------------------*/

.animated { visibility: hidden; }
.visible { visibility: visible; } 

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

.ind-60 { padding-right: 60px; padding-left: 60px; }
.ind-50 { padding-right: 50px; padding-left: 50px; }
.ind-45 { padding-right: 45px; padding-left: 45px; }
.ind-35 { padding-right: 35px; padding-left: 35px; }
.ind-30 { padding-right: 30px; padding-left: 30px; }
.ind-25 { padding-right: 25px; padding-left: 25px; }
.ind-20 { padding-right: 20px; padding-left: 20px; }
.ind-15 { padding-right: 15px; padding-left: 15px; }
.ind-10 { padding-right: 10px; padding-left: 10px; }
.ind-5  { padding-right: 5px; padding-left: 5px; }


.wide-250 { padding-top: 250px; padding-bottom: 250px; }
.wide-150 { padding-top: 150px; padding-bottom: 150px; }
.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: 100px; padding-bottom: 60px; }
.wide-50 { padding-top: 70px; padding-bottom: 40px; }
.wide-40 { padding-top: 100px; padding-bottom: 40px; }
.wide-30 { padding-top: 50px; padding-bottom: 30px; }
.wide-20 { padding-top: 30px; padding-bottom: 15px; }
.wide-10 { padding-top: 10px; padding-bottom: 20px; }

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

.m-top-160 { margin-top: 160px; }
.m-top-150 { margin-top: 150px; }
.m-top-140 { margin-top: 140px; }
.m-top-130 { margin-top: 130px; }
.m-top-120 { margin-top: 120px; }
.m-top-110 { margin-top: 110px; }
.m-top-100 { margin-top: 100px; }
.m-top-90 { margin-top: 90px; }
.m-top-80 { margin-top: 80px; }
.m-top-70 { margin-top: 70px; }
.m-top-60 { margin-top: 60px; }
.m-top-50 { margin-top: 50px; }
.m-top-45 { margin-top: 45px; }
.m-top-40 { margin-top: 40px; }
.m-top-35 { margin-top: 35px; }
.m-top-30 { margin-top: 30px; }
.m-top-25 { margin-top: 25px; }
.m-top-20 { margin-top: 20px; }
.m-top-15 { margin-top: 15px; }
.m-top-10 { margin-top: 10px; }
.m-top-5 { margin-top: 5px; }

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

.m-bottom-160 { margin-bottom: 160px; }
.m-bottom-150 { margin-bottom: 150px; }
.m-bottom-140 { margin-bottom: 140px; }
.m-bottom-130 { margin-bottom: 130px; }
.m-bottom-120 { margin-bottom: 120px; }
.m-bottom-110 { margin-bottom: 110px; }
.m-bottom-100 { margin-bottom: 100px; }
.m-bottom-90 { margin-bottom: 90px; }
.m-bottom-80 { margin-bottom: 80px; }
.m-bottom-70 { margin-bottom: 70px; }
.m-bottom-60 { margin-bottom: 60px; }
.m-bottom-50 { margin-bottom: 50px; }
.m-bottom-45 { margin-bottom: 45px; }
.m-bottom-40 { margin-bottom: 40px; }
.m-bottom-35 { margin-bottom: 35px; }
.m-bottom-30 { margin-bottom: 30px; }
.m-bottom-25 { margin-bottom: 25px; }
.m-bottom-20 { margin-bottom: 20px; }
.m-bottom-15 { margin-bottom: 15px; }
.m-bottom-10 { margin-bottom: 10px; }
.m-bottom-5 { margin-bottom: 5px; }
.m-bottom-0 { margin-bottom: 0; }

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

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

@media only screen and (min-width:1200px) {
.m-left-more-40 { margin-left: 300px; }
}
@media only screen and (max-width:769px) {
  .m-left-less-35 { margin-left: -35px !important; }
  .m-left-more-10 { margin-left: 10px !important; }
  }
/*------------------------------------------*/
/*    Margin Right
/*------------------------------------------*/

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

/*------------------------------------------*/
/*    Padding Top
/*------------------------------------------*/
.p-top-180 { padding-top: 180px; }
.p-top-160 { padding-top: 160px; }
.p-top-150 { padding-top: 150px; }
.p-top-140 { padding-top: 140px; }
.p-top-130 { padding-top: 130px; }
.p-top-120 { padding-top: 120px; }
.p-top-110 { padding-top: 110px; }
.p-top-100 { padding-top: 100px; }
.p-top-90 { padding-top: 90px; }
.p-top-80 { padding-top: 80px; }
.p-top-70 { padding-top: 70px; }
.p-top-60 { padding-top: 60px; }
.p-top-50 { padding-top: 50px; }
.p-top-45 { padding-top: 45px; }
.p-top-40 { padding-top: 40px; }
.p-top-35 { padding-top: 35px; }
.p-top-30 { padding-top: 30px; }
.p-top-25 { padding-top: 25px; }
.p-top-20 { padding-top: 20px; }
.p-top-15 { padding-top: 15px; }
.p-top-10 { padding-top: 10px; }

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

.p-bottom-160 { padding-bottom: 160px; }
.p-bottom-150 { padding-bottom: 150px; }
.p-bottom-140 { padding-bottom: 140px; }
.p-bottom-130 { padding-bottom: 130px; }
.p-bottom-120 { padding-bottom: 120px; }
.p-bottom-110 { padding-bottom: 110px; }
.p-bottom-100 { padding-bottom: 100px; }
.p-bottom-90 { padding-bottom: 90px; }
.p-bottom-80 { padding-bottom: 80px; }
.p-bottom-70 { padding-bottom: 70px; }
.p-bottom-60 { padding-bottom: 60px; }
.p-bottom-50 { padding-bottom: 50px; }
.p-bottom-45 { padding-bottom: 45px; }
.p-bottom-40 { padding-bottom: 40px; }
.p-bottom-35 { padding-bottom: 35px; }
.p-bottom-30 { padding-bottom: 30px; }
.p-bottom-25 { padding-bottom: 25px; }
.p-bottom-20 { padding-bottom: 20px; }
.p-bottom-15 { padding-bottom: 15px; }
.p-bottom-10 { padding-bottom: 10px; }
.p-bottom-0 { padding-bottom: 0; }

/*------------------------------------------*/
/*    Padding Left
/*------------------------------------------*/
.p-left-350 { padding-left: 350px; }
.p-left-270 { padding-left: 270px; }
.p-left-230 { padding-left: 230px; }
.p-left-100 { padding-left: 100px; }
.p-left-90 { padding-left: 90px; }
.p-left-80 { padding-left: 80px; }
.p-left-70 { padding-left: 70px; }
.p-left-60 { padding-left: 60px; }
.p-left-50 { padding-left: 50px; }
.p-left-45 { padding-left: 45px; }
.p-left-40 { padding-left: 40px; }
.p-left-35 { padding-left: 35px; }
.p-left-30 { padding-left: 30px; }
.p-left-25 { padding-left: 25px; }
.p-left-20 { padding-left: 20px; }
.p-left-15 { padding-left: 15px; }
.p-left-10 { padding-left: 10px; }
.p-left-5 { padding-left: 5px; }
.p-left-0 { padding-left: 0px; }

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

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

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

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

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

/*------------------------------------------*/
/*   Background Colors for Sections
/*------------------------------------------*/

.bg-dark { background-color: #2c353f; }
.bg-lightdark { background-color: #252d35; }
.bg-deepdark { background-color: #1d1d1d; }
.bg-lightgrey { background-color: #f0f0f0; }
.bg-grey { background-color: #e8e8e8 }
.bg-deepgrey { background-color: #ddd; }
.bg-rose { background-color: #ff3366; }
.bg-red { background-color: #e35029; }
.bg-yellow { background-color: #feca16; }
.bg-green { background-color: #42a045; }
.bg-lightgreen { background-color: #59BD56; }
.bg-deepgreen { background-color: #009587; }
.bg-blue { background-color: #2154cf; }
.bg-lightblue { background-color: #1e88e5; }
.bg-deepblue { background-color: #004861; }
.bg-tinyblue { background-color: #e6f9fa; }
.bg-purple { background-color: #6e45e2; }
.bg-deeppurple { background-color: #510fa7; }
.bg-lightpurple { background-color: #715fef; }

/*------------------------------------------*/
/*   BORDER SETTINGS FOR DEMOS
/*------------------------------------------*/

.b-top { border-top: 1px solid #ddd; }
.b-bottom { border-bottom: 1px solid #ddd; }
.b-bottom-black { border-bottom: 1px solid rgb(0, 0, 0); }
.b-left { border-left: 1px solid #ddd; }
.b-right { border-right: 1px solid #ddd; }
    
/*------------------------------------------*/
/*    S
/*------------------------------------------*/

h1, h2, h3, h4, h5 {
  color: #222;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  letter-spacing: -0.025rem;  /* -0.4px */
  
}
h1{
  z-index: 999;
}
h6{
 display: block;
}
/* Header H6 */
h6.h6-xs { font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 400; display: block; padding-top: 5px; line-height: initial; text-align: justify;}  /* 18px */
/* Header H5 */
h5.h5-xs { font-size: 1.05rem; font-family: 'Kanit', sans-serif; font-weight: 500; padding-top: 20px; line-height: 20px;}  /* 18px */
h5.h5-sm { font-size: 1.1875rem; font-family: 'Lato', sans-serif; font-weight: 400;} /* 19px */
h5.h5-md { font-size: 1.09rem; font-family: 'Kanit',sans-serif; font-weight: 900;}   /* 20px */
h5.h5-lg { font-size: 1.235rem;  font-family: 'Lato', sans-serif; font-weight: 500;}  /* 22px */
h5.h5-xl { font-size: 1.25rem; padding:10px;  font-family: 'Lato',sans-serif; font-weight: 700;}    /* 24px */

/* Header H4 */
h4.h4-xs { font-size: 19px; padding-top: 10px; font-family: 'Lato', sans-serif; font-weight: 700; }  /* 26px */
h4.h4-sm { font-size: 17px; padding-top: 15px; line-height: 10px; font-family: 'Lato', sans-serif; font-weight: 700;  }   /* 28px */
h4.h4-md { font-size: 19px; padding-top: 15px; line-height: 15px; font-family: 'Lato', sans-serif; font-weight: 900;  }  /* 30px */
h4.h4-mg { font-size: 19px; padding-top: 10px; padding-left: 10px; line-height: 15px; font-family: 'Lato', sans-serif; font-weight: 900;  }  /* 30px */
h4.h4-lg { font-size: 2rem; }      /* 32px */
h4.h4-xl { font-size: 6.125rem;font-family: 'Kanit', sans-serif; font-weight: 900; padding-top: 20px; line-height: 20px; text-align: center;}  /* 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: 1.67rem; font-family: 'Kanit',sans-serif; font-weight: 900; padding-left: 10px;}      /* 48px */
h3.h3-menu { font-size: 1.67rem; font-family: 'Kanit',sans-serif; font-weight: 900; padding-left: 0px; padding-bottom: 15px;}      /* 48px */
h3.h3-nav { font-size: 2.5rem; font-family: 'Kanit',sans-serif; font-weight: 900; color:rgb(255, 168, 38); }      /* 48px */

/* Header H2 */
h2.h2-xs { font-size: 3.25rem; font-size: 19px; padding-top: 20px; font-family: 'Lato', sans-serif; font-weight: 700; line-height: 40px; text-align: center; }   /* 52px */
h2.h2-sm { font-size: 3.375rem; }  /* 54px */
h2.h2-md { font-size: 3.5rem; }    /* 56px */
h2.h2-lg { font-size: 3.15rem; }   /* 60px */
h2.h2-xl { font-size: 4rem; }      /* 64px */
h2.h2-huge { font-size: 4.25rem; }      /* 64px */

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

p.p-sm { font-size: 0.95rem;font-family: 'Lato', sans-serif; font-weight: 500; line-height: 20px; padding-top:5px;}     /* 15.2px */
p.p-sm-menu { font-size: 1.105rem;font-family: 'Kanit', sans-serif; font-weight: 500; color: #000;  }     /* 15.2px */
p {font-family: 'Kanit, sans-serf'; font-size: 1rem; }             /* 16px */
p.p-md { font-size: 16px;  font-family: 'Lato', sans-serif; font-weight: 400; padding-top: 20px; line-height: 20px; text-align: justify;} 
p.p-mg { font-size: 16px;  font-family: 'Lato', sans-serif; font-weight: 400;line-height: 20px; text-align: justify; }    /* 18px */
p.p-ml { font-size: 18px;  font-family: 'Lato',serif; font-weight: 400; padding-top: 11px; line-height: 23px; text-align: justify;} 
p.p-center { font-size: 18px;  font-family: 'Lato',serif; font-weight: 400; padding-top: 35px; line-height: 23px; text-align: justify;padding-bottom: 29px;} 
p.p-center-1 { font-size: 18px;  font-family: 'Lato',serif; font-weight: 400; padding-top: 47px; line-height: 23px; text-align: justify; padding-bottom: 38px;} 
p.p-center-2 { font-size: 18px;  font-family: 'Lato',serif; font-weight: 400; padding-top: 37px; line-height: 23px; text-align: justify; padding-bottom: 75px;} 
p.p-center-3 { font-size: 18px;  font-family: 'Lato',serif; font-weight: 400; padding-top: 47px; line-height: 23px; text-align: justify; padding-bottom: 83px;} 
p.p-lg { font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 400;}     /* 20px */
p.p-xlg { font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 400; line-height: 20px;}     /* 20px */

p.p-xl { font-size: 3.4rem; font-family: 'Kanit', sans-serif; font-weight: 700; padding-top: 30px;  }   /* 22px */

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

ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0px;

}
li {
  display: list-item;
  padding: 10px;
  padding-top: 20px;
  list-style: none;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px !important;
  text-align: justify;
}

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

a {
  color: #333;
  text-decoration: none;
  -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;
}

a:hover {
  color: #f3a704;
  text-decoration: none;
}

a.black-hover:hover { color: #000; }
a.green-hover:hover { color: #56a959; }
a.lightgreen-hover:hover { color: #22bc3f; }
a.rose-hover:hover { color: #ff3366; }
a.purple-hover:hover { color: #6e45e2; }
a.blue-hover:hover { color: #3176ed; }
a.skyblue-hover:hover { color: #0b88ee; }

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

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

.btn {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  background-color: #ff3366;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  padding: 1.025rem 2.5rem;
  border: 2px solid #ff3366;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;      
  -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;  
}

.btn-arrow {
  position: relative; 
}

.btn-arrow span {
  display: inline-block;
  position: relative;
  -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;
  will-change: transform;
  color: #FFF;
}

.btn-arrow:hover span, 
.btn-arrow:focus span {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); 
}

.btn-arrow .svg-inline--fa {
  position: absolute;
  line-height: 1rem!important;
  right: 0px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -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;
}

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

.btn.btn-sm {
  font-size: 0.9rem;
  padding: 0.85rem 1.95rem;
}

.btn.btn-md {
  font-size: 1rem;
  padding: 1.025rem 2.5rem;
}

.btn.btn-lg {
  font-size: 1.1rem;
  padding: 1.05rem 3rem;
}

/*------------------------------------------*/
/*   Button Color
/*------------------------------------------*/
 
.btn-tra,
.white-color .btn-tra {
  color: #ff3366;
  background-color: transparent;
  border-color: #ff3366;
}

.btn-tra-purple {
  color: #6e45e2;
  background-color: transparent;
  border-color: #6e45e2;
}

.btn-tra-skyblue {
  color: #0b88ee;
  background-color: transparent;
  border-color: #0b88ee;
}

.btn-tra-black {
  color: #3a3a3a;
  background-color: transparent;
  border-color: #3a3a3a;
}

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

.btn-semiwhite {
  color: #fff;
  background-color: rgba(255, 255, 255, .35);
  border-color: transparent;
}

.btn-purple {
  color: #fff;
  background-color: #6e45e2;
  border-color: #6e45e2;
}

.btn-blue {
  color: #fff;
  background-color: #3176ed;
  border-color: #3176ed;
}

.btn-skyblue {
  color: #fff;
  background-color: #42a5f5;
  border-color: #42a5f5;
}

.btn-black {
  color: #fff;
  background-color: #151515;
  border-color: #151515;
}

.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.white-color .btn-white span,
.white-color .btn-yellow span {
  color: #333;
}

.btn-yellow {
  color: #fff;
  background-color: #f7ab07;
  border-color: #f7ab07;
}

.btn-green {
  color: #fff;
  background-color: #56a959;
  border-color: #56a959;
}

.btn-lightgreen {
  color: #fff;
  background-color: #22bc3f;
  border-color: #22bc3f;
}
.btn-orange {
  color: #fff;
  background-color:#F39E01;
  border-color: #F39E01;
}

.btn-red {
  color: #fff;
  background-color: #e35029;
  border-color: #e35029;
}

.btn-teal {
  color: #fff;
  background-color: #5fa9a8;
  border-color: #5fa9a8;
}

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

.btn:hover {
  color: #fff;
  background-color: #e62354;
  border-color: #e62354;
}

.btn-arrow:hover .svg-inline--fa, 
.btn-arrow:focus .svg-inline--fa {
    opacity: 1;
    right: -20px; 
}

.btn-tra:hover {
  background-color: #ff3366;
  border-color: #ff3366;
}

.btn-purple:hover,
.btn-tra-purple:hover {
  background-color: #5830c7;
  border-color: #5830c7;
}

.btn-blue:hover {
  background-color: #2b68d1;
  border-color: #2b68d1;
}

.btn-skyblue:hover,
.btn-tra-skyblue:hover {
  background-color: #0b88ee;
  border-color: #0b88ee;
}

.btn-black:hover,
.btn-tra-black:hover {
  background-color: #151515;
  border-color: #151515;
  color: #f6c007;
 
}

.btn-white:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.white-color .btn-white:hover span {
  color: #fff;
}

.white-color .btn-tra-white.white-hover:hover, 
.btn-tra-white.white-hover:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.btn-tra-white.purple-hover:hover {
  color: #fff;
  background-color: #5830c7;
  border-color: #5830c7;
}

.btn-tra-white.green-hover:hover {
  color: #fff;
  background-color: #1da036;
  border-color: #1da036;
}

.btn-tra-white.blue-hover:hover {
  color: #fff;
  background-color: #2b68d1;
  border-color: #2b68d1;
}

.btn.tra-hover:hover,
.btn-yellow.tra-hover:hover,
.btn-purple.tra-hover:hover,
.btn-lightgreen.tra-hover:hover,
.btn-semiwhite:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-yellow.tra-hover:hover span {
  color: #fff;
}

.btn-tra-white.tra-hover:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .35);
  border-color: transparent;
}

.btn-yellow:hover {
  color: #fff;
  background-color: #f6c007;
  border-color: #f6c007;
}

.btn-green:hover {
  background-color: #4b924e;
  border-color: #4b924e;
}

.btn-lightgreen:hover {
  background-color: #1da036;
  border-color: #1da036;
}

.btn-red:hover {
  background-color: #c84624;
  border-color: #c84624;
}

.btn-teal:hover {
  background-color: #4d8d8c;
  border-color: #4d8d8c;
}

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

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

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

.modal-video {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.15rem;
}

.modal-video a span {
  font-size: 2.15rem;
  line-height: 2.15rem;
  margin-right: 4px;
  vertical-align: middle;
}

.modal-video a {
  font-size: 1.05rem;
  line-height: 2.15rem;
  font-weight: 400;
}

/*------------------------------------------*/
/*   VIDEO POPUP ICON
/*------------------------------------------*/

.video-preview {
  position: relative; 
}

.video-btn { 
  display: inline-block;
}

.video-block {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}

/*------------------------------------------*/
/*  Video Button Icon
/*------------------------------------------*/

.video-btn-xs,
.video-btn-sm,
.video-btn-md,
.video-btn-lg {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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;
}

.video-btn-xs:before,
.video-btn-sm:before,
.video-btn-md:before,
.video-btn-lg:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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;
}

.video-preview .video-btn-xs,
.video-preview .video-btn-sm,
.video-preview .video-btn-md,
.video-preview .video-btn-lg {
  position: absolute!important;
  top: 50%;
  left: 50%;
}

.video-preview .video-btn-xs {
  margin-top: -40px;
  margin-left: -40px; 
}

.video-preview .video-btn-sm {
  margin-top: -45px;
  margin-left: -45px; 
}

.video-preview .video-btn-md {
  margin-top: -50px;
  margin-left: -50px; 
}

.video-preview .video-btn-lg {
  margin-top: -65px;
  margin-left: -65px; 
}

.video-btn-xs,
.video-btn .video-btn-xs {
  width: 110px;
  height: 110px;
}

.video-btn-sm,
.video-btn .video-btn-sm {
  width: 120px;
  height: 120px;
}

.video-btn-md,
.video-btn .video-btn-md {
  width: 130px;
  height: 130px;
}

.video-btn-lg,
.video-btn .video-btn-lg {
  width: 150px;
  height: 150px;
}

.video-btn-xs .svg-inline--fa,
.video-btn-sm .svg-inline--fa,
.video-btn-md .svg-inline--fa,
.video-btn-lg .svg-inline--fa {
  position: relative;
  -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;
}

.video-btn-xs .svg-inline--fa {
  width: 80px;
  height: 80px;
}

.video-btn-sm .svg-inline--fa {
  width: 90px;
  height: 90px;
}

.video-btn-md .svg-inline--fa {
  width: 100px;
  height: 100px;
}

.video-btn-lg .svg-inline--fa {
  width: 120px;
  height: 120px;
}

/*------------------------------------------*/
/*  Video Icon Color
/*------------------------------------------*/

.play-icon-white { color: #fff; }
.play-icon-grey { color: #999; }
.play-icon-purple { color: #5830c7; }
.play-icon-green { color: #56a959; }
.play-icon-lightgreen { color: #22bc3f; }
.play-icon-rose { color: #ff3366; }
.play-icon-blue { color: #3176ed; }
.play-icon-skyblue { color: #0b88ee; }
.play-icon-yellow { color: #f7ab07; }

/*------------------------------------------*/
/*  Video Icon Background
/*------------------------------------------*/

.ico-bkg {
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: 40px;
}

.play-icon-white .ico-bkg {
  background-color: #444;
}

.video-btn-xs .ico-bkg {
  top: 30px;
  width: 38px;
  height: 50px;
}

.video-btn-sm .ico-bkg {
  top: 30px;
  width: 44px;
  height: 55px;
}

.video-btn-md .ico-bkg {
  width: 50px;
  height: 50px;
}

.video-btn-lg .ico-bkg {
  width: 65px;
  height: 70px;
}

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

.video-btn-xs:hover .svg-inline--fa,
.video-btn-sm:hover .svg-inline--fa,
.video-btn-md:hover .svg-inline--fa,
.video-btn-lg:hover .svg-inline--fa {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.video-btn-xs:hover:before,
.video-btn-sm:hover:before,
.video-btn-md:hover:before,
.video-btn-lg:hover:before {
  opacity: 1;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
}

/*------------------------------------------*/
/*  Video Icon Text
/*------------------------------------------*/

.play-btn-txt {
  display: block;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 400;
  margin-top: 20px;
}

/*------------------------------------------*/
/*   APP DEVICES
/*------------------------------------------*/  

.app-devices {
  padding: 15px 0 0 5px;
}

/*------------------------------------------*/
/*   App Devices Icons
/*------------------------------------------*/  

.app-devices .svg-inline--fa {
  color: rgba(50, 50, 50, 0.3);
  font-size: 2.6rem;
  line-height: 1!important; 
  float: left;
  margin-right: 0.65rem;  
}

.bg-green .app-devices .svg-inline--fa,
.bg-lightpurple .app-devices .svg-inline--fa,
.bg-lightblue .app-devices .svg-inline--fa {
  color: rgba(240, 240, 240, 0.5);
}

.app-devices .svg-inline--fa.f-tablet {
  -moz-transform: rotate(90deg); 
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg); 
  -o-transform: rotate(90deg);
  transform: rotate(90deg); 
}

.app-devices .svg-inline--fa.f-phone {
  margin-right: 1.25rem;
}

.app-devices-desc p {
  font-style: italic;
  line-height: 1.25;
  padding-right: 20%;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   ANIMATED PROGRESS BAR
/*------------------------------------------*/

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

.progress {  
  height: 8px;
}

.bg-dark .progress {  
  background-color: #777;
}

.bg-deepdark .progress {  
  background-color: #777;
}

.bg-lightgrey .progress {  
  background-color: #ccc;
}

.progress-bar {
  width: 0;
}

/*------------------------------------------*/
/*   Progress Bar Color
/*------------------------------------------*/

.black-progress .progress-bar {  
  background-color: #333;
}

.green-progress .progress-bar {  
  background-color: #56a959;
}

.rose-progress .progress-bar {  
  background-color: #ff3366;
}

.blue-progress .progress-bar {  
  background-color: #0b88ee;
}

.purple-progress .progress-bar {  
  background-color: #5830c7;
}

.barWrapper p {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 7px;
}

.skill-percent {
  display: inline-block;
  position: absolute;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  top: 7px;
  right: 2px;
}

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

.box-icon [class^="flaticon-"]:before, 
.box-icon [class*=" flaticon-"]:before,
.box-icon [class^="flaticon-"]:after, 
.box-icon [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 4rem;
  line-height: 4rem!important;
  font-style: normal;
  margin-left: 0; 
}

.box-icon-sm [class^="flaticon-"]:before, 
.box-icon-sm [class*=" flaticon-"]:before,
.box-icon-sm [class^="flaticon-"]:after, 
.box-icon-sm [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 3.5rem;
  line-height: 3.5rem!important;
  font-style: normal;
  margin-left: 0;
}

.box-icon-md [class^="flaticon-"]:before, 
.box-icon-md [class*=" flaticon-"]:before,
.box-icon-md [class^="flaticon-"]:after, 
.box-icon-md [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 4.5rem;
  line-height: 4.5rem!important;
  font-style: normal;
  margin-left: 0;
}

.box-icon-lg [class^="flaticon-"]:before, 
.box-icon-lg [class*=" flaticon-"]:before,
.box-icon-lg [class^="flaticon-"]:after, 
.box-icon-lg [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 5rem;
  line-height: 5rem!important;
  font-style: normal;
  margin-left: 0;
}

/*------------------------------------------*/
/*   BOX ICON COLOR
/*------------------------------------------*/

.white-color .grey-icon span,
.grey-icon span {   
  color: #757575;
  -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;  
}

.white-color .red-icon span,
.red-icon span {   
  background: -webkit-gradient(linear, left top, left bottom, from(#ee041a), to(#ff8212));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.white-color .rose-icon span, 
.rose-icon span {   
  color: #ff3366;
}

.white-color .green-icon span,
.green-icon span {   
  color: #22bc3f;
}

.white-color .blue-icon span,
.blue-icon span {   
  color: #0767c7;
}

.white-color .skyblue-icon span,
.skyblue-icon span {   
  color: #42a5f5;
}

.white-color .purple-icon span,
.purple-icon span {   
  background: -webkit-gradient(linear, left top, left bottom, from(#1d07f4), to(#f402b8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*------------------------------------------*/
/*   BOX ICON HOVER
/*------------------------------------------*/ 

.rose-hover:hover .grey-icon span { 
  color: #ff3366; 
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1); 
}

.skyblue-hover:hover .grey-icon span { 
  color: #42a5f5; 
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1); 
}

.lightgreen-hover:hover .grey-icon span { 
  color: #22bc3f; 
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1); 
}

.red-hover:hover .grey-icon span { 
  color: #e35029; 
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1); 
}

/*------------------------------------------*/
/*   TECHNOLOGIES ICONS
/*------------------------------------------*/ 

.technologies {
  margin-top: 35px;
}

.technologies p {
  color: #999;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.technologies .svg-inline--fa {
  color: #888;
  font-size: 2.65rem;
  line-height: 1;
  margin-right: 10px;
}

/*------------------------------------------*/
/*    STORE BAGE ICONS
/*------------------------------------------*/

a.store {
  margin-right: 15px;
}

.btn:last-child, 
a.store:last-child {
  margin-right: 0;
}

/*------------------------------------------*/
/*   BOX LIST
/*------------------------------------------*/ 

.box-list-icon {
  font-size: 0.9rem;
  line-height: 1.5rem;
  float: left;
  margin-right: 8px;
}

.box-list p {
  overflow: hidden;
  margin-bottom: 8px;
}

/*------------------------------------------*/
/*   COUNTDOWN ELEMENT
/*------------------------------------------*/ 

#clock {
  display: inline-block;
}

/*------------------------------------------*/
/*    Countdown Box
/*------------------------------------------*/

#clock .cbox {
  float: left;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
}

#clock .cbox:last-child {
  border-right: none;
}

/*------------------------------------------*/
/*    Countdown Digit
/*------------------------------------------*/

#clock span.cbox-digit {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -2px;
}

#clock span.cbox-txt {
  background-color: transparent;
  border: none;
  font-size: 0.975rem;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0; 
  display: block;
  padding-top: 10px;
}

/*------------------------------------------*/
/*   SECTION ID
/*------------------------------------------*/

span.section-id {
  color: #aaa;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  position: relative; 
  margin-bottom: 30px;  
}

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

.section-title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;     
}

.section-title h3 {
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}

.section-title p {
  font-size: 1.3125rem;    /* 21px */
  padding: 0 10%;
  margin-bottom: 0;
}

.bg-deepdark .section-title p {
  color: #ccc;
}

/*------------------------------------------*/
/*   TEXT WEIGHT
/*------------------------------------------*/

.txt-300 { font-weight: 300; }
.txt-400 { font-weight: 400; }
.txt-500 { font-weight: 500; }
.txt-600 { font-weight: 600; }
.txt-700 { font-weight: 700; }
.txt-800 { font-weight: 800; }
.txt-900 { font-weight: 900; }

.txt-upper { text-transform: uppercase; }

/*------------------------------------------*/
/*   TEXT SETTINGS FOR DEMOS
/*------------------------------------------*/
 
.black-color,
.black-color h2, 
.black-color h3, 
.black-color h4, 
.black-color h5, 
.black-color h6, 
.black-color p, 
.black-color a, 
.black-color li,
.black-color i, 
.black-color span { color: #000; }

.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 span  { color: #666; }

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

.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, 
.white-color .yellow-color,
.yellow-color span { color: #f7ab07; }

.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: #56a959; }

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

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

.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: #3176ed; }

.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, 
.white-color .skyblue-color,
.skyblue-color span { color: #01b7de; }

.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, 
.white-color .red-color,
.red-color span { color:  #e35029; }

.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, 
.white-color .purple-color,
.purple-color span { color:  #6e45e2; }

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




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

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #f5f5f5;
}

.cssload-spin-box {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  box-shadow: 25px 25px rgb(49,118,237), -25px 25px rgb(255,51,102), -25px -25px rgb(49,118,237), 25px -25px rgb(255,51,102);
  -o-box-shadow: 25px 25px rgb(49,118,237), -25px 25px rgb(255,51,102), -25px -25px rgb(49,118,237), 25px -25px rgb(255,51,102);
  -ms-box-shadow: 25px 25px rgb(49,118,237), -25px 25px rgb(255,51,102), -25px -25px rgb(49,118,237), 25px -25px rgb(255,51,102);
  -webkit-box-shadow: 25px 25px rgb(49,118,237), -25px 25px rgb(255,51,102), -25px -25px rgb(49,118,237), 25px -25px rgb(255,51,102);
  -moz-box-shadow: 25px 25px rgb(49,118,237), -25px 25px rgb(255,51,102), -25px -25px rgb(49,118,237), 25px -25px rgb(255,51,102);
  animation: cssload-spin ease infinite 4.6s;
  -o-animation: cssload-spin ease infinite 4.6s;
  -ms-animation: cssload-spin ease infinite 4.6s;
  -webkit-animation: cssload-spin ease infinite 4.6s;
  -moz-animation: cssload-spin ease infinite 4.6s;
}

@keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102);
  }
  25% {
    box-shadow: -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226);
  }
  50% {
    box-shadow: -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102);
  }
  75% {
    box-shadow: 28px -28px #dfdfdf, 28px 28px #4f4d49, -28px 28px #dfdfdf, -28px -28px #4f4d49;
  }
}

@-o-keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102);
  }
  25% {
    box-shadow: -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226);
  }
  50% {
    box-shadow: -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102);
  }
  75% {
    box-shadow: 28px -28px #dfdfdf, 28px 28px #4f4d49, -28px 28px #dfdfdf, -28px -28px #4f4d49;
  }
}

@-ms-keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102);
  }
  25% {
    box-shadow: -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226);
  }
  50% {
    box-shadow: -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102);
  }
  75% {
    box-shadow: 28px -28px #dfdfdf, 28px 28px #4f4d49, -28px 28px #dfdfdf, -28px -28px #4f4d49;
  }
}

@-webkit-keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102);
  }
  25% {
    box-shadow: -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226);
  }
  50% {
    box-shadow: -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102);
  }
  75% {
    box-shadow: 28px -28px #dfdfdf, 28px 28px #4f4d49, -28px 28px #dfdfdf, -28px -28px #4f4d49;
  }
}

@-moz-keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102);
  }
  25% {
    box-shadow: -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226);
  }
  50% {
    box-shadow: -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102);
  }
  75% {
    box-shadow: 28px -28px #dfdfdf, 28px 28px #4f4d49, -28px 28px #dfdfdf, -28px -28px #4f4d49;
  }
}

a.a-md { font-size: 1.133rem; padding-top: 30px; font-family: 'Rubik',sans-serif; font-weight: 700;}


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

/*------------------------------------------*/
/*   LOGO IMAGE    
/*------------------------------------------*/

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 16rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #555;
}

.bg-light { 
  background-color: #fff!important; 
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); 
}

.header .nb-line {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

/*------------------------------------------*/
/*   NAVIGATION BAR    
/*------------------------------------------*/

.navbar {
  padding: 0.65rem 1rem;
  -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;
  top: 0; /* Stay on top */
  transition: all 0.5s
 
}

.navbar.scrollUp{ transform: translateY(-105px)}

.navbar.bg-tra  {
  padding: 0.45rem 1rem;
  background-color: white; 
  border-bottom: 1px solid rgba(2, 2, 2, 0.925); 
  top: 0; /* Stay on top */
}

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

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Kanit",sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  top: 0; /* Stay on top */
  padding: 0.75rem 0.4rem;
  margin-left: 1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -moz-font-size:1rem;
  -moz-font-weigth:700;
  border-radius: 6px; 
  
}

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

.navbar-text {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-text.phone-number {
  font-size: 1.1rem;
  font-weight: 500;
  margin-left: 10px;
}

.navbar-text.phone-number .svg-inline--fa {
  margin-right: 4px;
}

.navbar-dark .navbar-text.lightgreen-color {
  color: #22bc3f;
}

.navbar-dark .navbar-text.yellow-color {
  color: #fcb80b;
}

.navbar-dark .navbar-text.blue-color {
  color: #01b7de;
}

.navbar-dark .navbar-text.rose-color {
  color: #ff3366;
}

/*------------------------------------------*/
/*   Dropdown Menu  
/*------------------------------------------*/
@media only screen and (max-width:768px) {
  .dropright .dropdown-menu{
    top: 27px !important;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 7.925rem;
    padding: 20px;
  }

}

.dropdown-menu {
  min-width: 10rem;
  padding: 0.85rem 0.45rem;
  margin: 0.85rem 0 0;
  font-size: 1.05rem;
  color: #555;
  border: 1px solid rgba(0,0,0,.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
}

.dropdown-menu::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: 20px;
  height: .9375rem;
  width: .9375rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -2;
}

.dropdown-item { 
  font-weight: 500;
  font-size: small;
  padding: 0.6rem 4.5rem 0.6rem 1rem;
}

.dropdown-toggle::after {
  vertical-align: .175em;
}

/*------------------------------------------*/
/*   Navbar Social Icons  
/*------------------------------------------*/

.header-socials {
  margin-top: 4px;
  margin-left: 3px;
  display: inline-block; 
  text-align: center;
}

.header-socials span {
  float: left;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin-left: 5px;
}

.header-socials a {
  width: 38px;
  height: 38px;
  background-color: transparent;
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 34px !important;   
  border: 2px solid #fff;  
  margin-left: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.navbar-light .header-socials a {
  color: #333;  
  border: 2px solid #333;  
}

.header-socials a.ico-facebook:hover,
.navbar.scroll .header-socials a.ico-facebook:hover { background-color: #3b5998; border-color: #3b5998; }
.header-socials a.ico-twitter:hover,
.navbar.scroll .header-socials a.ico-twitter:hover { background-color: #00a9ed; border-color: #00a9ed; }
.header-socials a.ico-behance:hover, 
.navbar.scroll .header-socials a.ico-behance:hover { background-color: #2473f6; border-color: #2473f6; }
.header-socials a.ico-google-plus:hover, 
.navbar.scroll .header-socials a.ico-google-plus:hover { background-color: #cd1111; border-color: #cd1111; }
.header-socials a.ico-linkedin:hover, 
.navbar.scroll .header-socials a.ico-linkedin:hover { background-color: #015886; border-color: #015886; }
.header-socials a.ico-dribbble:hover, 
.navbar.scroll .header-socials a.ico-dribbble:hover { background-color: #d92d84; border-color: #d92d84; }
.header-socials a.ico-instagram:hover, 
.navbar.scroll .header-socials a.ico-instagram:hover { background-color: #beb3a8; border-color: #beb3a8; }
.header-socials a.ico-pinterest:hover, 
.navbar.scroll .header-socials a.ico-pinterest:hover { background-color: #ac281a; border-color: #ac281a; }
.header-socials a.ico-youtube:hover, 
.navbar.scroll .header-socials a.ico-youtube:hover { background-color: #cd1b20; border-color: #cd1b20; }
.header-socials a.ico-tumblr:hover, 
.navbar.scroll .header-socials a.ico-tumblr:hover { background-color: #3a5976; border-color: #3a5976; }
.header-socials a.ico-vk:hover, 
.navbar.scroll .header-socials a.ico-vk:hover { background-color: #3b5998; border-color: #3b5998;}

/*------------------------------------------*/
/*   Navbar Button
/*------------------------------------------*/

.navbar .btn {  
  font-size: 1.05rem;
  font-weight: 500;
  padding: 0.785rem 2.15rem;
  margin-top: 0;
  margin-left: 12px;
}

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

.navbar-light .nav-link:focus, 
.navbar-light .nav-link:hover {
  color: #fff;
  background-color: rgba(140, 140, 140, 0.2);
}

.navbar-dark .nav-link:focus, 
.navbar-dark .nav-link:hover {
  color: #fff;
  background-color: rgba(240, 240, 240, 0.2);
}

.dropdown-item:focus, 
.dropdown-item:hover {
  color: #333;
  text-decoration: none;
  background-color: #eee;
}

/*------------------------------------------*/
/*   Navbar Scroll   
/*------------------------------------------*/
/*
.navbar.scroll.bg-tra {
  padding: 12px 0;
  background-color: #fcfcfc;
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);  
}

.navbar.scroll.navbar-dark.bg-tra .nav-link,
.navbar.scroll .navbar-text span.phone-text.white-color {
  color: #555;
}

.navbar.scroll.navbar-dark.bg-tra .nav-link:hover {
  background-color: rgba(200, 200, 200, 0.35);
}

.navbar.scroll .header-socials a,
.navbar.scroll .btn.btn-tra-white {
  color: #555;    
  border-color: #555;  
}

.navbar.scroll .header-socials a:hover {
	color: #fff;
}

.navbar.scroll .btn.btn-tra-white:hover {
  background-color: #ff3366;
  color: #fff;
  border-color: #ff3366;
}

.navbar.scroll .btn.btn-semiwhite,
.navbar.scroll .btn.tra-hover:hover,
.navbar.scroll .btn.btn-purple.tra-hover:hover,
.navbar.scroll .btn.btn-lightgreen.tra-hover:hover,
.navbar.scroll .btn.btn-semiwhite.tra-hover:hover {
  color: #555;   
  background-color: transparent; 
  border-color: #555;  
}
*/
/*------------------------------------------*/
/*   Responsive Burger Menu   
/*------------------------------------------*/

.navbar-light .navbar-toggler,
.navbar.bg-tra .navbar-toggler {
  color: #888;
  border-color: #888;
  padding: 0.25rem 0.5rem;
  font-size: 1.05rem;
}

.navbar-dark.bg-tra .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
  outline: 0;
}

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

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

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

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




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

.hero-section .container {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

#hero-6.hero-section .container,
#hero-11.hero-section .container,
#hero-13.hero-section .container,
#hero-15.hero-section .container,
#hero-19.hero-section .container,
#hero-24.hero-section .container,
#hero-25.hero-section .container {
  overflow: visible;
}

/*------------------------------------------*/
/*   HERO BACKGROUND IMAGES
/*------------------------------------------*/

#hero-1 {
  background-image: url(../images/hero-1.jpg); 
  background-position: center bottom; 
  padding-top: 220px;
  padding-bottom: 190px;
  margin-bottom: 30px;
}

#hero-2 {
  background-image: url(../images/hero-2.jpg); 
}

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

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

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

.hero-6-text {
  background-image: url(../images/hero-6.jpg);
  background-position: center bottom;
}

#hero-6-content {
  padding-top: 180px;
  padding-bottom: 380px;
}

#hero-8 { 
  padding-top: 90px;
  padding-bottom: 0px;
}

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

#hero-11-txt {  
  background-image: url(../images/hero-11.jpg);
  padding-top: 180px;
  padding-bottom: 450px;
}

#hero-12 { 
  padding-top: 220px;
}

#hero-13-txt {  
  background-image: url(../images/hero-13.jpg);
  padding-top: 230px;
  padding-bottom: 100px;
}

#hero-14 {  
  position: relative;
  padding-top: 250px;
  padding-bottom: 100px;
}

#hero-15-txt {  
  background-image: url(../images/hero-15.jpg);
  padding-top: 220px;
  padding-bottom: 200px;
}

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

#hero-17 {  
  padding-top: 160px;
  padding-bottom: 20px;
}

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

#hero-19-txt {  
  background-image: url(../images/hero-19.jpg);
  padding-top: 200px;
  padding-bottom: 200px; 
}

#hero-20 {
  background-image: url(../images/hero-20.jpg); 
  padding-top: 220px;
  padding-bottom: 140px;
}

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

#hero-22 {
  background-image: url(../images/hero-22.jpg); 
  padding-top: 220px;
  padding-bottom: 140px;
}

#hero-23 {
  background-image: url(../images/hero-23.jpg); 
  padding-top: 250px;
  padding-bottom: 160px;
}

#hero-24-content {
  background-image: url(../images/hero-24.jpg); 
  padding-top: 180px;
  padding-bottom: 200px;
}

#hero-25 {
  padding-top: 200px;
  padding-bottom: 120px;
  border-bottom: 1px solid #ddd;
}

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

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

#hero-28 {
  position: relative;
  background-image: url(../images/hero-28.jpg);
  padding-top: 220px;
  padding-bottom: 60px;  
}

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

#hero-30 {
  padding-top: 180px;
  padding-bottom: 80px;
}

/*------------------------------------------*/
/*   HERO OVERLAY
/*------------------------------------------*/

#hero-9 .hero-overlay {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); 
}

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

.hero-section .hero-slider {
  height: 760px;
  position: relative;
}

.hero-section .slides {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
}

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

#hero-7 {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 0 !important;
}
  
#slides {
  position: relative;
}

#slides .scrollable {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  *zoom: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------------*/
/*   FULLSCREEN SLIDER CONTENT
/*------------------------------------------*/

.hero-content {
  width: 80%; 
  position: absolute;
  left: 50%;
  top: 52%;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 50px 0;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

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

.hero-section h4,
.hero-section h3,
.hero-section h2 { 
  margin-bottom: 25px;
}

#hero-1.hero-section h2 { 
  font-size: 4.25rem;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}

.slides h2 { 
  font-size: 5.25rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}

#hero-9 .slides h2 { 
  font-size: 6rem;
  letter-spacing: -1px;
}

#hero-4.hero-section h2 { 
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: -1px;
}

#hero-7.hero-section h2 { 
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

#hero-8 h2.h2-xl { 
  line-height: 1.2;
  letter-spacing: -1.5px;
}

#hero-10 h2 { 
  font-size: 6.25rem;
  letter-spacing: -1.5px;
  font-weight: 800;
  margin-bottom: 10px;
}

#hero-16 h2 { 
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: -1.5px;
  font-weight: 800;
  margin-bottom: 30px;
}

#hero-18 h3.h3-xl  { 
  margin-bottom: 45px;
}

#hero-19 .hero-txt h2 { 
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

#hero-20 h4 {
  background-color: #ff3366;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  padding: 5px 20px;
}

#hero-20 h2 { 
  font-size: 5.75rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 25px;
  margin-bottom: 60px;
}

#hero-21 .hero-txt h2 { 
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

#hero-22 .hero-txt h2 { 
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0;
}

#hero-23 .hero-txt h2 { 
  font-size: 4.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}

#hero-24 .hero-txt h2 { 
  font-size: 13rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -5px;
  margin-top: 12px;
  margin-bottom: 12px;
}

#hero-24 .hero-txt h3 { 
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 0;
}

#hero-26 .hero-txt h2 { 
  font-size: 5.5rem;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}

#hero-26 .hero-txt h3 { 
  font-size: 2rem;
  margin-bottom: 10px;
}

#hero-26 .hero-price h2 { 
  font-size: 5.5em;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 5px;
}

#hero-26 .hero-price h4 { 
  font-size: 1.5em;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 15px;
}

#hero-28 .hero-txt h3 { 
  font-size: 4.5em;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 0;
}

#hero-29 .hero-txt h2 { 
  font-size: 5.5em;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

#hero-30 .hero-txt h2 { 
  font-size: 4em;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: 50px;
  margin-bottom: 20px;
}

#hero-30 .hero-txt h5 { 
  font-weight: 300;
  line-height: 1.3;
  padding: 0 10%;
  margin-bottom: 35px;
}

.hero-inner-txt h3  { 
  margin-bottom: 35px;
}

.hero-section h4 span,
.hero-section h3 span,
.hero-section h2 span { 
  font-weight: 700;
  letter-spacing: -1px;
  padding-bottom: 11px;
}

.underline {
  background-image: url(../images/underline.png);
  background-repeat: no-repeat;
  background-size: 100% 0.25em;
  background-position: center bottom;
}

/*------------------------------------------*/
/*   Hero Paragraph
/*------------------------------------------*/ 

.hero-txt p.p-hero {
  font-size: 1.35rem;
  margin-bottom: 40px;
}

.hero-price p.p-hero {
  font-size: 1.35rem;
  margin-bottom: 15px;
}

#hero-1 .hero-txt p { 
  padding: 0 8%;
}

#hero-2 .hero-txt p,
#hero-3 .hero-txt p,
#hero-6 .hero-txt p,
#hero-9 .hero-txt p,
#hero-15 .hero-txt p,
#hero-18 .hero-txt p { 
  padding: 0 12%;
}

#hero-4 .hero-txt p,
#hero-21 .hero-txt p { 
  padding-right: 10%;
}

#hero-5 .hero-txt p,
#hero-22 .hero-txt p,
#hero-27 .hero-txt p { 
  padding-right: 15%;
}

#hero-11 .hero-txt p,
#hero-23 .hero-txt p { 
  padding: 0 10%;
}

#hero-16 .hero-txt p { 
  padding-left: 10%;
}

#hero-20 p { 
  font-size: 1.5rem; 
  margin-bottom: 20px;
  padding-right: 10%;
}

.hero-inner-txt p { 
  margin-bottom: 40px;
}

#hero-19 .hero-txt p { 
  padding-right: 5%;
}

#hero-24 .hero-txt p  { 
  margin-top: 30px;
  padding-right: 20%;
  margin-bottom: 0;
}

#hero-29 .hero-txt p { 
  padding-right: 20%;
}

/*------------------------------------------*/
/*    HERO BUTTONS
/*------------------------------------------*/

.hero-btns {
  margin-top: 5px;
}

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

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

.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 STORE BADGES
/*------------------------------------------*/

.hero-stores-badge span {
  display: block;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1; 
  margin-top: 20px; 
}

/*------------------------------------------*/
/*    HERO INNER CONTENT
/*------------------------------------------*/

.hero-inner-block { 
  background-image: -webkit-linear-gradient(top, rgba(83, 45, 95, 0.8), rgba(92, 67, 155, 0.9));
  background-image: linear-gradient(top, rgba(83, 45, 95, 0.8), rgba(92, 67, 155, 0.9));
  position: relative;
  z-index: 999;
  margin-top: -410px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.hero-inner-txt {
  padding: 0 80px 0 40px;
}

.hero-inner-img img {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

/*------------------------------------------*/
/*    HERO DISCOUNT BANNER
/*------------------------------------------*/

.discount-banner {
  position: relative;
  z-index: 999;
  padding: 60px 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-top: -320px ;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);  
}

.discount-banner p.p-xl {
  line-height: 1.35;
  margin-bottom: 25px;
}

.discount-banner h2.h2-xl {
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*    HERO STATISTIC 
/*------------------------------------------*/

.hero-statistic { 
  background-color: #fff;
  position: relative;
  z-index: 999;
  padding: 50px 30px 20px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: -100px 80px 0;
  padding-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  
}

.hero-number {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}

.hero-statistic p {
  color: #757575;
  margin-bottom: 0;
}

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

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

.hero-6-image img {
  margin-top: -330px;
}

.hero-14-img {
  position: absolute;
  top: 5%;
  right: -35%;
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*------------------------------------------*/
/*    HERO BOXES
/*------------------------------------------*/

.hero-19-boxes {
  margin-top: -120px;
}

#hero-28-boxes {
  margin-top: 100px;
}

.hbox-1 {
  background-color: #fff;
  position: relative;
  z-index: 999;
  padding: 55px 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border-top: 3px solid #7ace4c;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  
}

.hbox-2 {
  padding-right: 10px;
  margin-bottom: 40px;
}

.hbox-1 h5 {
  line-height: 1.25;
  margin-bottom: 18px;
}

.hbox-2 h5 {
  line-height: 1.25;
  margin-bottom: 20px;
}

.hbox-1 p,
.hbox-2 p {
  margin-bottom: 0;
}

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

#hero-24 h4.h4-xs {
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.hero-form form { 
  background: #fff;
  border: 1px solid #fafafa;
  padding: 55px 40px 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#hero-24 .hero-form form { 
  background: #333;
  border: 1px solid #303030;
  padding: 65px 40px 65px;
}

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

.register-form .col-md-12 { 
  padding: 0; 
}

.hero-form .form-control {
  background-color: transparent;
  color: #333;
  height: 46px;
  font-size: 15px;
  font-weight: 300;
  padding: 4px 6px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;  
  box-shadow: none; 
}

#hero-24 .hero-form .form-control {
  background-color: #fff;
  padding: 4px 15px;
}

.hero-form .form-control:focus {
  border-color: #ff3366;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*    Register Form Button
/*------------------------------------------*/

.hero-form .btn {
  display: block;
  width: 100%;
  margin-top: 20px;
}

/*------------------------------------------*/
/*    Register Form Message
/*------------------------------------------*/

.hero-form .loading {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

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

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

.hero-section .newsletter-form {
  margin: 0 15%;
}

#hero-21.hero-section .newsletter-form {
  margin-top: 40px;
}

/*------------------------------------------*/
/*    Newsletter Form Input
/*------------------------------------------*/

.hero-section .newsletter-form .form-control {
  height: 57px;
  background-color: #fff;
  border: 1px solid #eee;
  border-right: none;
  color: #222;
  font-size: 1.15rem;
  font-weight: 400;
  padding: 0 1.4rem;
  box-shadow: none;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;   
}

.hero-section .newsletter-form .form-control:focus {
  border: 1px solid #eee;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*    Newsletter Form Placeholder
/*------------------------------------------*/

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

/*------------------------------------------*/
/*    Newsletter Form Button
/*------------------------------------------*/

.hero-section .newsletter-form .btn {
  width: 100%; 
  height: 57px;
  background-color: #fff;
  border: 1px solid #eee;
  border-left: none;
  color: #555;
  font-size: 1.25rem;
  margin-top: 0;
  padding: 0 1.4rem;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}

.hero-section .newsletter-form .btn:hover {
  color: #444;
}

/*------------------------------------------*/
/*   HERO TEXT ROTATOR DOTS
/*------------------------------------------*/

.hero-slider .flex-control-nav {
    bottom: 5%;
}

.hero-slider .flex-control-paging li a {
  background: rgba(240, 240, 240, 0.15);
  width: 9px;
  height: 9px;  
  border: 2px solid transparent;
}

.hero-slider .flex-control-paging li a.flex-active { 
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid  rgba(255, 255, 255, 0.95);
}

/*------------------------------------------*/
/*   FULLSCREEN SLIDER PAGINATION   
/*------------------------------------------*/

.slides-pagination {
  width: 100%;
  position: absolute;
  bottom: 5%;
  z-index: 20;
  text-align: center;
}

.slides-pagination a {
  width: 30px;
  height: 4px;
  background-color: #ddd;
  color: #1a1a1a;
  opacity: 0.2; 
  -moz-opacity: 0.2; 
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
  
.slides-pagination a:hover,
.slides-pagination a.current {
  background-color: #fff;
  opacity: 1; 
  -moz-opacity: 1; 
}




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

#about-2.bg-dark {
  background-image: url(../images/tra-map.png);
}

#about-6 .bg-inner {
  position: relative;
  z-index: 1;
}

/*------------------------------------------*/
/*   ABOUT TEXT
/*------------------------------------------*/

.about-txt {
  margin-bottom: 30px;
  padding-right: 20px
}

.about-txt-2 {
  margin-bottom: 30px;
  padding-left: 15px;
}

.abox-4 {
  padding: 0 15px;
}

#a4-1.abox-4 {
  padding: 0 35px;
}

.abox-4 h5 {
  margin-bottom: 10px;
}

#a4-1.abox-4 h5 {
  margin-bottom: 25px;
}

#a4-1 .btn {
  margin-top: 20px;
}

#about-4 .a4-img {
  padding: 0;
}

/*------------------------------------------*/
/*   ABOUT TYPOGRAPHY
/*------------------------------------------*/ 

.about-txt h2.h2-lg,
.about-txt h3.h3-sm,
.about-txt h3.h3-xl {
  margin-bottom: 30px;
}

.layer-phone {
  margin-top: 60px;
  margin-bottom: 40px;
}

.layer-phone h5 {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
}

/*------------------------------------------*/
/*   About Button
/*------------------------------------------*/

.about-btn {
  margin-top: 45px;
}

/*------------------------------------------*/
/*   ABOUT IMAGE
/*------------------------------------------*/

.about-img {
  text-align: center;
  margin-bottom: 40px;
}

#about-4 .about-img {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   ABOUT REGISTER FORM 
/*------------------------------------------*/

.about-form  {
  margin-top: -200px;
  position: relative;
  z-index: 999;
}

.about-form form { 
  background: #21262b;
  border: 1px solid #222;
  padding: 70px 40px 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*------------------------------------------*/
/*    About Form Input
/*------------------------------------------*/

.about-form .col-md-12 { 
  padding: 0; 
}

.about-form .form-control {
  background-color: #fff;
  color: #333;
  height: 46px;
  font-size: 15px;
  font-weight: 300;
  padding: 4px 10px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;  
  box-shadow: none; 
}

.about-form .form-control:focus {
  border-color: #ff3366;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*    Register Form Button
/*------------------------------------------*/

.about-form .btn {
  display: block;
  width: 100%;
  margin-top: 20px;
}

/*------------------------------------------*/
/*    Register Form Message
/*------------------------------------------*/

.about-form .loading {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

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




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

#services-2.bg-image {
  background-image: url(../images/services-2.jpg);
}

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

#services-1 .section-title {
  margin-bottom: 60px;
} 

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

.sbox-1,
.sbox-5 {
  margin-bottom: 60px;
} 

.sbox-2 {
  margin-bottom: 40px;
  padding: 0 20px;
} 

.sbox-3 {
  margin-bottom: 50px;
} 

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

.sbox-6 {
  padding: 70px 40px;
  border: 1px solid #ddd;
  text-align: center;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

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

.sbox-1-txt, 
.sbox-3-txt {
  overflow: hidden;
  padding-left: 18px;
} 

.sbox-4-txt {
  overflow: hidden;
  padding-left: 30px;
}

.sbox-5-txt1 {
  margin-top: 12px;
}

/*------------------------------------------*/
/*   SERVICES BOX TYPOGRAPHY
/*------------------------------------------*/ 

.sbox-1 h5, 
.sbox-3 h5,
.sbox-4 h5 {
  margin-bottom: 10px;  
}

.sbox-2 h5,
.sbox-5 h5 {
  margin-top: 25px;  
  margin-bottom: 10px;  
}

.sbox-6 h4 {
  margin-top: 30px;  
  margin-bottom: 0;  
}

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

/*------------------------------------------*/
/*   Service Box Icon
/*------------------------------------------*/ 

.sbox-1 span, 
.sbox-3 span,
.sbox-4 span {  
  text-align: center;
  float: left;
}

.sbox-2 span {   
  display: block;
  position: relative;
  z-index: 999;
}

/*------------------------------------------*/
/*   Service Image
/*------------------------------------------*/ 

.services-img {
  text-align: center;
  margin-bottom: 40px;
}




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

#content-3, #content-4 {
  position: relative;
}

#content-5, #content-6 {
  position: relative;
}

.inner-block {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#content-7-title { 
  position: relative;
  z-index: 3;
  padding-top: 100px;
  padding-bottom: 680px;
}

#content-7-boxes {
  position: relative;
  padding-bottom: 60px;
  z-index: 999;
  margin-top: -680px;
}

/*------------------------------------------*/
/*   CONTENT TEXT
/*------------------------------------------*/ 

.content-txt { 
  margin-bottom: 40px; 
}

#content-3 .content-txt { 
  padding-left: 60px;
}

#content-5 .content-txt, 
#content-6 .content-txt,
#content-9 .content-txt,
#content-10 .content-txt {
  margin-bottom: 0; 
}

#content-4 .content-txt { 
  padding-right: 60px;
}

#content-9 .content-txt {
  padding: 0 40px 0 80px;
}

#content-10 .content-txt {
  padding: 0 80px 0 40px;
}

/*------------------------------------------*/
/*   CONTENT TEXT TYPOGRAPHY
/*------------------------------------------*/

.content-txt h2.h2-huge {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 30px;
}


.content-txt h2.h2-lg,
.content-txt h3.h3-sm,
.content-txt h3.h3-xs,
.content-txt h3.h3-xl {
  margin-bottom: 30px;
}

.content-txt h5.h5-sm {
  margin-top: 20px;
  margin-bottom: 18px;
}

.content-txt .small-statistic h5.h5-sm {
  margin-top: 0;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   Content List
/*------------------------------------------*/

ul.content-list {
  list-style: disc;
  margin-top: 20px;
  margin-left: 15px;
  font-family: 'Lato',sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul.content-list li {
  margin-bottom: 8px;
}

ul.content-list li:last-child {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   Content Button
/*------------------------------------------*/

.content-btn {
  margin-top: 35px;
}

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

.cbox-1 {
  margin-bottom: 40px;
}

.cbox-txt {
  background-color: #fff;
  padding: 30px 30px 25px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.cbox-txt h5 {
  margin-bottom: 15px;
}

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

.content-img {
  text-align: center;
  margin-bottom: 40px;
}

.content-3-img { 
  background-image: url(../images/content-3.jpg);
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 0;
}

.content-4-img { 
  background-image: url(../images/content-4.jpg);
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 50%;
}

.content-right-img {
  position: absolute;
  top: 0;
  right: -30%;
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content-left-img {
  position: absolute;
  top: 0;
  left: -30%;
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#content-9 .content-img,
#content-10 .content-img {
  margin-bottom: 0;
}

.inner-block img {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

#content-10 .inner-block img {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}




/* ==========================================================================
  09.  BANNER
  =========================================================================== */

#banner-1 {
  background-image: url(../images/banner-1.jpg);
  background-position: top center; 
  padding-top: 100px;
  padding-bottom: 100px;
}

#banner-2 {
  padding-top: 100px;
  padding-bottom: 10px;
}

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

/*------------------------------------------*/
/*    BANNER TYPOGRAPHY
/*------------------------------------------*/ 

#banner-2 .banner-txt h2,
#banner-3 .banner-txt h2,
#banner-4 .banner-txt h2 {
  margin-bottom: 30px; 
}

#banner-1 .banner-txt h2,
#banner-3 .banner-txt h3 {
  margin-bottom: 25px; 
}

#banner-2 .banner-txt h2 span {
  font-weight: 800;
  letter-spacing: -1px;
}

#banner-1 .banner-txt p {
  padding-right: 10%;
}

#banner-3 .banner-txt p {
  padding: 0 10%;
}

/*------------------------------------------*/
/*   Banner Button
/*------------------------------------------*/

.banner-btn {
  margin-top: 35px;
}




/* ==========================================================================
  10.  VIDEO
  =========================================================================== */

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

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

/*------------------------------------------*/
/*   VIDEO TYPOGRAPHY
/*------------------------------------------*/

#video-3 p {  
  margin-top: 15px;
  margin-bottom: 50px;
  padding: 0 10%;
}




/* ==========================================================================
  11.  PORTFOLIO
  =========================================================================== */ 

#single-project {
  margin-top: 65px;
}

#portfolio-1 .section-title {
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*    FILTER BUTTONS
/*------------------------------------------*/ 

.btn-toolbar { 
  display: inline-block;
  margin: 0 auto 60px;
}

.portfolio-filter button {
  background-color: #eee;
  color: #666;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 3px;
  padding: 0.65rem 1.65rem;
  border: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;      
  -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;
  outline: 0px none;
  cursor: pointer;
}

.bg-dark .portfolio-filter button {
  color: #fff;
  background-color: rgba(30, 30, 30, .3);
}

.bg-lightgrey .portfolio-filter button {
  background-color: #e0e0e0;
}

/*------------------------------------------*/
/*    Filter Button Active
/*------------------------------------------*/ 

.portfolio-filter button.is-checked,
.bg-dark .portfolio-filter button.is-checked {
  color: #fff;
  background-color: #f23472;
  cursor: default;
  outline: 0px none;
}

.portfolio-filter.yellow-btngroup button.is-checked,
.bg-dark .portfolio-filter.yellow-btngroup button.is-checked {
  color: #333;
  background-color: #fcb80b;
  cursor: default;
  outline: 0px none;
}

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

.portfolio-filter button:hover {
  background-color: #ccc;
  color: #333;
}

.bg-dark .portfolio-filter button:hover {
   background-color: rgba(30, 30, 30, .5);
  color: #fff;
}

/*------------------------------------------*/
/*    PORTFOLIO IMAGES HOLDER
/*------------------------------------------*/ 

.masonry-wrap .portfolio-item { 
  width: 33.33%;
  padding: 0;
  margin-bottom: 0;
}

#portfolio-3 .masonry-wrap .portfolio-item { 
  width: 25%;
  padding: 0;
  margin-bottom: 0;
}

#portfolio-1 .masonry-wrap .portfolio-item,
#portfolio-2 .masonry-wrap .portfolio-item {
  padding: 0 10px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*    Portfolio Image Meta
/*------------------------------------------*/

.project-description {
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 20;
  width: 100%;
  opacity: 0;
  -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-description h5.h5-sm {
  margin-top: 3px;
}

.project-description span { 
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 500;
}

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

.hover-overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; 
}

.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-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.7);
  -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;
}

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

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

.hover-overlay:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}

.portfolio-item:hover .project-description {
  left: 8%; 
  opacity: 1; 
  -moz-opacity: 1; 
}

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

.project-txt h3.h3-xs {
  margin-top: 25px;
  margin-bottom: 20px;
}

.project-data {
  margin-top: 20px;
}  

.project-data h5 {
  margin-bottom: 4px;
}

.project-data p {
  margin-bottom: 0;
}

.project-data p span {
  font-weight: 700;
}

/*------------------------------------------*/
/*    Share Project Links
/*------------------------------------------*/

.share-project {
  margin-top: 5px;
  display: inline-block; 
  padding-left: 0;
}

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

.share-project a {
  color: #666;
}

.share-project .svg-inline--fa {
  font-size: 1.05rem;
  margin-right: 8px;
  -webkit-transition: transform 450ms;
  -moz-transition: transform 450ms;
  -o-transition: transform 450ms;
  transition: transform 450ms;
}

.share-project a:hover {
  color: #000;
}




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

/*------------------------------------------*/
/*    TEAM MEMBER
/*------------------------------------------*/

.team-member {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
}

#team-2 .team-member {
  margin-bottom: 60px;
}

#team-1 .team-member > 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 450ms;
  -moz-transition: transform 450ms;
  -o-transition: transform 450ms;
  transition: transform 450ms;
}

/*------------------------------------------*/
/*    TEAM MEMBER META
/*------------------------------------------*/

.tm-meta {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 10%;
  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-hiring {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 40px;
  z-index: 20;
  zoom: 1;
  opacity: 1;
}

.team-member:hover .tm-meta {
  bottom: 8%;
  opacity: 1; 
  -moz-opacity: 1; 
}

/*------------------------------------------*/
/*    TEAM MEMBER TYPOGRAPHY
/*------------------------------------------*/

.tm2-meta {
  padding-top: 25px;
  padding-bottom: 0;
}

.tm-meta h5.h5-sm {
  margin-bottom: 0px;
}

.tm2-meta h5.h5-sm {
  margin-bottom: 5px;
}

.tm-hiring h5.h5-sm {
  margin-bottom: 0;
}

.tm-meta span,
.tm2-meta span {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 500;
} 

.tm2-meta span {
  font-weight: 300;
  display: block;
} 

.tm-hiring a {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 500;
  text-decoration: underline;
}

.tm2-meta p {
  margin-top: 10px;
  margin-bottom: 0;
} 

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

.tm-social ul {
  display: inline-block; 
  padding-left: 0;
  margin-top: 14px;
  position: absolute;
  right: 15%;
  bottom: 0;
}

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

.tm-social a {
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 1rem;
  line-height: 32px !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; }

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

.tm-overlay {
  opacity: 0;
  -moz-opacity: 0; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, .55);
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

/*------------------------------------------*/
/*    Team Member Hover Effect 
/*------------------------------------------*/ 

#team-1 .team-member:hover > 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);
}

#team-1 .team-member:hover .tm-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}




/* ==========================================================================
  13.  SEARCH
  =========================================================================== */  

#search-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/*------------------------------------------*/
/*   SEARCH TYPOGRAPHY
/*------------------------------------------*/

#search-1 h3 {
  margin-bottom: 10px;
}

.domain-names { 
  background-color: #fff;
  margin-top: 30px;
}

/*------------------------------------------*/
/*   Domain Name Box
/*------------------------------------------*/

.dn-box {
  padding: 25px 20px;
}

.dn-box p {
  margin-bottom: 0;
}

.dn-box span {
  color: #333;
  font-weight: 700;
  display: block;
}

/*------------------------------------------*/
/*   SEARCH FORM
/*------------------------------------------*/

#hero-28 .search-form {
  margin: 0 15%;
}

.search-form .form-control {
  height: 60px;
  color: #fff;
  font-size: 1.05rem;
  padding: 0.375rem 1.5rem;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 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;
}

/*------------------------------------------*/
/*    Search Form Input Focus
/*------------------------------------------*/

.search-form .form-control:focus {
  background-color: transparent;
  border: 1px solid #ccc;
  border-right: none;
  box-shadow: none;
}

/*------------------------------------------*/
/*    Search Form Placeholder
/*------------------------------------------*/

.search-form .form-control::-moz-placeholder { color: #ccc; } 
.search-form .form-control:-ms-input-placeholder { color: #ccc; }
.search-form .form-control::-webkit-input-placeholder { color: #ccc; }

/*------------------------------------------*/
/*    Search Form Button
/*------------------------------------------*/

.search-form .btn {
  height: 60px;
  font-size: 1.05rem;
  padding: 0.375rem 1.45rem;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

#hero-28 .search-form .btn {
  padding: 0.375rem 2.45rem;
}



/* ==========================================================================
  14.  SCHEDULE
  =========================================================================== */  

/*------------------------------------------*/
/*   SCHEDULE TABS NAVIGATION
/*------------------------------------------*/

.nav-tabs {
   margin-bottom: 60px;
}

.bg-dark .nav-tabs {
   border-color: #666;
}

.nav {
  width: 100%;
}

.nav-tabs .nav-link {
  color: #999;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0;
  border: none;
  padding: 0.85rem 0;
}

.nav-tabs.rose-nav .nav-link.active,
.nav-tabs.rose-nav .nav-item.show .nav-link {
    color: #fff;
    background-color: #ff3366;
}

.nav-tabs.yellow-nav .nav-link.active,
.nav-tabs.yelloe-nav .nav-item.show .nav-link {
    color: #333;
    background-color:  #feca16;
}

.nav-tabs.grey-nav .nav-link.active,
.nav-tabs.grey-nav .nav-item.show .nav-link {
    color: #333;
    background-color: #ccc;
}

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

.schedule-event {
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*    Event Time
/*------------------------------------------*/

.event-time span {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  display: block;
  padding-left: 10px;
}

/*------------------------------------------*/
/*    Session Description
/*------------------------------------------*/

.event-description {
  padding-left: 0;
}

.event-description h5 {
  margin-bottom: 7px;
}

.event-description p.event-speaker {
  color: #757575;
  margin-bottom: 0;
}

.bg-dark .event-description p.event-speaker {
  color: #ddd;
}

.event-description p.p-small {
  color: #777;
  line-height: 1.3;
  margin-top: 8px;
}

.bg-dark .event-description p.p-small {
  color: #aaa;
}

.event-description hr {
  border-color: #ccc;
  margin-top: 25px;
  margin-right: 25px;
}

.bg-dark .event-description hr {
  border-color: #666;
}

/*------------------------------------------*/
/*    AGENDA TITLE
/*------------------------------------------*/

.agenda-tittle {
  margin-top: 45px;
  margin-bottom: 90px;
  padding: 25px 30px;
  background-color: #f5f5f5;
  background-color: #444;
}

.agenda-tittle h3 {
  line-height: 1;
  margin-bottom: 3px;
}

.agenda-tittle span {
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 0;
}




/* ==========================================================================
  15.  STATISTIC
  =========================================================================== */ 

#statistic-1 {
  padding-top: 80px;
  padding-bottom: 50px;
}

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

/*------------------------------------------*/
/*    STATISTIC TYPOGRAPHY
/*------------------------------------------*/

.statistic-title {
  text-align: center;
  margin-bottom: 50px;
}

.statistic-title h3 {
  margin-bottom: 15px;
}

.statistic-title p {
  padding: 0 10%;
}

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

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

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

/*------------------------------------------*/
/*    Statistic Block Number
/*------------------------------------------*/

.statistic-number {
  font-size: 4.15rem;
  line-height: 1; 
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.small-statistic .statistic-number {
  font-size: 4.5rem;
  letter-spacing: -1px;
}

.statistic-block h5 {
  margin-bottom: 5px;
}

.small-statistic .statistic-block h5 {
  margin-left: 6px;
}

.statistic-block p {
  font-style: italic;
  margin-bottom: 0;
}




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

#pricing-2-title { 
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 320px;
}

#pricing-2-title.bg-deepgreen,
#pricing-2-title.bg-purple {
  background-image: url(../images/tra-bg.png);
} 

#pricing-2-content {
  margin-top: -330px;
  padding-bottom: 80px;
  position: relative;
  z-index: 999; 
}

/*------------------------------------------*/
/*   PRICING PAGE TABS FILTER
/*------------------------------------------*/  



.nav-pills {
  background-color: rgba(240, 240, 240 0.3);
  
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; 
  
}


.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
  background-color: #fab217;
  border-color: #fab217;
  color: #fff;
}

.nav-pills.rose-navi .nav-link.active {
  background-color: #ff3366;
  border-color: #ff3366;
  color: #fff;
}

.nav-pills.green-navi .nav-link.active {
  background-color: #22bc3f;
  border-color: #22bc3f;
}

.nav-pills.blue-navi .nav-link.active {
  background-color: #3176ed;
  border-color: #3176ed;
}

.nav-pills .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
  color: #555;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 10px 30px;
  margin-right: 0px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; 
  border: 1px solid transparent;
  -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;
}

.nav-pills .nav-link span {
  color: #ff3366;
  font-size: 0.95rem;
  font-weight: 700; 
  margin-left: 10px;
}

.nav-pills .nav-link.active span,
.nav-pills .nav-link.active span:hover,
.nav-pills .nav-link.active span:focus {
  color: #fff;
} 

/*------------------------------------------*/
/*   PRICING TABLE
/*------------------------------------------*/  
 
.pricing-table {
  text-align: center;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 60px 50px;
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
  -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);
}

#pricing-2 .pricing-table {
  background-color: #fdfdfd;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 0 6px rgba(40, 40, 40, .1);
  -moz-box-shadow: 0 0 6px rgba(40, 40, 40, .1);
  box-shadow: 0 0 6px rgba(40, 40, 40, .1);
}

#pricing-3 .pricing-table {
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 60px 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

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

.pricing-plan {
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
}

.pricing-plan.rose-border { border-color: #ff3366; }
.pricing-plan.skyblue-border { border-color: #42a5f5; }
.pricing-plan.blue-border { border-color: #3176ed; }
.pricing-plan.green-border { border-color: #56a959; }
.pricing-plan.lightgreen-border { border-color: #22bc3f; }
.pricing-plan.red-border { border-color: #e35029; }
.pricing-plan.purple-border { border-color: #6e45e2; }
.pricing-plan.deepgreen-border { border-color: #009587; }

.pricing-plan h5 {
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.pricing-table span.price {
  font-size: 75px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.pricing-table sup {
  font-size: 55px;
  font-weight: 600;
  top: -7px;
  right: 2px;
}

.pricing-table sup.pricing-coins {
  top: -25px;
  font-size: 40px;
  font-weight: 600;
}

p.validity {
  color: #888;
  font-style: italic;
  font-size: 1.2rem;
  margin-top: 5px;
}

/*------------------------------------------*/
/*   Plan Price
/*------------------------------------------*/ 

#pricing-3 .price h5 {
  margin-bottom: 25px;
}
 
#pricing-3 .price span {
  font-size: 65px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 0.5px;
}

#pricing-3 .pricing-table .price sup {
  font-size: 40px;
  font-weight: 400;
  top: -10px;
  margin-right: 5px;
}

#pricing-3 .price span.price-vat {
  display: block;
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 14px;
  padding: 0 7%;
}

/*------------------------------------------*/
/*    Pricing Description
/*------------------------------------------*/ 

.pricing-text {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.pricing-text p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 0;
}

.pricing-table p span {
  color: #000;
  font-weight: 800;
}

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

.pricing-table ul.features {
  padding: 30px 0 35px;
}

.pricing-table ul.features li {
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 400;
  padding: 11px 0;
}

.pricing-table ul.features li:last-child {
    border-bottom: none;
}

/*------------------------------------------*/
/*    Pricing Text
/*------------------------------------------*/

.pricing-txt {
  margin-top: 30px;
  margin-bottom: 40px;
}

.pricing-txt p span {
  font-weight: 700;
}




/* ===================================================================================
  17.  MORE ITEMS
  =================================================================================== */ 

/*------------------------------------------*/
/*    MORE APPS TYPOGRAPHY
/*------------------------------------------*/

.more-item-box h5 {
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 35px;
}

.more-item-box span.app-cat {
  color: #888;
  font-size: 0.95rem;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.more-item-box .btn {
  margin-top: 10px;
}




/* ==========================================================================
  18.  TESTIMONIALS
  =========================================================================== */

#reviews-2.ipage {
  background-image: url(../images/tra-map.png);
}

.reviews-section.bg-image {
  background-image: url(../images/losung/testimonio.png);
}

/*------------------------------------------*/
/*   TRANSPARENT QUOTE ICON
/*------------------------------------------*/ 

#reviews-2 .quote-icon { 
  width: 125px;
  height: 110px;
  background: url(../images/quote-big.png);
  opacity: .2;
  margin: 0 auto -50px;
}

/*------------------------------------------*/
/*   TESTIMONIALS CAROUSEL
/*------------------------------------------*/ 

.review-1 {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 30px;
  padding: 0;
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  -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;
}

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

.review-1 .review-txt {
  background-color: #fff;
  border: 1px solid #eee;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 50px 40px 55px;
  margin: 0 2px;
  -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;
}

.review-1.slick-current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.review-1.slick-current .review-txt {
  background-color: #fff;
  border: 1px solid #eee;
  -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);
}
 
/*------------------------------------------*/
/*    Testimonial Message Avatar 
/*------------------------------------------*/ 

.review-1 .testimonial-avatar img {
  width: 90px;
  height: 90px;
  display: inline-block;
  margin: -45px auto 15px;  
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

#reviews-2 img {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 0 auto 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

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

.review-1 p {
  color: #666;
  font-size: 1.05rem;
  font-style: italic;
} 

#reviews-2 .review-txt p {
  font-size: 1.85rem;
  line-height: 1.3;
  font-weight: 500;
  padding: 20px 8% 35px;
}

p.testimonial-autor {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0;
}

p.testimonial-autor.deepblue-color {
  color: #004861;
}


.testimonial-avatar span {
  font-size: 0.95rem;
  line-height: 1;
}

.review-author p {
  color: #333;
  font-size: 1.25rem;
  line-height: 1.2;
  font-style: normal;
  margin-bottom: 0;
}

#reviews-2 .review-author p {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 2px;
}

#reviews-2 .review-author span {
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

/*------------------------------------------*/
/*   Reviews Slick Carousel Dots
/*------------------------------------------*/

.reviews-section .slick-dots {
  position: absolute;
  z-index: 4;
  bottom: -30px;
}

.reviews-section .slick-dots li {
  margin: 0 2px;
  width: 15px;
  height: 15px;
}

.reviews-section .slick-dots li button:before {
  content: "";
  background: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  width: 8px;
  height: 8px;
  left: auto;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.reviews-section .slick-dots li button:hover:before {
  background: #999;
}

.reviews-section .slick-dots li.slick-active button:before {
  background: #666;
}

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

.flex-control-paging li a {
  background: rgba(90, 90, 90, .25);
  width: 10px;
  height: 10px;  
  border: 2px solid rgba(90, 90, 90, .02);
}

.flex-control-paging li a.flex-active { 
  background: rgba(255, 255, 255, .65); 
  border: 2px solid rgba(255, 255, 255, .02); 
}

.rose-nav .flex-control-paging li a.flex-active { 
  background: #ff3366; 
  border: 2px solid #ff3366;
}

.purple-nav .flex-control-paging li a.flex-active { 
  background: #6e45e2; 
  border: 2px solid #6e45e2;
}

.skyblue-nav .flex-control-paging li a.flex-active { 
  background: #0b88ee; 
  border: 2px solid #0b88ee;
}

.green-nav .flex-control-paging li a.flex-active { 
  background: #1da036; 
  border: 2px solid #1da036;
}




/* ==========================================================================
  19.  BRANDS
  =========================================================================== */ 

#brands-1 { 
  padding-top: 80px;
  padding-bottom: 60px;
}

.brands-section.bg-dark {
  background-image: url(../images/tra-map.png);
}

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

/*------------------------------------------*/
/*    BRANDS LOGO HOLDER
/*------------------------------------------*/ 
 
#brands-1 .brand-logo,
#pricing-2 .brand-logo {
  width: 20%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
} 

#brands-2 .brand-logo {
  padding: 0 30px;
  margin-bottom: 20px;
}

.brand-logo img {
  padding: 0 10px;
}

/*------------------------------------------*/
/*    BRANDS TYPOGRAPHY
/*------------------------------------------*/

.brands-title {
  text-align: center;
}
#brands-2{
  padding-top: 0%;
}

#brands-2 .brands-title {
  margin-bottom: 150px;
}

.brands-title h5 {
  font-weight: 500;
  margin-bottom: 35px;
}

.brands-title h3 {
  margin-bottom: 15px;
}

.brands-title h5 span {
  font-weight: 700;
}

.brands-title p {
  padding: 0 10%;
}




/* ==========================================================================
  20.  FAQs
  =========================================================================== */

/*------------------------------------------*/
/*    FAQs TYPOGRAPHY
/*------------------------------------------*/

.question {
  margin-bottom: 30px;
}

.question h5 {
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.question p {
  color: #666;
  font-size: 1.05rem;
  line-height: 1.6;
}

.more-questions-btn {
  margin-top: 40px;
}

.faqs-btn {
  margin-top: 30px;
}




/* ==========================================================================
  21.  CALL TO ACTION
  =========================================================================== */

#cta-1 {
  padding-top: 130px;
  padding-bottom: 140px;
}

.cta-section.bg-image {
  background-image: url(../images/call-to-action.jpg);
}

.cta-section.bg-purple {
  background-image: url(../images/tra-bg.png);
}

#cta-4 .bg-image.bg-inner {
  background-image: url(../images/cta-4.jpg);
  position: relative;
  z-index: 1;
}

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

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

.cta-txt h2.h2-lg {
  letter-spacing: -1px;
  margin-bottom: 25px;
}

.cta-txt h2.h2-xl {
  letter-spacing: -1px;
}

.cta-txt h2.h2-md,
.cta-txt h2.h2-xs {
  margin-bottom: 20px;
}

.cta-txt h2.h2-xs span,
.cta-txt h2.h2-xl span {
  font-weight: 700;
}

.cta-txt h2.h2-xl span {
  font-weight: 800;
  letter-spacing: 0;
}

#cta-1 .cta-txt p {
  padding: 0 8%;
}

#cta-2 .cta-txt p {
  padding: 0 14%;
}

#cta-4 .cta-txt p {
  padding-right: 5%;
  margin-top: 30px;
  margin-bottom: 0;
}

#cta-1 .cta-btn {
  margin-top: 40px;
}

#cta-2 .cta-btn {
  margin-top: 30px;
}

#cta-3 .cta-btn {
  display: inline-block;
}

#cta-3 .cta-btn p span {
  font-weight: 700;
}

#cta-4 .cta-btn {
  margin-top: 40px;
}

/*------------------------------------------*/
/*    CALL TO ACTION IMAGE
/*------------------------------------------*/ 

.cta-4-img {
  text-align: center;
  margin-top: -80px;
  position: relative;
  z-index: 999;
}



/* ==========================================================================
  22.  BLOG
  =========================================================================== */

#single-blog-page {
  margin-top: 65px;
}

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

.blog-post {
  margin-bottom: 40px;
}

.posts-holder .blog-post {
  margin-bottom: 60px;
}

/*------------------------------------------*/
/*    BLOG TYPOGRAPHY
/*------------------------------------------*/ 

.blog-post h5 {
  line-height: 1.4;
  margin-bottom: 15px;
}

#blog-page .blog-post h5 {
  line-height: 1.3;
  margin-bottom: 10px;
}

#single-post-page.blog-post h5 {
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 35px;
}

.related-post .blog-post-txt h5 {
  margin-bottom: 10px;
} 

.blog-post-txt p.post-meta {
  color: #666;
  margin-bottom: 15px;
}

.related-post .blog-post-txt p.post-meta {
  margin-bottom: 6px;
} 

.bg-deepdark .blog-post-txt p {
  color: #ddd;
}

.post-inner-img p.p-sm {
  color: #999;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 0;
}

.blog-post-txt p.post-meta span,
.sblog-post-txt p.post-meta span {
  font-weight: 700;
}

.blog-post-txt a:hover {
  text-decoration: underline;
}

/*------------------------------------------*/
/*    BLOG PAGE RIGHT SIDEBAR 
/*------------------------------------------*/ 

#sidebar-right h5.h5-sm {
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*   Blog Search Form
/*------------------------------------------*/

#search-field .form-control {
  background-color: #f0f0f0;
  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;
  padding: 22px 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;
}

/*------------------------------------------*/
/*   Blog Categories
/*------------------------------------------*/

ul.blog-category-list > li {
  padding: 10px 0;
  border-bottom: 1px dashed #c0c0c0;
  -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;  
}

ul.blog-category-list > li:first-child {
  padding: 0 0 10px;
}

ul.blog-category-list > li:last-child {
  padding: 10px 0 0;
  border-bottom: none;
}

ul.blog-category-list > li a,
ul.blog-category-list > li span {
  color: #555;
}

ul.blog-category-list li .svg-inline--fa {
  margin-right: 10px;
}

ul.blog-category-list li a:hover {
  color: #000;
  text-decoration: none;
}

/*------------------------------------------*/
/*   Popular Posts
/*------------------------------------------*/

.popular-posts li { 
  padding: 14px 0;
  border-bottom: 1px dashed #c0c0c0;
}

.popular-posts li:first-child {
  padding: 0 0 14px;
}

.popular-posts li:last-child {
  padding: 14px 0 0;
  border-bottom: 0; 
}

.popular-posts img {
  text-align: center;
  float: left;
}

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

/*------------------------------------------*/
/*  Popular Post Typography
--------------------------------------------*/

.post-summary a { 
  color: #555;
  -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;
}

.popular-posts .post-summary a:hover { 
  text-decoration: underline;
}

.popular-posts p { 
  color: #888;  
  font-size: 0.875rem;
  margin-top: 6px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   Blog Page Popular Tags
/*------------------------------------------*/

.badge {
  font-size: 0.75rem;
  font-weight: 600;
  color: #222;
  border: none;
  background-color: #f0f0f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 5px 10px;
  margin-right: 2px;
  -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;  
}

.badge a {
  color: #666!important;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.42857;
}

.badge:hover {
  background-color: #2c353f;
  border-color: #2c353f;
  color: #fff;
}

.badge:hover a {
  color: #fff!important;
}

/*------------------------------------------*/
/*    BLOG PAGE PAGINATION 
/*------------------------------------------*/ 

.page-link {
  color: #666;
  padding: .65rem .95rem;
}

.page-link:hover,
.page-link:focus {
  color: #444;
  background-color: #eee;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2c353f;
  border-color: #2c353f;
}

/*------------------------------------------*/
/*    SINGLE 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 {
  width: 90px;
  height: 35px;
  font-size: 18px;
  line-height: 35px !important;
  text-align: center;
  margin-right: 3px;
  display: block;
  opacity: 0.75;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

a.share-ico.ico-facebook {background-color: #3b5998; border-color: #3b5998; color: #fff;}
a.share-ico.ico-twitter {background-color: #00a9ed; border-color: #00a9ed; color: #fff;}
a.share-ico.ico-behance {background-color: #00a8e7; border-color: #00a8e7; color: #fff;}
a.share-ico.ico-google-plus {background-color: #cd1111; border-color: #cd1111; color: #fff;}
a.share-ico.ico-linkedin {background-color: #015886; border-color: #015886; color: #fff;}
a.share-ico.ico-dribbble{background-color: #d92d84; border-color: #d92d84; color: #fff;}
a.share-ico.ico-instagram {background-color: #beb3a8; border-color: #beb3a8; color: #fff;}
a.share-ico.ico-pinterest {background-color: #ac281a; border-color: #ac281a; color: #fff;}
a.share-ico.ico-dropbox {background-color: #008ad2; border-color: #008ad2; color: #fff;}
a.share-ico.ico-skype {background-color: #00a9ed; border-color: #00a9ed;color: #fff;}
a.share-ico.ico-youtube {background-color: #cd1b20; border-color: #cd1b20;color: #fff;}
a.share-ico.ico-tumblr {background-color: #3a5976; border-color: #3a5976;color: #fff;}
a.share-ico.ico-vimeo {background-color: #00adee; border-color: #00adee; color: #fff;}
a.share-ico.ico-flickr {background-color: #d2d2d2; border-color: #d2d2d2; color: #fff;}
a.share-ico.ico-github {background-color: #222; border-color: #222; color: #fff;}
a.share-ico.ico-renren {background-color: #364a83; border-color: #364a83; color: #fff;}
a.share-ico.ico-vk {background-color: #3b5998; border-color: #3b5998; color: #fff;}
a.share-ico.ico-xing {background-color: #015f5e; border-color: #015f5e; color: #fff;}
a.share-ico.ico-weibo {background-color: #be4443; border-color: #be4443; color: #fff;}
a.share-ico.ico-rss {background-color: #ff6600; border-color: #ff6600; color: #fff;}
a.share-ico.ico-digg {background-color: #222; border-color: #222; color: #fff;}
a.share-ico.ico-deviantart {background-color: #57675d; border-color: #57675d; color: #fff;}
a.share-ico.ico-envelope {background-color: #999; border-color: #999; color: #fff;}
a.share-ico.ico-delicious {background-color: #0A0A0A; border-color: #0A0A0A; color: #fff;}

a.share-ico:hover {
  opacity: 1;
}

/*-----------------------------------------*/
/*    RELATED POST
/*-----------------------------------------*/

.related-post {
  margin-top: 70px;
  margin-bottom: 60px;
}
/*------------------------------------------*/
/*    SINGLE POST META
/*------------------------------------------*/

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

.comment-meta h5 {
  line-height: 1.1;
  margin-bottom: 0;
}

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

.btn-reply a {
  background-color: #888;
  color:  #fff;
  font-size: 12px;  
  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: #2c353f;
}

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

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

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

#leave-comment h4.h4-lg {
  margin-bottom: 5px;
}

.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 {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  height: 46px;
  font-size: 15px;
  font-weight: 300;
  padding: 15px;
  margin-bottom: 20px;
    box-shadow: none; 
}

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

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

/*------------------------------------------*/
/*    Forms Message
/*------------------------------------------*/

.comment-form label.error {
  color: #f6412d;
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 20px;
}

.comment-form-msg {
  position: absolute;
  bottom: 10px;
  left: 350px;
}

.comment-form-msg .error,
.comment-form-msg .loading {
  color: #45afff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
}

.comment-form-msg .error {
  color: #f6412d;
}




/* ==========================================================================
  23.  NEWSLETTER
  =========================================================================== */

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

.newsletter-section.bg-purple,
.newsletter-section.bg-deeppurple {
  background-image: url(../images/tra-bg.png);
}

/*------------------------------------------*/
/*    Newsletter Form Input
/*------------------------------------------*/

#newsletter-1 .form-control {
  height: 60px;
  font-weight: 300;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ccc;
  color: #fff;
  font-size: 1.35rem;
  padding: 0 0.5rem;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;   
  -webkit-box-shadow: 0 0;
  -moz-box-shadow: 0 0;
  box-shadow: 0 0;  
  -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
/*------------------------------------------*/

#newsletter-1 .form-control:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*    Newsletter Form Placeholder
/*------------------------------------------*/

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

/*------------------------------------------*/
/*    Newsletter Form Button
/*------------------------------------------*/

#newsletter-1 .newsletter-form .btn {
  height: 60px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 1.25rem;
  padding: 0 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; 
  -webkit-box-shadow: 0 0;
  -moz-box-shadow: 0 0;
  box-shadow: 0 0;
}

/*------------------------------------------*/
/*    Newsletter Form Notification
/*------------------------------------------*/

.newsletter-section .form-notification {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin: 20px auto 0;
}




/* ==========================================================================
  24. BOOKING FORM
  ========================================================================== */   

#booking {
  background: url(../images/tra-bg1.png);
}

#booking-form {
  margin: 0 25px;
}

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

#booking-form .form-control {
  height: 54px;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1rem;
  padding: 5px 15px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
   -moz-border-radius: 0;
  border-radius: 0;
  -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;
}

/*------------------------------------------*/
/*    Bookingr Form Placeholder
/*------------------------------------------*/

#booking-form .form-control::-moz-placeholder { color: #aaa; } 
#booking-form .form-control:-ms-input-placeholder { color: #aaa; }
#booking-form .form-control::-webkit-input-placeholder { color: #aaa; }

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

#booking-form .form-control:focus {
  border-color: #64b671;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*   Register Form Submit Button
/*------------------------------------------*/

#booking-form .btn {
  width: 100%;
  height: 54px;
  font-size: 1.1rem;
  font-weight: 600;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; 
}

/*------------------------------------------*/
/*    Register Form Message
/*------------------------------------------*/

.booking-form-msg {
  margin-top: 20px;
}

.booking-form-msg .loading {
  font-size: 1.1875rem;
  line-height: 1;
  font-weight: 400;
}

.error {
  color: #fe4918;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 300;
}




/* ==========================================================================
  25.  CONTACTS
  =========================================================================== */

.bg-clouds {
  width: 100%;
  background-image: url(../images/clouds.jpg);
  background-position: bottom center; 
  background-repeat: no-repeat;  
  background-size: cover; 
  padding-top: 80px;
}  

#contacts-1.bg-clouds { padding-bottom: 240px; }
#contacts-2.bg-clouds { padding-bottom: 170px; }
#contacts-3.bg-clouds { padding-bottom: 120px; }

.contacts-section .form-holder {
  position: relative;
}

#contacts-map {
  margin-top: 70px;
}

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

#contacts-1 .contact-box {
  text-align: center;
  margin-bottom: 30px;
}

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

#contacts-3 .contact-box,
#contacts-5 .contact-box {
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*    CONTACTS TYPOGRAPHY
/*------------------------------------------*/

.contact-box .svg-inline--fa {
  font-size: 3.5rem;
}

.contacts-section h4.h4-xs {
  margin-bottom: 15px;
}

.contacts-section h3.h3-lg {
  margin-bottom: 25px;
}

.contact-box h5 {
  margin-top: 20px;
  margin-bottom: 12px;
}

#contacts-2 .contact-box h5,
#contacts-3 .contact-box h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

p.support-number-txt {
  margin-top: 45px;
  margin-bottom: 5px;
}

span.support-number {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
}

.contact-box p {
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 0;
}

.bg-dark.contacts-section p,
.bg-deepdark.contacts-section p,
.bg-dark .contact-box a:hover,
.bg-deepdark .contact-box a:hover {
  color: #ccc;
}

.contact-box a {
  text-decoration: underline;
}

.bg-dark .contact-box a,
.bg-deepdark .contact-box a {
  color: #fff;
}

.contact-box a:hover {
  color: #000;
}

/*------------------------------------------*/
/*    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: 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-dark .contact-form .form-control {
  background-color: rgba(220, 220, 220, .2);
  color: #fff;
  border-color: rgba(220, 220, 220, .2);
}

.bg-deepdark .contact-form .form-control {
  background-color: rgba(50, 50, 50, .7);
  color: #fff;
  border-color: rgba(50, 50, 50, .7);
}

.bg-clouds .contact-form .form-control,
.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; }

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

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

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

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

.bg-dark .contact-form .form-control:focus {
  background-color: rgba(255, 255, 255, .05);
  border-color: #fff;
}

.bg-deepdark .contact-form .form-control:focus {
  background-color: #1d1d1d;
  border-color: #ccc;
}

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

.contact-form label.error {
  color: #f6412d;
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 27px;
}

#contacts-2 .contact-form label.error {
  margin-left: 5px;
  margin-bottom: 30px;
}

.contact-form-msg {
  margin-top: 30px;
  margin-left: 12px;
}

.hero-form .contact-form-msg {
  display: inline-block;
  margin: 20px auto 0;
}

.contact-form-msg .error,
.contact-form-msg .loading {
  color: #45afff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
}

.contact-form-msg .error {
  color: #f6412d;
}

/*------------------------------------------*/
/*  CONTACTS GOOGLE MAP
/*------------------------------------------*/   

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

#contacts-2 #gmap {
  height: 375px;
}

#contacts-5 #gmap,
#contacts-map #gmap {
  width: 100%;
  height: 480px;
}




/* ==========================================================================
  26. FOOTER
  =========================================================================== */

.footer {
  padding-top: 80px;
}

.footer.bg-dark {
  padding-top: 100px;
}

/*------------------------------------------*/
/*   FOOTER TYPOGRAPHY
/*------------------------------------------*/

.footer h4, .footer h5 {
  margin-bottom: 25px;

}

.footer p.p-lg {
  font-weight: 600;
  margin-bottom: 3px;
}

.footer p.p-lg a {
  text-decoration: underline;
}

.footer-copyright p {
  margin-bottom: 0;
}

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

.bg-dark .footer-form p,
.bg-deepdark .footer-form p,
.bg-dark .footer-info p,
.bg-deepdark .footer-info p,
.bg-dark .footer-copyright p,
.bg-deepdark .footer-copyright p,
.bg-dark .footer-copyright p,
.bg-deepdark .footer-links li a {
  color: #ccc;
}

.bg-dark .footer-copyright p span,
.bg-deepdark .footer-copyright p span {
  color: #fff;
}

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

.footer-links li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 10px 0;
  padding: 5px;
}

.footer-links li a {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;

}

.footer-links li a:hover {
  color: #000;
  text-decoration: underline ;
}

.bg-dark .footer-links li a:hover,
.bg-deepdark .footer-links li a:hover {
  color: #fff;
}

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

.foo-links {
  display: inline-block; 
  padding-left: 0;
  margin: 20px auto 0;
}

.foo-links li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 8px 0;
  padding: 0;
}

.foo-links a {

  width: 40px;
  height: 40px;
  color: #888;
  border: 2px solid rgba(240, 240, 240, .05);
  background-color: rgba(200, 200, 200, .45);
  font-size: 1.1rem;
  line-height: 36px !important;
  margin-right: 4px;
  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;
}

.bg-dark .foo-links a,
.bg-deeppurple .foo-links a {
  color: #ccc;
  background-color: rgba(220, 220, 220, .2);
  border: 1px solid transparent;
}

.bg-deepdark .foo-links a {
  color: #999;
  background-color: rgba(50, 50, 50, .7);
  border: 1px solid rgba(50, 50, 50, .7);
}

.foo-links a:hover {
  color: #fff;
}

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

/*------------------------------------------*/
/*   FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-form .form-control {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 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-lightgrey .footer-form .form-control {
  background-color: #f7f7f7;
  border: 2px solid #bbb;
  border-right: none;
}

.bg-dark .footer-form .form-control {
  background-color: rgba(220, 220, 220, .2);
  color: #fff;
  border: 2px solid rgba(220, 220, 220, .2);
  border-right: none;
}

.bg-deepdark .footer-form .form-control {
  background-color: rgba(50, 50, 50, .7);
  color: #fff;
  border: 2px solid rgba(50, 50, 50, .7);
  border-right: none;
}

/*------------------------------------------*/
/*    Newsletter Form Input Focus
/*------------------------------------------*/

.footer-form .form-control:focus {
  border: 1px solid #888;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

.bg-lightgrey .footer-form .form-control:focus {
  background-color: #fff;
  border: 2px solid #999;
  border-right: none;
}

.bg-dark .footer-form .form-control:focus {
  background-color: transparent;
  border: 2px solid #ccc;
  border-right: none;
}

.bg-deepdark .footer-form .form-control:focus {
  background-color: #1d1d1d;
  border: 2px solid #ccc;
  border-right: none;
}


/*------------------------------------------*/
/*    Newsletter Form Placeholder
/*------------------------------------------*/

.bg-dark .footer-form .form-control::-moz-placeholder { color: #ccc; } 
.bg-dark .footer-form .form-control:-ms-input-placeholder { color: #ccc; }
.bg-dark .footer-form .form-control::-webkit-input-placeholder { color: #ccc; }

.bg-deepdark .footer-form .form-control::-moz-placeholder { color: #999; } 
.bg-deepdark .footer-form .form-control:-ms-input-placeholder { color: #999; }
.bg-deepdark .footer-form .form-control::-webkit-input-placeholder { color: #999; }

/*------------------------------------------*/
/*    Newsletter Form Button
/*------------------------------------------*/

.footer-form .btn {
  padding: 0.7rem 1.45rem;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

.footer-form .svg-inline--fa {
  font-size: 1.35rem;
  line-height: 1!important; 
}

/*------------------------------------------*/
/*    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 {
  padding-top: 30px;
  padding-bottom: 50px;
}

.bg-dark .bottom-footer {
  padding-bottom: 70px;
}




/* ==========================================================================
  27. BOTTOM QUICK FORM
  =========================================================================== */

.bottom-form {
  background-color: #fff;
  min-width: 260px;
  max-width: 260px;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 1px 15px 0 rgba(0,0,0,.33);
  position: fixed;
  right: 6em;
  bottom: 0;
  z-index: 99999;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px none;
}

/*------------------------------------------*/
/*   QUICK FORM HEADER
/*------------------------------------------*/

.bottom-form-header {
  padding: 14px 20px;
  min-height: 45px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px none;
}

.bottom-form-header .svg-inline--fa {
  text-align: center;
  color: #fff;
  font-size: 23px;
  line-height: 1;
  display: inline-block;
  float: left;
  margin-top: 1px;
  margin-right: 8px;
}

.bottom-form-header p {
  color: #fff;
  font-size: 0.95rem;
  line-height: 23px!important;
  display: inline-block;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   QUICK FORM FORM
/*------------------------------------------*/

.bottom-form-holder {
  height: 311px;
  padding-bottom: 30px;
  border: 1px solid #eee;
  border-top: none;
}

.bottom-form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
  line-height: 1;
  padding: 18px;
}

.quick-contact-form textarea { 
  min-height: 60px; 
  border-bottom: none; 
}

.quick-contact-form .btn {
  font-size: 0.9rem;
  padding: 0.6rem 1.75rem;
  margin-right: 30px;
}

/*------------------------------------------*/
/*    Quick Form Message
/*------------------------------------------*/

.quick-contact-form label.error {
  color: #f6412d;
  font-size: 0.95rem;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: 35px;
}

.quick-contact-form .contact-form-msg {
  position: absolute;
  bottom: 80px;
  left: 20px;
}

.quick-contact-form .contact-form-msg .error,
.quick-contact-form .contact-form-msg .loading {
  color: #45afff;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 300;
}

.quick-contact-form .contact-form-msg .error {
  color: #f6412d;
}




/* ==========================================================================
  28 INNER PAGE HERO
  =========================================================================== */  

.page-hero-section {
  padding-top: 200px;
  padding-bottom: 140px;
}

#about-hero {
  background-image: url(../images/about-hero.jpg);
}

#services-hero {
  background-image: url(../images/services-hero.jpg);
}

#team-hero {
  background-image: url(../images/team-hero.jpg);
}

#pricing-hero {
  background-image: url(../images/pricing-hero.jpg);
}

#blog-listing-hero {
  background-image: url(../images/blog-listing-hero.jpg);
}

/*------------------------------------------*/
/*   INNER PAGE HERO TYPOGRAPHY
/*------------------------------------------*/

.page-hero-section h2 {
  font-size: 4.5rem;
  letter-spacing: -0.5px;
}

.page-hero-section p {
  font-weight: 400;
  padding: 0 12%;
  margin-top: 15px;
  margin-bottom: 0;
}




/* ==========================================================================
  29.  SCROLL TO TOP
  =========================================================================== */  

#scrollUp {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(35, 35, 35, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear; 
}

#scrollUp:hover {
  background-color: #666;
}

nav a#pull {  
    display: none;  
}  
/*----------------------------------
  Swiper
------------------------------------*/


.s-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Arrows v1
------------------------------ */
.s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 47.9em) {
  .s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
    opacity: 0;
  }
}

.s-swiper__arrow-v1--left {
  left: 2rem;
}

.s-swiper__arrow-v1--right {
  right: 2rem;
}

@media (max-width: 47.9em) {
  .s-swiper:hover .s-swiper__arrow-v1--left, .s-swiper:hover .s-swiper__arrow-v1--right {
    opacity: 1;
  }
}

/* Pagination v1
------------------------------ */
.s-swiper__pagination-v1--bc {
  position: absolute;
  bottom: 1.875rem !important;
  text-align: center;
  z-index: 1;
}

.s-swiper__pagination-v1 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.5625rem;
  border-radius: 0.9375rem;
  opacity: .7;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
  width: 1.875rem;
  background: #13b1cd;
  opacity: 1;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet {
  background: #fff;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
  background: #13b1cd;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
  background: #b2b2b2;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
  background: #13b1cd;
}




/*----------------------------------
  Icons
------------------------------------*/
.s-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-icon:focus, .s-icon:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Sizes
------------------------------ */
.s-icon--sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.8125rem;
  padding: 0.6875rem;
}

.s-icon--md {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  padding: 0.75rem;
}

.s-icon--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.625rem;
  padding: 0.5625rem 1rem;
}

/* Styles
------------------------------ */
.s-icon--white-brd {
  color: #000000;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #000000;
  line-height: 1.4;
}

.s-icon--white-brd:focus, .s-icon--white-brd:hover {
  color: #000000;
  background: #ffffff;
  border-color: #000000;
}

.s-icon--white-bg {
  color: #080808;
  background: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-bg:focus, .s-icon--white-bg:hover {
  color: #13b1cd;
  background: #fff;
  border-color: #fff;
}

.s-icon--primary-brd {
  color: #13b1cd;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
  line-height: 1.4;
}

.s-icon--primary-brd:focus, .s-icon--primary-brd:hover {
  color: #000000;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-icon--primary-bg {
  color: #000000;
  background: #13b1cd;
  line-height: 1.6;
}



.container {
  position: relative;
}

.maxwidth {
  /*max-width: 68rem;*/
  width: 100%;
  margin: 0 auto;
}

.ux-text h2 {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lato',sans-serif;
  font-style: normal;
  margin-bottom: .6rem;
  color: rgb(0, 0, 0);
  padding-top: 30px;
  line-height: 23px;
  padding-left: 15px;
}

.ux-text h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #f3a704;
}
.ux-text h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #ffffff;
  font-family: 'Lato',sans-serif;
  font-style: normal;
  padding-top: 50px;
  padding-left: 60px;
}

@media only screen and (max-width:768px) {
  .ux-text h4 {
    font-size: 1.0rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #ffffff;
    font-family: 'Lato',sans-serif;
    font-style: normal;
    padding-top: 30px;
    padding-left: 10px;
  }

}

.ux-text p {
  color: #666;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.ux-text p:last-child {
  margin: 0;
}

.ux-vertical-tabs {
  position: relative;
  display: flex;
  background: linear-gradient(to bottom, #fff, #fff 250px);
}

.ux-vertical-tabs .tabs {
  width: 20rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.ux-vertical-tabs .tabs button {
  font-family: 'Kanit',sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ebebeb;
  padding: 1.45rem;
  width: 90%;
  outline: none;
  text-align: left;
  cursor: pointer;
  border: 1px solid white;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  font-size: 0.88rem;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  transition: background 250ms ease;
}

.ux-vertical-tabs .tabs button:first-child {
  border-top: 1px solid transparent;
}

.ux-vertical-tabs .tabs button:hover {
  background: transparent;
}

.ux-vertical-tabs .tabs button.active {
  background: #000;
  border-right: 0;
  color: #f3a807;
}

.ux-vertical-tabs .tabs button.empty {
  flex: 1;
  border: 0;
  border-right: 1px solid transparent;
  pointer-events: none;
}

.ux-vertical-tabs .tabs button:hover.empty {
  background: none;
}

.ux-vertical-tabs .tabs button span {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: translateX(1rem);
  opacity: 0;
  transition: all 350ms ease;
}

.ux-vertical-tabs .tabs button:hover span {
  transform: translateX(0);
  opacity: 1;
}

.ux-vertical-tabs .tabs button.active span {
  transform: translateX(0);
  border-left: 10px solid #f3a807;
  opacity: 1;
}


.ux-vertical-tabs .maincontent {
  flex: 1;
  border: 1px solid transparent;
  border-left: 0;
  overflow: hidden;
  padding-top: 1px;
}

.ux-vertical-tabs .maincontent .tabcontent {
  display: none;
}

.ux-vertical-tabs .maincontent .tabcontent.active {
  display: flex;
  flex: 1;
  position: relative;
  width: 100%;
}



@media (max-width: 50rem) {
  .ux-vertical-tabs {
    flex-direction: column;
    background: none;
  }
  .ux-vertical-tabs .tabs button {
    font-family: 'Kanit',sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ebebeb;
    padding: 1.8rem;
    width: 100%;
    outline: none;
    text-align: left;
    cursor: pointer;
    border: 1px solid white;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    font-size: 0.89rem;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    transition: background 250ms ease;
  }

  .ux-vertical-tabs .tabs {
    width: 100%;
  }

  .ux-vertical-tabs .tabs button.empty {
    display: none;
  }

  .ux-vertical-tabs .maincontent {
    border: 1px solid #ccc;
    border-top: 0;
    background: linear-gradient(to bottom, #eee, #fff 200px);
  }

  .ux-vertical-tabs .tabs button {
    padding: 1rem;
  }

  .ux-vertical-tabs .tabs button.active {
    background: #eee;
  }

  .ux-vertical-tabs .tabs button span {
    transform: rotate(90deg);
  }

  .ux-vertical-tabs .tabs button:hover span {
    transform: rotate(90deg);
  }

  .ux-vertical-tabs .tabs button.active span {
    transform: rotate(90deg);
  }

  .ux-vertical-tabs .maincontent {
    padding: 0.1rem;
  }
}

.maxwidth-horizontal {
  max-width: 90rem;
  width: 73.5rem;
  margin: 0 auto;
 
}

.ux-horizontal-tabs {
  position: relative;
  background: linear-gradient(to bottom, #fff, #fff 250px);
}

.ux-horizontal-tabs .tabs {
  width: 100%;
  height:auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.ux-horizontal-tabs .tabs button {
  font-family: 'Lato',sans-serif;
  font-weight: 700;
  justify-content: space-between;
  align-items: center;
  background: #ebebeb;
  padding: 1.0rem;
  width: 100%;
  outline: none;
  text-align: center;
  cursor: pointer;
  border: 1.5px solid white;
  border-right: 1.5px solid white;
  border-bottom: 1.5px solid white;
  border-left: 1.5px solid white;
  font-size: 16px;
  color: rgb(0, 0, 0);
  transition: background 250ms ease;
  text-transform: uppercase;

}

.ux-horizontal-tabs .tabs button:first-child {
  border-top: 1px solid transparent;
}

.ux-horizontal-tabs .tabs button:hover {
  background: transparent;
}

.ux-horizontal-tabs .tabs button.active {
  background: #000;
  border-right: 0;
  color: #f3a807;
}

.ux-horizontal-tabs .tabs button.empty {
  flex: 1;
  border: 0;
  border-right: 1px solid transparent;
  pointer-events: none;
}

.ux-horizontal-tabs .tabs button:hover.empty {
  background: none;
}

.ux-horizontal-tabs .tabs button span {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: translateX(1rem);
  opacity: 0;
  transition: all 350ms ease;
}

.ux-horizontal-tabs .tabs button:hover span {
  transform: translateX(0);
  opacity: 1;
}

.ux-horizontal-tabs .tabs button.active span {
 /* transform: translateX(0);
  border-left: 10px solid #f3a807;
  opacity: 1;*/
}

.ux-horizontal-tabs .maincontent {
 
  border: 1px solid transparent;
  border-left: 0;
  padding: 2.0;
  overflow: hidden;
  padding-top: 1px;
}

.ux-horizontal-tabs .maincontent .tabcontent {
  display: none;
}

.ux-horizontal-tabs .maincontent .tabcontent.active {
  display: flex;
  position: relative;
  width: 100%;

}


.vl {
    border-left: 1px solid black;
    height: 100%;
    position: relative;
}



@media (max-width: 50rem) {
  .ux-horizontal-tabs {
    flex-direction: column;
    background: none;
    position: relative;
  }
  .ux-horizontal-tabs .tabs {
  width: 20rem;
  display: flex;
  flex-direction: column;
  }

  .ux-horizontal-tabs .tabs button {
    font-family: 'Kanit',sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ebebeb;
    padding: 1.8rem;
    width: 100%;
    outline: none;
    text-align: left;
    cursor: pointer;
    border: 1px solid white;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    font-size: 0.89rem;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    transition: background 250ms ease;
  }

  .ux-horizontal-tabs .tabs {
    width: 100%;
  }

  .ux-horizontal-tabs .tabs button.empty {
    display: none;
  }

  .ux-horizontal-tabs .maincontent {
    border: 1px solid #ccc;
    border-top: 0;
    background: linear-gradient(to bottom, #eee, #fff 200px);
  }

  .ux-horizontal-tabs .tabs button {
    padding: 1rem;
  }

  .ux-horizontal-tabs .tabs button.active {
    background: #eee;
  }

  .ux-horizontal-tabs .tabs button span {
    transform: rotate(90deg);
  }

  .ux-horizontal-tabs .tabs button:hover span {
    transform: rotate(90deg);
  }

  .ux-horizontal-tabs .tabs button.active span {
    transform: rotate(90deg);
  }

  .ux-horizontal-tabs .maincontent {
    padding: 1rem;
  }
  
  .vl {
    border-left: 0px solid transparent;
    height: 100%;
    position: relative;
  }

}


.maxwidth-horizontal-menu {
  max-width: 89rem;
  width: 80rem;
  margin: 0 auto;
 
}

.ux-horizontal-menu-tabs {
  position: relative;
  background: transparent;
}

.ux-horizontal-menu-tabs .tabs {
  width: 65rem;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.ux-horizontal-menu-tabs .tabs button {
  font-family: 'Kanit',sans-serif;
  font-weight: 900;
  justify-content: space-between;
  align-items: center;
  background: #000000;
  padding: 2.0rem;
  width: 100%;
  outline: none;
  text-align: center;
  cursor: pointer;
  border: 1.0px solid white;
  border-right: 1.0px solid white;
  border-bottom: 1.0px solid white;
  border-left: 1.0px solid white;
  border-top: 1.0px solid white;
  font-size: 1.19rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: background 250ms ease;
}

.ux-horizontal-menu-tabs .tabs button:first-child {
  border: 1.0px solid white;
  border-right: 1.0px solid white;
  border-bottom: 1.0px solid white;
  border-left: 1.0px solid white;
  border-top: 1.0px solid white;
}

.ux-horizontal-menu-tabs .tabs button:hover {
  background: transparent;
}

.ux-horizontal-menu-tabs .tabs button.active {
  background: #ffc039;
  border-right: 0;
  color: #000;
  border: 1.0px solid white;
  border-right: 1.0px solid white;
  border-bottom: 1.0px solid white;
  border-left: 1.0px solid white;
  border-top: 1.0px solid white;
}

.ux-horizontal-menu-tabs .tabs button.empty {
  flex: 1;
  border: 0;
  border-right: 1px solid transparent;
  pointer-events: none;
  
}

.ux-horizontal-menu-tabs .tabs button:hover.empty {
  background: none;
}

.ux-horizontal-menu-tabs .tabs button span {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: translateX(1rem);
  opacity: 0;
  transition: all 350ms ease;
}

.ux-horizontal-menu-tabs .tabs button:hover span {
  transform: translateX(0);
  opacity: 1;
}

.ux-horizontal-tabs .tabs button.active span {
 /* transform: translateX(0);
  border-left: 10px solid #f3a807;
  opacity: 1;*/
}

.ux-horizontal-menu-tabs .maincontent {
 
  border: 1px solid transparent;
  border-left: 0;
  padding: 2.0;
  overflow: hidden;
  padding-top: 1px;
}

.ux-horizontal-menu-tabs .maincontent .tabcontent {
  display: none;
}

.ux-horizontal-menu-tabs .maincontent .tabcontent.active {
  display: flex;
  position: relative;
  width: 100%;

}


.vl {
    border-left: 1px solid black;
    height: 100%ax;
    position: relative;
}



@media (max-width: 50rem) {
  .ux-horizontal-menu-tabs {
    flex-direction: column;
    background: none;
    position: relative;
  }
  .ux-horizontal-menu-tabs .tabs {
  width: 20rem;
  display: flex;
  flex-direction: column;
  }

  .ux-horizontal-menu-tabs .tabs button {
    font-family: 'Kanit',sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ebebeb;
    padding: 1.8rem;
    width: 100%;
    outline: none;
    text-align: left;
    cursor: pointer;
    border: 1px solid white;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    font-size: 0.89rem;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    transition: background 250ms ease;
  }

  .ux-horizontal-menu-tabs .tabs {
    width: 100%;
  }

  .ux-horizontal-menu-tabs .tabs button.empty {
    display: none;
  }

  .ux-horizontal-menu-tabs .maincontent {
    border: 1px solid #ccc;
    border-top: 0;
    background: #000;
  }

  .ux-horizontal-menu-tabs .tabs button {
    padding: 1rem;
  }

  .ux-horizontal-menu-tabs .tabs button.active {
    background: #eee;
  }

  .ux-horizontal-menu-tabs .tabs button span {
    transform: rotate(90deg);
  }

  .ux-horizontal-menu-tabs .tabs button:hover span {
    transform: rotate(90deg);
  }

  .ux-horizontal-menu-tabs .tabs button.active span {
    transform: rotate(90deg);
  }

  .ux-horizontal-menu-tabs .maincontent {
    padding: 1rem;
  }
  
  .vl {
    border-left: 0px solid transparent;
    height: 100%;
    position: relative;
  }
  .menu-contacto{
    padding-left: 10px;
  }
  .menu-nosotros{
    padding-left: 10px;
  }

}


.background-video {
	position: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height:100%;
}
.imagen0{
  width: 800px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen1{
  background-image: url(../images/img/security.png);
  width: 800px;
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen2{
  background-image: url(../images/img/foto04.png);
  width: 800px;
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen3{
  background-image: url(../images/img/foto03.png);
  width: 800px;
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen4{
  background-image: url(../images/img/fabrica.png);
  width: 800px;
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen5{
  background-image: url(../images/img/gobierno-2.png);
  width: 800px;
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen6{
  background-image: url(../images/img/inteligencia.png);
  width: 800px;
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen7{
  background-image: url(../images/img/foto07.png);
  width: 800px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen8{
  background-image: url(../images/img/foto08.png);
  width: 800px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen9{
  background-image: url(../images/img/soluciones.png);
  width: 800px;
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen10{
  background-image: url(../images/img/foto10.png);
  width: 800px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen11{
  background-image: url(../images/img/foto11.png);
  width: 800px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen12{
  background-image: url(../images/img/Foto14.png);
  width: 800px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen13{
  background-image: url(../images/img/Foto15.png);
  width: 800px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen14{
  background-image: url(../images/img/Foto16.png);
  width: 280px;
  height: 200px;
  position: relative;
  background-repeat: no-repeat;
  max-width: 100%;
  float: left;
  margin: 10px;
}
@media only screen and (max-width:768px) {
  .imagen0{
    width: 500px;
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
  }
.imagen14{
  background-image: url(../images/img/Foto16.png);
  width: 300px;
  height: 220px;
  position: relative;
  background-repeat: no-repeat;
  max-width: 100%;
  float: inherit;
  }
}  
.imagen15{
  background-image: url(../images/img/Foto17.png);
  width: 800px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
}
.imagen16{
  background-image: url(../images/img/Foto18.png);
  width: 800px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
}

.imagen17{
  background-image: url(../images/img/itilv3.png);
  width: 800px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
}

.imagen18{
  background-image: url(../images/img/itilv4.png);
  width: 800px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
}

.imagen19{
  background-image: url(../images/img/itilinter.png);
  width: 800px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
}



.imagen20{
  background-image: url(../images/img/maagtic.png);
  width: 800px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
}


.imagen21{
  background-image: url(../images/img/iso27.png);
  width: 800px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
}


/* ------------------------------------------------------------------- 
 * navigation - (_layout.css) 
 * ------------------------------------------------------------------- */
 .triggers {
	position: absolute;
	right: 45px;
	top: 35px;
}

.triggers .search-trigger {
	display: inline-block;
	font-size: 17px;
	color: #000;
}

.triggers .menu-toggle {
	display: none;
}

/* responsive:
 * triggers
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	.triggers {
		right: 40px;
		top: 5px;
	}

}

@media only screen and (max-width:600px) {
	.triggers {
		right: 30px;
	}

}

@media only screen and (max-width:400px) {
	.triggers {
		right: 20px;
	}

}

/* -------------------------------------------------------------------
 * main navigation - mobile view
 * ------------------------------------------------------------------- */
 @media only screen and (max-width:768px) {
	.triggers {
		z-index: 601;
	}

	.triggers .menu-toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		right: 0;
	}

	.triggers .search-trigger {
		position: absolute;
    top: auto;
    padding-top: 10px;
		right: 45px;
		font-size: 21px;
		margin-top: 5px;
		display: block;
		height: 3rem;
		line-height: 3rem;
		width: 2.6rem;
		text-align: left;
  }
}


/* ------------------------------------------------------------------- 
 * search wrap - (_layout.css) 
 * ------------------------------------------------------------------- */
 .search-wrap {
	display: block;
	text-align: center;
	background: white;
	opacity: 0;
	visibility: hidden;
	z-index: 900;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.search-wrap .search-form {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-wrap .search-form::after {
	content: "Preciona Enter para iniciar la busqueda";
	display: block;
	letter-spacing: 0.6px;
	font-size: 1.6rem;
	margin-top: 3rem;
	text-align: center;
	color: #999999;
}

.search-wrap .search-form ::-webkit-input-placeholder {
	color: #000;
	text-align: center !important;
	opacity: 1;
}

.search-wrap .search-form :-moz-placeholder {
	color: #000;
	text-align: center !important;
	opacity: 1;
}

.search-wrap .search-form ::-moz-placeholder {
	color: #000;
	text-align: center !important;
	opacity: 1;
}

.search-wrap .search-form :-ms-input-placeholder {
	color: #000;
	text-align: center !important;
	opacity: 1;
}

.search-wrap .search-form .placeholder {
	color: #000;
	text-align: center !important;
	opacity: 1;
}

.search-wrap input[type="search"] {
	background-color: transparent;
	border: none;
	color: #000;
	height: auto;
	width: 100%;
	font-family: "montserrat-bold", sans-serif;
	font-size: 2.3rem;
	line-height: 1.523;
	letter-spacing: 0.02rem;
	border-bottom: 1px solid #dedede;
	max-width: 680px;
	padding-top: .6rem !important;
	padding-bottom: .6rem !important;
	margin: 0 auto;
}

.search-wrap input[type="search"]:focus {
	outline: none;
}

.search-wrap .search-form input[type="submit"] {
	display: none;
}

.search-wrap .close-btn {
	position: fixed;
	display: block;
	width: 45px;
	height: 45px;
	top: 21px;
	left: 50%;
	margin-left: -23px;
	font: 0/0;
	text-shadow: none;
	color: transparent;
}

.search-wrap .close-btn::before,
.search-wrap .close-btn::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 2px;
	height: 20px;
	top: 12px;
	left: 22px;
	background-color: #333333;
}

.search-wrap .close-btn::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-wrap .close-btn::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-visible .search-wrap {
	opacity: 1;
	visibility: visible;
}

/* responsive:
 * search wrap
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	.search-wrap .search-form::after {
		font-size: 1.5rem;
	}

	.search-wrap input[type="search"] {
		max-width: none;
		width: 90%;
		font-size: 2.6rem;
	}

}
@media only screen and (max-width:700px) {
	.search-wrap input[type="search"] {
		font-size: 1.8rem;
	}

}
@media only screen and (max-width:400px) {
	.search-wrap input[type="search"] {
		font-size: 1.8rem;
	}

}



.link--btn-next {
  position: relative;
  padding-left: 45px;
  color: #000;
}

.link--btn-next:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #000;
  position: relative;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}

.link--btn-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #ffed00;
  position: absolute;
  left: 11px;
  top: 12px;
}




.link {
  color: #fcb80b;
  cursor: pointer;
  font-family: 'Lato',sans-serif;
  font-weight: 900;
  text-decoration: none;
  font-size: 14px;
  padding-left: 15px;
}

.link--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
 

}
.link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset .3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.link--arrowed:hover .arrow-icon {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
  
}


.gallery-slider {
  max-width: 100%;
  width: 1130px;
  padding: 200px 50px;
}

.imagen-gallery{
  width: 220px;
  height: 300px;
}

.gallery-module {
  position: relative;
  margin-bottom: 30px;
}
.gallery-module .slick-arrow {
  position: absolute;
  top: 50%;
  width: 62px;
  height: 52px;
  margin-top: -26px;
  background-color: transparent;
  padding: 0;
  font-size: 0;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  
}
.gallery-module .slick-arrow.slick-prev {
  left: 0;
 
}
.gallery-module .slick-arrow.slick-prev::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 40%;
  width: 18px;
  height: 18px;
  margin-left: -14px;
  margin-top: -8px;
  border-top: solid 5px #000;
  border-left: solid 5px #000;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gallery-module .slick-arrow.slick-prev::after {
  left: 100%;
  
}
.gallery-module .slick-arrow.slick-next {
  right: 0;
  
}
.gallery-module .slick-arrow.slick-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -12px;
  margin-top: -8px;
  border-right: solid 5px #000;
  border-bottom: solid 5px #000;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gallery-module .slick-arrow.slick-next::after {
  left: -100%;
}
.gallery-module .slick-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  transition: left 0.15s;
}
.gallery-module .slick-arrow:hover::after {
  left: 0;
}
.gallery-module .gallery-slider {
  position: relative;
  padding: 0 50px;
}
.gallery-module .gallery-slider li {
  margin: 0 2px;
}
.gallery-module .gallery-slider li img {
  width: 100%;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide-imagen{
  width: 100%;
  height: 480px;
}

@media only screen and (max-width:768px) {

  .gallery-slider {
   
    width: 370px;
    padding: 0px 0px;
  }
  
  .imagen-gallery{
    width: 100%;
    height: 100%;
  }
  .gallery-module {
    position: relative;
    margin-bottom: 30px;
    padding-left: 25px;
  }
  
.gallery-module .slick-arrow.slick-prev::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 40%;
  width: 18px;
  height: 18px;
  margin-left: -14px;
  margin-top: -8px;
  border-top: solid 5px #000;
  border-left: solid 5px #000;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gallery-module .slick-arrow.slick-prev::after {
  left: 100%;
  
}
.gallery-module .slick-arrow.slick-next {
  right: 0;
  
}
.gallery-module .slick-arrow.slick-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -12px;
  margin-top: -8px;
  border-right: solid 5px #000;
  border-bottom: solid 5px #000;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gallery-module .slick-arrow.slick-next::after {
  left: -100%;
}
.gallery-module .slick-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  transition: left 0.15s;
}
.gallery-module .slick-arrow:hover::after {
  left: 0;
}
.gallery-module .gallery-slider {
  position: relative;
  padding: 0 30px;
}
.gallery-module .gallery-slider li {
  margin: 0 2px;
}
.gallery-module .gallery-slider li img {
  width: 100%;
}

}

/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
 @media only screen and (max-width:768px) {
.video-responsive{
  width:100% !important;
  height:auto !important;
}
 }

 .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, 
.video-container object, 
.video-container embed, 
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/*styling open close button*/
.button-menu-wrap {
	display:inline;
	position: fixed;
	right:40px;
	top:35px;
	z-index:9999;
	font-size:27px;
}
.button-menu-wrap a {
  text-decoration:none;
  
}
.btn-open:after {
	color:#333;
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
  
}
.btn-open:hover:after {
  color:rgb(255, 168, 38);
}
.btn-close:after {
  
	color:#000;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;

}
.btn-close:hover:after {
  color: rgb(255, 161, 21);
  
}
/*overlay*/
.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background:#FFF;
	overflow:auto;
  z-index:9990;
  overflow-y:hidden;
}
.wrap {
	color:#000000;
	text-align:center;
	max-width:90%;
  margin:0 auto;
  
}
.wrap ul.wrap-nav {
	border-bottom:1px solid #575757;
	text-transform:capitalize;
	padding:70px 0px 100px;
}
.wrap ul.wrap-nav li {
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
}
.wrap ul.wrap-nav li a {
	color:rgb(255, 168, 38);
	display:block;
  padding:8px 0;
  font-family: 'Kanit',sans-serif;
  font-weight: 700;
  font-size: 17px;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
	padding:20px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
	color:rgb(255, 168, 38);
}
@media screen and (max-width:48em) {
  
	.wrap ul.wrap-nav>li {
		width:100%;
		padding:20px 0;
		border-bottom:1px solid #575757;
	}
	.wrap ul.wrap-nav {
		padding:30px 0px 0px;
	}
	nav ul {
		opacity:0;
		visibility:hidden;
	}
}

.img-fluid{max-width:100%;width:650px;height:auto}
.img-fluid-2{max-width:100%;width:550px;height:auto}

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #fff;
  padding-left: 20px;
  
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "\003e";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color:#fcb80b;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color:#fcb80b;
  text-decoration: underline;
}

.cards {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 1250px;
  padding-top: 40px;

}
.card--0 .card__img, .card--0 .card__img--hover {
  background-image: url('../images/img/bibliotecadigital-2.png');
}

.card--1 .card__img, .card--1 .card__img--hover {
  background-image: url('../images/img/solucion1.png');
}

.card--2 .card__img, .card--2 .card__img--hover {
  background-image: url('../images/img/solucion2.png');
}

.card--3 .card__img, .card--3 .card__img--hover {
  background-image: url('../images/img/consultoria-2.png');
}

.card--4 .card__img, .card--4 .card__img--hover {
  background-image: url('../images/img/capacitacion.png');
}

.card--5 .card__img, .card--5 .card__img--hover {
  background-image: url('../images/img/ux.png');
}

.card--6 .card__img, .card--6 .card__img--hover {
  background-image: url('../images/img/ciberseguridad-5.png');
}

.card--7 .card__img, .card--7 .card__img--hover {
  background-image: url('../images/img/auditoria.png');
}
.card--8 .card__img, .card--8 .card__img--hover {
  background-image: url('../images/img/transformaciondigital.png');
}

.card__like {
  width: 18px;
}

.card__clock {
  width: 15px;
vertical-align: middle;
  fill: #AD7D52;
}
.card__time {
  font-size: 12px;
  color: #AD7D52;
  vertical-align: middle;
  margin-left: 5px;
}

.card__clock-info {
  float: right;
}

.card__img {
visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;

}

.card__info-hover {
  position: absolute;
  padding: 16px;
width: 100%;
opacity: 0;
top: 0;
}

.card__img--hover {
transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
position: absolute;
  height: 235px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;

}
.card {
margin-right: 25px;
transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
background-color: #fff;
  width: 33.3%;
position: relative;
border-radius: 12px;
overflow: hidden;
box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}
.card:hover {
box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
  transform: scale(1.10, 1.10);
}
@media only screen and (max-width:768px) {
  .card {
    margin-right: 10px;
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
      width: 28.3%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
    }
    .card__title {
      margin-top: 5px;
      margin-bottom: 10px;
      font-family: 'Lato', sans-serif;
      font-size: 13px !important;
    }
  
}

.card__info {
z-index: 2;
background-color: #fff;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
 padding: 16px 14px 14px 10px;
}

.card__category {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
color: #868686;
}

.card__title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', serif;
}

.card__by {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.card__author {
  font-weight: 600;
  text-decoration: none;
  color: #AD7D52;
}

.card:hover .card__img--hover {
  height: 100%;
  opacity: 0.3;
}

.card:hover .card__info {
  background-color: transparent;
  position: relative;
}

.card:hover .card__info-hover {
  opacity: 1;
}


.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 95vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 550px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 45.66667px "Lato", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination-slide {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination-slide .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination-slide .item + .page {
  margin-left: -2px;
}
.slideshow .pagination-slide .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination-slide .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination-slide .item:hover::before, .slideshow .pagination-slide .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
@media only screen and (min-width:1920px) {
  
.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 70vh !important;
  z-index: 1;
  }

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 675px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
  }
}

@media only screen and (max-width:768px) {
  .main-content{
    padding-top: 85px;
  }

  .main-content-2{
    padding-top: 8px;
  }
  
.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 28vh !important;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow .arrows .arrow {
  margin: -23px 0 0;
  padding: 20px;
  position: absolute;
  top: 53%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 10px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 10px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 8px;
  height: 23px;
  fill: #fff;
  transition: left 0.2s ease;
}
}
/*
.hotspot { position: relative; display: block !important; overflow: hidden; width: 100%; height: 500px; background-image:url(../images/img/Esquema.jpg); background-size:100%; text-align: center; background-repeat: no-repeat; }
input { display: none; }
.button { display: absolute; color: white; font-weight: bold; font-size: 20px; background-color: #d32f2f; display: block; padding: 8px 16px; border-radius: 100%; cursor: pointer; animation: fadein .5s; animation: pulse 1.5s infinite; }
.contenido { background: white; padding: 8px 12px; text-align: center; display: none; position: relative; margin: 0 auto; width: 80%; top: 8vw; height: 40vw; border-radius: 8px; box-shadow: 0 4px 2px -2px rgba(211,47,47,0); }
.cross { font-weight: bold; }
.header { font-weight: bold; margin-top: 12px; font-size: 24px; }
.bodyCopy { margin-top: 18px; }
#b1 { position: absolute !important; left: 73vw; top: 10vw; }
#b2 { position: absolute !important; left: 42vw; top: 5vw; }
#b3 { position: absolute !important; left: 67vw; top: 7vw; }
#input1:checked ~ #contenido1 { display: block !important; animation: fadein .5s; }
#input2:checked ~ #contenido2 { display: block !important; animation: fadein .5s; }
#input3:checked ~ #contenido3 { display: block !important; animation: fadein .5s; }
input:checked ~ label .button { display: none !important; animation: fadeout .5s; }
.button:hover { color: #d32f2f; background: white; }
.cta { display: inline-block; background: #d32f2f; color: white; padding: 12px 24px; margin-top: 48px; border-radius: 24px; text-decoration: none; transition: all .3s ease; }
.cta:hover { text-decoration: underline !important; box-shadow: 0 0 0 6px rgba(211, 46, 46, 0.4); }
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadeout {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes pulse {
  from { box-shadow: 0 0 0 0px rgba(211, 47, 47); }
  to { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
}*/

.lg-container-1 {
  max-width: 1250px;
  position: relative;
  padding: 0;
}

.lg-container {
  max-width: 850px;
  position: relative;
  padding: 0;
}

.lg-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.lg-image-2 {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  padding-left: 150px;
}
@media only screen and (max-width:768px) {
  .lg-image-2 {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    padding-left: 0px !important;
  }

}

.lg-hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.lg-hotspot:hover .lg-hotspot-button, .lg-hotspot:active .lg-hotspot-button {
  border-color: #000;
}
.lg-hotspot:hover .lg-hotspot-button:after, .lg-hotspot:active .lg-hotspot-button:after {
  background-color:transparent;
}

.lg-hotspot-button {
  height: 48px;
  width: 48px;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  animation: button-pulse 7s ease-in-out infinite;
}
.lg-hotspot-button:after {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 26.8px;
  width: 26.8px;
  background-image:url(https://arcdn.net/pizza-express/Newsletters-2018/10-October/html/1010/images/button-v3.png);
  background-repeat: no-repeat;
}

.lg-hotspot-label {
  position: absolute;
  padding: 0 0 1.0em 0;
  width: 14em;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: 'Open Sans', sans-serif;
  font-size: 14.5px;
  line-height: 1.45em;
  z-index: -1;
  pointer-events: none;
  border-radius: 2px;
  user-select: none;
  display: none;
  transition: all 0.1s linear;

}
.lg-hotspot-label h4 {
  margin: 0;
  padding: 0.65em 24px;
  background-color: #555;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: white;
  border-radius: 2px 2px 0 0;
  font-family: 'Lato', sans-serif;
}
.lg-hotspot-label p {
  margin: 0;
  padding: 1.1em 24px 0 24px;
  color: #333;
  font-family: 'Lato', sans-serif;
}

.top-left .lg-hotspot-label {
  top: 24px;
  right: auto;
  bottom: auto;
  left: 24px;
}

.top-right .lg-hotspot-label {
  top: 24px;
  right: 24px;
  bottom: auto;
  left: auto;
}

.bottom-right .lg-hotspot-label {
  top: auto;
  right: 24px;
  bottom: 24px;
  left: auto;
}

.bottom-left .lg-hotspot-label {
  top: auto;
  right: auto;
  bottom: 24px;
  left: 24px;
}

@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  30% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  60% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}


/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 45px;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Lato',sans-serif;
  line-height: normal;
}

/* 
/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}


.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}


/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.listado .li{
  list-style-type: circle;
}
.panel-body{
  background:rgb(230, 230, 230); 
  display: inline-block;
  max-width: 1200px;
  padding: 25px;
  margin: 10px 10px;
  width: 700px;
}
.more-less {
  float: left;
  color: #212121;
}

ul.round li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 10px;
  height: 10px;
  background-color: #ff6600;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 23px;

  
}
ul.arrow li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 7px;
  width: 7px;
  border: 2px solid #f3a704;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  

}
ul li.arrow-2 {
  list-style: none;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 23px;

  
}

li.arrow-2 {
  display: list-item;
  padding: 10px;
  padding-top: 20px;
  list-style: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 26px !important;
  text-align: justify;
  font-size: 16px;
}
ul.arrow-2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 7px;
  width: 7px;
  border: 2px solid #f3a704;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.padding-left{
  padding-left:320px;
}

@media only screen and (max-width:768px) {
  .padding-left{
    padding-left:0px;
  }

  .panel-body{
    background:rgb(230, 230, 230); 
    display: inline-block;
    max-width: 1200px;
    padding: 25px;
    margin: 10px 10px;
    width: auto;
  }

}
@media only screen and (max-width:1024px) {
  .padding-left{
    padding-left:0px;
  }

  .panel-body{
    background:rgb(230, 230, 230); 
    display: inline-block;
    max-width: 1200px;
    padding: 25px;
    margin: 10px 10px;
    width: auto;
  }

}
span{
  color: #000;
  font-family: 'Lato',sans-serif;
  font-weight: 700;
  font-size: 18px;
}

div svg {
  width: 21px;
  height: auto;
  margin: 0 0.25rem;
  cursor: pointer;
  overflow: visible;
  vertical-align: middle;
}
div svg polygon, div svg path {
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1); 
}
div svg:hover polygon, div svg:hover path {
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  fill: #f3a704;
}
div svg:hover .arrow {
  animation: arrow-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}
div svg:hover .arrow-fixed {
  animation: arrow-fixed-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

@keyframes arrow-anim {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  5% {
    transform: translateX(-0.1rem);
  }
  100% {
    transform: translateX(1rem);
    opacity: 0;
  }
}
@keyframes arrow-fixed-anim {
  5% {
    opacity: 0;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.lg-image .hotspot-image {
  position: absolute;
  object-fit: contain;
  max-width: 100%;
} 
.noise-pulse {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 41.5%;
  left: 23.5%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.noise-pulse:before, .noise-pulse:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transform-origin: center center;
  animation: loader 3s linear infinite;
}
.noise-pulse:before {
  width: 30px;
  height: 30px;
  border: 2px solid #f3a704;
  transform: scale(0);
}
.noise-pulse:after {
  width: 50px;
  height: 50px;
  border: 2px solid #f3a704;
  transform: scale(0);
  animation-delay: 1.5s;
}

@keyframes loader {
  0% {
    transform: scale(0);
  }
  26% {
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes noisePulse {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(2.5);
  }
}
.hotspot {
  position: absolute;
}
.hotspot#hotspot-1 {
  top: 66%;
  left: 45%;
  transform: translate(-40px, -20px);
}
.hotspot#hotspot-2 {
  top: 50%;
  right: 12%;
  transform: translate(0px, -20px);
}
.hotspot#hotspot-3 {
  top: 20%;
  right: 12%;
  transform: translate(0px, -20px);
}
.hotspot .hotspot-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #f3a704;
  border-radius: 50%;
  z-index: 1;
}
.hotspot .hotspot-icon:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #f3a704;
  border-radius: 50%;
  opacity: 0.2;
  transform: scale(0);
  animation: pulse 2s infinite ease;
  z-index: -1;
}
.hotspot .hotspot-icon:hover span {
  transform: rotate(180deg);
}
.hotspot .hotspot-icon > span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  transition: 0.25s ease;
}
.hotspot .hotspot-icon > span:before, .hotspot .hotspot-icon > span:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 3px;
  background-color: white;
}
.hotspot .hotspot-icon > span:before {
  transform: rotate(-90deg);
}
.hotspot .hotspot-tooltip {
  position: absolute;
  visibility: hidden;
  width: 250px;
  padding: 10px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.2);
  transform-origin: center center;
  transition: transform 0.25s linear;
  z-index: 2;
}
.hotspot .hotspot-tooltip:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  z-index: 1;
}
.hotspot .hotspot-tooltip[data-position="top"] {
  top: 0;
  left: 0;
  transform: translate(-44%, -100%);
}
.hotspot .hotspot-tooltip[data-position="top"]:before {
  top: 100%;
  left: 50%;
  border-top: 5px solid #FFF;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translateX(-50%);
}
.hotspot .hotspot-tooltip[data-position="bottom"] {
  transform: translate(-44%, 0);
}
.hotspot .hotspot-tooltip[data-position="bottom"]:before {
  bottom: 100%;
  left: 50%;
  border-bottom: 5px solid #FFF;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translateX(-50%);
}
.hotspot:hover .top {
  visibility: visible;
  transform: translate(-44%, -110%);
}
.hotspot:hover .bottom {
  visibility: visible;
  transform: translate(-44%, 10%);
}
.hotspot h4 {
  margin: 0 0 3px;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.hotspot p {
  margin: 0;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
}
.hotspot .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  background-color: #3452ff;
  border-radius: 0 0 10px 10px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(2.25);
  }
}

.snip1577 {
  font-family: 'Lato', sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  min-width: 240px;
  max-width: 315px;
  width: 100%;
  color: #fff;

  font-size: 16px;
  background: transparent;
}

.snip1577 *,
.snip1577:before,
.snip1577:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1577 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1577:before,
.snip1577:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color:#f3a704;
  z-index: 1;
  opacity: 0;
}

.snip1577:before {
  width: 0;
  height: 1px;
}

.snip1577:after {
  height: 0;
  width: 1px;
}

.snip1577 figcaption.izquierda {
  position: absolute;
  align-content: center;
  bottom: 0;
  padding: 95px 36px;
}
.snip1577 figcaption.centro{
  position: absolute;
  align-content: center;
  bottom: 0;
  padding: 95px 57px;
}
.snip1577 figcaption.derecha{
  position: absolute;
  align-content: center;
  bottom: 0;
  padding: 95px 100px;
}

.snip1577 h3,
.snip1577 h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;
  color:#f3a704;
}

.snip1577 h4 {
  font-size: .8em;
  text-transform: uppercase;
}

.snip1577 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1577:hover img,
.snip1577.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
  
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.snip1577:hover:before,
.snip1577.hover:before {
  width: 40px;
}

.snip1577:hover:after,
.snip1577.hover:after {
  height: 40px;
}

.snip1577:hover h3,
.snip1577.hover h3,
.snip1577:hover h4,
.snip1577.hover h4 {
  opacity: 1;
}

.snip1577:hover h3,
.snip1577.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1577:hover h4,
.snip1577.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
a.underline{
  text-decoration: none;
  background-image: linear-gradient(to left, #f3a704 0%, #f3a704 100%);
  background-repeat: no-repeat;
  background-size: 0% 3px;
  background-position: 0 100%;
  transition: background-size 0.16s ease-in;
}

a.underline:hover {
  text-decoration: none;
  background-size: 100% 3px;
}
