body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6em;
    color: #666;
    background-color: #ffffff;
} 
a {
    color: #50d8af;
    transition: 0.5s;
} 
a:hover,a:active,a:focus {  
    color: #51d8af;
    outline: none;
    text-decoration: none;
}
*{ outline: none !important;}
::placeholder {
  color: #dedede !important;
  opacity: 1;
}

:-ms-input-placeholder {
 color: #dedede !important;
}

::-ms-input-placeholder {
 color: #dedede !important;
}
input:focus, .btn:focus{
    box-shadow: none !important;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    color: #31708F;
    font-weight: 400;
    padding: 0px;
    width: 100%;
    z-index: 9999;
    text-align: center;
    opacity: 1 !important;
    background: none;
    border-top: none;
    border-bottom: none;
}
.preloader .text {
    width: 300px;
    margin: 0 auto;
    height: 40px;
    background-color: #D9EDF7;
    border-top: none;
    border-left: 1px solid #bce8f1;
    border-right: 1px solid #bce8f1;
    border-bottom: 1px solid #bce8f1;
    padding: 10px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.bg-navbar {
    background: transparent;
}
#header-solid .bg-navbar{
    background: linear-gradient(45deg, #243c3c, #006265) !important;
}
#header-solid .bg-navbar .navbar-nav .nav-link:hover,
#header-solid .bg-navbar .navbar-nav .nav-link:focus{
    color: #ccc !important;
}
#header{
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    transition: all 0.8s;
    z-index: 9999;
}
#header.header-fixed{
    height: 72px;
    transition: all 0.8s;
    position: fixed;
    width: 100%;
    display: block;
}
#header.header-fixed .bg-navbar{
    background: linear-gradient(45deg, #243c3c, #006265) !important;
}
#header .navbar{
    box-shadow: 0px 6px 9px 0px #0000001a;
}
#header .logo{
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -2px;
    color: #fff;
}
#header .logo span{
    color: #50d8af;
    font-weight: 300;
}
#header .logo span.ext{
    font-size:1.2rem;
    font-weight: 300;
    color: #888;
}
.navbar-light .navbar-nav .nav-link { 
    color: #fff;
    font-weight: 700;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover{
    color: #ddd;
}
.navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 400;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.navbar-expand-md .navbar-nav .nav-link { 
    padding-left: .875rem;
    padding-right: .875rem;
}
.navbar-nav .nav-login{
    border-left:0;
    border-right: 0;
}
.navbar-nav .nav-login i{
    color: #00a6eb;
}
.search-link{
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-item .btn-top-search{
    cursor: pointer;
    border: 0 !important; 
    border-color: rgba(0,0,0,.1);
    background: transparent;
    font-size: .875rem;
    padding: 1.5rem 1rem;
    border-radius: 0;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent;
}
.navbar-toggler {
    padding: .25rem .5rem;
}
.search-toggler{
    cursor: pointer;
    border: none; 
    background: transparent;
    font-size: .875rem;
    padding: .7rem .875rem .5rem .875rem;
    border-radius: 0;
}
.navbar-toggler:focus, .search-toggler:focus{
    outline: 0 !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media(max-width: 767px){
    #navbarCollapse.show{
        background: linear-gradient(45deg, #243c3c, #006265) !important;
    }
    #navbarCollapse.show .navbar-nav .nav-link{
        padding: .5rem 1rem;
        border-bottom: 1px solid #3c6d6e;
    }
    #navbarCollapse.show .navbar-nav .nav-item .dropdown-menu{
        color: #fbfbfb !important;
        border: 0;
        background: #0e6b6e;
        border-radius: 0 !important;
        margin-top: 0;
    }
    #navbarCollapse.show .navbar-nav .nav-item .dropdown-menu .dropdown-item{
        color: #fefefe;
    }
    #navbarCollapse.show .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{
        background: transparent;
        color: #ccc;
    }
    .navbar>.container, .navbar>.container-fluid{
        display: block;
        width: 100%;
    }
     
    .search-toggler, .navbar-toggler{
        float: right;
    }
    .navbar-nav .nav-login{
        border-left: 0;
        border-right: 0;
    }
    .nav-item.nav-search{
        display: none;
    }
    #intro .product-screens {
        height: 45% !important;
    }
    #breadcrumb{
        margin-top: 3.5rem !important;
    }
}
@media (min-width: 768px){
    
    .search-toggler{
        display: none;
    }
}

#header.header-fixed  .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}
#header.header-fixed .logo{
    color: #e6e6e6 !important;
}
#header.header-fixed .logo span{
    color: #50d8af !important;
}
#header.header-fixed .logo span.ext{ 
    color: #888 !important;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  /* margin-top: 70px; */
  background: linear-gradient(45deg, rgba(53, 53, 53, 0.5), rgba(29, 200, 205, 0.5)), url("../../../assets/images/intro/bg-intro.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
}

#intro .intro-text {
  position: absolute;
  left: 0;
  top: 90px;
  right: 0;
  height: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #1dc8cd;
  background: #fff;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}

@media (max-width: 767px) {
    #intro .product-screens {
        height: 40% !important;
    }
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }
  #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-align: center;
    font-weight: 400;
}
.section-bg {
    background: #eff5f5;
}
.section-header .section-divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #1dc8cd;
    background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
    margin: 0 auto; 
    margin-bottom: 20px;
}
.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #777;
    font-style: italic;
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
    padding: 60px 0;
    overflow: hidden;
}
#about .about-img img{
  max-width: 100%;
  display: block;
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
#service {
    background: #f5f5f5;
    padding-bottom: 50px;
	padding: 73px 0 80px;
}
.section_head h2 {
	color: #50d8af;
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 30px;
	position: relative;
	text-transform: uppercase;
	display: inline-block
}
.section_head h2::before {
	background: #50d8af;
    position: absolute;
    content: '';
    width: 65px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section_head h2::after {
    position: absolute;
    background: #50d8af;
    content: '';
    width: 100px;
    height: 2px;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}
.section_head h2 span {
    color: #333333;
    font-weight: 300;
} 
.service_head p {
    max-width: 708px;
    margin: auto;
    padding: 30px 0;
}
.service_item {
    margin: 30px 0;
    background: #ededed;
    padding: 25px 15px 35px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.service_item:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.service_item > i {
    font-size: 40px;
    border: 1px solid;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 5%;
    color: #50d8af;
}
.service_item a{
	background: #50d8af;
}
.service_item h3 {
    padding: 20px 0;
    z-index: 9;
    position: relative;
    color: #222222;
    font-weight: 600;
    font-size: 23px;
}
.service_item p {
	color: #848484;
    padding-bottom: 20px;

}
.service_item a.ser_btn {
    border: 1px solid; 
    border-color: #50d8af !important;
    background: #50d8af;
    color: #fff;
    padding: 7px 18px;
    border-radius: 32px;
    font-weight: 600;

}

/*--------------------------------------------------------------
# Welcome Area
--------------------------------------------------------------*/

.wellcome-area {
  background: rgba(248, 248, 248, 0.8) url("../../../assets/images/intro/bg-welcome.jpg"); 
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.well-bg {
  position: relative;
}
.test-overly {
  background: rgba(0, 0, 0, 0.80);
  position: absolute;
  width: 100%;
  height: 100%;
}
.wellcome-text {
    margin: 70px 0;
    padding: 30px 40px;
}
.well-text > h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    line-height: 50px;
}
.well-text p {
    font-size: 18px;
    font-style: italic;
    color: #fff;
}
.subs-feilds {
    border: 1px solid #fff;
    display: inline-block;
    height: 52px;
    margin-top: 30px;
    width: 60%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.suscribe-input {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
}
.suscribe-input input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    width: 70%;
    height: 50px;
}
.suscribe-input input:focus, .suscribe-input input:hover{
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fefefe;
}
.suscribe-input button {
    background: #3ec1d5 none repeat scroll 0 0; 
    border-radius: 0 20px 20px 0;
    color: #fff;
    float: left; 
    font-weight: 600; 
    width: 30%;
    height: 50px;
    cursor: pointer;
}
#msg_Submit{
    width: 60%;
    margin: 0 auto;
}
#msg_Submit.alert-danger, #msg_Submit.alert-success{
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}
#msg_Submit.alert-danger #validation-error p{
    color: #c95f5c !important;
    font-style: normal !important;
    font-size: .875rem;
}
#msg_Submit.alert-success{
    color: #6df28b;
}
#msg_Submit.alert-success #validation-error p{
    color: #6df28b;
    font-style: normal !important;
    font-size: .875rem;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #fff;
    box-shadow: 0px 0px 12px 0px #0000001a;
    padding: 30px 0;
    color: #333;
    font-size: 1rem;
    margin-top: 2rem;
}
#footer .copyright {
    color: #333;
    font-size: 1rem;
}
#footer .copyright p, #footer .credits p {
    margin-bottom: 0;
}
#footer .credits p {
    font-size: .875rem;
    color: #666;
}
#footer .credits p a{
    color: #555;
    font-weight: 500;
}
#footer .credits p a:focus, #footer .credits p a:hover{
    color: #000;
}
#footer .credits p i.fa{
    font-size: .7rem;
}
#footer .footer-links a:first-child {
    padding-left: 0;
}
#footer .footer-links a {
    color: #1e5f8d;
    padding-left: 15px;
}
#footer .footer-links a:hover, #footer .footer-links a:focus{
    color: #000;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
#breadcrumb{ 
    display: block;
    margin-top: 5.5rem;
    background: #f5f5f5; 
}
#breadcrumb .breadcrumb { 
    background: none;
    margin-bottom: 1rem;
}
#breadcrumb .breadcrumb li a{
    color: #131313;
    font-weight: 600;
}
#breadcrumb .breadcrumb li a:hover{
    color:#51d8af;
}
/*--------------------------------------------------------------
# Sub Header
--------------------------------------------------------------*/
.section-header{
    padding-bottom: 2rem;
}
.section-header h2 {
    font-size: 32px;
    color: #51d8af;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px; 
}
.section-header .section-divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #1dc8cd;
    background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
    margin: 0 auto; 
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Other Class
--------------------------------------------------------------*/
.no-radius{
    border-radius: 0 !important;
}
#validation-error p{
    margin-bottom: 0;
}
.request-order{
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding: 1.5rem;
}


.fg-text{
    margin-bottom: .5rem;
}
.fg-text label{
    color: #222;
    text-shadow: 0 1px 0 #fff;
    margin-bottom: 0;
}
.fg-text .form-text{
    text-shadow: none;
}
@media(max-width: 767px){
    .fg-text{
        margin-bottom: 1rem;
    }   
}


.thanks-text{
    margin-bottom: 1.5rem;
}
.thanks-text p{
    margin-bottom: 1rem;
    font-style: italic;
}
/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#pricePlans {
	zoom: 1;
}

#pricePlans {
	max-width: 69em;
	margin: 0 auto;
}

#pricePlans #plans .plan {
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0; 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	border: 1px solid #cdcdcd;
}

.planContainer .title h2 {
	font-size: 2.125em;
	font-weight: 300;
	color: #3e4f6a;
	margin: 0;
	padding: .6em 0;
}

.planContainer .title h2.bestPlanTitle {
	background: #F9F9F9;

	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	color: #fff;
	border-radius: 5px 5px 0 0;
}


.planContainer .price p {
	background: #3e4f6a;

	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	height: 2.6em;
	line-height: 2.6em;
	margin: 0 0 1em;
}

.planContainer .price p.bestPlanPrice {
	background: #f7814d;
}

.planContainer .price p span {
	color: #8394ae;
}

.planContainer .options {
	margin-top: 10em;
}

.planContainer .options li {
    font-weight: 700;
    font-size: .9rem;
	color: #364762;
	line-height: 2.5;
}

.planContainer .options li span {
	font-weight: 400;
	color: #979797;
}

.planContainer .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #3e4f6a;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 2.8em;
	border: 2px solid #3e4f6a;
	display: inline-block;
	width: 80%;
	height: 2.8em;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
}

.planContainer .button a.bestPlanButton {
	color: #fff;
	background: #f7814d;
	border: 2px solid #f7814d;
}

#credits {
	text-align: center;
	font-size: .8em;
	font-style: italic;
	color: #777;
}

#credits a {
	color: #333;
}

#credits a:hover {
	text-decoration: none;
}

@media screen and (min-width: 481px) and (max-width: 768px) {

	#pricePlans #plans .plan {
		width: 49%;
		margin: 0 2% 20px 0;
	}

	#pricePlans #plans > li:nth-child(2n) {
		margin-right: 0;
	}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

	#pricePlans #plans .plan {
		width: 49%;
		margin: 0 2% 20px 0;
	}

	#pricePlans #plans > li:nth-child(2n) {
		margin-right: 0;
	}

}

@media screen and (min-width: 1025px) {

	#pricePlans {
		margin: 2em auto;
	}

	#pricePlans #plans .plan {
		width: 18%;
		margin: 0 1.33% 20px 0;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	#pricePlans #plans > li:last-child {
		margin-right: 0;
	}

	#pricePlans #plans .plan:hover {
		-webkit-transform: scale(1.04);
		   -moz-transform: scale(1.04);
			-ms-transform: scale(1.04);
			 -o-transform: scale(1.04);
				transform: scale(1.04);
	}

	.planContainer .button a {
		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
	}

	.planContainer .button a:hover {
		background: #3e4f6a;
		color: #fff;
	}

	.planContainer .button a.bestPlanButton:hover {
		background: #ff9c70;
		border: 2px solid #ff9c70;
	}

}