/*Custom css*/

/*fonts*/
@font-face {
    font-family: 'MarkSimonsonProximaNovaRegular';
    src: url('../fonts/MarkSimonsonProximaNovaRegular.eot');
    src: url('../fonts/MarkSimonsonProximaNovaRegular.eot') format('embedded-opentype'),
         url('../fonts/MarkSimonsonProximaNovaRegular.woff2') format('woff2'),
         url('../fonts/MarkSimonsonProximaNovaRegular.ttf') format('truetype'),
         url('../fonts/MarkSimonsonProximaNovaRegular.svg#MarkSimonsonProximaNovaRegular') format('svg');
}

@font-face {
    font-family: 'MarkSimonsonProximaNovaLight';
    src: url('../fonts/MarkSimonsonProximaNovaLight.eot');
    src: url('../fonts/MarkSimonsonProximaNovaLight.eot') format('embedded-opentype'),
         url('../fonts/MarkSimonsonProximaNovaLight.woff2') format('woff2'),
         url('../fonts/MarkSimonsonProximaNovaLight.woff') format('woff'),
         url('../fonts/MarkSimonsonProximaNovaLight.ttf') format('truetype'),
         url('../fonts/MarkSimonsonProximaNovaLight.svg#MarkSimonsonProximaNovaLight') format('svg');
}

@font-face {
    font-family: 'MarkSimonsonProximaNovaBold';
    src: url('../fonts/MarkSimonsonProximaNovaBold.eot');
    src: url('../fonts/MarkSimonsonProximaNovaBold.eot') format('embedded-opentype'),
         url('../fonts/MarkSimonsonProximaNovaBold.woff2') format('woff2'),
         url('../fonts/MarkSimonsonProximaNovaBold.woff') format('woff'),
         url('../fonts/MarkSimonsonProximaNovaBold.ttf') format('truetype'),
         url('../fonts/MarkSimonsonProximaNovaBold.svg#MarkSimonsonProximaNovaBold') format('svg');
}
/******************* fonts ********************/

/*font-awesome*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*end fonts*/

* {margin: 0; padding: 0;outline: none}

ul, ol {list-style: none;}

button, input[type='submit'], input[type='reset'], a {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

::selection {color:#ffd6e9;background:#3399ff;}
::-moz-selection {color:#ffd6e9;background:#3399ff;}

::-webkit-input-placeholder {color: #b4b4b4;}
:-moz-placeholder {color: #b4b4b4;}
::-moz-placeholder {color: #b4b4b4;}
:-ms-input-placeholder {color: #b4b4b4;}

body, html {
	min-height: 100%;	
    font-weight: normal;
    line-height: normal;
    font-family: 'MarkSimonsonProximaNovaRegular';
}

*:focus {
    outline: none;
}

a {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	color: #4b4b4b;
}
a,
a:hover,
a:focus,
a:visited {	
	text-decoration: none;
     outline: medium none;
}
ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 10px;
} 

img {
    max-width: 100%;    
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
	-o-transition: all .5s;		
}
.navbar {    
    border-radius: 0;
    margin-bottom: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}
p:last-child{
	margin-bottom: 0;
}

/*header*/
.header {
    background: #fff;
    z-index: 999;
}
.logo {
	float:left;
	text-align: center;
}
/*header-top*/
.header_contacts {
    background: #1d1d1d;
    padding: 10px 0;
}
.hed_cont_left {
    float: left;
}
.hed_cont_left ul li {
    display: inline-block;
} 
.hed_cont_left ul li + li {
    margin-left: 10px;    
    padding-left: 10px;
}
.hed_cont_left ul li a {
    color: #fff;
    font-size: 15px;
    font-family: 'MarkSimonsonProximaNovaLight';
}
.hed_cont_left ul li a:hover {
    color: #fff;
}
.hed_cont_left ul li a .fa {
    color: #840d0d;
    margin-right: 5px;
}
.hed_cont_right {
    float: right;
}
.hed_cont_right ul li {
    display: inline-block;
} 
.hed_cont_right ul li + li {
    margin-left: 5px;    
    padding-left: 5px;    
}
.hed_cont_right ul li .fa {
    color: #4a4a4a;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.hed_cont_right ul li a:hover .fa.fa-facebook {
    color: #3b5998;
}
.hed_cont_right ul li a:hover .fa.fa-twitter {
    color: #1da1f2;
}
.hed_cont_right ul li a:hover .fa.fa-google-plus {
    color: #dd4b39;
}

/*end header-top*/
.navbar-header{
	padding-top: 20px;
}
/*navbar*/
.navbar-brand {
    height: auto;
    padding: 0 15px;
}
.navbar {
    padding: 0;
    border:0;
}
.navbar-nav {
    float: right;  
}
.navbar-nav > li:first-child {
    margin-left: 0;
}
.navbar-nav > li {    
    margin: 0;
    position: relative;
}
.navbar-nav > li:after {
    content: "";
    position: absolute;
    left: 0;
    right:0;
    bottom: 1px;
    margin:auto;
    width: 0;
    height: 0;
    border-bottom:5px solid #ee0808;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    opacity: 0;
    transition:all 0.3s;
    -ms-transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.navbar-nav > li > a {
    color: #4a4a4a;
    font-size: 15px;
    text-transform: capitalize;
    border-bottom: 1px solid transparent;
}
.navbar-nav > li > a:hover, .navbar-nav > li.active > a{
    color: #018cc0;
    background: #eeedec;
    border-bottom: 1px solid #ee0808;
}
.navbar-nav > li:hover:after,.navbar-nav > li.active:after {
	 opacity: 1;
}
.navbar-collapse {
    padding-right: 0;
}
/*banner*/
.banner {
    position: relative;
	/*text-align: center;*/
}
.banner img {
    width: 100%;
}
.banner_img {
    position: relative;
}
.banner_img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.banner_caption {
    position: absolute;
    left: 0;
    right: 0;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    z-index: 2;
}
.caption-innr{
	display: table;
	width: 100%;
	padding: 0 5%;
}
.caption-txt{
	display:table-cell;
    vertical-align:middle;
    width:60%;
    padding: 0 40px 0 0;
}
.caption_title {
    background: rgba(196, 120, 0, 0.57);
    padding: 25px;
}
.caption_title h1 {
    color: #fff;
    font-size: 46px;
    padding:0 0 20px;
    margin:0 0 20px;
    font-family: 'MarkSimonsonProximaNovaBold';
    text-transform: capitalize;
    position: relative;
}
.caption_title h1:after {
	content:'';
	position: absolute;
	bottom:0;
	left:0;
	background: url(../images/line.png) no-repeat;
	height:3px;
	width: 90%;
}
.caption_title p {
    color: #e6e4e4;
    font-size: 22px;
}
.caption_title h4 {
    color: #ffffff;
    font-size: 36px;
    line-height:1.4;
    font-family: 'MarkSimonsonProximaNovaBold';
    background-image: url("../images/arrow_right.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto auto;
}

/*form_header*/
.welcome_form{
	display:table-cell;
    vertical-align:middle;
    width: 40%;
}
.form_header {
    background: #ffffff;
    padding: 15px 10px;
    text-align: center;
}
.form_header h3 {
    color: #c47800;
    font-size: 25px;    
    text-transform: capitalize;
    line-height: normal;
    margin-bottom: 0;
}

.form_body {
    background: rgba(255, 255, 255, 0.96);
    padding: 15px;  
}
.form_body p {
    color: #4d4b4b;
    line-height: 1.5;
    text-align: center;
    font-size:15px;
}
.input_outr input {
    color: #363636;
    text-transform: capitalize;
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #afafaf;
    background: transparent;
}
.input_outr textarea {
    width: 100%;
    height: 65px;
    resize: none;    
    color: #363636;
    padding: 12px 10px;
    border: 1px solid #afafaf;
    background: transparent;
}
.input_outr input[type='submit'] {
    background: #052f44;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    width: auto;
    padding: 10px 20px;   
}
.input_outr.submitouter  {
    text-align: center;
}
.input_outr input[type='submit']:hover {
    background: #008cd2;
}
.input_outr {
    margin-bottom: 17px;
}
.welcome_form {
/*    width: 420px;*/
    margin: 0 auto;
}
.input_outr input[type='submit'] {
    background: #c47800;
}
.input_outr input[type='submit']:hover {
    background: #915a03;
}
.input_outr ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #363636;    
}
.input_outr ::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #363636;
   opacity:  1;
}
.input_outr ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #363636;
   opacity:  1;
}
.input_outr ::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #363636;
}

/***indicator****/
.banner_slider .owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom:0;
    z-index: 10;
}
.banner_slider .owl-dots .owl-dot {
	margin:5px;
    display: inline-block;
}
.banner_slider .owl-dots .owl-dot span{
	background: #fff;
	height: 11px;
	width: 11px;
	border-radius:100%;
	display: block;
}
.banner_slider .owl-dots .owl-dot.active span{
	background: #c47800;
}
/***end indicator****/
/*end banner*/



/*content*/
/****drop-arrow****/
.drop-arow{
	 background-color: #f8f8f8;
	padding:50px 0;
	text-align: center;
	position:relative;
}
.drop-arow:after{
	content:'';
	position: absolute;
	top:-40px;
	left:0;
	right:0;
	margin:auto;
	width:1px;
	height:80px;
	background: #c6c6c6;
}
.drop-arow span{
	display: inline-block;	
}
/***** welcome sec***********/
.welcome-sec{
	text-align:center;
}
.welcome-outr{
	padding:70px 0 120px;
}
.cmmn-hdr {
    padding: 0 200px;
    margin:0 0 100px;
}
.cmmn-hdr h3{
	color:#000000;
	font-size:36px;
	margin:0 0 30px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'MarkSimonsonProximaNovaRegular';
}
.cmmn-hdr p{
	color:#656565;
	font-size:17px;
	margin:0;
	font-family: 'MarkSimonsonProximaNovaRegular';
}
.testimonial-slider-sec{
	text-align:center;
	background:url(../images/testimoni-bg.jpg)no-repeat;
	background-size:100% 100%;
}
.testimoni-outr{
	padding:70px 0 120px;
}

.services-outr{
	text-align:center;
	margin: 15px 2px;
	transition:all 0.5s;
	padding:33px 30px 40px;
	position:relative;
	background:#f9f9f9;
}
.services-outr:hover{
	box-shadow: 0 0 9px #d3d3d3;
	background:#ffffff;
}
.services-outr:after{
	position:absolute;
	content: "";
	right:-16px;
	bottom:-16px;
	background:url(../images/triangle1.jpg)no-repeat;
	width:48px;
	height:47px;
	background-size:100% 100%;
	opacity: 0;
	transition:all 0.5s;
}
.services-outr:hover:after{
	opacity:1;
}
.services-outr:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:85px;
	height:72px;
	background:url(../images/services-logo.png)no-repeat;
	opacity:1;
	transition:all 0.5s;
	background-size:100% 100%;
}
.services-outr:hover:before{
	opacity:1;
	background:url(../images/services-logo-hv.png)no-repeat;
	background-size:100% 100%;
	
}
.services-icn{
	display:inline-block;
	margin: 0 0 27px;
}
.services-txt h4{
	color:#000000;
	font-size:20px;
	margin:0 0 30px;
	font-family: 'MarkSimonsonProximaNovaRegular';
	text-transform:uppercase;
}
.services-txt p{
	color:#656565;
	font-size:15px;
	margin:0 0 18px;
	font-family: 'MarkSimonsonProximaNovaLight';
}
.lear-more{
	color:#000000;
	font-size:14px;
	display:inline-block;
	transition:all 0.5s;
}

.lear-more .fa{
	color:#000000;
	font-size:14px;
}
.lear-more:hover,.lear-more:hover .fa{
	color:#f7941d;
}
.commn-bnnr_sec img{
	width: 100%;
}
.commn-bancont{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
	width: 100%;
	height:100%;
	margin: auto;
	background: rgba(0,0,0,0.5);
	padding: 15px 0;
}
.commn-bantxt{
	float: left;
	text-align: left;
	position:absolute;
	top:20%;
	width:100%;
}
.commn-bantxt p{
	color:#ffffff;
	font-size: 45px;
	margin: 0 0 25px;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'MarkSimonsonProximaNovaLight';
}
.commn-bantxt span{
	color:#f3be27;
	font-size: 54px;
	margin: 0 0 34px;
	line-height: 50px;
	text-transform: uppercase;
	display:block;
	font-family: 'MarkSimonsonProximaNovaBold';
}
.commn-bantxt h2{
	color:#ffffff;
	font-size: 90px;
	margin: 0;
	line-height:82px;
	text-transform: uppercase;
	font-family: 'MarkSimonsonProximaNovaLight';
}
/********Footer************/
.ftr_top{
	background:#191919;
	padding:45px 0 0;
	position:relative;
}
.ftr-bg{
	position: relative;
}
.ftr-innr{
	z-index: 99;
	position:relative;
    padding-bottom: 30px;
}
.ftr_top .fttrr:last-child .ftr_menu{
	border-right:0;
	box-shadow: none;
}
.ftr_menu ul{
	margin: 0;
}

.ftr_menu ul li a{
	color:#fff;
	font-size:15px;
	display:block;
}
.ftr_menu ul li:hover a, .ftr_menu ul li.active a {
	color:#05aafc;
}
.ftr_menu ul li p{
	color:#fff;
	font-size:16px;
}
.ftr_menu h5{
	color:#ffffff;
	font-size:18px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.ftr_menu ul li .fa{
	color:#bc2222;
	font-size:18px;
	margin-right: 7px;
	text-align: center;
}
.addrs ul li a{
	display:inline-block;
}
.ftr-widget span {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 27px;
}
.ftr_menu ul li{
	margin:0 0 16px;
}
.ftr_menu ul li p {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    line-height:21px;
    font-family: 'MarkSimonsonProximaNovaLight';
}
.ftr-hdr h4 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 35px;
    padding: 0 0 10px;
    text-transform: uppercase;
    position: relative;
}
.ftr-hdr h4:after{
	content: '';
	position: absolute;
	left:0;
	bottom:0;
	height:1px;
	width:210px;
	background: #555555;
	z-index: 0;
}
.ftr-hdr h4:before{
	content: '';
	position: absolute;
	left:0;
	bottom:-1px;
	height:3px;
	width:60px;
	background: #b66129;
	z-index: 1;
}
.ftr-logo{
	text-align:center;
	margin:0 0 20px;
}
.copytxt{
	position:relative;
	z-index: 99;
	text-align:center;
	background:#191919;
	padding:20px 0;
	border-top:1px solid #565656;
}
.copytxt p{
	color:#fefefe;
	font-size:15px;
	margin: 0;
	font-family: 'MarkSimonsonProximaNovaLight';
}
.copytxt p a{
	color:#fff;
}
.copytxt p a:hover{
	color:#0f95e4;
}
.copytxt p a.privcy {
    color: #c47800;
    margin-left: 30px;
}
.copytxt p a.privcy:hover {
    color: #0f95e4;
}
.map-outr{
	width:260px;
}
#map{
	width: 100%;
	height: 178px;
}
.privacy-policy{
	text-align:center;
	margin:35px 0 8px;
	
}
.privacy-policy a{
	color:#000000;
	font-size:14px;
}
.faq-main-outr{
	padding:100px 0 60px;
}
.faq-outr{
	padding:0;
	text-align:left;
	width:49%;
	float:left;
}
.accordion{
	padding: 10px;
}
.accordion h1{
	margin:0;
}
.testi_outr{
	position: relative;
	z-index: 1;
	text-align: left;
	width:48%;
	float:right;
	overflow: hidden;	
}
.testimonial_slider{
	position: relative;
}
.testimonial_slider.owl-carousel .owl-stage-outer{
	box-shadow: 0 0 10px #ededed;
	background: #ffffff;
	margin:10px;
}
.testimonial_slider .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    background-image: url("../images/test-_prv.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18px;
    height: 33px;
}
.testimonial_slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    background-image: url("../images/test-_nxt.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18px;
    height: 33px;
}
.testi_cont{
	padding: 0 40px 5%;	
}
.testi-pic-outr{
	text-align: right;
}
.testi_pic{
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 100%;
	margin-bottom:0px;
	display: inline-block;
	vertical-align: middle;
	padding: 6px;
	background: rgba(255,255,255,1);
	position: relative;
	box-shadow:0 0 4px #e6e5e5;
}
.testi_pic img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.testi_txt{
	display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    text-align: left;
}
.testi_txt h3{
    color: #c80202;
    font-size: 21px;
    text-transform: capitalize;
    font-family: 'MarkSimonsonProximaNovaLight';
}
.testi_txt span {
    color: #4d4c4c;
    font-size: 15px;
    display: block;
    text-transform: none;
}
/*.testi_cont:hover .testi_pic:before {
   left: 0;
}
.testi_cont:hover .testi_pic:after {
   right: 0;
}*/
.comments{
	padding: 10px 0 0 30px;
	background: url(../images/comma1.png) no-repeat 0 0,url(../images/comma2.png) no-repeat 90% bottom;
	margin:0 0 30px;
}
.comments p{
	display: inline;
	color: #585858;
	font-size: 16px;
    line-height: 1.6;
}
.comma{
	display:inline-block;
	margin-top: -10px;
}
.comma img{
	padding-top: 20px;
}
.author{
	color: #279c27;
	font-size: 20px;
}
.test-clint-outr{
	padding:30px 0;
}


.vacancies{
	color:#f7941d;
	font-size:19px;
}
.owner-manage {
	color:#e8862a;
	font-size:16px;
}
.bottom_form_sec {
	background:#fafafa;
	padding: 60px 0;
	position:relative;	
}
.tiger-buyer{
	padding:0 0 50px;
	display: table;
	width: 100%;
}
.tiger-des{
	padding:0 0 0 60px;
}

.tiger-des p{
	color:#636363;
	font-size: 17px;
	margin:0 0 20px;	
}
.tiger-des p strong{
	color:#431501;	
	font-size: 18px;
	font-style: normal;
}
.tiger-des p:last-of-type{
	margin:0;
}
.mid-form-outr{
	display: table-cell;
	vertical-align: middle;
	width: 40%;
}
.tiger-des-outr{
	display: table-cell;
	vertical-align: middle;
	width: 60%;
}
.mid-form{
	box-shadow: 0 0 30px #b5b5b5;
}
.mid-form .form_header {
    background-color: #fff;
    box-shadow: 0 10px 0 #b5b5b5;
}
.mid-form .form_header h3 {
    color: #431501;
    font-family: 'MarkSimonsonProximaNovaBold';
}
.mid-form .input_outr input[type="submit"] {
    background: #431501;
}
.mid-form .input_outr input[type="submit"]:hover {
    background: #631f02;
}
.TopStrap {
    background-image: url("../images/strptop.png");
    background-position: center top;
    background-repeat: no-repeat;
    display: none;
    height: 12px;
    position: absolute;
    right: 56px;
    top: 35px;
    width: 24px;
    z-index: 9999;
}

.cross-strap {
    background-position: center top;
    background-repeat: no-repeat;
    display: none;
    height: 12px;
    position: absolute;
    right: 9px;
    top: 0;
    width: 24px;
}
.cross-strap .fa-times{
	color:#ffffff;
	font-size:18px;
}
.abt-pic {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.overlay {
    background: #444444 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
}
.abt-pic:hover .overlay {
    opacity: 0.35;
}
.abt-pic > .abt_mid_img {
    margin: 0;
}
.abt-pic img {
    overflow: hidden;
    text-align: center;
    transform: scale(1);
    transition-duration: 0.4s;
    width: 100%;
}
.abt-pic:hover img {
    transform: scale(1.05);
}
.abt-pic .abt_mid_img::before {
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    bottom: 10px;
    content: "";
    left: 50%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 50%;
    top: 10px;
    transition: all 300ms ease 0s;
    z-index: 11;
}
.abt-pic .abt_mid_img:hover::before {
    left: 10px;
    opacity: 1;
    right: 10px;
}
.abt-pic .abt_mid_img::after {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    bottom: 50%;
    content: "";
    left: 10px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 300ms ease 0s;
    z-index: 11;
}
.abt-pic .abt_mid_img:hover::after {
    bottom: 10px;
    opacity: 1;
    top: 10px;
   }
.abt-pic2 {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.overlay {
    background: #444444 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
}
.abt-pic2:hover .overlay {
    opacity: 0.35;
}
.abt-pic2 > .abt_mid_img2 {
    margin: 0;
}
.abt-pic2 img {
    overflow: hidden;
    text-align: center;
    transform: scale(1);
    transition-duration: 0.4s;
    width: 100%;
}
.abt-pic2:hover img {
    transform: scale(1.05);
}
.abt-pic2 .abt_mid_img2::before {
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    bottom: 10px;
    content: "";
    left: 50%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 50%;
    top: 10px;
    transition: all 300ms ease 0s;
    z-index: 11;
}
.abt-pic2 .abt_mid_img2:hover::before {
    left: 10px;
    opacity: 1;
    right: 10px;
}
.abt-pic2 .abt_mid_img2::after {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    bottom: 50%;
    content: "";
    left: 10px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 300ms ease 0s;
    z-index: 11;
}
.abt-pic2 .abt_mid_img2:hover::after {
    bottom: 10px;
    opacity: 1;
    top: 10px;
   }		

/*******inner pages******************/
.inr_bnnr_sec{
	position: relative;
}
.inr_bnnr_sec img{
	width: 100%;
	height: auto;
}
.innr_page_sec {
	padding: 80px 0;
}
.innr_page_sec .cmmn-hdr{
	margin-bottom: 60px;
	text-align: center;
}
.innr_page_sec .cmmn-hdr h3 {
    margin: 0 0 30px;
}
.innr_page_sec img{
	border: 6px solid #e8e8e8;
	height: auto;
	max-width: 100%;
}
.innr_page_cont{
	margin: 0;
}
.innr_page_cont p{
	color: #393938;
	font-size: 17px;
	line-height: 28px;
	/*font-family: 'MarkSimonsonProximaNovaLight';*/
	font-family: "MarkSimonsonProximaNovaRegular";
	margin-bottom: 20px;
}
.innr_page_cont h3 {
    color: #000000;
    display: inline-block;
    font-family: "MarkSimonsonProximaNovaRegular";
    font-size: 36px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.innr_page_cont h4 {
    color: #000000;
    display: block;
    font-family: "MarkSimonsonProximaNovaRegular";
    font-size: 36px;
    margin: 0 0 0px;
}
.innr_page_cont h2 {
    color: #c47800;
    display: block;
    font-family: "MarkSimonsonProximaNovaRegular";
    font-size: 52px;
    margin: 0 0 20px;
}
.alignLeft{
	float: left;
	margin: 0 25px 25px 0;
}
.alignRight{
	float: right;
	margin: 0 0px 25px 25px;
}
.inrpg{
	padding-top: 25px;
}

/******* goutam*******/
/*.behind-dse{
	float:left;
	overflow: hidden;
	width:50%;
	padding-right:40px;
}*/
.behind-dse h3{
	color:#000000;
	font-size:25px;
	margin:0 0 30px;
	text-transform:uppercase;
}
.behind-dse p{
	color:#a9a9a9;
	font-size:19px;
	margin:0 0 15px;
}
.behind-dse:last-of-type{
	margin:0;
}
/*.behind-img{
	float:right;
	width:50%;
}*/
.behind-innr{
	padding:0 0 30px;
}
/*.behind-outr .behind-innr:last-child{
	padding:0;
}
.behind-innr:nth-child(2n) .behind-dse{
	padding-right:0;
	padding-left:20px;
	float:right;
}
.behind-innr:nth-child(2n) .behind-img{
	float:left;
}
.behind-innr .behind-img img{
	width:100%;
}*/
/*********17-2-17*********/
.how-it-sec{
	padding:80px 0 0;
}
.innr-cmmn-hdr {
    padding:0 150px 0 0px;
    margin:0 0 70px;
}
.innr-cmmn-hdr h3{
	color:#000000;
	font-size:36px;
	margin:0 0 30px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'MarkSimonsonProximaNovaRegular';
}
.innr-cmmn-hdr p{
	color:#656565;
	font-size:17px;
	margin:0;
	font-family: 'MarkSimonsonProximaNovaRegular';
}
.side-bar{
	background:#fcfcfc;
	padding:0 0 45px;
	margin-bottom:5px;
}
.side-hdr{
	border:1px solid #e8e8e8;
	padding:15px 0;	
    text-align: center;
}
.side-hdr h4{
	color: #c47800;
	font-size:20px;
	margin:0;
	text-transform:uppercase;
}
.side-img-pic img{
	width:100%;
	border:0;
	padding:55px 32px 75px;
}
.side-form{
	background:none;
}
.frm-inpt textarea{
	width:100%;
	height:108px;
	background:none;
	border:1px solid #adaeb0;
	border-radius:0;
	outline: none;
	resize:vertical;
	padding: 5px 10px;
	color:#363636;
	font-size:14px;
	box-shadow: none;
}
.cities {
	padding:35px 0 0 25px;
	
}
.cities ul li{
	color:#888787;
	font-size:17px;
	margin:0 0 30px;
	position:relative;
	padding-left:32px;
}
.cities ul li:last-child{
	margin:0;
}
.cities ul li:after{
	position:absolute;
	content:"";
	left:0;
	top:22%;
	width:14px;
	height:14px;
	background:url(../images/cities-bullet.png)no-repeat;
	background-size:100% 100%;
}
.side-address{
	padding:45px 0 0 10px;
}
.side-address span{
	display: inline-block;
	vertical-align: top;
}
.side-address img{
	border:0;
}
.side-address ul li p {
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
    padding-left: 10px;
    margin:0 0 20px;
    color:#5c5c5d;
    font-size: 16px;
}
.welcome-buyer{
	background:#fcfcfc;
}
.welcome-hdr{
	border:1px solid #e8e8e8;
	padding:15px;
	color: #c47800;
	font-size:30px;
	margin:0;
	text-align:center;
	text-transform:uppercase;
}
.welcome-form{
	padding:45px 15px;
	text-align:center;
	
}
.wel-inpt{
	margin:0 0 30px;
}
.wel-inpt{
	float:left;
	width:49%;
}
.welcome-hdr.wel-inpt:last-child{
	margin: 0;
	float:right;	
}
.wel-inpt1{
	float:right;
}
.wel-inpt2{
	float:right;
}
.wel-inpt input{
	background:none;
	border:1px solid #adaeb0;
	border-radius:0;
	height:40px;
	width: 100%;
	padding: 0 10px;
	color:#363636;
	font-size:14px;
	outline: none;
	box-shadow: none;
}
/*.frm-inpt input:hover{
	box-shadow: 0 0 6px rgba(255,255,255,0.6);	
}*/
.wel-inpt-sub{
	display:inline-block;
}
.wel-inpt-sub input[type="submit"]{
	background:#c47800;
	color:#ffffff;
	text-transform: uppercase;
	font-size:19px;
	text-align: center;
	border:0;
	border-radius:0;
	outline:none;
	box-shadow: none;
	height:45px;
	padding:0;
	width:360px;
	
}
.wel-inpt-sub input[type="submit"]:hover{
	/*box-shadow: 0 -36px 0 #3291a5 inset;*/
	color:#ffffff;
	background: #7d4d01;
}
.wel-inpt textarea{
	width:100%;
	height:40px;
	background:none;
	border:1px solid #adaeb0;
	border-radius:0;
	outline: none;
	resize:vertical;
	padding: 5px 10px;
	color:#363636;
	font-size:14px;
	box-shadow: none;
}
.how-it-pic{
	margin:0 0 10px;
}
.wel-sec-padding{
	padding:50px 0 20px;
}
.map-outr {
    height: 170px;
    border: 3px solid #435968;
}

/********/
.commn_head {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.commn_head:after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    background-color: #b9b8b8;
    width: 70%;
    height: 1px;
    z-index: 0;
}
.commn_head:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background:url(../images/line-sh.png) no-repeat;
    width: 40px;
    height: 3px;
    z-index: 1;
}
.commn_head h4 {
    color: #c47800;
    font-size: 26px;
    text-transform: uppercase;
}
.tiger-des .commn_head h4 {
    color: #431501;
    line-height: 1.6;
    font-size: 24px;
}
/******/
.call_us {
    padding: 20px 0;
    background-color: #c47800;
}
.call_left {
    color: #fff;
    font-size: 30px;
    font-family: 'MarkSimonsonProximaNovaBold';
    text-transform: uppercase;
} 
.call_right {
    background-image: url("../images/call.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px 42px;
    color: #431501;
    font-size: 37px;
    font-family: 'MarkSimonsonProximaNovaBold';
    padding-left: 55px;
    margin-top: 15px;
}
.call_right a {
    color: #431501;
}
.call_right span {
    font-family: 'MarkSimonsonProximaNovaRegular';
}
.commn_head h3 {
    color: #011e2f;
    font-size: 35px;
    text-transform: uppercase;
}
.faq_head h3{
	color: #011e2f;
    font-size: 35px;
    text-transform: uppercase;
    margin:0 0 30px;
    padding:0 0 20px;
    position: relative;
}
.faq_head h3:after{
	content:'';
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	height:1px;
	width:90%;
	background: #f0f0ef;
}
.faq_head h3:before{
	content:'';
	position: absolute;
	left:0;
	right:0;
	bottom:-1px;
	margin:auto;
	height:4px;
	width:50px;
	background: #c80202;
	z-index: 2;
}
/******/
.content_list {
    background-color: #f8f8f8;
    padding: 50px 0;
}
.content_listtop {
    margin-bottom: 30px;
}
.content_listtop .commn_head h4 {
    font-size: 26px;
}
.contnet_list_item ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    color: #6f6e6e;
    font-size: 17px;
}
.contnet_list_item ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #ed0c0d;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
.content_listbottom h3 {
    color: #c47800;
    font-size: 26px;
}
.contnet_list_para p  {
    color: #6f6e6e;
    font-size: 17px;
    line-height: 1.6;
}
.contnet_list_para p + p {
    margin-top: 20px;
}
.content_sec2 {
    padding: 60px 0 100px;
    background: #fcf3f3;
}
.home_imgouter{
	position: relative;
}
.home_imgouter img{
	position: relative;
	z-index: 3;
}
.home_imgouter:after{
	content:'';
	position: absolute;
	right:16%;
	bottom:-40px;
	background: url(../images/home_imgouter-after.png) no-repeat;
	height:330px;
	width: 340px;
	background-size: 100% 100%;
}
.real_estate_sliderouter {
    position: relative;
}
.real_estate_details {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-color: rgba(1, 30, 47, 0.7);
    float:right;
}
.real_estinner {
    padding: 0 0 0 30px;
}
.real_estinner .commn_head:before {
    background-color: #0dacff;
}
.real_estinner .commn_head:after {
    width: 45%;
}
.real_estinner .commn_head h2 {
    color: #fff;
    font-size: 46px;
    text-transform: uppercase;
    font-family: 'MarkSimonsonProximaNovaLight';
}
.real_estinner .commn_head h2 span {
    display: block;
    color: #03a3ff;
    font-size: 65px;
    font-family: 'MarkSimonsonProximaNovaBold';
}
.real_estate_list ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    font-family: 'MarkSimonsonProximaNovaLight';
    text-transform: capitalize;
}
.real_estate_list ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url("../images/locn.png");
    background-repeat: no-repeat;
    background-position: left center;
    width: 12px;
    height: 18px;
}
.real_estate_slider .owl-controls .owl-nav {
    position: absolute;
    background-image: url("../images/nav_contrls.png");
    background-repeat: no-repeat;
    background-position: left center;
    width: 89px;
    height: 190px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.real_estate_slider .owl-controls .owl-nav .owl-prev {
    position: relative;
    top: 70px;
    left: 20px;
    background-image: url("../images/real_prev.png");
    background-repeat: no-repeat;
    background-size: 14px 18px;
}
.real_estate_slider .owl-controls .owl-nav .owl-next {
    position: relative;
    top: 85px;
    left: 20px;
    background-image: url("../images/real_nxt.png");
    background-repeat: no-repeat;
    background-size: 14px 18px;
}





.real-est{
	position: relative;
}
.real-est-pic{
	width: 50%;
	height:598px;
	float:left;
	background: url(../images/real-estate.jpg) no-repeat;
}
.real-est-pic img{
	width: 100%;
}
.real-est-txt{
	width: 50%;
	height:628px;
	float:right;
	background: #c47800;
}
.real-est-top{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	left:0;
	right:0;
	width: 100%;
	height:100%;
}
.real-est-left{
	float:left;
	width: 50%;
}
.real-est-rght:after{
	content:'';
	position: absolute;
	top:0;
	bottom:0;
	left:-308px;
	border-right:308px solid #c47800;/*c47800*/
	border-bottom:628px solid transparent;
}
.real-est-rght:before{
	content:'';
	position: absolute;
	bottom:0;
	left:-136px;
	border-right:68px solid #940a08;/*c47800*/
	border-bottom:30px solid transparent;
	border-left:68px solid transparent;	
}
.real-est-rght{
	float:right;
	width:50%;
	height:628px;
	position: relative;
}
.real_est-inn{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	left:0;
	padding: 0 0 0 50px;
}
.real_est-inn .commn_head h2{
	color: #431501;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.4;
}
.real_est-inn .commn_head h2 span{
	font-family: 'MarkSimonsonProximaNovaBold';
    font-size: 53px;
    display: block;
}

/*******inner-pages*****/
.wecan_help  {
    text-align: center;
    padding: 60px 0;
}
.wecan_help .faq-main-outr {
    padding: 0;
}

 