/* Dinso - Capital  */

/*********** TABLE OF CONTENTS **************
1. Fonts
2. Reset
3. Global
4. Main Header / Two
5. Sticky Header
6. Mobile Menu
7. Page Title Style
8. Section Title
9. Banner Section / Two
10. About Section / Two
11. About Page Section
12. Intro Section
13. Fun Fact Section
14. Room Section
15. why Choose us
16. Features Section
17. Call To Action
18. Floor Section
19. Property Section
20. News Section / Two
21. News Detail
22. Gallery Section / Two
23. Gallery Page Section
24. Apartments Section
25. Apartment Detail
26. Newsletter Section
27. Team Section
28. Team Single
29. FAQ's Section
30. Fluid Section One
31. Contact Section
32. Contact Map Section
33. Contact Section
34. Main Footer
35. Sidebar Page Container
36. Comment Area
37. Comment Form
**********************************************/

/*** 

====================================================================
			Fonts
====================================================================

 ***/



 /*
	 font-family: 'Cairo', sans-serif;
 */
 
 @import url('fontawesome-2.css');
 @import url('fontawesome-all.css');
 @import url('animate.css');
 @import url('flaticon.css');
 @import url('owl.css');
 @import url('jquery-ui.css');
 @import url('jquery.fancybox.min.css');
 @import url('scrollbar.css');
 
 /*** 
 
 ====================================================================
	 Reset
 ====================================================================
 
  ***/
 
 *{
	 margin:0px;
	 padding:0px;
	 border:none;
	 outline:none;
	 font-size: 100%;
	 line-height: inherit;
 }
 
 /*** 
 
 ====================================================================
	 Global Settings
 ====================================================================
 
  ***/
 
 body {
	 font-size:14px;
	 color:#787878;
	 line-height:1.6em;
	 font-weight:400;
	 background:#ffffff;
	 direction: rtl;
	 -webkit-font-smoothing: antialiased;
	 -moz-font-smoothing: antialiased;
	 font-family: 'Cairo', sans-serif;
	 overflow-x: hidden;
	}
 
 a{
	 text-decoration:none;
	 cursor:pointer;
	 color:#F08322;
 }
 
 a:hover,
 a:focus,
 a:visited{
	 text-decoration:none;
	 outline:none;
 }
 
 h1,h2,h3,h4,h5,h6 {
	 position:relative;
	 font-weight:normal;
	 margin:0px;
	 background:none;
	 line-height:1.2em;
	 font-family: 'Cairo', sans-serif;
 }
 
 textarea{
	 overflow:hidden;	
 }
 
 button{
	 outline: none !important;
	 cursor: pointer;
 }
 
 p,.text{
	 font-size: 18px;
	 line-height: 34px;
	 font-weight: 400;
	 color: #6c6d70;
	 margin: 0;
 }
 
 ::-webkit-input-placeholder{color: inherit;}
 ::-moz-input-placeholder{color: inherit;}
 ::-ms-input-placeholder{color: inherit;}
 
 .page-wrapper{
	 position:relative;
	 margin:0 auto;
	 width:100%;
	 min-width:300px;
	 z-index: 9;
	 overflow: hidden;
 }
 
 .auto-container{
	 position:static;
	 max-width:1200px;
	 padding:0px 15px;
	 margin:0 auto;
	}
 
 ul,li{
	 list-style:none;
	 padding:0px;
	 margin:0px;	
 }
 
 figure{
	 margin-bottom: 0;
 }
 a.modal-img img {
  width:auto;
  height: 60px;
 }
 h4.modal-title {
     color:#fff;
     font-size:17px;
     margin-top: 15px;
 }
 .theme-btn{
	 display:inline-block;
	 -webkit-transition:all 0.3s ease;
	 -moz-transition:all 0.3s ease;
	 -ms-transition:all 0.3s ease;
	 -o-transition:all 0.3s ease;
	 transition:all 0.3s ease;
	 font-family: 'Cairo', sans-serif;
 }
 
 .theme-btn i{
	 position: relative;
	 display: inline-block;
	 font-size: 14px;
	 margin-left: 3px;
 }
 
 .centered{
	 text-align:center !important;
 }
 
 /*Btn Style One*/
 .btn-style-one{
	 position:relative;
	 font-size:18px;
	 line-height:27px;
	 color:#ffffff;
	 font-weight:700;
	 padding: 25px 60px;
	 background-color: #F08322;
	 overflow: hidden;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
	 transition: all 300ms linear;
	 border-radius: 0px;
 }
 
 .btn-style-one .btn-title{
	 position: relative;
 }
 
 .btn-style-one:hover{
	 color:#F08322;
	 -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	 -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	 -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	 -o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	 box-shadow: 0 10px 30px rgba(0,0,0,0.10);
 }
 
 .btn-style-one:before{
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 100%;
	 content: "";
	 background-color: #24262d;
	 -webkit-transform: scale(0, 1);
	 -ms-transform: scale(0, 1);
	 transform: scale(0, 1);
	 -webkit-transform-origin: top right;
	 -ms-transform-origin: top right;
	 transform-origin: top right;
	 -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	 -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
 }
 
 .btn-style-one:hover:before{
	 -webkit-transform: scale(1, 1);
	 -ms-transform: scale(1, 1);
	 transform: scale(1, 1);
	 -webkit-transform-origin: bottom left;
	 -ms-transform-origin: bottom left;
	 transform-origin: bottom left;
 }
 
 /*Btn Style Two*/
 .btn-style-two{
	 position:relative;
	 font-size:18px;
	 line-height:27px;
	 color:#ffffff;
	 font-weight:700;
	 padding: 25px 60px;
	 background-color: #24262d;
	 overflow: hidden;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
	 transition: all 300ms linear;
	 border-radius: 0px;
 }
 
 .btn-style-two .btn-title{
	 position: relative;
 }
 
 .btn-style-two:hover{
	 color:#24262d;
	 -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	 -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	 -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	 -o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	 box-shadow: 0 10px 30px rgba(0,0,0,0.10);
 }
 
 .btn-style-two:before{
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 100%;
	 content: "";
	 background-color: #ffffff;
	 -webkit-transform: scale(0, 1);
	 -ms-transform: scale(0, 1);
	 transform: scale(0, 1);
	 -webkit-transform-origin: top right;
	 -ms-transform-origin: top right;
	 transform-origin: top right;
	 -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	 -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
 }
 
 .btn-style-two:hover:before{
	 -webkit-transform: scale(1, 1);
	 -ms-transform: scale(1, 1);
	 transform: scale(1, 1);
	 -webkit-transform-origin: bottom left;
	 -ms-transform-origin: bottom left;
	 transform-origin: bottom left;
 }
 
 /*Btn Style Three*/
 .btn-style-three{
	 position:relative;
	 font-size:16px;
	 line-height:30px;
	 color:#f1ecff;
	 font-weight:500;
	 padding: 10px 32px;
	 background-color: #1a2940;
	 overflow: hidden;
	 border-radius: 0px;
	 transition: all 300ms linear;
 }
 
 .btn-style-three .btn-title{
	 position: relative;
 }
 
 .btn-style-three:hover{
	 color:#1a2940;
	 -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	 -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	 -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	 -o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	 box-shadow: 0 10px 30px rgba(0,0,0,0.10);
 }
 
 .btn-style-three:before{
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 100%;
	 content: "";
	 background-color: #ffffff;
	 -webkit-transform: scale(0, 1);
	 -ms-transform: scale(0, 1);
	 transform: scale(0, 1);
	 -webkit-transform-origin: top right;
	 -ms-transform-origin: top right;
	 transform-origin: top right;
	 -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	 -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	 transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
 }
 
 .btn-style-three:hover:before{
	 -webkit-transform: scale(1, 1);
	 -ms-transform: scale(1, 1);
	 transform: scale(1, 1);
	 -webkit-transform-origin: bottom left;
	 -ms-transform-origin: bottom left;
	 transform-origin: bottom left;
 }
 
 /*Btn Style Four */
 
 .btn-style-four{
	 position: relative;
	 display: inline-block;
	 font-size: 16px;
	 line-height: 28px;
	 color: #ffffff;
	 padding: 10px 30px;
	 font-weight: 500;
	 overflow: hidden;
	 border: 1px solid #333333;
	 background-color: #333333;
 }
 
 .btn-style-four:hover{
	 color: #333333;
	 border: 1px solid #ffffff;
	 -webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	 -moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	 -ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	 -o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	 box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
 }
 
 /*=== Social Icon One ===*/
 .social-icon-one{
	 position: relative;
 }
 
 .social-icon-one li{
	 position: relative;
	 display: inline-block;
	 margin-left: 35px;
 }
 
 .social-icon-one li a{
	 position: relative;
	 display: block;
	 font-size: 18px;
	 line-height: 30px;
	 color: #ffffff;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .social-icon-one li a:hover{
	 color: #F08322;
 }
 
 .social-icon-one li:first-child{
	 margin-right: 0;
	}
 
 /*=== List Style One ===*/
 
 .list-style-one{
	 position:relative;
 }
 
 .list-style-one li{
	 position:relative;
	 font-size:18px;
	 line-height:24px;
	 color: #24262d;
	 font-weight:600;
	 padding-right: 30px;
	 margin-bottom: 16px;
	}
 
 .list-style-one li:before{
	 content: "\f14a";
	 position:absolute;
	 right: 0;
	 top: 0px;
	 display:block;
	 font-size:14px;
	 line-height: 26px;
	 padding: 0px;
	 color:#F08322;
	 font-weight:900;
	 font-family: "Font Awesome 5 Free";
	}
 
 .list-style-one li a:hover{
	 color: #44bce2;
 }
 
 /*=== List Style Two ===*/
 
 .list-style-two{
	 position:relative;
 }
 
 .list-style-two li{
	 position:relative;
	 font-size:15px;
	 line-height:25px;
	 color: #666666;
	 font-weight:400;
	 padding-left:25px;
	 margin-bottom: 15px;
 }
 
 .list-style-two li:before{
	 content: "\f182";
	 position:absolute;
	 left: 0;
	 top: 0px;
	 display:block;
	 font-size:15px;
	 line-height: 25px;
	 padding: 0px;
	 color:#666666;
	 font-family: "LineAwesome";
 }
 
 .list-style-two li a:hover{
	 color: #44bce2;
 }
 
 .theme_color{
	 color:#fa7720;
 }
 
 .pull-right{
	 margin-left: -260px !important;
	 float: left;
	}
 
 .pull-left{
	 float: right;
	}
 
 .tabs-box{
	 position: relative;
 }
 
 .tabs-box .tab{
	 display: none;
 }
 
 .tabs-box .active-tab{
	 display: block;
 }
 
 .preloader{ 
	 position:fixed; 
	 left:0px; 
	 top:0px; 
	 width:100%; 
	 height:100%; 
	 z-index:999999; 
	 background-color:#ffffff; 
	 background-position:center center; 
	 background-repeat:no-repeat; 
	 background-image:url(../images/icons/preloader.svg);
 }
 
 img{
	 display:inline-block;
	 max-width:100%;
	 height:auto;
	}
 
 .dropdown-toggle::after{
	 display: none;
 }
 
 .fa{
	 line-height: inherit;
 }
 
 /*** 
 
 ====================================================================
	 Scroll To Top style
 ====================================================================
 
 ***/
 
 .scroll-to-top{
	 position:fixed;
	 bottom:20px;
	 right:20px;
	 width:48px;
	 height:48px;
	 color:#ffffff;
	 font-size:20px;
	 line-height:48px;
	 text-align:center;
	 z-index:100;
	 cursor:pointer;
	 background:#F08322;
	 display:none;
	 border-radius: 5px;
	 -webkit-transition:all 300ms ease;
	 -moz-transition:all 300ms ease;
	 -ms-transition:all 300ms ease;
	 -o-transition:all 300ms ease;
	 transition:all 300ms ease;		
 }
 
 .scroll-to-top:hover{
	 background:#2c2c2c;
 }
 
 /*** 
 
 ====================================================================
	 Main Header style
 ====================================================================
 
 ***/
 
 .main-header{
	 position: relative;
	 display: block;
	 width: 100%;
	 z-index: 99999;
	 background-color: #24262d;
 }
 
 .main-header .header-top{
	 position: relative;
	 background-color:#1d1f25;
 }
 
 .main-header .header-top .inner-container{
	 position: relative;
	 padding-right: 260px;
	}
 
 /* Top Left*/
 
 .main-header .header-top .top-left{
	 position: relative;
	 float: left;
	 padding: 10px 0;
 }
 
 .main-header .header-top .top-left .text{
	 position: relative;
	 font-size: 13px;
	 line-height: 25px;
	 color: #9a9ca2;
	 font-weight: 500;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
 }
 
 .main-header .header-top .top-left .text span{
	 color: #ffffff;
	 font-weight: 700;
	 margin-right: 25px;
	 text-transform: uppercase;
 }
 
 /*.main-header .top-right{*/
	/* position: relative;*/
	/* float: right;*/
	/* padding: 10px 0;*/
	/* padding-left: 10px;*/
	/* padding-right: 10px;*/
	/* background-color: #f7f5f1;*/
	/*}*/
 
 .main-header .top-right .visit-link{
	 position: relative;
	 line-height: 25px;
	 color: #F08322;
	 font-weight: 700;
	 letter-spacing: 0;
	 text-transform: uppercase;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
	}
 
 .main-header .header-top .top-right .visit-link:hover{
	 color: #F08322;
	}
 
 /*=== Header Upper ===*/
 
 .main-header .header-upper{
	 position: relative;
 }
 
 .main-header .header-upper .inner-container{
	 position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
 }
 
 .main-header .header-upper .inner-container:before{
	 position: absolute;
	 left: 100%;
	 bottom: 0;
	 height: 1000%;
	 width: 1000%;
	 /* background-color: #f7f5f1; */
	 content: "";
	 margin-left: -200px;
	}
 
 .main-header .header-upper .logo-outer{
	 position: relative;
	 float: right;
	}
 
 .main-header .header-upper .logo-outer:before{
	 position: absolute;
	 right: -60px;
	 bottom: -50px;
	 border-left: 21px solid transparent;
	 border-bottom: 20px solid #24262d;
	 content: "";
	 display: none;
	}
 
 .main-header .header-upper .logo{
	 position: relative;
	 /*padding: 15px 0;*/
 }
 
 .main-header .header-upper .logo img{
	 display: inline-block;
	 width: 100%;
	 height: 100px;
	 margin-bottom: 0px;
	}
 
 .main-header .nav-outer{
	 position: relative;
	 float: left;
	}
 
 .main-header .upper-right{
	 position: relative;
	 float: right;
	 padding: 20px 0;
 }
 
 .main-header .info-list{
	 position: relative;
 }
 
 .main-header .info-list li{
	 position: relative;
	 float: left;
	 font-size: 13px;
	 line-height: 25px;
	 color: #9a9ca2;
	 font-weight: 500;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
	 margin-left:35px;
 }
 
 .main-header .info-list li:first-child{
	 margin-left: 0;
 }
 
 .main-header .info-list li a{
	 display: inline-block;
	 font-weight: 600;
	 color: #9a9ca2;
	 transition: all 300ms ease;
 }
 
 .main-header .info-list li a:hover{
	 color: #F08322;
 }
 
 .main-header .info-list li span{
	 display: inline-block;
	 color: #ffffff;
	 font-weight: 700;
	 margin-right: 20px;
	 letter-spacing: 1px;
	 text-transform: uppercase;
 }
 
 .main-header .nav-outer .outer-box{
	 position: relative;
	 float: right;
	 padding: 20px 0;
	}
 
 .main-header .nav-outer .social-icon-one li{
	 line-height: 25px;
 }
 
 .main-menu{
	 position:relative;
	 float:left;
	 /* background-color: #F08322; */
	 margin-left: -230px;
	}
 
 /*.main-menu:before{*/
	/* position: absolute;*/
	/* right: 100%;*/
	 /* background-color: #F08322; */
	/* height: 100%;*/
	/* width: 1000%;*/
	/* top: 0;*/
	/* content: "";*/
	/*}*/
 
 .main-menu:after{
	 position: absolute;
	 right: 0;
	 top: 0;
	 border-left: 21px solid transparent;
	 border-top: 20px solid #24262d;
	 content: "";
	}
 
 .main-menu .navbar-collapse{
	 padding:0px;	
 }
 
 .main-menu .navigation{
	 position:relative;
	 margin: 0px;
	 padding-right: 0px;
	 margin-left: 200px;
	}
 
 .main-menu .navigation > li{
	 position:relative;
	 float: right;
	 padding: 15px 0;
	 margin-left: 31px;
	 -webkit-transition:all 300ms ease;
	 -moz-transition:all 300ms ease;
	 -ms-transition:all 300ms ease;
	 -o-transition:all 300ms ease;
	 transition:all 300ms ease;
	}
 
 .main-menu .navigation > li:first-child{
	 margin-right: 0;
	}
 
 .main-menu .navigation > li > a{
	 position:relative;
	 display:block;
	 text-align:center;
	 font-size:16px;
	 line-height:25px;
	 font-weight:600;
	 opacity:1;
	 color:#ffffff;
	 padding: 0px;
	 text-transform:uppercase;
	 letter-spacing: 0;
	 -webkit-transition:all 300ms ease;
	 -moz-transition:all 300ms ease;
	 -ms-transition:all 300ms ease;
	 -o-transition:all 300ms ease;
	 transition:all 300ms ease;
	}
 
 .main-menu .navigation > li:hover > a,
 .main-menu .navigation > li.current > a{
	 text-shadow: 0 0 1px;
 }
 
 .main-menu .navigation > li > ul{
	 position:absolute;
	 right: 0px;
	 top:100%;
	 width:230px;
	 z-index:100;
	 padding:10px 0px;
	 background-color:#ffffff;
	 opacity:0;
	 display:none;
	 margin-top:5px;
	 border-radius:5px;
	 -webkit-transform:translateY(30px);
	 -ms-transform:translateY(30px);
	 transform:translateY(30px);
	 transition:all 500ms ease;
	 -moz-transition:all 500ms ease;
	 -webkit-transition:all 500ms ease;
	 -ms-transition:all 500ms ease;
	 -o-transition:all 500ms ease;
	 -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	 -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	 -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	 -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	 box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	}
 
 .main-menu .navigation > li > ul.from-right{
	 left:auto;
	 right:0px;	
 }
 
 .main-menu .navigation > li > ul > li{
	 position:relative;
	 width:100%;
	 padding:0px 25px;
	 border-bottom:1px solid rgba(255,255,255,0.10);
 }
 
 .main-menu .navigation > li > ul > li > a{
	 position:relative;
	 display:block;
	 padding:12px 0px;
	 line-height:24px;
	 font-weight:600;
	 font-size:16px;
	 color:#333333;
	 text-align: right;
	 border-bottom: 1px solid #e5e5e5;
	 text-transform:capitalize;
	 transition:all 500ms ease;
	 -moz-transition:all 500ms ease;
	 -webkit-transition:all 500ms ease;
	 -ms-transition:all 500ms ease;
	 -o-transition:all 500ms ease;
	}
 
 .main-menu .navigation > li > ul > li:last-child > a{
	 border-bottom:none;	
 }
 
 .main-menu .navigation > li > ul > li:hover > a{
	 color:#F08322;
 }
 
 .main-menu .navigation > li > ul > li.dropdown > a:after{
	 font-family: 'Font Awesome 5 Free';
	 content: "\f105";
	 position:absolute;
	 right:0;
	 top:12px;
	 display:block;
	 line-height:24px;
	 font-size:16px;
	 font-weight:900;
	 z-index:5;	
 }
 
 .main-menu .navigation > li > ul > li > ul{
	 position:absolute;
	 left:100%;
	 top:0px;
	 width:230px;
	 z-index:100;
	 display:none;
	 background-color:#ffffff;
	 opacity:0;
	 padding: 10px 0px;
	 margin-left: 5px;
	 border-radius:5px;
	 -webkit-transform:translateY(30px);
	 -ms-transform:translateY(30px);
	 transform:translateY(30px);
	 transition:all 500ms ease;
	 -moz-transition:all 500ms ease;
	 -webkit-transition:all 500ms ease;
	 -ms-transition:all 500ms ease;
	 -o-transition:all 500ms ease;
	 -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	 -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	 -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	 -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	 box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
 }
 
 .main-menu .navigation > li > ul > li > ul > li{
	 position:relative;
	 width:100%;
	 padding:0px 25px;
	 border-bottom:1px solid rgba(255,255,255,0.10);
 }
 
 .main-menu .navigation > li > ul > li > ul > li:last-child{
	 border-bottom:none;	
 }
 
 .main-menu .navigation > li > ul > li  > ul > li > a{
	 position:relative;
	 display:block;
	 padding:12px 0px;
	 line-height:24px;
	 font-weight:600;
	 font-size:16px;
	 color:#333333;
	 text-align:left;
	 border-bottom: 1px solid #e5e5e5;
	 text-transform:capitalize;
	 transition:all 500ms ease;
	 -moz-transition:all 500ms ease;
	 -webkit-transition:all 500ms ease;
	 -ms-transition:all 500ms ease;
	 -o-transition:all 500ms ease;
 }
 
 .main-menu .navigation > li > ul > li  > ul > li:last-child > a{
	 border-bottom:none;	
 }
 
 .main-menu .navigation > li > ul > li  > ul > li > a:hover{
	 color:#F08322;
 }
 
 .main-menu .navigation > li.dropdown:hover > ul{
	 visibility:visible;
	 opacity:1;
	 top:100%;
	 -webkit-transform:translateY(0px);
	 -ms-transform:translateY(0px);
	 transform:translateY(0px);
 }
 
 .main-menu .navigation li > ul > li.dropdown:hover > ul{
	 visibility:visible;
	 opacity:1;
	 top:0px;
	 -webkit-transform:translateY(0px);
	 -ms-transform:translateY(0px);
	 transform:translateY(0px);	
 }
 
 .main-menu .navigation li.dropdown .dropdown-btn{
	 position:absolute;
	 right:10px;
	 top:8px;
	 width:34px;
	 height:30px;
	 border:1px solid #ffffff;
	 text-align:center;
	 font-size:16px;
	 line-height:26px;
	 color:#ffffff;
	 cursor:pointer;
	 z-index:5;
	 display:none;
 }
 
 /*** 
 
 ====================================================================
	 Header Style Two
 ====================================================================
 
 ***/
 
 .header-style-two{
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 background-color: transparent;
 }
 
 .header-style-two .auto-container{
	 position: relative;
 }
 
 .header-style-two .auto-container:before{
	 position: absolute;
	 left: 15px;
	 top: 0;
	 height: 100%;
	 width: 1000%;
	 background-color: rgba(36,38,45,.10);
	 content: "";
 }
 
 .header-style-two .header-top .inner-container{
	 padding-left: 250px;
	 border-bottom: 1px solid rgba(255,255,255,0.10);
 }
 
 .header-style-two .header-top .inner-container .bg-shade{
	 position:absolute;
	 left:0;
	 top:0;
	 width:200%;
	 height:100%;
	 background:rgba(36,38,45,0.10);
	 border-bottom: 1px solid rgba(255,255,255,0.10);	
 }
 
 .header-style-two .header-upper .inner-container .bg-shade{
	 position:absolute;
	 left:0;
	 top:0;
	 width:200%;
	 height:100%;
	 background:rgba(36,38,45,0.10);
 }
 
 .header-style-two .header-upper .logo{
	 padding: 35px 25px;
	 padding-right: 5px;
	 margin-right: 20px;
	 background: #ffffff;
 }
 
 .header-style-two .header-upper .logo:before{
	 position: absolute;
	 right: -21px;
	 bottom: 0;
	 border-bottom: 18px solid transparent;
	 border-left: 21px solid #ffffff;
	 content: "";
 }
 
 .header-style-two .header-upper .logo:after{
	 position: absolute;
	 right: -21px;
	 bottom: 18px;
	 top: 0;
	 width: 21px;
	 background-color: #ffffff;
	 content: "";
 }
 
 .header-style-two .header-top{
	 background-color: transparent;
 }
 
 .main-header .header-top .top-right{
	 border-left: 1px solid rgba(255,255,255,0.10);
 }
 
 .header-style-two .main-menu:after,
 .header-style-two .header-upper .logo-outer:before,
 .header-style-two .header-upper .inner-container:before{
	 display: none;
 }
 
 .header-style-two .header-upper .logo-outer {
	 position: relative;
	 float: left;
	 margin-top: -45px;
 }
 
 .main-header .header-top .top-info{
	 position: relative;
 }
 
 .main-header .header-top .top-info li{
	 position: relative;
	 float: left;
	 font-size: 13px;
	 line-height: 25px;
	 color: #ffffff;
	 font-weight: 600;
	 padding-right: 20px;
	 margin-right: 15px;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
	 opacity: .70;
 }
 
 .main-header .header-top .top-info li:before{
	 position: absolute;
	 right: -4px;
	 top: 0;
	 font-size: 13px;
	 line-height: 25px;
	 color: #ffffff;
	 font-weight: 600; 
	 content: ".";
 }
 
 .main-header .header-top .top-info li:last-child:before{
	 display: none;
 }
 
 .main-header .header-top .top-info li a{
	 color: #ffffff;
	 display: inline-block;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .main-header .header-top .top-info li a:hover{
	 color: #F08322;
	 text-decoration:underline;
 }
 
 .header-style-two .header-top .top-right .visit-link{
	 color: #ffffff;
 }
 
 .header-style-two .header-top .top-right .visit-link:hover{
	 color: #F08322;
 }
 
 .header-style-two .main-menu{
	 background-color: transparent;
 }
 
 .header-style-two .main-menu:before{
	 display: none;
 }
 
 .header-style-two .social-icon-one li a{
	 font-size: 16px;
 }
 
 .header-style-two .nav-outer .outer-box{
	 padding: 27px 0;
 }
 
 .header-style-two .main-menu .navigation{
	 padding-left: 60px;
 }
 
 .header-style-two .main-menu .navigation > li{
	 padding: 30px 0;
 }
 
 /*** 
 
 ====================================================================
		 Sticky Header
 ====================================================================
 
 ***/
 
 .sticky-header{
	 position: fixed;
	 visibility: hidden;
	 opacity: 0;
	 left: 0px;
	 top: 0px;
	 width: 100%;
	 padding: 0px 0px;
	 z-index: -1;
	 background: #24262D;
	 -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	 -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	 -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	 -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
	 box-shadow: 0 0 15px rgba(0,0,0,0.10);
	 -webkit-transition: top 300ms ease;
	 -moz-transition: top 300ms ease;
	 -ms-transition: top 300ms ease;
	 -o-transition: top 300ms ease;
	 transition: top 300ms ease;
	}
 
 .fixed-header .sticky-header{
	 opacity:1;
	 z-index: 99999;
	 visibility:visible;
 }
 
 .fixed-header .sticky-header .logo{
	 /*padding: 10px 0;*/
 }
 .fixed-header .sticky-header .logo img {
    width: 100%;
    height: 100px;
}
.step-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .sticky-header .main-menu{
	 background-color: transparent;
	 margin-left: 0;
 }
 
 .sticky-header .main-menu .navigation > li{
	 margin-left: 32px !important;
	 padding: 0 !important;
	 margin-right: 0;
	 background-color: transparent;
 }
 
 .sticky-header .main-menu:after,
 .sticky-header .main-menu:before,
 .header-style-two .auto-container:before,
 .sticky-header .main-menu .navigation > li.dropdown > a:after,
 .sticky-header .main-menu .navigation > li:before{
	 display: none;
 }
 
 .sticky-header .main-menu .navigation > li > a{
	 padding:20px 0px !important;
	 line-height:30px;
	 font-size:17px;
	 font-weight:500;
	 color: #fff;
	 text-transform:capitalize;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
	}
 
 .sticky-header .main-menu .navigation > li:hover > a,
 .sticky-header .main-menu .navigation > li.current > a,
 .sticky-header .main-menu .navigation > li.current-menu-item > a{
	 opacity:1;
	 color: #F08322;
 }
 
 /*** 
 
 ====================================================================
		 Mobile Menu
 ====================================================================
 
 ***/
 
 .nav-outer .mobile-nav-toggler{
	 position: relative;
	 float: right;
	 font-size:20px;
	 cursor: pointer;
	 color:#F08322;
	 margin:35px 0px 0px;
	 display: none;
 }
 
 .nav-outer .mobile-nav-toggler .icon{
	 position:relative;
	 display:block;
 }
 
 .nav-outer .mobile-nav-toggler .line{
	 position:relative;
	 font-size:30px;
	 line-height:7px;
	 display:block;
 }
 
 .mobile-menu{
	 position: fixed;
	 right: 0;
	 top: 0;
	 width: 300px;
	 padding-right:30px;
	 max-width:100%;
	 height: 100%;
	 opacity: 0;
	 visibility: hidden;
	 z-index: 999999;
 }
 
 .mobile-menu .mCSB_inside>.mCSB_container{
	 margin-right:15px;	
 }
 
 .mobile-menu .mCSB_inside>.mCSB_container.mCS_y_hidden{
	 margin-right:0px;	
 }
 
 .mobile-menu .nav-logo{
	 position:relative;
	 padding:30px 25px;
	 text-align:left;	
 }
 
 .mobile-menu-visible{
	 overflow: hidden;
 }
 
 .mobile-menu-visible .mobile-menu{
	 opacity: 1;
	 visibility: visible;
 }
 
 .mobile-menu .menu-backdrop{
	 position: fixed;
	 right: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 1;
	 background: rgba(222,158,83,0.90);
	 -webkit-transform: translateX(101%);
	 -ms-transform: translateX(101%);
	 transform: translateX(101%);
	 transition: all 900ms ease;
	 -moz-transition: all 900ms ease;
	 -webkit-transition: all 900ms ease;
	 -ms-transition: all 900ms ease;
	 -o-transition: all 900ms ease;
 }
 
 .mobile-menu-visible .mobile-menu .menu-backdrop{
	 opacity: 1;
	 visibility: visible;
	 -webkit-transition:all 0.7s ease;
	 -moz-transition:all 0.7s ease;
	 -ms-transition:all 0.7s ease;
	 -o-transition:all 0.7s ease;
	 transition:all 0.7s ease;
	 -webkit-transform: translateX(0%);
	 -ms-transform: translateX(0%);
	 transform: translateX(0%);
 }
 
 .mobile-menu .menu-box{
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 width: 100%;
	 height: 100%;
	 max-height: 100%;
	 overflow-y: auto;
	 background: #202020;
	 padding: 0px 0px;
	 z-index: 5;
	 opacity: 0;
	 visibility: hidden;
	 border-radius: 0px;
	 -webkit-transform: translateX(101%);
	 -ms-transform: translateX(101%);
	 transform: translateX(101%);
 }
 
 .mobile-menu-visible .mobile-menu .menu-box{
	 opacity: 1;
	 visibility: visible;
	 -webkit-transition:all 0.7s ease;
	 -moz-transition:all 0.7s ease;
	 -ms-transition:all 0.7s ease;
	 -o-transition:all 0.7s ease;
	 transition:all 0.7s ease;
	 -webkit-transform: translateX(0%);
	 -ms-transform: translateX(0%);
	 transform: translateX(0%);
	}
 
 .mobile-menu .close-btn{
	 position: absolute;
	 right: 10px;
	 top: 10px;
	 line-height: 30px;
	 width: 24px;
	 text-align: center;
	 font-size: 20px;
	 color: #ffffff;
	 cursor: pointer;
	 z-index: 10;
	 -webkit-transform:rotate(45deg);
	 -ms-transform:rotate(45deg);
	 transform:rotate(45deg);
	 -webkit-transition:all 0.9s ease;
	 -moz-transition:all 0.9s ease;
	 -ms-transition:all 0.9s ease;
	 -o-transition:all 0.9s ease;
	 transition:all 0.9s ease;
 }
 
 .mobile-menu-visible .mobile-menu .close-btn{
	 -webkit-transform:rotate(315deg);
	 -ms-transform:rotate(315deg);
	 transform:rotate(315deg);
 }
 
 .mobile-menu .close-btn:hover{
	 color:#F08322;
	 -webkit-transform:rotate(225deg);
	 -ms-transform:rotate(225deg);
	 transform:rotate(225deg);
 }
 
 .mobile-menu .navigation{
	 position: relative;
	 display: block;
	 border-top: 1px solid rgba(255,255,255,0.10);
	}
 
 .mobile-menu .navigation li{
	 position: relative;
	 display: block;
	 border-bottom: 1px solid rgba(255,255,255,0.10);
 }
 
 .mobile-menu .navigation li > ul > li:last-child{
	 border-bottom: none;
 }
 
 .mobile-menu .navigation li > ul > li:first-child{
	 border-top: 1px solid rgba(255,255,255,0.10);
 }
 
 .mobile-menu .navigation li > a{
	 position: relative;
	 display: block;
	 line-height: 24px;
	 padding: 10px 25px;
	 font-size: 16px;
	 font-weight:600;
	 color: #ffffff;
	 text-transform: uppercase;
	 -webkit-transition: all 500ms ease;
	 -moz-transition: all 500ms ease;
	 -ms-transition: all 500ms ease;
	 -o-transition: all 500ms ease;
	 transition: all 500ms ease;
	}
 
 .mobile-menu .navigation li ul li > a{
	 font-size: 16px;
	 padding-left:35px;
	 text-transform: capitalize;
 }
 
 .mobile-menu .navigation li > a:before{
	 content:'';
	 position:absolute;
	 left:0;
	 top:0;
	 height:0;
	 border-left:5px solid #F08322;
	 -webkit-transition: all 500ms ease;
	 -moz-transition: all 500ms ease;
	 -ms-transition: all 500ms ease;
	 -o-transition: all 500ms ease;
	 transition: all 500ms ease;	
 }
 
 .mobile-menu .navigation li.current > a,
 .mobile-menu .navigation li > a:hover{
	 color:#F08322;	
 }
 
 .mobile-menu .navigation li.current > a:before{
	 height:100%;
 }
 
 .mobile-menu .navigation li.dropdown .dropdown-btn{
	 position:absolute;
	 left: 6px;
	 top:6px;
	 width:32px;
	 height:32px;
	 text-align:center;
	 font-size:16px;
	 line-height:32px;
	 color:#ffffff;
	 background:rgba(255,255,255,0.10);
	 cursor:pointer;
	 border-radius:2px;
	 -webkit-transition: all 500ms ease;
	 -moz-transition: all 500ms ease;
	 -ms-transition: all 500ms ease;
	 -o-transition: all 500ms ease;
	 transition: all 500ms ease;
	 z-index:5;
	}
 
 .mobile-menu .navigation li.dropdown .dropdown-btn.open{
	 background:#F08322;	
	 -webkit-transform:rotate(90deg);
	 -ms-transform:rotate(90deg);
	 transform:rotate(90deg);	
 }
 
 .mobile-menu .navigation li > ul,
 .mobile-menu .navigation li > ul > li > ul{
	 display: none;
 }
 
 .mobile-menu .social-links{
	 position:relative;
	 text-align:center;
	 padding:30px 25px;
 }
 
 .mobile-menu .social-links li{
	 position:relative;
	 display:inline-block;
	 margin:0px 5px 10px;
 }
 
 .mobile-menu .social-links li a{
	 position:relative;
	 line-height:32px;
	 font-size:28px;
	 color:#ffffff;
	 -webkit-transition: all 500ms ease;
	 -moz-transition: all 500ms ease;
	 -ms-transition: all 500ms ease;
	 -o-transition: all 500ms ease;
	 transition: all 500ms ease;	
 }
 
 .mobile-menu .social-links li a:hover{
	 color:#F08322;	
 }
 
 /*** 
 
 ====================================================================
	 Page Title Style
 ====================================================================
 
 ***/
 
 .page-title{
	 position:relative;
	 background-size:cover;
	 background-repeat:no-repeat;
	 background-position:center center;
	 background-attachment: fixed;
	 padding: 75px 0px;
	}
 
 .page-title:before{
	 position:absolute;
	 content:'';
	 left:0px;
	 top:0px;
	 width:100%;
	 height:100%;
	 display:block;
	 background-color: #1d1f25;
	 opacity: .50;
 }
 
 .page-title h1{
	 position:relative;
	 font-size:70px;
	 font-weight:700;
	 color:#ffffff;
	 line-height:1em;
	 z-index:99;
	 letter-spacing: 0;
	 text-align: right;
	 text-transform:uppercase;
	}
 
 .page-title .page-info{
	 position:absolute;
	 right: 0px;
	 bottom:0px;
	 width:100%;
	 z-index:1;
	}
 
 .page-info .bread-crumb{
	 position:relative;
	 float: left;
	 padding:10px 40px;
	 /* padding-left: 20px; */
	 /* margin-left: 20px; */
	 background-color: #24262d;
	}
 
 .page-info .bread-crumb:before{
	 position: absolute;
	 left: 100%;
	 top: 0;
	 border-right: 21px solid transparent;
	 border-bottom: 18px solid #24262d;
	 content: "";
 }
 
 .page-info .bread-crumb:after{
	 position: absolute;
	 left: 100%;
	 top: 18px;
	 bottom: 0px;
	 width: 21px;
	 background-color: #24262d;
	 content: "";
 }
 
 .page-info .bread-crumb li{
	 position:relative;
	 display:inline-block;
	 font-size:14px;
	 line-height: 27px;
	 color:rgba(255,255,255,0.90);
	 font-weight:700;
	 text-transform:uppercase;
	 letter-spacing: 0;
	 margin-left: 18px;
	 padding-left: 18px;
	}
 
 .page-info .bread-crumb li:last-child{
	 margin-left: 0px;
	 padding-left: 0;
	}
 
 .page-info .bread-crumb li:after{
	 position:absolute;
	 content:'.';
	 top:0px;
	 left: -4px;
	 font-size:14px;
	 line-height: 27px;
	 color:#F08322;
	 font-weight:700;
	}
 
 .page-info .bread-crumb li:last-child:after{
	 display:none;	
 }
 
 .page-info .bread-crumb li a{
	 color:#F08322;
	 transition:all 0.3s ease;
	 -moz-transition:all 0.3s ease;
	 -webkit-transition:all 0.3s ease;
	 -ms-transition:all 0.3s ease;
	 -o-transition:all 0.3s ease;
 }
 
 .page-info .bread-crumb li a:hover{
	 color:#ffffff;	
 }
 
 /*** 
 
 ====================================================================
		 Section Title
 ====================================================================
 
 ***/
 
 .sec-title{
	 position:relative;
	 z-index: 1;
	 margin-bottom:50px;
	 text-align: right;
	}
 
 .sec-title .title{
	 position: relative;
	 display: block;
	 font-size: 16px;
	 line-height: normal;
	 color: #F08322;
	 font-weight: 600;
	 text-transform: uppercase;
	 margin-bottom: 14px;
	 letter-spacing: 0.05em;
 }
 
 .sec-title h2{
	 position: relative;
	 display: block;
	 font-size:50px;
	 line-height: 1.1em;
	 color: #24262d;
	 font-weight: 700;
	 text-transform: uppercase;
	 letter-spacing: 0;
	}
.about-section .sec-title h2:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 62px;
    bottom: 0;
    right: -70px;
    margin: auto;
    transform: translateX(-61%);
    width: 130px;
    height: 4px;
    border: 1px solid #F08322;
    background-color: #F08322;
}
 .sec-title.light h2{
	 color: #ffffff;
 }
 
 /*** 
 
 ====================================================================
		 Banner Section
 ====================================================================
 
 ***/
 
 .banner-section{
	 position: relative;
	 overflow:hidden;
	 direction: ltr;
	 text-align: right;
	}
 
 .banner-section .slide-item{
	 position: relative;
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
 }
 
 .banner-section .slide-item .image-layer{
	 position:absolute;
	 left:0;
	 top:0;
	 width:100%;
	 height:100%;
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 -webkit-transform:scale(1);
	 -ms-transform:scale(1);
	 transform:scale(1);
	 -webkit-transition: all 5000ms linear;
	 -moz-transition: all 5000ms linear;
	 -ms-transition: all 5000ms linear;
	 -o-transition: all 5000ms linear;
	 transition: all 5000ms linear;
	 z-index: 9;
 }
 
 .banner-section .active .slide-item .image-layer{
	 -webkit-transform:scale(1.1);
	 -ms-transform:scale(1.1);
	 transform:scale(1.1);
 }
 
 .banner-section .slide-item .content-box{
	 position: relative;
	 height: 840px;
	 width: 100%;
	 display: table;
	 vertical-align: middle;
 }
 
 .banner-section .slide-item .content-box:after{
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 height: 100%;
	 width: 100%;
	 background: #1d1f25;
	 opacity: .40;
	 content: "";
 }
 
 .banner-section .slide-item .content{
	 position: relative;
	 display: table-cell;
	 vertical-align: middle;
	 z-index: 9;
 }
 
 .banner-section .slide-item .title{
	 position: relative;
	 display: inline-block;
	 font-size: 14px;
	 line-height: 27px;
	 color: #F08322;
	 font-weight: 700;
	 letter-spacing: 0.16em;
	 padding: 10px 40px;
	 padding-right: 19px;
	 text-transform: uppercase;
	 background-color: #24262d;
	 margin-bottom: 30px;
	 opacity: 0;
	 -webkit-transform: translateX(-100px);
	 -moz-transform: translateX(-100px);
	 -ms-transform: translateX(-100px);
	 -o-transform: translateX(-100px);
	 transform: translateX(-100px);
	 -webkit-transition: all 700ms ease;
	 -moz-transition: all 700ms ease;
	 -ms-transition: all 700ms ease;
	 -o-transition: all 700ms ease;
	 transition: all 700ms ease;
 }
 
 .banner-section .slide-item .title:before{
	 position: absolute;
	 left: 100%;
	 margin-left:-1px;
	 top: 0;
	 border-right: 22px solid transparent;
	 border-bottom: 18px solid #24262d;
	 content: "";
 }
 
 .banner-section .slide-item .title:after{
	 position: absolute;
	 left: 100%;
	 margin-left:-1px;
	 bottom: 0;
	 width: 21px;
	 height: 29px;
	 background-color: #24262d;
	 content: "";
 }
 
 .banner-section .active .title{
	 opacity: 1;
	 -webkit-transform: translateX(0);
	 -moz-transform: translateX(0);
	 -ms-transform: translateX(0);
	 -o-transform: translateX(0);
	 transform: translateX(0);
	 -webkit-transition-delay: 500ms;
	 -moz-transition-delay: 500ms;
	 -ms-transition-delay: 500ms;
	 -o-transition-delay: 500ms;
	 transition-delay: 500ms;
 }
 
 .banner-section .slide-item h2{
	 position: relative;
	 display: block;
	 font-size: 40px;
	 line-height: 0.9em;
	 color: #ffffff;
	 font-weight: 700;
	 margin-bottom: 30px;
	 object-position: 0;
	 text-transform: uppercase;
	 letter-spacing: 0;
	 opacity: 0;
	 -webkit-transform: translateX(-100px);
	 -moz-transform: translateX(-100px);
	 -ms-transform: translateX(-100px);
	 -o-transform: translateX(-100px);
	 transform: translateX(-100px);
	 -webkit-transition: all 500ms ease;
	 -moz-transition: all 500ms ease;
	 -ms-transition: all 500ms ease;
	 -o-transition: all 500ms ease;
	 transition: all 500ms ease;
	}
 
 .banner-section .active h2{
	 opacity: 1;
	 -webkit-transform: translateX(0);
	 -moz-transform: translateX(0);
	 -ms-transform: translateX(0);
	 -o-transform: translateX(0);
	 transform: translateX(0);
	 -webkit-transition-delay: 1000ms;
	 -moz-transition-delay: 1000ms;
	 -ms-transition-delay: 1000ms;
	 -o-transition-delay: 1000ms;
	 transition-delay: 1000ms;
 }
 
 .banner-section .slide-item .btn-box{
	 opacity: 0;
	 -webkit-transform: translateX(-50px);
	 -moz-transform: translateX(-50px);
	 -ms-transform: translateX(-50px);
	 -o-transform: translateX(-50px);
	 transform: translateX(-50px);
	 -webkit-transition: all 500ms ease;
	 -moz-transition: all 500ms ease;
	 -ms-transition: all 500ms ease;
	 -o-transition: all 500ms ease;
	 transition: all 500ms ease;
 }
 
 .banner-section .active .btn-box{
	 opacity: 1;
	 -webkit-transform: translateX(0);
	 -moz-transform: translateX(0);
	 -ms-transform: translateX(0);
	 -o-transform: translateX(0);
	 transform: translateX(0);
	 -webkit-transition-delay: 1500ms;
	 -moz-transition-delay: 1500ms;
	 -ms-transition-delay: 1500ms;
	 -o-transition-delay: 1500ms;
	 transition-delay: 1500ms;
 }
 
 .banner-section .owl-nav{
	 display: none;
 }
 
 .banner-section .owl-dots{
	 position: absolute;
	 left: 13%;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -moz-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 -o-transform: translateY(-50%);
	 transform: translateY(-50%);
	}
 
 .banner-section .owl-dot{
	 position: relative;
	 display: block;
	 height: 20px;
	 width: 20px;
	 border: 6px solid #49494a;
	 margin-bottom: 20px;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .banner-section .owl-dot:last-child{
	 margin-bottom: 0;
 }
 
 .banner-section .owl-dot.active,
 .banner-section .owl-dot:hover{
	 border: 6px solid #ffffff;
 }
 
 /*** 
 
 ====================================================================
	 Banner Section Two
 ====================================================================
 
 ***/
 
 .banner-section-two{
	 position: relative;
	 overflow:hidden;
 }
 
 .banner-section-two .slide-item{
	 position: relative;
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
 }
 
 .banner-section-two .slide-item .image-layer{
	 position:absolute;
	 left:0;
	 top:0;
	 width:100%;
	 height:100%;
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 -webkit-transform:scale(1);
	 -ms-transform:scale(1);
	 transform:scale(1);
	 -webkit-transition: all 5000ms linear;
	 -moz-transition: all 5000ms linear;
	 -ms-transition: all 5000ms linear;
	 -o-transition: all 5000ms linear;
	 transition: all 5000ms linear;
 }
 
 .banner-section-two .active .slide-item .image-layer{
	 -webkit-transform:scale(1.1);
	 -ms-transform:scale(1.1);
	 transform:scale(1.1);
 }
 
 .banner-section-two .slide-item .content-box{
	 position: relative;
	 height: 1020px;
	 width: 100%;
	 display: table;
	 vertical-align: middle;
	 text-align: center;
 }
 
 .banner-section-two .slide-item .content-box:after{
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 height: 100%;
	 width: 100%;
	 background: #1d1f25;
	 opacity: .60;
	 content: "";
 }
 
 .banner-section-two .slide-item .content{
	 position: relative;
	 display: table-cell;
	 vertical-align: middle;
	 z-index: 9;
 }
 
 .banner-section-two .slide-item h2{
	 position: relative;
	 display: block;
	 font-size: 100px;
	 line-height: 0.9em;
	 color: #ffffff;
	 font-weight: 700;
	 margin-bottom: 26px;
	 object-position: 0;
	 text-transform: uppercase;
	 margin-top: 50px;
	 opacity: 0;
	 -webkit-transform: translateY(-100px);
	 -moz-transform: translateY(-100px);
	 -ms-transform: translateY(-100px);
	 -o-transform: translateY(-100px);
	 transform: translateY(-100px);
	 -webkit-transition: all 700ms ease;
	 -moz-transition: all 700ms ease;
	 -ms-transition: all 700ms ease;
	 -o-transition: all 700ms ease;
	 transition: all 700ms ease;
 }
 
 .banner-section-two .active h2{
	 opacity: 1;
	 -webkit-transform: translateY(0);
	 -moz-transform: translateY(0);
	 -ms-transform: translateY(0);
	 -o-transform: translateY(0);
	 transform: translateY(0);
	 -webkit-transition-delay: 500ms;
	 -moz-transition-delay: 500ms;
	 -ms-transition-delay: 500ms;
	 -o-transition-delay: 500ms;
	 transition-delay: 500ms;
 }
 
 .banner-section-two .slide-item .text{
	 font-size: 22px;
	 line-height: 40px;
	 color: rgba(255,255,255,0.80);
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 0.2em;
	 text-decoration: underline;
	 margin-bottom: 40px;
	 opacity: 0;
	 -webkit-transform: translateY(100px);
	 -moz-transform: translateY(100px);
	 -ms-transform: translateY(100px);
	 -o-transform: translateY(100px);
	 transform: translateY(100px);
	 -webkit-transition: all 500ms ease;
	 -moz-transition: all 500ms ease;
	 -ms-transition: all 500ms ease;
	 -o-transition: all 500ms ease;
	 transition: all 500ms ease;
 }
 
 .banner-section-two .active .text{
	 opacity: 1;
	 -webkit-transform: translateY(0);
	 -moz-transform: translateY(0);
	 -ms-transform: translateY(0);
	 -o-transform: translateY(0);
	 transform: translateY(0);
	 -webkit-transition-delay: 1000ms;
	 -moz-transition-delay: 1000ms;
	 -ms-transition-delay: 1000ms;
	 -o-transition-delay: 1000ms;
	 transition-delay: 1000ms;
 }
 
 .banner-section-two .slide-item .btn-box{
	 opacity: 0;
	 -webkit-transform: translateY(50px);
	 -moz-transform: translateY(50px);
	 -ms-transform: translateY(50px);
	 -o-transform: translateY(50px);
	 transform: translateY(50px);
	 -webkit-transition: all 500ms ease;
	 -moz-transition: all 500ms ease;
	 -ms-transition: all 500ms ease;
	 -o-transition: all 500ms ease;
	 transition: all 500ms ease;
 }
 
 .banner-section-two .active .btn-box{
	 opacity: 1;
	 -webkit-transform: translateY(0);
	 -moz-transform: translateY(0);
	 -ms-transform: translateY(0);
	 -o-transform: translateY(0);
	 transform: translateY(0);
	 -webkit-transition-delay: 1500ms;
	 -moz-transition-delay: 1500ms;
	 -ms-transition-delay: 1500ms;
	 -o-transition-delay: 1500ms;
	 transition-delay: 1500ms;
 }
 
 .banner-section-two .owl-nav{
	 display: none;
 }
 
 .banner-section-two .owl-dots{
	 position: absolute;
	 bottom: 55px;
	 left: 0;
	 width: 100%;
	 text-align: center;
 }
 
 .banner-section-two .owl-dot{
	 position: relative;
	 display: inline-block;
	 height: 20px;
	 width: 20px;
	 border: 6px solid rgba(255,255,255,0.20);
	 margin: 0 5px;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .banner-section-two .owl-dot.active,
 .banner-section-two .owl-dot:hover{
	 border: 6px solid #ffffff;
 }
 
 /*** 
 
 ====================================================================
	 About Section
 ====================================================================
 
 ***/
 
 .about-section{
	 position: relative;
	 padding: 120px 0 39px;
	}
 
 .about-section .content-column{
	 position: relative;
	 margin-bottom: 0;
	 order: 1;
	 text-align: right;
	}
 
 .about-section .content-column .inner-column{
	 position: relative;
	 margin-left: -25px;
 }
 .about-section .content-column .inner-column h3 {
     color: #000;
 }
 .about-section .content-column .sec-title{
	 margin-bottom: 40px;
 }
 
 .about-section .content-column .text{
	 font-size: 18px;
	 line-height: 34px;
	 color: #6c6d70;
	 font-weight: 500;
	 margin-bottom: 30px;
	}
 
 .about-section .image-column{
	 position: relative;
	 margin-bottom: 60px;
	 order: 2;
	}
 
 .about-section .image-column .inner-column{
	 position: relative;
	 padding-right: 0;
	}
 
 .about-section .image-column .image-box{
	 position: relative;
 }
 
 .about-section .image-column .image{
	 position: relative;
	 margin-bottom: 0;
 }
 
 .about-section .image-column .image img{
	 display: block;
	 width: 100%;
	 height: 534px;
	 object-fit: cover;
	 border-radius: 10px;
	 box-shadow: 0 0 15px rgb(0 0 0 / 37%);
	}
 
 .about-section .image-column .image-box .title{
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 font-size: 14px;
	 line-height: 27px;
	 color: #F08322;
	 font-weight: 700;
	 letter-spacing: 0;
	 padding: 10px 40px;
	 padding-left: 19px;
	 text-transform: uppercase;
	 background-color: #24262d;
	}
 
 .about-section .image-column .image-box .title:before{
	 position: absolute;
	 right: 100%;
	 top: 0;
	 border-left: 21px solid transparent;
	 border-bottom: 18px solid #24262d;
	 content: "";
	}
 
 .about-section .image-column .image-box .title:after{
	 position: absolute;
	 right: 100%;
	 bottom: 0;
	 width: 21px;
	 height: 29px;
	 background-color: #24262d;
	 content: "";
	}
 
 .about-section .facts-couner{
	 position: relative;
	 margin: 0 -9px;
 }
 
 .about-section .counter-column{
	 position: relative;
	 float: left;
	 width: 20%;
	 padding: 0 9px;
	 margin-bottom: 20px;
 }
 
 .about-section .counter-column .inner{
	 position: relative;
	 padding: 30px 20px;
	 text-align: center;
	 background-color: #f7f5f1;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
	}
 
 .about-section .counter-column .inner:before{
	 position: absolute;
	 right: 0;
	 top: 0;
	 border-left: 20px solid transparent;
	 border-top: 20px solid #ffffff;
	 content: "";
 }
 
 .about-section .counter-column .inner:hover{
	 background-color: #F08322;
 }
 
 .about-section .counter-column .icon-box{
	 position: relative;
	 display: inline-block;
	 margin-bottom: 10px;
 }
 
 .about-section .counter-column .icon-box .icon{
	 position: relative;
	 display: inline-block;
	 font-size: 30px;
	 line-height: 1.2em;
	 color: #24262d;
	 font-weight: 400;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
	}
 
 .about-section .counter-column .inner:hover .icon-box .icon{
	 color: #ffffff;
 }
 
 .about-section .counter-column .count-box{
	 position: relative;
	 font-size: 30px;
	 line-height: 1em;
	 color: #24262d;
	 font-weight: 500;
	 margin-bottom: 3px;
	 letter-spacing: 0.03em;
 }
 
 .about-section .counter-column .count-text{
	 position: relative;
	 font-size: 30px;
	 line-height: 1em;
	 color: #24262d;
	 font-weight: 500;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .about-section .counter-column .inner:hover .count-text{
	 color: #ffffff;
 }
 
 .about-section .counter-column .counter-title{
	 position: relative;
	 display: block;
	 font-size: 16px;
	 line-height: 26px;
	 color: #6c6d70;
	 font-weight: 500;
	 letter-spacing: 0.03em;
	 text-transform: uppercase;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .about-section .counter-column .inner:hover .counter-title{
	 color: #ffffff;
 }
 
 /*** 
 
 ====================================================================
	 About Section Two
 ====================================================================
 
 ***/
 
 .about-section-two{
	 position: relative;
	 padding: 120px 0 0px;
 }
 
 .about-section-two .title-box{
	 position:relative;
	 margin-bottom:50px;	
 }
 
 .about-section-two .title-box .sec-title{
	 margin-bottom:0;	
 }
 
 .about-section-two .title-box .link-box{
	 position:relative;
	 text-align:right;
	 padding-top:30px;
 }
 
 .about-section-two .content-column{
	 position: relative;
	 margin-bottom: 50px;
	 z-index:1;
 }
 
 .about-section-two .content-column .inner-column{
	 position: relative;
	 padding-left: 50px;
 }
 
 .about-section-two .content-column .sec-title{
	 margin-bottom: 35px;
 }
 
 .about-section-two .content-column .sec-title h2{
	 line-height: 1.2em;
 }
 
 .about-section-two .content-column .text{
	 position:relative;
	 font-size: 18px;
	 line-height: 1.8em;
	 color: #6c6d70;
	 font-weight: 500;
 }
 
 .about-section-two .content-column .text p{
	 font-size: 18px;
	 line-height: 1.8em;
	 color: #6c6d70;
	 font-weight: 500;
	 margin-bottom: 30px;
 }
 
 .about-section-two .image-column{
	 position: relative;
	 margin-bottom: 50px;
	 z-index:1;
 }
 
 .about-section-two .image-column .inner-column{
	 position: relative;
 }
 
 .about-section-two .image-column .image-box{
	 position: relative;
 }
 
 .about-section-two .image-column .image{
	 position: relative;
	 margin-bottom: 0;
 }
 
 .about-section-two .image-column .image img{
	 display: block;
	 width: 100%;
 }
 
 .about-section-two .fun-fact-section{
	 position:relative;
	 background:none;
	 padding:0px 0px;
	 margin-top:-220px;
	 overflow:hidden;
 }
 
 .about-section-two .fun-fact-section .inner-container{
	 position:relative;
	 padding:40px 0px;
	 padding-left:290px;
	 margin-left:250px;
	 background:#24262d;
 }
 
 .about-section-two .fun-fact-section .inner-container:before{
	 content:'';
	 position:absolute;
	 left:0;
	 top:0;
	 width:3000px;
	 height:100%;
	 background:#24262d;	
 }
 
 /*** 
 
 ====================================================================
	 About Page Section
 ====================================================================
 
 ***/
 
 .about-page-section{
	 position: relative;
	 padding: 120px 0 0;
 }
 
 .about-block{
	 position: relative;
	 margin-bottom: 15px;
	}
 
 .about-block .content-column{
	 position: relative;
	 margin-bottom: 50px;
 }
 
 .about-block .content-column .inner-column{
	 position: relative;
	 padding-left: 70px;
	}
 
 .about-block .content-column .sec-title{
	 position: relative;
	 margin-bottom: 37px;
 }
 
 .about-block .content-column .sec-title h2{
	 line-height: 1.1em;
 }
 
 .about-block .content-column .text-box{
	 position: relative;
 }
 
 .about-block .content-column .text-box p{
	 position: relative;
	 display: block;
	 font-size: 18px;
	 line-height: 34px;
	 color: #6c6d70;
	 font-weight: 500;
	 margin-bottom: 34px;
 }
 
 .about-block .content-column .text-box p:last-child{
	 margin-bottom: 0;
 }
 
 .about-block .image-column{
	 position: relative;
	 margin-bottom: 50px;
	 border-radius: 5px;
	}
 
 .about-block .image-column .image{
	 position: relative;
	 margin-bottom: 0;
	 padding-top: 10px;
	}
 
 .about-block .image-column .image img{
	 display: block;
	 width: 100%;
	 height: 400px;
	 border-radius: 5px;
	}
 
 .about-block.style-two .content-column{
	 order: 2;
 }
 
 .about-block.style-two .content-column .inner-column{
	 position: relative;
	 padding-right: 0px;
	 padding-left: 70px;
 }
 
 /*** 
 
 ====================================================================
	 Intro Section
 ====================================================================
 
 ***/
 
 .intro-section{
	 position: relative;
	 padding: 120px 0 90px;
	 text-align: center;
 }
 
 .intro-section .sec-title{
	 margin-bottom: 40px;
 }
 
 .intro-section .sec-title h2{
	 line-height: 1.2em;
 }
 
 .intro-section .text{
	 position: relative;
	 font-size: 22px;
	 line-height: 40px;
	 color: #6c6d70;
	 font-weight: 400;
	 max-width: 1000px;
	 margin: 0 auto 50px;
 }
 
 .intro-section .image-column{
	 position: relative;
	 margin-bottom: 30px;
 }
 
 .intro-section .image-column .image{
	 position: relative;
	 margin-bottom: 0;
	 background-color: #24262d;
 }
 
 .intro-section .image-column .image img{
	 display: block;
	 width: 100%;
	 height: auto;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .intro-section .image-column .image:hover img{
	 opacity: .50;
 }
 
 /*** 
 
 ====================================================================
	 Fun Fact Section
 ====================================================================
 
 ***/
 
 .fun-fact-section{
	 position: relative;
	 background-color: #24262d;
	 padding: 5px 0;
	}
 
 .fun-fact-section .title-column{
	 position:relative;
	 margin-bottom:50px;	
 }
 
 .fun-fact-section .title-column .sec-title{
	 margin:0;
	 padding:70px 0px 30px;
	 text-align: right;
	}
 
 .fun-fact-section .title-column .sec-title h2{
	 color:#ffffff;	
 }
 
 .fun-fact-section .facts-couner{
	 position: relative;
 }
 
 .fun-fact-section .counter-column{
	 position: relative;
 }
 
 .fun-fact-section .counter-column .inner{
	 position: relative;
	 padding: 70px 15px;
	 text-align: center;
 }
 
 .fun-fact-section .counter-column .icon-box{
	 position: relative;
	 font-size:52px;
	 color: #ffffff;
	 line-height:1em;
	 margin-bottom:22px;
 }
 
 .fun-fact-section .counter-column .count-box{
	 position: relative;
	 font-size: 60px;
	 line-height: 50px;
	 color: #ffffff;
	 font-weight: 400;
	 letter-spacing: 0.03em;
	 margin-bottom: 15px;
 }
 
 .fun-fact-section .counter-column .count-text{
	 position: relative;
	 font-size: 60px;
	 line-height: 0.8em;
	 color: #ffffff;
	 font-weight: 400;
 }
 
 .fun-fact-section .counter-column .counter-title{
	 position: relative;
	 display: block;
	 font-size: 16px;
	 line-height: 1em;
	 color: #9a9ca2;
	 font-weight: 500;
	 letter-spacing: 0.03em;
	 text-transform: uppercase;
 }
 
 /*** 
 
 ====================================================================
		 Room Section
 ====================================================================
 
 ***/
 
 .room-section{
	 position: relative;
	 padding: 120px 0 0;
	 background-color: #f7f5f1;
 }
 .category-section {
	position: relative;
	padding: 40px 0 
 }
 .room-section:before{
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 100%;
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 background-image: url(../images/icons/pattern-1.jpg);
	 content: "";
	 opacity: 0.05;
 }
 
 .room-detail-tabs{
	 position: relative;
 }
 
 .room-detail-tabs .tabs-box{
	 position: relative;
 }
 
 .room-detail-tabs .tab-btns{
	 position: relative;
	 left:0;
	 top:0;
	 width:100%;
	 display: table;
	 margin-bottom:60px;
 }
 
 .room-detail-tabs .tab-btns li{
	 position: relative;
	 display: table-cell;
	 width:20%;
	 vertical-align: middle;
	 background-color: #ffffff;
	 font-size: 20px;
	 line-height: 40px;
	 color: #24262d;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 0.03em;
	 cursor: pointer;
	 text-align: center;
	 padding: 25px 15px;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .room-detail-tabs .tab-btns li:before{
	 position: absolute;
	 right: 0;
	 top:0px;
	 border-right: 18px solid #ffffff;
	 border-bottom: 21px solid transparent;
	 content: "";
 }
 
 .room-detail-tabs .tab-btns li:last-child:before{
	 border-right: 18px solid #f7f5f1;
 }
 
 .room-detail-tabs .tab-btns li.active-btn,
 .room-detail-tabs .tab-btns li:hover{
	 background-color: #F08322;
	 color: #ffffff;
 }
 
 .room-detail-tabs .tab-btns li.active-btn:before,
 .room-detail-tabs .tab-btns li:hover:before{
	 -webkit-transition: all 300ms ease 300ms;
	 -moz-transition: all 300ms ease 300ms;
	 -ms-transition: all 300ms ease 300ms;
	 -o-transition: all 300ms ease 300ms;
	 transition: all 300ms ease 300ms;
	 background-color: #F08322;
 }
 
 .room-detail-tabs .tab-btns li:hover span,
 .room-detail-tabs .tab-btns li.active-btn span{
	 color: #ffffff;
	 opacity: 0.1;
 }
 
 .room-detail-tabs .tabs-content{
	 position: relative;
	 padding: 0 0 70px;
 }
 
 .room-detail-tabs .tab{
	 position: relative;
	 display:none;
 }
 
 .room-detail-tabs .active-tab{
	 display:block;	
 }
 
 .room-section .content-column{
	 position: relative;
 }
 
 .room-section .content-column .inner-column{
	 position: relative;
	 margin-right: -30px;
	 opacity:0;
	 -webkit-transform:translateX(-30px);
	 -ms-transform:translateX(-30px);
	 transform:translateX(-30px);
	 -webkit-transition:all 500ms ease 100ms;
	 -ms-transition:all 500ms ease 100ms;
	 transition:all 500ms ease 100ms;
 }
 
 .room-section .active-tab .content-column .inner-column{
	 opacity:1;
	 -webkit-transform:translateX(0px);
	 -ms-transform:translateX(0px);
	 transform:translateX(0px);	
 }
 
 .room-section .content-column h2{
	 position: relative;
	 display: block;
	 font-size: 30px;
	 line-height: 1em;
	 color: #24262d;
	 font-weight: 700;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
	 margin-bottom: 40px;
 }
 
 .room-section .content-column .room-size{
	 position: absolute;
	 right: 0;
	 top: 0;
	 font-size: 14px;
	 line-height: 20px;
	 color: #F08322;
	 font-weight: 700;
	 letter-spacing: 0.16em;
	 padding: 10px 30px;
	 text-transform: uppercase;
	 background-color: #24262d;
 }
 
 .room-section .content-column .room-size span{
	 margin-right: 25px;
 }
 
 .room-section .content-column .text{
	 position: relative;
	 font-size: 18px;
	 line-height: 34px;
	 color: #6c6d70;
	 font-weight: 500;
	 margin-bottom: 50px;
 }
 
 .room-section .room-info{
	 position: relative;
	 margin-bottom: 40px;
 }
 
 .room-section .room-info .icon{
	 position: relative;
	 display: inline-block;
	 margin-bottom: 20px;
	 font-size: 64px;
	 line-height: 1em;
	 color: #000000;
 }
 
 .room-section .room-info h5{
	 display: block;
	 font-size: 18px;
	 line-height: 1.2em;
	 color: #24262d;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 0.03em;
	 padding-right: 40px;
 }
 
 .room-section .image-column{
	 position: relative;
	 margin-bottom: 50px;
 }
 
 .room-section .image-column .inner-column{
	 position: relative;
	 padding-left: 110px;
	 opacity:0;
	 -webkit-transform:translateX(30px);
	 -ms-transform:translateX(30px);
	 transform:translateX(30px);
	 -webkit-transition:all 500ms ease 100ms;
	 -ms-transition:all 500ms ease 100ms;
	 transition:all 500ms ease 100ms;
 }
 
 .room-section .active-tab .image-column .inner-column{
	 opacity:1;
	 -webkit-transform:translateX(0px);
	 -ms-transform:translateX(0px);
	 transform:translateX(0px);	
 }
 
 .room-section .image-column .image{
	 position: relative;
	 margin-bottom: 0;
 }
 
 .room-section .image-column .image img{
	 display: block;
	 width: 100%;
	 height: auto;
 }
 
 /*** 
 
 ====================================================================
	 why Choose us
 ====================================================================
 
 ***/
 
 .why-choose-us{
	 position: relative;
	 padding: 40px 0px;
	 /* background-color: #24262d; */
	 direction: ltr;
	 text-align: right;
	}
 
 .why-choose-us .image-layer{
	 position: absolute;
	 right: 0;
	 top: 0;
	 height: 100%;
	 opacity: .35;
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	}
 
 .why-choose-us .title-column{
	 position: relative;
	 background-color: #fefefe;
	 padding: 30px;
	 border-radius: 5px;
	 box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	}
 
 .why-choose-us .title-column .inner-column{
	 position: relative;
	 padding-top: 170px;
	 padding-left: 70px;
 }
 
 .why-choose-us .sec-title h2{
	 line-height: 1.2em;
 }
 
 .why-choose-us .sec-title .title{
	 margin-bottom: 10px;
 }
 
 .why-choose-us .feature-column{
	 position: relative;
 }
 
 .why-choose-us .feature-column .inner-column{
	 position: relative;
	 padding-right: 70px;
 }
 
 .why-choose-us .features-box{
	 position: relative;
	 background-color: #ffffff;
	 margin-top: 18px;
	 padding: 80px 100px 70px;
 }
 
 .why-choose-us .feature-list{
	 position: relative;
	 display: block;
	 counter-reset:count;
 }
 
 .why-choose-us .feature-list li{
	 position: relative;
	 display: block;
	 font-size: 18px;
	 line-height: 2em;
	 color: #24262d;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 0.03em;
	 margin-bottom: 36px;
	 padding-left: 60px;
 }
 
 .why-choose-us .feature-list li:before{
	 position: absolute;
	 left: 0;
	 top: 0;
	 font-size: 18px;
	 line-height: 2em;
	 color: #F08322;
	 font-weight: 600;
	 counter-increment: count;
	 content: "0" counter(count);
 }
 
 .why-choose-us .feature-list li:last-child{
	 margin-bottom: 0;
 }
 
 .why-choose-us .features-box:before{
	 position: absolute;
	 left: 0;
	 right: 21px;
	 top:-18px;
	 height: 18px;
	 background-color: #ffffff;
	 content: "";
 }
 
 .why-choose-us .features-box:after{
	 position: absolute;
	 right: 0;
	 top:-18px;
	 border-bottom: 18px solid #ffffff;
	 border-right: 21px solid transparent;
	 content: "";
 }
 
 /*** 
 
 ====================================================================
	 why Chose us
 ====================================================================
 
 ***/
 
 .why-chose-us{
	position: relative;
	padding: 40px 0px;
	background-color: #24262d;
   }

.why-chose-us .image-layer{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	opacity: .35;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
   }

.why-chose-us .title-column{
	position: relative;
	/* background-color: #fefefe; */
	padding: 30px;
	order: unset;
	border-radius: 5px;
	/* box-shadow: 0 0 15px rgb(0 0 0 / 10%); */
	}

.why-chose-us .title-column .inner-column{
	position: relative;
	padding-top: 170px;
	padding-right: 70px;
	text-align: right;
}

.why-chose-us .sec-title h2{
	line-height: 1.2em;
}

.why-chose-us .sec-title .title{
	margin-bottom: 10px;
}

.why-chose-us .feature-column{
	position: relative;
}

.why-chose-us .feature-column .inner-column{
	position: relative;
	padding-right: 70px;
}

.why-chose-us .features-box{
	position: relative;
	background-color: #ffffff;
	margin-top: 18px;
	padding: 80px 100px 70px;
}

.why-chose-us .feature-list{
	position: relative;
	display: block;
	counter-reset:count;
}

.why-chose-us .feature-list li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 2em;
	color: #24262d;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 36px;
	padding-left: 60px;
	text-align: right;
}

.why-chose-us .feature-list li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 2em;
	color: #F08322;
	font-weight: 600;
	counter-increment: count;
	content: "0" counter(count);
}

.why-chose-us .feature-list li:last-child{
	margin-bottom: 0;
}

.why-chose-us .features-box:before{
	position: absolute;
	left: 0;
	right: 21px;
	top:-18px;
	height: 18px;
	background-color: #ffffff;
	content: "";
}

.why-chose-us .features-box:after{
	position: absolute;
	right: 0;
	top:-18px;
	border-bottom: 18px solid #ffffff;
	border-right: 21px solid transparent;
	content: "";
}

 /*** 
 
 ====================================================================
	 Features Section
 ====================================================================
 
 ***/
 
 .features-section{
	 position: relative;
	 padding: 120px 0 70px;
 }
 
 .feature-block-two{
	 position: relative;
	 margin-bottom: 50px;
 }
 
 .feature-block-two .inner-box{
	 position: relative;
 }
 
 .feature-block-two .image-box{
	 position: relative;
 }
 
 .feature-block-two .image{
	 position: relative;
	 margin-bottom: 0;
 }
 
 .feature-block-two .image img{
	 display: block;
	 width: 100%;
	 height: auto;
 }
 
 .feature-block-two .lower-content{
	 position: relative;
	 padding-top: 25px;
 }
 
 .feature-block-two h5{
	 position: relative;
	 display: block;
	 font-size: 22px;
	 line-height: 1.2em;
	 color: #24262d;
	 font-weight: 700;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
	 margin-bottom: 28px;
 }
 
 .feature-block-two .text{
	 position: relative;
	 display: block;
	 font-size: 18px;
	 line-height: 33px;
	 color: #6c6d70;
	 font-weight: 500;
	 margin-bottom: 40px;
 }
 
 .feature-block-two .list-style-one li{
	 font-weight: 400;
 }
 
 .feature-block-two .list-style-one li:last-child{
	 margin-bottom: 0;
 }
 
 /*** 
 
 ====================================================================
	 Call To Action
 ====================================================================
 
 ***/
 
 .call-to-action{
	 position: relative;
	 padding: 120px 0;
	 text-align: center;
	 background-color: #F08322;
 }
 
 .call-to-action:before{
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 100%;
	 background-image: url(../images/icons/pattern-2.jpg);
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 opacity: 0.10;
	 content: "";
 }
 
 .call-to-action .sec-title .title{
	 color: #ffffff;
 }
 
 .call-to-action .number{
	 position: relative;
	 display: block;
	 font-size: 50px;
	 line-height: 1em;
	 color: #ffffff;
	 margin-top: 10px;
	 letter-spacing: 0.05em;
 }
 
 .call-to-action .number a{
	 color: #ffffff;
 }
 
 .call-to-action .number a:hover{
	 text-decoration: underline;
 }
 
 /*** 
 
 ====================================================================
	 Floor Section
 ====================================================================
 
 ***/
 
 .floor-section{
	 position: relative;
	 padding: 120px 0;
 }
 
 .floor-carousel{
	 position: relative;
 }
 
 .floor-carousel .info-column{
	 position: relative;
 }
 
 .floor-carousel .floor-info{
	 position: relative;
 }
 
 .floor-carousel .floor-info li{
	 position: relative;
	 font-size: 16px;
	 line-height: 27px;
	 color: #6c6d70;
	 font-weight: 600;
	 text-transform: uppercase;
	 padding: 15px 30px;
	 background-color: #f7f5f1;
 }
 
 .floor-carousel .floor-info li:nth-child(even){
	 background-color: #ffffff;
 }
 
 .floor-carousel .floor-info li span{
	 position: relative;
	 float: right;
	 color: #24262d;
	 font-weight: 600;
 }
 
 .floor-carousel .text-column{
	 position: relative;
 }
 
 .floor-carousel .text-column p{
	 position: relative;
	 display: block;
	 font-size: 18px;
	 line-height: 34px;
	 color: #6c6d70;
	 font-weight: 500;
	 margin-bottom: 34px;
 }
 
 .floor-carousel .text-column .theme-btn{
	 margin-top: 20px;
 }
 
 .floor-carousel .owl-nav{
	 display: none;
 }
 
 .floor-carousel .owl-dots{
	 position: absolute;
	 right: 0;
	 top: -80px;
 }
 
 .floor-carousel .owl-dot{
	 position: relative;
	 display: inline-block;
	 height: 20px;
	 width: 20px;
	 border: 6px solid #d3d4d5;
	 margin-left: 10px;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .floor-carousel .owl-dot:last-child{
	 margin-bottom: 0;
 }
 
 .floor-carousel .owl-dot.active,
 .floor-carousel .owl-dot:hover{
	 border: 6px solid #F08322;
 }
 
 /*** 
 
 ====================================================================
	 Property Section
 ====================================================================
 
 ***/
 
 .property-section{
	 position: relative;
	 padding: 120px 0;
 }
 
 .property-tabs{
	 position: relative;
	 border-top: 0;
	 border: 2px solid #f7f5f1;
 }
 
 .property-tabs .tab-btns{
	 position: relative;
 }
 
 .property-tabs .tab-btns{
	 position: relative;
	 display: table;
	 width: 100%;
 }
 
 .property-tabs .tab-btns li{
	 position: relative;
	 display: table-cell;
	 vertical-align: middle;
	 font-size: 18px;
	 line-height: 30px;
	 color: #6c6d70;
	 font-weight: 700;
	 text-transform: uppercase;
	 letter-spacing: 0.03em;
	 cursor: pointer;
	 text-align: center;
	 padding: 30px 15px;
	 background-color: #f7f5f1;
	 border-right: 1px solid #ffffff;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .property-tabs .tab-btns li:hover,
 .property-tabs .tab-btns li.active-btn{
	 background-color: #24262d;
	 color: #F08322;
 }
 
 .property-tabs .tab{
	 position: relative;
 }
 
 .property-tabs .content-box{
	 position: relative;
	 padding: 70px 75px 70px;
 }
 
 .property-tabs .content-box .text{
	 position: relative;
	 font-size: 18px;
	 line-height: 34px;
	 color: #6c6d70;
	 font-weight: 500;
	 margin-bottom: 70px;
 }
 
 .property-tabs .info-column{
	 position: relative;
 }
 
 .property-tabs .floor-info{
	 position: relative;
	 margin-bottom: 60px;
	 opacity:0;
	 -webkit-transform:translateX(-30px);
	 -ms-transform:translateX(-30px);
	 transform:translateX(-30px);
	 -webkit-transition:all 500ms ease 200ms;
	 -ms-transition:all 500ms ease 200ms;
	 transition:all 500ms ease 200ms;
 }
 
 .property-tabs .active-tab .floor-info{
	 opacity:1;
	 -webkit-transform:translateX(0px);
	 -ms-transform:translateX(0px);
	 transform:translateX(0px);	
 }
 
 .property-tabs .floor-info li{
	 position: relative;
	 font-size: 16px;
	 line-height: 27px;
	 color: #6c6d70;
	 font-weight: 600;
	 text-transform: uppercase;
	 padding: 15px 30px;
	 background-color: #f7f5f1;
 }
 
 .property-tabs .floor-info li:nth-child(even){
	 background-color: #ffffff;
 }
 
 .property-tabs .floor-info li span{
	 position: relative;
	 float: right;
	 color: #24262d;
 }
 
 .property-tabs .image-column{
	 position: relative;
	 text-align: right;
 }
 
 .property-tabs .image-column .image{
	 position: relative;
	 opacity:0;
	 -webkit-transform:translateX(30px);
	 -ms-transform:translateX(30px);
	 transform:translateX(30px);
	 -webkit-transition:all 500ms ease 200ms;
	 -ms-transition:all 500ms ease 200ms;
	 transition:all 500ms ease 200ms;
 }
 
 .property-tabs .active-tab .image-column .image{
	 opacity:1;
	 -webkit-transform:translateX(0px);
	 -ms-transform:translateX(0px);
	 transform:translateX(0px);	
 }
 
 /*** 
 
 ====================================================================
	 News Section
 ====================================================================
 
 ***/
 
 .news-section{
	 position: relative;
	 padding: 120px 0 90px;
 }
 
 .news-block{
	 position: relative;
	 margin-bottom: 30px;
 }
 
 .news-block .inner-box{
	 position: relative;
	 background-color: #f7f5f1;
 }
 
 .news-block .image-box{
	 position: relative;
 }
 
 .news-block .image-box .image{
	 position: relative;
	 margin-bottom: 0;
	 background-color: #24262d;
	 overflow: hidden;
 }
 
 .news-block .image-box .image img{
	 display: block;
	 width: 100%;
	 height: auto;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .news-block .inner-box:hover .image a img{
	 opacity: .70;
	 -webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 -ms-transform: scale(1.1);
	 -o-transform: scale(1.1);
	 transform: scale(1.1);
 }
 
 .news-block .lower-content{
	 position: relative;
	 text-align: right;
	 padding: 40px 80px 70px;
	}
 
 .news-block .lower-content .date{
	  position: relative;
	  display: inline-block;
	  font-size: 19px;
	  line-height: 20px;
	  color: #F08322;
	  font-weight: 700;
	  letter-spacing: 0;
	  padding: 10px 30px;
	  text-transform: uppercase;
	  background-color: #24262d;
	  margin-bottom: 20px;
	}
 
 .news-block .lower-content h5{
	 position: relative;
	 display: block;
	 font-size: 24px;
	 line-height: 34px;
	 color: #24262d;
	 font-weight: 700;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
	 margin-bottom: 25px;
 }
 
 .news-block .lower-content h5 a{
	 color: #24262d;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;	
 }
 
 .news-block .lower-content h5 a:hover{
	 color: #F08322;
 }
 
 .news-block .lower-content .text{
	 position: relative;
	 font-size: 18px;
	 line-height: 34px;
	 color: #6c6d70;
	 font-weight: 500;
	 margin-bottom: 40px;
 }
 
 .news-block .post-info{
	 position: relative;
 }
 
 .news-block .post-info li{
	 position: relative;
	 display: inline-block;
	 margin-right: 15px;
	 padding-right: 20px;
	 font-size: 16px;
	 line-height: 30px;
	 color: #F08322;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
 }
 
 .news-block .post-info li a{
	 color: #F08322;
	 display: inline-block;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;	
 }
 
 .news-block .post-info li:before{
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 font-size: 16px;
	 line-height: 30px;
	 color: #F08322;
	 font-weight: 500;
	 content: ".";
 }
 
 .news-block .post-info li a:hover{
	 color: #24262d;
	 text-decoration:underline;	
 }
 
 /*** 
 
 ====================================================================
		 News Section Two
 ====================================================================
 
 ***/
 
 .news-section-two{
	 position: relative;
	 padding: 120px 0 90px;
 }
 
 .news-block-two{
	 position: relative;
	 margin-bottom: 30px;
 }
 
 .news-block-two .inner-box{
	 position: relative;
	 background-color: #f7f5f1;
 }
 
 .news-block-two .image-box{
	 position: relative;
 }
 
 .news-block-two .image-box .image{
	 position: relative;
	 margin-bottom: 0;
	 overflow: hidden;
	 background-color: #24262d;
 }
 
 .news-block-two .image-box .image img{
	 display: block;
	 width: 100%;
	 height: auto;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .news-block-two .inner-box:hover .image img{
	 opacity: .70;
	 -webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 -ms-transform: scale(1.1);
	 -o-transform: scale(1.1);
	 transform: scale(1.1);
 }
 
 .news-block-two .lower-content{
	 position: relative;
	 padding: 40px 60px 50px;
 }
 
 .news-block-two .lower-content .date{
	  position: relative;
	 display: inline-block;
	 font-size: 14px;
	 line-height: 20px;
	 color: #F08322;
	 font-weight: 700;
	 letter-spacing: 0.16em;
	 padding: 10px 30px;
	 text-transform: uppercase;
	 background-color: #24262d;
	 margin-bottom: 20px;
 }
 
 .news-block-two .lower-content h4{
	 position: relative;
	 display: block;
	 font-size: 24px;
	 line-height: 34px;
	 color: #24262d;
	 font-weight: 700;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
 }
 
 .news-block-two .lower-content h4 a{
	 color: #24262d;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;	
 }
 
 .news-block-two .lower-content h4 a:hover{
	 color: #F08322;
 }
 
 /*** 
 
 ====================================================================
	 News Detail
 ====================================================================
 
 ***/
 
 .news-detail{
	 position: relative;
 }
 
 .author-box{
	 position: relative;
	 margin-bottom: 70px;
	 border: 2px solid #f7f5f1;
	 padding: 58px 58px;
 }
 
 .author-box .inner-box{
	 position: relative;
	 padding-left: 210px;
	 min-height: 165px;
 }
 
 .author-box .thumb{
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 160px;
 }
 
 .author-box .thumb img{
	 display: block;
	 width: 100%;
 }
 
 .author-box .name{
	 position: relative;
	 display: block;
	 font-size: 22px;
	 line-height: 1em;
	 color: #24262d;
	 font-weight: 600;
	 margin-bottom: 40px;
	 text-transform: uppercase;
	 letter-spacing: 1px;
 }
 
 .author-box .text{
	 font-size: 18px;
	 line-height: 34px;
	 color: #6c6d70;
	 font-weight: 500;
 }
 
 /*** 
 
 ====================================================================
		 Gallery Section
 ====================================================================
 
 ***/
 
 .gallery-section{
	 position: relative;
	 padding:1px 0px;
	 direction: ltr;
	}
 
 .gallery-item{
	 position: relative;
 }
 
 .gallery-item .image-box{
	 position: relative;
	 overflow: hidden;
 }
 
 .gallery-item .image-box .image{
	 position: relative;
 }
 
 .gallery-item .image-box .image img{
	 display: block;
	 width: 100%;
	 height: 202px;
	}
 
 .gallery-item .overlay-box{
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 100%;
	 text-align: center;
	 background-color: rgb(212 167 64);
	 content: "";
	 -webkit-transition: -webkit-transform 0.4s ease;
	 transition: -webkit-transform 0.4s ease;
	 transition: transform 0.4s ease;
	 transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	 -webkit-transform: scale(0, 1);
	 -ms-transform: scale(0, 1);
	 transform: scale(0, 1);
	 -webkit-transform-origin: right center;
	 -ms-transform-origin: right center;
	 transform-origin: right center;
	}
 
 .gallery-item .image-box:hover .overlay-box{
	 -webkit-transform: scale(1, 1);
	 -ms-transform: scale(1, 1);
	 transform: scale(1, 1);
	 -webkit-transform-origin: left center;
	 -ms-transform-origin: left center;
	 transform-origin: left center;
 }
 
 .gallery-item .overlay-box a{
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 margin-top: -25px;
	 margin-left: -25px;
 }
 
 .gallery-item .overlay-box a span{
	 display: block;
	 height: 58px;
	 width: 58px;
	 color: #ffffff;
	 border-radius: 50%;
	 font-weight: 400;
	 line-height: 58px;
	 font-size: 30px;
 }
 
 .gallery-section .owl-nav{
	 display: none;
 }
 
 /*** 
 
 ====================================================================
		 Gallery Section Two
 ====================================================================
 
 ***/
 
 .gallery-section-two{
	 position: relative;
	 padding: 110px 0 0;
 }
 
 .gallery-section-two:before{
	 content: "";
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 60%;
	 width: 100%;
	 background-color: #f7f5f1;
 }
 
 .gallery-section-two .pattern-layer{
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 60%;
	 width: 100%;
	 background-repeat: no-repeat;
	 background-position: center top;
	 background-size: cover;
	 opacity: 0.05;
 }
 
 .gallery-item-two{
	 position: relative;
 }
 
 .gallery-item-two .image-box{
	 position: relative;
	 overflow: hidden;
 }
 
 .gallery-item-two .image-box .image{
	 position: relative;
 }
 
 .gallery-item-two .image-box .image img{
	 display: block;
	 width: 100%;
	 height: 245px;
	 object-fit: cover;
	}
 
 .gallery-item-two .overlay-box{
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 100%;
	 text-align: center;
	 background-color: rgba(222,158,83,.90);
	 content: "";
	 -webkit-transition: -webkit-transform 0.4s ease;
	 transition: -webkit-transform 0.4s ease;
	 transition: transform 0.4s ease;
	 transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	 -webkit-transform: scale(0, 1);
	 -ms-transform: scale(0, 1);
	 transform: scale(0, 1);
	 -webkit-transform-origin: right center;
	 -ms-transform-origin: right center;
	 transform-origin: right center;
 }
 
 .gallery-item-two .image-box:hover .overlay-box{
	 -webkit-transform: scale(1, 1);
	 -ms-transform: scale(1, 1);
	 transform: scale(1, 1);
	 -webkit-transform-origin: left center;
	 -ms-transform-origin: left center;
	 transform-origin: left center;
 }
 
 .gallery-item-two .overlay-box a{
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 margin-top: -25px;
	 margin-left: -25px;
 }
 
 .gallery-item-two .overlay-box a span{
	 display: block;
	 height: 58px;
	 width: 58px;
	 color: #ffffff;
	 border-radius: 50%;
	 font-weight: 400;
	 line-height: 58px;
	 font-size: 30px;
 }
 
 .gallery-item-two .owl-nav{
	 display: none;
 }
 
 .gallery-section-two .gallery-item-two .image{
	 margin-bottom: 0;
 }
 
 .gallery-section-two .owl-nav{
	 display: none;
 }
 
 .gallery-section-two .owl-dots{
	 position: absolute;
	 bottom: 62px;
	 left: 0;
	 width: 100%;
	 text-align: center;
 }
 
 .gallery-section-two .owl-dot{
	 position: relative;
	 display: inline-block;
	 height: 20px;
	 width: 20px;
	 border: 6px solid rgba(255,255,255,0.20);
	 margin: 0 5px;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .gallery-section-two .owl-dot.active,
 .gallery-section-two .owl-dot:hover{
	 border: 6px solid #ffffff;
 }
 
 /*** 
 
 ====================================================================
		 Gallery Page Section
 ====================================================================
 
 ***/
 
 .gallery-page-section{
	 position: relative;
	 padding: 120px 0 90px;
 }
 
 /*=== Mixitup Gallery ===*/
 .mixitup-gallery .filters{
	 margin-bottom:50px;
	 text-align: center;
 }
 
 .mixitup-gallery .filters .filter-tabs{
	 position:relative;
	 display: block;
 }
 
 .mixitup-gallery .filters li{
	 position:relative;
	 display: inline-block;
	 font-size:14px;
	 line-height:30px;
	 padding:10px 30px;
	 cursor:pointer;
	 color:#ffffff;
	 font-weight:700;
	 margin: 0 4px 10px;
	 text-transform: uppercase;
	 letter-spacing: 0;
	 background-color: #F08322;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
	}
 
 .mixitup-gallery .filters .filter.active,
 .mixitup-gallery .filters .filter:hover{
	 color: #ffffff;
	 background-color: #24262d;
 }
 
 .mixitup-gallery .gallery-item-two{
	 display: none;
 }
 
 .gallery-item-two{
	 position: relative;
	 margin-bottom: 30px;
 }
 
 .owl-theme .gallery-item-two{
	 margin-bottom:0;	
 }
 
 /*** 
 
 ====================================================================
	 Apartments Section
 ====================================================================
 
 ***/
 
 .apartments-section{
	 position: relative;
	 padding: 120px 0 90px;
 }
 
 .apartment-block{
	 position: relative;
	 margin-bottom: 30px;
 }
 
 .apartment-block .inner-box{
	 position: relative;
 }
 
 .apartment-block .image-box{
	 position: relative;
 }
 
 .apartment-block .image{
	 position: relative;
	 margin-bottom: 0;
	 background-color: #24262d;
 }
 
 .apartment-block .image img{
	 display: block;
	 width: 100%;
	 height: 225px;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
	}
 
 .apartment-block .inner-box:hover .image img{
	 opacity: .70;
 }
 
 .apartment-block .info-box{
	 position: relative;
	 padding: 35px 40px;
	 background-color: #f7f5f1;
	 text-align: right;
	}
 
 .apartment-block .info-box:before{
	 content:'';
	 position:absolute;
	 left:0;
	 bottom:0;
	 width:100%;
	 height:100%;
	 opacity:0;
	 background-color: #24262d;
	 -webkit-transform-origin:bottom;
	 -ms-transform-origin:bottom;
	 transform-origin:bottom;
	 -webkit-transform:scaleY(0);
	 -ms-transform:scaleY(0);
	 transform:scaleY(0);
	 -webkit-transition:all 300ms ease 100ms;
	 -ms-transition:all 300ms ease 100ms;
	 transition:all 300ms ease 100ms;	
 }
 
 .apartment-block .inner-box:hover .info-box:before{
	 opacity:1;
	 -webkit-transform:scaleY(1);
	 -ms-transform:scaleY(1);
	 transform:scaleY(1);
 }
 
 .apartment-block .info-box h4{
	 position: relative;
	 display: block;
	 font-size: 20px;
	 line-height: 30px;
	 color: #24262d;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 0;
	}
 
 .apartment-block .info-box h4 a{
	 color: #24262d;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .apartment-block .inner-box:hover .info-box h4 a{
	 color: #ffffff;
 }
 
 .apartment-block .info-box .read-more{
	 position: relative;
	 display: inline-block;
	 font-size: 14px;
	 line-height: 30px;
	 color: #F08322;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 1px;
 }
 
 /*** 
 
 ====================================================================
	 Apartment Detail
 ====================================================================
 
 ***/
 
 .apartment-detail{
	 position: relative;
	 padding: 0;
	}
 
 .apartment-detail .upper-box{
	 position: relative;
	 direction: ltr;
	}
 
 .apartment-detail .slide-item{
	 position: relative;
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 height: 454px;
	}
 
 .apartment-detail .upper-box .image{ 
	 position: relative;
	 margin-bottom: 0;
 }
 
 .apartment-detail .upper-box .image img{
	 display: block;
	 width: 100%;
	 height: auto;
 } 
 
 .apartment-detail .upper-box .apartment-info{
	 position: relative;
	 float: right;
	 background-color: #ffffff;
	 padding: 50px 80px 45px;
	 max-width: 370px;
	 width: 100%;
	 -webkit-transform:translateX(-50px);
	 -ms-transform:translateX(-50px);
	 transform:translateX(-50px);
	 -webkit-transition:all 1000ms ease 100ms;
	 -ms-transition:all 1000ms ease 100ms;
	 transition:all 1000ms ease 100ms;
 }
 
 .apartment-detail .upper-box .active .apartment-info{
	 opacity:1;
	 -webkit-transform:translateX(0px);
	 -ms-transform:translateX(0px);
	 transform:translateX(0px);	
 }
 
 
 .apartment-detail .upper-box .apartment-info:before{
	 position: absolute;
	 left: 0;
	 right: 21px;
	 top:-18px;
	 height: 18px;
	 background-color: #ffffff;
	 content: "";
 }
 
 .apartment-detail .upper-box .apartment-info:after{
	 position: absolute;
	 right: 0;
	 top:-18px;
	 border-bottom: 18px solid #ffffff;
	 border-right: 21px solid transparent;
	 content: "";
 }
 
 .apartment-detail .upper-box .apartment-info h5{
	 position: relative;
	 display: block;
	 font-size: 18px;
	 line-height: 34px;
	 color: #24262d;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 1px;
 }
 
 .apartment-detail .upper-box .features-list{
	 position: relative;
	 margin-bottom: 20px;
 }
 
 .apartment-detail .upper-box .features-list li{
	 font-size: 18px;
	 line-height: 34px;
	 color: #6c6d70;
	 font-weight: 500;
	 text-transform: uppercase;
	 letter-spacing: 2px;
 }
 
 .apartment-detail .owl-nav{
	 display: none;
 }
 
 .apartment-detail .owl-dots{
	 position: absolute;
	 bottom: 55px;
	 left: 0;
	 width: 100%;
	 text-align: center;
	 background: rgb(0 0 0 / 73%);
	}
 
 .apartment-detail .owl-dot{
	 position: relative;
	 display: inline-block;
	 height: 30px;
	 width: 30px;
	 border: 6px solid rgb(255 255 255 / 65%);
	 margin: 0 5px;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
	 top: 4px;
	}
 
 .apartment-detail .owl-dot.active,
 .apartment-detail .owl-dot:hover{
	 border: 5px solid #F08322;
	 border-radius: 50%;
	}
 
 .apartment-detail .lower-content{
	 position: relative;
	 padding: 55px 0 0;
 } 
 
 .apartment-detail .lower-content .sec-title{
	 margin-bottom: 40px;
 }
 
 .apartment-detail .lower-content p{
	 position: relative;
	 display: block;
	 font-size: 18px;
	 line-height: 34px;
	 color: #6c6d70;
	 font-weight: 500;
	 margin-bottom: 34px;
 }
 
 /*** 
 
 ====================================================================
	 Newsletter Section
 ====================================================================
 
 ***/
 
 .newsletter-section{
	 position:relative;
	 padding:120px 0px 70px;
	 z-index: 1;
	 border-bottom: 1px solid #f7f5f1;
 }
 
 .newsletter-section .title-column{
	 position: relative;
	 margin-bottom: 50px;
 }
 
 .newsletter-section .title-column .inner-column{
	 position: relative;
 }
 
 .newsletter-section .title-column .sec-title{
	 margin-bottom: 0;
 }
 
 .newsletter-section .form-column{
	 position: relative;
	 margin-bottom: 50px;
 }
 
 .newsletter-section .form-column .inner-column{
	 position: relative;
 }
 
 /*Subscribe Form*/
 
 .subscribe-form .form-group{
	 position:relative;
	 display:block;
	 margin:0px;
	 width:100%;
	 padding-right:240px;
 }
 
 .subscribe-form .form-group input[type="text"],
 .subscribe-form .form-group input[type="tel"],
 .subscribe-form .form-group input[type="email"],
 .subscribe-form .form-group textarea{
	 position:relative;
	 display:block;
	 width:100%;
	 line-height:25px;
	 height:85px;
	 font-size:18px;
	 color:#6c6d70;
	 font-weight: 500;
	 background:#000000;
	 padding:25px 40px;
	 background-color:#000000;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .subscribe-form .form-group input[type="submit"],
 .subscribe-form .submit-btn{
	 position:absolute;
	 right:0px;
	 top:0px;
	 height: 85px;
	 color:#000000;
	 font-size:18px;
	 cursor:pointer;
	 width: 210px;
	 text-align: center;
	 font-weight: 700;
	 letter-spacing: 0.05em;
	 background-color:#F08322;
	 text-transform:uppercase;
 }
 
 .subscribe-form .form-group input[type="submit"]:hover,
 .subscribe-form .submit-btn:hover{
	 color: #F08322;
	 background-color: #222222;
 }
 
 /*** 
 
 ====================================================================
	 Team Section
 ====================================================================
 
 ***/
 
 .team-section{
	 position: relative;
	 padding: 120px 0 70px;
 }
 
 .team-block{
	 position: relative;
	 margin-bottom: 50px;
 }
 
 .team-block .inner-box{
	 position: relative;
	 text-align: center;
 }
 
 .team-block .image-box{
	 position: relative;
 }
 
 .team-block .image-box .image{
	 position: relative;
	 margin-bottom: 0;
	 background-color: #24262d;
 }
 
 .team-block .image-box .image img{
	 display: block;
	 width: 100%;
	 height: auto;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .team-block .inner-box:hover .image-box .image img{
	 opacity: .70;
 }
 
 .team-block .info-box{
	 position: relative;
	 padding: 25px 0 0;
 }
 
 .team-block .info-box h6{
	 position: relative;
	 display: block;
	 font-size: 20px;
	 line-height: 1.2em;
	 color: #24262d;
	 font-weight: 600;
	 letter-spacing: 0.08em;
	 text-transform: uppercase;
	 margin-bottom: 10px;
 }
 
 .team-block .info-box h6 a{
	 color: #24262d;
	 display: inline-block;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .team-block .info-box h6 a:hover{
	 color: #F08322;
 }
 
 .team-block .info-box .designation{
	 position: relative;
	 display: block;
	 font-size: 14px;
	 line-height: 1.2em;
	 color: #6c6d70;
	 font-weight: 500;
	 text-transform: uppercase;
	 letter-spacing: 0.2em;
	 margin-bottom: 15px;
 }
 
 .team-block .info-box .social-links{
	 position: relative;
 }
 
 .team-block .info-box .social-links li{
	 position: relative;
	 display: inline-block;
	 margin: 0 5px;
 }
 
 .team-block .info-box .social-links li a{
	 position: relative;
	 display: inline-block;
	 height: 52px;
	 width: 52px;
	 font-size: 14px;
	 color: #6c6d70;
	 line-height: 52px;
	 background-color: #f7f5f1;
	 text-align: center;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .team-block .info-box .social-links li a:hover{
	 color: #ffffff;
	 background-color: #F08322;
 }
 
 /*** 
 
 ====================================================================
	 Team Single
 ====================================================================
 
 ***/
 
 .team-single{
	 position: relative;
	 padding: 120px 0 0;
 }
 
 .team-block .inner-box{
	 position: relative;
	 text-align: center;
 }
 
 .team-single .image-column{
	 position: relative;
 }
 
 .team-single .image-column .image-box{
	 position: relative;
 }
 
 .team-single .image-box{
	 position: relative;
 }
 
 .team-single .image-box .image{
	 position: relative;
	 margin-bottom: 0;
	 background-color: #24262d;
 }
 
 .team-single .image-box .image img{
	 display: block;
	 width: 100%;
	 height: auto;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .team-single .image-box:hover .image img{
	 opacity: .70;
 }
 
 .team-single .content-column{
	 position: relative;
 }
 
 .team-single .content-column .inner-column{
	 position: relative;
	 padding-left: 70px;
 }
 
 .team-single .content-column .info-box{
	 position: relative;
	 margin-bottom: 40px;
 }
 
 .team-single .info-box .name{
	 position: relative;
	 font-size: 30px;
	 line-height: 1em;
	 color: #24262d;
	 font-weight: 600;
	 letter-spacing: 3px;
	 text-transform: uppercase;
	 margin-bottom: 3px;
 }
 
 .team-single .info-box .designation{
	 display: block;
	 font-size: 18px;
	 line-height: 30px;
	 color: #6c6d70;
	 font-weight: 500;
	 letter-spacing: 4px;
	 text-transform: uppercase;
 }
 
 .team-single .text{
	 position: relative;
	 font-size: 18px;
	 line-height: 34px;
	 color: #6c6d70;
	 font-weight: 500;
	 margin-bottom: 50px;
 }
 
 .team-single .social-links{
	 position: relative;
 }
 
 .team-single .social-links li{
	 position: relative;
	 display: inline-block;
	 margin: 0 5px;
 }
 
 .team-single .social-links li a{
	 position: relative;
	 display: inline-block;
	 height: 52px;
	 width: 52px;
	 font-size: 14px;
	 color: #6c6d70;
	 line-height: 52px;
	 background-color: #f7f5f1;
	 text-align: center;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .team-single .social-links li a:hover{
	 color: #ffffff;
	 background-color: #F08322;
 }
 
 /*** 
 
 ====================================================================
	 FAQ's Section
 ====================================================================
 
 ***/
 
 .faqs-section{
	 position: relative;
	 padding: 120px 0 70px;
	 background-color: #f7f5f1;
 }
 
 .faqs-section .image-column{
	 position: relative;
	 margin-bottom: 50px;
 }
 
 .faqs-section .image-column .inner-column{
	 position: relative;
	 padding-left: 35px;
	}
 
 .faqs-section .image-column .image{
	 position: relative;
	 margin-bottom: 0;
 }
 
 .faqs-section .image-column .image img{
	 display: block;
	 width: 100%;
	 height: auto;
 }
 
 .default-accordion-box{
	 position: relative;
 }
 
 .default-accordion-box .block {
	 position: relative;
	 margin-bottom: 10px;
 }
 
 .default-accordion-box .block:last-child{
	 margin-bottom: 0;
 }
 
 .default-accordion-box .block .acc-btn{
	 position:relative;
	 font-size:18px;
	 line-height:22px;
	 color:#24262d;
	 font-weight:600;
	 text-align: right;
	 cursor:pointer;
	 padding:30px 40px;
	 background-color: #ffffff;
	 padding-left: 100px;
	 letter-spacing: 0;
	 text-transform: uppercase;
	 -webkit-transition:all 500ms ease;
	 -moz-transition:all 500ms ease;
	 -ms-transition:all 500ms ease;
	 -o-transition:all 500ms ease;
	 transition:all 500ms ease;
	}
 
 .default-accordion-box .block .acc-btn:before{
	 position:absolute;
	 left: 40px;
	 top:30px;
	 font-size: 14px;
	 font-weight: 700;
	 color: #6c6d70;
	 line-height: 22px;
	 content: "\f067";
	 font-family: "Font Awesome 5 Free";
	 -webkit-transition:all 500ms ease;
	 -moz-transition:all 500ms ease;
	 -ms-transition:all 500ms ease;
	 -o-transition:all 500ms ease;
	 transition:all 500ms ease;
	}
 
 .default-accordion-box .block .acc-btn.active{
	 position: relative;
	 background-color: #24262d;
	 color: #ffffff;
 }
 
 .default-accordion-box .block .acc-btn.active:before{
	 content: "\f068";
	 color: #F08322;
 }
 
 .default-accordion-box .block .acc-content{
	 position:relative;
	 display:none;
 }
 
 .default-accordion-box .block .content{
	 position:relative;
	 padding: 35px 40px 25px;
	 text-align: right;
	}
 
 .default-accordion-box .block .acc-content.current{ 
	 display: block;
 }
 
 .default-accordion-box .block .content .text{
	 display: block;
	 font-size: 18px;
	 line-height: 30px;
	 color: #6c6d70;
	 font-weight: 500;
 }
 
 /*** 
 
 ====================================================================
		 Fluid Section One
 ====================================================================
 
 ***/
 
 .fluid-section-one{
	 position: relative;
	 background-color: #24262d;
 }
 
 .fluid-section-one .outer-container{
	 position: relative;
 }
 
 .fluid-section-one .image-column{
	 position: absolute;
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 50%;
 }
 
 .fluid-section-one .image-column .image-box{
	 position: relative;
	 display: none;
 }
 
 .fluid-section-one .image-column .image-box img{
	 display: block;
	 width: 100%;
	 height: auto;
 }
 
 .fluid-section-one .feature-column{
	 position: relative;
	 float: right;
	 width: 50%;
 }
 
 .fluid-section-one .feature-column .inner-column{
	 position: relative;
	 max-width: 	600px;
	 width: 100%;
	 float: left;
	 padding: 110px 35px 80px 100px;
 }
 
 .fluid-section-one .feature-column .sec-title{
	 margin-bottom: 35px;
 }
 
 .fluid-section-one .feature-column .sec-title h2{
	 line-height: 1.2em;
 }
 
 .fluid-section-one .feature-column .text-content{
	 position:relative;
	 font-size:18px;
	 line-height: 1.7em;
	 color: #6c6d70;
	 font-weight:500;
	 margin-bottom:50px;
 }
 
 .feature-block{
	 position: relative;
	 margin-bottom: 40px;
 }
 
 .feature-block .inner-box{
	 position: relative;
	 display: block;
 }
 
 .feature-block .icon{
	 position: relative;
	 display: block;
	 font-size: 40px;
	 line-height: 1em;
	 color: #ffffff;
	 margin-bottom: 20px;
	 font-weight: 400;
 }
 
 .feature-block h6{
	 display: block;
	 font-size: 18px;
	 line-height: 1.2em;
	 color: #ffffff;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
 }
 
 /*** 
 
 ====================================================================
	 Contact Section
 ====================================================================
 
 ***/
 
 .map-section{
	 position: relative;
	 padding: 120px 0;
 }
 
 .map-section .map-outer{
	 position: relative;
 }
 
 .map-section .map-canvas{
	 position: relative;
	 height: 530px;
	 width: 100%;
 }
 
 .map-section .contact-info{
	 position: absolute;
	 right: 60px;
	 top: 80px;
	 background-color: #ffffff;
	 padding: 60px 50px 45px;
	 max-width: 370px;
	 width: 100%;
	 z-index: 99;
	}
 
 .map-section .contact-info:before{
	 position: absolute;
	 left: 0;
	 right: 21px;
	 top:-18px;
	 height: 18px;
	 background-color: #ffffff;
	 content: "";
 }
 
 .map-section .contact-info:after{
	 position: absolute;
	 right: 0;
	 top:-18px;
	 border-bottom: 18px solid #ffffff;
	 border-right: 21px solid transparent;
	 content: "";
 }
 
 .map-section .contact-info li{
	 position: relative;
	 margin-bottom: 30px;
	 text-align: right;
	}
 
 .map-section .contact-info li span{
	 position: relative;
	 display: block;
	 font-size: 18px;
	 line-height: 1em;
	 color: #24262d;
	 text-transform: uppercase;
	 font-weight: 600;
	 letter-spacing: 0;
	 margin-bottom: 12px;
	}
 
 .map-section .contact-info li p{
	 display: block;
	 font-size: 18px;
	 line-height: 24px;
	 color: #6c6d70;
	 font-weight: 500;
	 letter-spacing: 0;
	 text-transform: uppercase;
	}
 
 .map-section .contact-info li a{
	 color: #6c6d70;
 }
 
 .map-section .contact-info li a:hover{
	 text-decoration:underline;	
 }
 
 /*** 
 
 ====================================================================
	 Contact Map Section
 ====================================================================
 
 ***/
 
 .neighbour-section{
	 position: relative;
 }
 
 .neighbour-section .upper-box{
	 position: relative;
	 padding: 80px 0;
	 background-color: #f7f5f1;
 }
 
 .neighbour-section .upper-box .sec-title{
	 margin-bottom: 0;
 }
 
 .neighbour-section .map-outer{
	 position: relative;
	 background-color: #24262d;
	 padding: 120px 0;
 }
 
 .neighbour-section .map-layer{
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 66.6%;
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
 }
 
 .map-canvas{
	 position: relative;
 }
 
 .map-data{
	 text-align:center;
	 font-size:14px;
	 font-weight:400;
	 line-height:1.8em;
 }
 
 .map-data a{
	 display: block;
 }
 
 .map-data h6{
	 font-size:16px;
	 font-weight:700;
	 text-align:center;
	 margin-bottom:5px;
	 color:#121212;
 }
 
 .neighbour-section .clicker-box{
	 position: relative;
	 float: right;
	 max-width: 500px;
	 width: 100%;
	 background-color: #ffffff;
	 margin-top: 20px;
	 padding: 50px 20px;
	 z-index: 99;	
 }
 
 .neighbour-section .clicker-box:before{
	 position: absolute;
	 left: 0;
	 right: 21px;
	 top: -18px;
	 height: 18px;
	 background-color: #ffffff;
	 content: "";
 }
 
 .neighbour-section .clicker-box:after {
	 position: absolute;
	 right: 0;
	 top: -18px;
	 border-bottom: 18px solid #ffffff;
	 border-right: 21px solid transparent;
	 content: "";
 }
 
 .near-by-clicker{
	 position: relative;
	 max-width: 350px;
	 margin:0 auto;
	 max-height:385px;
	 overflow-y:auto;
 }
 
 .neighbour-section .mCSB_inside > .mCSB_container{
	 margin-right:0px;
	 padding-right:30px;	
 }
 
 .neighbour-section .mCSB_scrollTools .mCSB_draggerRail{
	 background:#ffffff;	
 }
 
 .neighbour-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	 background:#F08322;	
 }
 
 .near-by-clicker .block {
	 position: relative;
	 padding: 25px 0;
	 border-bottom: 1px solid #f8f6f2;
 }
 
 .near-by-clicker .block:last-child{
	 margin-bottom: 0;
	 border-bottom:none;
	 padding-bottom:17px;
 }
 
 .near-by-clicker .block .acc-btn{
	 position: relative;
	 font-size: 16px;
	 line-height: 30px;
	 cursor: pointer;
	 font-weight: 600;
	 color: #24262d;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
	 -webkit-transition:all 500ms ease;
	 -moz-transition:all 500ms ease;
	 -ms-transition:all 500ms ease;
	 -o-transition:all 500ms ease;
	 transition:all 500ms ease;
 }
 
 .near-by-clicker .block .icon{
	 position:absolute;
	 right: 0px;
	 top:0px;
	 font-size: 14px;
	 color: #9a9ca2;
	 text-align: center;
	 -webkit-transition:all 500ms ease;
	 -moz-transition:all 500ms ease;
	 -ms-transition:all 500ms ease;
	 -o-transition:all 500ms ease;
	 transition:all 500ms ease;
 }
 
 .near-by-clicker .block .acc-btn.active .icon:before{
	 content: "\f068";
 }
 
 .near-by-clicker .block .acc-btn.active,
 .near-by-clicker .block .acc-btn.active .icon{
	 color: #F08322;
 }
 
 .near-by-clicker .block .acc-content{
	 position:relative;
	 display:none;
 }
 
 .near-by-clicker .block .content{
	 position:relative;
	 padding-top:7px;
 }
 
 .near-by-clicker .block .acc-content.current{ 
	 display: block;
 }
 
 .near-by-clicker .block .content .title{
	 display: block;
	 font-size: 18px;
	 color: #6c6d70;
	 line-height: 24px;
	 font-weight: 500;
	 text-transform: uppercase;
	 letter-spacing: 0.08em;
	 margin-bottom: 12px;
 }
 
 .near-by-clicker .block .content .distance{
	 display: block;
	 font-size: 18px;
	 color: #6c6d70;
	 font-weight: 500;
	 text-transform: uppercase;
	 letter-spacing: 0.08em;
 }
 
 .neighbour-section .place-outer{
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 66.6%;
	 height: 100%;
 }
 
 .neighbour-section .place-outer .place-holder{
	 position: absolute;
	 z-index: 101;
 }
 
 .neighbour-section .place-outer .place-holder .place-mark{
	 position: relative;
	 display: inline-block;
	 border: 6px solid rgba(255,255,255,0.10);
	 cursor:pointer;
 }
 
 .neighbour-section .place-outer .place-holder.active .place-mark{
	 border: 6px solid rgba(222,158,83,0.10);
 }
 
 .neighbour-section .place-outer .place-holder .place-mark span{
	 position: relative;
	 display: block;
	 height: 8px;
	 width: 8px;
	 background-color: #ffffff;
 }
 
 .neighbour-section .place-outer .place-holder.active .place-mark span{
	 background:#F08322;
 }
 
 .neighbour-section .place-outer .place-holder .place-info{
	 position: absolute;
	 left: -28px;
	 bottom: 70%;
	 margin-bottom: 40px;
	 opacity: 0;
	 visibility: hidden;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .neighbour-section .place-outer .place-holder.active .place-info{
	 opacity: 1;
	 bottom: 100%;
	 visibility: visible;
 }
 
 .neighbour-section .place-outer .place-holder .place-info .inner{
	 position: relative;
	 padding: 20px 40px 40px;
	 background-color: #F08322;
	 min-width: 300px;
 }
 
 .neighbour-section .place-outer .place-holder .place-info .inner:before{
	 position: absolute;
	 left: 0;
	 right: 21px;
	 top:-18px;
	 height: 18px;
	 background-color: #F08322;
	 content: "";
 }
 
 .neighbour-section .place-outer .place-holder .place-info .inner:after{
	 position: absolute;
	 right: 0;
	 top:-18px;
	 border-bottom: 18px solid #F08322;
	 border-right: 21px solid transparent;
	 content: "";
 }
 
 .neighbour-section .place-outer .place-holder .place-info .title{
	 position: relative;
	 font-size: 16px;
	 line-height: 30px;
	 font-weight: 600;
	 color: #ffffff;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
 }
 
 .neighbour-section .place-outer .place-holder .place-info .text{
	 display: block;
	 font-size: 17px;
	 color: #ffffff;
	 line-height: 24px;
	 font-weight: 500;
	 text-transform: uppercase;
	 letter-spacing: 0.08em;
	 margin-bottom: 20px;
 }
 
 .neighbour-section .place-outer .place-holder .place-info .distance{
	 display: block;
	 font-size: 18px;
	 color: #ffffff;
	 font-weight: 500;
	 text-transform: uppercase;
	 letter-spacing: 0.08em;
 }
 
 .neighbour-section .place-outer .place-holder .place-info:before{
	 position: absolute;
	 bottom: -19px;
	 left: 28px;
	 border-right: 31px solid transparent;
	 border-top: 22px solid #F08322;
	 content: "";
 }
 
 .neighbour-section .place-outer .place-1{
	 position: absolute;
	 left: 13%;
	 top: 10%;
 }
 
 .neighbour-section .place-outer .place-2{
	 position: absolute;
	 left: 49%;
	 top: 18%;
 }
 
 .neighbour-section .place-outer .place-3{
	 position: absolute;
	 right: 25%;
	 top: 36%;
 }
 
 .neighbour-section .place-outer .place-4{
	 position: absolute;
	 left: 42%;
	 top: 68%;
 }
 
 .neighbour-section .place-outer .place-5{
	 position: absolute;
	 left: 22%;
	 top: 83%;
 }
 
 /*** 
 
 ====================================================================
	 Contact Section
 ====================================================================
 
 ***/
 
 .contact-section{
	 position: relative;
	 padding: 0 0 120px;
 }
 
 .contact-section .contact-form{
	  position: relative;
	  max-width: 770px;
	  margin: 0 auto;
 }
 
 .contact-form .row{
	 margin: 0 -5px;
 }
 
 .contact-form .form-group{
	 position:relative;
	 padding: 0 5px;
	 margin-bottom: 10px;
 }
 
 .contact-form .form-group:last-child{
	 margin-bottom: 0;
 }
 
 .contact-form .form-group input[type="text"],
 .contact-form .form-group input[type="email"],
 .contact-form .form-group textarea,
 .contact-form .form-group select{
	 position: relative;
	 display: block;
	 height: 65px;
	 width: 100%;
	 font-size: 16px;
	 color: #6c6d70;
	 line-height: 23px;
	 font-weight: 500;
	 padding: 15px 22px;
	 background-color: #e1d7d7;
	 border: 1px solid #e1d7d7;
	 -webkit-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 transition: all 300ms ease;
	 text-align: right;
	}
 
 .contact-form .form-group input:focus,
 .contact-form .form-group select:focus,
 .contact-form .form-group textarea:focus{
	 border-color:#F08322;
 }
 
 .contact-form .form-group textarea{
	 height: 215px;
	 resize: none;
 }
 
 .contact-form .form-group input[type="submit"],
 .contact-form .form-group button{
	 padding: 19px 60px;
 }
 
 .contact-form ::-webkit-input-placeholder{color: #6c6d70;}
 
 .contact-form ::-moz-input-placeholder{color: #6c6d70;}
 
 .contact-form ::-ms-input-placeholder{color: #6c6d70;}
 
 .contact-form label.error{
	 color: #ff0000;
	 text-transform: uppercase;
 }
 
 /*** 
 
 ====================================================================
	 Main Footer
 ====================================================================
 
 ***/
 
 .main-footer{
	 position:relative;
	 background-color:#24262d;
 }
 
 .main-footer .footer-widget{
	 position:relative;
	 margin-bottom:0px;
 }
 
 .main-footer .widgets-section{
	 position:relative;
	 padding:120px 0px 20px;
 }
 
 .main-footer .widgets-section:before{
	 position: absolute;
	 left: 100%;
	 top: 0;
	 height: 1000%;
	 width: 1000%;
	 content: "";
	 background-color: #1d1f25;
	 margin-left: -400px;
 }
 
 .main-footer .footer-widget .widget-title{
	 position:relative;
	 font-size:22px;
	 color:#ffffff;
	 font-weight:700;
	 line-height:1.2em;
	 margin-bottom:35px;
	 text-transform:uppercase;
	 letter-spacing: 0.08em;
 }
 
 .main-footer .contact-widget{
	 position: relative;
	 margin-bottom: 45px;
 }
 
 .main-footer .contact-info-list{
	 position: relative;
	 margin-top: -8px;
 }
 
 .main-footer .contact-info-list li{
	 position: relative;
	 display: block;
	 font-size: 16px;
	 line-height: 36px;
	 color: #9a9ca2;
	 font-weight: 500;
 }
 
 .main-footer .contact-info-list li strong{
	 color: #ffffff;
	 display: block;
	 font-weight: 700;
 }
 
 .main-footer .contact-info-list li a{
	 color: #9a9ca2;
 }
 
 .main-footer .contact-info-list li a:hover{
	 color: #F08322;
 }
 
 /* Agent Widget */
 .main-footer .agent-widget{
	 position: relative;
 }
 
 .main-footer .agent-block{
	 position: relative;
	 margin-top: 35px;
 }
 
 .main-footer .agent-block .agent-info{
	 position: relative;
	 padding-left: 160px;
	 height: 125px;
	 margin-bottom: 15px;
 }
 
 .main-footer .agent-block .thumb{
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 130px;
 }
 
 .main-footer .agent-block .thumb img{
	 width: 100%;
	 display: block;
 }
 
 .main-footer .agent-block .name{
	 display: block;
	 width: 100%;
	 font-size: 16px;
	 line-height: 30px;
	 color: #ffffff;
	 font-weight: 600;
 }
 
 .main-footer .agent-block .designation{
	 position: relative;
	 display: block;
	 font-size: 16px;
	 line-height: 30px;
	 color: #9a9ca2;
	 font-weight: 500;
 }
 
 .main-footer .agent-widget .contact-info{
	 position: relative;
 }
 
 .main-footer .agent-widget .contact-info li{
	 position: relative;
	 display: block;
	 font-size: 16px;
	 line-height: 36px;
	 color: #9a9ca2;
	 font-weight: 500;
 }
 
 .main-footer .agent-widget .contact-info li a{
	 color: #9a9ca2;
	 display: inline-block;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .main-footer .agent-widget .contact-info li a:hover{
	 color: #ffffff;
 }
 
 /* Map Widget */
 .main-footer .map-widget{
	 position: relative;
	 max-width: 710px;
 }
 
 .main-footer .map-outer{
	 position: relative;
	 background-color: #313339;
 }
 
 .main-footer .map-canvas{
	 height: 200px;
	 width: 100%;
 }
 
 .request-form{
	  position: relative;
	  z-index: 1;
 }
 
 .request-form .form-group{
	 position:relative;
	 margin-bottom:10px;
	 text-align: right;
	}
 
 .request-form .form-group:last-child{
	 margin-bottom: 0;
 }
 
 .request-form .ui-selectmenu-button.ui-button,
 .request-form .form-group input[type="text"],
 .request-form .form-group input[type="email"],
 .request-form .form-group input[type="tel"],
 .request-form .form-group input[type="url"],
 .request-form .form-group textarea,
 .request-form .form-group select{
	 position: relative;
	 display: block;
	 width: 100%;
	 font-size: 16px;
	 line-height: 31px;
	 color: rgb(4, 4, 4);
	 font-weight: 500;
	 text-align: right;
	 height: 50px;
	 padding: 15px 26px;
	 background-color: transparent;
	 border: 2px solid #F08322;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
	 border-radius: 5px;
	}
 
 .request-form ::-webkit-input-placeholder{color: #9a9ca2;}
 .request-form ::-moz-input-placeholder{color: #9a9ca2;}
 .request-form ::-ms-input-placeholder{color: #9a9ca2;}
 
 .request-form .form-group input:focus,
 .request-form .form-group select:focus,
 .request-form .form-group textarea:focus{
	 border-color:#F08322;
 }
 
 .request-form .form-group textarea{
	 height: 140px;
	 resize: none;
	 margin-bottom: 5px;
	}
 
 .request-form .form-group input[type=submit],
 .request-form .form-group button{
	 padding: 19px 60px;
 }
 
 .request-form label.error{
	 color: #ff0000;
	 margin-top: 5px;
 }
 
 .main-footer .form-widget{
	 position: relative;
	 padding-left: 30px;
 }
 
 /* Footer Bottom */
 .main-footer .footer-bottom{
	 position:relative;
 }
 
 .main-footer .footer-bottom .auto-container{
	 position: relative;
 }
 
 .main-footer .footer-bottom .auto-container:before{
	 position: absolute;
	 top: 0;
	 right: 100%;
	 width: 1000%;
	 height: 100%;
	 background-color: #1d1f25;
	 content: "";
	 margin-right: -15px;
 }
 
 .main-footer .footer-bottom .inner-container{
	 position: relative;
	 background-color: #1d1f25;
	 max-width: 690px;
	 width: 100%;
	 padding:35px 0px;
	 padding-right: 40px;
	 margin-right: 20px;
 }
 
 .main-footer .footer-bottom .inner-container:before{
	 position: absolute;
	 left: 100%;
	 top: 0;
	 border-right: 21px solid transparent;
	 border-bottom: 18px solid #1d1f25;
	 content: "";
 }
 
 .main-footer .footer-bottom .inner-container:after{
	 position: absolute;
	 left: 100%;
	 top: 18px;
	 bottom: 0;
	 width: 21px;
	 background-color: #1d1f25;
	 content: "";
 }
 
 .main-footer .footer-bottom .copyright{
	 position:relative;
	 float: left;
	 font-size:14px;
	 color:#9a9ca2;
	 line-height: 30px;
	 font-weight: 500;
	 text-transform: uppercase;
	 letter-spacing: 0.05em;
 }
 
 .main-footer .footer-bottom .copyright a{
	 color:rgba(255,255,255,0.70);
	 display: inline-block;
 }
 
 .main-footer .footer-bottom .copyright a:hover{
	 text-decoration: underline;
 }
 
 .main-footer .footer-bottom .social-links{
	 position:relative;
	 float: right;
 }
 
 .main-footer .footer-bottom .social-links li{
	 position:relative;
	 margin-left:30px;
	 display:inline-block;
 }
 
 .main-footer .footer-bottom .social-links li:first-child{
	 margin-left: 0;
 }
 
 .main-footer .footer-bottom .social-links li a{
	 position:relative;
	 font-size: 16px;
	 color: #ffffff;
	 line-height: 30px;
	 transition:all 500ms ease;
	 -moz-transition:all 500ms ease;
	 -webkit-transition:all 500ms ease;
	 -ms-transition:all 500ms ease;
	 -o-transition:all 500ms ease;
 }
 
 .main-footer .footer-bottom .social-links li a:hover{
	 color:#F08322;
 }
 
 /*** 
 
 ====================================================================
	 Sidebar Page Container
 ====================================================================
 
 ***/
 .sidebar h2 {
      color: #000;
    font-size: 32px;
    margin-bottom: 17px;
 }
 .sidebar-page-container{
	 position:relative;
	 padding:120px 0px 70px;
	}
 
 .sidebar-page-container .content-side,
 .sidebar-page-container .sidebar-side{
	 /* margin-bottom:50px; */
	}
  .sidebar {
  position:sticky;
  top: 100px;
 }
 .sidebar-widget{
	 position:relative;
	 margin-bottom:30px;
 }
 
 .sidebar-widget:last-child{
	 margin-bottom: 0;
 }
 
 .sidebar-widget .widget-content{
	 position: relative;
	 border: 2px solid #f7f5f1;
	 padding: 45px 50px 50px;
 }
 
 .sidebar-widget .widget-content:before{
	 position: absolute;
	 right: -7px;
	 top: 0;
	 height: 20px;
	 width: 20px;
	 border-left: 2px solid #f7f5f1;
	 background-color: #ffffff;
	 content: "";
	 -webkit-transform: rotate(-45deg);
	 -moz-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	 -o-transform: rotate(-45deg);
	 transform: rotate(-45deg);
	 -webkit-transform-origin: top left;
	 -moz-transform-origin: top left;
	 -ms-transform-origin: top left;
	 -o-transform-origin: top left;
	 transform-origin: top left;
 }
 
 .sidebar-widget:last-child{
	 margin-bottom: 0;
 }
 
 /* Sidebar Title */
 
 .sidebar-title{
	 position: relative;
	 display: block;
	 font-size: 20px;
	 line-height: 1.2em;
	 color: #24262d;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 margin-bottom:25px;
 }
 
 /*Search Box Widget*/
 
 .sidebar .search-box{
	 position: relative;
	 background-color: #24262d;
	 padding: 5px 25px 25px;
	 margin-top: 20px;
 }
 
 .sidebar .search-box:before{
	 position: absolute;
	 left: 0;
	 right: 21px;
	 top:-18px;
	 height: 18px;
	 background-color: #24262d;
	 content: "";
 }
 
 .sidebar .search-box:after{
	 position: absolute;
	 right: 0;
	 top:-18px;
	 border-bottom: 18px solid #24262d;
	 border-right: 21px solid transparent;
	 content: "";
 }
 
 .sidebar .search-box .form-group{
	 position:relative;
	 margin:0px;	
 }
 
 .sidebar .search-box .form-group input[type="text"],
 .sidebar .search-box .form-group input[type="search"]{
	 position:relative;
	 display:block;
	 font-size:18px;
	 line-height:30px;
	 width:100%;
	 height:50px;
	 color:#ffffff;
	 font-weight: 500;
	 background:#24262d;
	 padding:10px 50px 10px 25px;
	 transition:all 500ms ease;
	 -moz-transition:all 500ms ease;
	 -webkit-transition:all 500ms ease;
	 -ms-transition:all 500ms ease;
	 -o-transition:all 500ms ease;
 }
 
 .sidebar .search-box .form-group button{
	 position:absolute;
	 right: 25px;
	 top: 0;
	 height:50px;
	 display:block;
	 font-size:16px;
	 color:#F08322;
	 line-height:100%;
	 font-weight:normal;
	 background:#24262d;
 }
 
 /*Post Widget*/
 
 .sidebar .popular-posts .post{
	 position:relative;
	 margin-bottom: 55px;
 }
 
 .sidebar .popular-posts .post:last-child{
	 margin-bottom: 0;
 }
 
 .sidebar .popular-posts .post .post-inner{
	 position:relative;
	 padding-left:80px;
	 min-height:60px;
 }
 
 .sidebar .popular-posts .post .post-thumb{
	  position:absolute;
	  left:0px;
	  top:0px;
	  width:60px;
 }
 
 .sidebar .popular-posts .post .post-thumb img{
	 display:block;
	 width:100%;
	 transition:all 0.3s ease;
	 -moz-transition:all 0.3s ease;
	 -webkit-transition:all 0.3s ease;
	 -ms-transition:all 0.3s ease;
	 -o-transition:all 0.3s ease;
 }
 
 .sidebar .popular-posts .post .text{
	 position:relative;
	 font-size:16px;
	 line-height:24px;
	 font-weight:500;
	 color:#6c6d70;
	 text-transform: uppercase;
	 letter-spacing: 0.04em;
 }
 
 .sidebar .popular-posts .post .text a{
	 color:#6c6d70;
	 transition:all 0.3s ease;
	 -moz-transition:all 0.3s ease;
	 -webkit-transition:all 0.3s ease;
	 -ms-transition:all 0.3s ease;
	 -o-transition:all 0.3s ease;
 }
 
 .sidebar .popular-posts .post a:hover{
	 color:#e3ac6d;
 }
 
 .sidebar .popular-posts .post-info{
	 position:relative;
	 display: block;
	 font-size:14px;
	 color:#F08322;
	 font-weight:600;
	 line-height:1em;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 margin-bottom: 13px;
 }
 
 /* Blog Categories */
 
 .blog-categories{
	 position:relative;
 }
 
 .blog-categories li{
	 position:relative;
	 margin-bottom: 26px;
 }
 
 .blog-categories li a{
	 position:relative;
	 display: block;
	 font-size:16px;
	 line-height: 26px;
	 color:#6c6d70;
	 display:block;
	 text-transform: uppercase;
	 font-weight: 500;
	 letter-spacing: 1px;
	 -webkit-transition:all 500ms ease;
	 -moz-transition:all 500ms ease;
	 -ms-transition:all 500ms ease;
	 -o-transition:all 500ms ease;
	 transition:all 500ms ease;
 }
 
 .blog-categories li a:hover{
	 font-weight: 600;
	 color:#222222;
 }
 
 .blog-categories li:last-child{
	 margin-bottom: 0;
 }
 
 /*Popular Tags*/
 
 .sidebar .popular-tags .widget-content{
	 position: relative;
 }
 
 .sidebar .popular-tags a{
	 position:relative;
	 display:inline-block;
	 font-size:12px;
	 line-height:24px;
	 padding: 5px 20px;
	 color:#ffffff;
	 text-align:center;
	 background:none;
	 font-weight:700;
	 background-color: #F08322;
	 text-transform:uppercase;
	 letter-spacing: 0.04em;
	 margin: 0 7px 10px 0;
	 -webkit-transition:all 300ms ease;
	 -ms-transition:all 300ms ease;
	 -moz-transition:all 300ms ease;
	 -o-transition:all 300ms ease;
	 transition:all 300ms ease;
 }
 
 .sidebar .popular-tags a:hover{
	 background-color:#222222;
	 color:#ffffff;	
 }
 
 /*** 
 
 ====================================================================
		 Comment Area
 ====================================================================
 
  ***/
 
 .group-title{
	 position: relative;
	 margin-bottom: 35px;
 }
 
 .group-title h4{
	 position: relative;
	 display: inline-block;
	 font-size: 30px;
	 line-height: 1.2em;
	 color: #24262d;
	 font-weight: 700;
	 text-transform: uppercase;
	 letter-spacing: 3px;
 }
 
 .comments-area{
	 position:relative;
	 margin-bottom: 55px;
 }
 
 .comments-area .comment-box{
	 position:relative;
	 padding-bottom: 50px;
	 border-bottom: 1px solid #f7f5f1;
	 margin-bottom: 60px;
 }
 
 .comments-area .comment-box:last-child{
	 margin-bottom: 0;
 }
 
 .comments-area .comment{
	 position:relative;
	 min-height: 160px;
	 padding-left: 200px;
 }
 
 .comments-area .comment-box .author-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width: 160px;
	 margin-bottom: 20px;
	 overflow: hidden;
 }
 
 .comments-area .comment-box .author-thumb img{
	 width:100%;
	 display:block;
 }
 
 .comments-area .comment-box .author-thumb .date{
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 font-size: 14px;
	 line-height: 27px;
	 color: #F08322;
	 font-weight: 700;
	 letter-spacing: 0.16em;
	 padding: 5px 30px;
	 padding-right: 11px;
	 margin-right: 19px;
	 text-transform: uppercase;
	 background-color: #24262d;
 }
 
 .comments-area .comment-box .author-thumb .date:before{
	 position: absolute;
	 left: 100%;
	 top: 0;
	 border-right: 21px solid transparent;
	 border-bottom: 18px solid #24262d;
	 content: "";
 }
 
 .comments-area .comment-box .author-thumb .date:after{
	 position: absolute;
	 left: 100%;
	 bottom: 0;
	 width: 21px;
	 height: 20px;
	 background-color: #24262d;
	 content: "";
 }
 
 .comments-area .comment-box .name{
	 position: relative;
	 display: inline-block;
	 font-size:20px;
	 line-height:1.2em;
	 font-weight:600;
	 color:#24262d;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 margin-bottom: 30px;
 }
 
 .comments-area .comment-box .text{
	 font-size: 18px;
	 line-height: 34px;
	 color:#6c6d70;
	 font-weight: 500;
	 padding-right: 30px;
 }
 
 .comments-area .comment-box .reply-btn{
	 position: absolute;
	 right: 0;
	 top: 0px;
	 font-size: 12px;
	 line-height: 25px;
	 color: #ffffff;
	 font-weight: 700;
	 padding: 5px 20px;
	 text-transform: uppercase;
	 background-color: #F08322;
	 letter-spacing: 1px;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .comments-area .comment-box .reply-btn:hover{
	 color: #F08322;
	 background-color: #222222;
 }
 
 /*** 
 
 ====================================================================
		 Comment Form
 ====================================================================
 
  ***/
 
 .comment-form{
	  position: relative;
 }
 
 .comment-form .row{
	 margin: 0 -5px;
 }
 
 .comment-form .form-group{
	 position:relative;
	 padding: 0 5px;
	 margin-bottom: 10px;
 }
 
 .comment-form .form-group:last-child{
	 margin-bottom: 0;
 }
 
 .comment-form .form-group input[type="text"],
 .comment-form .form-group input[type="email"],
 .comment-form .form-group textarea,
 .comment-form .form-group select{
	 position: relative;
	 display: block;
	 height: 65px;
	 width: 100%;
	 font-size: 16px;
	 color: #6c6d70;
	 line-height: 23px;
	 font-weight: 500;
	 padding: 15px 22px;
	 background-color: #rgb(4, 4, 4);
	 border: 1px solid #f7f5f1;
	 -webkit-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .comment-form .form-group input:focus,
 .comment-form .form-group select:focus,
 .comment-form .form-group textarea:focus{
	 border-color:#F08322;
 }
 
 .comment-form .form-group textarea{
	 height: 215px;
	 resize: none;
 }
 
 .comment-form .form-group input[type="submit"],
 .comment-form .form-group button{
	 padding: 19px 60px;
 }
 
 .comment-form ::-webkit-input-placeholder{color: #6c6d70;}
 .comment-form ::-moz-input-placeholder{color: #6c6d70;}
 .comment-form ::-ms-input-placeholder{color: #6c6d70;}
 
/* Footer */
.site-footer.style1 .footer-top {
    background: #000000;
    background-size: cover;
    background-position: center;
    padding: 70px 0 30px 0;
}
.site-footer.style1 .footer-line {
    position: relative;
}
.site-footer.style1 .footer-bottom {
    background-color: #000000;
    font-size: 14px;
    border-top: 1px solid #303639;
    padding: 0;
}
.site-footer.style1 .footer-bottom ul {
    margin: 0;
}
.site-footer.style1 .footer-bottom a {
    padding: 0 4px;
	color:#999;
}
.site-footer.style1 .footer-title{
	margin: 0;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
	color: #fff;
	margin-top: 1rem;
}
.site-footer.style1 .footer-title:after{
    content: "";
    background: var(--color-primary);
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.site-footer.style1 .widget_about p{
	margin-bottom:20px;
}
.site-footer.style1 .widget_about a{
	color: var(--color-primary);
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}
.site-footer.style1 .list-2 li{
	padding:0 0 12px 0;
	font-size: 16px;
}
.site-footer.style1 .list-2 li:before{
	content:none;
}
.site-footer.style1 .list-2 li a{
	/* text-decoration: underline; */
}
.site-footer.style1 .widget_subscribe p{
	margin-bottom:20px;
	font-size: 16px;
	line-height: 28px;
}
.site-footer.style1 .widget.widget_about p{
	font-size: 16px;
	line-height: 28px;
}
.site-footer.style1 .widget_subscribe .input-group .form-control{
	height: 60px;
    border-radius: 4px 0px 0px 4px;
    border: 0;
    padding: 10px 30px;
}
.site-footer.style1 .widget_subscribe .input-group .input-group-addon .site-button{
	height: 60px;
    border-radius: 0 4px 4px 0;
    font-size: 18px;
    padding: 15px 25px;
}
.site-footer.style1 .widget_subscribe .input-group .input-group-addon{
	padding: 0;
    border: 0;
    background: transparent;
}
.site-footer.style1 .footer-bottom-in{
	/*display: flex;*/
    justify-content: space-between;
}
.site-footer.style1 .footer-bottom-in .footer-bottom-logo a img{display: inline-block;background: var(--color-primary);padding: 10px 20px;background: #000;height: 77px;}
.site-footer.style1 .footer-bottom-in .footer-bottom-logo a{
	display: inline-block;
	background: var(--color-primary);
	padding: 10px 20px;
	/* background: #fff; */
}
.site-footer.style1 .footer-bottom-in .dlab-social-icon li:first-child a{
	border-left: 1px solid #303639;
}
.site-footer.style1 .footer-bottom-in .dlab-social-icon li a{
	padding: 0;
	width: 60px;
	height: 70px;
	font-size: 20px;
	color: #F08322;
	border-left: 1px solid #303639;
	line-height: 70px;
}

/* footer fixed on bottom css*/
.footer-fixed .site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}
.footer-fixed .page-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a {
    color: #b0b0b0;
}
footer p,
footer strong,
footer b,
footer {
    color: #fff;
    text-align: right;
    /*padding: 0 5px;*/
}
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a {
    color: var(--color-primary);
}

footer a,
footer a:visited {
    color: #b0b0b0;
}
footer p a {
    color: #b0b0b0;
}
footer a:active,
footer a:focus,
footer a:hover {
    color: var(--color-primary);
}
/* widget color */
footer .widget_categories ul li a,
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_pages ul li a,
footer .widget_recent_comments ul li a,
footer .widget_nav_menu li a,
footer .widget_recent_entries ul li a,
footer .widget_services ul li a {
    color: #b0b0b0;
}
footer p {
    margin-bottom: 10px;
}
footer p,
footer li {
    font-size: 16px;
    line-height: 22px;
}
footer li.address{
    margin-bottom: 10px;
    padding-right: 25px;
    position: relative;
}
footer li.address i {
    position: absolute;
    right: 0px;
    color: #F08322;
}

footer#footer {
    background-position: center;
    background-size: cover;
}
footer p {
    line-height: 63px;
    margin-bottom: 10px;
}
footer .widget ul {
    list-style: none;
    margin-top: 5px;
}
/*widget li in footer*/

footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
    border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}
/*widget Getintuch*/
.footer-top {
    background: #1C1C1C;
    background-size: cover;
    background-position: center;
    padding: 80px 0 20px;
}
.footer-bottom {
    background-color:#1C1C1C;
    padding: 25px 0;
    color: #b0b0b0;
    font-size: 14px;
	border-top:1px solid rgba(255,255,255,0.05);
}
.footer-bottom ul {
    margin: 0;
}
/* Footer Full */
.footer-full .container-fluid{
	padding-left:50px;
	padding-right:50px;
}
footer.text-white h1,
footer.text-white h2,
footer.text-white h3,
footer.text-white h4,
footer.text-white h5,
footer.text-white h6,
footer.text-white h1 a,
footer.text-white h2 a,
footer.text-white h3 a,
footer.text-white h4 a,
footer.text-white h5 a,
footer.text-white h6 a {
    color: #fff;
}
footer.text-white p,
footer.text-white strong,
footer.text-white b,
footer.text-white {
    color: #fff;
}
footer.text-white .footer-bottom, 
footer.text-white .footer-bottom a, 
footer.text-white .widget_services ul li a, 
footer.text-white a, 
footer.text-white a:visited,
footer.text-white h1 a,
footer.text-white h2 a,
footer.text-white h3 a,
footer.text-white h4 a,
footer.text-white h5 a,
footer.text-white h6 a,
footer.text-white p a {
    color: #fff;
}
footer.text-white .input-group .form-control{
	color:#fff;
}
footer.text-white  .dlab-quik-search .form-control::-moz-placeholder {
    color: #fff;
}
footer.text-white  .dlab-quik-search .form-control:-moz-placeholder {
    color: #fff;
}
footer.text-white  .dlab-quik-search .form-control:-ms-input-placeholder {
    color: #fff;
}
footer.text-white  .dlab-quik-search .form-control::-webkit-input-placeholder {
    color: #fff;
}
.footer-title{
	margin-bottom:30px;
}
@media only screen and (max-width: 991px) {
    .col-md-3.col-sm-6.footer-col-4:nth-child(3) {
        clear: both;
    }
	.footer-full .text-left,
	.footer-full .text-right,
	.footer-full .text-center{
		text-align:center;
		margin-bottom:30px;
	}
	.footer-full .text-right{
		margin-bottom:0;
	}
}
@media only screen and (max-width: 767px) {
	.footer-title{
		margin-bottom:15px;
	}
    .footer-clear {
        display: block !important;
        clear: both;
    }
    #footer .footer-4-col {
        width: 100%;
    }
    .footer-bottom [class*="clo-"] {
        width: 100%;
    }
	
}

/* social icon default */

.dlab-social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center;
}
.dlab-social-icon li {
    display: inline-block;
    padding: 0;
    font-size: 12px;
}
.dlab-social-icon li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 4px;
}
.dlab-social-icon li .fa {
    vertical-align: middle;
}
/* social icon with border */

.dlab-social-icon.border{
	border:0 !important;
}
.dlab-social-icon.border li {
    padding: 0 3px;
}
.dlab-social-icon.border li a {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
/* social icon dark */

.dlab-social-links.dark li {
    padding: 0 3px;
}
.dlab-social-icon.dark li a {
    border: 1px solid #777777;
    color: #777777;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
/* social share icon style 1*/


.appointment {
	/* background-image: url(../images/bkgs/pattern-1.jpg); */
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	/* margin-bottom: 75px; */
	/* padding-bottom: 10px !important; */
	padding: 80px 0;
	position: relative;
	/* height: 25vh; */
	width: 100%;
	overflow: hidden;
	z-index: 1;
	background-color: #24262d;
	opacity: 1.91;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	}
.appointment .text-box h2 {
   color: #fff;
   text-align: right;
   font-size: 46px;
   text-transform: capitalize;
}
.appointment .submit-btn {
	   /* font-family: 'GESSTwoMedium'; */
	   grid-column: 3 / 3;
	   outline: 0;
	   border: 0;
	   background-color: rgb(206 163 65);
	   color: #fff;
	   padding: 12px 26px;
	   border-radius: 5px;
	   font-size: 19px;
	   justify-self: center;
	   padding: 14px 28px;
	   display: grid;
	   box-shadow: 0 8px 12px rgb(0 0 0 / 10%);
	   cursor: pointer;
	   transition: all 0.3s ease-out;
	   font-weight: 600;
	   width: 150px;
}
	   

/* Social media */
#wrapper {
	padding: 0;
	z-index: 10000;
	transition: 0.5s ease-in-out;
	display: flex;
	flex-direction: column;
	list-style: none;
	/* z-index: 1000; */
	position: fixed;
	top: 340px;
	left: 0;
	transform: translate(-100%, 100%);
	/* direction: rtl; */
	}
  
  #wrapper .Icon {
	position: relative;
	background: #ffffff;
	/* border-radius: 14%; */
	padding: 15px;
	margin: 9px;
	width: 50px;
	height: 50px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
  
  #wrapper .tooltip {
	position: absolute;
	left: 0;
	font-size: 14px;
	background: #ffffff;
	color: #000;
	padding: 5px 8px;
	border-radius: 5px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  #wrapper .tooltip::before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	background: #ffffff;
	left: 0px;
	top: 11px;
	transform: translate(-50%) rotate(45deg);
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  #wrapper .Icon:hover .tooltip {
	left: 60px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
  }
  #wrapper .Icon a{
	color: #000;
  }
  
  #wrapper .Icon:hover span,
  #wrapper .Icon:hover .tooltip {
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }
  #wrapper .Icon:hover a{
	color: #fff;
  }
  #wrapper .facebook:hover,
  #wrapper .facebook:hover .tooltip,
  #wrapper .facebook:hover .tooltip::before {
	background: #1877F2;
	color: #ffffff;
  }
  
  #wrapper .call:hover,
  #wrapper .call:hover .tooltip,
  #wrapper .call:hover .tooltip::before {
	background: #128C7E;
	color: #ffffff;
  }
  
  #wrapper .instagram:hover,
  #wrapper .instagram:hover .tooltip,
  #wrapper .instagram:hover .tooltip::before {
	background: #000;
	color: #ffffff;
  }
  
  #wrapper .github:hover,
  #wrapper .github:hover .tooltip,
  #wrapper .github:hover .tooltip::before {
	background: #333333;
	color: #ffffff;
  }
  
  #wrapper .whatsapp:hover,
  #wrapper .whatsapp:hover .tooltip,
  #wrapper .whatsapp:hover .tooltip::before {
	background: #25D366;
	color: #ffffff;
  }
  .content-box {
    border-radius: 5px;
    overflow: hidden;
}
  .content-box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 25px;
    color: #313a52;
    direction: rtl;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    display: none;
}
 .headline-p {
    line-height: 30px;
    transition: .5s;
    font-size: 1.2rem;
    position: relative;
    text-align: right;
    margin: 15px 0;
    padding-right: 10px;
    border-right: 4px solid #000;
}
table.infotable {
    border-collapse: collapse;
    width: 100%;
    color: #282f44;
}
@media only screen and (min-width: 992px){
    table.infotable th.ttitle {
    font-size: .9rem;
}
}


table.infotable th.ttitle {
    font-size: 20px;
    padding-left: 0;
    border-left: 1px solid #e0dcd6;
}

@media only screen and (min-width: 992px) {
   table.infotable td, table.infotable th {
    font-size: 1rem;
    padding: 7px 25px 7px 15px;
}
}
table.infotable td, table.infotable th {
    margin: 0;
    padding: 7px 10px;
    border-bottom: 1px solid #e0dcd6;
    text-align: right;
    font-size: .9rem;
}
  /*** 

====================================================================
 modal
====================================================================

***/
.modal.show .modal-dialog{
    margin-top: 10%;
}
.modal-body form{
    text-align:right;
}
.modal-header{
    background: #111;
    display: block;
    text-align: center;
}
.modal-header .close{
  
    color: #F08322;
    font-size: 30px;
    opacity: 1;
}
.modal-footer .btn-primary{
    background: #F08322;
    border-color: #F08322;
}   
h2 span {
 color:#F08322
}
h3 span {
 color:#F08322
}

/*********************************/


/* edit */
/* variables */
:root
{
    --primary-color: rgb(0, 143, 156);
    --secondary-color: #F08322;
    --secondary-color-2: #24262D;
    --field-text-color: rgb(24,24,24);
    --text-color: rgb(88, 88,88);
    --field-color: rgb(244,244,244);
}
section.steps {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /*margin: 100px;*/
}


.step-type
{
    position: absolute;
    bottom: 0;
    left: 0;
}
.step-type-single
{
    text-align: center;
}
.step-type-single .circle
{
    border-radius: 10px;
    background-color: rgb(155, 160, 164);
    width: 19px;
    height: 19px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 5px;
    transition: 0.3s;
}
.step-type-single .step-text
{
    color: rgb(155, 160, 164);
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    transition: 0.3s;
}
.step-type-single::after
{
    display: block;
    content: "";
    background-color: rgb(155, 160, 164);
    margin: 10px auto;
    width: 3px;
    height: 37px;
    transition: 0.3s;
}
.step-type-single.no-line::after  
{
    display: none;
}
.step-type-single.active .circle
{
    background-color: var(--primary-color);
}
.step-type-single.active .step-text
{
    color: var(--primary-color);
}
.step-type-single.active::after
{
    background-color: var(--primary-color);
}
.main-content
{
    height: auto;
    width: 88%;
    margin: 0 auto;
    position: relative;
    margin-top: 45px;
    direction: rtl;
}
.content-inner
{
    background-color: rgb(255,255,255);
 
}
.step-bar
{
    position: absolute;
    left: 0;
    bottom: -40px;
    width: auto;
    width: 100%;
      
}
.step-bar-inner
{
    height: 23px;
    width: 35%;
    background-color: rgb(255,255,255);
    border-radius: 10px;
}
.step-bar-inner .step-bar-move
{
    background-color: var(--primary-color);
    width: 0%;
    border-radius: inherit;
    height: inherit;
    text-align: right;
    font-size: 14px;
    font-family: "Oswald";
    padding-right: 15px;
    line-height: 23px;
    transition: 0.5s;
    color: rgb(255, 255, 255); 
}
.side-area
{
    width: 100%;
    height: 100%;
}
.side-area img
{
    width: 100%;
    height: -webkit-fill-available;
}
.steps-icon
{
    position: absolute;
    top: 40px;
    left: 50px;
    width: auto;
}
.steps-icon img
{
    width: 100%;
}
.wrapper
{
    /* width: 64%; */
    height: 100%;
    align-content: center;
    padding: 70px 0px;
    margin-left: 0;
}
.form-text .main-heading
{
    font-size: 38px;
    color: var(--field-text-color);
    font-weight: bold;
}
.form-text .main-text
{
    font-size: 18px;
    font-family: "Roboto";
    color: var(--text-color); 
}
.steps-inner
{
    margin-top: 30px;
}
.radio-field
{
    width: 100%;
    background-color: var(--field-color);
    min-height: 73px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 50px;
    margin-bottom: 14px;
    border: solid 2px transparent;
}
.radio-field input, .radio-select-single input
{
    -webkit-appearance: none;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: 0.3s;
}
.radio-field label, .radio-select-single label
{
    font-size: 18px;
    color: var(--field-text-color);
    font-weight: bold;
    margin-left: 12px;   
}
.radio-field input:checked, .radio-select-single input:checked
{
    background-color: var(--secondary-color);
}
.checked
{
    border-color: var(--secondary-color);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.14);
    transition: 0.3s;
}
.btn-submit
{
    margin-top: 50px;
    width: 100%;
    display: flex;
    height: 65px;  
}
.btn-submit .inner
{
    /* background-color: rgb(38, 38, 37); */
    /* display: flex; */
    width: 100%;
    /* border-radius: 10px; */
    /* height: 100%; */
}
#step1 .btn-submit button
{
    width: 100% !important;

}
#step5 .btn-submit
{
    background-color: rgb(38, 38, 37);
    border-radius: 10px;
}
.btn-submit button
{
    font-size: 18px;
    color: var(--field-color);
    font-weight: bold;
}
.btn-submit .prev
{
    color: rgb(255,255,255);
    width: 35%;
    border: 0;
    background-color: transparent;
}
.btn-submit .next, .btn-submit .apply
{
    width: 100%;
    background-color: var(--secondary-color);
    height: 100%;
    border-radius: 10px;
    border: solid 2px transparent;
    transition: 0.3s;
}
.btn-submit .next:hover {
    background-color: #2c2c2c;
    color: #fff;
}
.btn-submit .skip
{
    color: var(--primary-color);
    text-decoration: underline;
    background: transparent;
    width: 22%;
    border: 0;
    text-align: right;


}
.text-field, .select-field
{
    width: 100%;
    min-height: 73px;
    /* background-color: var(--field-color); */
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.bottom-line
{
    border-bottom: solid 2px var(--field-color);
    margin-bottom: 20px;
}

.text-field input, .select-field select
{

background-color: var(--field-color);

width: 100%;

height: 100%;

border: solid 2px transparent;

border-radius: inherit;
    
    color: var(--text-color);

padding-right: calc(35px + 25px);

position: absolute;

left: 0;

top: 0;

font-size: 15px;

font-weight: 500;

transition: 0.3s;
}
.text-field i, .select-field i
{
    font-size: 16px;
    color: #F08322;
    position: relative;
    z-index: 10;
    pointer-events: none;
    margin-right: 35px;
    transition: 0.3s;
}

.select-field select
{
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 35px;
}
.text-field.p-custom input
{
    padding-left: 35px;
}
.select-field select+span::after
{
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: var(--secondary-color-2);
    position: absolute;
    top: 35%;
    left: 25px;
    transition: 0.3s;
    pointer-events: none;
}
.text-field input:focus, .select-field select:focus
{
    outline: none;
    border-color: var(--secondary-color);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.14);
}
.text-field input:focus+i, .select-field select:focus+i
{
    color: var(--secondary-color);
}
.select-field select:focus+span::after
{
    color: var(--secondary-color);
}
.radio-field-2
{
    display: flex;
    align-content: center;
}
.radio-single
{
    display: flex;
    align-items: center;
    width: 15%;
}
.radio-single input
{
    -webkit-appearance: none;
    border: solid 2px rgb(201, 210, 228);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    width: 21px;
    height: 21px;
    cursor: pointer;
    position: relative;
    transition: 0.3S;
}
.radio-single input:checked::before
{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
    color: rgb(255, 255, 255);
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 10%;
    margin: 0 auto;
    width: 13px;
    border-radius: 10px;
    height: 13px;
    background-color: var(--secondary-color-2);

}
.radio-single input:checked
{

    transition: 0.3s;

}

.radio-single label
{
    font-size: 18px;
    color: var(--field-text-color);
    font-weight: bold;
    margin-left: 6px;
}
.field-heading
{
    font-size: 20px;
    color: var(--field-text-color);  
    font-weight: bold;
}
.radio-select
{
    border-radius: 30px;
    background-color: var(--field-color);
    min-height: 100px;
    margin-top: 20px;
    overflow: hidden;
}
.radio-heading
{
    font-size: 18px;
    color: var(--field-text-color);
    font-weight: bold;
    background-color: rgb(250, 250, 250);
    min-height: 55px;
    line-height: 55px;
    padding-left: 35px;
}
.radio-select-inner
{

    padding: 25px 25px;
    display: flex;
    flex-wrap: wrap;
}
.radio-select-single
{
    display: flex;
    width: 33.3333%;
    align-items: center;
    margin-bottom: 20px;
}
.radio-select-single label
{
    font-size: 16px;
    font-weight: 500;
}  
.residence-single
{
    width: 100%;
    height: 150px;
    position: relative;
    margin-top: 20px;
    text-align: center;
    display: grid;
    align-content: center;
    justify-content: center;
}
.residence-single input
{
    -webkit-appearance: none;
    border-radius: 20px;
    border: solid 2px transparent;
    background-color: var(--field-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: 0.3s;
}
.residence-single img , .residence-single label
{
    position: relative;
    z-index: 100;
    pointer-events: none;
}
.residence-single label
{
    font-size: 16px;
    color: var(--field-text-color);
    font-weight: bold;
    margin-top: 15px;
      
}
.residence-single input:checked
{
    border-color: var(--secondary-color);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.14);

}
.profile
{
    border-radius: 20px;
    background-color: var(--field-color);
    width: 100%;
    min-height: 160px;
    height: 100%;
    position: relative;
}
.profile .profile-img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.profile label
{
    background-color: rgb(255, 255, 255);
    width: 38px;
    height: 38px;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    text-align: center;
    display: grid;
    place-content: center;
}
.profile label img
{
    pointer-events: none;
    width: auto;
}
.profile label input[type=file]
{
    display: none;
}
::-webkit-calendar-picker-indicator
{
    display: none;
}  
#step5 .radio-field-2 .radio-single
{
    width: 50%;
}
.gender
{
    font-size: 15px;
    font-weight: bold;
    color: var(--field-text-color);
    margin-bottom: 20px;
}
.file span
{
    font-size: 15px;
    color: rgb(135, 135, 135);
}

.file .file-inner
{
    background-color: rgb(77, 77, 224);
    width: 155px;
    height: 52px;
    border-radius: 10px;
    margin-top: 5px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
}
.file .file-inner span
{
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 500; 
}
.file .file-inner i
{
    margin-left: 8px;
}
.file label[for=file] input
{
    display: none;
}  


.text-header {
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-text h1 {
    font-size: 3rem;
    font-weight: bold;
}

















.thankyou-page .logo
{
    justify-content: center;
    margin-top: 60px;
}
.thankyou-page .logo-icon
{
    width: 55px;
    margin-right: 10px;
}
.thankyou-page .logo .logo-icon img
{
    width: 100%;
}
.thankyou-page .logo-text
{
    font-size: 65px;
}
.thankyou-page .main-inner
{
    background-image: url(../images/thankyou-bg.html) !important;
    background-color: var(--text-color-hover);

}
.thankyou-page article
{
    text-align: center;
    margin-top: 80px;
}
.thankyou-page article h1
{
        font-size: 75px;
        font-weight: bold;
        text-transform: uppercase; 
}
.thankyou-page article h1 span
{
    display: block;
    font-size: 80px;
    font-weight: 900;
    color: var(--primary-color);
}
.thankyou-page article span
{
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 500;
}
.thankyou-page article p
{
    font-size: 18px;
    font-family: "Myriad Pro";
    color: var(--secondary--text-color);
    margin: 0 auto;
    margin-top: 45px;
    width: 39%;
}
.social-media
{
    text-align: center;
    margin: 40px auto;
    background-color: var(--text-color-hover);
    width: 30%;
    padding: 6px 10px;
}
.social-media a
{
    border: solid 1px rgb(244, 244, 244);
    border-radius: 5px;
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
    color: var(--secondary--text-color);
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
}
.social-media a i
{
    margin-right: 10px;
    font-size: 20px;
}
.back-home
{
    width: 188px;
    height: 63px;
    margin: 0 auto;
}
.back-home a
{
    background-color: var(--primary-color);
    border-radius: 10px;
    color: var(--text-color-hover);
    width: 100%;
    height: 100%;
    line-height: 63px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border: 0;

}


#sub img
{
    width: 60px;
}

.highlight
{
    border-top: solid 3px var(--primary-color) !important;
    border-bottom: solid 3px var(--primary-color) !important;

}


#error
{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 20;
}



.invalid
{
  border: solid 2px #ff4444 !important;
  position: relative;
}


/***
=============================================
Team Style1
=============================================
***/
:root {
    --thm-font: 'Cairo', sans-serif;
    --thm-gray: #676767;
    --thm-gray-rgb: 103, 103, 103;
    --thm-base: #F08322;
    --thm-base-rgb: 235, 41, 44;
    --thm-black: #24262D;
    --thm-black-rgb: 0, 0, 0;
    --thm-primary: #ffb400;
    --thm-primary-rgb: 255, 180, 0;
  }
.team-style1 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 90px;
    direction: rtl;
  }
  
  .team-style1__single {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  .team-style1__single-img {
    position: relative;
    display: block;
  }
  
  .team-style1__single-img-inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 1;
  }
  
  .team-style1__single-img-inner::before {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    content: '';
    background-color: rgba(var(--thm-black-rgb), 0.50);
    transform: scaleY(1.0);
    opacity: 0;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    z-index: 1;
  }
  
  .team-style1__single:hover .team-style1__single-img-inner::before {
    transform: scaleY(1.0);
    opacity: 1;
  }
  
  
  .team-style1__single-img-inner img {
    width: 100%;
    height: 400px;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out;
  }
  
  .team-style1__single:hover .team-style1__single-img-inner img {
    transform: scale(1.1) rotate(1deg);
  }
  
  .team-style1__single-img .social-links {
    position: absolute;
    left: 0;
    bottom: 5px;
    right: 0;
    text-align: center;
    z-index: 5;
    padding: 0;
    margin: 0;
  }
  
  .team-style1__single-img .social-links li {
    position: relative;
    display: inline-block;
    margin-left: 10px;
  }
  
  .team-style1__single-img .social-links li.share {
    position: relative;
    top: -10px;
  }
  
  .team-style1__single-img .social-links li:last-child {
    margin-right: 0;
  }
  
  .team-style1__single-img .social-links>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #ffffff;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
  }
  
  .team-style1__single-img .social-links>li>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
  }
  
  .team-style1__single-img .social-links>li>a:hover::before {
    transform: scale(1.0);
    opacity: 1;
  }
  
  .team-style1__single-img .social-links>li>a>span {
    position: relative;
    display: block;
  }
  
  .team-style1__single-img .social-links li>a>span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  
  }
  
  .team-style1__single-img .social-links>li>a:hover span::before {
    color: #ffffff;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner {
    position: absolute;
    top: -180px;
    left: 0px;
    right: 0;
    line-height: 0;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform-origin: bottom center;
    padding: 0;
  }
  
  .team-style1__single-img .social-links .share:hover .social-links-inner {
    transform: scaleY(1.0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li {
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li:last-child {
    margin-bottom: 0px;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li a {
    position: relative;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li a:hover::before {
    transform: scale(1.0);
    opacity: 1;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li a i {
    position: relative;
    display: block;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li a i::before {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li a:hover i::before {
    color: #ffffff;
  }
  
  .team-stye1__single-content {
    position: relative;
    display: block;
    z-index: 3;
  }
  
  .team-stye1__single-content .inner-box {
    position: relative;
    display: block;
    padding: 20px 0px 31px;
    z-index: 5;
  }
  
  .team-stye1__single-content .round-bg {
    position: absolute;
    top: -30px;
    left: -50px;
    bottom: 0;
    right: -50px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .team-stye1__single-content .inner-box h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  
  .team-stye1__single-content .inner-box h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
  
  }
  
  .team-stye1__single-content .inner-box h2 a:hover {
    color: var(--thm-base);
  }
  
  .team-stye1__single-content .inner-box p {
    color: #808080;
  }
