html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
a:hover{
  color: #000;
}
img{
  object-fit: cover;
  vertical-align: middle;
      -webkit-touch-callout: none;

}
.contact_form_messages {
	display: none;
}
.contact_form_messages h5 {
	font-size: 1rem;
	color: #38B0F5;
}
button#btn_submit {
	display: none;
}
input, select {
    vertical-align: middle;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus{
  outline: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9aa1ab;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9aa1ab;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9aa1ab;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9aa1ab;
}
html, body {
  height: 100%;
}
body{
    font-family: 'Poppins', sans-serif;
    background-color: #f2fffb;
    color: #000;
}

/*Banner*/

.banner{
	background-image: url('../images/banner-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 3% 0;
}
.banner .logo{
	margin-bottom: 35px;
}
.banner-content .col-md-7{
	display: flex;
	align-items: center;
}
.banner-content h1{
	font-weight: 600;
	font-size: 58px;
}
.banner-content h2{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.banner-content p{
	margin-bottom: 50px;
	font-size: 16px;
}
.form-holder{
	background-color: #fff;
	border-radius: 25px;
	-webkit-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.2);
	padding: 45px;
}
.form-holder input,
.form-holder select{
	margin-bottom: 20px;
	background-color: #f7faf9;
	border: 1px solid #e0e7e5;
	border-radius: 7px;
	min-height: 50px;
	padding: 0 15px;
    color: #718680;
    font-size: 16px;
}
.form-item{
	margin-bottom: 20px;
	width: 100%;
}
.country-select,
.country-select.inside input, .country-select.inside input[type=text]{
	width: 100%;
	padding-left: 0;
}
.country-select.inside input, .country-select.inside input[type=text]{
	padding-left: 20px;
}
.country-select .country-list{
	right: 0;
}
.country-select.inside .flag-dropdown{
	left: inherit;
}
.country-select.inside .flag-dropdown{
	right: 0;
}
.form-holder ::-webkit-input-placeholder {
    color: #718680;
    font-size: 16px;
}
.form-holder .btn{
	background-color: #25c6ac;
	color: #fff;
	font-weight: 600;
	text-align: center;
	border-radius: 25px;
	padding: 10px 27px;
	-webkit-box-shadow: 7px 7px 51px 7px rgba(37,198,172,0.51);
	-moz-box-shadow: 7px 7px 51px 7px rgba(37,198,172,0.51);
	box-shadow: 7px 7px 51px 7px rgba(37,198,172,0.51);
}
.form-holder p{
	font-size: 14px;
	margin-bottom: 0;	
}
.form-holder .form-bottom-row{
	margin-top: 30px;
}
.form-holder .form-bottom-row .col-md-6:last-child{
	display: flex;
	align-items: center;
}

/*Main*/

.sms{
	margin: 110px 0;
}
.sms-img{
	text-align: center;
}
.sms-img img{
	height: auto;
	width: 100%;
}
.sms-content h1{
	font-weight: bold;
	font-size: 42px;
	margin-bottom: 40px;
	max-width: 250px;
}
.sms-content h4{
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 25px;
}
.sms-content p{
	font-size: 16px;
	margin-bottom: 40px;
}
.sms-content ul li{
	position: relative;
	font-size: 16px;
	padding-left: 40px;
	margin-bottom: 25px;
}
.sms-content ul li:before{
	content: ' ';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	background: #25c6ac;
	color: #25c6ac;
	border-radius: 50%;
}
.sms-content ul li strong{
	font-weight: 600;
}
.alber-text{
	background: rgb(209,246,238);
	background: linear-gradient(180deg, rgba(209,246,238,1) 80%, rgba(242,255,251,1) 80%, rgba(242,255,251,1) 100%);
	padding-top: 140px;
}
.alber-text-content{
	text-align: center;
}
.alber-text-content h1{
	font-weight: bold;
	margin-bottom: 30px;
}
.alber-text-content p{
	font-size: 22px;
}
.alber-text-cards{
	padding-top: 125px;
}
.alber-text-cards .col-md-3{
	margin-bottom: 60px;
}
.alber-text-cards .card-content{
	text-align: center;
	padding: 30px 55px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	border-radius: 8px;
	background: #fff;
	height: 100%;
}
.alber-text-cards .card-content:hover{
	background: #14594e;
	cursor: pointer;
	color: #fff;
}
.alber-text-cards .card-content:hover .img-contain{
	display: none;
}
.alber-text-cards .card-content:hover .img-hover{
	display: block;
	margin-bottom: 25px;
}
.alber-text-cards .card-content .img-contain{
	margin-bottom: 25px;
}
.alber-text-cards .card-content .img-hover{
	display: none;
}
.alber-text-cards .card-content p{
	font-size: 16px;
}
.clients{
	margin-top: 150px;
	background-image: url('../images/client-bg.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: inherit;
	padding: 4% 0;
}
.clients-content h1{
	font-weight: bold;
    margin-bottom: 110px;
}
.clients-content h3{
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 50px;
}
.clients-content p{
	font-size: 16px;
	margin-bottom: 35px;
}
.clients-content .tab{
	background: #25c6ac;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	margin-bottom: 15px;
}

/*Footer*/

.footer{
	margin-top: 225px;
	background: #cfd9d6;
	padding: 50px 0 65px;
}
.footer h4{
	font-size: 18px;
	font-weight: 600;
	color: #6f6f6f;
	margin-bottom: 20px;
}
.footer p{
	font-size: 16px;
	color: #6f6f6f;
	max-width: 700px;
}

/*Modal*/

.modal-content{
	border-radius: 15px;
}
.modal-body{
	padding: 70px 100px;
	position: relative;
}
.modal-body div{
	max-width: 350px;
}
.modal-body h1{
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 36px;
}
.modal-body p{
	font-size: 20px;
	line-height: 26px;
}
.close{
    opacity: 1;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}
.close img{
	height: 50px;
	width: 50px;
}
.close:hover{
	opacity: 1!important;
}
.close:focus{
	outline: none;
}
.modal-dialog{
	margin: 10rem auto;
}
.modal-img{
	position: absolute;
	top: -105px;
	right: 125px;
}
.modal-img img{
    height: auto;
    width: 400px;
}

/* media queries */
@media screen and (max-width: 991px){
	.banner-content h1{
		font-size: 44px;
	}
	.form-holder{
		padding: 25px;
	}
	.sms-content h1,
	.alber-text-content h1{
		font-size: 34px;
	}
	.alber-text{
		padding-top: 80px;
	}
	.alber-text-cards {
    	padding-top: 75px;
	}
	.alber-text-cards .card-content{
		padding: 20px 25px;
	}
	.alber-text-cards .card-content p{
		font-size: 14px;
	}
	.clients{
		margin-top: 50px;
		background-size: 60% 50%;
	}
	.footer{
		margin-top: 125px;
	}
	.modal-body {
    	padding: 60px 40px;
	}
	.modal-body div {
    	max-width: 250px;
	}
	.modal-img{
		right: 190px;
	}
}
@media screen and (max-width: 767px){
	.banner .logo{
		margin-bottom: 50px;
	}
	.banner .logo img{
		height: auto;
		width: 220px;
	}
	.banner-content h1 {
	    font-size: 30px;
	    margin-bottom: 35px;
	}
	.banner{
		padding: 5% 0;
	}
	.form-holder {
    	padding: 45px;
	}
	.form-holder p{
		font-size: 12px;
	}
	.sms-img{
		margin-bottom: 35px;
	}
	.alber-text-cards .card-content{
		padding: 35px 95px;
	}
	.clients-content h1{
		margin-bottom: 50px;
	}
	.clients-content .tab{
		font-size: 14px;
		padding: 10px 15px;
	}
	.clients {
	    background-position: bottom right;
	    background-size: 60% 25%;
	}
	.modal-body {
    	padding: 60px 25px;
	}
	.modal-body h1{
		font-size: 26px;
	}
	.modal-img img{
		width: 300px;
	}
	.modal-img {
    	right: 70px;
    	top: -70px;
	}
	.sms {
    	margin: 50px 0;
	}
}
@media screen and (max-width: 380px){
	.clients {
	    background-size: 60% 20%;
	}
	.sms-content h1, .alber-text-content h1 {
    	font-size: 30px;
	}
	.alber-text-content p{
		font-size: 20px;
	}
	.clients-content h1{
		font-size: 34px;
	}
	.modal-body div {
    	max-width: 210px;
	}
	.modal-img{
		right: 110px;
	}
}

.loader {
	border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}