/* Import css */
/* bootstrap */
@import url('bootstrap.css');
/* font awesome */
@import url('font-awesome/css/font-awesome.css');
/* animation */
@import url('animate.css');
/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');

@import url('bootstrap-extra.css');

body {
    width: 100%;
    height: 100%;
    font-family: 'Lato',sans-serif;
  	font-weight: 500;
    color: #000000b3;
    background-color: #fff;
}



html {
    width: 100%;
    height: 100%;
}

.badge-warning{
  background-color: #ffc107;
}


.hover-zoom {
  transition: transform 0.3s ease;
}
.hover-zoom:hover {
  transform: scale(1.1);
}

@keyframes infiniteZoomFade {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  50% {
      transform: scale(1.1);
      opacity: 0.8;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

.infinite-animate {
  animation: infiniteZoomFade 3s infinite ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: normal;
}

p.lead {
	font-weight: 600;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}


.alert-success {
    color: #3c763d;
    background-color: #d2e1cc;
    border-color: #d6e9c6;
        border-left-color: rgb(214, 233, 198);
    border-left: 3px solid #f17618;
}

.alert-info {
    border-left: 3px solid #f17618;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
  height: 40px;
  padding: 2px 15px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px;
}

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

.nav.navbar-nav {
    background-color: transparent;
}

.navbar-custom-inner.navbar{
   background: white;
}

.navbar-custom-inner.top-nav-collapse .nav {
  border-bottom: 1px solid whitesmoke;
  padding: 0;
  background: white;
}
.navbar-custom-inner a{
    background-color: white;
    color:black;
}

.navbar-custom-inner ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
  color: black;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-custom-inner ul.nav ul.dropdown-menu {
	  border-radius: 0;
}

.navbar-custom-inner.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: black;
}

.navbar-custom-inner ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;
}

.navbar-custom-inner ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom-inner ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom-inner ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom-inner.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom-inner .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom-inner .nav li a:hover,
.navbar-custom-inner .nav li a:focus,
.navbar-custom-inner .nav li.active {
    outline: 0;
    background-color: rgb(237, 241, 255)!important;
}
.navbar-custom-inner .nav li a:hover,
.navbar-custom-inner .nav li a:focus,
.navbar-custom-inner .nav li.active {
    outline: 0;
    background-color: rgb(237, 241, 255)!important;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
  color: white;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: black;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;
}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #224fa3;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

/* misc */
hr {
  margin-top: 10px;
  background-color: #009A44;
  height: 4px;
  width: 80px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
  /*
    padding-top: 110px;
    padding-bottom: 110px;*/
    padding-top: 70px;
    padding-bottom: 70px;
  	display:block;
    position:relative;
    z-index:120;
}


.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
---  Carousel Slider
============================ */
.carousel-caption {
    left: 0%;
    right: 0%;
    background-color: RGBA(1, 1, 2, 0.7);
    width: 100%;
    height: inherit;
    padding-top: 180px;
    top: 0px;
    bottom: 0px;
    z-index: 10;
}
.caption-paragraph{
  font-size: 20px;
  font-family: Montserrat,sans-serif, cursive;
  font-weight: bolder;
}

.btn-success{
  color: #fff;
  background-color: #009A44;
  border-color: #009A44;
}

.btn-warning{
  color: #fff;
  background-color: #f17618;
  border-color: #f17618;
}

.btn-primary {
    color: #fff;
    background-color: #2250a3;
    border-color: #2250a3;
}

/* ===========================
--- Featured
============================ */
#featured{
  background-color: whitesmoke;
}

/* ===========================
--- About
============================ */



/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
  z-index: 1000;
}

.service-desc {
  z-index: 1000;
}

#service{
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
  background-color: #001d801a;
}

/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}

.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #ea4335;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-youtube a{background: #ff0000;}
.company-social .social-linkedin a{background: #007bb5;}
.company-social .social-instagram a{background: #e95950;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}
.company-social .social-youtube a:hover{background: #ff5353;}
.company-social .social-linkedin a:hover{background: #068cca;}
.company-social .social-instagram a:hover{background: #e76b63;}



/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 30px 0 ;

}

footer p {
	color: #f8f8f8;
  margin:0 0 0px
}


/* ==========================
Parallax
============================= */

#parallax1{
	background: url(../img/parallax/1.jpg) no-repeat fixed;
  background-size: cover;
}

#parallax1:after {
	content: "";
	position: absolute;
  height
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}

#parallax2{
	background: url(../img/parallax/2.jpg) no-repeat fixed;
  background-size: cover;
}

#parallax2:after {
	content: "";
	position: absolute;
  height
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 25px;
    text-transform: inherit;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 0px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(123, 147, 189, 0.49);
    }


    .brand-heading {
        font-size: 100px;
    }




}
@media (max-width:768px) {

	.team.boxed-grey {
		margin-bottom: 30px;
	}

	.boxed-grey {
		margin-bottom: 30px;
	}


}

@media (max-width:480px) {

  .navbar-custom-inner .nav.navbar-nav {
    background-color: white;
	}

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}

	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}

	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}

}

.main-section{
  min-height:600px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  z-index: 120;
  background:#f0f0f0;
}

.carousel-caption-viewing {
    left: 0%;
    right: 0%;
    background-color: white;
    border: 1px solid whitesmoke;
    width: 100%;
    height: inherit;
    padding-top: 180px;
    right: 20%;
    left: 20%;
    padding-bottom: 0px;
    margin-bottom: 10px;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    display: contents;
}

.carousel-caption-viewing p{
  background-color: white;
  padding: 5px;
}

.panel-heading{
  background-color: white!important;
}

.input-group-addon{
  background: whitesmoke;
}

.nav-item.toggle.active .nav-link {
    border: 1px solid #009A44;
    border-radius: 10px;
    color: #009A44;
}

.nav-item.toggle .nav-link {
    border: 1px solid transparent;
    border-radius: 10px;
    color: #000000b3;
}

.nav-item .icon {
    font-size: 50px;
    margin-bottom: 10px;
}

.nav-item.active .icon {
    font-size: 50px;
    margin-bottom: 10px;
}

.input-group.search .form-control {
    border-radius: 25px, 0, 0, 25px;
}

.banner-content {
    padding: 80px 0;
}

.btn-nav-top {
    border-width: 2px;
    opacity: .6;
}

.btn-nav-top:hover {
    opacity: 1;
}

.nav-justified > li {
    display: table-cell;
    width: 1%;
}

.navbar-brand.home {
    height: 70px;
}

.navbar-collapse.home {
    flex-grow: 1;
}

.navbar-nav.ml-auto {
    float: right;
}

@media only screen and (max-width: 768px) {
	.navbar-collapse{
		width: 100%;
		padding: 10px;
        margin: 10px;
        float: none;
        top: 0px;
        left: 0px;
    }

    /* #basicExampleNav.navbar-collapse.collapse.in {
        position: absolute;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, .1);
    } */

    #basicExampleNav.navbar-collapse .navbar-nav.ml-auto {
        margin: 0px;
        float: none;
    }
    #basicExampleNav.navbar-collapse .navbar-nav .nav-item {
        margin-top: 10px;
    }
    .banner-content {
        padding: 20px 0 40px 0;
    }

    input .error {
        display: none;
    }

    input:invalid .error {
        display: block;
    }
}

.dropdown-menu > li > img {
    display: block;
    margin: 3px 20px;
    clear: both;
    color: #333;
    white-space: nowrap;
}

.lds-dual-ring {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    content: " ";
    display: block;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #444 #444 transparent transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .comparison {
    max-width:940px;
    margin:0 auto;
    font:13px/1.4 "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align:center;
    padding:10px;
  }
  
  .comparison table {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom:1px solid #CCC;
  }
  
  .comparison td, .comparison th {
    border-right:1px solid #CCC;
    empty-cells: show;
    padding:10px;
  }
  
  .compare-heading {
    font-size:18px;
    font-weight:bold !important;
    border-bottom:0 !important;
    padding-top:10px !important;
  }
  
  .comparison tbody tr:nth-child(odd) {
    display:none;
  }
  
  .comparison .compare-row {
    background:#F5F5F5;
  }
  
  .comparison .tickblue {
    color:#0078C1;
  }
  
  .comparison .tickgreen {
    color:#009E2C;
  }
  
  .comparison th {
    font-weight:normal;
    padding:0;
    border-bottom:1px solid #CCC;
  }
  
  .comparison tr td:first-child {
    text-align:left;
  }
    
  .comparison .qbse, .comparison .qbo, .comparison .tl {
    color:#FFF;
    padding:10px;
    font-size:13px;
    border-right:1px solid #CCC;
    border-bottom:0;
  }
  
  .comparison .tl2 {
    border-right:0;
  }
  
  .comparison .qbse {
    background:#0078C1;
    border-top-left-radius: 3px;
    border-left:0px;
  }
  
  .comparison .qbo {
    background:#009E2C;
    border-top-right-radius: 3px;
    border-right:0px;
  }
  
  .comparison .price-info {
    padding:5px 15px 15px 15px;
  }
  
  .comparison .price-was {
    color:#999;
    text-decoration: line-through;
  }
  
  .comparison .price-now, .comparison .price-now span {
    color:#ff5406;
  }
  
  .comparison .price-now span {
    font-size:32px;
  }
  
  .comparison .price-small {
      font-size: 18px !important;
      position: relative;
      top: -11px;
      left: 2px;
  }
  
  .comparison .price-buy {
    background:#ff5406;
    padding:10px 20px;
    font-size:12px;
    display:inline-block;
    color:#FFF;
    text-decoration:none;
    border-radius:3px;
    text-transform:uppercase;
    margin:5px 0 10px 0;
  }
  
  .comparison .price-try {
    font-size:12px;
  }
  
  .comparison .price-try a {
    color:#202020;
  }
  
  @media (max-width: 767px) {
    .comparison td:first-child, .comparison th:first-child {
      display: none;
    }
    .comparison tbody tr:nth-child(odd) {
      display:table-row;
      background:#F7F7F7;
    }
    .comparison .row {
      background:#FFF;
    }
    .comparison td, .comparison th {
      border:1px solid #CCC;
    }
    .price-info {
    border-top:0 !important;
    
  }
    
  }
  
  @media (max-width: 639px) {
    .comparison .price-buy {
      padding:5px 10px;
    }
    .comparison td, .comparison th {
      padding:10px 5px;
    }
    .comparison .hide-mobile {
      display:none;
    }
    .comparison .price-now span {
    font-size:16px;
  }
  
  .comparison .price-small {
      font-size: 16px !important;
      top: 0;
      left: 0;
  }
    .comparison .qbse, .comparison .qbo {
      font-size:12px;
      padding:10px 5px;
    }
    .comparison .price-buy {
      margin-top:10px;
    }
    .compare-heading {
    font-size:13px;
  }
  }

  .pac-container {
    z-index: 1042;
}