@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/*** Globals ***/

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: "DM Sans", sans-serif;
	font-weight:500;
    font-style: normal;	
}

body p,
body li,
body a {
	font-family: "DM Sans", sans-serif;
	font-weight:400;
	font-style: normal;
}

body h1 {
	font-size:50px;
	line-height:54px;
	letter-spacing:0.5px;
}

body h2 {
	font-size:36px;
	line-height:40px;
	letter-spacing:0.5px;
}

body p {
	font-size: 16px;
	line-height:26px;
}

blockquote {
    background: #faedd8;
    border-left: 6px solid #3b818c;
    border-radius: 8px;
    font-size: 22px;
    line-height: 32px;
    padding: 3% 6%;
    font-family: serif;
}

:root {
  --animate-delay: 0.5s;
}

.sm-txt {
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	margin-bottom: 10px;	
}

.color-gold {
	color:#eeb963;
}

.color-teal {
	color:#3b818c;
}

.color-white {
	color:#fff;
}

.teal-bg {
	background:#3b6878;
}

.dark-teal-bg {
	background:#3b6878;
	color:#fff;
}

.gold-bg {
	background:#eeb963;
}

.light-gold-bg {
	background:#f6dcb1;
}

.light-blue-bg {
	background:#dff0f1;
}

.curved-corners {
	border-radius:15px;	
}

/*** Buttons ***/

.btn-all {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
}

.btn-teal {
	background:#3b818c;
	border:2px solid #3b818c;
	color:#fff;
	transition:0.5s all;	
}

.btn-teal:hover {
	background:#eeb963;
	border:2px solid #eeb963;	
	color:#000;
}

.btn-gold {
	background:#eeb963;
	border:2px solid #eeb963;
	color:#000;
	transition:0.5s all;
}

.btn-gold:hover {
	background:#faedd8;
	border:2px solid #faedd8;
	color:#000;
	transition:0.5s all;
}

.btn-teal-outline {
	background:transparent;
	border:2px solid #3b818c;
	color:#3b818c;
	transition:0.5s all;	
}

.btn-teal-outline:hover {
	background:#3b818c;
	border:2px solid #3b818c;
	color:#fff;	
}

.btn-white-outline {
	background:transparent;
	border:2px solid #fff;
	color:#fff;
	transition:0.5s all;	
}

.btn-white-outline:hover {
	background:#eeb963;
	border:2px solid #eeb963;
	color:#000;	
}

/*** Home ***/

/*** Hero ***/

.hero-wrap h1 {
    margin-bottom: 30px;	
}

/* .hero-wrap .sm-txt {
    margin-bottom: 10px;
} */

.hero-wrap .hero-btn-wrap,
.grad-bg-cta-wrap .hero-btn-wrap {
	margin-top:40px;
}

.hero-wrap .hero-btn-wrap ul,
.grad-bg-cta-wrap .hero-btn-wrap ul {
    padding-left: 0;	
}

.hero-wrap .hero-btn-wrap ul li,
.grad-bg-cta-wrap .hero-btn-wrap ul li {
	display:inline-block;
	list-style:none;
    margin-right: 15px;	
}
	
/*** Ribbon ***/

.ribbon-wrap {
	
}

.ribbon-wrap h2 {
	font-size:60px;
	line-height:60px;
    font-weight: 700;
	margin-bottom: 0;	
}

.ribbon-wrap h2 span {

}

.ribbon-wrap .sm-txt {
	font-size:13px;
	line-height:15px;
	margin-bottom: 0;
}

/*** Section 2 - 2 5 ***/

.sec-two h2 {
	margin-bottom:30px;	
}

.sec-two .quote-wrap {
	margin-top:40px;
}

.sec-two-five {
	
}

.sec-two-five .col-child-wrap {
	border-radius:10px;
}

.sec-two-five .col-child-wrap .col-icn-wrap {
	display:inline-block;
	border-radius:4px;
	background:rgba(87,128,142,0.1);
	padding:7.5px;
	margin-bottom:15px;
}

.sec-two-five .col-child-wrap .col-icn-wrap i {
	font-size:30px;
	line-height:30px;
	text-align:center;
	color:#3a5068;
}

.sec-two-five .col-child-wrap h3 {
	color:#3a5068;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	margin-bottom:10px;
}

.sec-two-five .col-child-wrap p {
	font-size:15px;
	line-height:25px;
}

.sec-teal-wrap h2 {
	margin-bottom:20px;
}

.sec-teal-wrap .teal-col-child {
	background:#57808e;
	border-radius:10px;
}

.sec-teal-wrap .teal-col-child .icn-wrap {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    border-radius: 4px;
    padding-top: 9px;
    height: 42px;
    width: 42px;
    text-align: center;
    margin-bottom: 20px;	
}

.sec-teal-wrap .teal-col-child .icn-wrap i {
	font-size:24px;
	line-height:24px;
}

.sec-teal-wrap .teal-col-child h2 {
	font-size:28px;
	line-height:32px;
}

.sec-teal-wrap .tag-wrap {
	
}

.sec-teal-wrap .tag-wrap ul {
    padding-left: 0;
    margin-top: 20px;	
}

.sec-teal-wrap .tag-wrap ul li {
	list-style:none;
	display:inline-block;
	background:rgba(0,0,0,0.25);
	color:#eeb963;
	padding:5px 10px;
	border-radius:10px;
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
}

.sec-three {
	
}

.sec-three h2 {
	margin-bottom:20px;
}

.sec-three .btn-wrap {
	margin-top:40px;
}

.sec-five.dark-teal-bg h2 {
	margin-bottom:20px;
}

.sec-five.dark-teal-bg .btn-wrap {
	margin-top:40px;
}

.sec-five.dark-teal-bg .teal-col-child h2 {
	font-size:20px;
	line-height:24px;
}

.sec-five.dark-teal-bg .teal-col-child p {
	font-size:15px;
	line-height:25px;
}

.two-hero-five-wrap .col-top-brdr {
	border-top:4px solid #57808e;
	border-radius:4px;
}

.two-hero-five-wrap .col-top-brdr h2 {
	font-size:20px;
	line-height:24px;
}

.two-hero-five-wrap .col-top-brdr p {
	
}

.grad-bg-cta-wrap .container {
	background: #3A5068;
	background: linear-gradient(45deg,rgba(58, 80, 104, 1) 0%, rgba(85, 186, 175, 1) 100%);
	color:#fff;
	border-radius: 15px;
}

.grad-bg-cta-wrap h2 {
	font-size:60px;
	line-height:64px;
	margin-bottom:20px;
}

.grad-bg-cta-wrap p {
	font-size:18px;
	line-height:28px;
}

/*** Footer ***/

/*** Responsive ***/

@media screen and (max-width:787px) {
	
	.hero-wrap h1,
	.sec-two h2,
	.grad-bg-cta-wrap h2 {
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 32px;
		font-weight: bold;
	}
	
	.hero-wrap .hero-btn-wrap ul li,
	.grad-bg-cta-wrap .hero-btn-wrap ul li {
		margin-right: 0;
		margin-bottom: 15px;
	}	
	
}



















