/**
 * * * * * * * * * * * * * * * * * * * * *  
 * * CORE THEME STYLESHEET * * * * * * * *
 * * TABLE OF CONTENTS * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * *
 * 1. CSS RESET
 * 2. HEADER SECTION
 * 3. GENERAL SECTION STYLES
 * 4. SECTION TYPO & DETAILS
 * 5. SEPARATORS
 * 6. ICON COLUMNS
 * 7. BUTTONS / GET APP            
 * 8. REVIEWS
 * 9. SCREENS
 * 10. DEMO
 * 11. FORMS
 * 12. FOOTER
 * 13. RESPONSIVE
 * * * * * * * * * * * * * * * * * * * * */


/**
 * MAIN COLORS
 * green = #f7f7f7
 */

/**
 *
 * 
 * 1. CSS RESET
 *
 * 
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}
html {

}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

.row{
    margin:50px 30px 30px 30px
	}

nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    color: #FFF;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
}

a:hover, a:active, a:focus {
    outline: 0;
}

a:hover {
    color: #444;
    text-decoration: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
img {
    max-width: 100%;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

.clear {
    clear: both;
}

h1 {font-size: 36px; margin: 0 0 10px 0;color: #FFF;}
h2 {font-size: 17px; margin: 0 0 10px 0;}
h3 {font-size: 28px;}
h4 {font-size: 20px;}
h5 {font-size: 16px;    margin-bottom: 25px;}
h6 {font-size: 8px;}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.description{
    padding: 0 0 20px 0;
    position: relative;
    width: 100%;
   
}
.description p {
	font-size: 16px;
    color: #fff;
    line-height: 133%;
}


.testimonials p {
    color: #eee;
    line-height: 125%;
	font-weight: 400;
}

.realestate{
    width: 150px;
	background-color:#F8A53B;
	color: #333;
    border: 1px solid #fff;
    Height: 36px;
	cursor: pointer;
    padding-top: 10px;
    padding-left: 0;
    margin-top: 30px;
    border-radius: 2%;	
}
.realestate:hover{
    width: 150px;
    color: #333333;
	background-color:#fff;
    Height: 36px;
	cursor: pointer;
    padding-top: 10px;
    padding-left: 0;
    margin-top: 30px;
    border-radius: 2%;	
}

.contact_me{
    width: 150px;	
	color: #222;
    border: 1px solid #fff;
    Height: 36px;
	cursor: pointer;
    padding-top: 10px;
    padding-left: 0;
    margin-top: 10px;
    border-radius: 2%;	
}
.contact_me:hover{
    width: 150px;
    color: #fff;
	background-color:#F8A53B;
    Height: 36px;
	cursor: pointer;
    padding-top: 10px;
    padding-left: 0;
    margin-top: 10px;
    border-radius: 2%;	
}

.clear_button{
    width: 150px;	
	color: #222;
    border: 1px solid #fff;
    Height: 36px;
	cursor: pointer;
    padding-top: 10px;
    padding-left: 0;
    margin-top: 10px;
    border-radius: 2%;	
}
.clear_button:hover{
    width: 150px;
    color: #fff;
	background-color:#F8A53B;
    Height: 36px;
	cursor: pointer;
    padding-top: 10px;
    padding-left: 0;
    margin-top: 10px;
    border-radius: 2%;	
}

.alt_button{
    width: 150px;	
	color: #444;
	font-weight: 500;
	background-color:#FED23D;
    border: 1px solid #FED23D;
    Height: 36px;
	cursor: pointer;
    padding-top: 10px;
    padding-left: 0;
    margin-top: 10px;
    border-radius: 5px;	
}
.alt_button:hover{
    width: 150px;
    color: #444;
	background-color:#F8A53B;
	border: 1px solid #F8A53B;
    Height: 36px;
	cursor: pointer;
    padding-top: 10px;
    padding-left: 0;
    margin-top: 10px;
    border-radius: 5px;	
}

.sliderWrap {
    position: relative;
    height: 700px;
}
.background_intent{
	
    padding: 30px 30px 30px 30px;
}
.button_sub {
	background-color:#fff;
	color:#222;	
}
.button_sub:hover{
	background-color:#F8A53B;
	color:#474c51;	
}
.clinet_image{
    float: left;
    height: 100%;
    padding: 0 20px 0 0;	
	width: 25%;
	text-align:center;
}
.clinet_details{
    margin-left: 25%;
}
.bussiness_section{
	border-left: 1px solid #ccc;
    padding: 0px 0px 50px 10px;
	
}
.phone{
	color:#FED23D;
	font-size:17px;
	font-weight: 500;
}
.email{
	color:#FED23D;
	font-size:17px;
	font-weight: 500;
}
.sliderWrap img {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}
.footer_content{
	height: 120px;
	background: rgba(0, 0, 0, 0.0);
	padding-top: 20px;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	bottom: 0;
}
.rights_reserved{
	text-align:center;
	padding:10px 0px 0px 0px;
}
.sliderActive {
    opacity: 1 !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0px) !important;
}

.rightSlider, .leftSlider {
    color: #fff;
    cursor: pointer;
}

.rightSlider {
    text-align: right;
}

.newtextare{
	border:none;
	border-bottom: 1px solid #999;
	padding: 10px;
	font-size: 19px;
	resize:none
}

.sliderButtons {
    position: relative;
    z-index: 5;
    text-align: center;
    bottom: 35px;
}

.sliderButton {
    width: 23px;
    height: 23px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    cursor: pointer;
}

.sliderButtonActive {
    background: #fff;
    cursor: default;
}

.leftSemi, .rightSemi {
    padding: 0px;
    margin-top: 250px;
}

.leftSemi {
    text-align: right;
}

.leftSemi .semicircle1 {
    height:340px;
    width:100%;
    border-radius: 340px 0px 0% 340px;
    border: 2px solid #fff;
    border-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.leftSemi .semicircle2 {
    height:250px;
    width:80%;
    border-radius: 250px 0% 0% 250px;
    border: 2px solid #fff;
    border-right: 0;
    position: absolute;
    top: 45px;
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.leftSemi .lineTop {
    position: absolute;
    top: 0;
    right: 0;
    border-right: 2px solid #fff;
    height: 45px; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.leftSemi .lineBot {
    position: absolute;
    bottom: 0;
    right: 0;
    border-right: 2px solid #fff;
    height: 43px; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.rightSemi .semicircle1 {
    height:340px;
    width:100%;
    border-radius: 0px 340px 340px 0px;
    border: 2px solid #fff;
    border-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.rightSemi .semicircle2 {
    height:250px;
    width:80%;
    border-radius: 0 250px 250px 0;
    border: 2px solid #fff;
    border-left: 0;
    position: absolute;
    top: 45px;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.rightSemi .lineTop {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px solid #fff;
    height: 45px; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.rightSemi .lineBot {
    position: absolute;
    bottom: 0;
    left: 0;
    border-right: 2px solid #fff;
    height: 43px; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.leftSemi p, .rightSemi p {
    font-size: 24px;
    color: #fff;
    padding: 155px 0;
    cursor: pointer;
    position: relative;
    z-index: 5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.leftSemi p {
    text-align: right;
}

.rightSemi p {
    text-align: left;
}

.rightSemi:hover .lineBot, .rightSemi:hover .lineTop, .rightSemi:hover .semicircle2, .rightSemi:hover .semicircle1 {
    border-color: #f7f7f7;
    -webkit-box-shadow: 0 0 5px 1px rgba(255,255,31,0.3);
    box-shadow: 12px 0 5px 0px rgba(255,255,31,0.05);
}

.leftSemi:hover .lineBot, .leftSemi:hover .lineTop, .leftSemi:hover .semicircle2, .leftSemi:hover .semicircle1 {
    border-color: #f7f7f7;
    -webkit-box-shadow: 0 0 5px 1px rgba(255,255,31,0.3);
    box-shadow: -12px 0 5px 0px rgba(255,255,31,0.05);
}

.leftSemi p:hover, .rightSemi p:hover {
    color: #f7f7f7;
}

#followMenu {
    width: 100%;
    position: fixed;
    background: #1b1c1e; 
    background-size: cover;
    padding: 10px 0;
    z-index: 20;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #474c51;
    transform: translateY(-77px);
    -webkit-transform: translateY(-77px);
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
}

#followMenu .mainMenu li a {
    color: #474c51;
}

#followMenu .mainMenu li a:hover, #followMenu .mainMenu .menuActive a{
    color: #f7f7f7 !important;
}

#followMenu img {
    max-height: 100%;
    height: 50px;
}

#followMenu .mainMenu {
    margin: 0 auto;

}

#responsiveMenuToggle {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 20;
    padding: 10px;
    font-size: 30px;
    background: #41454a;
    display: none;
}

#responsiveMenuToggle {
    cursor: pointer;
    color: #f7f7f7;
}

/**
 *
 * 
 * 3. GENERAL SECTION STYLES
 *
 * 
 */
.section-100-100 {
    padding: 100px 0 100px;
}

.section-60-80 {
    padding: 60px 0 80px;
}

.section-0-50 {
    padding: 0px 0 50px;
}

.section-50-50 {
    padding: 50px 0 50px;
}

.section-50-100 {
    padding: 50px 0 100px;    
}

.darkBgSection {
    position: relative;
    background-color: #23272b; /*fallback */
    background: -webkit-linear-gradient(#23272b, #41454a);
    background: -o-linear-gradient(#23272b, #41454a);
    background: -moz-linear-gradient(#23272b, #41454a);
    background: linear-gradient(#23272b, #41454a);
}

.lightBgSection {
    position: relative;
    background-color: #c2c6c9; /*fallback */
    background: -webkit-radial-gradient( #fefefe 10%, #e5e6e8 30%, #c2c6c9 60%); 
    background: -o-radial-gradient( #fefefe 10%, #e5e6e8 30%, #c2c6c9 60%); 
    background: -moz-radial-gradient( #fefefe 10%, #e5e6e8 30%, #c2c6c9 60%); 
    background: radial-gradient( #fefefe 10%, #e5e6e8 30%, #c2c6c9 60%); 
}

.textureBgSection {
    position: relative;
    background-attachment:fixed;
    background-repeat: repeat; 
    background-color: #fff; 
    background-position: 0 0; 
}


/**
 *
 * 
 * 4. SECTION TYPO & DETAILS
 *
 * 
 */
.sectionTitle, .sectionDescription{
    text-align: center;
}

.sectionTitle {
    font-size: 48px;
    line-height: 72px;
    font-weight: 400;
    text-transform: uppercase;
}

.sectionDescription {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
}

.titleSeparator {
    width: 40px;
    height: 4px;
    margin: 20px auto;
    background: #66cccc;
}

.grayBgSection, .whiteBgSection {
    color: #999999;
}

.darkBgSection  {
    color: #fff;
}

.lightBgSection {
    color: #474c51;
}

.lightBgSection .sectionDescription, .darkBgSection .sectionDescription {
    color: #7a8085;
}

.textureBgSection {
    color: #fff;
}

.textureBgSection .sectionTitle, .textureBgSection .sectionDescription {
    color: #fff;
}

.textureBgSection .titleSeparator {
    background: #fff;
}


.hide-desktop {
    display: none;
}


/**
 *
 * 
 * 5. SEPARATORS
 *
 * 
 */
.separator20 {
    height: 20px;
}

.separator50 {
    height: 50px;
}

.separator100 {
    height: 100px;
}

.separator200 {
    height: 200px;
}

.alignTextCenter {
    text-align: center;
}

.decoratorTop {
    position: absolute;
    top: -50px;
    width: 100%;
    height: 50px;
    display: block;  
    z-index: 9;
}

.triangleBottom {
    position: absolute;
    bottom: -160px;
    width: 100%;
    height: 160px;
    display: block;
    z-index: 99;
}

.textureBgSection input:not([type=submit])  {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 3px 3px 10px;
    color: #fff;
    outline: none;
    border: none;
    background: transparent;
    border-bottom: 1px solid #999;
    font-size: 18px;
}

.lightBgSection input:not([type=submit])  {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 15px 60px;
    color: #fff;
    background: transparent;
    outline: none;
    border: 2px solid #929699;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    font-size: 18px;
}

.lightBgSection textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    color: #999999;
    background: transparent;
    outline: none;
    border: 2px solid #929699;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    font-size: 18px;  
    resize: none;  
}

.formWrap {
    position: relative;
}

.formWrap i {
    color: #474c51;
    position: absolute;
    left: 65px;
    top: 9px;
    font-size: 13px;
}


/**
 *
 * 
 * 11. FOOTER
 *
 * 
 */
.footerIcons i {
    color: #444;
    font-size: 20px;
	background: #FED23D;
    margin: 0px 5px 15px 5px;
    border: 1px solid #FED23D;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    border-radius: 15%;     
    text-align: center;
    display: inline-block;
    width: 40px;
    padding: 8px 0 8px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footerIcons i:hover {
    color: #444;
	background: #F8A53B;	
    border-color: #F8A53B;    
}

.pp_close {
    display: none !important;
}

/* Large devices  */
@media (min-width: 1200px) {
    .fmshown {
        display: block !important;
        transform: translateY(0px) !important;
        -webkit-transform: translateY(0px) !important;
    }
}

/* Medium devices */
@media (min-width: 769px) and (max-width: 1199px) {
    
}

@media (min-width: 769px) and (max-width: 991px)  {
    .lineBot, .lineTop, .semicircle2, .semicircle1, .leftSemi p, .rightSemi p  {
        display: none;
    }
    .iconRightColWrap, .iconLeftColWrap {
        text-align: center;
    }

    .rightColTextWrap, .leftColTextWrap {
        max-width: 100%;
        float: none;
        text-align: center;
        margin: 10px 0 0;
    }

    .iconRightColWrap i, .iconLeftColWrap i {
        float: none;
        display: inline-block;
    }

    .contactText p {
        text-align: center;
        margin: 10px 0;
    }
}

/*small devices*/
@media (max-width: 768px) {
        .contactText p {
        text-align: center;
        margin: 10px 0;
    }

   
    .phoneWrap .getappPhone {
        left: 0px;
    }

    .phoneWrap .lines {
        display: none;
    }

    .screen-item img {
        left:0px;
    }
	.background_intent {
    padding: 30px 30px 30px 30px;
}

}
@media (max-width: 375px) {
	
h1 {font-size: 36px; margin: 0 0 10px 0;color: #F8A53B;text-align:center}
h2 {font-size: 20px; margin: 0 0 10px 0; text-align:center}
h3 {font-size: 28px;text-align:center}
h4 {font-size: 22px;}
h5 {font-size: 16px;margin-bottom: 25px;text-align:center}
h6 {font-size: 8px;}
	.row {
    margin: 0px 0px 0px 0px;
}

.clinet_image {
    padding: 0 20px 0 0;
    width: 108%;
}

.clinet_details {
    margin-left: 0%;
}	
.description p {
    color: #ccc;
    line-height: 133%;
    padding-left: 0px;
    margin-left: 0px; 
}	
.background_intent {
    padding: 30px 30px 30px 30px;
}
.bussiness_section{
	border-left: 0px solid #ccc;
    padding: 0px 0px 0px 10px;
	
}

.realestate {
    width: 150px;
    border: 1px solid #fff;
    Height: 36px;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 0;
    margin-top: 30px;
    /* text-align: center; */
    border-radius: 2%;
    margin: 0 auto;
    margin-top: 30px;
}
.contact_me {
    width: 150px;
    border: 1px solid #fff;
    Height: 36px;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 10px;
    margin-top: 10px;
    /* text-align: center; */
    border-radius: 2%;
    margin: 0 auto;
    margin-top: 30px;
}

.clear_button {
    width: 150px;
    border: 1px solid #F8A53B;
    Height: 36px;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 10px;
    margin-top: 10px;
    border-radius: 2%;
    margin: 0 auto;
}

.alt_button {
    width: 150px;
    border: 1px solid #FED23D;
    Height: 36px;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 10px;
    margin-top: 10px;
    border-radius: 5px;
    margin: 0 auto;
}

. {
	    text-align: center;
}
}
@media (max-width: 420px) {
	
h1 {font-size: 36px; margin: 0 0 10px 0;color: #F8A53B;text-align:center}
h2 {font-size: 20px; margin: 0 0 10px 0; text-align:center}
h3 {font-size: 28px;text-align:center}
h4 {font-size: 22px;}
h5 {font-size: 16px;margin-bottom: 25px;text-align:center}
h6 {font-size: 8px;}
	.row {
    margin: 0px 0px 0px 0px;
}
.clinet_image {
    padding: 0 20px 0 0;
    width: 108%;
}
.clinet_details {
    margin-left: 0%;
}	
.description p {
    color: #ccc;
    line-height: 133%;
    padding-left: 0px;
    margin-left: 0px; 
}	
.background_intent {
    padding: 30px 30px 30px 30px;
}	
.bussiness_section{
	border-left: 0px solid #ccc;
    padding: 0px 0px 0px 10px;
}

.realestate {
    width: 150px;
    border: 1px solid #fff;
    Height: 36px;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 0px;
    margin-top: 30px;
    /* text-align: center; */
    border-radius: 2%;
    margin: 0 auto;
    margin-top: 30px;
}
.contact_me {
    width: 150px;
    border: 1px solid #fff;
    Height: 36px;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 10px;
    margin-top: 10px;
    border-radius: 2%;
    margin: 0 auto;
}

.footerIcons{
	    text-align: center;
}
}