@charset "utf-8";
/* CSS Document */
/* Create By D.G */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }
img {
	max-width:100%;
}
html {
  line-height: 1;
  height:100%;
  min-height:100%; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

.btn, .butt{
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}


input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}
/*header*/
#header {
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #d5e9ce;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	height: 64px;
}
div.logotop {
    padding: 6px 0 5px;
}
.nologinpage .header-nav__close, .nologinpage .header-menu-toggle {
    display: none;
}
.nologinpage .header-menu-toggle {
	padding: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: transparent;
	text-decoration: none;
	color: #000;
	width: 39px;
	height: 39px;
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
}
.nologinpage .dgmenuwrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.nologinpage ul.menu {
    list-style: none;
    margin: 13px 0 0;
    padding: 0;
    text-align: left;
}
.nologinpage ul.menu>li {
    width: auto;
    position: relative;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #154A59;
    display: block;
    text-align: left;
}
.nologinpage ul.menu a {
    color: rgba(21, 74, 89, .5);
    padding: 8px 16px;
    display: block;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: relative;
    position: relative;
    border-radius: 30px;
}
.nologinpage ul.menu a:hover {
    color: #154a59;
    text-decoration: none;
}
/*header*/

body{
	white-space: normal;
	position: relative;
	height:100%;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
a:focus {
	outline: none;
}
.letterfromceodesk {
	padding-top: 64px;
	padding-bottom: 64px;
}
.letterhdr {
	padding: 35px 45px 35px 45px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.col-12.hedtTTl h1 {
    color: #000000;
    font-weight: 800;
    font-size: 35px;
    line-height: 38px;
    margin: 0 0 20px 0;
}
.col-12.hedtTTl h2 {
	color: #000;
	margin: 0 0 70px 0;
	font-size: 25px;
}
.letr_title h1 {
	color: #000000;
	font-size: 30px;
	font-weight: 600;
}
.letr_title h1 span {
	color: #000000;
	font-weight: 400;
	font-size: 25px;
	line-height: 38px;
}
.letr_title h1 span > span {
	font-size: 19px;
	line-height: 30px;
	color: #bfc52e;
}
.letr_title h1 span > span a {
	color: #bfc52e;
	text-decoration: underline;
}
.letr_shreBx {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.lertsocial_share {
	display: flex;
}
.lertsocial_share li {
}
.lertsocial_share > li > a {
	font-size: 16px;
	display: block;
	width: 44px;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
.banner_bg {
    width: 100%;
    height: 100%;
    background-image: url(../images/letter/overlay.png), url(../images/letter/mountain.png);
    background-repeat: no-repeat no-repeat;
    background-position: center top, center top;
    background-size: cover, cover;
    padding-top: 64px;
    display: flex;
    align-items: flex-start;
}
.banner_bg .row {
	justify-content: center;
}
.banner_bg .row .col-md-4 {
	-ms-flex: 0 0 348px;
	flex: 0 0 348px;
	max-width: 348px;
	padding-right: 30px;
	padding-left: 30px;
}
.letrimg_bx {
	width: 100%;
	height: 403px;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.letrimg_bx img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.letreach_block {
	display: inline-block;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.letreach_block:hover {
	text-decoration: none;
	outline: none;
	border:0; 
}
.letreach_block:hover .letrimg_bx {
	box-shadow: 5px -5px 13px rgba(137,166,237,0.6);
}
.letreach_block .block_desc {
	max-width: 191px;
	padding: 24px 47px 55px 28px;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	position: absolute;
	bottom: -50px;
	left: 0;
}
.letreach_block .block_desc p {
	font-size: 21px;
	line-height: 31px;
	color: #000;
}
.bottom_desk {
	text-align: center;
	margin-top: 90px;
}
/*.banner_bg > img.letrbg-img{
	width: 100%;
	height: 100%;
	object-fit: cover;;
}
.letterfromceodesk {
	background-image: url(../images/images/letter/bg1.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}*/
@media only screen and (max-width: 1280px) {
	.banner_bg {padding-bottom: 60px;height: 100%;}
}
@media only screen and (max-width: 1024px) {
	.banner_bg .row .col-md-4 {margin-bottom: 60px;}
	.bottom_desk {margin-top: 20px;}
}
@media only screen and (max-width: 768px) {
	.letterhdr .container-fluid .col-md-6.col-sm-6.col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.letr_title h1 {
		margin-bottom: 15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/*menu*/
	.nologinpage .dgmenuwrap {flex: 1;}
	.nologinpage .logowrap {flex: 1 1!important;}
	/*menu*/
}
@media only screen and (max-width: 767px) { 
	.banner_bg {
		align-items: flex-start;
		padding-top: 60px;
	}
	.banner_bg {
		height: 100%;
		padding-bottom: 60px;
	}
	.bottom_desk {
		text-align: center;
		margin-top: 0;
	}
	.banner_bg .row .col-md-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 80px;
	}
	.letrimg_bx {height: 335px}
	/*menu*/
	.nologinpage .dgmenuwrap {flex: 1;}
	.nologinpage .logowrap {flex: 1 1!important;}
	.nologinpage .header-menu-toggle {display: block;}
	.nologinpage .dgnav {position: fixed;top: 0;right: 0;z-index: 999999;visibility: hidden;width: 180px;height: 100vh;min-height: 100%; margin: 0;padding: 30px 0!important; -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1) 0s; transition: all .25s cubic-bezier(.645,.045,.355,1) 0s; -webkit-overflow-scrolling: touch;-webkit-transform: translate3d(280px,0,0); transform: translate3d(280px,0,0);color: hsla(0,0%,100%,.25); background: #fff;}
	.nologinpage .dgnav.is-visible { visibility: visible;overflow: visible;-webkit-transform: translateZ(0);transform: translateZ(0);}
	.nologinpage .header-nav__close { display: block; height: 30px;width: 30px;border-radius: 3px;background-color: rgba(0, 0, 0, 0.3);position: absolute;top: 20px;right: 20px; text-shadow: none; color: transparent;z-index: 800;cursor: pointer;}
	.nologinpage .header-nav__close span::before, .nologinpage .header-nav__close span::after {content: "";display: block;height: 2px;width: 12px;background-color: #FFFFFF;position: absolute;top: 50%;left: 9px; margin-top: -1px;}
	.nologinpage .header-nav__close span::before { -webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg); transform: rotate(-45deg);}
	.nologinpage .header-nav__close span::after {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
	.nologinpage ul.menu {display: block; margin: 29px 0 0;}
	.nologinpage .dgnav ul li {position: relative; float: none; width: 100%; margin: 0; padding: 0; background: none; border: none;font-size: 14px!important;}
	.nologinpage .dgnav ul li a.active, .nologinpage .dgnav ul li a:hover {color: #00394d!important; background: rgba(213,219,156,.3)!important; border-radius: 0;}
	/*menu*/
}
@media only screen and (max-width: 575px) { 
	.letreach_block {
		display: block;
	}
}
@media only screen and (max-width: 479px) {
	.banner_bg {
		padding-top: 60px;
	}
	.letterhdr {
		padding: 20px 0px 20px 0px;
	}
	.letr_title h1 {
		font-size: 24px;
	}
	.letr_title h1 span {
		font-size: 20px;
		line-height: 24px;
	}
	.letr_title h1 span > span {
		font-size: 15px;
		line-height: 20px;
	}
	.lertsocial_share > li > a {
		width: 35px;
	}
	.col-12.hedtTTl h1 {margin: 0 0 60px 0;}
	.letreach_block .block_desc {
		max-width: 155px;
		padding: 15px 20px 27px 20px;
	}
	.letreach_block .block_desc p {
		font-size: 19px;
		line-height: 26px;
	}
	.letrimg_bx {
		height: 275px;
	}
}
@media only screen and (max-width: 420px)  {
	.letrimg_bx {
		height: 403px;
	}
	.banner_bg .row .col-md-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 10%;
		padding-left: 10%;
	}
}