html{
    scroll-behavior: smooth
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNovaRegular.eot') format('eot'),
         url('../fonts/ProximaNovaRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.woff2') format('woff2'),
        url('../fonts/Calibri-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('../fonts/Calibri-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-LightItalic.woff2') format('woff2'),
        url('../fonts/Calibri-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.woff2') format('woff2'),
        url('../fonts/Calibri-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}




body {
	background: #FFF; 
	font-family: 'Calibri';
	font-weight: 500;
	position: relative;
	line-height:1.5em;
    font-size: 16px;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}

h3, h4 {
	font-weight: 600;
	line-height: 1.4;
	font-family: 'FontAwesome';
	font-weight:bold;
}

h1, h2 {
	line-height: 1.5;
	font-family: 'Calibri';
	font-weight:bold;
}

h5, h6 {
	line-height: 1.4;
	font-family: 'Calibri';
	font-weight:bold;
}

p {
    /*! font-family: 'proxima_nova_ltlight'; */
	line-height: 1.5em;
	font-size: 16px;
	color: #555;
}

h1, h2, h3, h4, h5, h6,{
   /* font-family: 'proxima_novalight';
    font-family: 'proxima_novablack';
    font-family: 'proxima_novablack_italic';
    font-family: 'proxima_novabold';
    font-family: 'proxima_nova_rgbold_italic';
    font-family: 'proxima_nova_condensedlight';
    font-family: 'proxima_nova_extra_condensBlk';
    font-family: 'proxima_nova_excn_rgbold';
    font-family: 'proxima_nova_extra_condenLtIt';
    font-family: 'proxima_nova_excn_rgregular';
    font-family: 'proxima_nova_extra_condenRgIt';
    	font-family: 'proxima_nova_extra_condeSBdIt'; */
}
.m-0 {margin: 0px !important;}
.p-0 {padding: 0px !important;}
.m-1 {margin: 5px !important;}
.p-1 {padding: 5px !important;}
.text-bold {font-weight: 600;}
a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease- 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
ol, ul {
	text-decoration: none;
    padding: 0;
    list-style: none
}

.light-blue {
	background-color: #f4f7fa !important;
}

.light-blue-2 {
	background-color: rgba(40, 143, 235, 0.1);
}
.form-control:focus {
    border-color: #000;
}
.form-group label{
    font-size: 18px;
    font-weight: 500
}
input.form-control:focus {
	box-shadow: none;
	border-color: #ccc;
}
input:focus{
	border-color: #000;    
}
.form-control {
	box-shadow: none;
	border: 1px solid #e8e8e8;
	height: 35px;
    border-radius: 0
}
.bg-lgrey{
    background-color: #f7f7f7 !important
}
.bb-1{
    border-bottom: 1px solid #eee
}
.mb40 {
    margin-bottom: 40px;
}
.fs20 {
    font-size: 20px;
}
.fs22 {
    font-size: 22px;
}
.fw600 {
    font-weight: 600 !important;
}
.pt-5{
    padding-top: 5%;
}
.mt20 {
    margin-top: 20px;
}
.mbt-20{
    margin-bottom: 20px;
    margin-top: 20px
}
.ptb-30{
    padding-bottom: 30px;
    padding-top: 30px    
}
.fw600 {
    font-weight: 600 !important;
}
.fs18 {
    font-size: 18px;
}
.fw600 {
    font-weight: 600;
}
.fs17 {
    font-size: 17px;
}
.mt40{
    margin-top: 40px;
}
.mr22{
    margin-right: 22px;
}
.ptb-0{
    padding-top: 0;
    padding-bottom: 0
}
.mb-20{
    margin-bottom: 20px !important
}
.title2{
    font-size: 25px;
    margin-bottom: 30px;
	text-transform:uppercase;
	
}

.nopadding {
	padding: 0px;
}

.noshedow {
	box-shadow: none;
}

.no-translate {
	transform: none;
}

.margintop70 {
	margin-top: 70px;
}

.marginto30 {
	margin-top: 30px;
}
.mt-5{
    margin-top: 5% !important
}
.ptb-50{
    padding: 50px 0
}
.marginbottom30 {
	margin-bottom: 30px;
}

.marginbottom70 {
	margin-bottom: 70px;
}

.bg-grey {
	background-color: #F8F8F8;
}

.bg-white {
	background-color: #FFF !important;
}

.ad-placement img {
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	display: block;
}

section {
	padding: 30px 0px;
	position: relative;
	background-color: #FFF;
}
.text1 {
    padding-top: 110px;
	margin-bottom:10px;
}
.text1>button {
    border-radius: 5px solid white;
    background:#007882;
    border: 5px solid white;
    border-radius: 10px;
	color:white;
}
.text1>button>span
{
	color:white;
}
span.beta {
    color: red;
}
.signup p.beta_para {
	color: #4d7277;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	margin-top:10px;
}
.text1>h2 {
    color:#125E9C;
    font-family: inherit;
    font-weight: bold;
	font-size:47px;
}
.text1>p {
    color:#125E9C;
    font-size: 19px;
   
    font-family: inherit;
}
/* LOGIN*/
.hr {
    border-bottom: 2px solid #125E9C;
   
}
.draft_text>button
 {
    background:#007882;
    color: white;
    border: 1px solid #007882;
    border-radius: 5px;
    margin-top: 75px;
    margin-bottom: 20px;
}
div#paris
{
	
	display:none;
}
div#tokyo{
	
	display:none;
}
div#japan{
	
	display:none;
}
div#America{
	
	display:none;
}
div#chart_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
}
.div2 >hr{
    /* border-bottom: 1px solid red; */
    width: 66px;
}

form.guidelines_form {
    justify-content: space-between;
    display: flex;
    background: #D2DFE8;
    padding: 30px;
    flex-wrap: wrap;
    margin-top: -10px;
}

div#checkbox2 {
    margin-right: 143px;
}
span.mandatory {
    color: red;
    font-weight: bold;
    font-size: 32px;
}
.wrap_checkbox {
    display: flex;
   
    flex-wrap: wrap;
    flex-flow: column;
}
.checkbox_3>p{
	
	color:black;
}
.div1 {
    margin-left: 17px;
}

.div1>button {
    background: #007882;
    border: 1px solid #007882;
}
.div1>button {
    background: #663086;
    border: 1px solid #007882;
    width: 27px;
    color: white;
}
.div2 >hr {
    border-bottom: 2px solid #007882;
    width: 66px;
}
.div1_text {
    font-size: 10px;
}
div#checkbox1 {
    margin-bottom: 27px;
}
.heading_form {
    background: #D2DFE8;
    /* margin: 0; */
    margin-top: 6px;
    /* text-align: left; */
    padding-left: 14px;
    padding-top: 30px;
}
input[type="radio"] {
    margin-right: 4px;
}
/* END LOGIN */
/* TOP BUTTON */
    #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 14px;
    border: none;
    background-color: #e2848e;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
#myBtn:hover {
  background-color: #c44355;
}

h4.source_heading {
    color: #007882;
}

/* ---- HEADING CSS ---- */

.heading {
	float: left;
	margin-bottom: 60px;
}

.product-head { color: #fff;
	font-size: 28px;
    left: 13px;
	position: absolute;
	top: 20px;
	font-weight: 600; }

.heading .heading-letter-style {
	color: #000;
	font-size: 28px;
    left: 13px;
	position: absolute;
	top: 20px;
	font-weight: 600;
}

.heading .main-heading-container h1 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 28px;
}

.heading .main-heading-container h3 {
	margin-bottom: 0;
	margin-top: 0;
	text-transform: capitalize;
	font-size: 24px;
}

.main-heading-container p {
	width: 50%;
}

.side-heading .main-heading-container p {
	width: 100%;
}

.side-heading .main-heading-container {
	padding-left: 0;
}

.side-heading .main-heading-container:before {
	border-left: 3px solid #288feb;
	border-top: 3px solid #288feb;
	content: "";
	height: 35px;
	left: -25px;

	position: absolute;
	top: -25px;
	width: 35px;
}

.side-heading .heading-letter-style {
	color: #288feb;
	font-size: 90px;
	left: 10px;
	opacity: 0.1;
	position: absolute;
	top: -55px;
	font-weight: 600;
}

.heading-white {
	color: #FFF;
}

.heading-white p {
	color: #FFF;
}

.heading-white .heading-letter-style {
	color: #fff;
	opacity: 0.3;
}

.heading-white .main-heading-container::before {
	border-left: 3px solid #FFF;
	border-top: 3px solid #FFF;
}


/* ---- HEADING 2 CSS ---- */

.heading-2 h3 {
	margin: 0;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 400;
}

.heading-2 h2 {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 600;
}

.btn-custom {
	background-color: #288feb;
	color: #FFF;
	font-size: 16px;
	padding: 10px 30px;
	text-transform: uppercase;
	border: 1px solid #288feb;
	margin-right: 20px;
	border-radius: 0;
	font-weight: 500;
}

.btn-custom:hover {
	background-color: transparent;
	border-color: #288feb;
	color: #288feb;
}

.btn-custom-transparent {
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease- 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn.btn-white {
	background-color: #FFF;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
	border: 1px solid #FFF;
	color: #242424;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease- 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn.btn-white:hover {
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
}

.btn-green-transparent {
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease- 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn-green-transparent:hover {
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #242424;
}




.scrollup {
	background-color: #fff;
	border-radius: 0;
	bottom: 34px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	display: none;
	height: 40px;
	opacity: 0.5;
	padding: 5px;
	position: fixed;
	right: 20px;
	width: 40px;
	z-index: 99;
}

.scrollup:hover {
	opacity: 1;
}

.scrollup i {
	color: #fff;
	display: block;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
}

.domain-search {
	text-align: left;
}

.domain-search h3 {
	color: #FFF;
	margin: 0;
	text-transform: capitalize;
}

.domain-search .form-inline {
	background-color: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	padding: 40px;
	position: relative;
	margin-top: 40px;
}

.domain-search .form-inline .form-group {
	width: 100%;
}

.domain-search input.form-control {
	font-size: 20px;
	height: 50px;
	width: 100%;
	border-radius: 0;
}

.domain-search .btn-custom {
	font-size: 20px;
	height: 50px;
}

.domain-search .btn-custom:hover {
	background-color: #288feb;
	color: #FFF;
	;
}




/* SLIDER SECTION */

.banner-text {
    position: absolute;
    z-index: 9999;
    top: 35% !important;
    left: 15% !important;
    width: 70%;
    text-align: center;
}
.banner-text .nav-tabs > li {
    width: 20.3%;
    text-align: center;
    background: none;
    background: #0000003b;
}
.banner-text h2 {
    font-size: 26px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    padding: 0 0 0 50px;
    color: #fff;
}
.banner-text h1 {
    font-size: 39px;
    line-height: 40px;
    font-family: font112853;
    font-weight: 400;
    color: #fff;
    padding: 0 0 0 50px;
    margin: 0 0 40px;
    font-family: 'Montserrat', sans-serif;
}

.banner-text P {
    line-height: 25px;
    color: #fff;
    margin-bottom: 5px;
    padding-right: 20%;
    padding-left: 7%;
    font-size: 15px;
    text-align: justify;
    margin-top: 20px;
}
.banner-text .btn.sbut2 {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 13px 36px;
    cursor: pointer;
    margin: 20px 0 0;
    transition: all 0.3s ease 0s;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 0;
}
.banner-text .btn.sbut2:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}
.banner-text .btn.sbut3.btn_wht {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}
.banner-text .btn.sbut3.btn_wht:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.banner-text .btn.sbut3 {
    color: #fff;
    background: #0000;
    font-size: 14px;
    font-weight: 600;
    margin: 40px 0 0 0px;
    padding: 13px 7px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #ffbd0c;
    text-transform: uppercase;
    border-radius: 0;
    text-align: left;
    width: 230px;
}
.banner-text .btn.sbut3:hover {
    background: #0000;
    color: #dddcdc;
    border-bottom: 1px solid #000;
}
.banner-text .btn.sbut3 i{
    float: right;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}
.banner-text .btn.sbut3:hover i{
    color: #000;
    transition: all 0.3s ease 0s;
}

.banner-text button {
    background: none;
    border: none;
    color: #fff;
}
.banner-text .input-group-addon {
    color: #555;
    background-color: #003233;
    border-radius: 0px 10px 10px 0px;
}
.banner-text .input-group-addon:hover {    
    color: #fff; 
    background-color: #000; 
    border-radius: 0px;
}
.banner-text  .input-group .form-control {
    border-radius: 10px 0px 0 10px;
}

/* SLIDER SECTION */


.slider-container {
    padding: 0 0 0 0;
}
.pdnone{
    padding: 0px;
}

.right-slider-txt{
    background: #f2f2f5;
    padding: 163px 40px 165px 40px;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.right-slider-txt h5{
    font-size: 46px;
    font-weight: 800;
    line-height: 60px;
    text-transform: uppercase;
}
.right-slider-txt h5 span{
    font-weight: 400;
}
.right-slider-txt ul{
    margin: 20px 0 0 20px;
    padding: 0px;
    margin-left: 20px;
    list-style: disc
}
.right-slider-txt ul li{
  line-height: 40px;
    font-size: 18px;
}
.right-slider-txt a{
    font-size: 16px;
    line-height: 25px;
    color: #25608a;
    margin: 20px 0 0;
    display: block;
    transition: all 0.3s ease 0s;
}
.right-slider-txt a:hover{
    color: #000;
    transition: all 0.3s ease 0s;
}
.right-slider-txt a i{
    padding-left: 20px;
    transition: all 0.3s ease 0s;
}
.right-slider-txt a:hover i{
    padding-left: 25px;
    transition: all 0.3s ease 0s;
}


.slider-container .carousel-indicators {
    bottom: 70px;
    left: 49%;
    display: block;
    display: none;
}
.slider-container .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #fff;
    border-radius: 50%;
}
.slider-container  .carousel-indicators li {
    background-color: #b5b1b1;
    border: 1px solid    #b5b1b1;

}

.slider-container .carousel-control.left{
background: none;
    left: -60px;
    opacity: 1;
display: block;
}
.slider-container .carousel-control.right{
background: none;
    right: -61px;
    opacity: 1;
display: block;
}

.slider-container .carousel-control{
    top: 40%;
    bottom: 55%;
    color: #000;
    text-shadow: none;
}
.slider-container .carousel-control .fa-angle-left{
    font-size: 70px;
    color: #fff;
    transition: all 0.3s ease 0s;
      height: 80px;
      width: 80px;
      line-height: 75px;
      text-align: center;
      padding: 0;
    background: #fff;
    color: #000;
    opacity: 0.9;
}
.slider-container .carousel-control .fa-angle-left:hover{
    background: #2989d8;  
    transition: all 0.3s ease 0s;
    color: #fff;
}
.slider-container .carousel-control .fa-angle-right:hover{
    background: #2989d8;  
    transition: all 0.3s ease 0s;
    color: #fff;
}
.slider-container .carousel-control .fa-angle-right{
    font-size: 70px;
    background: #0000;
    color: #fff;
    transition: all 0.3s ease 0s;

    height: 80px;
    width: 80px;
    line-height: 76px;
    text-align: center;
    padding: 0;
    background: #fff;
    color: #000;
}



/* ----  HEADER TOP BAR ---- */

.header-top {
	background-color: #000;
	padding: 0px 0;
}

.header-top.black {
	background: #242424;
}

.header-top-info i {
	font-size: 12px;
}

.header-top-info> p {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: capitalize;
}

.header-top-white {
	padding: 20px 0;
}

.header-top-right {
	position: relative;
	float: right;
	padding: 8px 0;
	line-height: 26px;
}

.chat-btn {
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
}

.chat-btn i {
	margin-right: 5px;
}

.low-height {
	min-height: 40px;
}

.low-height.mega-menu .drop-down, .mega-menu .drop-down-tab-bar {
	margin-top: 0;
}

.mega-menu.low-height .menu-links> li> a {
	line-height: normal;
	padding: 15px;
}

.mega-menu.low-height> section.menu-list-items {
	box-shadow: none;
	padding: 0;
}

.mega-menu.low-height .menu-links {
	float: none;
}

.mega-menu.low-height .drop-down-multilevel {
	top: 47px;
}

.header-top-right p {
	float: right;
}

.header-top-info> p i {
	margin-right: 10px;
}

.header-top-right ul {
	margin-bottom: 0;
	margin-left: 0px;
}

.header-top-right ul li a {
	color: #e1d9d9;
	font-size: 14px;
	font-weight: 600;
}

.header-top-right ul li a:hover {
	color: #1f82bd;
}

.header-top-right ul li i {
	margin-right: 5px;
	font-size: 14px;
}

.header-top-right ul li {
	display: inline-block;
	padding: 0 10px;
	color: #e1d9d9;
	font-weight: 600;
	font-size: 14px;
}

.header-top-right ul li:first-child {
	border-left: none;
}

.header-top-left .social-bar {
	margin-top: 0;
	margin-bottom: 0
}

.header-top-left .social-bar li a:hover {
	color: #FFF;
}

.header-top-left .social-bar ul {
	margin-bottom: 0
}

.header-top-right .country .btn-info {
	background-color: transparent;
	border: none;
	padding: 0;
	text-transform: uppercase;
}

.header-top-right .country .btn-info.active.focus, .header-top-right .country .btn-info.active:focus, .header-top-right .country .btn-info.active:hover, .header-top-right .country .btn-info.focus:active, .header-top-right .country .btn-info:active:focus, .header-top-right .country .btn-info:active:hover, .header-top-right .country .open> .dropdown-toggle.btn-info.focus, .header-top-right .country .open> .dropdown-toggle.btn-info:focus, .header-top-right .country .open> .dropdown-toggle.btn-info:hover {
	color: #FFF;
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.header-top-right .country .dropdown-menu {
	border-radius: 0;
	min-width: 150px;
	padding: 0;
	margin: 0;
	margin-top: 15px;
}

.header-top-right ul.dropdown-menu li {
	position: relative;
	overflow: hidden;
}

.header-top-right ul.dropdown-menu> li> a {
	padding: 10px 20px;
	color: #555;
}

.header-top-right ul.dropdown-menu> li> a:hover {
	color: #288feb;
}

.header-top-right .top-profile .dropdown-menu> li a:before {
	color: #242424;
	content: normal;
	font-family: FontAwesome;
	padding-right: 0;
	font-weight: 400;
}

.header-top-left .social-bar {
	margin-bottom: 0;
	margin-top: 0;
}

.header-top-left .social-bar li a:hover {
	color: #0a5b90;
}

.header-top-left .social-bar ul {
	margin-bottom: 0;
}

.social-bar {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.social-bar li {
	display: inline-block;
	margin: 0 0px 0 10px;
}

.social-bar li a {
	color: #FFF;
	font-size: 14px;
	height: 25px;
	width: 25px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 23px;
	padding: 0;
	border-radius: 30px;
}

.social-bar li a:hover {
	color: #288feb;
}

.top-menu-button {
	background: rgba(255, 255, 255, 0.2);
	padding: 10px 20px
}


.header-top-right ul li .top-menu-button:hover {
	background: rgba(255, 255, 255, 0.3);
	color: #FFF;
}

.header-top-white .btn-default {
	background-color: #f9f9f9;
	border: 1px solid #fff;
	color: #242424;
	margin-top: 0;
	padding: 10px 30px;
	height: 50px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 0;
}

.header-top-white .form-control {
	background-color: #F9F9F9;
	border: 1px solid #fff;
	height: 50px;
	font-size: 20px;
}

.search-form button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
}

.search-form button i {
	color: #FFF;
}

.search-form form input[type="text"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-weight: 600;
}


/* ----  NAVIGATION TOP BAR ---- */

header .header-bar-top .header-bar-top-element {
	padding: 12px 25px;
}

header .header-bar-top .header-bar-top-element {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	position: relative;
}

header .header-bar-top .header-bar-top-element i {
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	margin-right: 15px;
}

header .header-bar-top .header-bar-top-element a {
	color: #FFF;
	text-decoration: none;
	transition: all 0.1s ease 0s;
}

.header-bar-top-element .dropdown-menu .dropdown-item {
	display: block;
	color: #242424;
	padding: 10px;
}

.header-bar-top-element .dropdown-menu {
	min-width: 120px;
	border-radius: 0;
	padding: 0;
	margin-top: 12px;
}

.header-bar-top-element .btn-group .btn {
	background-color: transparent;
	padding: 0;
	line-height: 10px;
}

.languages-switcher .dropdown-toggle::after {
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-top: 0.3em solid;
	content: "";
	display: inline-block;
	height: 0;
	margin-left: 0.3em;
	vertical-align: middle;
	width: 0;
	color: #FFF;
}

.submit-btn {
	font-size: 20px;
	background-color: #288feb;
	color: #FFF;
	border-radius: 5px;
	padding: 7px 10px;
	margin-top: 20px;
	border: 1px solid #288feb;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}


/* ----  NAVBAR ---- */

header {
	position: relative;
	transition: top 0.2s ease-in-out;
	border-radius: 0;
}

.mega-menu .menu-links> li> a.menu-btn {
	line-height: 30px;
	color: #FFF;
	border-radius: 4px;
	padding: 5px 30px;
	margin-top: 10px;
	border-radius: 0;
}

.mega-menu .menu-links> li> a.menu-btn i {
	margin-right: 5px;
}

.mega-menu .menu-links> li> a.menu-btn:hover {
	color: #288feb;
}

.nav-up {
	top: -150px;
}

.header3.nav-down {
	position: fixed;
	background-color: #242424;
	top: 0;
	padding: 10px 0;
}

.header3.nav-down #navbar-logo {
	margin-top: 0;
}

.dropdown-menu> li {
	position: relative;
}

.dropdown-menu> li> a {
	/*border-bottom: 1px solid #F1F1F1;*/
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0.7);
	float: left;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px;
	text-transform: capitalize;
	width: 100%;
	font-family: 'Calibri';
}

.dropdown-menu> li> a:hover, .dropdown-menu> li.open> a {
	background-color: transparent;
	color: #288feb;
	padding-right: 10px;
}

.dropdown-menu> li.dropdown> a:hover {
	background-color: transparent;
	padding-right: 10px;
}

.navbar {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	z-index: 999;
}

.navbar-nav> li> .dropdown-menu, .navbar-nav> li> .dropdown-menu .dropdown-menu {
	border-radius: 0;
	padding: 10px 0;
	border: none;
	border-top: 3px solid #288feb;
}

.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}

.dropdown-menu .dropdown-menu {
	border-radius: 0;
}

.navbar-default .navbar-nav> li> a {
	text-transform: uppercase;
	padding: 30px 15px;
	font-weight: 700;
	color: #242424;
}

.nav .open> a, .nav .open> a:focus, .nav .open> a:hover {
	color: #288feb;
	border-color: #EEE;
}

.dropdown-menu> li> a:focus, .dropdown-menu> li> a:hover {
	color: #288feb;
	padding-left: 30px;
}


/*#navbar-logo img {
	width:220px;	
}*/

.navbar-default .navbar-nav> .open> a, .navbar-default .navbar-nav> .open> a:focus, .navbar-default .navbar-nav> .open> a:hover {
	background-color: transparent;
	color: #288feb;
}

header.header-one .navbar-default {
	background-color: #FFF;
}


/* ----  TRANSPARENT HEADER ---- */

nav.transparent {
	position: absolute;
	width: 100%;
	box-shadow: none;
}

nav.transparent .menu-list-items {
	box-shadow: none;
}

.transparent .menu-links> li> a {
	color: #FFF;
}

.mega-menu.transparent.desktopTopFixed .menu-list-items {
	background: #242424;
}

.mega-menu.transparent.desktopTopFixed .menu-list-items .menu-links> li> a {
	color: #FFF;
}


/* ----  MAIN SECTION ---- */

.main-section {
	background-image: url("../images/slider/index2.html");
	background-size: cover;
	background-position: top center;
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 0;
	height: 750px;
}

.main-section .main-section-detail h1 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 200px;
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 0
}

.main-section .main-section-detail h2 {
	margin-top: 0;
	margin-bottom: 50px;
	text-transform: capitalize;
	color: #FFF;
}

.main-section .main-section-detail .btn {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	border: 1px solid #FFF;
	padding: 10px 30px;
	color: #FFF;
}

#about-2 {
	padding-bottom: 0;
	text-align: center;
}


/* ----  MAIN SECTION 2 ---- */

.main-section-2 {
	background-image: url("../images/index-3.html");
	background-size: cover;
	background-position: ceern center;
	background-attachment: fixed;
	position: relative;
	width: 100%;
	padding-bottom: 0;
	height: 650px;
}

.main-section-2:before {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.main-section-2 .main-section-detail h1 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 100px;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 0
}

.main-section-2 h3 {
	color: #FFF;
	text-transform: capitalize;
	font-size: 34px;
	margin: 0;
}

.main-section-2 p {
	color: #FFF;
	margin: 30px 0;
	font-size: 18px;
}

.main-section-2 .btn-custom {}


/* ----  CLIENTS ---- */

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

.client-section .heading-2 h2 {
	line-height: 24px;
	margin-bottom: 0;
}



.search-hosting input.form-control {
	height: 50px;
	width: 100%;
	font-size: 20px;
}

.search-hosting .form-inline .form-group {
	width: 100%;
}

.search-hosting .form-inline {
	position: relative;
	overflow: hidden;
	padding: 40px 40px 20px 40px;
	background-color: rgba(255, 255, 255, 0.8)
}

.search-hosting input {
	border-radius: 0;
}

.search-hosting {
	background-color: #243141;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.search-hosting .heading-2 h3 {
	color: #FFF;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
}

.search-hosting .heading-2 h3 span {
	font-weight: 600;
	color: #FFF;
	font-size: 24px;
}

.search-hosting .heading-2 h2 {
	color: #FFF;
	margin-bottom: 0;
	text-transform: capitalize;
}

.search-hosting .heading-2 {
	text-align: left;
}

.search-hosting .btn-custom {
	height: 50px;
	font-size: 20px;
}

.search-hosting button.btn-custom:hover {
	background-color: #FFF;
	border-color: #FFF;
	color: #242424;
}

.search-hosting .domain-search-meta {
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 0;
}

.search-hosting .domain-search-meta li {
	display: inline;
	margin: 0 15px;
}

.search-hosting .domain-search-meta li {
	font-size: 16px;
	text-transform: capitalize;
}
.search-hosting .domain-search-meta li:first-child {
	margin-left:0;	
}








/* ---- TESTIMONIAL 2 CSS ---- */

.owl-testimonial-2 .single_testimonial {
	padding: 20px;
	background-color: #FFF;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	box-shadow: 0 0 6px -3px rgba(0, 0, 0, 0.9);
}

.owl-testimonial-2 .single_testimonial:after, .owl-testimonial-2 .single_testimonial:before {
	background: #2a0845;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #2a0845, #288feb);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #2a0845, #288feb);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	content: "";
	height: 100%;
	left: 4%;
	position: absolute;
	top: 4%;
	width: 95%;
	z-index: -1;
	opacity: 0.5
}

.owl-testimonial-2 .single_testimonial h4 {
	margin-top: 0;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
}

.owl-testimonial-2 .single_testimonial i {
	color: #ffc207;
	margin-bottom: 20px;
	margin-top: 5px;
}

.owl-testimonial-2 .single_testimonial img {
	border-radius: 50px;
	height: 90px;
	margin: auto;
	width: 90px;
	float: left;
	margin-right: 15px;
}

.owl-testimonial-2 .single_testimonial h3 {
	font-size: 20px;
	margin: 0;
	text-transform: capitalize;
}

.owl-testimonial-2 .single_testimonial .testimonial-meta-box .testimonial-meta p {
	margin-bottom: 0;
	line-height: 24px;
}

.owl-testimonial-2 .single_testimonial .textimonial-content {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.owl-testimonial-2 .single_testimonial .testimonial-meta-box {
	position: relative;
	overflow: hidden;
}

.owl-testimonial-2 .single_testimonial .testimonial-meta-box::after {
	color: #202c45;
}

.owl-testimonial-style-1 .single_testimonial:after {
	border-bottom: 50px solid #eee;
	border-right: 50px solid #f4f7fa;
	box-shadow: -8px 3px 9px -2px rgba(0, 0, 0, 0.1);
	content: "";
	height: 0;
	right: 15px;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 9;
	left: auto;
	opacity: 1;
}

.owl-testimonial-style-1 .single_testimonial:before {
	content: "";
	background: none;
	opacity: 1;
}

.owl-testimonial-style-1 .single_testimonial {
	box-shadow: 0px 6px 6px -7px rgba(0, 0, 0, 0.9);
}




/

/* ----  BLOG CSS ---- */

.blog-posts {
	padding-bottom: 50px;
}

.blog-posts-section {
	padding-bottom: 40px;
}

.blog-post {
	color: #162532;
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.blog-detail {
	padding: 20px;
	padding-bottom: 0;
}

.blog-post .post-title a {
	color: inherit;
	text-decoration: none;
	text-transform: capitalize;
}

.post-info a {
	color: #999;
	font-weight: 500;
	font-size: 16px;
}

.blog-post .btn {
	margin: 20px;
	margin-right: 0;
}

.post-img {
	overflow: hidden;
}

.post-img img {
	width: 100%;
	height: auto;
	-moz-transition: all 2s;
	-o-transition: all 2s;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.post-title {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}

.post-title a:hover {
	color: #288feb;
}

.blog-meta {
	position: relative;
	float: left;
	padding: 10px 20px;
	width: 100%;
}

.blog-meta a {
	font-size: 16px;
}

.blog-meta .pull-left a:hover {
	color: #288feb;
}

.blog-meta i {
	font-size: 16px;
	margin-right: 10px;
}

.blog-meta span.pull-left {
	font-size: 16px;
}

.single-listing-page-meta-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.single-listing-page-meta-box h2 {
	font-size: 20px;
	margin: 0;
	text-transform: capitalize;
}

.blog-posts .ratings i.color {
	color: #3C92CA;
}

.blog-posts .ratings i {
	color: #444;
	font-size: 15px;
	line-height: 20px;
	margin-right: 5px;
}

.single-listing-page-meta {
	background-color: #288feb;
	color: #fff;
	padding: 30px;
	margin-bottom: 15PX;
}

.single-listing-page-meta p {
	color: #FFF;
	margin-bottom: 0;
}

.single-listing-page-meta i {
	color: #FFF;
	margin-right: 5px;
}

.single-listing-page-meta span {
	margin-right: 20px;
}

.single-listing-page-desc {
	position: relative;
	overflow: hidden;
}

.single-listing-page-desc p {
	position: relative;
	margin-bottom: 20px;
}

.single-listing-page-desc h4 {
	font-weight: 600;
	margin-top: 0;
	padding: 20px 0;
	position: relative;
	text-transform: capitalize;
	font-size: 24px;
}

.article-img-left {
	float: left;
	height: 50%;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	width: 50%;
}

.article-img-right {
	float: right;
	height: 50%;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	width: 50%;
}

blockquote {
	border-left: 0 none;
	color: #FFF;
	font-size: 16px;
	margin: 30px 0;
	padding: 50px 40px;
	position: relative;
	text-transform: capitalize;
	background-color: #242424;
	letter-spacing: 2px;
	text-align: center;
	line-height: 30px;
}


.tag-cloud-post {
	border-top: 1px solid #999;
	padding-top: 20px;
}

.tag-cloud-post i {
	margin-right: 20px;
}

.tag-cloud-post a {
	color: #444;
	margin-right: 10px;
}
#personal {display: none;}

.search .stylish-input-group .form-control {
	border-color: #ccc;
	border-right: 0 none #ccc;
	box-shadow: 0 0 0;
	height: 50px;
	background-color: #FFF;
}

.search .stylish-input-group .input-group-addon {
	background: white none repeat scroll 0 0;
	border-left: 1px solid #ccc;
	border-radius: 0;
}

.search .stylish-input-group button {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
}

.widget .tag_cloud a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e2e2e2;
	color: #242424;
	border-radius: 4px;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	margin: 0 10px 8px 0;
	padding: 0 20px;
	transition: all 0.3s ease 0s;
}

.widget .tag_cloud a:hover {
	color: #288feb;
	border-color: #288feb;
}

.blog-posts .comment-list {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.blog-postsl .comment li {
	border-right: 2px solid #000;
	padding-right: 10px;
}

.blog-posts .comment li:last-child {
	border-right: 0 none;
}

.blog-posts .comment-info {
	border-bottom: 1px solid #ddd;
	display: block;
	margin: 30px 0;
	overflow: hidden;
	padding-left:15px;
}

.blog-posts .comment-info p {
	margin-bottom: 20px;
}

.blog-posts .comment-info img {
	max-width: 90px;
}

.blog-posts .comment-info .author-desc {
	margin-left: 115px;
}

.blog-posts .comment-info .author-title {
	color: #323232;
	line-height: 16px;
	margin-bottom: 22px;
}

.blog-posts .author-title strong {
	color: #323232;
	font-size: 20px;
	text-transform: capitalize;
}

.blog-posts .author-title .list-inline li {
	border-right: 1px solid #999;
	padding-right: 10px;
}

.blog-posts .author-title .list-inline li:last-child {
	border: 0;
	padding-right: 0;
}

.blog-posts .author-title .list-inline li a {
	font-size: 16px;
	color: #288feb;
	font-weight: 600;
}

.blog-posts .comment-date {
	border-left: 1px solid #777;
	color: #777;
	font-size: 12px;
	margin-left: 17px;
	padding-left: 17px;
}

.blog-posts .comment-list .children {
	list-style: outside none none;
	padding-left: 67px;
}

.blog-posts .comment-info img {
	max-width: 90px;
}

.blog-posts .page-numbers {
	border: 1px solid #eee;
	border-radius: 2px;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	margin: 0 2px 0 0;
	padding: 5px 10px;
	text-decoration: none;
}

.blog-posts .page-numbers.current, a.page-numbers:hover {
	background: #f9f9f9 none repeat scroll 0 0;
}

.blog-posts .navigation li a, .blog-posts .navigation li a:hover, .blog-posts .navigation li.active a, .blog-posts .navigation li.disabled {
	color: #fff;
	text-decoration: none;
}

.blog-posts .navigation li {
	display: inline;
}

.blog-posts .navigation li a, .blog-detial .navigation li a:hover, .blog-detial .navigation li.active a, .blog-detial .navigation li.disabled {
	background-color: #6fb7e9;
	border-radius: 3px;
	cursor: pointer;
	padding: 0.75rem;
}

.blog-posts .navigation li a:hover, .blog-detial .navigation li.active a {
	background-color: #3c8dc5;
}

.blog-posts .feedback {
	margin-bottom: 30px
}

.feedback label {
	color: #242424;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	max-width: 100%;
	text-transform: capitalize;
}

.feedback span.required {
	color: #f00;
	font-size: 18px;
	line-height: 10px;
}

.single-listing-page-meta-box h4, .feedback h4, .reviews h4 {
	margin-bottom: 0px;
	margin-top: 0;
	font-weight: 600;
	padding: 20px 0;
	text-transform: capitalize;
	font-size: 24px;
}

.blog-posts iframe {
	height: 400px;
	width: 100%;
	border-bottom: 5px solid #3C92CA;
}

.widget {
	background-color: #FFF;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 20px 30px;
	position: relative;
	box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.10);
}

.widget h4 {
	font-weight: 600;
	margin-top: 0;
	font-size: 20px;
	padding-bottom: 20px;
	position: relative;
	text-transform: capitalize;
}

.widget .single-pp-wrapper:last-child {
	margin-bottom: 0;
	border: none;
}

.single-pp-wrapper {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
}

.popular-post-img, .popular-post-img img {
	float: left;
	width: 75px;
	height: 75px;
}

.popular-post-content {
	float: left;
	padding-left: 10px;
	width: 70%;
}

.popular-post-content h5 {
	color: #242424;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
}

.popular-post-content h5 a {
	color: #242424;
	transition: all 0.3s ease-in 0s;
}

.popular-post-content h5 a:hover {
	color: #288feb;
}

.popular-post-content p {
	color: #636363;
	font-size: 12px;
	line-height: normal;
	margin: 10px 0 0;
}

.widget .categories-module {
	background-color: #FFF;
}

.widget .categories-module li {
	border-bottom: 1px solid #f1f1f1;
	display: block;
	padding-bottom: 13px;
	padding-top: 13px;
}

.widget .categories-module li:first-child {
	padding-top: 0;
}

.widget .categories-module li:last-child {
	border-bottom: 0;
}

.widget .categories-module li a {
	color: #242424;
	font-size: 18px;
	text-transform: capitalize;
}

.widget .categories-module li a:hover {
	color: #288feb;
}

#single-listing-page .categories-module span {
	color: #444;
	float: right;
}

#single-listing-page .categories-module span.closed {
	color: #3C92CA;
}


/* ---- SERVICES SIDEBAR ---- */

.services-detail {
	position: relative;
	overflow: hidden;
}

.services-detail p {
	margin: 20px 0;
}

.services-detail h2 {
	font-size: 34px;
	margin-top: 0;
	text-transform: capitalize;
}

ul.desc-points {
	padding-left: 30px;
	margin-bottom: 30px;
}

ul.desc-points li {
	font-family: "Open Sans", sans-serif;
	line-height: 30px;
}

ul.desc-points li i {
	color: #288feb;
	margin-right: 15px;
}

ul.side-bar-list {
	margin: 0 0 30px;
	padding: 0;
}

ul.side-bar-list li:first-child {
	margin-top: 0;
}

ul.side-bar-list li {
	list-style: outside none none;
}

ul.side-bar-list li a {
	background: #f7f7f7 none repeat scroll 0 0;
	color: #242424;
	font-size: 20px;
	display: block;
	padding: 16px 25px;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.2s ease-in-out 0s;
	o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

ul.side-bar-list li a::after {
	color: #222222;
	content: "\f105 ";
	font-family: "FontAwesome";
	font-size: 12px;
	line-height: 50px;
	position: absolute;
	right: 25px;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

ul.side-bar-list li a:hover, ul.side-bar-list li a.active {
	background: #288feb none repeat scroll 0 0;
	color: #ffffff;
}

ul.side-bar-list li a:hover::after, ul.side-bar-list li a.active::after {
	color: #ffffff;
}


/* ---- CASESTUDIES DETAIL ---- */

.portfolio-meta li {
	margin: 15px 0;
}

.portfolio-meta li span {
	color: #242424;
	float: left;
	font-size: 20px;
	text-transform: uppercase;
	width: 180px;
}

.portfolio-meta li {
	color: #666;
	margin: 15px 0;
}

.portfolio-meta p {
	margin: 0;
}

.services-detail .owl-theme .owl-controls .owl-buttons div.owl-prev {
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 18px;
	height: 80px;
	left: 0;
	line-height: 80px;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 35%;
	width: 20px;
	z-index: 997;
}

.services-detail .owl-theme .owl-controls .owl-buttons div.owl-next {
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 18px;
	height: 80px;
	line-height: 80px;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 35%;
	width: 20px;
	z-index: 997;
}

.services-detail .owl-theme .owl-controls {
	margin-top: 0;
}

.services-detail .owl-theme .owl-controls .owl-buttons div.owl-prev, .services-detail .owl-theme .owl-controls .owl-buttons div.owl-next {
	opacity: 0;
	border-radius: 0;
	padding: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease- 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.services-detail .owl-theme .owl-controls .owl-buttons div.owl-prev:hover, .services-detail .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	width: 30px;
}

.services-detail:hover .owl-prev, #post-slider:hover .owl-prev, .services-detail:hover .owl-next, #post-slider:hover .owl-next {
	opacity: 1 !important;
}


/* ---- CALL TO ACTION 1 ---- */

.call-to-action-1 h3 {
	color: #FFF;
	margin: 0;
	font-size: 40px;
	text-transform: capitalize;
}

.call-to-action-1 i.icon-trophy {
	color: #fff;
	float: left;
	font-size: 50px;
	line-height: 80px;
	margin-right: 20px;
}

.call-to-action-1 p {
	color: #FFF;
}

.call-to-action-1 .btn {
	margin-top: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

.call-to-action-1 {
	position: relative;
	overflow: hidden;
}

.call-to-action-1 {
	padding: 40px 0;
	background: url("../images/call-to-action.html");
	background-position: bottom 200px right 200x;
	background-repeat: no-repeat;
	background-size: cover;
}


/* ----  CONTACT US CSS ---- */

.contact-us {
	position: relative;
	overflow: hidden;
}

input.form-control {
	height: 35px;
    border-radius: 0
}

.contact-us .form-group label {
	font-size: 16px;
}

.contact-us .icon-box {
	background-color: #288feb;
	float: left;
	margin-right: 10px;
	padding: 15px;
}

.contact-us .icon-box i {
	font-size: 24px;
	color: #FFF;
}

.contact-us .contact-detail-box {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.content-area h4 {
	margin: 0;
	font-size: 22px;
}

.content-area p {
	margin: 0;
}

.request-a-call {
	padding-bottom: 0;
}


/* ----  SHOP CSS ---- */

.shop-posts {
	padding-bottom: 50px;
}

.shop-grid {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.shop-grid:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.shop-grid:hover .shop-meta {
	right: 10px;
}

.shop-detail {
	border-bottom: 1px solid #f1f1f1;
	padding: 20px;
	background-color: #FFF;
}

.shop-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
	margin: 5px 0;
}

.shop-title a:hover {
	color: #288feb;
}

.rating .star i {
	color: #ffc627;
	font-size: 16px;
}

.price {
	font-size: 24px;
	color: #888;
	text-transform: capitalize;
}

.price ins {
	text-decoration: none;
	color: #242424;
	margin-left: 10px;
	font-weight: 600;
}

.shop-img {
	position: relative;
}

.shop-meta {
	background-color: transparent;
	position: relative;
	overflow: hidden;
}

.shop-meta {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	right: -50px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease- 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.shop-meta a {
	display: block;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.shop-meta i {
	color: #FFF;
	padding: 12px;
	font-size: 20px;
	background-color: #288feb;
	display: inline-block;
	float: left;
	line-height: 20px;
	border: 1px solid #288feb;
	line-height: 19px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease- 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.shop-meta i:hover {
	background-color: #FFF;
	border: 1px solid #288feb;
	color: #288feb;
}

.shop-meta i.fa-heart {
	font-size: 22px;
}

.shop-meta .add-to-cart {
	border: 1px solid #F1F1F1;
	padding: 10px 20px;
	color: #242424;
	float: left;
	font-size: 16px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease- 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.shop-meta .add-to-cart:hover {
	border: 1px solid #288feb;
	color: #288feb;
}

.product-tilte h3 {
	color: #191919;
	font-size: 34px;
	text-transform: capitalize;
	margin: 0;
}

.product-detial {
	margin-top: 35px;
}

.product-box {
	border: 1px solid #eee;
	display: block;
	background-color: #F5f5f5;
	overflow: hidden;
	padding: 30px;
	position: relative;
}

.product-detial-info .caption .card-price-block .price-title {
	display: block;
	font-size: 16px;
}

.product-detial-info .caption .card-price-block .product-price {
	font-size: 30px;
}

.product-detial-info .caption .card-price-block .product-price-old {
	font-size: 20px;
}

.product-availability::before {
	color: #428d00;
	content: "\f00c ";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	left: 0;
	line-height: 1.1;
	padding-right: 5px;
	position: relative;
	top: 0;
}

.product-availability {
	color: #428d00;
	display: block;
	margin-top: 10px;
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
}

.rating .add-review {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}

.rating .add-review a, .rating .add-review span {
	color: #888888;
	font-size: 11px;
}

.rating .add-review a, .rating .add-review span {
	color: #888888;
	font-size: 11px;
}

.rating .add-review a::before {
	content: "|";
	display: inline-block;
	margin: 0 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.rating .add-review a, .rating .add-review span {
	color: #888888;
	font-size: 16px;
}

.rating .add-review a:hover, .rating .add-review span:hover {
	color: #288feb;
}

.product-detial-info .product-description {
	margin-top: 20px;
}

.product-detial-info .caption {
	margin: 0;
}

.product-detial-info .product-description h3 {
	color: #191919;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}

.product-detial-info ul li span {
	color: #191919;
}

product-quantity {
	margin-top: 15px;
}

.product-quantity> span {
	font-size: 18px;
}

.product-quantity> input {
	border: 1px solid #ccc;
	font-size: 18px;
	height: 40px;
	margin-right: 10px;
	padding: 5px 10px;
	width: 60px;
	color: #777;
}

.toch-button {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #999;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	margin: -5px 5px 0 0;
	outline: 0 none;
	padding: 0 36px 0 36px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: auto;
}

.toch-button:hover, .toch-button.toch-add-cart, .toch-menu ul li a:hover, .toch-menu ul li.active a:hover {
	background: #ffc627 none repeat scroll 0 0;
	color: #fff;
}

.toch-button.toch-add-cart:hover {
	background: #e9af05 none repeat scroll 0 0;
}

.b-socials {
	margin-top: 38px;
}

.b-socials ul li {
	float: left;
}

.custom-select {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.custom-select ul li select {
	display: block;
	height: 36px;
	width: 100% !important;
}

.custom-select ul li .customSelect {
	display: block !important;
	width: 100% !important;
}

.custom-select ul li .mandatory {
	color: red;
	font-size: 14px;
}

.custom-select ul li label {
	text-transform: capitalize;
}

.social-share .b-socials.full-socials ul li a {
	color: #888888;
	display: block;
	margin-right: 18px;
}

.b-socials ul li a i {
	font-size: 13px;
}

.b-socials.full-socials {
	margin-top: 40px;
}

.b-socials.full-socials li a {
	border: 1px solid #ebebeb;
	display: inline-block;
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 5px;
	margin-right: 4px;
	padding: 8px;
	color: #777;
	vertical-align: middle;
}

.b-socials.full-socials li a i {
	font-size: 15px;
	margin-right: 3px;
	vertical-align: middle;
}

.b-socials.full-socials li a i.fa-twitter {
	color: #00aaf0;
}

.b-socials.full-socials li a i.fa-facebook {
	color: #435f9f;
}

.b-socials.full-socials li a i.fa-google-plus {
	color: #e04b34;
}

.b-socials.full-socials li a i.fa-pinterest {
	color: #ce1f2e;
}

.product-detial .nav-tabs> li {
	float: left;
	margin-bottom: -1px;
}

.product-detial .nav-tabs> li.active a {
	background-color: #fff;
	border-left: none;
	border-right: none;
}

.product-tabs {
	background: #eee none repeat scroll 0 0;
	border: 1px solid #ddd;
	margin-top: 25px;
}

.product-tabs ul li a {
	color: #242424;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 24px;
}

.product-tabs ul li a:hover {
	background: #fff;
}

.product-tabs ul li.active {
	border-left: 1px solid #ddd;
	border-radius: 0;
	border-right: 1px solid #ddd;
}

.product-tabs ul li.active:first-child {
	border-left: medium none;
}

.product-detial .tab-pane {
	background: #f5f5f5 none repeat scroll 0 0;
}

.table-responsive table {
	margin-bottom: 0;
}

.Reviews ul {
	margin-top: 20px;
}

.Reviews .reviews-shop-content ul, .Reviews .reviews-shop-content ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.Reviews ul li {
	background-color: #f0f0f0;
	border-radius: 3px;
	margin-bottom: 30px;
	padding: 30px;
}

.reviews-txt p {
	color: #777;
	font-size: 13px;
	margin-top: 15px;
}

.reviews-txt a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.reviews-txt a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #288feb;
	margin: 0;
	padding: 0;
}

.product-tabs .comment ul.list-inline li a {
	color: #288feb;
	font-size: 16px;
	font-weight: 0;
	margin: 0;
	padding: 0;
}

.product-tabs .commentform h3 {
	color: #191919;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.product-tabs h3 {
	color: #191919;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.shop-posts .comment-info img {
	max-width: 90px;
	height: 90px;
}

.shop-posts .comment-info .author-desc {
	margin-left: 115px;
}

.shop-posts .author-title strong {
	color: #323232;
	font-size: 20px;
	text-transform: capitalize;
}

.shop-posts .comment-list .children {
	list-style: outside none none;
	padding-left: 67px;
}

.shop-posts .comment-info {
	border-bottom: 1px solid #ddd;
	display: block;
	margin: 30px 0;
	overflow: hidden;
}

.shop-posts .comment-info p {
	margin-bottom: 40px;
}

.shop-posts .author-title .list-inline li {
	border-right: 1px solid #999;
	padding-right: 10px;
}

.shop-posts .author-title .list-inline li a {
	color: #288feb;
	font-size: 16px;
}

.shop-posts .author-title .list-inline li:last-child {
	border: 0 none;
	padding-right: 0;
}

.product-detial-info ul li {
	font-size: 18px;
}

.product-detial-info ul li span {
	font-size: 20px;
}

.product-price-old {
	color: #888888;
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
	text-decoration: line-through;
}

.product-thumb .item a img {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #f1f1f1;
	border-radius: 0;
	display: block;
	margin: 20px 0 0;
	padding: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.product-thumb .item a img:hover {
	border-color: #337ab7;
}

.shop-detail-tab .tab-pane {
	background-color: #FFF;
	padding: 20px;
}

/* QUICK VIEW */


.quickview-model .center {
    margin-top:50px;   
}

.quickview-model .modal-header {
	padding-bottom: 5px;
}

.quickview-model .modal-footer {
    	padding: 0;
	}
.quickview-model .modal-body {
    position: relative;
    padding: 50px;
}
.quickview-model .modal-footer .btn-group button {
	height:40px;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	border: none;
	border-right: 1px solid #ddd;
}
.quickview-model .modal-footer .btn-group:last-child > button {
	border-right: 0;
}
.quickview-model .modal-dialog {
    width: 800px;
    margin: 30px auto;
}
.quickview-model .modal-body img{
    height: 320px;
    object-fit: cover;
}
.quickview-model .quick-view-content{
    width: 100%;
}
.quick-view-content h4 span{
   
}
.quickview-model .quick-view-content h3{
    font-size: 23px;
    color: #000;
    font-weight: 600;
    margin: 0 0 0px;
    line-height: 26px;
    text-transform: capitalize
}
.quickview-model .quick-view-content h5{
    font-weight: 400;
    font-size: 17px;
    color: #767676
}
.quickview-model .quick-view-content h4{
    margin-top: 20px
}
.quickview-model .quick-view-content p{
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 25px;
    margin: 0 0 20px;
}
.quickview-model .quick-view-content .non-rate{
    color: #000;
}
.quickview-model .quick-view-content .rate{
    color: #000;
}
.quickview-model .quick-view-content del{
   color: #b7b5b5; 
    font-size: 14px;
}
.quickview-model .quick-view-content h3.cost
{
    font-size: 22px;
    color: #000;
    margin: 0 0 20px;
   
}
.quickview-model .quick-view-content  .btn{
    padding: 10px 25px 10px;
}
.quickview-model .quick-view-content  .btn span{
    padding-right: 6px;
}
.quickview-model .quick-view-content .btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-radius: 30px;
    margin-right: 30px;
    transition: all .6s ease 0s;
}
.quickview-model .quick-view-content .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    transition: all .6s ease 0s;
}
.quickview-model .close {
    font-size: 50px;
    font-weight: 300;
    color: #000;
    opacity: 0.9;
}
.quickview-model button.close{
    z-index: 9999;
    position: absolute;
    right: -14px;
    top: -24px;
}


/* connected section */
.stay-connected-section{
    padding: 50px 0 70px;
    background: #fff;
    background-color: #fff;
}

 .stay-connected-section .stay-connected {
    height: auto;
    text-align: center;
    color: #444;
}
 .stay-connected-section .stay-connected h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}
 .stay-connected-section .stay-connected p {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: .5px;
}
 .stay-connected-section .stay-connected .newsletter-email {
    border: 0;
   border-bottom: 1px solid #444;
    font-size: 15px;
    padding: 21px 0px;
    width: 500px;
    background: 0 0;
    letter-spacing: .05em;
}
.stay-connected-section .stay-connected .newsletter-email:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
 .stay-connected-section .btn-primary, .two-tone .btn-secondary {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
     text-transform: uppercase;
    line-height: 16px;
    letter-spacing: .7px;
    letter-spacing: 1px;
    padding: 16px 30px !important;
    border-radius: 0;
     margin: 15px 0 0 10px;
}
.social_links{
    margin-top: 30px
}
ul.social-media {
    padding: 0px;
    list-style-type: none;
    margin: 0;
}
ul.social-media li {
    display: inline;
    margin-right: 10px;
}
ul.social-media li a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    text-align: center;
    padding: 12px;
    width: 40px;
    transition: all 0.7s ease;
    font-size: 18px;
    line-height: 18px;
}
ul.social-media li:hover a i{
    transform: scale(1.2);
    transition: all 0.7s ease;
}	
ul.social-media li a i {
    transition: all 0.7s ease;
	font-size: 18px;
}
.linkd {
	color: #fff !important;
	background: #0b80ca !important;
}
.faceb{
	color: #fff !important;
	background: #4276d7 !important;
}
.twt{
	color: #fff !important;
	background: #2bb1e8 !important;
}
.ins{
	color: #fff !important;
	background: #b628a3 !important
}
.yt {
	color: #fff !important;
	background: #c11b1e !important;
}
.pnrst {
	color: #fff !important;
	background: #bd081c !important;
}



/* ----  FOOTER CSS ---- */

.section-shape1 {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
 .section-shape1:before {
    content: url(../images/figure1.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}
.section-shape1:after {
    content: url(../images/figure2.png);
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
    z-index: -1;
    display: none;
}
.footer-top-box {
    padding: 9.4rem 0 4rem;
}
.footer-wrap-layout1 {
  background-color: #fff;
}
.footer-top-box {
	padding: 0px 15px;
}
.footer-top-box .footer-box-layout1 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 575px) {
  .footer-top-box .footer-box-layout1 {
    text-align: center;
  }
}
.footer-top-box .footer-box-layout1 .footer-title {
  margin-bottom: 1.5rem;
}
.footer-top-box .footer-box-layout1 .footer-title h4 {
  color: #333;
  font-weight: 600;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .footer-menu-list li {
  margin-bottom: 1px;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .footer-menu-list li i {
    font-size: 13px;
    padding-right: 10px;
	color:#c34752;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .footer-menu-list li:last-child {
  margin-bottom: 0;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .footer-menu-list li a {
  font-size: 13px;
  color: #333;
  padding: 1px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .footer-menu-list li a:hover {
  color: #642e86;
    padding-left: 5px;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .contact-btn {
  text-align: center;
  display: block;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
  border: 1px solid #56a7ab;
  padding: 12px;
  margin-top: 4.5rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .contact-btn i {
  margin-right: 10px;
  color: #56a7ab;
}
@media only screen and (max-width: 1199px) {
  .footer-top-box .footer-box-layout1 .footer-menu-box .contact-btn {
    font-size: 14px;
  }
}
.footer-top-box .footer-box-layout1 .footer-menu-box .contact-btn:hover {
  background-color: #006df0;
}
.footer-top-box .footer-box-layout1 .footer-newsletter {
  margin-bottom: 2.5rem;
}
.footer-top-box .footer-box-layout1 .footer-newsletter p {
  color: #dcdcdc;
  margin-bottom: 30px;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group {
  height: 50px;
  border-radius: 4px;
  padding: 0;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 4px 0 0 4px;
  background: #ffffff;
  color: #111111;
  font-size: 16px;
  height: 50px;
  padding: 10px 20px;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: #fef22e;
  border: 0;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 700;
  color: #14287b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .input-group-addon:hover button {
  background: #287ff9;
  color: #ffffff;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group input {
  font-size: 16px;
  color: #14287b;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group input.form-control::-webkit-input-placeholder,
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group input.form-control:-moz-placeholder,
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #aaaaaa;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group input.form-control:-ms-input-placeholder,
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #aaaaaa;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li {
  display: inline-block;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li:first-child a {
  padding-left: 0;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li a {
  font-size: 16px;
  color: #aaadc8;
  padding: 7px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li a:hover {
  color: #ffffff;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li:last-child a {
  padding-right: 0;
}
.footer-middle-box {
  padding: 1rem 0 6rem;
}
.footer-middle-box .footer-newsletter .item-title {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-middle-box .footer-newsletter .stylish-input-group {
    height: 45px;
    border-radius: 4px;
    padding: 0;
}
.footer-middle-box .footer-newsletter .stylish-input-group .input-group-addon:hover {
    background: #175bab;
    color: #fff;
}
.footer-middle-box .footer-newsletter .stylish-input-group .input-group-addon {
    /* padding: 0; */
    border: none;
    border-radius: 0 4px 4px 0;
    background: #56a7ab;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
}
.footer-middle-box .footer-newsletter .stylish-input-group .input-group-addon button {
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 24px;
}
.footer-middle-box .footer-social {
    justify-content: flex-end;
    display: flex;
    padding: 6rem 0 0;
}
.footer-middle-box .footer-social .social-icon li {
  display: inline-block;
}
.footer-middle-box .footer-social .social-icon li a {
  font-size: 16px;
  color: #aaadc8;
  padding: 7px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
} 
  .footer-middle-box .footer-social .social-icon li a {
    padding: 5px;
    font-size: 14px;
}
.footer-middle-box .footer-social .social-icon li a:hover {
  color: #ffffff;
}
.footer-middle-box .footer-social .social-icon li:last-child a {
  padding-right: 0;
}
 
.footer-middle-box .footer-social .item-title {
    font-size: 18px;
    color: #ffffff;
    margin: 0 15px 0 0;
}
.footer-bottom-box {
  border-top: none;
  padding: 3.5rem 0 0;
}
.footer-bottom-box .copyright p{
    font-size: 14px;
    color: #9c9c9c;
}
.footer-bottom-box .footer-bottom-menu {
    text-align: right;
}
.footer-bottom-box .footer-bottom-menu ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
 .footer-bottom-box .footer-bottom-menu ul li a {
    font-size: 14px;
    color: #949090;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.footer-bottom-box .footer-bottom-menu ul li a:hover {
    color: #333030;
}



.recentpost li {
	display: block;
	margin: 0 0 27px 0;
}

.recentpost li:last-child {
	margin-bottom: 0;
}

.recentpost li span {
	position: relative;
	width: 60px;
	height: 60px;
	background: #bfbfbf;
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
	z-index: 99;
}

.recentpost li span a.plus {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	text-align: center;
}

.recentpost li span a.plus img {
	width: 60px;
	height: 60px;
}

.recentpost li span a.plus i {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	margin-top: -100%;
	font-size: 30px;
	color: #fff;
	font-style: normal;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
}

.recentpost li span a.plus:hover i {
	margin-top: 0;
}

.recentpost li p {
	margin-bottom: 0;
}

.recentpost li p a {
	margin: 0;
	font-size: 16px;
	color: #FFF;
	text-transform: capitalize;
	font-weight: 600;
}

.recentpost li p a:hover {
	color: #288feb;
}

.recentpost li h3 {
	font-size: 16px;
	color: #FFF;
	margin: 0;
	font-weight: 300;
}
.loader-img {
	display:none;	
}
.contact-us .error {
	font-weight:400;
	color:#F1474A;
}
.alert-success {
	display:none;
	margin-bottom:30px;	
}

.overbtn {
    background: #0000;
    padding: 16px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 12px 30px;
    border-radius: 30px 0;
    background:#e2848e;
}
.overbtn:hover {
    background: #c64653;
    color: #fff;
    border: 1px solid #c64653;
}





.slide-heading {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.slide-heading h3{
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 0px;
    font-weight: 500;
	float: left;
}
.slide-heading h6 span{
   font-size: 14px;
    padding: 2px 0 0 0;
}
.slide-heading h6 span a{
    color: #000;
}
.slide-heading h6 span a:hover{
    color: #000;
    text-decoration: none;
}
.slide-heading h6 span i{
    padding-left: 8px;
}
  #menu1 li.gray-star {
      display: inline-block;
      padding: 0px 2px;
 }
.dosim {
       padding:10px 0;
}
.wishlisticon a .fa-heart {
    line-height: 44px;
}     
.price.list-view-price aside {
      position: relative;
      left: 20px;
}
.for-spacing {
      margin: 0px 0 0px 0;
      border-bottom: 1px solid #f5f3f3;
      padding: 0px 0 20px 0;
      display: inline-block;
      width: 100%;
}
 .list-views-listing .product-content{ margin:0;padding:0 !important; }
.grid-list-option{ 
		position: absolute;
		right: 0;
		top: 20px;
		right: 20px;
}
   .grid-list-option a {
    border-radius: 0 !important;
    background: #f5f5f5;
   }

   .grid-list-option a:hover { border-radius:0; }

    .grid-list-option .active a {
    border-radius: 0;
    }

  .grid-list-option .nav-pills>li.active>a {
      background: #000;
  }

  .product-grid8.list-views-listing button {
    width: 40% !important;
  } 

  .product-grid8.list-views-listing .price {
    display: flex;
  }

 .list-views-listing:hover { box-shadow:none !important; }

 .list-views-listing .carousel-indicators {
        display: flex;
 }
.grid-list-option ul li{
    display: inline;
}
.social .material-icons{
    line-height: 17px;
}
.form-serchs input:focus {
    border-color: #fff;
    box-shadow: none;
 }
 .size-hover {
    position: absolute;
    bottom: 129px;
     visibility:hidden;
    font-size: 15px;
 }
.btm_100{
    bottom: 123px;    
}
 .product-grid8:hover .size-hover {
    visibility: initial;
  }  
  .details_size {
    margin: 0 0 20px 0;
    font-weight: 600;
    letter-spacing:0px;
  }
  .details_size h4 {
    margin: 10px 0; 
  } 

 .form-serchs label {
    position: absolute;
    right: 35px;
    padding: 9px;
    background: #143d59;
    color: #fff;
  }

  .form-serchs label {
    font-size:14px;
  }

  .form-serchs input{ 
      border: none;
    background: #f5f5f5;
    border-radius: 0; 
      height: 42px
}
.form-serchs input:focus{
    border: 1px solid #000
}


.main-nav.navbar-default{background-color: transparent;
border-color: transparent;}

.listmain{ position: relative; }

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 10px;
	color: #555;
	border: 1px solid #eee;
}
.inputfile + label i {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.custom-file{margin-top: 10px;}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #0c6bd5;
}
.prolisting-section .pro-listing .product-grid8 .add-to-cart-btn{
     background: #000;
    color: #fff;
    padding: 10px 30px;
    border: none;
    width: 100%;
    border: 1px solid #000;
    margin: 17px 0 0 0;
    transition: all .6s ease 0s;
}

.prolisting-section .pro-listing .product-grid8 .add-to-cart-btn:hover{
    background: #fff;
    border: 1px solid #000;
    color: #000;
    transition: all .6s ease 0s;
}




/** Contact **/

ul.contact-list{
    margin: 90px 0
}
ul.contact-list li{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    font-size: 18px;
    padding-bottom: 20px;
    transition: all 0.3s ease-in-out
}
ul.contact-list li:last-child{
    border: none
}
ul.contact-list li i{
    float: left;
    font-size: 20px;
    margin-right: 14px;
    margin-top: 5px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px
}
ul.contact-list li i.fa-envelope{    
    padding: 10px 10px;
}
ul.contact-list li i.fa-map-marker{    
    padding: 10px 14px;
}
ul.contact-list li i.fa-phone{    
    padding: 10px 12px;
}
ul.contact-list li:hover i{
    background-color: #000;
    transition: all 0.3s ease-in-out;
    color: #fff
}
.contact-section .btnRegister{
    text-align: left;
    display: inline-block;
    margin-top: 10px
}
.phone{
   
    font-size: 15px
}



/** 404 **/

.page-header{
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.page-header h3{
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 115px 0;
    text-align: center;
    text-transform: uppercase;
    opacity: .8;
    letter-spacing: 3px;
    font-size: 75px;
    font-weight: 700
}
.page-header h3:before{
    content: "404";
    top: 0;
    left: 50%;
    position: absolute;
    color: rgba(142,142,142,.15);
    font-size: 400px;
    line-height: 260px;
    font-weight: 700;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -sand-transform: translateX(-50%);
}
.notfound_txt h3{
    font-size: 30px
}
.shop-btn{
    display: block;
    position: relative;
    margin: 3% auto 0;
    border: none;
    border-radius: 30px;
    padding: 14px 70px;
    background: #000;
    color: #fff;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all .6s ease 0s;
}

/* HEADER SECTION */

.call-icons{
    width: 100%;
    height: auto;
    display: block;
       margin: 20px 0 0 0;
    text-align: center;
}
.call-icons ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    }
.call-icons ul li{
    list-style: none;
    font-size: 13px;
    width: 21%;
        display: inline-block;
    line-height: 25px;
    text-align: center;
}
.call-icons ul li span {
    width: 100%;
    display: block;
    margin: 0px 0 10px 0;
}
.header-links {
    width: 100%;
    height: auto;
}
.header-links ul {
    list-style: none;
     margin: 26px 0 9px 0;
    padding: 0px;
}
.header-links ul li {
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    margin: 0px 17px 0px 0px;
}


/*ABOUT SECTION*/

.about-section{
    padding: 50px 0 10px 0;
    background: #0c5e95;
}

.about-section .home-about-image img {
    width: 100%;
    margin: -21% 0 0;
}
.about-section .home-about-image {
    width: 100%;
}

.about-section .about-text {
        width: 100%;
    height: auto;
    margin: 10px 0 0;
}
.about-section .about-text h6 {
    font-weight: 800;
    font-size: 60px;
    color: #fff;
}
.about-section .about-text p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.about-section .about-text a {
    background: #cea02b;
    padding: 17px 50px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 3px;
    display: inline-flex;
    margin: 20px 0;
    text-transform: uppercase;
    transition: all .6s ease 0s;

}
.about-section .about-text a:hover{
    background: #000;
    color: #fff;
    transition: all .6s ease 0s;
}
.zoom:hover img {
    transform: scale(1.1);
    transition: all ease 700ms;
    
}
.zoom img {
    transition: all ease 700ms;
     position: relative;
}
.zoom1:hover img {
    transform: scale(1.1);
    transition: all ease 700ms;
    
}
.zoom1 img {
    transition: all ease 700ms;
     position: relative;
   /* Safari 4.0 - 8.0 */
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  from {top: 0px;}
  to {top: 10px;}
}

@keyframes mymove {
  from {top: 0px;}
  to {top: 10px;}
}

.call-us {
    margin: 26px 0 0 80px;
}
.call-us img{
    width: 40px;
    margin-right: 10px;
    float: left;
}
.call-box {
   margin: 0 0 0 120px;
width: 100%;
}
.call-box h4{
    color: #fff;
    font-size: 27px;
}
.call-box h4 span{
    font-weight: 100;
}


.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    transition: all .6s ease 0s;
    background: #fff;
    box-shadow: 2px 10px 10px 0 rgba(0, 0, 0, 0.1);
  }

  .affix + .container-fluid {
    padding-top: 70px;
  }
.affix .header-top{
    display: none;
    transition: all .6s ease 0s;
}
.affix .mega-menu .menu-logo > li > a img {
    left: 15px;
    display: block;
    transition: all .6s ease 0s;
}
.affix  .mega-menu .menu-links {
    margin: 8px 90px 0 0;
    transition: all .6s ease 0s;
}
 .affix .mega-menu{
    background: #fff;
}

.what-we-make-icon .icontxt i {
    margin: 0px 0 0 0;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    transition: all .6s ease 0s;
}
.what-we-make-icon .icontxt i:hover {
    margin-left: 10px;
    transition: all .6s ease 0s;
    color: #cea320;
}

.stage {
        display: flex;
        height: auto;
        width: 100%;
    }
    .box {
        align-self: flex-end;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        margin: 0 auto 0 auto;
        transform-origin: bottom;
        z-index: 999;
    }
    .bounce-1 {
        animation-name: bounce-1;
        animation-timing-function: linear;
    }
    @keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(20px); }
        100% { transform: translateY(0); }
    }





/* CONTACT US */


/** Contact **/

ul.contact-list{
    margin: 20px 0
}
ul.contact-list li{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    font-size: 18px;
    padding-bottom: 15px;
    transition: all 0.3s ease-in-out
}
ul.contact-list li:last-child{
    border: none
}
ul.contact-list li p{
    display: flex
}
ul.contact-list li i{
    float: left;
    font-size: 20px;
    margin-right: 14px;
    margin-top: 5px;
    color: #003233;
    border: 1px solid #003233;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
ul.contact-list li i.fa-envelope{    
    padding: 10px 10px;
}
ul.contact-list li i.fa-map-marker{    
    padding: 10px 14px;
}
ul.contact-list li i.fa-phone{    
    padding: 10px 12px;
}
ul.contact-list li i.fa-fax{    
    padding: 10px 11px;
}
ul.contact-list li:hover i{
    background-color: #003233;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.contact-section .btnsubmit{
    text-align: left;
    display: inline-block;
    margin-top: 10px
}

.btnsubmit:hover {
    color: #003233;
    background-color: #fff;
    border: 1px solid #003233;
    transition: all .6s ease 0s;
}
.btnsubmit {
    display: block;
    position: relative;
    margin: 8% auto 0;
    margin-top: 8%;
    border: none;
    border-radius: 0;
    padding: 12px 40px;
    background: #003233;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: 1px solid #003233;
    cursor: pointer;
    transition: all .6s ease 0s;
}
 






/* FOOTER FIRST SECTION */

.footer-first-section{
    padding: 50px 0;
    background: #f9f9f9;
}
.footer-first-section .email-text{
    
}
.footer-first-section .email-text h6{
    font-size: 18px;
    margin: 0 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-first-section .email-text p{
    font-size: 15px;
    margin: 0 0 0;
    color: #898989;
}
.footer-first-section .email-area{
    margin: 6px 0;
}
.footer-first-section .email-area .form-control{
    width: 69%;
    height: 53px;
    background: #fff;
}
.footer-first-section .btnsubmit{
    height: 51px;
    background: #003233;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
    border: 1px solid #003233;
    margin: -52px 0 0;
    float: right;
    width: 150px;
}
.footer-first-section .btnsubmit:hover{
    text-decoration: none;
    background: #0000;
    color: #003233;
    border: 1px solid #003233;
}

.breadcrumb-section {
    padding: 6px 0;
    background:#ccc;
    margin-bottom: 0px;
}
.breadcrumb-section .breadcrumb {
    margin-bottom: 0;
    background: none;
}

.breadcrumb-section .breadcrumb h6 {
    font-size: 25px;
    font-weight: 800;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 10px;
}
.breadcrumb-section .breadcrumb a {
    font-size: 15px;
    padding: 0 0px 0 0px;
    color:#623089;
}
.breadcrumb-section .breadcrumb i {
    color:#623089;
    padding: 0 10px 0 10px;
}
/* about us */

.aboutus-img img {
    width: 80%;
    text-align: center;
    margin: auto;
}
.aboutus-txt {
    margin: 60px 0px;
}
.aboutus-txt h3 {
    margin-bottom: 20px;
}

/* ----  FOOTER CSS ---- */

.footer {
    padding: 50px 0 50px 0;
    position: relative;
    background: #2a4b78;
}

footer .footer_block {
	position: relative;
	overflow: hidden;
}


footer .footer_block .f_logo {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
}

footer .footer_block p {
	position: relative;
	color: #b8c4d0;
	line-height: 35px;
	font-size: 14px;
	margin: 10px 0 0;
}

footer .footer_block a.read-more-footer {
	position: relative;
	color: #FFF;
	float: right;
	font-size: 16px;
}

footer .footer_block a.read-more-footer i {
	margin-left: 10px;
}

footer .social-bar {
	border-top: 1px solid #FFF;
	width: 100%;
	padding-top: 20px;
}

footer .social-bar a {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 10px;
}

footer .social-bar a:hover {
	background-color: #FFF;
}

footer ul.footer-links{
    padding: 0;
    margin-bottom: 0
}
footer ul.footer-links li {
	padding: 3px 0;
	list-style: none;
	display: flex;
	font-size: 15px;
	color: #b8c4d0;
}

footer ul.footer-links li:first-child {
	padding-top: 0;
	color: #b8c4d0;
}

footer ul.footer-links li a {
	color: #b8c4d0;
	font-size: 15px;
}
footer ul.footer-links li a:hover {
    color: #b5b2b2;
    padding-left: 5px;
    text-decoration: none;
}

footer ul.footer-links li i {
	color: #b8c4d0;
	margin-right: 5px;
	margin-top: 3px;
}

footer ul.footer-links {
	float: left;
}

.footer_block h4 {
	color: #b8c4d0;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 0;
	position: relative;
	text-transform: uppercase;
}

.footer_block .footer-links:nth-child(odd) {
	border-left: 1px solid #FFF;
	width: 50%;
}

footer .personal-info li {
	color: #FFF;
	display: flex;15
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
	width: 100%;
}

footer ul.personal-info li:first-child {
	padding-top: 0;
}

footer .footer_block .personal-info li i {
	color: #FFF;
	float: left;
	font-size: 18px;
	margin-right: 10px;
	margin-top: 5px;
}

.footer-bottom {
	padding: 20px 0 20px;
	background: #ffffff;
}

.footer-bottom p {
	margin-bottom: 0;
	line-height: 25px;
}

.footer-bottom img {
}

.footer-bottom p a {
	color: #686d60;
	font-size: 14px;
	text-transform: uppercase;
}

.footer-bottom .social-bar {
	margin-top: 0;
}

.footer-bottom .social-bar a {
	color: #288feb;
}

.footer-2 {
	background-color: #f4f7fa;
	padding: 70px 0 40px 0;
}

.footer-2 .footer_block p {
	color: #242424;
}

.footer-2 .footer_block h4 {
	color: #242424;
}

.footer-2 .footer_block a.read-more-footer {
	color: #242424;
}

.footer-2 ul.footer-links li a {
	color: #242424;
}

.footer-2 .footer_block .footer-links:nth-child(2n+1) {
	border-color: #242424;
}

.footer-2 .personal-info li {
	color: #242424;
}

.footer-2 .footer_block .personal-info li i {
	color: #288feb;
}

.footer-2 .footer_block i {
	color: #288feb;
}

.footer-transparent {}

.footer-transparent {
    background: #fff;
	position: relative;
	width: 100%;
	z-index: 9;
}
.pay_icons{
    margin: 50px 0;
    float: right;
}
.footer-transparent::before {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.footer-transparent .footer-bottom {
	position: relative;
}

.footer-transparent .footer-bottom p {
	color: #686d60;
	text-align: center;
	font-size: 13px;
	padding: 6px 0 0;
}




@media screen and (min-width:480px) and (max-width:768px){
  
    .banner-text h1 {
    font-size: 43px;  
    padding: 0 0 0 0px;  
}
    
    .loginbox ul li {
    font-size: 16px; 
    padding: 0 20px 0 20px;
    line-height: 32px;
}
    .header-top-right ul li {  
    font-size: 12px;
}
     .getupto-box { 
    padding: 50px 0 40px 20px;
}
    .getupto-box h6 {
    font-size: 33px; 
    line-height: 40px;  
}
    .getupto-box h6::after { 
    width: 64px; 
    left: 6%; 
    top: 19%;
}
   .getupto-img img{
        height: 620px;
 
    }
    .top-collection .owl-prev { 
    left: -1%;
    top: 40%;
    }
    .top-collection .owl-next { 
    right: -1%;
    top: 40%;
    }
    .top-collection .item {
    margin-right: 20px;
    margin-left: 20px;
}
    
    
}


@media screen and (min-width:320px) and (max-width:480px)
    
{
    .mr-sm-00 {
    margin-right: 0px !important;
}
    .callback-form .form-control {
    min-width: 100% !important;
    margin-bottom: 20px;
}
    
    .services-section p { 
    padding: 0px 2% 0 2%;
    line-height: 25px;
}
    .title1 {
    font-size: 34px;
    }
    .ourserv { 
    padding: 1px 9px !important; 
    margin: 7px 0px 0px !important; 
    font-size: 12px;
}
    .booknow { 
    padding: 1px 15px !important; 
    margin: 9px 0px 0 !important;  
    font-size: 12px;
}
    .requset-section .form-box { 
    padding: 50px 20px 50px 20px !important;
}
    .requset-section .form-box h6 {
    font-size: 27px !important;; 
    line-height: 29px !important;;
}
    .requset-section .form-box h6::after { 
    left: 24px !important; 
}
    .d-md-flex { 
    display: block;
}
    
      .ml-45 {
    margin-left: 0 !important;
}
    .head-1-book{
        margin-bottom: 10px;
    }
    .emergency{
        display: none;
    }
    .bgorange {
    clear: both;
}
    .loginbox ul li { 
    padding: 0 0px 0 11px;
}
    
    .getupto-box h6::after { 
    width: 50px; 
    left: 4%; 
    top: 16%;
}
    .getupto-box h6 {
    font-size: 26px;  
    line-height: 35px;  
}
    .getupto-box p {  
    padding: 0 10px 0 0;
    }
    .getupto-box { 
    padding: 30px 0 40px 10px;
}
    .top-collection .topheading h6 {
    font-size: 27px;
    }
    .top-collection .topheading h6::after { 
    left: 38%; 
    }
    .top-collection .item {
    margin-right: 20px;
    margin-left: 20px;
}
    .services-section {
    padding: 0px 0 50px;
}
    .servic-box {
        border-right: none;
    border-bottom: 1px solid #e2dddd; 
}
    .footer-first-section .btnsubmit{
        margin: 20px 0 0; 
        width: 100%;
    }
    .footer-first-section .email-area .form-control {
    width: 100%; 
}
    
    
}

/*---------------------------------
        User Login Page
---------------------------------*/

.login-register .modal-content{
    padding: 50px;
    
}
.login-register .modal-header {
    padding: 15px;
    border: none;
}
.login-register .nav > li > a:hover  {
    text-decoration: none;
    background-color: #0000;
}
.login-register .form-control {
    border-bottom: 1px solid #e8e8e8 !important;
    border: none;
}
.login-register .modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 11px;
    right: 9px;
    font-size: 30px;
    font-weight: 300; 
    opacity: 1.5;
}
.login-register .modal-header .close img{
        margin: 0 0 0;
}
.login-register .btn-default {
    color: #fff;
    background-color: #00191a;
    border-color: #ccc;
    display: block;
    width: 100%;
    letter-spacing: 2px;
    padding: 10px 30px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.login-register .btn-default:hover {
    color: #00191a;
    background-color: #0000;
    border-color: #00191a; 
	transition: all 0.3s ease-in-out;
}
.login-register img{
    margin: 30px 0 0
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #428f9a;
}

.slider-container .carousel-inner > .item > img {
    height: 540px;
    width: 100%;
    object-fit: cover;
}


/* BANNER TABS */

.nav-tabs {border-bottom: none;margin: 0 0px 0px 23%;}
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a {border: none;color: #ffffff;/* background: #5a40802e; */}
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none;  color: #63328d !important; background: #fff; }
        .nav-tabs > li > a::after { content: ""; background: #63328d; height: 3px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #5a4080 none repeat scroll 0% 0%; color: #fff; }
.tab-pane {padding: 6px 0;}
.tab-content{/* padding:20px; */padding-top: 0;}
.nav-tabs > li  {width:20%; text-align:center;}
.card {background: none;box-shadow: none;margin-bottom: 30px;}
 
/* SIDEBAR MENU */

   #sidebar-wrapper {
    margin-right: -250px;
    right: 0; 
    background:#fff;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
  }
    #sidebar-wrapper img {
        width: 120px;
        margin: 17px 0 0 11px;
    }
  .sidebar-nav {
    position: absolute;
    top: 70px;
    width: 350px;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .sidebar-nav li {
    line-height: 50px;
    text-indent: 20px;
  }
    .sidebar-nav li ul li {
       
        font-size: 15px;
    }
 .sidebar-nav li ul li a{ 
     color: #333;
    }
  .sidebar-nav li a {
    color: #333;
    display: block;
    text-decoration: none;
  }
  .sidebar-nav li a:hover {
    color:#fff;
	background:#cb4a5c;
	text-decoration: none;
  }
  .sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
  }
  .sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
  }
  .sidebar-nav > .sidebar-brand a {
    color: #999999;
  }
  .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
  }
  #menu-toggle {
    top: 40px;
    right: 0;
    position: fixed;
    z-index: 1;
  }
  #sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
  }
  .toggle {
    margin: 5px 5px 0 0;
  }
#menu-toggle img {
    width: 32px;
    margin: 10px 20px 0;
    opacity: 0.6;
}

/* HELP SECTION */

.help-section{
    padding: 20px 0 20px;
    background: #f8f8f8;
}
.help-section .help-box {
	text-align: center;
	margin-bottom: 20px;
	padding: 40px;
	background: #ffffff40;
	box-shadow: 0px 0px 5px #333;
}
.help-section .help-box .help-icon{
    margin-bottom: 20px;
}
.help-section .help-box .help-text p{
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 35px;
    min-height: 115px;
}
.help-section .help-box .help-text h6 {
    font-size: 25px;
    margin-bottom: 10px;
}

/* EXPLORE SECTION */

.explore-section{
    padding: 0px 0 20px;
    background: #fff;
}
.explore-section .explore-image {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}
.explore-section .explore-image img{
    width: 100%;
    overflow: hidden;
}
 
.explore-section .explore-text p{
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 14px;
    color: #fff;
}
.explore-section .explore-text h6 {
    font-size: 20px;
    margin-bottom: 1px;
    color: #fff;
}
.explore-section .explore-text span{
    color: #fff;
}
.explore-text {
    background: #003233;
    padding: 20px;
    margin-bottom: 30px;
    height: 250px;
    border-radius: 10px;
}
.explore-info {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 30px;
}

.explore-info h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
.explore-info h3 {
    font-size: 25px;
    margin-top: 0;
    color: #fff;
}
.explore-section .owl-prev {
    position: absolute;
    left: 0;
    top: 42%;
    background: #fff !important;
    opacity: 1 !important;
    height: 50px;
    width: 50px;
    line-height: 58px;
    text-align: center;
}

.explore-section .owl-next {
    position: absolute;
    right: 0;
    top: 42%;
    background: #fff !important;
    opacity: 1 !important;
    height: 50px;
    width: 50px;
    line-height: 58px;
    text-align: center;
 
}
.explore-section .viewmore {
    bottom: 50px;
    position: absolute;
    z-index: 9999;
    left: 40px;
}
.explore-section .viewmore  a{
    color: #fff;
    transition: all 0.5s ease-out 0s;
}
.explore-section .viewmore  a i{ 
    transition: all 0.5s ease-out 0s;
}
.explore-section .viewmore  a:hover i{
    padding-left: 10px;
    transition: all 0.5s ease-out 0s;
}
.explore-section .owl-buttons i{
    color: #333;
    font-size: 30px;
    padding: 0;
}
.heightimg{
    height: 530px;
    object-fit: cover;
}
.heightimg-1{
    height: 250px;
    object-fit: cover;
	width:100%;
}
.title3{
    padding: 0 20% 0% 20%;
}

.client-logo {
    margin: 0 15px 0px 0;
}

/* check out  */

.check-out-section {
    background: #eceaea;
    padding: 50px 0;
}
.check-out-section .input-group-addon{
    background: #652d86;
    border-radius: 0px 10px 10px 0;
}
.check-out-section .check-out button{
    background: none;
    border: none;
    color: #fff;
}
.check-out-section .check-out h6{
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
}
.check-out-section .check-out .form-control {
    font-size: 16px;
    border-radius: 10px 0 0 10px;
    height: 40px;
}

/* guides-section */

.guides-section{
    padding: 80px 0 80px;
    background: #f9ede6;
}
.guides-section .guides-text{
    padding-left: 80px;
    padding-right: 70px;
}
.guides-section .guides-text h2{
    
}
.guides-section .guides-text p{
    font-size: 27px;
    line-height: 39px;
    color: #003233;
    font-weight: 600;
}
.guides-section .guides-item .guides-box {
    margin: 0 0 50px 35px;
}
.guides-section .guides-item .guides-box a i{ 
    font-size: 15px;
    padding-left: 5px;
    transition: all 0.5s ease-out 0s;
}
.guides-section .guides-item .guides-box a:hover i{ 
    padding-left: 10px;
    transition: all 0.5s ease-out 0s;
}

.guides-section .guides-item .guides-box h6 {
    font-size: 20px;
    line-height: 12px;
}

/* SIGN UP SECTION */

.signup-section{
    padding: 50px 0 80px;
    background: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	
   
}
.signup-section .signup {
	background: rgba(255,255,255,0.9);
	/* box-shadow: 0px 5px 10px #bbb; */
	padding: 20px;
	/* border-radius: 5px; */
	/* border: 2px solid #dadada; */
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
.signup-section .signup textarea {
    height: 70px;
}
.signup-section .signup h6 {
    font-size: 17px;
    background: #013432;
    padding: 6px;
    font-weight: 200;
    color: #fff;
}
.signup-section .signup .form-group p {
    font-size: 15px;
    line-height: 24px;
}
.signup-section .signup h2{
    font-size: 25px;
    line-height: 35px;
    color: #642e86;
    margin-bottom: 40px;
    padding-bottom: 15px;
	font-family:'FontAwesome';
}
.signup-section .signup .form-control{
    background: #fff;
    color: #8c8888;
}
.imgbtn{
    background-color: #013432 !important;
    padding: 12px 20px;
    color: #fff !important;
        border: none;
    border-left: 1px solid #eee;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 10px;
    margin-top: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
    height: 40px;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 45px;
    padding: 12px 10px 0;
    font-weight: 400;
    line-height: 1.5;
    color: #8e949a;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    font-size: 15px !important;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    line-height: 42px;
    font-size: 15px;
    color: #fff;
    content: "Browse";
    background-color: #013432;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    padding: 0 20px;
}
.registerbtn {
    padding: 8px 40px;
    background: #e2848e;
    font-weight: 700;
    border: 1px solid white;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    border:none;
    letter-spacing: 2px;
    transition: all 0.5s ease-out 0s;
    box-shadow: 0px 10px 10px #e4e2e2;
    border-top: 1px solid #eee;
}
.registerbtn:hover{
    background: #c64557; 
    color: #fff;
    transition: all 0.5s ease-out 0s;
}

.image-preview-input {
    position: relative;
	overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}

/* PROJECT LISTING SECTION */

.project-listing-section{
    padding: 0px 0 60px;
    border-bottom: 1px solid #eee;
}
.leftbar-main{
    width: 100%;
    background: #f9f9f9;
    padding: 0;
	margin-top:60px;
}
.leftbar-main aside {
    width: 100%;
    margin-bottom: 30px;
}
.leftbar-main aside .left-bar{
    width: 100%;
}
.leftbar-main aside .left-bar h6{
    font-size: 18px;
    line-height: 30px;
    background: #894ab3;
    color: #fff;
    padding: 3px 12px;
}
.leftbar-main aside .left-bar ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.leftbar-main aside .left-bar ul li{
    list-style: none;
    font-size: 15px;
    padding: 10px 0 10px;
    border-bottom: 1px solid #eee;
    transition: all 0.5s ease-out 0s;
}
.leftbar-main aside .left-bar ul li a::before {
    content: '\f178';
    font-family: fontAwesome;
    font-size: 15px;
    padding-right: 10px;
}
.leftbar-main aside .left-bar ul li a:hover{ 
    padding-left: 5px;
    transition: all 0.5s ease-out 0s;
}
 
.leftbar-main aside .left-bar .filter-checkbox p {
    font-size: 17px;
    color: #888;
    font-weight: 500;
    margin-bottom: 15px;
}
.leftbar-main aside .left-bar .filter-checkbox ul {
    columns: 2;
}
.leftbar-main aside .left-bar .filter-checkbox li {
    font-weight: 400;
    line-height: 30px;
    list-style: none !important;
    border: none;
    padding: 0;
}

.leftbar-main aside .left-bar ul li a {
    color: #888;
}
.leftbar-main aside .left-bar .filter-checkbox input[type="checkbox"] {
    display: none;
}
.leftbar-main aside .left-bar .filter-checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 26px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 21px;
    font-size: 13px;
    font-weight: 300;
}
.leftbar-main aside .left-bar .filter-checkbox label {
    color: #333;
    font-weight: 500;
    width:100%;
}
.leftbar-main aside .left-bar .filter-checkbox input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    font-family: fontAwesome;
    background-color: #894ab3;
    border: none;
}
.leftbar-main aside .left-bar .filter-checkbox label::before {
    content: "\f00c";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 5px;
    top: 1px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all 0.25s;
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 19px;
}
/***************Time range slider**************/
#time-range p {
	font-family:"Arial", sans-serif;
	font-size:14px;
	color:#333;
}
.ui-slider-horizontal {
	height: 16px;
	background: #e2848e;
	clear: both;
	margin: 0;
	border-radius: 0px;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
	top: 1px;
	height: 100%;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	height: 15px;
	font-size: .7em;
	display: block;
	border-radius: 0px;
	background: #c84855;
}
.ui-slider .ui-slider-handle {
	border-radius: 50%;
	top: -5px;
	width: 18px;
	height: 18px;
	border: 1px solid #c8c8c8;
	background: #fff;
	border-radius: 0;
	position: absolute;
	z-index: 2;
	cursor: default;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -1px;
	margin-left: 0px;
}
.sliders_step1 span:last-child {
	margin-left: -18px;
}
.ui-slider a:focus {
	outline:none;
}

#slider-range {
  width: 100%;
  margin: 0 auto;
}
#time-range {
  /*width: 400px;*/
    margin-top: 40px;
    margin-bottom: 20px;
}

.extra-controls .slider-time, .extra-controls .slider-time2 {
    width: 100%;
    margin-bottom: 7px;
    padding: 2px;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    color: #333;
    background: #fff;
    display: inline-block;
	border:1px solid #ccc;
}

.extra-controls .slider-credits {
	width: 100%;
	margin-bottom: 0px;
	padding: 4px;
	font-size: 14px;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
	color: #333;
	background-color: transparent;
	display: inline-block;
}

.sliders_step1 {
	width: 100%;
	margin: 0;
	height: 18px;
}
.paddingnone{
    padding: 0px;
}

.single-property-box {
    margin-bottom: 30px;
    box-shadow: 0px 10px 10px #eee;
    transition: 0.3s;
    border-radius: 3px;
}
.property-item a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    letter-spacing: 0.025em;
    z-index: 10;
}
.feature_text {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}
.feature_text li {
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    text-align: center;
    font-weight: 500;
    padding: 3px 6px;
    display: inline-block;
    line-height: 1.3;
    z-index: 998;
    cursor: default;
    border-radius: 2px;
    margin: 0 3px;
}
.feature_text li span {
    font-size: 12px;
}
.feature_or {
    background-color: #632e88;
}
.property-title-box {
    padding: 18px 20px 40px 20px;
    border-radius: 3px;
    background: #fff;
}
.property-title-box h4 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    line-height: 1;
    display: inline-block;
}
.property-title-box h4 a {
    font-size: 20px;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.property-location {
    display: flex;
    flex-direction: row;
}
.property-location i {
    color: #003233;
    position: relative;
    font-size: 20px;
    margin-right: 10px;
}
.property-location p {
    display: inline-block;
    color: #888;
    font-size: 14px;
    font-weight: 400;
}
.property-feature {
    columns: 2;
    padding: 15px 0;
}
.property-feature li {
    padding: 0px 0 10px 0;
}
.property-feature li i {
    font-size: 16px;
    margin-right: 5px;
    color: #ddd;
}
.trending-bottom {
    border-top: 1px solid #ededed;
    padding-top: 20px;
}
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
.product-rating li {
    display: inline-block;
    line-height: 1;
    cursor: text;
}
.product-rating li i {
    font-size: 16px;
    cursor: text;
    color: #FFC600;
}
.trend-open p {
    color: #003132;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
}
 .property-feature li span {
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}

.property-item img {
    width: 100%;
    transition: 3s;
}
.property-title-box p span {
    font-size: 12px;
    text-transform: capitalize;
    color: #888;
    font-weight: 400;
}
.property-item {
    overflow: hidden;
}

.project-iteam {
        padding: 10px 0px 0 0px;
}
/* PROJECT DETAILS SECTION */

.project-details-section{
    padding: 70px 0 70px;
    background: #f9f9f9;
    border-bottom: none;
}
.project-details-section .block-heading {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 10px 10px #eee;
    margin-bottom: 30px;
    padding: 10px;
}
.project-details-section .block-heading h4 {
    line-height: 52px;
    color: #121B22;
    display: inline-block;
    padding-right: 20px;
    border-radius: 3px 0 0 3px;
    margin: 0 0 0;
    font-weight: 600;
}
.project-details-section .block-heading .heading-icon {
    background: #121B22;
    width: 50px;
    text-align: center;
    margin-right: 8px;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    position: relative;
    color: #fff;
    margin-top: 3px;
}
.project-details-section .block-heading .sorting-options {
    margin: 10px 15px 0 0;
    text-align: right;
}
.project-details-section .sorting-options h5 {
    color: #57a7b2;
    font-weight: 400;
    margin-top: 0px;
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.project-details-section .sorting-options span {
    color: #121B22;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.project-details-section .sorting-options h6 {
    color: #56a7ae;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: 0;
}
.project-details-section .sorting-options span {
    color: #121B22;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.project-details-section .project-details{
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 10px #eee;
}
.project-details-section .project-details .projectbox{
    
}
.project-details-section .project-details .projectbox h6{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}
.project-details-section .project-details .projectbox p{
    color: #888;
    line-height: 28px;
    font-size: 15px;
}
.project-details-section .project-details .location h6{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.project-details-section .project-details .location a{
     margin-top: 30px;
    display: inline-block;
    font-size: 15px;
}
.project-details-section .project-details .location a i{
    padding-left: 10px;
}

.project-details-section .project-details .location .listing-address, .property-info {
    columns: 3;
}
.project-details-section .project-details .location .listing-address li, .property-info li {
    font-size: 15px;
    font-weight: 400;
    color: #222222;
}
.project-details-section .project-details .location .listing-address li span, .property-info li span {
    color: #888;
}
.project-details-section .gallery{
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 10px #eee;
}
.project-details-section .gallery h6{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.project-details-section .gallery .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
  .project-details-section .gallery .swiper-slide {
      background-size: cover;
      background-position: center;
    }
 .project-details-section .gallery .gallery-top {
      height: 80%;
      width: 100%;
    }
.project-details-section .gallery .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }
 .project-details-section .gallery .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }
.project-details-section .gallery .gallery-thumbs .swiper-slide-active {
      opacity: 1;
    }
 .project-details-section .gallery .carousel-inner {
  position: relative;
  width: 100%;
  min-height: 300px;
  }
 
.project-details-section .gallery .carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  background-repeat: repeat-x;
  top: 50%;
    opacity: 1;
}
 .project-details-section .gallery .carousel-control.left {
  left: 0;
  right: auto;
  background-image: none !important;
  background-repeat: repeat-x;
  top: 50%;
     opacity: 1
}
.project-details-section .gallery .carousel-control.right .fa {
    background: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #000;
    opacity: 1;
    border-radius: 50%;
}
.project-details-section .gallery .carousel-control.left .fa {
    background: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #000;
    opacity: 1;
    border-radius: 50%;
}
.project-details-section .gallery #carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

.project-details-section .gallery #carousel-custom {
    margin: 20px auto;
    width: 100%;
}
.project-details-section .gallery #carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
}
.project-details-section .gallery #carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
.project-details-section .gallery #carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.2;
}
.project-details-section .gallery #carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
.project-details-section .gallery #carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
.project-details-section .gallery #carousel-custom .carousel-outer {
    position: relative;
}
.project-details-section .gallery .carousel-indicators li img {
  height: 60px;
    width: 65px;
} 

.project-details-section .video{
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 10px #eee;
}
.project-details-section .video h6{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.project-details-section .project-details ul.listing-features {
    columns: 3;
}
.project-details-section .project-details .listing-features li {
    text-align: left;
    margin-bottom: 5px;
    color: #333;
    font-weight: 400;
    position: relative;
    padding-right: 30px;
    font-size: 15px;
}
.project-details-section .project-details .listing-features li img {
        opacity: 0.9;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.project-details-section .listing-sidebar .widget {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(221, 221, 221, 0.56);
}
.project-details-section .recent-list .entry-img img {
    width: 100%;
    border-radius: 2px;
}
.project-details-section .entry-img {
    position: relative;
}
.project-details-section .recent-list {
    margin-bottom: 20px;
    list-style: none;
}
.project-details-section .recent-list .entry-title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.2;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.project-details-section .recent-list .property-location i {
    position: relative;
    font-size: 14px;
    top: 5px;
    margin-right: 5px;
}
.project-details-section .property-location p {
    display: inline-block;
    color: #888;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}
.project-details-section .entry-text .trend-open p {
    font-size: 15px;
    font-weight: 500;
    margin-left: 0;
}
.project-details-section .entry-img span {
    position: absolute;
    top: 6%;
    right: 4%;
    background: #FA6742;
    color: #fff;
    padding: 5px;
    line-height: 1;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
}
.no-pad-left {
    padding-left: 0 !important;
}

.project-details-section .widget-title {
    color: #434953;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}
.submibtn {
    padding: 10px 30px;
    display: inline;
    width: 100%;
    background: #003233;
    color: #fff;
    transition: all 0.25s;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 1px solid #003233;
}
.submibtn:hover{    
    transition: all 0.25s;
    border: 1px solid #003233;
    color: #003233;
    background: #0000;
    
}



/* similar-section */

.similar1-section{
    border-bottom: 1px solid #eee;
}
.similar1-section .similer-list .item {
    margin-right: 10px;
}
.similar1-section .similarheading {
    margin-bottom: 30px;
    border-bottom: 1px solid #dfe6e6;
    padding-bottom: 00px;
}
.similar1-section .similarheading h6{
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
}
.similar1-section .owl-prev{
    position: absolute;
    background: #fff !important;
    left: -10px;
    top: 45%;
        opacity: 1 !important;
    box-shadow: 0px 10px 10px #eee;
    height: 50px;
    width: 50px;
    line-height: 56px;
    text-align: center;
}
.similar1-section .owl-next{
     position: absolute;
    background: #fff !important;
    right: -10px;
    top: 45%;
        opacity: 1 !important;
    box-shadow: 0px 10px 10px #eee;
    height: 50px;
    width: 50px;
    line-height: 56px;
    text-align: center;
}
.similar1-section .owl-next i{
    color: #333;
    font-size: 22px;
}
.similar1-section .owl-prev i{
    color: #333;
    font-size: 22px;
}



.leftAuto {left: auto !important;}

.propertyInIndia-section .nav-tabs > li > a {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
}



.text-black {color: #fff !important;}

.topSearchBox {
    background: rgba(255, 255, 255, 0.80);
    padding: 20px 10px;
    border-radius: 0px;
    box-shadow: 5px 10px 15px #191919;
}
.topSearchBox .fa-search:before {
    content: "\f002";
    font-size: 20px;
}
.topSearchBox .btn, .topSearchBox .btn:hover, .topSearchBox .btn:active,
.topSearchBox .btn-default:active:hover, 
.topSearchBox .btn-default.active:hover, 
.topSearchBox .open > .dropdown-toggle.btn-default:hover, 
.topSearchBox .btn-default:active:focus, 
.topSearchBox .btn-default.active:focus, 
.topSearchBox .open > .dropdown-toggle.btn-default:focus, 
.topSearchBox .btn-default:active.focus, 
.topSearchBox .btn-default.active.focus, 
.topSearchBox .open > .dropdown-toggle.btn-default.focus{
    border: none;
    background: transparent;
    box-shadow: none;
}
.topSearchBox .form-control {
    box-shadow: none;
    border: 1px solid #e8e8e8;
}
.topSearchBox h2 {
    font-family: 'FontAwesome';
    color: #333333 !important;
    font-size: 24px;
    padding: 0px;
    font-weight: 500;
	margin-top:0;
}
.topSearchBox .input-group-btn {border: 1px solid #e8e8e8;}
.topSearchBox .searchBtn, .topSearchBox .searchBtn:hover {background: #652d86;}

.topSearchBox .dropdown-menu> li> a {
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 7px 10px !important;
    text-transform: initial !important;
}

.searchTagline {
    padding: 0px !important;
    color: #333333 !important;
    font-size: 20px !important;
    text-align: center !important;
    font-weight: 500 !important;
    margin: 15px 0px 0px !important;
	font-family: 'FontAwesome';
}







#promoCarousel .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
#promoCarousel .carousel-control {
    height: 50px;
    width: 50px;
    background: none repeat scroll 0 0 #003233;
    border: 4px solid #57a7b2;
    border-radius: 100%;
    margin-top: 90px;
}
/*#promoCarousel .carousel-control.right {*/
/*	right: -12px;*/
/*}*/
#promoCarousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
#promoCarousel .carousel-indicators li {
	background: #cecece;
}
#promoCarousel .carousel-indicators .active {
background: #428bca;
}


.promoText {
    font-size: 13px;
    line-height: 1.4em;
    letter-spacing: 0.3px;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
    min-height: 65px;
}







#topDevelopersCarousel .carousel,#newProjectCarousel .carousel,#readyToMoveCarousel .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
#topDevelopersCarousel .carousel-control,#newProjectCarousel .carousel-control,#readyToMoveCarousel .carousel-control {
    height: 50px;
    width: 50px;
    background: #632e88;
    border: 4px solid #632e88;
    box-shadow: 0px 2px 2px #000000;
    border-radius: 100%;
    margin-top: 10%;
	opacity:0.8;
}
#topDevelopersCarousel .carousel-indicators,#newProjectCarousel .carousel-indicators,#readyToMoveCarousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
#topDevelopersCarousel .carousel-indicators li,#newProjectCarousel .carousel-indicators li,#readyToMoveCarousel .carousel-indicators li {
	background: #cecece;
}
#topDevelopersCarousel .carousel-indicators .active,#newProjectCarousel .carousel-indicators .active,#readyToMoveCarousel .carousel-indicators .active {
background: #428bca;
}

#topDevelopersCarousel .carousel-inner,#newProjectCarousel .carousel-inner,#readyToMoveCarousel .carousel-inner {
    padding-bottom: 20px;
}





.propertyProduct p {
    line-height: 0.8em;
    font-size: 13px;
}

.proDescriptions {
    margin-top: 10px;
    padding: 0 20px;
}
/*.progress {
    height: 7px !important;
    margin-bottom: 10px !important;
}*/

.propertyProduct {
    min-height: 350px;
    border-radius: 8px;
}
.prog_bx {
	margin-top: 20px;
}
.prog_bx div.progress {
	background: #8f47b9;
}
.prog_bx div.progress-bar {
	background: #65308a;
}


/*.hoverEffect {*/
/*    -webkit-border-radius: 4px;*/
/*    -moz-border-radius: 4px;*/
/*    border-radius: 4px;*/
/*    -webkit-transition: box-shadow .3s ease-out .1s,transform .3s ease-out .1s,opacity .2s ease-out .1s;*/
/*    -moz-transition: box-shadow .3s ease-out .1s,transform .3s ease-out .1s,opacity .2s ease-out .1s;*/
/*    -ms-transition: box-shadow .3s ease-out .1s,transform .3s ease-out .1s,opacity .2s ease-out .1s;*/
/*    transition: box-shadow .3s ease-out .1s,transform .3s ease-out .1s,opacity .2s ease-out .1s;*/
/*    -moz-transform: translateZ(0);*/
/*    -ms-transform: translateZ(0);*/
/*    -webkit-transform: translateZ(0);*/
/*    transform: translateZ(0);*/
/*}*/

/*.hoverEffect:hover {*/
/*    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.15);*/
/*    -moz-box-shadow: 0 4px 12px rgba(0,0,0,.15);*/
/*    box-shadow: 0 4px 12px rgba(0,0,0,.15);*/
/*    -moz-transform: translate(0,-4px);*/
/*    -ms-transform: translate(0,-4px);*/
/*    -webkit-transform: translate(0,-4px);*/
/*    transform: translate(0,-4px);*/
/*}*/

.hoverEffect {
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.hoverEffect:hover {
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}



@media (min-width: 992px) {
    .promoCarousel .col-md-1 {
        width: 11.1%;
    }
}

@keyframes blink-smooth {
  50% {
    color: transparent;
  }
}

@keyframes blink {
  50% {
    color: transparent;
  }
}

.highlight {
  /*animation: 5s blink-smooth  3000000 alternate;*/
}


.highlight-hard {
  animation: 1s blink 3 steps(1);
}

.border-0 {border: 0px solid #ddd !important;}




.regForm .form-group {
    margin-bottom: 10px;
}

.verify_text {
	display: inline-block;
	width:150px;
	cursor:pointer;
}

.verify_text a {
	font-size: 14px;
	color: #333;
	margin-left: 10px;
}

.otp_bx {display:none;}





.otp_bx input {width:150px; float:left;}
.otp_bx input.left_bx {float:right; width:50%; height:45px;}
.captch_bx {
	display: inline-block;
	width: 181px;
	border: 1px solid #e8e8e8;
	padding: 11px;
	font-size: 25px;
	color: #b5b4b4;
	letter-spacing: 14px;
	float: left;
}
.hover_effect {}
.mega-menu .navbar-right li a:hover {
	background: #cd4257;
	color:#fff;
}
.thumbnail_icons a {
	margin-bottom: 0;
}
.help-box img {
	width: 100%;
	height: 150px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.help-box {
	margin-bottom: 0 !important;
}

.register_bx {
	margin-bottom: 30px;
}
.register_icons {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px 20px;
	width: 100%;
}
.register_bx h2 {
	font-size: 25px;
	margin-top:10px;
}

.login-section {
	padding: 30px 0;
}
.register_bx img {
	/* object-fit: contain; */
	width: 65px;
}
.login_bx {margin-bottom:0;}
.login_bx h2 {
	font-size: 25px;
}
.register_text h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
}
.register_text h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.register_text p {
	font-size: 15px;
}
.register_text {
	border: 1px solid #ccc;
	padding: 0 20px 20px 20px;
	margin-bottom:20px;
}

.heading_text {text-align: center;
	text-transform: uppercase;
	font-size: 25px; margin-top:0px; margin-bottom:10px;}
	
.register_icons h3 {
	font-size: 19px;
	font-weight: 600;
	margin: 0;
	color: #682f80;
}

.register_bx h2 a {
	border: 1px solid #ccc;
	padding: 5px 20px;
	background:#cb4252;
	color:#fff;
	font-size:20px;
}


.sec_bx div.register_icons {
	min-height: 234px;
}
.register_text p b {
	font-weight: bold;
	color: #000;
}
.register_icons ul li {
	font-size: 14px;
	color: #333;
	list-style: disc;
	margin-left: 12px;
}
.btn.btn-default.searchBtn {
	padding: 5px 6px;
}

.signup img#logo_img {
	width: 150px;
	margin: 10px 0 20px 0;
}
.button_bx {text-align:center; margin:0;}
.button_bx button.black_button {
	width: 50px;
	height: 40px;
	border: none;
}
.button_bx + div.div1_text {
	text-align: center;
	font-size: 13px;
}
.border_line {
	position: relative;
	width: 70px;
	display:none;
}

.border_line > hr {
	border-bottom: 2px solid #007882;
	/* width: 66px; */
	position: absolute;
	bottom: 0;
}

.bx_space {padding:0 40px;}
.tp_space {margin-top:0 !important; margin-bottom:30px;}
.personal_signup h2 {
	margin-bottom: 20px !important;
	padding-bottom: 0 !important;
	margin-top: 0px;
	text-align:center;
}
.signup.personal_signup {
	text-align: left;
	color:#333;
	width:600px;
}
input[type="date"].form-control {line-height:13px;}
.bx_adus {
	margin: 10px 0;
}
.bx_adus label {
	float: left;
	line-height: 35px;
	width: 20%;
}
.bx_adus input {
	float: left;
	width: 80%;
}

.bx_adus_five label {float: left;
line-height: 35px;
width: 50%;
text-align: left;}
.bx_adus_five input {float:left; width:50%;}



.registerbtn {
	margin-top: 0px;
}
.space_remove {margin:0;}

.sponsor_bx h2 {
	margin-bottom: 20px !important;
	padding-bottom: 0 !important;
	margin-top: 0px;
	text-align:center;
}
.signup.sponsor_bx {
	text-align: center;
	color:#333;
	width:600px;
}
.third_signup {
	width: 97% !important;
	margin: unset !important;
}
.forth_bx h2 {
	margin-bottom: 20px !important;
	padding-bottom: 0 !important;
	margin-top: 0px;
	text-align:center;
}
.signup.forth_bx {
	text-align: center;
	color:#333;
	width:600px;
}
.forth_bx {
	width: 600px !important;
}


.five_bx h2 {
	margin-bottom: 20px !important;
	padding-bottom: 0 !important;
	margin-top: 0px;
	text-align:center;
}
.signup.five_bx {
	text-align: center;
	color:#333;
	width:600px;
}
.five_bx {
	width: 600px !important;
}

 
.six_bx h2 {
	margin-bottom: 20px !important;
	padding-bottom: 0 !important;
	margin-top: 0px;
	text-align:center;
}
.signup.six_bx {
	text-align: center;
	color:#333;
	width:600px;
}
.six_bx {
	width: 600px !important;
}
.message_text {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

.declaration_wraper {
	width: 100%;
	font-family: 'Calibri';
	width: 800px;
	margin: 0 auto;
	box-shadow: 0px 0px 1px #888;
	padding: 5px 20px 30px 20px;
}
.declaration_wraper h1 {text-align:center; font-size:20px; color:#333;}
.declaration_wraper p {font-size:16px; color:#333;}
.declaration_wraper label {font-size:16px; color:#333;}
.documentation_wraper ul {
	margin: 0;
	padding: 0;
}
.documentation_wraper ul li {
	list-style: disc;
	margin-left: 30px;
}
.ackno_wraper ul {margin: 0;	padding: 0;}
.ackno_wraper ul li {list-style: disc;	margin-left: 30px;}
.button_reg {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.button_reg a {
	padding: 10px 20px;
	background: #57a7b2;
	color: #fff;
	display: inline;
}
.youtube_bx {margin-top:20px;}
.icons_tuumbnail img {
	width: 40px;
}
.forget-text {
	display: inline-block;
	width: 100%;
}
.forget-text a {
	float: left; color:#c4465b; font-size:16px;font-family: 'Calibri';
}
.forget-text a + a {float:right;color:#c4465b; font-size:16px;font-family: 'Calibri';}

.picks-wraper {/*background: url(../img/heading_bg.png) left center repeat-x rgba(0,0,0,0);display: block; margin-top: 10px; */text-align: center;width: 100%;position:relative;height:40px;margin-bottom:30px;}
.picks-wraper  h2 {font-size: 25px;
	font-family: 'FontAwesome';
	font-weight: 700;
	margin: 0 0 10px 0;
	position: relative;
	padding: 0 0 15px 0;}

.picks-wraper  h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.picks-wraper  h2::after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #632d86;
	bottom: 0;
	left: calc(50% - 20px);
}
.picks-wraper  h6 {font-size: 25px;
	font-family: 'FontAwesome';
	font-weight: 700;
	margin: 0 0 10px 0;
	position: relative;
	padding: 0 0 15px 0;}

.picks-wraper  h6::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.picks-wraper  h6::after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #632d86;
	bottom: 0;
	left: calc(50% - 20px);
}





.heading_text_ab {
	/* position: absolute; */
	/* width: 500px; */
	/* background: #fff; */
	/* left: 50%; */
	/* margin-left: -250px !important; */
	
	/* top: -2px; */
	
	text-align: center;
}
.blog_wraper { display:inline-block; margin-top:10px;}
.blog_wraper img {width:100%; border:1px solid #ccc;}
.blog_wraper h2 {font-family: 'FontAwesome';font-size: 16px;color: #353535;margin: 5px 0 5px 0;}
.blog_wraper h3 {font-family: 'Calibri'; font-size:13px; color:#3d3d3d; margin:0 0 5px 0;}
.blog_wraper p {font-family: 'Calibri'; font-size:14px; color:#555; margin:0 0 10px 0;}
.blog_wraper p a {color:#f00}
.socialarea {float:right;}
.socialarea a {color:#333;font-family: 'Calibri'; font-size:16px; margin:0 5px;}
.socialarea a i {color:#c94459; margin-right:5px;}
.space_bx {display:inline-block; margin:10px 0; width:100%;}


/*23-12-2019*/
.text_wraper h2 { margin:0 0 5px 0; padding:0; font-size:20px; color:#333;}
.blog_detials_wraper {width:100%; display:inline-block;}
.blog_detials_wraper h2 {
	font-family: 'FontAwesome';
	font-size: 18px;
	text-transform: uppercase;
	color: #1b1b1b;
	margin-top: 2px;
	font-weight: 600;
}
.blog_tp_cont ul { margin:0; padding:0; list-style:none;}
.blog_tp_cont ul li {display:inline-block; width:100%; font-size:14px; color:#3d3d3d;}
.blog_tp_cont ul li span {float:right; font-size:14px; color:#3d3d3d;}
.social_area_bx  {width:100%; display:inline-block;}
.social_area_bx a {color:#333;}
.social_area_bx a i {color:#c74456;}




/*profile dashboard css*/
.profile_left_bx {width: 100%;display: inline-block;box-shadow: 0px 0px 3px #ccc;padding: 10px;}
.profile_left_bx ul {margin:0 0 20px 0; padding:0; list-style:none;}
.profile_left_bx ul li span {display:inline-block; width:100%; text-align:center; margin-bottom:20px;}
.profile_left_bx ul li img {width: 150px;height: 150px;border-radius: 100%;object-fit: cover;}
.profile_left_bx ul li {font-family: 'Calibri'; color:#555; font-size:16px;}
.profile_left_bx ul li b { margin-right:5px;}
.about_text {border-top: 1px solid #cccc; margin-bottom:20px;}
.about_text h2 {margin:5px 0; padding:0; font-family: 'Calibri';font-size: 25px; font-weight:normal;}
.about_text p {font-family: 'Calibri';font-size: 16px; font-weight:normal;}
.social_media_bx {border-top: 1px solid #cccc;}
.social_media_bx h2 {margin:5px 0; padding:0; font-family: 'Calibri';font-size: 25px; font-weight:normal;}
.social_media_bx ul {margin:0; padding:0; list-style:none;}
.social_media_bx ul li {display:inline-block;}
.social_media_bx ul li a {padding:10px 15px; border-radius:4px; margin-right:5px; display:block;}
.social_media_bx ul li a i {color:#fff; font-size:18px;}
.social_media_bx ul li a.facebook {background-color:#3c599b;}
.social_media_bx ul li a.twitter {background-color:#1aa1f3;}
.social_media_bx ul li a.linkedin {background-color:#0073b2;}
.social_media_bx ul li a.instagram {background-image: linear-gradient(to top, #e90882, #feaa23);}
.profile_right_bx { width: 95%;display: inline-block;box-shadow: 0px 0px 3px #ccc;padding: 10px; margin-left:5%;}
.profile_right_bx ul li.nav-item {font-size:22px; font-weight:normal; margin-right:10px;}
.profile_right_bx ul li.active a {background-color: #ce4555 !important;color: #fff;}
.details_text_wraper ul {margin:0; padding:0; list-style:none;}
.details_text_wraper ul li { border-bottom:1px solid #ccc; margin-bottom:10px;}
.details_text_wraper ul li:last-child {border:none;}
.details_text_wraper ul li h3 { margin:0; padding:0; font-family: 'Calibri';font-size: 18px; font-weight:normal;}
.edit_profile_wraper ul {margin:0; padding:0; list-style:0;}
.edit_profile_wraper ul li {width:48%; display:inline-block;}
.edit_profile_wraper ul li:last-child {float:right;}
.edit_profile_wraper ul.addres_wraper {width:100%;}
.edit_profile_wraper ul.addres_wraper li {float: none;width:100%;}
.edit_profile_wraper ul.addres_wraper li input {height:100px;}
.edit_profile_wraper label {margin:10px 0; padding:0; font-family: 'Calibri';font-size: 18px; font-weight:normal;}
.upload_bx {margin-top:10px !important;}
.upload_bx input {height: 48px !important;}
.sumbit_butt {width:100%; display:inline-block; text-align:center;}
.sumbit_butt button {width: 200px;height: 40px;font-size: 19px;margin-top: 10px;background:#003131;}
/*profile dashboard css*/

.progress div.progress-bar-success {background: #c9435b;}
.button_color {background:#c9435b;border: none;}
.sumbit_button {background: #e2848e;padding: 5px 40px;color: #fff;font-size:16px;}
.sumbit_button:hover {background: #c64557;color:#fff;}

/*responsive css for header box */
@media (min-width:300px) and (max-width:480px) {
.menu-logo {margin: 0 !important;} 
.mega-menu .menu-logo {width: 100%;text-align: center;}
.menu-logo a{float:none !important;}
.mega-menu .navbar-right {display:block !important;}  
.mega-menu .navbar-right {display: block !important;margin: 0 !important;float: none !important; text-align:center;}
.mega-menu .navbar-right li {display: inline-block;border: 1px solid #ccc; margin:10px 5px;}
.mega-menu .navbar-right li a {font-size:0px; padding:10px 20px;}
}
/*responsive css for header box */
.top_search_form button {
	width: 24%;
	height: 35px;
	border: none !important;
	border-radius: 0px;
}
.top_search_form button:hover {
	color: #fff;
}
.icons_thum {
	text-align: center;
}
.icons_thum img {
	width: 35px;
	margin: 10px 0 10px 0;
	display: inline;
}
.icons_thum a {
	
	border: 0px;
	border-radius: 0px;
	box-shadow: none;

}
.icons_thum p.promoText {
	color: #333;
}

.icon_thum_i span {
	background: #ccc;
	display: inline-block;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(91, 50, 128, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  /*border: 1px solid #fff;*/
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 30px;
  padding: 10px 20px;;
  background: #bf4250;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.margin_b_10 {margin-bottom:10px;}
.property-price {width:100%;font-size: 16px;
font-weight: 600;
color:
#222;}
.property-price span {
	display: inline-block;
}
.property-price-postfix {
	color: #632e88; font-size:12px;
}
.property-price-prefix {
	color: #632e88; font-size:12px;
}
.property-location i {font-size:14px; color:#632e88;}
.property-location a {
	color: #787878;
	font-szie: 13px;
	display: inline-block;
	margin-top: -6px;
}
.property-status {
	position: absolute;
	right: 14px;
	top: 15px;
	font-size: 0;
	z-index: 3;
}
.property-status p {
	margin-bottom: 5px;
	color: #fff;
	font-weight: 400;
}
.property-status p .property-status-bg {
	display: inline-block;
	background-color: #fb6a19;
	padding-left: 10px;
	padding-right: 5px;
	position: relative;
	line-height: 19px;
	font-size: 12px;
}
.property-status p .property-status-bg .property-arrow {
	position: absolute;
	content: '';
	display: block;
	right: 100%;
	top: 0;
	border-top: 10px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 7px solid;
	border-left-color: #fb6a19;
	border-right-color: #fb6a19;
}
.propertyProduct p a:hover {
	color: #602e87;
}
.property-location a:hover {
	color: #602e87;
}

/*.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}*/


.wrapper {
  position: absolute;
  top: 10%;
  left: 40%;
  width: 150px;
  height: 200px;
  perspective: 900px;
}

.range_wraper div.wrapper {
	position: absolute;
	top: -29px;
	left: 0;
	width: 100%;
	height: 16px;
	perspective: 900px;
}

.container_bx_top {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  transition: .5s all ease;
  transform: rotateX(0deg) scale(0.7);
  perspective: 900px;
  box-shadow: 0px 20px 50px #555;
  animation: entry 1s linear 1;
}

#c0 {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #602e87 30%, #602e87 100%);
  z-index: 300;
  box-shadow: 0px 20px 100px #555;
  left:270%;
}

#c1 {
  background: linear-gradient(to bottom, #602e87 30%, #602e87 100%);
  box-shadow: 0px 20px 100px #555;
  left: 370%;
  z-index: 0;
}

#c2 {
  left: 175%;
  z-index: 0;
  background: linear-gradient(to bottom, #602e87 30%, #602e87 100%);
  box-shadow: 0px 20px 100px #555;
}

#c3 {
  left: 80%;
  z-index: 0;
  background: linear-gradient(to bottom, #602e87 30%, #602e87 100%);
  box-shadow: 0px 20px 100px #555;
}

#c4 {
  left: -15%;
  z-index: 0;
  background: linear-gradient(to bottom, #602e87 30%, #602e87 100%);
  box-shadow: 0px 20px 100px #555;
}
#c5 {
  left: -110%;
  z-index: 0;
  background: linear-gradient(to bottom, #602e87 30%, #602e87 100%);
  box-shadow: 0px 20px 100px #555;
}

#c6 {
  left: -205%;
  z-index: 0;
  background: linear-gradient(to bottom, #602e87 30%, #602e87 100%);
  box-shadow: 0px 20px 100px #555;
}

#c7 {
  left: -300%;
  z-index: 0;
  background: linear-gradient(to bottom, #602e87 30%, #602e87 100%);
  box-shadow: 0px 20px 100px #555;
}



.container_bx_top:hover {
  cursor: pointer;
  transform: rotate(0deg) scale(1) translateY(10px);
  transition: .5s all ease;
  z-index: 400;
}



.container_bx_top h3 {
  text-align: center;
  text-shadow: 0px 0px 10px #eee;
  color: #eee;
  letter-spacing: 2px;
}
.container_bx_top h3 img.bg_icon {
	border: 5px solid #fff;
	border-radius: 100%;
	padding: 10px;
	width: 75px;
}

.container_bx_top p {
  font-size: 14px;
  color: #fff;
  padding: 0px 20px 20px 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 1px;
  font-family: 'Calibri';
}

.form-control.top_search_bar {
	width: 100%;
	border: 0;
	border-radius: 0 !important;
}
.topSearchBox div.input-group {
	width: 100%;
}
.input_group_top {
	position: relative;
	width: 43%;
}
.input_group_top span.input-group-btn {
	position: absolute;
	right: 0;
	top: 0;
}
.top_search_form {
	width: 55%;
	float: right;
}
.top_search_form select.form-control {
	border-radius: 0 !important;
	border: none;
	width:35%;
	margin-right:15px;
}

.item_down {
			text-align:center;
			float:left;
			margin:5px;
			position:relative;			
		}
		
			.item_down,
			.item-hover,
			.item-hover .mask,
			.item-img,
			.item-info {
				width: 260px;
				height: 250px;	
			}

			.item-hover,
			.item-hover .mask,
			.item-img { 
				position:absolute;
				top:0;
				left:0;			
			}			
		
			.item-type-line .item-hover {	
				z-index:100;	
				-webkit-transition: all 300ms ease-out;
				-moz-transition: all 300ms ease-out;
				-o-transition: all 300ms ease-out;
				transition: all 300ms ease-out;	
				opacity:0;
				cursor:pointer;						
				display:block;
				text-decoration:none;
				text-align:center;
				overflow:hidden;
			}
			
				.item-type-line .item-info {
					z-index:10;
					color:#ffffff;
					display:table-cell;
					vertical-align:middle;
					position:relative;
					z-index:5;				 					
				}
			
				.item-type-line .item-info .headline {
					font-size:20px;					
				}
				
				.item-type-line .item-info .line {
					 height:1px;
					 width:0%;
					 margin:15px auto;
					 background-color:#ffffff;
					-webkit-transition: all 500ms ease-out;
					-moz-transition: all 500ms ease-out;
					-o-transition: all 500ms ease-out;
					transition: all 500ms ease-out;					 

				}
				
				.item-type-line .item-info .date {
					font-size:12px;
				}
				
				.item-type-line .item-hover .mask {
					background-color:#000;
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
					filter: alpha(opacity=50);										
					opacity:0.7;
					z-index:0;
				}
				
				.item-type-line .item-hover:hover .line {
					width:40%;
				}
				
				.item-type-line .item-hover:hover {
					opacity:1;
				}				
			
			.item-img {			
				background-color:#7a548f;
				z-index:0;			
			}



.top_header {
	width: 100%;
	display: inline-block;
	height: 30px;
	background: #c84354;
	padding: 0 15px;
}
.top_left_bx {
	width: 50%;
	display: inline-block;
	text-align:left;
}
.top_right_bx {
	width: 50%;
	float: right;
	text-align:right;
}
.top_left_bx ul {margin:0; padding:0; list-style:none;}
.top_left_bx ul li {
	display: inline-block;
	padding-right: 20px;
	line-height: 30px;
}
.top_left_bx ul li a i {
	margin-right: 5px;
}
.top_left_bx ul li a {color:#fff; font-size:14px;}


.top_right_bx ul {margin:0; padding:0; list-style:none;}
.top_right_bx ul li {padding-right: 20px;	line-height: 30px; display:inline-block;}
.top_right_bx ul li a {color:#fff; font-size:14px;}
.top_right_bx ul li a i {
	margin-right: 5px;
}
.invalid_text {
	width: 100%;
	display: inline-block;
	color: red;
	font-size: 16px;
	margin-bottom:10px;
}
.thnx {
	width: 680px;
	margin: 0 auto;
	background: rgba(255,255,255,0.2);
	padding: 30px;
}
.thnx p {
	text-align: center;
	font-size: 16px;
	color: #ccc;
}
.thnx h3 {
	text-align: center;
	color: #fff;
	font-size: 48px;
}


.blog_right_bar {
	width: 100%;
	display: inline-block;
}
.blog_right_bar h1 {
	margin: -8px 0 5px 0;
	font-size: 18px;
	color: #1b1b1b;
	font-weight: normal;
	border-bottom: 1px solid #cccc;
	padding: 0 0 5px 0;
	font-family: 'FontAwesome';
	font-weight: 600;
}
.blog_right_bar ul {
	margin: 0;
	padding: 0;
}
.blog_right_bar ul li {
	list-style: disc;
	margin: 0 0 0 15px;
	color:#cf4857;
	line-height:30px;
	
}
.blog_right_bar ul li a {font-size:16px; color:#333;}
.blog_right_bar ul li a:hover {color:#cf4857; padding-left:10px;}
.blog_details_wraper {width:100%; display:inline-block;}
.blog_details_wraper div.blog_img {width:100%; display:inline-block;}
.blog_details_wraper div.blog_img img {width:100%; object-fit:cover;}
.blog_details_wraper h2 {
	margin: 10px 0;
	padding: 0;
	font-size: 18px;
	color: #1b1b1b;
	text-transform: capitalize;
	font-weight: 600;
	font-family: 'FontAwesome';
}
figure.meta {width:100%; display:inline-block;}
figure.meta a {margin: 0 10px 0 0; font-size:16px; color:#333; font-family: 'Calibri';}
figure.meta a:hover {color:#c34752;}
figure.meta a i {margin:0 10px 0 0; color:#c34752; font-size:14px;}
.blog_tags {float:right;}
.blog_tags a {background:#e06676; padding:5px 10px; color:#fff !important; font-size:14px !important;}
.blog_tags a:hover {background: #c34752;box-shadow: 0px -2px 4px #c34752;} 
.Parahraph_wraper {width:100%; display:inline-block; margin:20px 0 0 0;}
.Parahraph_wraper p {font-family: 'Calibri'; font-size:14px; color:#333; text-align:justify;}
.Parahraph_wraper h3 {
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #1b1b1b;
}
.list_headline {width:100%; display:inline-block;border-bottom:1px solid #ccc; padding-bottom:20px;}
.list_headline h4 {font-family: 'FontAwesome';
	font-size: 18px;
	color: #1b1b1b;}
.list_headline ul {margin:0; padding:0;}
.list_headline ul li {list-style: disc;color: #333;margin: 0 0 0 30px;font-family: 'Calibri'; font-size:14px; line-height:20px;}
.about_bxx {width: 100%;display: inline-block;padding: 10px;border: 1px solid #ccc;}
.about_img {width: 20%;float:left;}
.about_img img {width:100%; border:1px solid #ccc; object-fit:cover;}
.about_name_bx {width:80%; float:left; padding:0 0 0 15px;}
.about_name_bx h4 {margin: 0;padding: 0;font-size: 16px;color: #333;}
.about_name_bx p {margin: 0;	padding: 0;}
.coment_bx {width:100%; display:inline-block;}
.coment_bx ul { margin:0; padding:0; list-style:none;}
.coment_bx ul li {display:inline-block; margin-bottom:10px;}
.coment_bx ul li ul.comment_child {margin:0 0 0 50px; padding:0;}
.coment_bx div.user_img img {width:100%; height:100%; object-fit:cover;}
.coment_bx div.user_img {background-color: #5a5a5a;height: 70px;position: relative;overflow: hidden;width: 60px;float:left;}
.coment_bx div.user_img::before {background-color: #fff;bottom: 0;content: "";height: 10px;left: 0;width: calc(100% - 10px);position: absolute;}
.coment_bx div.user_img::after {bottom: 0px;content: "";height: 0px;border-style: solid;border-width: 10px 0 0 10px;border-color: transparent transparent transparent #fff;position: absolute;right: 0;width: 0px;}
.comment_wraper {width: 90%;float: right;position:relative; border-bottom:1px solid #ccc; padding-bottom:10px;}
.name.pull-left {width: 100%;font-size: 18px;color: #666;font-weight: bold;}
.date {
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #333;
	width: 100%;
	text-align: right;
}
.date i {margin-right: 10px;color:#c34752; font-size:14px;}
.comment_wraper p {font-size:16px; color:#333; text-align:justify;}
.comment_wraper a.reply {font-size: 16px;color: #c34752;}
.comment_wraper a.reply i {font-size: 16px;color: #c34752; margin-right:5px;}
.comment_form {width:100%; display:inline-block;}
.comment_form ul { margin:0; padding:0; list-style:none;}
.comment_form ul li {display: inline-block;width: 49%;}
.comment_form ul li:last-child {float:right;}
.comment_form ul li input {width:100%;}
.comment_form ul.text_area {width: 100%;display: inline-block;}
.comment_form ul.text_area li {float:none; width:100%;}
.comment_form ul.text_area li .form-control {width: 100%;margin-top: 20px;height: 100px;}
.reply_butt {border: none;background: #e06676;border-radius: 0px;color: #fff;padding: 10px 30px;font-size: 17px;margin-top:10px;}
.reply_butt:hover {background:#c34752;box-shadow: 0px -2px 4px #c34752;border-radius: 0px;color: #fff;}
.range_wraper {position:relative;}
.wrapper.mg_top40.mg_bottom40.squer_wraper {position: absolute;top: -39px;left: 0;}
.wrapper.mg_top40.mg_bottom40.range_amount {position: absolute;top: -39px;left: 0;}
.boxes_wraper {margin: 60px 0 0 0 !important;}
.box_size {width: 47%;display: inline-block;}
.boxes_wraper div:last-child {float: right;}
/*side pop up start*/
.side_popup {}
.slde_icon {width:50px; height:50px; border-radius:100%; position:fixed; bottom:50px; right:20px; z-index:101; cursor:pointer;}
.slde_icon img {width:100%;}
.slide_icons {width: 80px;position: fixed;bottom: 110px;right: -100px;z-index: 101;cursor: pointer;background: #632d8b;text-align: center;}
.slide_icons img {width: 40px;height: 40px;margin: 8px 0;}
.slide_icons p {font-size: 14px;margin: 0;padding: 0;color: #fff;}
.call_back {position:fixed; width:300px; bottom:100px; right:0px; background:#fff;box-shadow: 0 0 5px 5px #333; padding-bottom:20px; z-index:101; display:none;}
.call_back p {font-size: 16px;background: #c84354;color: #fff;padding: 10px;}
.call_back input {border-radius: 5px;}
.call_back input:focus {outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.form-control.ddlLocation {border: 1px solid #cccc;border-radius: 5px;-webkit-appearance: none;background: url(../images/arow_down.png);background-repeat: no-repeat;background-size: 12px;background-position: 250px 13px;}

/*side pop up start*/

.text_wraper ul {margin: 0;padding: 0;}
.text_wraper ul li {list-style:disc; margin-left:50px;}
.text_wraper h3 {font-size: 18px;color: #333;}
.right {z-index: 99999;}

/*service section start*/
.services_txt {text-align: center;}
.services_txt h3 {font-size:25px;font-family: 'FontAwesome'; font-weight:700; margin:0 0 10px 0; position:relative; padding:0 0 15px 0;}
.services_txt h3::before {content: '';position: absolute;display: block;width: 120px;height: 1px;background: #ddd;bottom: 1px;left: calc(50% - 60px);}
.services_txt h3::after {content: '';position: absolute;display: block;width: 40px;height: 3px;background: #632d86;bottom: 0;left: calc(50% - 20px);}
.services_txt p {font-size:16px; margin-bottom:30px;}
.feature {text-align: center;height:350px;}
.feature-icon {border-width: 2px;}
.feature-icon {border-radius: 50% 50%;width: 87px;height: 87px;z-index: 20;position: relative;border: 2px solid #c94455;}
.feature-text h3 {margin: 0;font-size:20px;font-family: 'FontAwesome';}
.feature:hover > .feature-icon {background:#c84354;border:2px solid #fff;-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);}
.feature:hover > .feature-icon i.fa {color:#fff;}
.feature:hover .feature-text {color:#ffffff;background:#c84354;}
.feature:hover .feature-text p {color: #fff;}
.feature-icon i.fa {color: #602f88;font-size: 2.3em;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);	-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.feature-text {margin-top: -43px;padding: 71px 20px 32px 20px;position: relative;z-index: 10;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;	-ms-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.feature-separator {margin-bottom: 24px;margin-top: 25px;}
.title-separator {width: 80px;height: 3px;background:#c84354;}
.feature:hover .title-separator {background:#fff;}
.sapce_title3 {display: inline-block;margin: 10px 0 10px 0;}
#about .about-col {background: #fff;border-radius: 4px 4px 4px 4px;box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);margin-bottom: 20px;text-align:center;margin-top:20px;}
#about .about-col .img {position: relative;}
#about .about-col .img img {border-radius: 4px 4px 0 0;width: 100%;height: 200px;}
#about .about-col .icon {width: 64px;height: 64px;padding-top: 8px;text-align: center;position: absolute;background-color: #632d86;border-radius: 50%;text-align: center;border: 4px solid #fff;left: calc( 50% - 32px);bottom: -30px;transition: 0.3s;}
#about .about-col i {font-size: 36px;line-height: 1;color: #fff;transition: 0.3s;}
#about .about-col:hover .icon {background-color: #fff;}
#about .about-col:hover i {color: #632d86;}
#about .about-col h2 {color: #000;text-align: center;font-weight: 700;font-size: 20px;padding: 5px;margin: 40px 0 12px 0;}
#about .about-col h2 a {color: #000;padding-left: 6px;padding-right: 6px;font-size:25px;}
#about .about-col p {font-size: 14px;line-height: 24px;color: #333;margin-bottom: 0;padding: 0 20px 10px 20px;}
.btn-primary {background-color: #632d86 !important;border-color: #632d86 !important;}
.marginB30 {margin-bottom: 30px;}
.find_home {	background: #652d86;color: #fff;width: auto;display: inline-block;margin-bottom: 20px;}
.find_home:hover {background:#c74354 !important; color:#fff;}
.item-hover .big-triangle{width: 0;height: 0;border-style: solid;border-width: 0 0 80px 80px;position: absolute;bottom: 0;right: 0;-webkit-transition: all .5s ease-in-out;	-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.item-hover .big-triangle {border-color: transparent transparent #c84354 transparent;}
.item-hover .big-triangle {border-width: 0 0 0 0;opacity: 0.85;}
.item-hover:hover .big-triangle {border-width: 0 0 900px 900px;opacity: 0.85;}
.services_txt img {width: 140px;}
/*service section start*/
.signup-section img#logo_img {width: 100%;}
.menu-active a {color:#c74556 !important;}
.otp_button {
	float: left;
	width: 45%;
	height: 45px;
	line-height: 38px;
	display: block;
	font-size: 16px;
	margin: 14px 0 0 0;
	padding: 0;
}
