@charset "UTF-8";
@font-face {
  font-family: 'ArialMT';
  src: url('assets/fonts/ArialMT.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/ArialMT.woff') format('woff'), url('assets/fonts/ArialMT.ttf')  format('truetype'), url('assets/fonts/ArialMT.svg#ArialMT') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FFDINPro-Regular';
  src: url('assets/fonts/FFDINPro-Regular.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/FFDINPro-Regular.otf')  format('opentype'),
         url('assets/fonts/FFDINPro-Regular.woff') format('woff'), url('assets/fonts/FFDINPro-Regular.ttf')  format('truetype'), url('assets/fonts/FFDINPro-Regular.svg#FFDIassets/fonts/NPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FFDINPro-Medium';
  src: url('assets/fonts/FFDINPro-Medium.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/FFDINPro-Medium.otf')  format('opentype'),
         url('assets/fonts/FFDINPro-Medium.woff') format('woff'), url('assets/fonts/FFDINPro-Medium.ttf')  format('truetype'), url('assets/fonts/FFDINPro-Medium.svg#FFDINPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'FFDINPro-Bold';
  src: url('assets/fonts/FFDINPro-Bold.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/FFDINPro-Bold.otf')  format('opentype'),
  url('assets/fonts/FFDINPro-Bold.woff') format('woff'), url('assets/fonts/FFDINPro-Bold.ttf')  format('truetype'), url('assets/fonts/FFDINPro-Bold.svg#FFDINPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FFDINPro-Light';
  src: url('assets/fonts/FFDINPro-Light.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/FFDINPro-Light.otf')  format('opentype'),
       url('assets/fonts/FFDINPro-Light.woff') format('woff'), url('assets/fonts/FFDINPro-Light.ttf')  format('truetype'), url('assets/fonts/FFDINPro-Light.svg#FFDINPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Montserrat-Regular';
  src: url('assets/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/Montserrat-Regular.otf')  format('opentype'),
         url('assets/fonts/Montserrat-Regular.woff') format('woff'), url('assets/fonts/Montserrat-Regular.ttf')  format('truetype'), url('assets/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, dialog, figure, footer, .header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video, source {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
img {
width: auto\9;
height: auto;
max-width:100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

ins {
    background-color:#ff9;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

/* tables still need 'cellspacing="0"' in the markup */
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;
}

::-webkit-input-placeholder {
   opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity:1;
}

:-ms-input-placeholder {  
   opacity:1;
}

/*---------------------end reset css---------------------*/

.clear { clear: both; }

.float_left { float:left !important;}
.float_right { float:right !important;}

.m0 { margin:0px !important;}
.mt0 { margin-top:0px !important;}
.mr0 { margin-right:0px !important;}
.mb0 { margin-bottom:0px !important;}
.ml0 { margin-left:0px !important;}

.p0 { padding:0px !important;}
.pt0 { padding-top:0px !important;}
.pr0 { padding-right:0px !important;}
.pb0 { padding-bottom:0px !important;}
.pl0 { padding-left:0px !important;}

.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}

.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb30 { margin-bottom:30px !important;}
.mb40 { margin-bottom:40px !important;}

.mr10 { margin-right:10px !important;}
.mr20 { margin-right:20px !important;}

.clear { clear:both;}
.clear_left { clear:left;}
.clear_right { clear:right;}

.display_none { display:none;}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

html
{
  min-height: 100%;
  position: relative;
}

body {
    color: #000;
    font-size:15px;
    font-family: 'FFDINPro-Regular';
}
img {
    max-width: 100%;
    height: auto
}
iframe {
    max-width: 100%
}
a{
    color: #a55fd3;
   display: inline-block;
   transition: all 0.3s ease-in-out; 
}
a:hover,
a:focus {
    color:#000000;
    outline: none;
    text-decoration: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
div,
iframe,
img {
    margin: 0;
    padding: 0
}

.btn
{
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-family: 'FFDINPro-Medium';
    padding: 10px 25px;
    color: #fff;
    background-color: #a55fd3;
    border:2px solid transparent;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
    border-radius: 5px;
}
.btn:hover,
.btn:focus,
.btn:active:focus{
    color: #fff;
    outline: none;
    background-color: #000;
    box-shadow: none;
}

.btn-primary
{
	background-color: #a55fd3;
}
.btn-grey
{
  background-color: #535353;
  color:#fff;
}
.btn-outline
{
    color: #fff;
    background-color: transparent;
    border-color:#a55fd3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover
{
	background-color: #111;
	color:#fff;
	border-color: #111;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active:focus
{
  background-color:#a55fd3;
  color:#fff;
}
.btn:hover .fa
{
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}

.d-block
{
  display: block;
}
button.d-block
{
  width: 100%;
}


p{ 
    margin:12px 0;
    line-height:24px; 
    color:#000;
}


h1,h2,h3,h4,h5,h6{
    line-height: 1.1;
    color:#000; 
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'FFDINPro-Regular';
}
h1{ font-size:36px;}
h2{ 
	font-size:30px;
}
h3{ font-size:26px;}
h4{ font-size:24px;}
h5{ font-size:22px;}
h6{ font-size:18px;}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{ display:block; line-height:30px;}

input,
textarea,
button,
select {
    outline: none
}
::selection {
    color: #fff;
    background-color: #a55fd3
}
::-moz-selection {
    color: #fff;
    background-color: #a55fd3
}

.h-scroll
{
  overflow: hidden;
}

.modal-header h5
{
  font-size: 20px;
}

.form-group
{
  margin-bottom: 20px;
}

.form-group label
{
    color: #333;
}

textarea.form-control
{
    width: 100% !important;
    height: 142px;
    line-height: 26px;
    padding-top: 13px;
}


.form-control {
    padding: 0 10px;
    height: 38px;
    line-height: 1;
    background-color: transparent;
    color: #000;
    border: 1px solid #eee;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow:none;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
}
.form-control::-webkit-input-placeholder{
    color: #787878
}
.form-control:-moz-placeholder{
    color: #787878
}
.form-control::-moz-placeholder{
    color: #787878
}
.form-control:-ms-input-placeholder{
    color: #787878
}
.form-control:focus{
    border-color: #2b3742;
    box-shadow: none;

}

.modal .form-control
{
  border-radius: 4px;
}

textarea {
    padding-top: 10px;
    height: auto
}


.text-a55
{
    color: #a55fd3;
}


.error-message p
{
  padding: 5px 10px;
  color: #fff;
  margin-top: 0;
}
.error-msg {
    color: #F44336;
}

.error-message .text-danger
{
    background-color: #fb9678;
}
.error-message .text-success
{
    background-color: #00c292;
}

.error-msg322
{
    color: #fb9678;
}

.bg-grey
{
    background-color: #f8f8f8;
    padding: 20px;
}




.vertical-center
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.header
{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: 999;
}
.header.sticky
{
    position: fixed;
}

.sm-icons a
{
    color:#959ba1;
    margin-right: 20px;
    font-size: 22px;
}
.sm-icons a:hover
{
    color:#a55fd3;  
}


.header .logo
{
    float: left;
    padding: 35px 0 0 62px;
}

.header .logo a
{ 
    display:inline-block;
}
.header .logo img 
{ 
    width:100%;
}

.toggle-menu
{

    margin-bottom: 0;
    display: none;
}

.toggle-menu a
{
    background-color: #a55fd3;;
    padding:8px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 46px;
    height: 46px;
}
.toggle-menu a:hover,
.toggle-menu a:focus
{
    color:#fff;
}
.toggle-menu a .fa
{
    font-size: 23px;
    margin-top: 3px;
}

.toggle-menu a .fa-times
{
    display: none;
}

.toggle-menu .menu-active .fa-bars
{
    display: none;
}
.toggle-menu .menu-active .fa-times
{
    width: 20px;
    margin-top: 5px;
    display: inline-block;
}

.main-menu
{
    padding:55px 80px 0 0;
    float: right;
}

.main-menu ul:after
{
    content:"";
    display: block;
    clear: both;
}

.main-menu ul li
{ 
    position:relative; 
    padding:0 10px;
    display: inline-block;
    list-style-type:none;
}



.main-menu ul li:last-child
{
    padding-right: 0;
}

.main-menu ul li a
{ 
    color:#fff; 
    cursor: pointer;  
    font-size:15.5px; 
    padding:0 5px 8px;
    font-family: 'FFDINPro-Medium';
    display:block; 
    text-transform:uppercase;
    letter-spacing: 1px;
}


.main-menu ul li:hover > a,
.main-menu ul li a:hover,
.main-menu ul li a.active
{ 
    color:#a55fd3;
}


.main-menu ul li ul
{ 
    position:absolute; 
    left:0; 
    visibility: hidden; 
    opacity: 0;
    top:100%; 
    padding: 15px; 
    transition: all 0.4s ease-in-out; 
    transform: translateY(-20px); 
    z-index:700;  
    background-color:#a55fd3; 
    border-top: 5px solid #fff;
}
.main-menu ul li:hover ul
{ 
    visibility: visible; 
    opacity: 1; 
    transform: translateY(0); 
}
 .main-menu ul li ul:before {
    content: "";
    position: absolute;
    left: 16px;
    border-bottom: 10px solid #a55fd3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -15px;
  }

.main-menu ul li ul li
{ 
    float:none; 
    padding:0;
    display: block;
}
.main-menu ul li ul li a
{ 
    padding:10px 15px; 
    font-size: 12.5px; 
    display:block; 
    color:#fff !important;
    white-space: nowrap;

}
.main-menu ul li ul li a:hover
{
    background-color:#fff;
    color:#a55fd3 !important;
}

.main-menu ul li .fa
{
  font-size:13px;
}

.main-menu .submenu-btn
{ 
    
    position: absolute;
    top:0;
    left:0;
    margin:0 auto;
    color:#fff;
    display: none;
}

.menu-backdrop
{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  left: 0;
  z-index: 888;
  background-color: #000;
  visibility: hidden;
  transition: all 1s ease;
}
.main-menu.open .menu-backdrop
{
  opacity: 0.5;
  visibility: visible;
}
    

.banner
{
    position: relative;
}

.ban-overlay
{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 209px;
	z-index: 2;
	background:url("assets/images/ban-shadow.png") 50% no-repeat;
}

.banner-inner
{
    height: 142px;
    background: url("assets/images/ban-slider/1.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}
.banner-inner .ban-overlay
{
	height: 100%;
	background-position: center top;
}

.banner-slider
{
    margin:0 !important;
    height: 100vh;
}

.banner-slider img
{
    width: 100%;
    display: none;
}
.banner-slider .slick-slide
{
  height: 100vh !important;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; 
}
.banner-slider .slick-slide.slick-active
{
  opacity: 1 !important;
}

.banner-slide.one
{
    background-image:url("assets/images/ban-slider/1.jpg");
}
.banner-slide.two
{
    background-image:url("assets/images/ban-slider/2.jpg");
}
.banner-slide.three
{
    background-image:url("assets/images/ban-slider/3.jpg");
}



.banner .container
{
    position: absolute;
    left: 0;
    top:50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 40;
    max-width: 1030px;
    transition: all 5s ease;
}

.banner .banner-text
{
  padding-left: 100px;
}

.banner-text h2
{
   
    font-size: 86.16px;
    color:#fff;
    font-family: 'FFDINPro-Light';
    text-transform: uppercase;
    /*text-shadow: 3px 4px 35px rgba(0,0,0,.56);*/
    line-height: 72px;
    letter-spacing: -2px;
    margin-bottom: 0;
}
.banner-text h2 span
{
	font-family: 'FFDINPro-Medium';
  color: #a55fd3;
}


.banner .slick-arrow{
    z-index:40; 
    width:28px; 
    height: 12px;
    top:39.8%;
    color: #fff;
    left: 38px;
}

.banner .slick-prev:hover, 
.banner .slick-prev:focus, 
.banner .slick-next:hover, 
.banner .slick-next:focus
{
    color: #fff;
}
.banner .slick-prev:before,
.banner .slick-next:before
{ 
    display:none;
}

.banner-slider .slick-arrow
{
    font-size: 0;
}

.banner-slider .slick-next
{ 
    top: 58%;
}

.banner .slick-dots
{
    bottom: auto;
    top:50%;
    transform: translateY(-50%);
    left: 40px;
    width:auto;
    z-index: 99;
    padding: 5px 0;
}

.banner .slick-dots li
{
    display: block;
    margin-bottom: 15px; 
    width: 17px;
    height: 17px;
    border:1px solid #fff;
    border-radius: 8px;
    text-align: center;
}

.banner .slick-dots li button
{
    width: 7px;
    height: 7px;
    border-radius: 3px;
    background-color: #fff;
    padding: 0;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
}

.banner .slick-dots li.slick-active,
.banner .slick-dots li:hover
{
    border-color:#a55fd3;
}
.banner .slick-dots li.slick-active button,
.banner .slick-dots li:hover button
{
    background-color: #a55fd3;
}

.banner .slick-dots li button:before
{
    display: none;
}

.mouse-box
{
  position: absolute;
  bottom:55px;
  left: 0;
  width: 100%;
  text-align: center;
}

.mouse-box a
{
  text-transform: uppercase;
  font-size: 15.74px;
  color:#fff;
  letter-spacing: 4px;
}

.mouse-box .mouse
{
    height: 34px;
    width: 22px;
    border: 2px solid rgb(255,255,255);
    border-radius: 10px;
    text-align: center;
    margin:0 auto 22px auto;
    transition: all 0.3s ease-in-out;
}
.mouse-box .mouse-dot:after{
    display: inline-block;
    height: 8px;
    width: 3px;
    background: rgb(255,255,255);
    content: "";
    -webkit-animation: scroll 1.3s ease-out infinite forwards;
    -moz-animation: scroll 1.3s ease-out infinite forwards;
    animation: scroll 1.3s ease-out infinite forwards;
    transition: all 0.3s ease-in-out;
}
.mouse-box a:hover
{
  color:#a55fd3;
}
.mouse-box a:hover .mouse
{
  border-color:#a55fd3;
}
.mouse-box a:hover .mouse-dot:after
{
  background-color: #a55fd3;
}
/*mouse scroll down*/
@-webkit-keyframes scroll {
    0% {
    -webkit-transform: translateY(0);
    }
    50% {
    -webkit-transform: translateY(10px);
    }
    100% {
    -webkit-transform: translateY(0);
    }
}
@-moz-keyframes scroll {
    0% {
    -moz-transform: translateY(0);
    }
    50% {
    -moz-transform: translateY(10px);
    }
    100% {
    -moz-transform: translateY(0);
    }
}
@keyframes scroll {
    0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    }
    50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    }
    100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    }
}


.overlay
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.text-link
{
    text-transform: uppercase;
    text-decoration: underline;
     letter-spacing: 5px;
}
.text-link:hover
{
	text-decoration: underline;	
}

.container{ max-width:1200px; padding: 0 15px; width: 100%; }
.index .container{ max-width:1005px; }

.main
{
  margin-bottom: 77px;
}

.content{ 
  padding: 50px 0; 
  min-height:400px;
}
.content:after
{
    content: "";
    display: block;
    clear: both;
}


.content p strong
{
	font-family: 'FFDINPro-Medium';	
}


.d-none
{
  display: none !important;
}

.hr-strip
{
	padding-bottom: 20px;
	background:url("assets/images/hr.png") left bottom no-repeat;
}

.list-wrap .list
{
  padding: 30px;
  background-color: #f5f5f5;
  margin:0;
}

.list
{
  margin:20px 0;
}

.list li
{
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
  line-height: 24px;
  padding-left: 24px;
  background: url(assets/images/icons/tick.svg) 0 8px no-repeat;
}




.home-about
{
    background-color:#fff;
    padding-bottom: 75px;
}
.home-about-img
{
    width: 47%;
    text-align: right;
}
.home-about-img img
{
  margin: -160px 0;
}
.home-about-cont
{
    padding: 75px 15px 0 35px;
    width: 53%;
}
.home-about-cont .pull-left
{
  max-width: 500px;
}
.home-about-cont h2
{
    font-size: 45.54px;
    letter-spacing: 8px;
    color:#fff;
    margin-bottom: 17px;
    line-height: 44px;
    text-transform: uppercase;
}
.home-about-cont h2 span
{
  display: block;
}

.home-about-cont p
{
    font-size: 13px;
    line-height: 20.79px;
    font-family: 'ArialMT';
}

.home-about-cont .text-link,
.home-serv-cont .text-link
{
    margin-top: 25px;
    font-family: 'ArialMT';
    font-size: 12px;
    color:#000;
    
}
.home-about-cont .text-link:hover
{
  color:#a55fd3;
}
.home-serv-cont .text-link
{
  color:#fff;   
}

.home-serv-cont .text-link:hover
{
  color:#000;
}


.home-service
{
	background-color: #783497;
	position: relative;
  padding-bottom: 70px;
}
.home-serv-cont
{
	width: 48.3%;
	padding-top: 95px;
}
.home-serv-img
{
	width:51.7%;
  padding-left: 85px;
}
.home-serv-img img
{
  margin:-45px 0 -250px 0;
}

.home-serv-cont h2
{
	font-size: 45.54px;
	letter-spacing: 5px;
	margin-bottom: 14px;
  color:#fff;
  text-transform: uppercase;
}
.serv-list li
{ 
  line-height:26px;
  font-family: 'ArialMT'; 
  list-style-type:none; 
  margin-bottom: 10px;
}
.serv-list li a
{
  padding-left:30px;  
  color:#fff;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 4px;
}
.serv-list li a:before
{
  content: "";
  position: absolute;
  left:0;
  top:7px;
  width: 12px;
  height: 12px;
  border:1px solid #fff;
  border-radius: 6px;
}
.serv-list li a:after
{
  content: "";
  position: absolute;
  left:4px;
  top:11px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
}

.serv-list li a:hover
{
  color:#000;
}
.serv-list li a:hover:before
{
  border-color: #000;
}

.serv-list li a:hover:after
{
  background-color:#000;
}

.home-serv-cont .text-link
{
  margin-top: 55px;
}

.search-form{ 
  padding: 40px 0 10px;
  background-color: rgba(0,0,0,0.035); 
  z-index:100;
  position:relative;
}
.search-form .form-group
{ 
  margin-bottom: 20px; 
  position: relative;
}
.search-form .form-control
{
  width: 100%;
  height: 38px;
  border-color:#e3e3e3;
}

.btn-search
{
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  display: none;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.8)
}

.chosen-container .chosen-results li
{
  font-family: 'FFDINPro-Regular';
  padding: 12px 10px;
}
.chosen-container-single .chosen-single
{
  font-family: 'FFDINPro-Regular';
}

.chosen-container:after{ 
  content: "\f107"; 
  font-family: 'FontAwesome';
  pointer-events:none; 
  width: 38px; 
  height: 38px; 
  text-align: center; 
  line-height: 40px; 
  position: absolute; 
  font-size: 20px;
  right:0; 
  top: 0;
  background-color: rgba(0,0,0,0.035);  
}
.chosen-container-single .chosen-single div b:after
{
  display: none;
}
.search-form .col-sm-4.postcode .form-group:after
{ 
  display: none; 
}
.search-form .form-group label
{
  margin-bottom: 15px;
  color:#445164;
}
.search-form .search-btn
{ 
  width: 100%; 
  background-color: #a55fd3; 
  color: #fff; 
  font-size: 15px; 
  padding: 6px 15px 3px;
  border-radius: 3px;
  line-height: 29px; 
  display: block;
  border:0; 
  text-align:center;
  font-weight: 600;
}
.search-form .search-btn:hover
{ 
  background-color:#181818; 
  transition: all 0.2s ease-in-out; 
}

.property-tab-content{
  display: none;
}
.property-tab-content.current{
  display: block;
}

.property-top2322
{
  margin-bottom: 40px;
}

.property-top2322 h3
{
  display: inline-block;
  margin:0;
}
.property-top2322 .form-control
{
  width: 230px;
  display: inline-block;
}

.property-top2322 .list-style-change
{
  display: inline-block;
  margin-right: 10px;
}

.property-top2322 .chosen-container
{
  width: 260px !important;
}


.property-switcher
{
  margin-left: 5px;
  background-color: rgba(0,0,0,0.035);
  padding: 10px;
  border-radius: 3px;
  color:#a55fd3;
}
.property-switcher .fa
{
  font-size: 20px;
  display: block;
}
.property-switcher.current,
.property-switcher:hover
{
  background-color:#a55fd3;
  color:#fff; 
}

.property-box
{
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06);
    margin-bottom: 30px;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.property-box:hover
{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09);  
}

.property-box:after,
.property-top2322:after
{
  content: "";
  display: block;
  clear: both;
}

.property-thumb
{
  position: relative;
  display: block;
  overflow: hidden;
}

.property-thumb img
{
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.property-thumb .property-price
{
  position: absolute;
  left: 15px;
  bottom:15px;
  z-index: 99;
  line-height: 1;
  background-color: rgba(255,255,255,0.8);
  border-radius: 4px;
  color:#a55fd3;
  padding: 10px;
}

.property-content
{
  position: relative;
  padding:25px;
}
.property-content h6
{
  font-size: 20px;
  margin-bottom: 0;
}
.property-content h6 a
{
  color:#000;
}
.property-box:hover .property-thumb img
{
  transform: scale(1.1);
}
.property-box:hover h6 a
{
  color:#a55fd3;
}

.property-address
{
  font-size: 14px;
  margin:4px 0 10px;
  color:#787878;
}

.property-meta
{
  margin:0;
  float: right;
}
.property-type
{
  font-size: 14px;
  display: inline-block;
  color:#787878;
}

.property-meta:after
{
  content: "";
  display: block;
  clear:both;
}

.property-meta li
{
  display: inline-block;
  list-style-type: none;
  color:#787878;
  font-size: 14px;
}

.property-meta li .fa
{
  margin-right: 4px;
}

.property-meta li span
{
  font-weight: 600;
  color:#323a45;
  margin-right: 5px;
}
.property-desp
{
  margin-bottom: 50px;
}

.property-content .btn
{
  margin-top: 30px;
}

.property-list .property-type
{
  padding: 4px 10px 3px;
  background-color: #f5f5f5;
  border-radius: 3px;
  position: absolute;
  right: 15px;
  top:15px;
}

.property-list .property-meta
{
  margin-top: 5px;
}

.property-list .btn
{
  margin-top: 0;
}

.property-content-botm
{
  padding: 12px 15px;
  border-top: 1px solid #e9e9e9;
  margin:25px -15px 0;
  background-color: #535353;
}

.property-price{
    color:#fff;
    font-size:24px;
    display: inline-block;
}

.property-content-botm .view-detail
{
  float: right;
  font-size: 18px;
  color:#fff;
}

.property-content-botm .view-detail:hover
{
  color:#b1bb1d;  
}

.property-list .property-thumb
{
  float: left;
}
.property-list .property-thumb img
{
  max-width: 320px;
}
.property-list .property-content
{
  overflow: hidden;
  border-top:2px solid #e9e9e9;
  border-left: 0;
  height: 234px;
}

.property-list .pos-abosolute
{
  position: absolute;
  right: 30px;
  top: 20px;
  text-align: right;
}

.property-list p
{
  font-size: 15px;
  margin:0;
}

.property-list .property-price
{
  display: block;
}


.tooltip-inner
{
  background-color: #202020;
}
.tooltip.top .tooltip-arrow
{
  border-top-color:#202020;
}

.pagination
{
  margin:30px 0;
  text-align: center;
  display: block;
}

.pagination > li
{
  display: inline-block;
  margin:0 3px 10px 0;
}

.pagination > li > a
{
  display: inline-block;
    padding: 0 15px;
    line-height: 40px;
    background-color: transparent;    
    color: #585858;
    border-radius: 5px !important;
    border:1px solid #eee;
    font-weight: 600;
}

.pagination > li > a:focus
{
  background-color: transparent;
}

.pagination > li > a.active,
.pagination > li > a:hover
{
  background-color:#b1bb1d;
  border-color:#b1bb1d;   
  color:#fff;
}

.entry-wrap:after,
.property-list-info:after,
.list-info div:after
{
  content:"";
  display: block;
  clear: both;
}

.property-single
{
  position: relative;
}

.property-single .btn-back
{
  position:  absolute;
  right:  0;
  top: -70px;
  border-top-left-radius:  0;
  border-top-right-radius: 0;
}


.property-single .title,
.property-single .price
{
  margin-bottom: 0;
  font-family: 'FFDINPro-Bold';
  font-size: 30px;
}
.property-single .property-address
{
  font-size: 16px;
  margin-top: 4px;
}

.property-single .price
{
  color:#a55fd3;
  line-height: 1
}

.sub-price
{
  display: block;
  margin-top: 5px;
  font-size: 16px;
}

.property-single .sub-price
{
  color:#999;
  margin-top: 7px;
}



.entry-wrap .property-meta
{
  float: left;
}

.property-meta li
{
  display: inline-block;
  padding-left: 15px;
}
.property-meta li .fa
{
  font-size: 14px;
  margin-right: 5px;
}
.property-meta li span
{
  color:#646568;  
}


.entry-wrap .property-price
{
  float:right;
}

.entry-wrap:first-child
{
  margin-top: 40px;
}

.entry-wrap
{
  margin-top: 30px;
}
.entry-wrap h6
{
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0;
  padding-bottom: 10px;
}

.property-list-info
{
  margin: 10px -5px;
}
.property-list-info li
{
  width: 33.33%;
  float: left;
  padding: 0 10px;
  list-style-type: none;
  margin-bottom: 10px;
}
.property-list-info div
{
  padding: 10px 15px;
  border:1px solid #e9e9e9;
  line-height: 30px;
  border-radius: 3px;
  background-color: rgba(0,0,0,0.035);
}
.property-list-info div span,
.property-list-info div .fa
{
  float:right;
}
.property-list-info div .fa {
    color: #b1bb1d;
    margin-top: 6px;
    width: 19px;
    height: 19px;
    /* margin-right: 10px; */
    top: -2px;
    position: relative;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #a55fd3;
    border: 2px solid transparent;
    transition: border-color 0s;
    border-radius: 2px;
}

.property-features
{
  list-style-position: inside;
  margin:20px 0;
}
.property-features li
{
  line-height: 24px;
}

.property-btns .btn
{
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}
.property-btns .fa
{
  position: absolute;
  right: 15px;
  top:5px;
  font-size: 22px;
}

.sidebar .search-form
{
  padding: 30px;
}

.sidebar .search-form .search-btn
{
  text-transform: uppercase;
}

.property-slider-wrap
{
  margin:20px 0;
}

.property-slider-wrap .slick-arrow
{
  z-index: 400;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 10px;
  background-color:#a55fd3;
  transition: all 0.3s ease-in-out;
}
.property-slider-wrap .slick-arrow:hover
{
  background-color: #000;
}
.property-slider-wrap .slick-prev
{
  left:25px;
}
.property-slider-wrap .slick-next
{
  right:25px;
}
.property-slider-wrap .regular
{
  margin-top: 15px;
}

.regular img
{
  opacity: 0.6;
}

.regular img.slick-current
{
  opacity: 1;
}

.regular .slick-prev:before,
.regular .slick-next:before
{
  font-family: 'FontAwesome';
  font-size: 22px;
  line-height: 12px;
}

.regular .slick-next:before
{
  content: "\f105";
}

.regular .slick-prev:before
{
  content: "\f104";
}


.gallery .row
{
	margin:0 -10px;
}
.gallery .col-md-4
{
	padding:0 10px;
}

.gallery-item
{
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}

.gallery-item img
{
	width:100%;
}

.gallery-item:hover h3
{
	transform: translate(-50%,-50%);
}

.popup-icon
{
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	position: absolute;
	transform: translate(-50%,-10%);
	top: 50%;
	left: 50%;
	color:#fff;
	background: #1c1c1c url("assets/images/icons/expand.png") center center no-repeat;
	text-align: center;
	opacity: 0;
}

.popup-icon:hover,
.popup-icon:focus
{
	color:#fff;
} 

.gallery-item:hover .popup-icon
{
	transform: translate(-50%,-50%);
	opacity: 1;
}



.home-contact
{
    background-color: #111;
    padding: 100px 0 70px;
}

.home-contact-form h3
{
  font-size: 34.16px;
  color:rgba(255,255,255,0.50);
  letter-spacing: 6px;
  text-transform: uppercase;
}


.home-contact-form .row
{
    margin: 0 -19px;
}
.home-contact-form [class^="col"]
{
    padding: 0 19px;
}

.home-contact-form .form-group
{
    margin-bottom: 20px;
}

.home-contact-form .form-control
{
    border-color: #fff;
    color:#fff;
}
.home-contact-form .form-control:focus
{
    border-color:#a55fd3;
}

.home-contact-form .btn
{
    padding: 12px 45px;
    color:#fff;
    margin-top: 20px;
}


.home-contact-info
{
    padding:70px 0 0 68px;
}

.home-contact-info h2
{
    font-size: 45.54px;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 52px;
    margin-top: 0;
}
.home-contact-info h2 span
{
    display: block;
}

.home-contact-info ul
{
    margin-bottom: 40px;
}

.home-contact-info ul li
{
    font-size: 17.99px;
    list-style-type: none;
    color:#fff;
    line-height: 24px;
}
.home-contact-info ul li:first-child
{
    margin-bottom: 15px;
}
.home-contact-info ul li a
{
    color:#fff;
}
.home-contact-info ul li a:hover
{
    color:#a55fd3;
}


.serv-box
{
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}
.serv-box:hover
{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);  
}


.serv-cont
{
  padding: 20px;
  background-color: #f3f3f3;
}
.serv-cont h4
{
  margin-bottom: 12px;
}

.contact > .col-md-6
{
	padding: 0;
}
.contact > .contact-left
{
  padding: 60px;
}

.contact-address li
{
	margin-bottom: 16px;
	padding-left: 35px;
	list-style-type: none;
	position: relative;
}
.contact-address li a
{
	color:#787878;
}
.contact-address li a:hover
{
	color:#a55fd3;	
}


.contact-address strong {
    display: block;
    font-size: 18px;
    padding-bottom: 8px;
    color:#2b3742;
}

.contact-address li > .fa{
    display: inline-block;
    font-size: 22px !important;
    position: absolute;
    left:0;
    color:#a55fd3;
}

.social-icons .fa
{
	font-size: 18px;
}

.contact-form
{
  margin-top: 50px;
}


#map
{
    height: 300px;
    width: 100%;
}

.footer
{
    padding:25px 0;
    border-top: 1px solid #202020;
    background-color: #111;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
}
.index .footer
{
  position: static;
}

.copyright p
{

    font-size: 12px; 
    margin: 0; 
    color:#fff;
    letter-spacing: 1px;
}
.copyright p .sep
{
    margin: 0 10px;
}

.copyright p a
{
    color:#fff;
}
.copyright p a:hover
{
    color:#a55fd3;  
}

.index .footer .sm-icons
{
    display: none;
}




@media screen and (max-width:1300px) {

	.service:before
	{
		width: 160px;
		height: 330px;
		top:-130px;
	}

}
@media screen and (max-width:1300px) {

  .home-about-img img
  {
    margin:-30px 0 -130px;
  }


}

@media screen and (max-width:1100px)
{
    
    .header .logo
    {
      padding: 35px 0 0 40px;
    }

    .main-menu
    {
      padding: 55px 40px 0 0;
    }

    .banner-text h1
    {
    	font-size: 40px;
    	line-height: 42px;	
    }
    .banner .slick-dots
    {
    	right: 40px;
    	left:auto;
    }

    .home-about,
    .home-service
    {
      padding-bottom: 60px;
    }

    .home-serv-cont
    {
      padding: 60px 15px 0;
    }

    .home-contact
    {
      padding: 60px 0;
    }

    .home-contact-info h2
    {
      letter-spacing: 0px;
      font-size: 36px;
    }

    .home-serv-cont .text-link
    {
      margin-top:40px;
    }

    
}

@media screen and (max-width:991px) {
    

    .header .logo
    {
      padding: 30px 0 0 15px;
    }

    .toggle-menu
    {
    	display: block;
    }

    
    .main-menu
    {
        padding: 0;
        margin:34px 15px 0 0;
        position: relative;
    }
    .main-menu .menu
    {
		  position: fixed;
		  width: 260px;
		  left: -300px;
      top: 0;
      bottom: 0;
      transition: all 0.4s ease-in-out;
		  background-color:#a55fd3;
      z-index: 999;
      overflow-x: hidden;
      overflow-y: auto;
      margin:0;
	  }

    .main-menu.open .menu
    {
      left:0;
    }

	.main-menu .menu > li
	{
		display: block;
		padding: 0;
	}

	.main-menu ul li a
	{
		padding: 12px;
		font-size: 14px;
		border-bottom:1px solid #b36fdf;
	}
	.main-menu .menu > li:last-child > a
	{
		border-bottom: 0;
	}
	.main-menu ul li a.active,
	.main-menu ul li:hover > a, 
	.main-menu ul li a:hover
	{
		color: #000;
    background-color: transparent;
	}
  .main-menu ul li.dropdown > a
  {
    padding-right: 40px;
  }

  .main-menu ul li a > .fa
  {
    display: none;
  }

  .main-menu .submenu-btn
  {
    display: inline-block;
  }

  .main-menu ul li .fa
  {
    right: 0;
    left:auto;
    width: 40px;
    top:0;
    line-height: 46px;
    text-align: center;
    height: 46px;
    max-width: 40px;
    z-index: 99;
  }
  .main-menu ul li .fa.active:before
  {
    content: "\f077";
  }
  
  .main-menu ul li ul
  {
    position: static;
    visibility: visible;
    transform: none;
    display: none;
    opacity: 1;
    padding:0;
    border-radius: 0px;
    border-top-width:3px;
  }
 

  .main-menu ul li ul li a
  {
    font-size: 13px;
  }

  .main-menu ul li ul li a:hover
  {
    background-color: transparent;
    color:#3c3c3c !important;
  }

  .banner-text h2
  {
    font-size: 62px;
    line-height: 54px;
  }
	
	.banner .banner-text
  {
    padding-left: 0;
  }

  .mouse-box
  {
    bottom: 20px;
  }
  .mouse-box .mouse
  {
    margin-bottom: 10px;
  }

	.home-about-cont h2,
	.home-serv-cont h2,
  .home-contact-form h3
	{
		font-size: 36px;
		letter-spacing: 4px;
	}

  .home-service .container
  {
    padding-left: 30px;
  }

	.service:before
	{
		display: none;
	}

  .home-contact-info
  {
    padding-left:15px; 
  }

  .search-form
  {
    padding: 20px 0 5px;
  }
  .search-form .form-group
  {
    margin-bottom: 15px;
  }

  .sidebar
  {
    margin-top: 20px;
  }

  .btn-search{
    display: inline-block;
  }

  .property-sidebar
  {
    margin-top: 30px;
  }

	.contact-form .row
	{
		margin:0 -15px;
	}

	.contact-form .col-sm-6
	{
		padding:0 15px;
	}

  .contact-info
  {
      padding-left: 0px;
  }
  .contact-info h2
  {
      font-size: 33px;
      letter-spacing: 5px;
  }

  .contact #map
  {
    height: 300px !important;
  }



}
@media screen and (max-width:768px) 
{
    .banner-text h1
    {
        font-size: 38px;
        line-height: 42px;
    }

    .about
    {
        padding-bottom: 50px;
    }

    .service
    {
    	padding:40px 0;
    }

    .home-about-cont
    {
        padding-top: 50px;
    }

    .container .content
    {
        padding:30px 0;
    }


}
@media screen and (max-width:767px) 
{

	.banner-text h2
    {
      font-size: 48px;
      line-height: 46px;
    }

	.banner .slick-dots
	{
		right: 20px;
	}
  
  .home-about-cont
  {
    padding: 40px 15px 0;
  }
  .home-about-img img:first-child,
  .home-serv-img img:first-child
  {
    display: none;
  }

  .home-about-img img.d-none,
  .home-serv-img img.d-none
  {
    display: block !important;
  }

  .home-about-cont .pull-left
  {
    max-width: 100%;
  }

  .home-about-cont h2
  {
    line-height: 32px;
    letter-spacing: 2px;
  }

  .home-contact
  {
    padding: 50px 0 40px;
  }

  .home-contact-info
  {
    padding: 45px 0 0 0;
  }

  .main
  {
    margin-bottom:116px;
  }

  .content
  {
    padding:30px 0;
  }

    .contact-info
    {
        padding:30px 0 0;
    }

    .contact-info ul
    {
        margin-bottom: 30px;
    }

    .social-icons
    {
    	margin-bottom: 30px;
    }

    .contact-messge
    {
        padding: 30px 20px;
    }
    .contact-message [class^="col"]
    {
    	margin-bottom: 15px;
    }

    .mb40
    {
    	margin-bottom: 30px !important;
    }

    .property-single .btn-back
    {
      border-radius: 5px;
      position: static;
      margin-bottom: 20px;
    }

    .contact > .contact-left
    {
      padding: 30px 15px;
    }
    .contact-form
    {
      margin-top: 35px;
    }

  .copyright,
  .footer .sm-icons
  {
    width: 100%;
    text-align: center;
  }
  .footer .sm-icons
  {
    margin-top: 15px;
  }



}

@media screen and (max-width:680px) 
{

  .banner-text
  {
    margin:0 auto;
    text-align: center;
  }

  .banner-text h2
  {
    font-size: 38px;
    line-height: 38px;
  }

  .home-about > *,
  .home-service > *,
  .home-about [class^="pull"],
  .home-service [class^="pull"]
  {
    width: 100% !important;
    text-align: center;
  }

  .home-about,
  .home-service
  {
    padding-bottom: 40px;
  }
  
  .home-about-img img,
  .home-serv-img img
  {
      max-width: 340px;
      width: 100%;
      margin:-30px auto;
  }
  .home-serv-img
  {
    padding-left: 15px;
  }

  .home-contact
  {
    text-align: center;
  }



  img.alignright
    {
      float: none;
      margin:0 0 20px 0;
      display: block;
    }

  .serv-list li a
  {
    padding-left: 20px;
    font-size: 15px;
    letter-spacing: 3px;
  }

  .home-contact
  {
    padding:40px 0;
  }

  .footer
  {
      text-align: center;
  }

  .copyright,.footer .sm-icons
  {
      float: none !important;
  }
  .footer .sm-icons
  {
      margin-top: 15px;
  }


}

@media screen and (max-width:580px) 
{

    .home-serv-cont h2
    {
      font-size: 34px;
    }

    .about h2
    {
        font-size: 32px;
        line-height: 35px;
    }

    .home-about-img,
    .home-about-cont,
    .service-img,
    .service-content,
    .gallery .col-md-4
    {
    	width: 100%;
    }

    .home-about-img .thumbnail,
    .service-img .thumbnail
    {
    	display: inline-block;
    }

    .home-about-cont
    {
        padding-top: 30px;
    }

    .sidebar .search-form
    {
      padding: 20px;
    }

    .property-thumb img
    {
      width: 100%;
    }

    .property-single .price,
    .property-single .title
    {
      font-size: 22px;
    }

    .property-list .property-thumb
    {
      float: none;
    }

    .property-list .property-thumb img
    {
      max-width: 100%;
    }
    
    .service
    {
    	padding-bottom: 20px;
    }

    .service-grid img
    {
      float: none !important;
      margin: 0 0 20px 0 !important;
    }

    .property-grid .col-xs-6
    {
      width:100%;
    }

    .contact-info ul li
    {
    	font-size: 16px;
    	line-height: 22px;
    }

    

}

 
@media screen and (max-width:480px)
{
	
	.banner-text h1
	{
		font-size: 20px;
		line-height: 22px;
	}
  
  .property-top2322 .pull-right
  {
    margin-top: 30px;
  }

  .main
  {
    margin-bottom: 140px;
  }

  .copyright p .sep
  {
    display: block;
    height:0;
    opacity: 0;
  }

}


@media screen and (max-width:375px)
{
	.banner-text h1
	{
		font-size: 20px;
		line-height: 18px;
	}	
}
