@import url('https://fonts.googleapis.com/css?family=Assistant:400,600,700&display=swap');


body {
    font-family:'Assistant';
    font-size:100%;
    margin:0;
    padding:0;
    vertical-align:middle;
   color:#fff;
   overflow-x:hidden;
}


input,select {
		font-family:'Assistant' !important;
}

.top .fas {
    color:#eeb13e;
    margin-left: 8px;
}


.top .inner-bg {
    background-image:url("images/top_bg.png");
    height:270px;
    background-size: cover;
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    z-index:2;
}




ul {

    list-style-type:none;
    padding:0;
    margin:0;
}


.middle-text , .contact_form {
    margin-top:50px;
    margin:0 auto;
    
}

.contact_form {
    text-align:center;
}


.contact_form .contact {
    display:flex;
    flex-direction:column;
    width: 100%;
    overflow: hidden;
}
.contact_form span {
    font-size:30px;
  
}

.contact_form .contact input[type="text"] , .contact_form .contact select {
    width: 100%;
    background: none;
    border-top: 0px;
    color: #ac853b;
    padding: 10px 0;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #ac853b;
    outline: none;
    margin-bottom: 15px;
}

.contact_form .submit-btn {
    margin-top: 20px;
}

.checkbox {
    display:flex;
    flex-direction:row-reverse;
    justify-content: flex-end;
    align-items:center;
    margin-top:15px;
}


.container {
    display: block;
    position: relative;
    padding-left: 21px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color:transparent;
    border:1px solid #ac853b;
    border-radius:50px;

  }

  .container:hover input ~ .checkmark {
    background-color:transparent;
    border:1px solid #ac853b;
  
  }
  
 


  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    background-color:#ac853b;
      width:7px;
      height:7px;
      vertical-align:middle;
      position:relative;
      top:4.5px;
      text-align:center;
      margin:0 auto;
      border-radius:50px;
  }

.checkbox .innerText {
    padding-right:5px;
    font-size:20px;
}

input[type="checkbox"] {
    margin:0;
   
}

.contact_form .contact input::placeholder ,.contact_form .contact select{
   color:#ac853b;
   font-size:18px;

}

.contact_form .contact select {
    width:100%;
}

.contact_form .inner_form {
    border-radius: 67px;
    box-shadow: 0.7px 3.9px 40px 0 rgba(0, 0, 0, 0.1);
    border: solid 3px #aa833a;
    background: rgba(0, 0, 0, 0.16);
    padding: 30px 50px;
}
.contact_form .sub-title {
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5px;
	line-height:35px;
}
.contact_form input[type="submit"] {
    background:#aa833a;
    color:#fff;
    padding:10px;
    font-size:20px;
    border-radius:50px;
    border:0px;
    width:250px;
    margin-top:15px;
    align-self:center;
}

.contact_form .title {
    font-size:36px;
    padding-bottom:5px;
    color:#ac853b;
    font-weight:bold;
    margin-bottom: 12px;
	line-height:35px;
}

.middle-text .title {
    font-size:60px;
    padding-bottom:5px;
    color:#ac853b;
    font-weight:bold;
    margin-bottom: 16px;
}
.middle-text span {
    font-size:30px;
    font-weight:600;
    margin-bottom: 20px;
    display: block;
}
.middle-text ul {
    margin-top:15px;
}
.middle-text ul li {
    font-size:24px;
    padding-bottom: 15px;
}


.middle-text :nth-child(7) {
    margin-top:35px;
}


.middle-text a .fas {
    font-size:30px;
}


.gallery {
    max-width:900px;
    margin:0 auto;
    margin-top: -70px;
    margin-bottom: 50px;
	position:relative;
}

.slick-prev:before, .slick-next:before {
    color:#000 !important;
    font-size:30px !important;
    
}

[dir='rtl'] .slick-prev {
    right:-35px !important;
}

.gallery .gallery-title {
    font-size:40px;
    color:#ac853b;
    font-weight:Bold;
    text-align:center;
    margin-bottom: 40px;
}
.gallery .galleryContainer {
    margin:0 auto;
    text-align: center;
}
.bxslider li{
    /* display: flex; */
    justify-content: center;
}
.top .content {
    display:flex;
    align-items:flex-start;
    justify-content: space-between;
    position:absolute;
    right:0;
    left:0;
    bottom:0;
    z-index:3;
}


.top {
    height: 90%;
    background:#0a0909;
    width:100%;
    position:relative;
}

.girl img {
    margin-bottom: -4px;
}

footer {
    width:100%;
    background:#f5f5f5;
    height:45px;
}


.gallery {
    position:relative;
}

.credit {
    width:50px;
    padding-top:10px;
    margin-left:35px;
    float:left;
}
.credit img {
    vertical-align:middle;
    width:80px;
    
}

.arrow {
    color:#dfdede;
    font-size:2.2em;
    cursor:pointer;
}

.right {
    position:absolute;
    right:-45px;
    top:40%;
}

.left{
    position:absolute;
    left:-45px;
    top:40%;
}

.bg_overlay {
    margin-left: 160px;
    flex: 40%;
}
.middle-text {
    flex: 60%;
    padding-top: 30px;
    padding-right: 52px;
}



input[type="submit"],a {
	outline:none;
	cursor:pointer;
}

.middle-text a.mobile-btn {
    border:2px solid #eeb13e;
    padding: 10px 35px 10px 35px;
    border-radius:50px;
    text-decoration:None;
    color: #eeb13e;
    font-size: 40px;
    font-weight: bold;
	cursor:pointer;
}

@media only screen and (max-width: 1600px){
    .top {
        height: 100%;
    }
    .content .girl {
        bottom: 0;
        position: absolute;
    }
    .content .girl img {
        margin-bottom: -46px;
        width: 266px;
    }
    .bg_overlay {
        margin-left: 98px;
    }
    .contact_form .sub-title {
        font-size: 18px;
		
	}
    .contact_form .title {
        font-size: 28px;
    }
    .contact_form .inner_form {
        border-radius: 52px;
        padding: 16px 40px;
    }
    .logo {
        margin-bottom: 16px;
        width: 225px;
    }
    .contact_form .submit-btn {
        margin-top: 5px;
    }
    .contact_form .sub-title {
        margin-top: 0;
    }
    .middle-text {
        flex: 50%;
        padding-right: 300px;
    }
    .middle-text .title {
        font-size: 42px; 
    }
    .middle-text span {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .middle-text ul li {
        font-size: 18px;
    }
    .top .content {
        margin-bottom: 42px
    }
    .gallery {
        margin-top: 30px;
    }
}

@media(min-width:1025px) {
    .desktophidden {
        display:None;
    }

    html,body,main {
        height:100%;
    
    }
    
}


@media(min-width:1000px) and (max-width:1250px) {

    .contact_form .title {
        font-size:25px;
    }

    .contact_form span {
        font-size:25px;
    }
}


@media(max-width:1024px) {
    .bg_overlay {
        visibility:hidden;
        transform:scale(0);
        opacity:0;
        transition: all 0.3s;
        position:fixed;
        background:rgba(0,0,0,0.8);
        height:100%;
        width:100%;
        top:0;
        right:0;
        left:0;
        z-index:4;
    }

    .contact_form {
        position:absolute;
        right:0;
        left:0;
        margin:15px;
        z-index:99;
    }

    .closePopup {
        position:absolute;
        top:0;
        right:0;
        background:none;
        border:0;
        color:#fff;
        font-size:24px;
        font-weight:bold;
    }

}

@media(min-width:768px) and (max-width:1024px) {
    .checks li {
        margin: 10px;
        font-size: 42px;
        display: flex;
    }
	.leftside img {
		width:80%;
	}
	
	.callus , .consultation {
		
		width:50%;
		margin:2px;
		box-shadow: 14px 2px 25px 2px rgba(0,0,0,0.5);

	}

	
	.callus {
		margin-left:15px;
	}
	.consultation {
		
		margin-right:15px;
	}
	
	
	.leftside img {
		
		margin-right:50px;
		margin-bottom:25px;
	}

    .pointer img {
        position: absolute;
        left: 0;
        bottom: -63px;
        right: 0;
        margin: 0 auto;
        width: 68px;
    }


    .middle-mobile {
        background-image:url("images/mobilebg.png");
        background-size:cover;
        background-position:50% 50%;
    }
    .top_mobile {
       
        display:flex;
        flex-direction:row-reverse;
        position:relative;
        align-items: flex-start;
        
    }

    .top {
        height: fit-content;
    }
    
    .top_mobile img {
        z-index:998;
		
    }
    
    .buttons {
        display:flex;
        flex-direction:row-reverse;
        justify-content: center;
        position:absolute;
        bottom:5px;
        left:0;
        right:0;
        margin:0 auto;
        text-align:Center;
       
    }

    .content {
        position:relative !important;
    }

	
	.buttons .fas {
		font-size:4vw;
	}
	
	.callus .fas {
		color: #aa833a;
	}
    .leftside {
        margin-top:50px;
        padding-left:15px;
    }
    .callus , .consultation {

        padding:10px 30px 10px 30px;
        text-decoration:None;
        font-size:1.0em;
        font-weight:bold;
     
    }
    
    .consultation {
       
        color:#fff;
        background:#aa833a;
        border-radius:0px 50px 50px 0px;

    }


    .consultation .fas {
        color:#fff;
    }
    .callus {

        border-radius:50px 0px 0px 50px;
        background:#fff;
        color:#aa833a;
    }

    .gallery {
        padding:0px 50px 25px 50px;
        margin-top:30px;
    }

    .left {
        position: absolute;
        left: 10px;
        top: 25%;
    }



    .right {
        position: absolute;
        right: 10px;
        top: 25%;
    }
    .contact_form .title , .contact_form span {
        font-size:20px;
		
    }



    .contact_form .inner_form {
        background:#000;
        padding:15px;
    }
    .inner-bg {

        background-image:url("images/mobilebg.png");
        height:396px;
        background-size: cover;
        position:absolute;
        bottom:0;
        right:0;
        left:0;
        z-index:2;
    }
    
    .top_mobile .title {
        padding-bottom:5px;
        color:#ac853b;
        font-weight:bold;
        font-size:8vw;
		line-height:65px;
    }

    .gallery .title {
        font-size:5vw;
        margin-top:15px;
    }

    .mobilehidden {
        display:none;
    }

    .top_mobile span {
        font-size:5vw;
    }


	
	
}

@media(max-width:767px) {
    img {
        max-width:100%;
    }
	
	.leftside img {
		
		max-width:70%;
		margin-right:40px;
	}
	
	.leftside {
		
		height:254px;
	}
	
	
	.top .fas {
		color: #aa833a;
	}
	
    .pointer img {
        width: 68px;
    }
    .top {
        height: fit-content;
        position: relative;
    }
    .pointer {
        position: absolute;
        left: 0;
        bottom: -68px;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .middle-mobile {
        background-image:url("images/mobilebg.png");
        background-size:cover;
        background-position:50% 50%;
    }
    .top_mobile {
       
        display:flex;
        flex-direction:row-reverse;
        position:relative;
        align-items: flex-start;
        
    }

    .top {
        height: fit-content;
    }
    
    .top_mobile img {
        z-index:998;
    }
    
	.top_mobile .rightside {
				margin-right:-33px;
	}
	
	
    .buttons {
        display:flex;
        flex-direction:row-reverse;
        justify-content: center;
        position:absolute;
        bottom:14px;
        left:0;
        right:0;
        margin:0 auto;
        text-align:Center;
       
    }

    .content {
        position:relative !important;
    }


    .leftside {
        margin-top:25px;
    }
    .callus , .consultation {

        padding:10px 0px 10px 0px;
		width:50%;
        text-decoration:None;
        font-size:1.0em;
        font-weight:bold;
		box-shadow:14px 2px 25px 2px rgba(0,0,0,0.5);
      
    }
    
    .consultation {
       
        color:#fff;
        background:#aa833a;
        border-radius:0px 50px 50px 0px;
		margin-right:8px !important;

    }


    .checks li {
        margin:10px;
        font-size:19px;
        display:flex;
    }

    .consultation .fas {
        color:#fff;
    }
    .callus {

        border-radius:50px 0px 0px 50px;
        background:#fff;
        color:#aa833a;
		margin-left:8px !important;
    }

    .gallery {
        padding:0px 50px 25px 50px;
        margin-top:30px;
    }

    .left {
        position: absolute;
        left: 10px;
        top: 25%;
    }



    .right {
        position: absolute;
        right: 10px;
        top: 25%;
    }
    .contact_form .title , .contact_form span {
        font-size:20px;
		line-height:20px;
    }
	
	.contact_form .sub-title {
		margin-bottom:5px;
		line-height:20px;
	}

    .contact_form .inner_form {
        background:#060505;
        padding:15px;
    }
    .inner-bg {

        background-image:url("images/mobilebg.png");
        height:396px;
        background-size: cover;
        position:absolute;
        bottom:0;
        right:0;
        left:0;
        z-index:2;
    }
    
    .top_mobile .title {
        padding-bottom:5px;
        color:#ac853b;
        font-weight:bold;
    }

    .gallery .title {
        font-size:23px;
        margin-top:15px;
    }

    .mobilehidden {
        display:none;
    }

    .top_mobile span {
        font-size:5vw;
    }

}



@media(min-width:300px) and (max-width:767px) {

    .top_mobile span {
        font-size: 4.5vw;
    }

    .top_mobile .title {
        font-size:6vw;
       
    }
    .leftside span {
        font-size:5vw;
    }
    .gallery .gallery-title {
        font-size: 24px;
    }

}
@media(max-width:415px) {
   
    .top_mobile .title {
        font-size: 10vw;
        font-weight: 900;
        line-height: 40px;
		padding-left:30px;
       
    }

    .callus, .consultation {
        margin: 2px;
    }
    .leftside span {
        font-size: 5vw;
        font-weight: 500;
		margin-left:70px;
    }

    .top_mobile img {
        margin-bottom: 16px;
    }
    .gallery {
        padding: 0px 10px 25px 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .gallery .gallery-title {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .bx-wrapper img {
        max-width: 75% !important;
        margin-right: 12% !important;
    }
    .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
        background-size: 15px 25px !important;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 32px;
        height: 32px;
    }
    .bx-wrapper .bx-next {
        background-position: top right !important;
    }
}

/* Add new css */
.logo {
    margin-bottom: 25px;
}



.galleryfull {
	
	background:#fff;
	width:100%;
}

.point-desktop {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
}