* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	font-family: "Roboto-Regular";
	line-height: 20px;
	color: #000;
}
header, section, aside, footer {
	display: block;
}
a, a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
ul, p {
	margin: 0;
  font-family: Roboto-Regular;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Roboto-Regular;
}
@font-face {
  font-family: 'Pattaya-Regular';
  src: url('../fonts/Pattaya-Regular.eot');
    src: url('../fonts/Pattaya-Regular.woff2') format('woff2'),
        url('../fonts/Pattaya-Regular.woff') format('woff'),
        url('../fonts/Pattaya-Regular.ttf') format('truetype'),
        url('../fonts/Pattaya-Regular.svg#Pattaya-Regular') format('svg'),
        url('../fonts/Pattaya-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
   font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg'),
        url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.eot');
    src: url('../fonts/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/Oswald-Bold.woff') format('woff'),
        url('../fonts/Oswald-Bold.ttf') format('truetype'),
        url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg'),
        url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.eot');
    src: url('../fonts/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/Oswald-Regular.woff') format('woff'),
        url('../fonts/Oswald-Regular.ttf') format('truetype'),
        url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg'),
        url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: 'Oswald-Light';
  src: url('../fonts/Oswald-Light.eot');
    src: url('../fonts/Oswald-Light.woff2') format('woff2'),
        url('../fonts/Oswald-Light.woff') format('woff'),
        url('../fonts/Oswald-Light.ttf') format('truetype'),
        url('../fonts/Oswald-Light.svg#Oswald-Light') format('svg'),
        url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'),
        url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg'),
        url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
}
@font-face {
  font-family: 'Oswald-Medium';
  src: url('../fonts/Oswald-Medium.eot');
    src: url('../fonts/Oswald-Medium.woff2') format('woff2'),
        url('../fonts/Oswald-Medium.woff') format('woff'),
        url('../fonts/Oswald-Medium.ttf') format('truetype'),
        url('../fonts/Oswald-Medium.svg#Oswald-Medium') format('svg'),
        url('../fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg'),
        url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
}
.navbar-right {
  float: right !important;
  margin-left: auto;
}
#demo img {
  width: 100%;
  max-height: 550px;
  min-height: 550px;
  object-fit: cover;
}
header a {
  color: #000;
}
header a:hover {
  color: #ff5d22;
}
header ul li.active a.nav-link {
  color: #ff5d22;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar.navbar-expand-md {
    padding: 15px 15px;
}
.navbar-brand {
    font-size: 25px;
    text-transform: uppercase;
    font-family: Roboto-Medium;
    color: #ff5d22;
}
.nav-link {
    font-size: 15px;
    font-family: Roboto-Medium;
    letter-spacing: -0.05px;
}
.nav-item.current a {
    color: #ff5d22;
}
.topBar .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.topBar .social li {
    display: inline-block;
    margin-right: 5px;
}
.topBar .social li a {
    display: inline-block;
    /*background-color: #fff;*/
    color: #ff5d22;
    width: 25px;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
}
.topBar {
    background: #2e282e;
    padding: 10px 0;
}
.con_detail .fa {
    color: #ff5d22;
}
.con_detail {
    float: right;
    margin-top: 3px;
}
.con_detail li {
  display: inline-block;
  margin-right: 10px;
  border-right: 2px solid #fff;
  padding-right: 10px;
  font-size: 14px;
}
.con_detail li:last-child {
  border-right: 0;
  margin-right: 5px;
  padding-right: 10px;
}
.con_detail .fa {
    margin-right: 10px;
}
.con_detail li a {
  color: #fff;
}
.carousel-control-prev, .carousel-control-next {
  z-index: 99;
  width: 3%;
}
.overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #1a0602;
    opacity: .7;
}
.small-title {
  text-transform: uppercase;
  display: block;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 8px;
  font-size: 16px;
}
.carousel-indicators {
  bottom: 25px;
}
.carousel_cap {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 99;
    text-align: center;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.carousel_cap h3 {
  font-size: 48px;
  font-family: Roboto-Medium;
  line-height: 75px;
}
.carousel_cap h3 span {
  display: block;
  font-family: Roboto-Light;
}
.btn.readMore {
    background: #ff5d22;
    color: #fff;
    padding: 12px 35px;
    text-transform: uppercase;
    font-family: Roboto-Medium;
    border: 2px solid #ff5d22;
    margin-top: 8px;
}
.btn.contactMore {
    background: transparent;
    color: #fff;
    padding: 12px 35px;
    text-transform: uppercase;
    font-family: Roboto-Medium;
    border: 2px solid #fff;
    margin-left: 10px;
    margin-top: 8px;
}
.head_title {
    font-size: 35px;
    text-transform: uppercase;
    font-family: Oswald-Medium;
    text-align: center;
    color: #ff5d22;
}
.head_title span {
  font-family: Oswald-Light;
}
.head_text {
  font-size: 15px;
  color: #666;
  text-align: center;
  max-width: 650px;
  width: 100%;
  margin: 0 auto 20px;
  line-height: 27px;
}
.detail_desc h2 {
    margin-bottom: 0;
    font-size: 35px;
    font-family: Roboto-Medium;
    color: #000;
    line-height: 45px;
}
.desc_img {
    position: relative;
}
.desc_img img {
    border-radius: 10px;
    width: 100%;
}
.desc_img img:nth-child(1) {
  max-width: 95%;
}
.desc_img img:nth-child(2) {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 60%;
}
.detail_desc p {
    font-size: 15px;
    line-height: 27px;
    color: #444;
    text-align: justify;
    margin-bottom: 15px;
    margin-top: 15px;
}
.detail_desc ul {
  margin-bottom: 15px;
}
.detail_desc ul li {
    font-size: 15px;
    line-height: 27px;
    color: #111;
    margin-bottom: 8px;
    margin-left: 15px;
    font-family: Roboto-Medium;
}
.detail_desc ul li::before {
    content: '\f046';
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    color: #ff5d22;
}
.btn.btn-more {
    padding: 0;
    color: green;
    font-family: Roboto-Medium;
    font-size: 18px;
    color: #ff5d22;
}
.head_title::after {
    content: '';
    display: block;
    background: #ff5d22;
    height: 4px;
    width: 100px;
    margin: 12px auto 14px;
}
.about_us_area {
  padding: 25px 0;
}
.services-box {
  float: left;
  width: 33.33%;
  padding: 10px;
}
.services-box img {
  width: 100%;
  min-height: 205px;
  max-height: 205px;
  object-fit: cover;
}
.services-area {
  background-color: #f8f8f8;
  padding: 25px 0;
}
.service_list {
    clear: both;
    overflow: hidden;
}
.serviceDetails {
    clear: both;
}
/*.services-content {
    padding: 5px 15px;
    margin-top: -80px;
    background: #fff;
    margin-left: 25px;
    margin-right: 25px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
}*/
.btn.btn-readmore {
    margin: 25px auto 10px;
    clear: both;
    font-size: 18px;
    border: 2px solid #ff5d22;
    border-radius: 0;
    padding: 8px 28px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #ff5d22;
}
.view_more_btn {
  text-align: center;
  clear: both;
}
.services-content h3 {
    font-family: Oswald-Medium;
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 12px;
}
.services-content h3 a:hover {
    color: #ff5d22;
}
.services-content h3 a {
    color: #000;
}
.services-content p {
    font-size: 15px;
    line-height: 27px;
    color: #666;
    margin-bottom: 5px;
}
.box_service {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
    background: #fff;
    padding: 15px;
    min-height: 410px;
}
/*.services-content {
  padding: 0 12px;
}*/
.footer-area {
    background-color: #2e282e;
    padding-top: 30px;
}
.single-footer-widget {
    margin-bottom: 30px;
}
.single-footer-widget .logo h2 {
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  font-family: Roboto-Medium;
}
.single-footer-widget .logo p {
    color: #ebe7e7;
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 25px;
}
.single-footer-widget .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px;
}
.single-footer-widget .social li {
    display: inline-block;
    margin-right: 5px;
}
.single-footer-widget .social li a {
    display: inline-block;
    background-color: #fff;
    color: #ff5d22;
    width: 35px;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    /*padding-top: 9px;*/
}
.single-footer-widget .social li a:hover {
  background-color: #ff5d22;
  color: #fff;
}
.single-footer-widget h3 {
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    font-family: Oswald-Medium;
}
.single-footer-widget .footer-quick-links {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0;
    margin-top: -12px;
}
.single-footer-widget .footer-quick-links li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
}
.single-footer-widget .footer-quick-links li a {
    display: inline-block;
    color: #ebe7e7;
    text-transform: uppercase;
    font-size: 14px;
}
.single-footer-widget .footer-quick-links li a:hover {
  color: #ff5d22;
}
.single-footer-widget .footer-contact-info {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li {
    color: #ebe7e7;
    font-size: 15px;
    margin-bottom: 12px;
}
.single-footer-widget .footer-contact-info li a {
  color: #fff;
  opacity: 0.8;
}
.single-footer-widget .footer-contact-info li span {
    font-weight: 700;
    display: inline-block;
    background-color: #fff;
    color: #ff5d22;
    width: 35px;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    /*padding-top: 9px;*/
}
.copyright-area {
    margin-top: 40px;
    border-top: 1px solid #493f49;
    padding-top: 25px;
    padding-bottom: 25px;
}
.copyright-area p {
    color: #ebe7e7;
    font-size: 15px;
    text-align: center;
}
.copyright-area ul li {
    display: inline-block;
    color: #ebe7e7;
    font-size: 15px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.copyright-area ul li a {
  color: #fff;
}
.copyright-area ul li a:hover {
  color: #ff5d22;
}
.copyright-area ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    right: -13px;
    width: 1px;
    height: 14px;
    background-color: #fff;
}
.copyright-area ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right;
}
.copyright-area ul li:last-child::before {
    display: none;
}
.single-footer-widget h3::after {
    content: '';
    display: block;
    background: #ff5d22;
    height: 3px;
    width: 60px;
    margin-top: 14px;
}
.snip1217 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.snip1217 li {
  display: inline-block;
  list-style: outside none none;
  padding: 0;
}
.snip1217 a {
  padding: 0.3em 0;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.snip1217 a:before,
.snip1217 a:after {
  height: 3px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #ff5d22;
  width: 0;
}
.snip1217 a:before {
  top: 0;
  left: 0;
}
.snip1217 a:after {
  bottom: 0;
  right: 0;
}
.snip1217 a:hover,
.snip1217 .current a {
}
.snip1217 a:hover:before,
.snip1217 .current a:before,
.snip1217 a:hover:after,
.snip1217 .current a:after {
  width: 100%;
}
.snip1217 .current a:before,
.snip1217 .current a:after {
  width: 100%;
  background-color: #fff;
}
.snip1217 a:hover:after,
.snip1217 .current a:after {
  width: 100%;
}


/*Shops and services page css*/

.breadcrumb_area {
    background: linear-gradient(rgba(26, 6, 2, 0.75), rgba(20, 6, 3, 0.75)), transparent url(../images/breadcrumb.jpg) center center/cover no-repeat scroll;
    background-size: cover;
    min-height: 80px;
    background-position: center;
}
.bread h3 {
    float: left;
    color: #fff;
    font-family: Oswald-Medium;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 17px;
}
.bread ul {
    margin-top: 29px;
    float: right;
}
.bread ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    font-family: Oswald-Medium;
}
.bread ul li a {
    opacity: 0.8;
    color: #fff;
}
.services_page {
  background-color: #fff;
}

.service-page {
  padding: 25px 0;
}
.service-page img {
  width: 100%;
  margin-bottom: 15px;
}
.shop_details img {
  width: 100%;
}
.shop_details img {
  margin-bottom: 9px;
}
.contact-info .contact-list {
    margin-bottom: 0;
    list-style-type: none;
    padding-right: 20px;
    padding-left: 0;
}
.contact-info .contact-list li {
    position: relative;
    padding-left: 95px;
    color: #554955;
    margin-bottom: 30px;
    font-size: 15px;
}
.contact-info .contact-list li .icon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ff5d22;
    border-radius: 50%;
    margin: 6px;
    z-index: -1;
}
.contact-info .contact-list li .icon {
    border: 1px dashed #ff5d22;
    width: 75px;
    height: 75px;
    line-height: 74px;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.contact-info .contact-list li span {
    display: block;
    margin-bottom: 5px;
    color: #524552;
    font-size: 22px;
    font-weight: 600;
    font-family: Oswald-Medium;
    color: #ff5d22;
}
.contact-info {
  margin-top: 25px;
}
.contact-info .contact-list li a {
  color: #554955;
}
.serviceDetails p {
    font-size: 15px;
    line-height: 27px;
    color: #666;
    margin-bottom: 25px;
}
.shop_details h3 {
    font-size: 30px;
    font-family: Oswald-Medium;
    margin-bottom: 15px;
}
.map_area img {
  width: 100%;
  margin-bottom: 25px;
}
.shop_details img {
  width: 100%;
}
.lease_detail img.lease_img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    min-height: 250px;
}
.lease_detail img {
    width: 100%;
}
.lease-area {
  padding: 25px 0;
}
.lease_desc h2 {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 28px;
    font-family: Roboto-Medium;
    margin-bottom: 20px;
}
.lease_desc h3 {
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.lease_desc p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 18px;
    margin-top: 15px;
}
.lease_desc ul li {
    font-size: 15px;
    line-height: 32px;
}
.amenties {
  margin-top: 25px;
  clear: both;
  overflow: hidden;
}
.amenties ul li {
  list-style: disc;
  padding-left: 5px;
  margin-left: 20px;
}
.lease_map {
    margin-top: -100px;
    border: 10px solid #fff;
    background: #fff;
    padding: 0 10px;
}
.features ul li {
  width: 45%;
  list-style: disc;
  float: left;
}
.lease_map p {
    font-size: 21px;
    line-height: 28px;
    margin: 10px 0 15px;
}
.lease_map h3 {
    font-size: 30px;
    vertical-align: middle;
    display: inline-block;
}
.row1 {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  margin-top: 15px;
}
.column {
  -ms-flex: 33.33%; /* IE10 */
  flex: 33.33%;
  max-width: 33.33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
#myModal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 75px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}
#myModal .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 650px;
  border: 0;
  }
#myModal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

#myModal .close:hover, #myModal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

#myModal .mySlides {
  display: none;
}
#myModal .mySlides img {
    width: 100%;
    max-height: 450px;
    object-fit: contain;
    min-height: 450px;
}
#myModal .prev, #myModal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.8);
}
#myModal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#myModal .prev:hover, #myModal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.our-mission-area {
    background-color:#524552;
    padding: 0;
    margin-top: 15px;
}
.mission-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mission-image.bg-1 {
    background-image: url(../images/about-ver-img.jpg);
}
.mission-text {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 67px;
    padding-left: 30px;
    padding-right: 30px;
}
.mission-text .icon {
    color: #ff5d22;
    font-size: 60px;
    margin-bottom: 10px;
}
.our-mission-area .icon img {
    width: 75px;
}
.mission-text h3 {
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}
.mission-text h3::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 60px;
    margin: 0 auto;
    bottom: 0;
    background-color: #ff5d22;
    height: 1px;
}
.mission-text p {
    color: #fff;
    margin-bottom: 0;
    line-height: 25px;
    font-size: 15px;
}
.mission-image.bg-2 {
    background-image: url(../images/about-ver-img.jpg);
}
.p0 {
  padding: 0;
}
.mission-image.bg-1 img, .mission-image.bg-2 img {
  width: 100%;
  max-height: 400px;
object-fit: cover;
}
.detail_desc h1 {
    color: #ff5d22;
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
}
.about_text {
  padding-top: 25px;
}






/*contact page css*/

.contact-area {
    position: relative;
    z-index: 1;
    padding: 35px 0;
}
.section-title {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: -6px;
}
.contact-area .section-title {
    margin-bottom: 40px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}
.section-title .sub-title {
    color: #ff5d22;
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
}
.section-title h2 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
}
.section-title p {
    font-size: 16px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 10px;
}
.contact-info {
    padding-right: 25px;
}
.contact-info .contact-list {
    margin-bottom: 0;
    list-style-type: none;
    padding-right: 20px;
    padding-left: 0;
}
.contact-info .contact-list li {
    position: relative;
    padding-left: 95px;
    color: #554955;
    margin-bottom: 55px;
}
.contact-info .contact-list li .icon {
    border: 1px dashed #ff5d22;
    width: 75px;
    height: 75px;
    line-height: 74px;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.contact-info .contact-list li .icon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ff5d22;
    border-radius: 50%;
    margin: 6px;
    z-index: -1;
}
.contact-info .contact-list li span {
    display: block;
    margin-bottom: 5px;
    color: #524552;
    font-size: 22px;
    font-weight: 600;
}
.contact-form form .form-group {
    text-align: left;
}
.contact-form form .form-control {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
    height: 57px;
}
.contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px;
}
.contact-info .social {
    padding-left: 95px;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px;
}
.contact-info .social li {
    display: inline-block;
    margin-right: 3px;
}
.contact-info .social li a {
    display: inline-block;
    background-color: #f1f4f4;
    color: #ff5d22;
    width: 50px;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}
.contact-info .social li a:hover {
    background-color: #ff5d22;
    color: #fff;
}
.default-btn,.default-btn:hover {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff5d22;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
}

@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}






.thankyoupage {
    text-align: center;
    margin-top: 5px;
}
.thankyoupage img {
    width: 25%;
}
.thankyoupage h2 {
    font-size: 37px;
    font-family: "Roboto-Bold";
    line-height: 47px;
}
.thankyoupage p {
    font-size: 20px;
    color: #555;
    margin: 15px 0 25px;
    line-height: 30px;
}
.btn.homeBtn {
    background: #ff5d22;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-family: Roboto-Medium;
    border: 2px solid #ff5d22;
    margin-bottom: 10px;
}
.thankyoupage h5 {
  font-size: 18px;
  color: #666;
  margin-top: 15px;
}
.thankyoupage .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 10px;
    margin-top: 10px;
}
.thankyoupage .social li {
    display: inline-block;
    margin-right: 5px;
}
.thankyoupage .social li a {
    display: inline-block;
    background-color: #fff;
    color: #ff5d22;
    width: 25px;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
}