@font-face {
    font-family: "myfont";
    src: url(../font/Montserrat-Medium.ttf);
}

/*********************************
1. Header
*********************************/
p{
	font-family: myfont;
	color: gray;
}
li, h1, h2, h3, h4, h5, h6{
	font-family: myfont;
}
.logo img{
	width: 300px;
}
.logo{
	color: white;
    top: 15px;
    position: absolute;
    overflow: hidden;
    z-index: 999;
    left: 50px;
}

.menu {
	height: 70px;
	width: 70px;
	right: 70px;
	top: 20px;
	text-align: center;
	position: absolute;
	background: transparent;
	overflow: hidden;
	transition: all 0.2s ease;
	z-index: 999;
  }
  .menu.active {
	width: calc(100% - 280px);
  }
  .menu.active .menuContent * {
	opacity: 1;
	padding-top: 7px;
  }
  .menu.active span i:nth-child(1) {
	transform: rotate(-45deg) translate(-50%, -50%);
	top: 50%;
  }
  .menu.active span i:nth-child(2) {
	transform: translateX(-100px);
	opacity: 0;
  }
  .menu.active span i:nth-child(3) {
	transform: rotate(45deg) translate(-50%, -50%);
	top: 50%;
  }
  .menu span {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 0;
	cursor: pointer;
	z-index: 1;
  }
  .menu span i {
	position: absolute;
	transform-origin: 50% 50%;
	width: 45%;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #ffffff;
	transition: transform 0.3s ease, opacity 0.1s ease 0.1s;
  }
  .menu span i:nth-child(1) {
	top: 40%;
  }
  .menu span i:nth-child(2) {
	top: 50%;
  }
  .menu span i:nth-child(3) {
	top: 60%;
  }
  .menu .menuContent {
	position: absolute;
	width: 95%;
	height: 100%;
	line-height: 40px;
	right: 0px;
	text-align: center;
  }
  .menu .menuContent * {
	opacity: 0;
  }
  .menu .menuContent ul li {
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	color: #ffffff;
	transition: opacity 0.3s ease 0.3s;
	cursor: pointer;
	position: relative;
  }
  .menu .menuContent ul li:hover:before {
	opacity: 0.8;
	top: 6px;
    left: 15px;
  }
  .menu .menuContent ul li:hover:after {
	opacity: 0.8;
	bottom: 1px;
	left: -40px;
  }
  .menu .menuContent ul li:before, .menu .menuContent ul li:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #ccc;
	transition: all 0.3s ease;
  }
  .menu .menuContent ul li:before {
	transform: rotate(-55deg);
	left: 60px;
	top: -30px;
	opacity: 0;
	right: 0;
	margin: auto;
  }
  .menu .menuContent ul li:after {
	transform: rotate(-55deg);
	left: -60px;
	bottom: -30px;
	opacity: 0;
	right: 0;
	margin: auto;
  }

  .menu .menuContent ul li a{
	  text-decoration: none;
	  color: #ffffff;
  }
  
/*********************************
4. Menu
*********************************/

.hamMenu
{
	display: none;
	position: fixed;
	top: 0;
	left: -100vw;
	width: 100vw;
	height: 100vh;
	background: #1e1f1ff2;
	-webkit-transition: all 1000ms cubic-bezier(.18,.43,.59,.92);
	-moz-transition: all 1000ms cubic-bezier(.18,.43,.59,.92);
	-ms-transition: all 1000ms cubic-bezier(.18,.43,.59,.92);
	-o-transition: all 1000ms cubic-bezier(.18,.43,.59,.92);
	transition: all 500ms cubic-bezier(.84,.38,.6,.85);
	z-index: 1000;
}
.hamMenu.active
{
	left: 0;
}
.hamMenu_header
{
	width: 100%;
	height: 148px;
	padding-left: 60px;
	padding-right: 60px;
}

.hamMenu_close_container
{
	width: 18px;
	height: 18px;
	transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}
.hamMenu_close
{
	width: 100%;
	height: 100%;
	transform-style: preserve-3D;
}
.hamMenu_close div
{
	width: 100%;
	height: 2px;
	background: #ffffff;
	top: 8px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamMenu_close div:last-of-type
{
	-webkit-transform: rotate(90deg) translateX(-2px);
	-moz-transform: rotate(90deg) translateX(-2px);
	-ms-transform: rotate(90deg) translateX(-2px);
	-o-transform: rotate(90deg) translateX(-2px);
	transform: rotate(90deg) translateX(-2px);
	transform-origin: center;
}
.hamMenu_close:hover div
{
	background: #1982b2;
}
.hamMenu_content
{
	position: absolute;
	left: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hamMenu_content ul{
	list-style: none;
}
.hamMenu_content ul li a h3
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamMenu_content ul li a:hover
{
	color: rgba(0,0,0,0.5);
}
.menu-social{
	font-size: 50px;
	margin-left: 180px;
}
.menu-social a{
	padding: 25px;
}

  /* *******************
	   Footer
******************** */
.footer{
	background-color: #3c3b3b;
	padding-top: 30px;
}
.footer-line{
	background-color: #1c91c6;
    width: 34px;
    margin-left: 0;
}
.footer h5 a, .footer ul li a{
	color: #ffffff;
	text-decoration: none;
}
.footer ul{
	padding: 0;
	list-style: none;
}

.contact-info button{
	margin-top: 20px;
}
.field-align{
	margin-top: 20px;
}

.social-bar{
	text-align: center;
    overflow: hidden;
}
.socials{
	display: inline-block;
    position: relative;
    text-align: center;
    width: auto;
}
.socials a{
	padding: 0 10px;
}
.socials a i{
	font-size: 25px;
	color: #ffffff;
}
.socials a i:hover{
	color: #1982b2;
}
.socials::before{
	content: "";
    border-bottom: 1px solid #1982b2;
    position: absolute;
    top: 50%;
    right: 100%;
    width: 1000px;
}
.socials::after{
	content: "";
    border-bottom: 1px solid #1982b2;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 1000px;
}

.copyright-hr{
	background-color: #1c91c6;
	width: 1200px;
}
.copyright-text{
	color: white;
	text-align: center;
	padding: 15px 0;
}

/* *******************
	   Responsive
******************** */
@media(max-width:1024px){
	.hamMenu{
		display: block;
	}
	.menuContent{
		display: none;
    }
}
@media(max-width : 980px){
	#carouselControls .carousel-item {
		height: 320px;
    }
    .footer ul {
		font-size: 17px;
    }
    /* .menu-social {
		margin-left: 180px;
	} */
}
@media(max-width:800px){
	.logo{
		left: 40px;
	}
	.menu{
		right: 42px;
	}
    .menu-social {
		margin-left: 90px;
	}
}
@media(max-width:640px){
	.logo{
		left: 30px;
	}
	.menu-social {
		margin: 0;
	}
	.footer ul {
		font-size: 12px;
    }
}	
@media(max-width:530px){
	.menu-social a {
		padding: 12px;
	}
	.footer h5, .footer ul li{
		font-size: 20px;
	}
	.menu {
		right: 30px;
	}
}
@media(max-width:480px){
	.logo{
		left: 15px;
	}
	.menu{
		right: 20px;
    	top: 15px;
    }
    /* .menu-social {
		margin: 0;
	} */
  
}
@media(max-width:414px){
	.logo img {
		width: 200px;
	}
	.menu {
		right: 10px;
		top: 2px;
    }

	.hamMenu_content ul li a h1{
		font-size: 25px;
	}
	.hamMenu_close_container {
		width: 22px;
		height: 104px;
	}
	.menu-social a {
		padding: 10px;
	}
	.menu-social {
		font-size: 40px;
	}
}
@media(max-width:375px){
    .hamMenu_content {
		left: 40px;
    }
}
@media(max-width:320px){
	.logo{
		left: 8px;
	}
	.menu-social {
		font-size: 30px;
	}
}