﻿/* CSS Document */
/*! atkinson hyperlegible Font */ 
@font-face {
    font-family: 'Atkinson Hyperlegible';
    src: url('../fonts/Atkinson_Hyperlegible/atkinsonhyperlegible-bold-webfont.woff2') format('woff2'),
         url('../fonts/Atkinson_Hyperlegible/atkinsonhyperlegible-bold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

} 
@font-face {
    font-family: 'Atkinson Hyperlegible';
    src: url('../fonts/Atkinson_Hyperlegible/atkinsonhyperlegible-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/Atkinson_Hyperlegible/atkinsonhyperlegible-bolditalic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;

} 
@font-face {
    font-family: 'Atkinson Hyperlegible';
    src: url('../fonts/Atkinson_Hyperlegible/atkinsonhyperlegible-italic-webfont.woff2') format('woff2'),
         url('../fonts/Atkinson_Hyperlegible/atkinsonhyperlegible-italic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;

} 
@font-face {
    font-family: 'Atkinson Hyperlegible';
    src: url('../fonts/Atkinson_Hyperlegible/atkinsonhyperlegible-regular-webfont.woff2') format('woff2'),
         url('../fonts/Atkinson_Hyperlegible/atkinsonhyperlegible-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

/*Atkinson Hyperlegible end*/

/*Recursive start*/
@font-face { 
	font-family: 'Recursive';
    src:  url('../fonts/Recursive/Recursive-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: 'Recursive';
    src:  url('../fonts/Recursive/Recursive-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Recursive';
    src:  url('../fonts/Recursive/Recursive-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal; 
}

@font-face {
    font-family: 'Recursive';
    src:  url('../fonts/Recursive/Recursive-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal; 
} 

@font-face {
    font-family: 'Recursive';
    src:  url('../fonts/Recursive/Recursive-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal; 
}

@font-face {
    font-family: 'Recursive';
    src:  url('../fonts/Recursive/Recursive-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal; 
}
/*Recursive end*/

/* home page end  */
body {
	font-family: 'Atkinson Hyperlegible';
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
    letter-spacing: 0.3px;
}
.nav_wrapper {
	width: 100%;
	transition: top .5s ease-out;
	position: absolute; 
	z-index: 999; 
}
.sticky {
    position:fixed;
} 
.nav-inner {
    height:87px;
    width:100%;
    float:none;
}

.left-logo-part {
	width: auto;
	float: left;
	padding: 15px 0;
}

.right-number-part {
    width: calc(100% - 230px);
    float: right;
}
.right-number-part a {
	font-size: 30px;
	color: #2364AA;
	float: left;
	margin: 18px auto 0;
	overflow: hidden;
}
.number-icon {
    float:left;
    margin-right:20px;
}
 
.jumbotron {
	min-height: calc(80vh - 87px);
	padding: 0;
}
.white-bg-right {
	background: rgba(255,255,255,0.9);
	 height: calc(80vh - 87px);  
	display: table;
	width: 100%;
}
.white-bg-right h1{
    margin:0 auto;
    font-size:32px;
    text-transform:uppercase;
    font-weight:700;
    color:#555555;
    margin-bottom:43px;
}
.form-text-left{
    font-size:16px;
    font-weight:300;
    color:#555;
    line-height:28px;
} 
.input-bg {
	width: 100%;
	height: 36px;
	border: 1px solid #cccccc;
	background: #fafaf9;
	padding-left: 15px;
    margin:10px auto;
}
.area-bg {
	width: 100%;
	height: 72px;
	border: 1px solid #cccccc;
	background: #fafaf9;
	padding: 10px 15px;
}
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
color: #555;
}
textarea::-moz-placeholder, input::-moz-placeholder { 
color: #222;  
}
 
textarea::-moz-placeholder, input::-moz-placeholder { 
color: #555;  
}
 
textarea:-ms-input-placeholder, input:-ms-input-placeholder {  
	color: #555;  
}
input::-moz-placeholder {
  color: #222;
}
.btn-submit {
    border: 2px solid #2364AA;
    color: #2364AA;
    padding: 7px 20px;
    font-size: 16px;
    margin: 10px auto;
    text-transform: uppercase;
    background: #f6f5f4;
    position: relative;
    overflow: hidden;
    transition: 0.3s all;
    font-weight: 600;
}
.btn-submit:before {
    position:absolute;
    width:0px;
    height:0px;
    content:'send message';
    top:-100%;
    right:-100%;
    overflow:hidden;
    padding: 5px 0px;
	font-size: 16px;
    color:#fff;
     width:100%;
    height:60px;
    transition:0.3s all;
}
.btn-submit:hover {
   background:#2364AA;
   color:#fff;
   transition:0.3s all;
}
.vertical-medails-blog {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}
.create-glass-main {
	width: 100%;
	background: #fff;
	float: none;
	padding: 77px 0;
}
.text-decorated h4 {
    font-size: 18px;
    color: #555;
    font-weight: 600;
    line-height: 28px;
}

.text-decorated p{
    font-size:16px;
    color:#555;
    font-weight:300;
    line-height:28px;
}

.text-decorated p a{
    color:#2364AA;
} 
.img-right-sec {
	margin: 0 auto;
	display: table;
	max-width: 450px;
	width: 100%;
}
.fotter-number-icon a {
	font-size: 20px;
	color: #2364AA;
	line-height: 40px;
}

.fotter-email-icon a{
    font-size: 20px;
    color: #2364AA;
    line-height: 40px;
}
.grey-bg-end {
	background: #f6f6f6;
	padding: 30px 0;
}
a:hover {
    text-decoration:none;
}
.listed-content {
	padding: 0 0 0 15px;
}
.listed-content li{
    font-size: 16px;
    color: #555;
    font-weight: 300;
    line-height: 28px;
}
.float-right{
	float: right;
}
/*nav section news*/

main {
  max-width: 800px;
  margin: 0 auto;
}

.menu-link { display: none; }

.spinner-master input[type=checkbox] { display: none; }

.menu {
    width: auto;
    height: auto; 
    transition: 0.5s all;
    margin-top: 6px;
}

.menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-block;
}

.menu > li > ul.sub_menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #2364AA;
  border: 1px solid #fff;
}

.menu ul li {
	padding: 0 10px;
}

.menu > ul > li { display: inline-block; }

.menu ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	width: 100%;
	letter-spacing: 0.5px;
	margin: 0 auto;
}
.menu ul li a:hover {
  color: #2364AA;
}

.menu ul li.hover > a {
  color: #2364AA;
}
.menu ul li > a {
    padding: 8px 0px;
}
.menu ul li > a.btn {
    padding: 8px 18px;
}

.menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
  background: #39484d;
}

.menu ul li:hover > ul { display: block; }

.menu ul ul > li { position: relative; }

.menu ul ul > li a {
  padding: 10px 15px;
  height: auto;
}

.menu ul ul > li a:hover {
  background: #2364AA;
  color: #fff;
}

.menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.active-menu {
    color:#2364AA !important;
} 
.btn.btn-secondary{
	border: 1px solid #2364AA;
	color: #2364AA;
}
.btn.btn-primary{
	color: #fff;
	background-color: #2364AA;
}
.btn.btn-secondary:hover{
	background-color:#113f6f;
	color: #fff;
	transition: 0.3s all;
}
.btn.btn-primary:hover{
	background-color:#113f6f;
	color: #fff;
	transition: 0.3s all;
}

/*nav section end*/

/* Modal section start */
.error-msg {
	color: #b56060;
}
/* Modal section end*/

/*slider view start*/

.sliderview {
    background: #FFF7E4;
    padding-top: 130px;
    padding-bottom: 30px;
}
 .sliderview h4{
	font-weight: 400;
	font-size: 21.5px;
	line-height: 27px; 
	color: #000000;
 }
 .sliderview h2{
	font-weight: 700;
	font-size: 44px;
	line-height: 46px; 
	color: #2364AA;
	letter-spacing: normal;
 }
 .listcheck{
	list-style: none;
	margin-top: 40px;
	padding-left: 0;
 }
 .listcheck li{
	list-style: none;
	padding-left: 45px;
	font-style: normal; 
	font-size: 18px;
	line-height: 27px; 
	color: #000000;
	margin-bottom: 10px;
	position: relative;
	font-weight: 600;
	letter-spacing: normal;
 }
 .listcheck li::before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    background: #2364AA;
    left: 0;
    content: "";
    border-radius: 15px;
    margin-top: 3px;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url(../images/check.svg);
    background-position: center;
    background-size: 12px;
}
 .listcheck li.active::before{
	background-color: #FF9900;
}
.slide-comimg img{
	max-height: 440px;
    width: auto;
    margin: 0 auto;
    display: table;
	max-width: 100%;
}

/*slider view end*/

/*start information section*/
.information-section{
	background-color: #2364AA;
	color: #fff;
	text-align: center;
}
.py-5{
	padding: 25px 0;
}
.information-section h2{
	margin: 0 auto;
}

/*slider information end*/

/*start client section*/
.client-section{
	background-color: #fff; 
}
.flexlogo{
	display: flex; 
}
.flexlogo img {
    width: auto;
    max-width: 11.11%;
    display: list-item;
}
.borderblcker {
    border-top: 2px solid #595959;
	margin: 0 auto;
}
.py-3 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.py-3 h5 {
	font-size: 20px;
	padding-bottom: 10px;
}
/*slider information end*/

/*start product section*/
.product-section{
	background-color: #fff;
}
.product-row-bg{ 
	background: #F3F3F3;
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 30px;
}
.title-h1{
	font-size: 46px;
	font-weight: 800;
	font-family: 'Recursive', sans-serif;
	margin-bottom: 30px;
	letter-spacing: normal;
}
.product-title{
	display: table;
	margin: 0 auto;
	font-weight: 700;
	font-size: 36px;
	line-height: 35px; 
	color: #2364AA;
	font-family: 'Recursive', sans-serif;
	letter-spacing: normal;
}
.product-title span {
    width: 31px;
    height: 31px;
    line-height: 31px;
    background: #2364AA;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.08em;
    color: #FFFFFF;
    float: left;
    border-radius: 72px;
    margin-right: 13px;
    margin-top: 3px; 
}
.sub-title{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px; 
	color: #000000;
	margin-bottom: 15px;
}
.maximg-990{
	max-width: 990px;
}
.m-auto{
	margin: 0 auto 20px 0;
}
.card-box-product{
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.1);
	border-radius: 22px;
	text-align: left;
	padding: 15px 20px;
	color: #000;
	margin: 20px auto;
}
.card-box-product h2{
	margin-top: 0;
}
.card-box-product img{
	padding-bottom: 2px;
}
.border-table.table>tbody>tr>td, 
.border-table.table>tbody>tr>th, 
.border-table.table>tfoot>tr>td,  
.border-table.table>thead>tr>td{
	border: none;
	padding: 5px 8px;
}

.border-table.table>tbody>tr>th {
	border-bottom: 1px solid #113f6f;
	padding: 7px 8px;
}
.border-table.table tr th + th,
.border-table.table tr td + td {
	text-align: right;
}
.my-4{
	margin: 20px 0 40px 0;
}

.Waitlist-section{
	background: #2364AA;
	border-radius: 22px;
	padding: 25px 30px;
	color: #fff;
}
.Waitlist-section h2{
	font-weight: 700;
	font-size: 36px;
	line-height: 35px;
	font-family: 'Recursive', sans-serif;
	letter-spacing: normal;
	margin: 0 auto 7px;
}
.Waitlist-section h4{
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	margin: 0 auto;
	letter-spacing: normal;
}
.btn.btn-white{
	background: #FFFFFF;
	border: 2px solid #2364AA;
	border-radius: 9px;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px; 
	color: #2364AA; 
	font-family: 'Recursive', sans-serif;
	padding: 10px 30px; 
	transition: 0.3s all;
}
.btn.btn-white:hover{
	background: #2364AA;
	border: 2px solid #fff; 
	color: #fff;
}
.float-right{
	float: right;
}
.mt-1{
	margin-top: 10px;
}

/* tabing section */
.tabing-section{
	padding: 60px 0;
}
.tabing-section .nav-tabs,
.tabing-section .nav-tabs:hover{
	border: none;
    margin: 0 auto;
    display: table;
}
.tabing-section .nav>li>a, .tabing-section .nav>li>a:hover, .tabing-section .nav>li>a:focus{
	font-weight: 700;
	font-size: 41px;
	line-height: 35px; 
	color: #B7B7B7;
	font-family: 'Recursive', sans-serif; 
	border: none;
	border-bottom: 5px solid #fff;
}
.tabing-section .nav-tabs>li.active>a, 
.tabing-section .nav-tabs>li.active>a:focus, 
.tabing-section .nav-tabs>li.active>a:hover {
    color: #2364AA; 
	border-color: #2364AA;
	background-color: transparent;
}  
.tabing-section .nav-tabs>li a:hover { 
	background-color: transparent;
}
.max-650{
	max-width: 650px;
	margin: 40px auto;
}
.columblogs img {
    max-height: 95px;
    margin: 0 auto;
}


/* pricing section start*/
.pricing-section{
	background: #2464AB;
	border-radius: 45px;
	padding: 50px 0;  
	text-align: center;
}
.toggle, .toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 20px;
}
  .toggler {
    color: #000;
    transition: .2s; 
    z-index: 9;
    position: relative;
    font-weight: 400;
	cursor: pointer;
} 
  .toggle {
    position: relative;
    width: 290px;
    height: 40px;
    border-radius: 100px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    line-height: 22px;
}
  .check {
	position: absolute;
	display: block;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 6;
  }
  
  .check:checked ~ .switch {
	right: 2px;
	left: 49.5%;
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-property: left, right;
	transition-delay: .08s, 0s;
  }
  
  .switch {
	position: absolute;
	left: 2px;
	top: 2px;
	bottom: 2px;
	right: 50.5%;
	background-color: #2464AB;
	border-radius: 36px; 
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-property: left, right;
	transition-delay: 0s, .08s;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .pricing-columns .wrapper-full {
	  position: relative; 
	  margin: 0 auto;
  }
  .pricing-columns #pricing-chart, .pricing-columns-both #pricing-chart {
	  margin-top: 100px;
	  float: none;
	  position: relative;
  }
  .pricing-columns #pricing-chart {
	display: table;
	margin: 0 auto;
}
  .pricing-columns #pricing-chart #smaller-plans, .pricing-columns-both #pricing-chart #smaller-plans {
	  display: block;
  }
  .pricing-columns #pricing-chart .plan, .pricing-columns-both #pricing-chart .plan {
	float: left;
    background-color: #fafafa;
    position: relative;
    color: #454545;
    padding: 25px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    width: 257px;
    margin: 15px;
    border-radius: 20px;
	font-size: 18px;
	color: #000000;
    min-height: 380px;
	padding-bottom: 60px;
  } 
.hide{
	display: none;
}
.btn-plan {
    background: #2464AB;
    border-radius: 60px;
    padding: 10px 15px;
    color: #fff;
    width: calc(100% - 30px);
    display: block;
    font-size: 16px;
    position: absolute;
    bottom: 15px;
    left: 15px;
	border: 1px solid #2464AB;
	transition: 0.3s all;
}
.btn-plan:hover {
    background: #fff; 
	border: 1px solid #2464AB;
	color: #2464AB;
	transition: 0.3s all;
}
.plan ul{
	padding: 0 0 20px;
}
.plan ul li{
	list-style: none;
	text-align: left;
}
.plan h2{
	font-weight: 700;
	font-size: 42px;
	line-height: 57px; 
	text-align: center; 
	color: #000000;
	font-family: 'Recursive', sans-serif;
}
.toggler--is-active{
	color: #fff;
	background-color: #2464AB;
}
.pricing-section h1.title-h1{
	color: #fff;
}
.pricing-columns {
    margin-bottom: 40px;
}
.border-hrft, .border-hrft:hover{
	margin-top: 40px;
	color: #fff;
	font-size: 22px;
	font-family: 'Recursive', sans-serif;
	border-bottom: 2px solid #fff;
	padding: 5px 50px;
}

/* pricing end */

/* footer start  */
.footer-main{
	padding: 80px 0 20px;
}
.footer-list{
	list-style: none;
}
.footer-list li { 
	font-size: 18px;
	font-weight: 600;
}
.footer-list li a{ 
	font-size: 18px;
	color: #000000;
	font-weight: 400;
}
.footer-list li a:hover{ 
	opacity: 0.9;
}
.bottom-footer{
	border-top: 2px solid #D9D9D9;
	margin-top: 60px;
	padding-top: 30px;
}
.list-flex{
	list-style: none;
	display: inline-block;
}
.list-flex li{
	float: left;
	padding: 0 5px;
}
.list-flex li a{
	font-size: 18px;
    color: #000000;
    font-weight: 600;
}
.list-flex li img{
	width: 30px;
}
/* footer end  */
/* home page end  */