/*
1.Menu
2.Slider 
3.Web Layout
*/

/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Work+Sans:wght@400;700&display=swap');

/* MENU */
.main-menu {
  display:block;
  position:relative;
	z-index: 9;
}
.container-menu {
  width:100%;
  margin:0 auto;
}
.main-menu:before,.main-menu:after{
  display: table;
  line-height: 0;
  content: "";
}
.main-menu ul{
	margin: 0; padding: 0;
}
.core-menu {
  text-align:right;
  font-family: 'Work Sans', sans-serif;
  overflow:hidden;
}
.core-menu li {
  list-style:none;
  display:inline-block;
  cursor:pointer;
}
.core-menu li a {
  display:inline-block;
  padding:20px 40px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	transition: 0.3s;
}

.core-menu li a:before {
  content : "";
  position: absolute;
  right   : 0%;
  bottom  : 20px;
  height  : 20px;
  width   : 2px;
  background: rgba(255, 255, 255, 0.25);
  display: block;
}

.core-menu li a:hover {
  background:#007afc;
}
.core-menu li .active {
  background:#007afc;
}
li span.toggle {
  padding-left:1em;
}
.toggle:before {
  content:"\f107";
  font:normal normal normal 14px/1 FontAwesome;
}
.dropdown {
  position:absolute;
  width:230px;
  background:#08254f;
  text-align:left;
  display:none;
}
.dropdown li {
  display:block;
  }
.dropdown li a {
  display:block;
}
.dropdown2 {
  position:absolute;
  width:230px;
  background:#08254f;
  text-align:left;
  display:none;
  right:-100%;
  top:0;
}
.dropdown2 li {
  display:block;
  }
.dropdown2 li a {
  display:block;
}
li span.toggle2 {
  position:absolute;
  right:0;
  margin-right:20px;
}
.toggle2:before {
  content:"\f105";
  font:normal normal normal 14px/1 FontAwesome;
}
.hamburger-menu {
  padding:1em;
  display:none;
  font:normal normal normal 14px/1 Roboto;
  text-transform:uppercase;
}

@media (max-width:991px) {
  .main-menu {
    height:50px;
  }
  .container-menu {
    width:100%;
  }
  .navigation {
    float:left;
    display:block;
    width:100%;
  }
  .core-menu {
    float:right;
    width:100%;
    background:#09244f;
    margin:auto;
    display:none;
  }
  
  .core-menu li {
    width:100%;
    display:block;
  }
  .core-menu li a{
    display:block;
    margin:auto;
  }
  .hamburger-menu {
    display:block;
    text-align:center;
    padding-right:60px;
    float:none;
    width:100%;
  }
  .burger-1, .burger-2, .burger-3 {
  display:block;
  position:absolute;
  width:20px;
  height:3px;
  border-radius:30px;
  right:0;
  margin-right:25px;
  background:#fff;
    -webkit-transition:.2s ease;
    -ms-transition:.2s ease;
    -moz-transition:.2s ease;
    -o-transition:.2s ease;
  transition:.2s ease; 
  }
  .burger-1 {
  top:15px;
  }
  .burger-2 {
  top:23px;
  }
  .burger-3 {
  top:31px;
  }
  .burger-1.open, .burger-2.open, .burger-3.open {
  -webkit-transition:.2s ease;
  -ms-transition:.2s ease;
  -moz-transition:.2s ease;
  -o-transition:.2s ease;
    transition:.2s ease;
    transform-origin:50% 50%;
  }
  .burger-1.open {
    top:25px;
    width:23px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg); 
    -ms-transform:rotate(45deg); 
    -moz-transform:rotate(45deg); 
    -o-transform:rotate(45deg); 
  }
  .burger-2.open {
    opacity:0;
  }
  .burger-3.open {
    top:25px;
    width:23px;
    transform:rotate(-45deg);
  }
  .dropdown {
    width:100%;
    background:#08254f;
    text-align:center;
    position:relative;
  }
  .dropdown2 {
    right:0;
    top:0;
    width:100%;
    position:relative;
    padding:0 20px;
	background:#08254f;
}
}

/* END MENU */


/*Slider */
.custom-slick-slider {
  height: 100vh;
  width: 100%;
  flex-wrap: wrap;
	padding: 0;
   position: relative;
  /*z-index: 100;*/
}

.custom-slick-slider img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.slide {
    position: relative;
    border: none;
}

.bgslide {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #b3c6cd;
  background-size: cover;
  height: 100vh;
}

.img-overlay{
  position: relative;
}
.img-overlay:after {
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.35);
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 0px;
    height: auto;
    width: 100%;
    color: #000;
    text-align: center; 
}

.slide-content h1 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #fff;
	font-size: 80px;
	font-weight: bold;
}

.slide-content h4 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

.slide-content p {
	font-family: 'Work Sans', sans-serif;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.slide-content .pillbutton {
  background-color: #fff;
  border: none;
  color: #08254f;
  padding: 20px 50px;
  text-align: center;
  text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
  display: inline-block;
  margin: 20px 2px;
  cursor: pointer;
  border-radius: 25px;
	-webkit-transition: all .3s ease-in-out;
   -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.slide-content .pillbutton:hover {
  background-color: #08254f;
  color: #FFFFFF;
 
}


/* Custom settings*/

/* Slick Dots */

.slick-dots {
  position: absolute;
  bottom: 70px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  outline: none;
}

.slick-dots li button::before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}

.slick-active button {
  background: #d60e96;
}

/* Slick Arrows 

.slick-prev, .slick-next {
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
   
}

.slick-prev {
    background-image: url('/images/slider-up-arrow.png');
	top: 2%;
    right: 1%;
    z-index: 10;
}


.slick-next {
    background-image: url('/images/slider-down-arrow.png');
	right: 1%;
    bottom: 2%;
    z-index: 20;
}

.slick-prev:hover {
    background-image: url('/images/slider-up-arrow-hover.png');
    top: 2%;
    right: 1%;
    z-index: 10;
}

.slick-next:hover {
    background-image: url('/images/slider-down-arrow-hover.png');
	right: 1%;
    bottom: 2%;
    z-index: 20;
}
*/

.slick-prev:before, .slick-next:before{
	font-size: 50px;
}

            
.slick-next {
    right: 70px;
}

.slick-prev {
    left: 20px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 60px;
    line-height: 1;
    opacity: .5;
    color: white;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

/* Slide Animation */

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);;
    transform: scale(1);;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.slick-active .bgimg {
  animation-name: zoomIn;
  animation-duration: 6s;
  opacity: 1;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 2s;
  opacity: 1;
}
/* End Slider */

/* Web Layout */
.main-slider{
	position: relative;
	width: 100%;
	height: auto;
}

.main-slider .social-menu{
	position: absolute;
	bottom: 15px;
	right: 25px;
	width: 170px;
	height: 50px;
}

.main-slider .social-menu:before {
  content : "";
  position: absolute;
  right   : 180px;
  bottom  : 30px;
  height  : 2px;
  width   : 200px;
  background: rgba(255, 255, 255, 0.25);
  display: block;
}

.social-menu .social-icons a{
	color:#fff;
  line-height:30px;
  font-size:30px;
  margin: 0 5px;
  text-decoration:none;
	opacity: 0.75;
  
}
.social-menu .social-icons a i{
	line-height:30px;
  font-size:30px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.social-menu .social-icons a:hover i{
  box-shadow: 0px 0px 150px #000000;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}

header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
}

header .header-top{
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 25px;
}

header .header-top:before {
  content : "";
  position: absolute;
  right   : 0px;
  bottom  : 0px;
  height  : 2px;
  width   : 100%;
  background: rgba(255, 255, 255, 0.25);
  display: block;
}


header .header-bottom{
	width: 100%;
	height: 65px;
}

header .header-top .logo{
	position: absolute;
	top: 0px;
	left: 0px;
width: 165px;
height: 165px;
}

.logo-mobile{
  display: none;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	justify-content:flex-end;
}

.flex-container > div {
 
}

.box-phone{
	position: relative;
	margin-right: 100px;
  margin-left: 0px;
	margin-top: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	}

.box-phone .secondword{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #d2e5f2;
	}

.box-email{
	position: relative;
	margin-right: 0px;
  margin-left: 0px;
	margin-top: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

.box-email .secondword{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #d2e5f2;
	}

.box-phone:before {
  content : "";
  background:url('../images/phone-icon.png');
  position: absolute;
  left   : -50px;
  top  : 0px;
  height  : 40px;
  width   : 40px;
  display: block;
}

.box-email:before {
  content : "";
  background:url('../images/email-icon.png');
  position: absolute;
  left   : -50px;
  top  : 0px;
  height  : 40px;
  width   : 40px;
  display: block;
}

.wrap-boxes{
	position: relative;
	width: 100%;
	height: 270px;
}

.wrap-boxes .boxes{
	position: absolute;
	top: -50px;
	left: 0px;
	width: 100%;
	height: 320px;
	
}

.wrap-boxes .flex-boxes{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
    margin: 0;
}

.wrap-boxes .flex-item-box {
	position: relative;
  background: #fff;
  padding: 40px 20px;
  width: 25%;
  height: 300px;
  color: #000;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
	-webkit-box-shadow: 0px 11px 29px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 11px 29px -3px rgba(0,0,0,0.4);
	box-shadow: 0px 11px 29px -3px rgba(0,0,0,0.4);
}

.wrap-boxes .flex-item-box-last {
	position: relative;
  background: #fff;
  padding: 40px 20px;
  width: 25%;
  height: 250px;
  color: #000;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
	-webkit-box-shadow: 0px 11px 29px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 11px 29px -3px rgba(0,0,0,0.4);
	box-shadow: 0px 11px 29px -3px rgba(0,0,0,0.4);
}

.wrap-boxes .increasehight{
	height: 320px;
	background: #0078ff;
}

.wrap-boxes .flex-item-box h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #08254f;
}

.wrap-boxes .flex-item-box p{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #606466;
}

.wrap-boxes .flex-item-box-last h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.wrap-boxes .flex-item-box-last p{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

.sectionabout{
	
}

.aboutimg{
	
}

.aboutcontents{
	margin-top: 12.5%;
}

.sectiondo{
	text-align: center;
}

.sectiondo .box{
	border: 1px solid #254574;
	padding: 40px;
	min-height: 500px;
}

@media only screen and (max-width: 1399px) {

  .sectiondo .box{
	min-height: 600px;
}

}

@media only screen and (max-width: 1199px) {

  .sectiondo .box{
	min-height: 650px;
}

}

@media only screen and (max-width: 991px) {

  .sectiondo .box{
	min-height: 900px;
}

}

@media only screen and (max-width: 767px) {

  .sectiondo .box{
	min-height: inherit;
}

}

.sectiondo h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}

.sectiondo h3:before{
    content: "";
    position: absolute;
    width: 10%;
    height: 1px;
    top: 50px;
    left: 50%;
  	transform: translate(-50%);
    border-bottom: 1px solid #2080f9;
}

.sectiondo h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}

.sectiondo h4:before{
    content: "";
    position: absolute;
    width: 10%;
    height: 1px;
    top: 50px;
    left: 50%;
  	transform: translate(-50%);
    border-bottom: 1px solid #2080f9;
}

.sectiondo p{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 25px;
}

.map-responsive{
	overflow:hidden;
	position:relative;
	height:650px;
}

.map-responsive iframe{
	left:0;
	top:0;
	height:650px;
	width:100%;
	position:absolute;
}

.map-responsive .contactform{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

.map-responsive .contactform .box{
	width: 100%;
	min-height: 230px;
	background: rgba(255, 255, 255, 0.95);
	padding: 40px;
	border: 1px solid #ccc;
}

.map-responsive .contactform .details{
	margin-top: 15%;
}

#contact-form label{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.footer h5{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}

.footer ul {
    list-style-type: none;
    margin-left: -40px;
}

.footer ul li {
    margin-left: 0px;
    display: flex;
    align-items: center;
}

.footer ul li::before {
	font:normal normal normal 12px/1 FontAwesome;
    content: "\f00c";
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
	color: #fff;
}

.footer ul li a {
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #97a3b1;
	text-decoration: none;
}

.footer p {
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #97a3b1;
	text-decoration: none;
}

.footer a {
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.footer img {
    max-width: 100px;
}

.other-slide-wrapper{
	position: relative;
	width: 100%;
	height: 350px;
  background-image: url('../images/slider-1.jpg');
}

.other-slide-wrapper:before {
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.35);
}

.breadcrumb{
  padding: 40px 0px 30px 0px;
  color: #fff;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.aboutus .aboutimg{
  margin: 0;
  padding: 0;
}

.aboutus .aboutcontents{
  margin: 0;
  padding: 0;
}

.products h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #08254f;
	position: relative;
	margin-bottom: 30px;
  text-align: center;
}

.products h3:before{
    content: "";
    position: absolute;
    width: 10%;
    height: 1px;
    top: 50px;
    left: 50%;
  	transform: translate(-50%);
    border-bottom: 1px solid #2080f9;
}

.products p{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #08254f;
	line-height: 25px;
  text-align: center;
}

.products .contentbox .siteheading{
  font-size: 18px;
  font-weight: bolder;
}


/* Common elements */

.sectionbtmgap{
	margin-bottom: 80px;
}
.sectiontopgap{
	margin-top: 80px;
}
.sectionbtmgapading{
	padding-bottom: 80px;
}
.sectiontopgappading{
	padding-top: 80px;
}
.productgap{
	margin-bottom: 50px;
}
.graybg{
	background: #f4f5f9;
}
.bluebg{
	background: #08254f;
}
.dbluebg{
	background: #04132a;
}

.webbutton {
  background-color: #0078ff;
  color: #fff;
  border:2px solid #0078ff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
   -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.webbutton2 {
  background-color: #fff;
  color: #0078ff;
  border:2px solid #fff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
   -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}
.webbutton:hover {
  background-color: #fff;
  color: #0078ff;
 
}
.webbutton2:hover {
  background-color: #0078ff;
  color: #fff;
 
}

.siteheading{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #08254f;
}

.siteparagraph{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #606466;
}

a {
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #606466;
	text-decoration: none;
}


#topBtn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  cursor: pointer; 
  background-color: #0078ff;
  color: #fff;
  border:2px solid #0078ff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
   -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

#topBtn:hover {
  background-color: #fff; color: #0078ff;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #15191f;
  z-index: 99;
 }

#status {
  width: 900px;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -250px 0 0 -450px;
}


.img-hover-zoom {
  height: auto; 
  overflow: hidden; 
}

.img-hover-zoom img {
  transition: transform .5s ease;
}

.productbox:hover img {
  transform: scale(1.25);
}

.contentbox{
  padding: 40px 20px 20px 20px;
  background-color: #fff;
  -webkit-border-bottom-right-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-bottomright: 25px;
-moz-border-radius-bottomleft: 25px;
border-bottom-right-radius: 25px;
border-bottom-left-radius: 25px;
transition: transform .5s ease; 
}

.productbox:hover .contentbox{
  transform:translateY( -20px);
}


/* End Common elements */


/* End Web Layout */

/* Responsive Adjustments */

/* header */
@media only screen and (max-width: 767px) {

  header .header-top .logo {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100px;
    height: 100px;
  }

  }

  @media only screen and (max-width: 500px) {

    header .header-top .logo {
      position: absolute;
      top: 100px;
      left: 50px;
      width: 80px;
      height: 80px;
      display: none;
    }

    .flex-container {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content:flex-end;
    }

    .box-phone {
      position: relative;
      margin-right: 100px;
      margin-left: 50px;
      margin-top: 30px;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: normal;
      color: #fff;
    }

    .box-email{
      position: relative;
      margin-right: 0px;
      margin-left: 50px;
      margin-top: 30px;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: normal;
      color: #fff;
    }

    header .header-top{
      position: relative;
      width: 100%;
      height: 150px;
      margin-top: 25px;
    }

    header .header-bottom {
      position: relative;
      width: 100%;
      height: 65px;
      margin-top: 20px;
    }

    .logo-mobile{
      position: absolute;
      top:-10px;
      left:0px;
      display: block;
      width: 80px;
      height: 80px;;
    }

  }

  /* Slider */

  @media only screen and (max-width: 690px) {

    .slide-content h1 {
      font-family: 'Montserrat', sans-serif;
      text-align: center;
      color: #fff;
      font-size: 45px;
      font-weight: bold;
    }
  
    }

    /* Boxes */

    @media only screen and (max-width: 1400px) {

      .wrap-boxes{
        height: 350px;
      }

      .wrap-boxes .boxes {
        
      }

      .wrap-boxes .flex-item-box {
        height: 350px;
      }

      .wrap-boxes .flex-item-box-last {
        height: 400px;
      }

  }

  @media only screen and (max-width: 991px) {

    .wrap-boxes{
      position:static;
      width: 100%;
      height: auto;
      padding-top: 50px;
    }
    
    .wrap-boxes .boxes{
      position: static;
      top: 0px;
      left: 0px;
      width: 100%;
      height: auto;
      
    }

    .wrap-boxes .flex-item-box {
      height: auto;
      width: 100%;

    }

    .wrap-boxes .flex-item-box-last {
      height: auto;
      width: 100%;
    }

  .wrap-boxes .flex-boxes{
     flex-direction: column;
    
  }
}

/* contact */
 
@media only screen and (max-width: 767px) {

  .map-responsive {
    height: 1100px;
  }

  .map-responsive iframe {
    height: 1100px;
    }

}

/* Other slide wrapper */

@media only screen and (max-width: 500px) {

  .other-slide-wrapper {
    height: 400px;
    }

}

    



/* End Responsive Adjustments */


