
/*----------------------------------------------------------------
					Start Default Settings
----------------------------------------------------------------*/
body{
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}
ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
a,
a:hover,
a:focus,
input,button,textarea{
    outline: none;
    text-decoration: none;
}
/*----------------------Typography Settings---------------------*/
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
}
h1 {
    color: #fff;
    font-size: 75px;
    font-weight: 800;
    line-height: 100px;
}
h2 {
    color: #000000;
    font-size: 45px;
    font-weight: 800;
    line-height: 60px;
    text-transform: capitalize;
}
h3 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
}
p {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    line-height: 27px;
}
/*--------------------------Spacing CSS-------------------------*/
.pt-1 {
    padding-top: 100px;
}
.pt-5 {
    padding-top: 50px;
}
.pb-1 {
    padding-bottom: 69px;
}
.pb-2 {
    padding-bottom: 36px;
}
.pb-3 {
    padding-bottom: 43px;
}
.ptb-1 {
    padding-top: 77px;
    padding-bottom: 100px;
}
/*-------------------------Alignment CSS------------------------*/
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
/*-------------------------Color Settings-----------------------*/
.bg-1 {
    background: #fafafa;
}
.bg-2 {
    background: #000000;
}
.white {
    color: #fff;
    padding-bottom: 17px;
}
/*--------------------All Transition Settings-------------------*/
.logo,
header.header-area.sticky .logo,
.main-menu .navbar-nav > li > a,
.main-menu .navbar-nav > li > a:after,
.about-icon i, .single-about-item h3,
.single-about-item p,
.single-service-item,
.service-item-icon,
.service-item-icon i,
.single-feature-content h3,
.single-service-item > h3,
.portfolio-item .overlay,
.portfolio-menu li:after,
.portfolio-item-caption h6,
.portfolio-item-caption span,
.team-member:before, .member-info,
.member-social-link a i,
.pricing-table,
.contact-icon i,.tag-list > a,
.btn1,.btn2,.btn3,.btn4,.btn5,
.comments .auther-img,.read-more::before,
.read-btn,ul.blog-pagination li a,
.blog-img img,.blog-social-link li a i,
.post-thumbnail > img,.cat-list li a,
.ftr-social-link ul li a i{
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
/*----------------------------------------------------------------
					End Default Settings
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Header Section
----------------------------------------------------------------*/
header.header-area {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    position: fixed;
}
.logo {
    padding-top: 30px;
}
.logo p {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
}
header.header-area.sticky .logo{
    padding-top: 20px;
}
header.header-area.sticky .logo p{
    color: #000000;
}
.navbar-nav > li {
    padding: 0 17px;
    display: inline-block;
}
.navbar-nav > li:last-child {
    padding-right: 0;
}
.nav > li > a {
    padding:0;
}
.main-menu .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 85px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}
.sticky .main-menu .navbar-nav > li.active a {
    color: #000000;
}
.nav > li > a:focus, .nav > li:hover a {
    color: #909090;
    background-color: transparent;
}
.main-menu .nav.navbar-nav li a i {
    color: #fff;
    padding-left: 5px;
}
.navbar {
    border: 0;
    margin-bottom: 0;
}
.sticky .main-menu .navbar-nav > li > a{
    color: #333;
    line-height: 65px;
}
.sticky .main-menu .navbar-nav > li:hover a {
    color: #000000;
}
header.header-area.sticky {
    position: fixed;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}
.navbar-toggle .icon-bar {
    background: #fff;
}
header.header-area.sticky .navbar-toggle .icon-bar {
    background: #000000;
}
/*----------------------------------------------------------------
                        End Header Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Slider Section
----------------------------------------------------------------*/
/*-------------------Camera Slider Css-------------------*/
.camera_wrap.main-slider {
    float: none;
}
.camera_caption {
    width: 100%;
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
/*----------------Only Parallax Banner Css----------------*/
.banner-area.banner-parallax {
    background: url(../images/banner.jpg)50% no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
/*-----------Particles With Parallax Banner Css-----------*/
.banner-area.banner-particle{
    width: 100%;
    height: 100vh;
    background: url(../images/banner2.jpg) 50% no-repeat fixed;
    background-position:50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
}
.banner-area:before {
    top:  0;
    left:  0;
    width:  100%;
    height:  100%;
    content:  "";
    position:  absolute;
    background: rgba(0,0,0,0.4);
}
.slider-title {
    width: 100%;
    height: 100vh;
    align-items: flex-center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.slider-title h1 {
    z-index: 9;
}
.slider-title span {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
}
.btn1 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    background: transparent;
    padding: 0 15px;
    margin-top: 20px;
    margin-right: 15px;
    display: inline-block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    text-transform: capitalize;
}
.btn1:hover {
    color: #fff;
    background: #000000;
    border: 1px solid #000000;
}
.btn2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    background: #000000;
    padding: 0 15px;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #000000;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-transform: capitalize;
}
.btn2:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
a.btn1, a.btn2, a.btn3, a.btn4, a.btn5 {
    color: #fff;
}
/*----------------------------------------------------------------
                        End Slider Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start About Section
----------------------------------------------------------------*/
.about-area {
    padding-bottom: 73px;
}
.section-top{
    margin: 0 auto;
    max-width: 940px;
}
.section-top h3 {
    color: #000000;
    font-weight: 600;
}
.section-top h2 {
    color: #000000;
    font-weight: 600;
}
.section-top .title-line { padding: 10px 0 50px 0; }
.section-top .title-line:before { background: #d1d1d1; content: ""; display: block; height: 2px; margin: 0 auto; width: 220px; }
.section-top .title-line:after { background: #000000; content: ""; display: block; height: 6px; position: relative; top: -6px; margin: 0 auto;  width: 60px; }

.about-img > img {
    width: 95%;
}
.single-about-item {
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.20);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.about-icon i {
    color: #888888;
    font-size: 70px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.single-about-item h3 {
    color: #333333;
	-webkit-transform: translateY(160%);
    transform: translateY(160%);
}
.single-about-item p {
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.single-about-item:hover.single-about-item p {
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.single-about-item:hover .about-icon i {
    color: #000000;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.single-about-item:hover.single-about-item h3 {
    color: #000000;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
/*----------------------------------------------------------------
                        End About Section
----------------------------------------------------------------*/
.feature-area {
    padding-bottom: 57px;
}
.feature-img img {
    width: 100%;
}
.feature-content {
    padding-right: 50px;
}
.single-feature-item {
    -webkit-align-items: left;
    align-items: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding-bottom: 33px;
}
.feature-icon i {
    color: #000000;
    font-size: 30px;
}
.single-feature-content {
    padding-left: 30px;
}
.single-feature-item:hover .single-feature-content h3{
    color: #000000;
}
/*----------------------------------------------------------------
                        Start service Section
----------------------------------------------------------------*/
.service-area {
    padding-bottom: 9px;
}
.single-service-item {
    cursor: pointer;
    margin-top: -30px;
    margin-bottom: 60px;
    padding: 20px 40px;
}
.single-service-item:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.service-item-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 55px;
    margin-bottom: 10px;
    width: 55px;
}
.service-item-icon i {
    color: #000000;
    font-size: 35px;
    line-height: 55px;
}
.single-service-item:hover .service-item-icon {
    background: #000000;
}
.single-service-item:hover .service-item-icon i {
    color: #fff;
}
.single-service-item > h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 50px;
}
.single-service-item:hover h3 {
    color: #000000;
}
/*----------------------------------------------------------------
                        End service Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start facts Section
----------------------------------------------------------------*/
.facts-area {
    padding-top: 86px;
    padding-bottom: 95px;
    background: url(../images/facts-bg.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.single-facts-item i {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
}
.single-facts-item .counter {
    color: #fff;
    font-size: 55px;
    display: block;
    font-weight: 800;
}
.single-facts-item h6 {
    color: #fff;
    font-size: 18px;
	line-height:30px;
}
.facts-area2 {
    padding-top: 86px;
    padding-bottom: 95px;
    background: url(../images/facts-bg2.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.single-facts-item2 h6 {
    color: #fff;
    font-size: 18px;
	line-height:30px;
}
/*----------------------------------------------------------------
                        End facts Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start portfolio Section
----------------------------------------------------------------*/
.portfolio-area {
    padding-bottom: 68px;
}
.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.5);
}
.portfolio-menu {
    margin-top: -10px;
    margin-bottom: 30px;
}
.portfolio-menu li {
    font-size: 16px;
    line-height: 28px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-transform: capitalize;
}
.tooltip-inner {
    background: #000000;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #000000;
}
.portfolio-menu li:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -100%;
    background: #999;
    width: 100%;
    height: 1px;
    visibility: hidden;
    -webkit-opacity: 0;
    opacity: 0;
}
.portfolio-menu li:hover::after,
.portfolio-menu li.active::after {
    left: 0;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.portfolio-item {
    margin-bottom: 30px;
    position: relative;
}
.portfolio-item img {
    width: 100%;
}
.portfolio-item-caption {
    top: 30%;
    left: 50%;
    padding: 92px 320px 70px 55px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.portfolio-item-caption h6 {
    top: 0;
    left: 50%;
    color: #fff;
    font-size: 18px;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
	text-align:center;
    text-transform: capitalize;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.portfolio-item-caption span {
    left: 50%;
    top: 60%;
    color: #fff;
    font-size: 14px;
    -webkit-opacity: 0;
    opacity: 0;
    position: absolute;
	text-align:center;
    visibility: hidden;
    text-transform: capitalize;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.portfolio-item .overlay {
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.portfolio-item:hover .overlay {
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-item:hover .portfolio-item-caption h6 {
    top: 20%;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.portfolio-item:hover .portfolio-item-caption span {
    bottom: 20%;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
}
/*----------------------------------------------------------------
                        End portfolio Section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Pricing Section
----------------------------------------------------------------*/
.pricing-area {
    padding-bottom: 98px;
}
.pricing-table {
    overflow: hidden;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #eee;
}
.pricing-top {
    width: 100%;
    height: 125px;
    position: relative;
    background: #000000;
}
.pricing-top h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding-top: 23px;
    text-transform: capitalize;
}
.pricing-cost {
    background: #000000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 100%;
    height: 110px;
    left: 50%;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 110px;
    border: 5px solid #fafafa;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pricing-cost > span {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
sub {
    font-size: 14px;
    font-weight: 500;
}
.pricing-table li {
    line-height: 45px;
    border-bottom: 1px solid #eee;
}
.pricing-table li:first-child {
    padding-top: 60px;
}
.btn4 {
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-weight: 500;
    line-height: 36px;
    padding: 0 25px;
    margin: 15px;
    background: #000000;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #000000;
}
.btn4:hover {
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
}
.pricing-table:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.20);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.20);
}
/*----------------------------------------------------------------
                        End Pricing Section
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Contact section
----------------------------------------------------------------*/
.contact-area{
    height: 100%;
    width: 100%;
    padding-bottom: 98px;
}
.single-contact-field {
    margin-bottom: 30px;
}
.single-contact-field .text-field {
    font-size: 14px;
    height: 50px;
    padding: 0 10px;
    width: 100%;
    line-height: 20px;
    border: 1px solid #ddd;
}
.single-contact-field textarea {
    height: 150px;
    width: 100%;
    line-height: 20px;
    padding: 12px 10px;
    border: 1px solid #ddd;
}
.btn3 {
    background: #000000;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 36px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: capitalize;
    border: 1px solid #000000;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.btn3:hover {
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
}
.contact-info {
    padding-left: 30px;
}
.contact-info > h3 {
    font-size: 16px;
    padding-bottom: 30px;
    text-transform: none;
}
.contact-icon {
    width: 60px;
    display: inline-block;
}
.contact-icon i {
    color: #000000;
    font-size: 50px;
    line-height: 50px;
}
.info-text {
    padding-left: 20px;
    display: inline-block;
}
.info-text {
    font-size: 15px;
    font-weight: 400;
}
.contact-info li {
    width: 100%;
    margin-bottom: 14px;
    display: inline-block;
}
.info-text a {
    color: #444444;
}
.info-text a:hover {
    color: #337ab7;
}
.success {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #000000;
    padding: 15px;
    text-align: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 25px;
}
/*----------------------------------------------------------------
                        End Contact section
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Footer Section
----------------------------------------------------------------*/
footer.footer-area {
    padding-top: 83px;
    padding-bottom: 89px;
}
.footer-logo > a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: capitalize;
}
.ftr-social-link {
    margin-top: 30px;
    margin-bottom: 40px;
}
.ftr-social-link li {
    display: inline-block;
}
.ftr-social-link li a i {
    background: #fff;
    color: #000000;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.ftr-social-link li:hover a i {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.copy-right > p {
    color: #fff;
}
.copy-right > p a {
    color: #fff;
}
.copy-right > p a:hover {
    color: #337ab7;
}
/*-------------Scroll To Top-------------*/
.scroll-top {
    height: 35px;
    width: 35px;
    background: #000000;
    text-align: center;
    position: fixed;
    right: 20px;
    cursor: pointer;
    bottom: 80px;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.scroll-top i {
    line-height: 35px;
    color: #fff;
    font-size: 24px;
}
.not-visible {
    visibility: hidden;
    -webkit-opacity: 0;
    opacity: 0;
}
/*----------------------------------------------------------------
                        End Footer Section
----------------------------------------------------------------*/

/*--------------------------------------------------------------------
                        Start Privacy Page
--------------------------------------------------------------------*/
.privacy-banner-area{
    background: url(../images/banner2.jpg);
    background-position: 50% 35%;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 160px;
    position: relative;
    overflow: hidden;
}
.breadcrumb-area .breadcrumb {
    background: #333;
    display: inline-block;
    margin-bottom: 0;
    background: transparent;
}
.breadcrumb-area .breadcrumb li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.breadcrumb-area .breadcrumb > .active {
    color: #aaa;
    font-size: 16px;
    text-transform: capitalize;
}
.breadcrumb-area .breadcrumb li{
    color: #fff;
    position: relative;
}
.single-content{
    margin-bottom: 78px;
}
.entry-content > p {
    text-align: justify;
	margin-bottom:20px;
}
.entry-content h4 {
    color: #000000;
	font-size:18px;
	font-weight:600;
	margin-bottom: 5px;
}


/*----------------------------------------------------------------
                        Start Preloader Section
----------------------------------------------------------------*/
.loader-overlay {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.preloader {
    background: #000000;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.preloader-inner-area {
    height: 100%;
    position: relative;
    width: 100%;
}
.l-preloader {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.c-preloader {
    width: 60px;
    height: 60px;
    position: relative;
}
.c-preloader::before {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #000000;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    animation-name: preloading;
    animation-duration: 1.2s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.c-preloader::after {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #000000;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    animation-name: preloading;
    animation-duration: 1.2s;
    animation-delay: -0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes preloading {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}




.map {
    position: relative;
}

.map iframe {
    width: 100%;
    height: 100%;
    min-height: 20rem;
    border: none;
}

@media (min-width: 768px) {
    .map {
        display: flex;
        align-items: center;
        min-height: 35rem;
    }

    .map iframe {
        position: absolute;
        left: 0;
        top: 0;
        min-height: auto;
    }
}

@media (max-width: 1199.98px) {
    .contact-form-padding {
        padding-left: 0;
    }
}

@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .map,
  #map_canvas {
        min-height: 20rem;
    }

    .map iframe,
    #map_canvas iframe {
        min-height: 20rem;
    }

    .map {
        display: block;
        min-height: 20rem;
    }

    .map iframe {
        position: relative;
        left: 0;
        top: 0;
    }
}

/*----------------------------------------------------------------
                        End Preloader Section
----------------------------------------------------------------*/




/*************************************
	    	 WhatsApp 
**************************************/ 
.btn-whatsapp {
        display:block;
        width:50px;
        height:50px;
        color:#fff;
        position: fixed;
        right:10px;
        bottom:40px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}















