@import "https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans";
body {
	font-family: open sans, sans-serif;
	color: #546e7a;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	overflow-x: hidden
}

html {
	overflow-x: hidden
}

p {
	font-size: 14px;
	color: #546e7a;
	line-height: 26px;
	font-family: open sans, sans-serif;
	margin-bottom: 0
}

a:hover,
a:focus {
	color: #fd6600
}

a {
	color: #fd6600;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

h1,
h2,
h3,
h4,
h5 {
	font-family: montserrat, sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #263238
}

ul {
	margin: 0;
	padding: 0
}

ul li {
	list-style: none
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none
}

a:not([href]):not([tabindex]) {
	color: #fff
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: #fff
}

.bg-transparent {
	background: 0 0!important
}

.bg-defult {
	background: #fd6600!important
}

.section {
	padding: 80px 0
}

.section-header {
	color: #fff;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
}

@media only screen and (max-width: 600px) {
	.section-header {
	color: #fff;
    
    text-align: center;
    position: relative;
}
}
.footer-social li .youtube {
	background-color: #b50000
}
.section-header .section-title {
	font-size: 36px;
	margin-bottom:74px;
	text-transform: uppercase;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	color: #263238;
	position: relative
}

.section-header .section-title:before {
	content: '';
	position: absolute;
	bottom: -8px;
	width: 80px;
	height: 2px;
	background: #fd6600;
	    left: 45%;
    right: inherit;
	-webkit-transition: .3s;
	transition: .3s

}

.section-header span {
	font-size: 60px;
	color: rgba(0, 0, 0, .07);
	z-index: 2;
	font-family: montserrat, sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	display: none;
}

.btn {
	font-size: 14px;
	padding: 10px 30px;
	border-radius: 30px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block
}

.btn:focus,
.btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	color: #fff
}

.btn-common {
	background-color: #fd6600;
	position: relative;
	z-index: 1;
	padding: 12px 32px;
	border-radius: 30px
}

.btn-common:hover {
	color: #fff
}

.btn-effect {
	overflow: hidden
}

.btn-effect:after {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.btn-effect:hover:after {
	width: 100%
}

.btn-border {
	border-style: solid;
	border-width: 2px;
	cursor: pointer;
	background-color: transparent;
	border-color: #fff;
	color: #fff
}

.btn-border:hover {
	color: #fff;
	background-color: #fd6600
}

.btn-lg {
	padding: 14px 33px;
	text-transform: uppercase;
	font-size: 16px
}

.btn-rm {
	padding: 7px 10px;
	text-transform: capitalize
}

button:focus {
	outline: none!important
}

.clear {
	clear: both
}

.social-icons {
	margin-bottom: 20px
}

.social-icons ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.social-icons ul li {
	display: inline
}

.social-icons ul li a {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	border-radius: 4px;
	border: 1px solid rgba(255, 254, 254, .07);
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 16px
}

.social-icons ul li a:hover {
	color: #fff
}

.facebook a {
	color: #4867aa
}

.facebook a:hover {
	background: #4867aa
}

.twitter a {
	color: #1da1f2
}

.twitter a:hover {
	background: #1da1f2
}




.linkedin a {
	color: #007bb6
}

.linkedin a:hover {
	background: #007bb6
}
.google-plus a {
	color: #007bb6
}

.google-plus a:hover {
	background: #007bb6
}

.pinterest a {
	color: #bd081c
}

.pinterest a:hover {
	background: #bd081c
}

.dribbble a {
	color: #ea4c89
}

.dribbble a:hover {
	background: #ea4c89
}

.behance a {
	color: #0b7cff
}

.behance a:hover {
	background: #0b7cff
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #263238;
	z-index: 9999999999
}

.spinner {
	width: 40px;
	height: 40px;
	top: 45%;
	position: relative;
	margin: 0 auto
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fd6600;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1)
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.back-to-top {
	display: block;
	position: fixed;
	bottom: 18px;
	right: 15px
}

.back-to-top i {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 30px;
	background-color: #fd6600;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.overlay-2 {
	background: rgba(0, 0, 0, .9)!important
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fd6600;
	opacity: .5;
	filter: alpha(opacity=80)
}

.navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.navigation.navigation-two {
	background-color: #fff
}

.navigation.sticky {
	position: fixed;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
	box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06)
}
.navigation.sticky img {
    width: 160px;
}
.navigation.sticky .navbar {
    padding: 0;
}
.navbar {
	padding: 15px 0
}

.navbar-toggler {
	padding: 0
}

.navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 6px 0;
	position: relative;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -8px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 8;
		padding: 5px 16px;
		-webkit-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
		box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06)
	}
}

@media(max-width:767px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 8;
		padding: 5px 16px;
		-webkit-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
		box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06)
	}
}

.navbar-nav .nav-item a {
	color: #fff;
	font-size: 17px;
	padding: 5px 0;
	margin-left: 50px;
	position: relative;
	text-transform: uppercase;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-nav .nav-item a {
		color: #212121;
		display: block;
		padding:15px 0;
		margin-left: 0
	}
}

@media(max-width:767px) {
	.navbar-nav .nav-item a {
		color: #212121;
		display: block;
		padding: 4px 0;
		margin-left: 0
	}
}

.navbar-nav .nav-item a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #fd6600;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-nav .nav-item a::before {
		display: none
	}
}

@media(max-width:767px) {
	.navbar-nav .nav-item a::before {
		display: none
	}
}

.navbar-nav .nav-item:hover a,
.navbar-nav .nav-item.active a {
	color: #fd6600
}

.navbar-nav .nav-item:hover a::before,
.navbar-nav .nav-item.active a::before {
	width:100%
}

.navigation-two .navbar-toggler .toggler-icon {
	background-color: #212121
}

.navigation-two .navbar-nav .nav-item a {
	color: #212121
}

.sticky .navbar-toggler .toggler-icon {
	background-color: #212121
}

.sticky .navbar-nav .nav-item a {
	color: #212121
}

.hero-area {
	background: url(../img/hero-area.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	position: relative
}

.hero-area .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fd6600;
	opacity: .7
}

.hero-area .contents {
	padding: 160px 0 140px
}
.hero-area-2 h1 {
    font-size:55px;
    color: #fff;
}
.navbar-brand img {
    width: 200px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-area .contents {
		padding-bottom: 30px
	}
}

@media(max-width:767px) {
	.hero-area .contents {
		padding-bottom: 30px
	}
}

.hero-area .contents h2 {
	color: #fff;
	font-size: 52px;
	font-weight: 300;
	margin-bottom: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-area .contents h2 {
		font-size: 45px
	}
}

@media(max-width:767px) {
	.hero-area .contents h2 {
		font-size: 36px
	}
}

.hero-area .contents h4 {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 20px
}

.hero-area .contents p {
	color: #fff;
	font-size: 15px;
	line-height: 26px
}

.hero-area .contents .btn {
	margin-top: 40px;
	text-transform: uppercase
}

.hero-area .banner_bottom_btn {
	margin-top: 40px
}

.hero-area .banner_bottom_btn i {
	color: #fff;
	font-size: 48px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.hero-area .banner_bottom_btn i:hover {
	color: #fd6600
}

.intro-img {
	padding: 148px 0 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.intro-img {
		padding: 30px 0 50px
	}
}

@media(max-width:767px) {
	.intro-img {
		padding: 30px 0 50px
	}
}

.intro-img img {
	display: block;
	height: auto;
	max-width: 100%
}

.hero-area-2 {
	background: url(../img/bg/realstate.jpg) fixed no-repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	position: relative
}

.hero-area-2 .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	opacity: .8
}

.hero-area-2 .contents {
	padding:250px 0 140px
}

.hero-area-2 .contents h3 {
	color: #fff;
	font-size: 48px;
	font-weight: 500
}

.hero-area-2 .contents h2 {
	color: #fff;
	font-size: 42px;
	margin-bottom: 30px;
	font-weight: 700
}

.hero-area-2 .contents h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: .5px;
	margin-bottom: 20px
}

.hero-area-2 .contents p {
	font-size: 14px;
	color: #fff;
	line-height: 26px
}

.hero-area-2 .contents .header-button {
	margin-top: 30px
}

.hero-area-2 .contents .btn {
	margin: 10px;
	text-transform: uppercase
}

.hero-area-2 .contents .tag-type ul {
	position: relative
}

.hero-area-2 .contents .tag-type ul li {
	display: inline-block;
	padding: 10px;
	position: relative
}

.hero-area-2 .contents .tag-type ul li a {
	color: #fff;
	text-transform: uppercase
}

.hero-area-2 .contents .tag-type ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #fff;
	position: absolute;
	top: 19px;
	right: -5px;
	border-radius: 50%
}

.hero-area-2 .contents .tag-type ul li:before:last-child {
	display: none
}

.hero-area-2 .contents .tag-type ul li:last-child:before {
	background: 0 0
}

.hero-area-2 .contents .tag-type ul:before {
	content: '';
	width: 40px;
	height: 1px;
	background: #f1f1f1;
	position: absolute;
	top: 20px;
	margin-left: -45px
}

.hero-area-2 .contents .tag-type ul:after {
	content: '';
	width: 40px;
	height: 1px;
	background: #f1f1f1;
	position: absolute;
	top: 20px;
	margin-left: 6px
}

.hero-area-2 .contents .arrow-down-icon {
	border: 2px solid #fff;
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin:50px auto;
	border-radius: 50%;
	font-size: 18px
}

.hero-area-2 .contents .arrow-down-icon a {
	color: #fff
}

#video-area {
	overflow: hidden;
	position: relative
}

#video-area .contents {
	padding: 160px 0 80px
}

#video-area .contents h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 25px;
	line-height: 70px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	#video-area .contents h1 {
		font-size: 36px;
		line-height: 46px
	}
}

@media(max-width:767px) {
	#video-area .contents h1 {
		font-size: 32px;
		line-height: 42px
	}
}

#video-area .contents p {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: .5px
}

#video-area .contents .btn {
	margin: 20px 10px;
	text-transform: uppercase
}

#video-area .banner_bottom_btn {
	margin-top: 40px
}

#video-area .banner_bottom_btn i {
	color: #fff;
	font-size: 48px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#video-area .banner_bottom_btn i:hover {
	color: #fd6600
}

#about {
	position: relative;
	background: #f9f9f9
}

#about .box-item {
	padding: 10px 0;
}

#about .box-item .icon {
	float: left;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#about .box-item .icon i {
	color: #fd6600;
	display: inline-block;
	font-size: 36px;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#about .box-item .text {
	/* margin-left: 64px; */
}

#about .box-item .text h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px
}

#about .box-item .text p {
	    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans';
    text-align: justify;
}

#about .show-box img {
	width: 100%
}

#about-area .about-thumb {
	position: relative;
	z-index: 1;
	margin-left: 80px;
	margin-top: 60px
}

#about-area .about-thumb img {
	width: 100%;
	height: auto
}

#about-area .about-thumb-2 {
	position: absolute;
	z-index: 5;
	left: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}


.call-action {
	background: #f9f9f9
}

.call-action .cta-trial h3 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 28px;
	letter-spacing: 1px
}

.call-action .cta-trial p {
	margin-bottom: 30px
}


#portfolios {
	background: #f9f9f9
}

#portfolios .mix {
	padding: 0
}

#portfolios .portfolio-item {
	padding: 10px
}

#portfolio .mix {
	display: none
}

.controls {
	text-align: center;
	padding: 0 0 20px
}

.controls .active {
	color: #fd6600!important;
	border-color: #fd6600;
	background: 0 0
}

.controls .btn {
	text-transform: uppercase;
	margin: 2px
}

.controls:hover {
	color: #fff;
	cursor: pointer
}

.shot-item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}

.shot-item img {
	width: 100%;
	height: 100%;
	-webkit-transition-duration: 4000ms;
	transition-duration: 4000ms
}

.shot-item .single-content {
	background-color: rgba(22, 26, 39, .7);
	opacity: .9;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 100%
}

.shot-item .single-content .fancy-table {
	display: table;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 2
}

.shot-item .single-content .fancy-table .table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.shot-item .single-content .zoom-icon a {
	color: #fff;
	font-size: 30px;
	margin-bottom: 15px
}

.shot-item .single-content a {
	color: #fff;
	font-size: 16px
}

.shot-item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.shot-item:hover .single-content {
	opacity: .8
}

.item-boxes {
	padding: 30px;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	margin: 15px 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.item-boxes .icon {
	margin-bottom: 10px
}

.item-boxes .icon i {
	font-size: 30px;
	line-height: 60px;
	color: #fd6600
}

.item-boxes h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px
}

.item-boxes p {
	margin: 0
}

.item-boxes:hover {
	background: 0 0;
	-webkit-box-shadow: 0 10px 50px 0 rgba(84, 110, 122, .35);
	box-shadow: 0 10px 50px 0 rgba(84, 110, 122, .35)
}

#services h4 {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Open Sans';
}
.mobile-image img {
    width: 100%;
}
.mobile-image {
   margin: -70px 18px 0rem;
}
.play-store img {
    width: 250px;
    height: auto;
}
.widget .play-store img {
    width:208px;
}
.space-60 {
    height: 60px;
}
[class|=space] {
    display: block;
    width: 100%;
    overflow: hidden;
}
.featured-bg {
	background: #fafafa
}

.featured-bg .intro-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px
}

.featured-bg .title-sub {
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 36px
}

.featured-bg .intro-desc {
	margin-bottom: 20px
}

.featured-bg .featured-item {
	margin-bottom: 30px;
	position: relative;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.featured-bg .featured-item .icon {
	float: left;
	padding-right: 15px
}

.featured-bg .featured-item .icon i {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
	color: #fd6600;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.featured-bg .featured-item h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	line-height: 36px
}

.featured-bg .featured-item h3 a {
	color: #272727
}

.featured-bg .featured-item h3 a:hover {
	color: #fd6600
}

.featured-box {
	margin-top: 15px;
	margin-bottom: 15px
}

.featured-box .featured-icon {
	float: left
}

.featured-box .featured-icon i {
	font-size: 30px;
	color: #fd6600;
	text-align: center;
	float: left;
	margin-right: 25px;
	margin-bottom: 85px;
	display: block
}

.featured-box .featured-content {
	padding-left: 40px;
	position: relative
}

.featured-box .featured-content .icon-o {
	font-size: 86px;
	color: rgba(0, 0, 0, .07);
	z-index: 2;
	font-weight: 400;
	text-transform: capitalize;
	position: absolute;
	top: 0;
	left: 50px;
	width: 100%
}

.featured-box .featured-content h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.featured-box .featured-content p {
	font-size: 14px
}




.testimonial {
	background: #f9f9f9
}

.testimonial-item {
	padding: 15px 25px;
	margin: 15px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, .06);
}

.testimonial-item .author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.img-thumb i.bi.bi-person {
    font-size: 70px;
    line-height: normal;
}
.testimonial-item .author .img-thumb {
	float: left;
	overflow: hidden;
	position: relative
}

.testimonial-item .author .img-thumb img {
	border-radius: 50%;
	width: 25%
}

.testimonial-item .author .author-info {
	float: left;
	padding: 25px 20px;
}

.testimonial-item .author .author-info h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 0
}

.testimonial-item .author .author-info h2 a {
	color: #484848
}

.testimonial-item .author .author-info h2 a:hover {
	color: #fd6600
}

.testimonial-item .content-inner {
	overflow: hidden
}

.testimonial-item .content-inner .description {
	width: 100%;
	margin-bottom: 20px;
}

.testimonial-item .content-inner span {
	color: #fd6600
}

.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -40px
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 2px 4px;
	filter: alpha(opacity=50);
	opacity: 1;
	border-radius: 30px;
	background: #fff;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #fd6600
}

#about .carousel-item img {
    height: 600px;
    width: auto;
    display: block;
    margin: 0 auto;
}
#about #carousel-area .carousel-indicators {
    bottom: 23px;
}

#carousel-area {
	overflow: hidden;
	background:transparent;
}

#carousel-area .carousel-item {
	background-size: 100%
}

#carousel-area .carousel-item .carousel-caption {
	top: 32%;
	right: 10%;
	left: 12%;
	text-shadow: none;
	padding-top: 0;
	padding-bottom: 0
}

#carousel-area .carousel-item .carousel-caption h3 {
	color: #fff;
	font-weight: 500;
	font-size: 26px;
	line-height: 38px
}

@media(max-width:767px) {
	#carousel-area .carousel-item .carousel-caption h3 {
		font-size: 22px;
		line-height: 32px
	}
}

#carousel-area .carousel-item .carousel-caption h2 {
	font-size: 80px;
	font-weight: 700;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	#carousel-area .carousel-item .carousel-caption h2 {
		font-size: 50px
	}
}

@media(max-width:767px) {
	#carousel-area .carousel-item .carousel-caption h2 {
		font-size: 42px;
		margin-bottom: 15px
	}
}

#carousel-area .carousel-item .carousel-caption h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px
}

@media(max-width:767px) {
	#carousel-area .carousel-item .carousel-caption h4 {
		font-weight: 400
	}
}

#carousel-area .carousel-control {
	display: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#carousel-area:hover .carousel-control {
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

#carousel-area .carousel-control-next,
#carousel-area .carousel-control-prev {
	opacity: 1
}

#carousel-area .carousel-control-next i,
#carousel-area .carousel-control-prev i {
	width: 48px;
	line-height: 48px;
	height: 48px;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	background: #fd6600;
	border-radius: 30px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

#carousel-area .carousel-control-next i:hover,
#carousel-area .carousel-control-prev i:hover {
	opacity: .9
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
	opacity: 1
}

#carousel-area .carousel-indicators {
	bottom: 35px
}

#carousel-area .carousel-indicators li {
	width: 30px;
	height: 7px;
	border-radius: 4px
}

#slider-area {
	margin-top: -1px
}

#slider-area .btn {
	margin-right: 15px
}

#slider-area .large_white {
	color: #fff
}

#slider-area .about-info p {
	color: #333
}

.contents p {
	font-size: 16px;
	font-weight: 400;
	line-height: 50px
}

.contents .header-button .btn i {
	margin-left: 10px
}

.form-control {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding: 12px 30px;
	font-size: 15px;
	border-radius: 30px;
	border: 1px solid transparent;
	background: #f5f5f5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.form-control:focus {
	border: 1px solid #fd6600;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn.disabled,
.btn:disabled {
	opacity: 1
}

textarea {
	border-radius: 4px!important
}

.contact-info {
	margin-bottom: 15px
}

.contact-info i {
	font-size: 20px;
	color: #fd6600
}

.contact-info h5 {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 500
}

.contact-info p {
	font-size: 14px;
	margin-bottom: 0
}

#contact {
	background: #fff;
	position: relative;
	overflow: hidden
}

#contact .contact-block {
	overflow: hidden
}

@media(max-width:767px) {
	#contact .contact-block {
		margin-bottom: 40px
	}
}

.text-danger {
	font-size: 14px;
	margin-top: 10px
}

.list-unstyled li {
	color: #d9534f
}

.toggle-map {
	height: 5px;
	width: 100%;
	background-color: #fd6600;
	bottom: 0;
	text-align: center;
	position: absolute;
	z-index: 106
}

.toggle-map .map-icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 100%;
	background-color: #fff;
	border: #fd6600 3px solid;
	position: relative;
	top: -46px
}

.toggle-map .map-icon i {
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	text-align: center;
	font-size: 20px
}

#google-map {
	text-align: center;
	background-color: #fff;
	height: 465px;
	position: absolute;
	bottom: -460px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 101;
	width: 100%;
	border-top: #fd6600 3px solid
}

#google-map.panel-show {
	bottom: -20px!important;
	-webkit-transition: all .3s;
	transition: all .3s
}

.block-title {
	font-size: 14px;
    font-weight: 500;
    color: #263238;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    margin-top: 15px;
}

footer .footer-Content {
	background-color: #f9f9f9;
	padding: 60px 0 20px;
	color: #546e7a;
}
.footer-Content .widget {
    padding: 0px 0px 0px 25px;
}
.footer-Content img {
    margin-bottom: 15px;
	    width: 200px;
}
.textwidget {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px
}

.textwidget p {
	color: #546e7a
}

footer .menu {
	padding-left: 0
}

footer .menu li {
	padding-bottom: 12px
}

footer .menu li a {
	color: #546e7a
}

footer .menu li a:hover {
	color: #fd6600
}

.contact-footer {
	margin: 0;
	padding: 0;
	display: inline-block
}

.contact-footer li {
	padding: 3px 0;
	margin-bottom: 15px
}

.contact-footer li strong {
	float: left
}

.contact-footer li span {
	margin-left: 73px;
	display: block
}

.contact-footer li span a {
	color: #546e7a
}

.contact-footer li span a:hover {
	color: #fd6600
}

.instagram-footer {
	padding: 0
}

.instagram-footer li {
	display: block;
	width: 33%;
	float: left;
	padding: 0 5px 5px 0;
	margin: 0
}

.instagram-footer li a img {
	width: 100%
}

.footer-social li {
	display: inline-block;
	margin-right: 12px
}

.footer-social li a {
	background-color: #fd6600;
	border-radius: 50%;
	color: #fff;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	display: inline-block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.footer-social li .facebook {
	background-color: #3b5998
}

.footer-social li .twitter {
	background-color: #55acee
}

.footer-social li .linkedin {
	background-color: #007bb5;
}

.footer-social li .google-plus {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

#copyright {
	background-color: #f9f9f9;
	padding: 20px 0 10px;
	border-top: 1px solid #eaeaea;
	color: #546e7a;
}

#copyright p {
	margin-bottom: 0;
	line-height: 40px
}

#copyright p a {
	color: #546e7a
}

#copyright p a:hover {
	color: #fd6600
}



section#faq {
    background:#ffff;
}
.card {
  
    border: none;
}
.testimonial .owl-carousel .owl-dots.disabled, .testimonial .owl-carousel .owl-nav.disabled {
	display:block !important;
	    text-align: center;
}

.testimonial .owl-carousel .owl-nav button.owl-next, .testimonial .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 10px !important;
}
.testimonial .owl-prev span {
    font-size: 60px;
}
.testimonial .owl-next span {
    font-size: 60px;
}


li.accordion-list-item {
    background: #fff;
    padding: 10px 20px;
    margin: 10px 0px;
    -webkit-box-shadow: 0 2px 12px rgb(0 0 0 / 12%);
    box-shadow: 0 2px 12px rgb(0 0 0 / 12%);
}

.accordion-title a {
    font-size: 20px;
}
.accordion-desc {
    border-top: 2px solid #f5f6ff;
    margin: 10px 0px 0px;
    text-transform: capitalize;
}
h5.accordion-title.d-flex.justify-content-between {
    font-size: 16px;
    margin-bottom: 0px;
}
#faq .col-xs-12.col-sm-12.col-md-6 {
    padding-right: 0px;
}
#tos h5 {
    font-size: 20px;
    margin: 0;
}
#tos p {
    margin: 10px 0px;
}
section#tos {
    position: relative;
    overflow: hidden;
    top: 100px;
}

.tos-content p {
    text-align: justify;
    font-size: 16px;
}
.policy-content p {
    text-align: justify;
    font-size: 16px;
}

.policy-content p {
    text-align: justify;
    font-size: 16px;
}
.tos-content ul li {
    list-style: decimal;
    text-align: justify;
    font-size: 16px;
    font-family: open sans, sans-serif;
}
.tos-content ul {
    padding: 0px 25px;
    text-align: justify;
}
.tos-content strong {
    font-size: 20px;
    text-transform: capitalize;
}
.content {
    background: #ffffff;
    padding: 40px;
    width: 71%;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 6px 3px rgb(0 0 0 / 6%);
    box-shadow: 0 3px 6px 3px rgb(0 0 0 / 6%);
}
.btn-secondary {
    color: #fff;
    background-color: #fd6600;
    border-color: #fd6600;
}
.card-main {
    padding: 52px;
    border-radius: 28px;
    margin-top: -42px;
    margin-bottom: -50px;
}

.card-0 {
    color: #fd6600;
    background-color: #e9ecef;
    position: relative;
    margin-left: 70px;
    border-radius: 10px;
    min-height: 312px;
}

.carousel-indicators li {
    cursor: pointer;
    border-radius: 50% !important;
    width: 10px;
    height: 10px
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height:11px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.profile {
    color: #000;
    background-color: #fd6600ad;
    position: absolute;
    left: -70px;
    top: 17%;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.profile-pic {
    width: 120px;
    height: 120px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px
}

.open-quotes {
    margin-left: 130px;
    margin-top: 100px
}

.content {
    margin-left: 150px;
    margin-right: 80px
}

.close-quotes {
    margin-bottom: 100px;
    margin-right: 60px
}

@media screen and (max-width: 600px) {
    .card-main {
        padding: 50px 10px
    }

    .card-0 {
        min-height: 432px
    }

    .profile {
        top: 24%
    }

    .profile-pic {
        width: 90px;
        height: 90px
    }

    .open-quotes {
        margin-left: 100px
    }

    .content {
        margin-left: 120px;
        margin-right: 50px
    }

    .close-quotes {
        margin-right: 30px
    }
}
