*{
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	box-sizing:border-box;
}

::selection {
    color: #fff;
    background: #1d96c2;
}

::-moz-selection {
    color: #fff;
    background:#1d96c2;
}

body, h1, h2, h3, h4, h5, h6, ul, li{
	margin:0;
	padding:0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	color: #333c4a;
}

body{
	font-size:14px;
    font-family: "calibri";
	color:#373535;
	position:relative;
}

.clearfix::after, .clearfix::before {
    display: block;
    content: "";
    clear: both;
}

h1, h2, h3, h4, h5, h6{
	font-family:"candara-bold";
    font-weight: normal;
}

input, select, textarea{
	font-size:13px;	
	outline:none;
	float:left;
	width:100%;
	padding-left:10px;
	border:#ccc solid thin;
	border-radius:10px;
	height: 40px;
}

input:focus, select:focus, textarea:focus{
	border:#999 solid thin;	
}

input[type="text"], select{
	height:35px;
	line-height:32px;
}

input[type="file"]{
	padding-top: 8px;
}

textarea{
	resize:none;
	height: 100px;
	border-radius: 10px;
}

.btn{
	width:auto;
	padding:7px 20px;
	background:none;
	border:none;
	font-size:15px;
	text-transform:uppercase;	
	cursor:pointer;
	font-size:16px;
	font-family:"montserrat-med";
	border-radius: 3px;
	font-weight: normal;
}

.btn-center{
	display:inline-block;
	float:none;
}

.btn-blue-solid{
	color:#fff;
	background:#1d96c2;
	border:#1d96c2  solid thin;
}

.btn-green-solid{
	color:#fff;
	background:#3bbea2;
	border:#3bbea2  solid thin;
}



.btn-blue-solid:hover,
.btn-green-solid:hover{
	background:#304552;
	border:#304552 solid thin;
}

.btn-small{
	font-size:14px;	
}


header, footer{
    width: 100%;
    float: left;
    position: relative;
}

header{
	position: absolute;
	z-index: 2;
	top:0;
	width:100%;
}


.main-content{
	display:block;
	width:100%;
	float:left;
}

.wrapper{
	width:100%;
	margin:auto;
	position:relative;

}

.overflow-hidden{
	overflow:hidden;
    position: relative;
}

.container{
	width:90%;
	max-width:1366px;
	display:block;
	position:relative;
	float:none;
	margin:auto;
}

section{
	width: 100%;
	float: left;
}

.section-content{
	padding:40px 0; 	
}

.section-content::before, .section-content::after{
	display: block;
    content: "";
    clear: both;
}

img{
	border:0;
	width:100%;
}

p{
	text-align:justify;
	color: #373535;
	font-size:16px;
	line-height: 24px;
}

a{
	text-decoration:none;
	color:#333;	
}

.clear{
	clear:both;
}

ul li{
	padding:0;
	margin:0;
}

i{
	width:30px;
	height:30px;
	float:left;
}

.brand-name{
	position:relative;
	float:right;
	width:120px;

	margin-top:50px;
}

.brand-name a{
	display:block;
}


.cntct-col{
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.cntct-icon, .cntct-dtl{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.cntct-dtl a{
	color: #fff;
}


.cntct-icon{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: #fff solid thin;
	border-radius: 50%;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}

.main-nav{
	position: relative;
	float: right;
}

.nav-icon{
	width:40px;
	height: 40px;
	border: #fff solid thin;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin-top: 20px;
	cursor: pointer;
}

.nav-icon:hover{
	transform: scale(1.3);
}

.drop-nav{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.drop-nav li{
	float: none;
	width: 100%;
	text-align: center;
}

.drop-nav li a{
	display: block;
	color: #fff;
}

.slider, .slider .item{
	width: 100%;
	float: left;
	position: relative;
	z-index: 0;
}

.slider img{
	width:100%;
	height:35vh;
	object-fit: cover;
	object-position: bottom;
}

.slide-data{
	position: absolute;
	width: 30%;
	bottom: 20px;
	padding: 20px;
	padding-bottom: 200px;
	left: 10%;
	background: linear-gradient(rgba(0,169,180,0.4), rgba(0,169,180,0));
}

.slide-data h2{
	font-size: 45px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

.social{
	position: relative;
	float: left;
	text-align: center;
}
.social li {
	display: inline-block;
	vertical-align: middle;
}
.social li a{
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	display: inline-block;
	border: transparent solid thin;
}

.social li a:hover{
	border: #fff solid thin;
	border-radius:50%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.top-social{
	position: absolute;
	bottom: 20px;
	left: 10%;
	z-index: 3;
}

.top-social li {
	margin-right: 10px;
}

.heading{
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.heading-bb{
	border-bottom: #405a82 solid thin;
	padding-bottom: 10px;
}

.lists{
	width: 100%;
	float: left;
}

.lists li{
	position: relative;
	float: left;
	width: 100%;
	padding: 7px 0 ;
	padding-left: 35px;
	font-size: 14px;
    color: #333c4b;
    line-height: 20px;
}

.lists li::before{
	content: '\f3d1';
	font-family: Ionicons;
	width:25px;
	height:25px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	background: #333c4b;
	left: 0;
	top: 5px;
	position: absolute;
	display: block;
	padding-left: 1px;
}

.lists-2 li::before{
	width: auto;
	height: auto;
	content: '\f375';
	color: #2e97c1;
	background: none;
	font-size: 25px;
}

.sub-heading, .sub-head-bg{
	font-size: 22px;
	font-style: italic;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.sub-head-bg{
	position: relative;
	font-size: 19px;
	font-style: normal;
	padding: 10px 0;
	background: #1d96c2;
	font-family: "candara-bold";
	color: #231f20;
}

.sub-head-bg::before{
	width: 1280px;
	top: 0;
	right: 0;
	position: absolute;
	height: 100%;
	background: #1d96c2;
	content: "";
	display: block;
	z-index: -1;
}

.heading h2{
	font-family: "candara-bold";
	color: #1b3a6a;
	font-size: 30px;
	
}

.remember-data-section{
	position: relative;
}

.remember-data-section .container{
	position: static;
}

.donde-heading{
	width: 100%;
	text-align: center;
	font-family: "candara";
	letter-spacing: 3px;
	font-size: 25px;
	margin: 0 0 20px;
	display: block;
	float: left;
}

.donde-inr-heading{
	font-family: "calibri-bold";
	font-size: 20px;

	margin-bottom: 10px;
}

.donde-points li{
	color: #373535;
	font-size: 16px;
	line-height: 24px;
	list-style: none;
}

.highlight-col-section{
	position: static;
}

.highlight-blue-section{
	background:#1d96c2;
	color: #fff;
	padding:15px;
	font-family: "candara-bold";
	top: 0;
	font-size: 28px;
	position: absolute;
	left: 0;
	margin-top: 70px;
	width: 44%;
}

.tbb-heading{
	border-top: #231f20 solid thin;
	border-bottom: #231f20 solid thin;
	padding:15px 0;
	font-family: "montserrat-bold";
	font-size: 18px;
}

.data-count-col{
	margin:10px;
	width: 90px;
	height: 90px;
}

.light-bg{
	background: #e8e9eb;
}

.solution-cols, .benefits-cols{
	position: relative;
	padding-left: 120px;
	margin: 15px 0;

}

.solution-row, .benefits-row{
	float: left;
	width: 100%;
}

.solution-row .solutions-details, .benefits-row .benefits-details{
	padding-right: 30px;
}

.solution-row > div:nth-child(2n) .solutions-details, .benefits-row  > div:nth-child(2n) .benefits-details{
	padding-right: 0;
}

.solution-icon, .benefits-icon{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 8px;
}

.benefits-icon{
	top: 0;
	bottom:0;
	margin: auto;
	width: 110px;
	height: 110px; 
}

.solution-cols h3{
	font-size: 25px;

}

.text-blue{
	color: #1d81c4;
}

.text-aqua{
	color: #47c3d3;
}

.text-light-blue{
	color: #12aae1;
}

.text-green{
	color: #3bbea2;
}

.solution-cols p{
	margin-top: 0;
}

.restore-main-row{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.restore-row{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.testimonial{
	width: 100%;
	float: left;
	text-align: center;
}

.quote{
	width: 100%;
	position: relative;
	float: left;
}

.quote img{
	width: 100px;
}

.quote::before{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	background: #5e5c5d;
	z-index: -1;
	content: "";
}

.testi-message{
	border-bottom: #5e5c5d solid thin;
	padding:20px;
	color: #00568b;
	font-family: "candara";
	font-size: 26px;
	font-style: italic;
}

.square-row{
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 30px;
}

.restore-col{
	width: 46%;
	flex: 0 0 auto;
	text-align: center;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 40px;
}

.restore-col::after{
	position: absolute;
	bottom: -10px;
	right: 40px;
	content: "";
	display: block;
	border: #000 solid 15px;
	border-right-color: transparent;
	border-top-color: transparent;
	transform: rotate(-45deg);
}

.restore-top, .restore-main, .restore-bottom{
	color: #fff;
}

.restore-top, .restore-bottom{
	font-family: "montserrat-med";
	font-size: 23px;
}

.restore-main{
	font-family: "montserrat-bold";
	font-size: 65px;
}

.bg-light-blue{
	background: #12aae1;
}

.bg-light-blue::after{
	border-left-color: #12aae1;
	border-bottom-color: #12aae1;
}

.bg-aqua{
	background:#47c3d3;
}

.bg-aqua::after{
	border-left-color: #47c3d3;
	border-bottom-color: #47c3d3;
}

.bg-green{
	background:#3bbea2;
}

.bg-green::after{
	border-left-color: #3bbea2;
	border-bottom-color: #3bbea2;
}

.bg-blue{
	background:#1d96c2;
}

.bg-blue::after{
	border-left-color: #1d96c2;
	border-bottom-color: #1d96c2;
}

.restore-row ul{
	padding-left: 40px;
	margin-top: 20px;
}

.restore-row h4{
	font-size: 17px;
}

.restore-row ul li{
	margin: 15px 0;
}

.para-row{
	width: 100%;
	float: left;
}

.para-row p{
	margin: 3px 0;
}

.full-img{
	float: left;
	width: 100%;
	text-align: center;
}

.img-auto img{
	width: 80%;
	max-width: 100%;
}

footer{
	background: #1d96c2;
	padding: 10px 0;
}

.social_icons {
	margin-top: 15px;
	margin-left: 6px;
}

i.fa.fa-lg {
    margin: 0 8px;
}

.ftr-col{
	flex: 0 0 auto;
	width: auto;
}

.ftr-col a{
	display: block;
	font-family: "montserrat-bold";
	font-size: 15px;
}

.ftr-logos{
	text-align: center;
	margin:100px;
	display: inline-block;
	vertical-align: middle;
	float: none;

}

.logo-1{
	margin-right: 50px;
}

.ftr-logos img{
	max-width: 100%;
}

.logo-1 img{
	width: 250px;
}

.logo-2 img{
	width: 200px;
}


.top-links{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10; 
	padding:7px 0; 
	text-transform: uppercase;
}

.top-links a {
    width: 25px;
    height: 25px;
    margin:0 3px;
}

.top-links span{
	font-family: "candara-bold";
color: #fff;
}

.btn-grps{
	width: 100%;
	float: left;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-around;
	margin:20px 0;
}

.btn-grps a{
	flex: 0 0 auto;
	width: 40%;
	margin: 20px 0;
	padding: 5px;
}

.top-links span, .top-links a{
	display: inline-block;
	vertical-align: middle;
}

.display-flex{
	display:flex;
	flex-wrap:wrap;
}

.justify-content-center{
	justify-content:center;
}

.justify-content-space-between{
	justify-content:space-between;
}

.justify-content-space-around{
	justify-content:space-around;
}

.align-items-center{
	align-items:center;
}

.align-items-end{
	align-items: flex-end;
}

/*margins and paddings*/
.mt-0{
	margin-top:0;
}

.mt-1{
	margin-top:10px;
}

.mt-2{
	margin-top:20px;
}

.mt-3{
	margin-top:30px;
}

.mt-4{
	margin-top:40px;
}

.mt-5{
	margin-top:50px;
}

.mb-0{
	margin-bottom:0;
}
.mb-1{
	margin-bottom:10px;
}

.mb-2{
	margin-bottom:20px;
}

.mb-3{
	margin-bottom:30px;
}

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

.mb-5{
	margin-bottom:50px;
}

.pb-0{
	padding-bottom:0;
}
.pb-1{
	padding-bottom:10px;
}

.pb-2{
	padding-bottom:20px;
}

.pb-3{
	padding-bottom:30px;
}

.pb-4{
	padding-bottom:40px;
}

.pb-5{
	padding-bottom:50px;
}

.pt-0{
	padding-top:0;
}
.pt-1{
	padding-top:10px;
}

.pt-2{
	padding-top:20px;
}

.pt-3{
	padding-top:30px;
}

.pt-4{
	padding-top:40px;
}

.pt-5{
	padding-top:50px;
}
.text-center{
	text-align: center;
}