/*---------------------------------------
    FONT IMPORT
-----------------------------------------*/

/* Webfont: Lato-Regular */@font-face {
    font-family: 'Lato';
    src: url('font/Lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('font/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('font/Lato/Lato-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: Lato-Heavy */@font-face {
    font-family: 'LatoHeavy';
    src: url('font/Lato/Lato-Heavy.eot'); /* IE9 Compat Modes */
    src: url('font/Lato/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Lato/Lato-Heavy.woff') format('woff'), /* Modern Browsers */
         url('font/Lato/Lato-Heavy.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: Lato-Thin */@font-face {
    font-family: 'LatoThin';
    src: url('font/Lato/Lato-Thin.eot'); /* IE9 Compat Modes */
    src: url('font/Lato/Lato-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Lato/Lato-Thin.woff') format('woff'), /* Modern Browsers */
         url('font/Lato/Lato-Thin.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-LightItalic */@font-face {
    font-family: 'LatoLightItalic';
    src: url('font/Lato/Lato-LightItalic.eot'); /* IE9 Compat Modes */
    src: url('font/Lato/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Lato/Lato-LightItalic.woff') format('woff'), /* Modern Browsers */
         url('font/Lato/Lato-LightItalic.ttf') format('truetype'); 
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: Lato-ThinItalic */@font-face {
    font-family: 'LatoThinItalic';
    src: url('font/Lato/Lato-ThinItalic.eot'); /* IE9 Compat Modes */
    src: url('font/Lato/Lato-ThinItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Lato/Lato-ThinItalic.woff') format('woff'), /* Modern Browsers */
         url('font/Lato/Lato-ThinItalic.ttf') format('truetype'); 
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: Lato-Hairline */@font-face {
    font-family: 'LatoHairline';
    src: url('font/Lato/Lato-Hairline.eot'); /* IE9 Compat Modes */
    src: url('font/Lato/Lato-Hairline.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Lato/Lato-Hairline.woff') format('woff'), /* Modern Browsers */
         url('font/Lato/Lato-Hairline.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/*---------------------------------------
   FONT MINVEO INDEX
-----------------------------------------*/
@font-face {
    font-family: 'font-minveoNew';
    src:    url('font/font-index/font-minveoNew.eot?vna35w');
    src:    url('font/font-index/font-minveoNew.eot?vna35w#iefix') format('embedded-opentype'),
        url('font/font-index/font-minveoNew.ttf?vna35w') format('truetype'),
        url('font/font-index/font-minveoNew.woff?vna35w') format('woff'),
        url('font/font-index/font-minveoNew.svg?vna35w#font-minveoNew') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'font-minveoNew' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-check_big2:before {
    content: "\e911";
}
.icon-location:before {
    content: "\e90c";
}
.icon-mail:before {
    content: "\e90d";
}
.icon-pdf-logo:before {
    content: "\e90e";
}
.icon-printer:before {
    content: "\e90f";
}
.icon-telephone5:before {
    content: "\e910";
}
.icon-third-mobile:before {
    content: "\e90b";
}
.icon-second:before {
    content: "\e909";
}
.icon-target-house:before {
    content: "\e90a";
}
.icon-intelligence2:before {
    content: "\e900";
}
.icon-arrow-down:before {
    content: "\e901";
}
.icon-flexibility:before {
    content: "\e902";
}
.icon-goal-car:before {
    content: "\e903";
}
.icon-goal-cash1:before {
    content: "\e904";
}
.icon-goal-gift:before {
    content: "\e905";
}
.icon-goal-holiday:before {
    content: "\e906";
}
.icon-goal-house:before {
    content: "\e907";
}
.icon-target-goal:before {
    content: "\e908";
}

/*---------------------------------------
   END FONT MINVEO INDEX
-----------------------------------------*/
#modal{
	padding-right: 0px!important;
}
.modal-header{
	position: relative;
}
.text-area
{   
    margin: 0px;
    width: 100%;
    height: 165px;	
	resize: none!important; 
	border-radius: 0px;
	box-shadow: none;
	padding: 5px;
}
.text-area:focus
{   
    outline: none !important;
    border: 1px solid rgba(14,114,115,1);
}
.label-area{
   text-align: right; 
   padding-right: 0px;
}
.modal-content{
   border-radius: 0px;
   box-shadow: 0px;
}
.modal-btn{
    background-color: #197273;
    color: #fff;
    border: none;
    padding: 8px 78px;
    font-size: 1.1em;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.modal-btn:hover{
	background-color: #06595a;
}
/*---------------------------------------
   1. GLOBAL STYLES
-----------------------------------------*/
::-moz-selection {
  background: #008ed6;
  color: #FFF;
}

::selection {
  background: #008ed6;
  color: #FFF;
}

::-moz-selection {
  background: #008ed6;
  color: #FFF;
}

html {
  font-size: 100%; 
}

body {
  font-family:'Lato' !important;
  font-size: 14px;
  color: #4c4c4c;
  font-weight: normal;
  overflow-x: hidden !important;
  line-height: 24px;
  /*-webkit-font-smoothing: subpixel-antialiased;*/
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   padding: 0px!important;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@viewport {
  width: device-width;
}

*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

i {
  vertical-align: middle;
}

ul, ol {
  padding-left: 0 !important;
}

li {
  list-style: none;
}

a{
  text-decoration: none;
}


p {
  margin: 0;
}
.text-subscription{
  color: #fff!important;
}
.text-white {
  color: #FFF!important;
}

.devider {
  margin: 48px auto;
}

.strong-color {
  color: #008ed6!important;
}

.over-bg {
  height: 100%;
}
   
.section-padding {
  padding: 90px 0px;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 465px;
}

.section-intro-heading {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.form-control:focus {
  border-color: #282828;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}



/*---------------------------------------
   2. TYPOGRAPHY
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family:'Lato' !important;
  vertical-align: baseline;
  color: #282828;
}

h1 {
  font-size: 3.75rem;
  line-height: 5.63rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.375rem;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}




/*---------------------------------------
   3. BUTTONS       
-----------------------------------------*/
.default-button {
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.9;
  border: none;
  padding: 18px 40px 18px 40px;
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}

.default-button {
  background: #008ed6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a9ff), color-stop(100%, #008ed6));
  background: -webkit-linear-gradient(top, #00a9ff 0%, #008ed6 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
  background: linear-gradient(to bottom, #00a9ff 0%, #008ed6 100%);
  -webkit-box-shadow: 0px 3px 0px #005885;
  box-shadow: 0px 3px 0px #005885;
}

.default-button:hover {
  color: #ffffff;
  background: #008ed6 !important;
  text-decoration: none;
}

.default-button:focus {
  color: #ffffff;
}

.default-button:active {
  background: #008ed6 !important;
  border-color: inherit !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}



/*---------------------------------------
  4. PRELOADER 
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
}

.status {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('img/logo-animated-black.gif');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -60px 0 0 -60px;
}
/*
.status img {
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -60px; 
}
*/


/*---------------------------------------
  5. HOME SECTION 
-----------------------------------------*/

.home {
	  background: url("img/step-1.jpg") no-repeat;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -obackground-size: cover;
	  background-size: cover;  	  
	  position: relative;
}

.navbar-header img {
     max-height: 26px;
}
.arrow-down{
    color: white;
    font-size: 5.5em;
}
.intro-logo{
	display: block;
}
#home{
	position: relative;
}
/*---------------------------------------
   5.1 NAVIGATION
-----------------------------------------*/
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: rgba(0,0,0,.7);
  background-color: transparent;
}
.affix-top {
  background-color: #f4f4f4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.affix {
  background-color: #f4f4f4;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
  color: white;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
  color: rgba(1,1,1,.4);
}

.navbar-nav > li > a {
    font-family:'Lato' !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff; 
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
  color: #d5d5d5;
}


.home::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right,#308081,#000);
	opacity: .2; 
}
a{
	cursor: pointer;
}
/*---------------------------------------
   5.2 INTRO
-----------------------------------------*/
#intro {

}
.intro-logo{ 
    margin-top: 35px;
}
#intro h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family:'Lato' !important;
  font-weight: 700;
}
.intro-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.intro-subtitle {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5em;
    letter-spacing: 1px;
	margin-bottom: 10px;
}
.intro-subtitle1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5em;
    letter-spacing: 1px;
}
.hg-position{
	position: absolute; 
	bottom: 40%; 
	width: 100%; 
	margin: 0 auto; 
}

/*---------------------------------------
   5.3 COUNTDOWN
-----------------------------------------*/
#countdown {
  width: 100%;
  position: relative;
  height: auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 0;
}

#countdown .countdown-section {
  display: inline-block;
  position: relative;
  width: 25%;
  height: auto;
  min-height: 150px;
  vertical-align: top;
  border-left: 1px solid rgba(255,255,255,0.4);
}

#countdown .countdown-section:first-child {
  border-left: none;
}

#countdown .countdown-amount {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 90px;
  color: white;
  display: block;
}

#countdown .countdown-period {
  font-size: 18px;
  color: white;
  font-family:'Lato' !important;
  font-weight: 300;
}



/*---------------------------------------
   5.4 MOUSE SCROLL
-----------------------------------------*/
.intro-scroll-down{
	position: absolute;
    z-index: 1;
    bottom: 30px;
    margin: 0 auto;
    width: 100%;
  }

.intro-scroll-down .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
}

.intro-scroll-down .mouse .mouse-dot {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

.background--light .intro-scroll-down .mouse {
  border: 2px solid #323232;
}

.background--light .intro-scroll-down .mouse .mouse-dot {
  background: #323232;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}



/*---------------------------------------
  6. ABOUT SECTION 
-----------------------------------------*/
.about-item {
  margin-top: 48px;
}

.about-icon-wrapper .fa {
  font-size: 55px;
  color: #008ed6;
  margin-bottom: 24px;
  text-align: left;
  padding-left: 50px;
}

.about-text {
  padding-left: 50px;
}

.about-text h4 {
  letter-spacing: 3px;
  margin-bottom: 24px;
  font-weight: 600;
}
#about{
  background: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -obackground-size: cover;
  background-size: cover;  
	
}
.video-about{
  margin: 10px auto; 
  z-index:3; 
  position: relative;
}
.video-aboutt{
    padding-top: 45px;
    text-align: right;
}
.img-about{
  z-index:2; 
  position: absolute;
}
.video-mp4{
	position: absolute;
	top: 55px;
    left: 61px;
	z-index: 1;
}
.about-padd{
	padding-left: 80px; 
	padding-top: 45px;
}
.about-width{
   text-right: right;
}
.about-width1{
   text-right: left;
}
.video-about img{
   width: 550px;
}
/*---------------------------------------
  7. SUBCRIPTION SECTION 
-----------------------------------------*/
.subcriptions {
  background-color: #f4f4f4;
}
.text-subscription{
	color: rgba(0,0,0,.6)!important;
}
.subcriptions-content-container {
  margin-top: 48px;
}
.text-subscsize{
    font-size: 1.5em;
    color: rgba(0,0,0,.7);
    line-height: 33px;
    text-transform: uppercase;
}
.horizontal-subscribe-form {
  display: inline-block;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 6px;
  padding: 25px 25px 25px 25px;
}

.horizontal-subscribe-form form {
  padding-right: 6px;
}

.horizontal-subscribe-form .default-button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.horizontal-subscribe-form .input-box,
.horizontal-subscribe-form .default-button {
  margin: 3px;
}

.horizontal-subscribe-form .input-box {
  min-height: 65px;
  width: 350px;
  font-size: inherit;
}

.mailchimp .form-control:focus {
  border-color: #fff!important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.subsc-circle{
    width: 180px;
    height: 180px;
    border-radius: 180px;
    border: 1px solid rgba(14,114,115,1);
    margin: 0 auto;
}
.subscription-padding{
	padding: 90px 0px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 510px;
}
.subintelligence-position{
	position: absolute;
    top: 48px;
    left: 50px;
}
.subscrip-second{
	font-size: 12em;
    color: rgba(14,114,115,1);
}
.subscrip-thouse{
	font-size: 12em;
    color: rgba(14,114,115,1);
}
.subflexibility-position{
    position: absolute;
    top: 52px;
    left: 51px;
}
.subscrip-flexibility{
	font-size: 5.6em;
    color: rgba(14,114,115,1);
}
.subtarget-position{
	position: absolute;
    top: 51px;
    left: 50px;
}
.subscrip-target{
    font-size: 5.6em;
    color: rgba(14,114,115,1);
}
.subsfade-icons {
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    16% {opacity: 0;}
    84% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fade {
    0% {opacity: 0;}
    16% {opacity: 0;}
    84% {opacity: 0;}
    100% {opacity: 1;}
}
#subscrip-house{
    font-size: 3.5em;
    color: rgba(14,114,115,1);
    position: absolute;
    top: 15px;
    left: 16px;
}
#subscrip-gift{
    font-size: 3em;
    color: rgba(14,114,115,1);
    position: absolute;
    top: 17px;
    left: 20px;
	-webkit-animation-delay: -8s;
	animation-delay: -8s;
}
#subscrip-holiday{
    font-size: 3em;
    color: rgba(14,114,115,1);
    position: absolute;
    top: 17px;
    left: 20px;
	-webkit-animation-delay: -6s;
	animation-delay: -6s;
}
#subscrip-car{
    font-size: 3em;
    color: rgba(14,114,115,1);
    position: absolute;
    top: 17px;
    left: 20px;
	-webkit-animation-delay: -4s;
	animation-delay: -4s;
}
#subscrip-cash{
    font-size: 3em;
    color: rgba(14,114,115,1);
    position: absolute;
    top: 17px;
    left: 20px;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}



/*---------------------------------------
  8. SERVICE SECTION 
-----------------------------------------*/
#service {
    background: url("img/image3-blur.png") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-obackground-size: cover;
    background-size: cover;  
	background-position: 50%;
	background-attachment: fixed;
}
.single-service {
    margin-top: 48px;
}
.single-service-icon {
  font-size: 55px;
  color: #008ed6;
  margin-bottom: 24px;
}
.single-service-content {
  padding-left: 25px;
}
.single-service-content h4 {
  letter-spacing: 3px;
  margin-bottom: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.service-title{
  font-size: 1.5em;
  color: #fff;
}
.service-border{
  font-size: 1.5em;
  color: #fff;
  position: relative;
}
.service-border::before{
	content: "";
    display: block;
    height: 17px;
    width: 37%;
    position: absolute;
    left: -15px;
    border-bottom: 2px solid rgba(255,255,255,.3);
    color: rgba(255,255,255,.3);
    top: -21px;	
}
.service-border::after{
    content: "";
    display: block;
    height: 17px;
    width: 37%;
    position: absolute;
    right: -15px;
    border-bottom: 2px solid rgba(255,255,255,.3);
    color: rgba(255,255,255,.3);
    top: -21px;	
}
.service-footer{
  font-size: 2.5em;
  color: #fff;
  position: relative;
}
.service-footer::before{
	content: "";
    display: block;
    height: 17px;
    width: 37%;
    position: absolute;
    left: -15px;
    border-bottom: 2px solid rgba(255,255,255,.3);
    color: rgba(255,255,255,.3);
    top: -5px;	
}
.service-footer::after{
    content: "";
    display: block;
    height: 17px;
    width: 37%;
    position: absolute;
    right: -15px;
    border-bottom: 2px solid rgba(255,255,255,.3);
    color: rgba(255,255,255,.3);
    top: -5px;	
}
.service-transparent{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.4);
}
.service-transparent1{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: rgba(48,128,129,.4);
}
.service-padding{
	min-height: 650px;
	padding: 50px 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.service-circle li{
	width: 10em;
    height: 10em;
    text-align: center;
    line-height: 1.2em;
    border-radius: 10em;
    background: transparent;
    margin: 6em 1.5em;
    display: inline-block;
    color: rgba(255,255,255,.9);
    position: relative;
    border: 2px solid #fff;
    font-size: 20px;
}
.service-ultext{
	position: relative;
    top: 78px;
}
.serviceh-position{
	position: absolute;
	top: 80px
}
.servicef-position{
	position: absolute;
	bottom: 80px
}
.service-left{
	background-color: rgba(0,0,0,.3);
	height: 270px;
	text-align: right;
	position: relative;
	padding: 90px 50px;
    color: #fff;
	font-size: 1.4em;
}
.service-left ul li{
    margin: 5px 0px;
}
.service-left::after{
	content: '';
    position: absolute;
    left: 42%;
    left: 100%;
    top: 43%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid rgba(0,0,0,1);
    clear: both;
}
.service-center{
    background-color: rgba(14,114,115,.3);
	height: 270px;
	position: relative;
	padding: 65px 0px 65px 100px;
    color: #fff;
    font-size: 1.2em;
}
.service-center ul li{
    margin: 10px 0px;
}
.service-center::after{
    content: '';
    position: absolute;
    left: 100%;
    top: 43%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid rgba(255,255,255,1);
    clear: both;
}
.service-right{
   	background-color: rgba(255,255,255,.3);
	height: 270px;
	text-align: left;
	position: relative;
	padding: 90px 50px;
    color: #fff;
	font-size: 1.4em;
}
.service-right ul li{
    margin: 5px 0px;
}
.service-top{
	position: relative;
	top: 158px;
}
.service-font{
	color: rgba(255,255,255,.6);
}
.service-circle{
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 40px;
    background: transparent;
    margin: 0 15px 0px 0px;
    display: inline-block;
    color: rgba(255,255,255,.7);
    position: relative;
    border: 1px solid rgba(255,255,255,.7);
}
/*---------------------------------------
  9. CONTACT SECTION 
-----------------------------------------*/
#contact-area{
	   background: #fff;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -obackground-size: cover;
	  background-size: cover;  
	}
.contact-info {
  margin: 48px 0;
}

.single-contact-info h5 {
   font-family:'Lato' !important;
}

.contact-info .fa {
  font-size: 36px;
  margin-bottom: 24px;
  color: #008ed6;
}

.form-control {
  display: block;
  width: 100%;
  height: 65px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: rgba(50, 58, 62, 0.99);
  background-color: #fff;
  background-image: none;
  border: 1px solid #E2E2E2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: 225px;
}
.contactt-size{
    font-size: 1.5em;
    color: rgba(0,0,0,.7);
    line-height: 33px;
    text-transform: uppercase;
	font-weight: bold;
}
#contact .success,
#contact .error {
  display: none;
  font-family:'Lato' !important;
  margin-bottom: 48px;
}

#contact .success .fa,
#contact .error .fa {
  font-size: 18px;
  margin-right: 5px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    /* -webkit-appearance: none; */
    appearance: none;
    color: red;
    border-radius: 4px;
}
.contact-btn{   
    background-color: #197273;
    color: #fff;
    position: relative;
    border: none;
    padding: 9px 27px;
    font-size: 1em;
    /* border-radius: 4px; */
    box-shadow: none;
    /* font-weight: bold; */
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    left: -8px;
} 
.contact-btn:hover{   
    background-color: #06595a;
}
#email{
	padding: 8px 16px;
    width: 30%;
	color: rgba(0,0,0,.7);
    border: 1px solid rgba(0,0,0,.8);
}
.check-position1{
    color: rgba(0,0,0,.9);
    position: relative;
    top: -7px;
    font-size: 1.1em;
    left: 10px;
}
.check-position{
	position: relative;
    left: -110px;
}
.check-position2{
    position: relative;
    top: -13px;
    font-size: .95em;
    left: 13px;
}
.check-position3{
	position: relative;
    font-size: .95em;
    bottom: 21px;
    left: -161px;
}
.contact-padding{
    padding: 110px 0px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 453px;
	height: 453;
}
.contact-center{
	text-align: center;
}
.flinks-transition{   
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.contact-row1{
	display: none;
}
.contact-success{
	font-size: 1.5em;
	color: rgba(0,0,0,.7);
	margin-bottom: 20px;
}
.contact-success1{
	font-size: 1.2em;
	color: rgba(0,0,0,.7);
}
.contact-container{
	position: relative;
    top: 0px;
}
/*---------------------------------------
  10. SOCIAL & FOOTER SECTION 
-----------------------------------------*/
.footer-padding{
    padding: 30px 0px;
    margin-left: 0px;
    margin-right: 0px;
	float: none;
	display: block;
	border-top: 2px solid rgba(0,0,0,.25);
	background-color: #f4f4f4;
}
.footer-line {
    border-top: 1px solid #039BE8;
}
.ul-footer li{
    display: inline-block;
    margin: 0 30px;
	font-size: 12px;
}
.ul-footer li:first-child{
    display: inline-block;
    margin: 0 30px 0px 0px;
}
/* NEW CSS */

a:focus{
	outline: none;
	}
.switched-options{
      background: url("img/step-4.jpg") no-repeat;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -obackground-size: cover;
	  background-size: cover;  
	}
.icon-white{
	color: #fff;
	}
#toggle-switcher{
	 background: url("img/step-4.jpg") no-repeat;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -obackground-size: cover;
	  background-size: cover; 
	}
.navbar-right{
     margin-right: 5px;	
	}
	
/* CSS */


.menu-mobile-line {
    display: inline-block;
    position: absolute;
    overflow: hidden; 
    margin: 0;
    padding: 0;
    height: 52px;
    width: 30px;
    font-size: 0;
    /* text-indent: -9999px; */
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    right: 20px;
}
.menu-line-x {
    background-color: transparent;
}

.menu-mobile-line:focus {
    outline: none;
}
.menu-mobile-line span {
    display: block;
	position: absolute;
	top: 23px;
    left: 5px;
    right: -10px;
	height: 2px;
	background-color: rgba(0,0,0,.6);
		}
		
.menu-mobile-line span::before,
.menu-mobile-line span::after {
	position: absolute;
	display: block;
	left: 0;
    width: 30px;
    height: 2px;
	background-color: rgba(0,0,0,.6);
	content: "";
		}
		
.menu-mobile-line span::before {
	top: -7px;
		}
.menu-mobile-line span::after {
    bottom: -7px;
		}
.menu-line-x {
	 background-color: transparent;
		}
		
.menu-line-x span {
	transition: background 0s 0.3s;
		}
		
.menu-line-x span::before,
.menu-line-x span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
		}
	
.menu-line-x span {
    -webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
		}
		
.menu-line-x span::before {
	-webkit-transition-property: top, transform;
	transition-property: top, transform;
		}
		
.menu-line-x span::after {
    -webkit-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-line-x.is-active {
background-color: transparent;
}

.menu-line-x.is-active span {
background: none;
}

.menu-line-x.is-active span::before {
top: 0;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-backface-visibility: hidden; 
backface-visibility: hidden;
}

.menu-line-x.is-active span::after {
bottom: 0;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-backface-visibility: hidden; 
backface-visibility: hidden;
}

.menu-line-x.is-active span::before,
.menu-line-x.is-active span::after {
-webkit-transition-delay: 0s, 0.3s;
transition-delay: 0s, 0.3s;
}
a:focus, a:hover{    
       color: rgba(0,0,0,.3);
	   text-decoration: none;
	   
 }
 a{ 
     text-decoration: none;
	 color: rgba(0,0,0,.7);
	 -webkit-transition: all 700ms;
      transition: all 700ms; 
 }
#site-wrapper {
  position: relative;
  width: 100%;
  height: 100%; 
   
}
#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0); 
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;

  
}
.show-nav #site-canvas {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  pointer-events: none;
}
#site-menu {
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -200px;
  background: #f4f4f4!important;
  padding: 15px;
}
#side-content{
	 position: fixed;
	 top: 120px;
	 right: 60px;
	 display: none;
	}
.text-black{
    color: rgba(0,0,0,.8);
	}
.text-black1{
	 color: #000;
	 margin-top: 30px;
	}
ul.condList {
    z-index: 101;
    padding: 0px;
    list-style: none;
    list-style-type: none;
	text-align: center;
    
  
  }
ul.condList li {
    display: block;
    font-style: italic;
    font-family: 'LatoLightItalic';
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding-top: 1px;
	
}
.mgt30{
	margin-top: 30px;
}
.mgt50{
	margin-top: 50px;
}
#emailMsg{
    color: #F5090D;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    height: 15px;
}
#emailMsgg{
    display: none;
}
.modal-btnx {
    display: inline-block;
    position: absolute;
    overflow: hidden; 
    margin: 0;
    padding: 0;
    height: 52px;
    width: 32px;
    font-size: 0;
    /* text-indent: -9999px; */
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    right: 20px;
}
.menu-line-x {
    background-color: transparent;
}

.modal-btnx:focus {
    outline: none;
}
.modal-btnx span {
    display: block;
	position: absolute;
	top: 23px;
    left: 5px;
    right: -10px;
	height: 2px;
	background-color: rgba(0,0,0,.6);
		}
		
.modal-btnx span::before,
.modal-btnx span::after {
	position: absolute;
	display: block;
	left: 0;
    width: 30px;
    height: 2px;
	background-color: rgba(0,0,0,.6);
	content: "";
		}
		
.modal-btnx span::before {
	top: -7px;
		}
.modal-btnx span::after {
    bottom: -7px;
		}
.menu-line-x {
	 background-color: transparent;
		}
		
.menu-line-x span {
	transition: background 0s 0.3s;
		}
		
.menu-line-x span::before,
.menu-line-x span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
		}
	
.menu-line-x span {
    -webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
		}
		
.menu-line-x span::before {
	-webkit-transition-property: top, transform;
	transition-property: top, transform;
		}
		
.menu-line-x span::after {
    -webkit-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-line-x.is-active {
background-color: transparent;
}

.menu-line-x.is-active span {
background: none;
}

.menu-line-x.is-active span::before {
top: 0;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-backface-visibility: hidden; 
backface-visibility: hidden;
}

.menu-line-x.is-active span::after {
bottom: 0;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-backface-visibility: hidden; 
backface-visibility: hidden;
}

.menu-line-x.is-active span::before,
.menu-line-x.is-active span::after {
-webkit-transition-delay: 0s, 0.3s;
transition-delay: 0s, 0.3s;
} 
#email-field{
	width: 100%;
}
.email-msg{
	display: none;
	color: #F5090D;
}
.modal-success{
   display: none;
}
