/*** Add your styles here **/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');

body{
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	color: #00496f;
	background: #DDDDDD;
}
body,html {
  height: 100%;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover, a:focus, a:active{
	text-decoration: none;
	border: none;
	outline: none;
}
button:active, button:focus{
	border: none;
	outline: none;
}
img{
	max-width: 100%;
}
input{
	border: none;
	outline: none;
	-moz-appearance : none;
	-webkit-appearance : none;
}
/*hamburger-menu*/

.nav-header {
  display: none;
  position: relative;
  width: 45px;
  height: 45px;
  background: 0 0;
  cursor: pointer;
  float: right;
  z-index: 3;
}
.hamburger {
  position: absolute;
  width: 35px;
  height: 2px;
  background: #E0E0E0;
  top: 50%;
  transform: translate(0%,-50%);
  right: 15px;
}
.hamburger:before,
.hamburger:after{
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background: #E0E0E0;
  transition: .5s;
  left: 0;

}
.hamburger:before{
  top: -10px;

}
.hamburger:after{
  top: 10px;
  
}
.nav-header.active .hamburger{
  background: rgba(0,0,0,0);
}
.nav-header.active .hamburger:before{
  top: 0;
  transform: rotate(45deg);
  background: #00496F;
}
.nav-header.active .hamburger:after{
  top: 0;
  transform: rotate(135deg);
  background: #00496F;

}

/*hamburger-menu end*/
.top-content-inner {
	display: flex;
	justify-content: space-between;
}
.top-content-left {
  width: 50%;
}
.top-content-right {
  width: 50%;
}
.top-overlay {
	background: rgb(0, 73, 111);
	padding-left: 10%;
	padding-top: 50px;
	height: 100%;
	display: table;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
}
.top-overlay .logo {
	position: absolute;
	left: 100px;
	top: 50px;
	z-index: 2;
}
.top-content-left-content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.profile-image {
	position: absolute;
	transform: translateX(50%);
	left: 59%;
	top: 35%;
}
.top-content-left-content h1 {
  color: #c5f24d;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 5px;
}
.top-content-left-content span {
	display: block;
	font-size: 25px;
	color: #FFF;
	font-weight: 300;
	letter-spacing: 2.5px;
	margin-bottom: 20px;
}
.tia-btn a {
  background-color: #c5f24d;
  box-shadow: 0 3px 6px rgba(197, 242, 77, 0.23);
  width: 134px;
  height: 43px;
  display: block;
  margin: ;
  text-align: center;
  line-height: 43px;
  color: #FFF;
  color: #00496f;
  font-size: 20px;
  border-radius: 1000px;
  transition: .5s;
  border: 1px solid#C5F24D;
}
.mobile-bottom-content{
	display: none;
}
.tia-btn a:hover {
}
.tia-btn a:hover {
  border: 1px solid #707070;
  background: 0 0;
  color: #C5F24D;
}
#color-blue.tia-btn a:hover{
	color: #00496F;
  box-shadow: 0 3px 6px #00496F;
}
.top-content-right {
  background: #DDDDDD;
  padding-top: 50px;
}
.mobile-logo {
  display: none;
}
.collapse-nav ul li {
  display: inline-block;
}
.collapse-nav ul {
  display: flex;
  justify-content: space-evenly;
}
.top-content-right-content {
	padding: 100px 130px;
}
.main-menu-wrapper {
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
	background: #E0E0E0;
	padding: 45px 0px;
	display: block;
	width: 95%;
	margin: auto;
	border-radius: 10px;
}
.collapse-nav ul li a {
  color: #00496f;
  font-size: 20px;
  transition: .5s;
  font-weight: 500;
  letter-spacing: 2px;
}
.collapse-nav ul li a:hover {
  border-bottom: ;
  text-decoration: underline;
}
.top-content-right-content h1 {
  /*text-align: center;*/
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 5px;
}
.top-content-right-content p {
  font-size: 24px;
  font-weight: 300;
}
.right-bottom-para p {
	font-size: 26px;
	font-weight: 400;
}
.t-c-r-c-para {
	padding: 60px 0 60px 60px;
}
.slogan {
	width: 90%;
	margin: auto;
}
.slogan p {
	margin: 0;
}
.slogan-wrapper {
	background: #00496F;
	padding: 35px 0;
	margin-top: 80px;
	position: relative;
}
.slogan p {
	font-size: 34px;
	color: #DDD;
	letter-spacing: 3.5px;
}
.slogan p a {
	color: #c5f24d;
}
.gellary-wrapper {
	background: #D5D3D3;
	padding: 50px 0;
	position: relative;
}
.gellary-inner {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: auto;
	z-index: 3;
	position: relative;
}
.gellary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gellay-left {
  width: 70%;
}
.gellary-right {
  width: 30%;
  padding-left: 70px;
}
.single-gellary {
  width: 33%;
  text-align: center;
}
.gellary-title h4 {
  letter-spacing: 2.5px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-gellary-item {
  margin-bottom: 50px;
}
.check-title h4 {
  letter-spacing: 2.7px;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 50px;
}
.checklist li {
  position: relative;
  letter-spacing: 2.5px;
  font-size: 25px;
  font-weight: 500;
  padding-left: 130px;
  margin-bottom: 28px;
}
.contact-section::after {
	content: "";
	width: 50%;
	height: 100%;
	background: #0D5275;
	position: absolute;
	ti: ;
	top: 0;
	transform: skew(-25deg);
	margin: auto;
	left: 22%;
	z-index: 0;
}
.checklist li:before {
  content: url(assets/images/check.png);
  position: absolute;
  left: 70px;
  top: 5px;
}
.check-wrapper {
  padding-top: 100px;
}
.contact-map {
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 0;
	left: 0;
	top: 0;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}
.contact-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	min-height: 800px;
	z-index: 3;
}
.contact-inner iframe {
	width: 100%;
	height: 100%;
}
.contact-form {
	background: #00496F;
	width: 65%;
	z-index: 2;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	padding: 50px 30px;
}
.form-inner {
	display: flex;
	align-items: center;
}
.form-title h3 {
	color: #C5F24D;
	text-align: center;
	letter-spacing: 3.5px;
	font-size: 35px;
	font-weight: 600;
}
.address li {
	font-size: 25px;
	color: #FFF;
	font-weight: 300;
	letter-spacing: 2.5px;
	display: block;
	margin-bottom: 25px;
}
.form-left {
	width: 50%;
	padding-top: 50px;
}
.form-right {
	width: 50%;
}
.address li a {
	color: #FFF;
	display: block;
	margin: 65px 0;
}
.form-title {
	margin-bottom: 100px;
}
.mail a {
	color: #FFF;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 2.5px;
}
.single-input-item input {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
	background-color: #dddddd;
	width: 100%;
	height: 65px;
	padding: 0 25px;
	border-radius: 10px;
	color: #3c3c3c;
	font-size: 23px;
	letter-spacing: 2.3px;
	font-weight: 300;
}
.single-input-item {
	margin-bottom: 25px;
}
.single-input-item textarea {
	height: 243px;
	width: 100%;
	border-radius: 10px;
	padding: 20px;
	background: #DDD;
	border: none;
	font-size: 23px;
	letter-spacing: 2.3px;
	font-weight: 300;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}
.single-input-btn input {
	border: ;
	background: #C5F24D;
	width: 100%;
	text-align: center;
	height: 65px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	text-shadow: 0 4px 2px rgba(0, 0, 0, 0.16);
	font-size: 23px;
	letter-spacing: 2.3px;
	color: #00496f;
	font-weight: 600;
	transition: .5s;
	border: 1px solid#C5F24D;
}
.single-input-btn input:hover {
	background: 0 0;
	border: 1px solid#C5F24D;
	text-shadow: 0 4px 2px rgba(97, 242, 77, 0.16);
	color: #C5F24D;

}
.contact-section {
	padding: 100px 40px;
	position: relative;
}
.footer-menu-wrapper {
	background: #00496F;
	text-align: center;
}

.footer-menu-wrapper {
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: auto;
  align-items: center;
}
.footer-wrapper {
  background: #00496F;
  padding: 40px 0;
}
.footer-menu ul li {
}
.footer-menu ul li a {
  color: #dddddd;
  font-size: 17px;
  letter-spacing: 1.7px;
  transition: .5s;
  font-weight: 500;
}
.footer-menu ul {
  display: flex;
  justify-content: space-between;
  width: ;
}
.footer-logo {
  width: 120px;
}
.footer-menu {
  width: 70%;
}
a {
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}
.helping-logo {
	display: none;
}
/*.gellary-wrapper::after {
	content: "";
	width: 100%;
	position: absolute;
	background: #0D5275;
	height: 200px;
	bottom: 0px;
	left: 0;
}*/
.gellary-bottom-bg {
	height: 300px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
@media(max-width: 1800px){
.top-content-right-content {
	padding: 70px 80px 70px 100px;
}
.top-content-right-content h1 {
	/* text-align: center; */
	font-size: 45px;
}
.top-content-left-content h1 {
	font-size: 44px;
}
.top-content-right-content p {
	font-size: 21px;
}
}

@media(max-width: 1599px){
.top-overlay {
	padding-left: 20px;
}
.top-content-left-content h1 {
	font-size: 40px;
}
.top-content-right-content h1 {
	font-size: 36px;
}
.top-content-right-content p {
	font-size: 19px;
}
.slogan p {
	font-size: 28px;
}
.gellary-right {
	padding-left: 40px;
}
.address li {
	font-size: 20px;
	margin-bottom: 25px;
}
.mail a {
	font-size: 16px;
}
.single-input-item input {
	height: 50px;
	padding: 0 25px;
	font-size: 18px;
}
.single-input-item textarea {
	height: 180px;
	font-size: 18px;
}
.single-input-btn input {
	height: 54px;
	font-size: 18px;
}
.main-menu-wrapper {
	padding: 30px 0px;
}
.top-overlay .logo {
	width: 150px;
}
.contact-section {
	padding: 70px 40px;
}
.contact-inner {
	min-height: 730px;
}
.footer-wrapper {
	padding: 30px 0;
}
}

@media(max-width: 1399px){
.collapse-nav ul li a {
	font-size: 16px;
}
.top-content-right-content h1 {
	font-size: 28px;
}
.top-content-left-content h1 {
	font-size: 33px;
}
.top-content-left-content span {
	font-size: 21px;
}
.top-content-right-content {
	padding: 70px 80px 70px 66px;
}
.top-content-right-content p {
	font-size: 17px;
}
.slogan p {
	font-size: 22px;
}
.gellary-title h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.checklist li {
	font-size: 18px;
	padding-left: 108px;
}
.checklist li::before {
	left: 60px;
}
.check-title h4 {
	font-size: 24px;
	margin-bottom: 45px;
}
.contact-section {
	padding: 70px 20px;
}
.form-title h3 {
	font-size: 30px;
}
}

@media(max-width: 1199px){
.top-content-left-content h1 {
	font-size: 26px;
}
.top-content-right-content {
	padding: 50px 80px 50px 66px;
}
.top-content-left-content span {
	font-size: 18px;
}
.tia-btn a {
	height: 38px;
	line-height: 38px;
	font-size: 17px;
}
.top-content-right-content h1 {
	font-size: 22px;
}
.top-content-right-content {
	padding-right: 50px;
}
.top-content-right-content p {
	font-size: 14px;
}
.t-c-r-c-para {
	padding: 40px 0 40px 50px;
}
.slogan p {
	font-size: 17px;
}
.slogan {
	width: 95%;
}
.checklist li {
	font-size: 15px;
	padding-left: 78px;
}
.checklist li::before {
	left: 36px;
	top: 0;
}
.gellary-title h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
.gellary-inner {
	width: 95%;
}
.contact-inner {
	min-height: 600px;
}
.form-title h3 {
	font-size: 26px;
}
.address li {
	font-size: 16px;
	margin-bottom: 18px;
}
.address li a {
	margin: 50px 0;
}
.mail a {
	font-size: 10px;
}
.contact-form {
	width: 68%;
	padding: 35px 20px;
}
.single-input-item input {
	height: 42px;
	padding: 0 15px;
	font-size: 13px;
}
.single-input-item textarea {
	height: 150px;
	font-size: 13px;
}
.single-input-btn input {
	height: 45px;
	font-size: 14px;
}
.footer-menu-wrapper {
	width: 80%;
}
.footer-menu ul li a {
	font-size: 15px;
}
.form-left {
	padding-top: 0;
}
.collapse-nav ul li a {
	font-size: 13px;
}
.top-overlay .logo {
	width: 110px;
}

}


@media(max-width: 991px){
.main-menu-wrapper {
	padding: 20px 0px;
}
.collapse-nav ul li a {
	font-size: 11px;
}
.top-overlay {
	padding-left: 20px;
	padding-top: 20px;
}
.top-content-left-content h1 {
	font-size: 17px;
}
.top-content-left-content span {
	font-size: 12px;
}
.top-content-right-content h1 {
	font-size: 15px;
}
.top-content-right-content p {
	font-size: 12px;
	margin-bottom: 20px;
}
.top-content-right-content {
	padding: 50px 30px 50px 30px;
}
.slogan p {
	font-size: 13px;
}
.gellary-right {
	padding-left: 10px;
}
.checklist li {
	font-size: 12px;
	padding-left: 50px;
}
.checklist li::before {
	left: 14px;
	top: 0;
}
.gellary-title h4 {
	font-size: 11px;
	margin-bottom: 10px;
}
.address li {
	font-size: 12px;
	margin-bottom: 18px;
}
.single-input-item input {
	height: 38px;
	padding: 0 15px;
	font-size: 12px;
	border-radius: 5px;
}
.single-input-item textarea {
	height: 118px;
	font-size: 13px;
	padding: 15px;
}
.single-input-btn input {
	height: 45px;
	font-size: 12px;
}
}


@media(max-width: 767px){

.top-content-inner {
	display: inherit;
}
.mobile-bottom-content{
	display: block;
}
#desktop-content {
	display: none;
}
.top-content-right {
	background: #00496F;
	padding-top: 90px;
	width: 100%;
	color: #FFF;
}
.top-content-left {
	width: 100%;
}
.top-overlay {
	padding-bottom: 50px;
}
.top-overlay .logo {
	width: 110px;
	display: none;
}

.profile-image {
	position: inherit;
	transform: inherit;
	left: auto;
	top: auto;
	text-align: center;
}
.top-content-left-content {
	display: block;
	position: inherit;
	width: 100%;
}
.top-content-left-content {
	margin-top: 50px;
}
.profile-image img {
	width: 200px;
}
.slogan p {
	font-size: 13px;
	line-height: 27px;
}
.gellary-inner {
	width: 95%;
	display: inherit;
}
.gellay-left {
	width: 100%;
}
.check-wrapper {
	padding-top: 30px;
}
.gellary-right {
	width: 250px;
	padding-left: 0px;
	margin: auto;
}
.contact-inner {
	display: inherit;
	height: auto;
	min-height: auto;
}
.contact-map {
	position: inherit;
	width: 100%;
	height: 500px;
	z-index: 0;
	left: 0;
	top: 0;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
	margin-bottom: 50px;
}
.footer-menu-wrapper {
	width: 95%;
}
.footer-menu ul li a {
	font-size: 13px;
}
.contact-form {
	width: 100%;
}
.contact-section::after {
	content: "";
	width: 50%;
	height: 100%;
	background: #0D5275;
	position: absolute;
	top: 0;
	transform: skew(0deg);
	margin: auto;
	left: 22%;
	z-index: 0;
}
.helping-logo {
	text-align: center;
	margin-bottom: 35px;
}
.helping-logo {
	text-align: center;
	margin-bottom: 35px;
}
.helping-logo {
	display: block;
	position: absolute;
	width: 100%;
	top: 15px;
}
.helping-logo img {
	width: 100px;
}
.gellary-bottom-bg {
	height: 100px;
}
}
@media(max-width: 575px){

.helping-logo img {
	width: 100px;
}
.nav-header{
	display: block;
	top: 10px;
	z-index: 9;
}
.collapse-nav{
	display: none;
}
.top-content-right {
	padding-top: 0;
}
.main-menu-wrapper {
	padding: 0;
}
.collapse-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #D5D3D3;
	padding: 15px;
	padding-bottom: 100vh;
	padding-top: 50px;
	z-index: 7;
}
.collapse-nav ul li a {
	font-size: 13px;
	position: relative;
	transition: .5s;
}
.collapse-nav ul li {
	display: block;
}
.collapse-nav ul {
	display: inherit;
}
.contact-form {
	width: 100%;
	padding: 15px;
}
.form-inner {
	display: inherit;
}
.form-left {
	width: 100%;
}
.form-title {
	margin-bottom: 58px;
}
.contact-section {
	padding: 30px 10px;
}
.contact-map {
	height: 380px;
}
.address li {
	font-size: 15px;
}
.form-left {
	margin-bottom: 30px;
}
.form-right {
	width: 100%;
}
.footer-menu ul {
	display: inherit;
}
.footer-menu-wrapper {
	width: 95%;
	display: inherit;
}
.footer-logo {
	width: 120px;
	margin: auto;
	margin-bottom: 20px;
}
.footer-menu {
	width: 100%;
}
.top-content-left-content {
	text-align: center;
}
.tia-btn a {
	margin: auto;
}
.t-c-r-c-para {
	padding: 25px 0;
}
.top-content-right-content {
	padding: 90px 30px 50px 30px;
}
.top-overlay {
	padding: 0;
	padding-bottom: 50px;
}
.slogan p {
	font-size: 12px;
	line-height: 20px;
}
.checklist li {
	font-size: 16px;
	padding-left: 60px;
}
.contact-section::after {
	left: 25%;
}
.gellary-title h4 {
	font-size: 9px;
	letter-spacing: 0;
}
.gellary-bottom-bg {
	height: 80px;
}
}