﻿

.section-one #slideshow {
    position: relative;
    width: 100%;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); */
    overflow: hidden;
}

.section-one #slideshow > .image-wrap {
    position: relative;
    width: 100%;
}
.section-one img{
    
}
.section-one p{
    position: absolute;
    z-index: 9;
    font-size: 35px;
    color: white;
    top: 0;
    transform: translate(10%, 50%);
    bottom: 0;
    font-weight: bold;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .section-one #slideshow {
        height: 200px;
    }
    .section-three .col-lg-4{
        padding-bottom: 20px;
    }
    .section-three .col-lg-4:nth-child(3){
        padding-bottom: 0 !important;
    }
}

@media (min-width: 341px) and (max-width: 575.98px) { 
    .section-one #slideshow {
        height: 200px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .section-one #slideshow {
        height: 200px;
    }
    .section-three .col-lg-4:nth-child(3){
        padding-bottom: 0 !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .section-one #slideshow {
        height: 200px;
    }
    .section-three .col-lg-4:nth-child(2) h2, .section-three .col-lg-4:nth-child(2) table{
        margin-left: 10px;
    }
    .section-contact .col-lg-6:nth-child(2) div, .section-contact .col-lg-6:nth-child(2) div iframe {
        width: 100%;
        height: 100%;
    }
    .section-contact .col-lg-6:nth-child(2) div{
        padding-bottom: 1rem;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .section-one #slideshow {
        height: 200px;
    }
    .section-contact .col-lg-6:nth-child(2) div, .section-contact .col-lg-6:nth-child(2) div iframe {
        width: 100%;
        height: 100%;
    }
    .section-contact .col-lg-6:nth-child(2) div{
        padding-bottom: 1rem;
    }
}

@media (min-width: 1200px){
    .section-contact .col-lg-6:nth-child(2) div, .section-contact .col-lg-6:nth-child(2) div iframe {
        width: 100%;
        height: 100%;
    }
    .section-contact .col-lg-6:nth-child(2) div{
        padding-bottom: 1rem;
    }
}

.sec-1{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sec-1 img{
    width: 100%;
    /* margin-top: 15px; */
}
.sec-1 h2{
    font-size: 30px;
    font-family: 'Ubuntu', sans-serif;
    color: black;
}
.sec-1 h2 b{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.sec-1 h3{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #FF0000;
}
.sec-1 .content p{
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif;
    color: black !important;
    margin-top: 10px;
    text-align: justify;
}
.sec-1 .content p b{
    color: #FF0000;
}

@media (min-width: 992px){
    .sec-1 .content{
        border-left: 1px solid #eee;
        padding-left: 50px;
    }
    .sec-1 .img-hold{
        text-align: left;
    }
}

@media (max-width: 991.98px){
    .sec-1 .content{
        margin-top: 5px;
    }
    .sec-1 h2{
        text-align: center;
    }
    .sec-1 .img-hold{
        text-align: center;
        padding-bottom: 15px;
    }
}

.photo-section .row{
	padding: 0 !important;
	margin: 0 !important;
}
.photo-section .container-fuild{
	padding: 0 !important;
	margin: 0 !important;
}
.photo-section .img-responsive1{
  display: block;
  max-width: 100%;
  height: auto;
}
.photo-section .box{
	position: relative;
	height: 100%;
	width: 100%;
}
.photo-section .box img{
	margin: 0 auto;
  	object-fit: cover;
	cursor: pointer;
	transition: 0.5s all ease;
}
.photo-section .col-lg-3{
	padding: 0 !important;
}
.sec-2{
    width: 100%;
    height: 100%;
    position: relative;
    /*padding-top: 60px;
    padding-bottom: 60px;*/
    background-color: white;
    border: 1px solid #eee;
}
.sec-2::before {    
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-image: url(../img/tile4020.png);
    background-repeat: repeat;
    opacity: 0.12;
    top: 0;
    bottom: 0;
}
.sec-2 .col-lg-6{
    padding-right: 0;
    padding-left: 0;
    /* border: 1px solid #eee; */
}
.sec-2 h2{
    font-size: 30px;
    font-family: 'Ubuntu', sans-serif;
    color: black;
    text-align: center;
}
@import url(//codepen.io/chrisdothtml/pen/ojLzJK.css);

.tiles .tile {
    width: 100%;
    display: inline-block;
    /*margin: 10px;*/
    text-align: left;
    opacity: 0.99;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.tiles .tile:before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    height: 50%;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tiles .tile img {
    display: block;
    max-width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.tiles .tile .details {
    font-size: 16px;
    padding: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.tiles .tile .details span {
    font-family: 'Poppins', sans-serif;
    display: block;
    opacity: 0;
    position: relative;
    top: 100px;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.tiles .tile .details .title {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}
.tiles .tile .details .info {
    line-height: 1.2;
    margin-top: 5px;
    font-size: 12px;
}
.tiles:hover {
    background-size: 125%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tiles .tile:focus:before,
.tiles .tile:focus span, .tiles .tile:hover:before,
.tiles .tile:hover span {
    opacity: 1;
}
.tiles .tile:focus:before, .tiles .tile:hover:before {
    top: 50%;
}
.tiles .tile:focus span, .tiles .tile:hover span {
    top: 0;
}
.tiles .tile:focus .title, .tiles .tile:hover .title {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.tiles .tile:focus .info, .tiles .tile:hover .info {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.tile h3{
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 10;
    font-family: 'Ubuntu', sans-serif;
}
.tiles-bl .title-content{
    display: flex;
}
.tiles-bl h3{
    font-weight: bold;
    text-align: left;
    color: black;
    z-index: 10;
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
}
.tiles-bl p{
    text-align: left;
    color: black;
    z-index: 10;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.tiles-bl{
    padding: 20px;
}
.tiles .overlay-1{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
.tiles .overlay-2{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,0,0,0.5);
}

@media (min-width: 992px){
    .tiles{
        height: 300px;
        background-size: cover;
    }
    .tiles-bl{
        height: 200px;
    }
    .tiles .tile {
        height: 300px;
    }
    .tile h3{
        font-size: 50px;
    }
    .tiles-bl .title-content img{
        margin-top: -4px;
        margin-left: 10px;
        display: block;
    }
}

@media (max-width: 991.58px){
    .tiles{
        height: 300px;
        background-size: cover;
    }
    .tiles-bl{
        height: 100%;
    }
    .tiles .tile {
        height: 300px;
    }
    .tile h3{
        font-size: 35px;
    }
    .tiles-bl .title-content img{
        display: none
    }
}

.section-contact{
    background-color: white;
	padding-bottom: 50px;
	padding-top: 50px;
}
.section-contact h2{
	font-size: 17px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	margin-top: 5px;
}
.section-contact p{
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	padding-top: 0px;
	margin-top: -2px;
}
.section-contact label{
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
}
    .section-contact .btn {
        color: white !important;
        border-radius: .25rem !important;
        font-family: 'Poppins', sans-serif;
        width: 100%;
        background: linear-gradient(to right, #003C8F 0%, #1E6FC4 70%, #3AA1DF 98%) !important;
    }
.section-contact textarea{
	resize: none;
}

.section-three{
	padding-bottom: 40px;
    padding-top: 40px;
	background-color: white;
    border-top: 2px solid #F4F2FC;
}
.section-three h2{
	font-size: 17px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}
.section-three p{
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}
.section-three table tr td{
	border: 0px;
}
.section-three img{
	width: 100%;
}
.section-three table{
    margin-bottom: 0 !important;
}
.about-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0,0,0,0.4);
	z-index: 9;
}
.section-three .table td {
    padding: 0 !important;
    padding-top: 8px !important;
}
.section-three .table td i{
    margin-right: 8px !important;
}
.section-three .table td p{
    margin-block-end: 0 !important;
}
