
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200;300;400;500;600;700;800;900&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Source Sans 3', sans-serif;
}


.container{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0px 45px;
}

.padding0{
	padding: 0;
}

h1{
	font-size: 80px;
	line-height: 110%;
}

h2{
	font-size: 50px;
	line-height: 120%;
}

h3{
	font-size: 30px;
	line-height: 120%;
}

h4{
	font-size: 25px;
	line-height: 120%;
}

h5{
	font-size: 20px;
	line-height: 120%;
}

h6{
	font-size: 14px;
	line-height: 120%;
}

p{
	font-size: 24px;
	line-height: 140%;
}

.p2{
	font-size: 20px;
	line-height: 140%;
}

a{
	text-decoration: none;
}

.blue{
	color: #122C50;
}

.cyan{
	color: #05A2DD;
}

.grey{
	color: #808080;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}

.mt45{
	margin-top: 45px;
}

.wrapper{
	display: flex;
	flex-wrap: wrap;
}

.spaceBetween{
	justify-content: space-between;
}

.alignCenter{
	align-items: center;
}

.sidenav{
	display: none;
}

.openBtn{
	display: none;
}

.langLine{
	width: 100%;
	line-height: 30px;
	background-color: #122C50;
	display: flex;
	align-items: center;
}

.lngBox{
	display: flex;
	justify-content: space-between;
	width: 100px;
	margin-left: auto;
}

.lngBox a{
	color: #fff;
	font-size: 16px;
	transition: 0.25s;
}

.lngBox a:hover{
	color: #05A2DD;
}


nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}

.navItems{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*width: 560px;*/
}

.navItem{
	color: #808080;
	font-size: 16px;
	transition: 0.25s;
	margin: 0 15px;
}

.navItem:hover{
	color: #122C50;
}

.active{
	font-weight: bold;
	color: #122C50;
}

.callBnt, .sendBtn{
	outline: none;
	border: none;
	padding: 10px 20px;
	border-radius: 3px;
	background-color: #F68B38;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.25s;
}

.callBnt img{
	margin-right: 5px;
}

.callBnt:hover{
	background-color: #05A2DD;
}

.sendBtn:hover{
	background-color: #05A2DD;
}

.mainSection{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
}

.mainSection h1{
	text-transform: uppercase;
	color: #122C50;
	max-width: 550px;
}

.mainSection p{
	color: #808080;
	max-width: 330px;
	text-align: right;
}

.mainImg{
	border-radius: 10px;
	margin-top: 30px;
}

.aboutSection{
	margin-top: 60px;
	min-height: 660px;
	position: relative;
}

.aboutBg{
	position: absolute;
	top: 0;
	right: 80px;
	z-index: -1;
}

.pattern{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}

.aboutTextBox{
	max-width: 500px;
	margin-top: 20px;
}

.aboutImg{
	display: flex;
	flex-direction: column;
}

.aboutImgBox{
	margin-top: 80px;
}

.aboutImgBox img{
	border-radius: 5px;
	margin: 15px;
}

.prodsSection{
	padding-top: 90px;
	padding-bottom: 80px;
	background: linear-gradient(0deg, rgba(241, 246, 253, 0) -13.75%, #F1F6FD 41.35%, #FFFFFF 100%);
}

.prodsSection h2, .prodsSection p{
	text-align: center;
	max-width: 475px;
	margin: auto;
}

.prodsSection p:last-child{
	max-width: 870px;
	margin-top: 70px;
}

.card{
	width: 350px;
	margin-top: 50px;
}

.cardHead{
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
}

.cardHead img{
	position: absolute;
	top: 0;
	width: 100%;
}

.cardBody h4{
	margin-top: 25px;
}

.featuresSection{
	margin-top: 90px;
}

.card2{
	width: 336px;
    height: 340px;
	background: #FFFFFF;
    padding-top: 40px;
	padding-left: 40px;
	padding-right: 20px;
	/*margin-left: 20px;*/
	border-style: solid;
	border-width: 1px;
    border-image: linear-gradient(to top, rgba(94, 94, 94, 0.2), rgba(185, 185, 185, 0.13)) 1;
    border-radius: 10px;
}

.shadow{
	box-shadow: 0px 26px 49px rgba(146, 165, 184, 0.14);
}

.cardHead2{
	display: flex;
	align-items: center;
}

.cardHead2 img{
	margin-right: 10px;
}

.cardBody2{
	margin-top: 35px;
}

.cardBody2 p{
	font-size: 16px;
	font-weight: 500;
	margin-top: 25px;
	line-height: 26px;
}

.featuresBox{
	max-width: 365px;
}

.featuresText{
	max-width: 870px;
	margin: auto;
	text-align: center;
	margin-top: 80px;
}

/* GALLERY IMAGES */


  /* .gallery .image{
	padding: 7px;
	width: calc(100% / 3);
  }
  .gallery .image span{
	display: flex;
	width: 100%;
	overflow: hidden;
  } */
  .gallery .image img{
	width: 100%;
	vertical-align: middle;
	transition: all 0.3s ease;
  }
  .gallery .image:hover img{
	transform: scale(1.1);
  }
  
  .preview-box{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.9);
	background: #fff;
	max-width: 700px;
	width: 100%;
	z-index: 5;
	opacity: 0;
	pointer-events: none;
	border-radius: 3px;
	padding: 0 5px 5px 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  }
  .preview-box.show{
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
	transition: all 0.3s ease;
  }
  .preview-box .details{
	display: flex;
	align-items: center;
	padding: 12px 15px 12px 10px;
	justify-content: space-between;
  }
  .preview-box .details .title{
	display: flex;
	font-size: 18px;
	font-weight: 400;
  }
  .details .title p{
	margin: 0 5px;
  }
  .details .title p.current-img{
	font-weight: 500;
  }
  .details .icon{
	color: #007bff;
	font-size: 20px;
	cursor: pointer;
  }
  .preview-box .image-box{
	display: flex;
	width: 100%;
	position: relative;
  }
  .image-box .slide{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	height: 50px;
	width: 60px;
	line-height: 50px;
	text-align: center;
	border-radius: 3px;
  }
  .slide.prev{
	left: 0px;
  }
  .slide.next{
	right: 0px;
  }
  .image-box img{
	width: 100%;
	border-radius: 0 0 3px 3px;
  }
  .shadow{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	display: none;
	background: rgba(0,0,0,0.45);
  }
  
  @media(max-width: 1000px){
	.gallery .image{
	  width: calc(100% / 2);
	}
  }
  @media(max-width: 600px){
	.gallery .image{
	  width: 100%;
	  padding: 4px;
	}
  }
/* GAllery IMAGES END */

.gallerySection{
	margin-top: 120px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.galleryBg{
	position: absolute;
	right: -50px;
	top: 0;
}

.bigImg{
	width: 400px;
	height: 615px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 150px;
}

.bigImg img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}

.imgBox{
	margin-top: 150px;
}

.smallImg{
	width: 340px;
	height: 300px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 15px;
	cursor: pointer;
}

.smallImgBox{
	width: 695px;
	height: 300px;
	margin-top: 15px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 5px;
	margin-left: 15px;
}

.smallImgBox img{
	position: absolute;
	width: 100%;
	bottom: 0;
	cursor: pointer;
}

.loadBtn{
	background-color: transparent;
	border-radius: 3px;
	border: 2px solid #F68B38;
	width: 200px;
    height: 50px;
    font-weight: bold;
    font-size: 18px;
    font-family: Source Sans 3;
    line-height: 100%;
    color: #F68B38;
    margin-top: 50px;
    cursor: pointer;
}


footer{
	background-color: #122C50;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 120px;
	color: #fff;
}

footer img{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.contactInfo{
	max-width: 455px;
	z-index: 1;
}

form{
	z-index: 1;
	max-width: 400px;
	width: 100%;
}

input{
	width: 100%;
	background-color: #122C50;
	border-radius: 3px;
	border: 1px solid #fff;
	padding: 10px 15px;
	margin: 7.5px 0;
	color: #fff;
}

input[type=tel]{
	max-width: 195px;
}

input[type=mail]{
	max-width: 195px;
}

textarea{
	width: 100%;
	height: 100px;
	color: #fff;
	background-color: #122C50;
	border-radius: 3px;
	border: 1px solid #fff;
	padding: 10px 15px;
	margin: 7.5px 0;
}

::placeholder{
	color: #fff;
}

button{
	cursor: pointer;
}

.footerSection{
	background-color: #122C50;
	padding-top: 50px;
	color: #fff;
}

.mw50{
	width: calc(100% / 2 - 20px);
}

.mw395{
	max-width: 395px;
}

.footerSection a{
	text-decoration: none;
	color: #fff;
}

.mw195{
	max-width: 155px;
}

.mb10{
	margin-bottom: 10px;
}

.box{
	width: 100%;
	background-color: #071D3A;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	margin-top: 60px;
}

.box p{
	font-size: 15px;
}


#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
  }
  
  /* Caption of Modal Image */
  #caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
	.modal-content {
	  width: 100%;
	}
  }