*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}


.section-1{
    width: 100%;
	position: absolute;
	z-index: 99;
}
.sec-1{
    display: flex;
    align-items: center;
	justify-content: center;
    width: 100%;
    margin: auto;
}
.sec-1-col-left{
    flex: 0 60%;
}
.sec-1-col-left h1{
    margin-left: 50px;
    color: #fff;
    font-size: 20px;
}
.sec-1-col-left p{
    margin-left: 50px;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    margin-top: 10px;
	margin-bottom: 30px;
}

.sec-1-col-right h1{
    color: #fff;
    font-size: 35px;
    margin-right: 150px;
	text-align: right;
	margin-top: -5px;
	
	
}
.sec-1-col-right h2{
    color: #fff;
    font-size: 20px;
    margin-right: 150px;
	text-align: right;
	margin-top: -20px;
}



.sec-1-col-right h3{
	margin-top: 25px;
	color: #fff;
	text-align: right;
	margin-right: 150px;
	font-size: 25px;
}

.sec-1-col-right p{
	color: #fff;
	text-align: right;
	margin-right: 150px;
	font-size: 18px;
	margin-bottom: 10px;
}









  
  .slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
  }
  .slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .slideshow .slide.is-active {
    display: block;
  }
  .slideshow .slide.is-loaded {
    opacity: 1;
  }
  .slideshow .slide .caption {
    padding: 0 100px;
  }
  .slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
  }
  .slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    text-transform: uppercase;
    font-size: 70PX;
  }
  .slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
  }
  .slideshow .slide .btn {
    margin: 15px 0 0;
    border-color: #fff;
  }
  .slideshow .slide .btn::before {
    background: #fff;
  }
  .slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
  }
  .slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
  }
  .slideshow .pagination .item + .page {
    margin-left: -2px;
  }
  .slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
  }
  .slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
  }
  .slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
    background-color: #fff;
  }
  .slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
  }
  .slideshow .arrows .prev {
    left: 30px;
  }
  .slideshow .arrows .prev:hover .svg {
    left: -10px;
  }
  .slideshow .arrows .next {
    right: 30px;
  }
  .slideshow .arrows .next:hover .svg {
    left: 10px;
  }
  .slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
  }



  .sec-2{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #4d4848;
  }

  .section-3{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sec-3{
    position: relative;
  }

  .sec-3 img{
    display: flex;
    width: 250px;
    height: 200px;
  }
  .sec-3-content{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.6s;
  }
  .sec-3-content:hover{
    opacity: 1;
  }
  .sec-3-content h4{
    color: #fff;
    font-size: 20px;
  }



  .container{
    width: 80%;
    margin: 50px auto;
    
}
.contact-box{
    background: #a6a1a1;
    display: flex;
}.contact-left{
    flex-basis: 60%;
    padding: 40px 60px;
}
.contact-left h3{
    font-weight: 600;
    margin-bottom: 30px;
    color: red;
    font-size: 30px;
}
.contact-right{
    flex-basis: 40%;
    padding: 40px;
    background: red;
    color: #fff;
}
.contact-right p{
    line-height: 1.5;
    margin-top: 50px;
	font-size: 20px;
}
h1{
    margin-bottom: 10px;
}
.container p{
    margin-bottom: 40px;
}
.input-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.input-row .input-group{
    flex-basis: 45%;
}
input, select{
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding-bottom: 5px;
	
}
textarea{
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
}
label{
    margin-bottom: 6px;
    display: block;
    color: #000;
}
button{
    background: red;
    width: 200px;
    border: none;
    outline: none;
    color: #fff;
    height: 35px;
    border-radius: 30px;
    margin-top: 50px;
    box-shadow: 0px 5px 15px 0px rgba(28, 0, 181, 0.3);

}

.contact-right h3{
    font-weight: 600;
    margin-bottom: 30px;
    
}

tr td:first-child{
    padding-right: 20px;
}

tr td{
    padding-top: 20px;
}

.footer{
    background-color: #4d4848;
}
.sec-4{
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    padding-bottom: 30px;
}
.sec-4-col-left{
    flex: 0 70%;
}
.sec-4-col-left h1{
    padding-top: 50px;
    padding-left: 150px;
    color: #fff;
}
.sec-4-col-left p{
    padding-left: 150px;
    color: #fff;
    margin-top: 5px;
}
.sec-4-col-right i{
    font-size: 30px;
    padding-left: 10px;
}


@media (max-width: 767px){
	.section-1{
    width: 100%;
}
	.sec-1-col-left h1{
		font-size: 15px;
	}
	.sec-1-col-right h1{
		font-size: 15px;
	}
	  .section-3{
         display: block;
  }
	.sec-3 img{
		display: block;
		margin: auto;
		width: 250px;
	}
	.contact-box{
    display: block;
	}
	
	
	
	.container{
    width: 100%;
  
    
}
	.sec-4{
		display: block;
	}
	.sec-4-col-right i{
    margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
	.sec-4-col-left h1{
		text-align: center;
		margin-left: -150px;
	}
	.sec-4-col-left p{
    margin-left: -150px;
	text-align: center;
    color: #fff;
   
}
	.input-row{
    display: block;
    
}
	label{
    margin-top: 20px;
}
	 .slideshow .slide .title {
   
    text-transform: uppercase;
    font-size: 30PX;
  }
	
		
}

  
  
  


