@font-face {
    font-family: 'CinzelDecorative-Regular';
    /*font-style: normal;*/
    font-weight: 100;
    /*font-display: swap;*/
    src: url("https://shriganeshdevelopers.com/fonts/CinzelDecorative-Regular.ttf") format('truetype');
    /*unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;*/
}



.animate,
.btn,
.form-control,
.owl-theme .owl-dots .owl-dot span,
.simplefilter li,
::after,
::before,
a {
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}

body {
    color: #4a4a4a;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

a,
a:focus,
a:hover,
button {
    text-decoration: none !important;
    outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0;
}

li,
ul {
    list-style-type: none;
}

.relative {
    position: relative;
}

.mr-5 {
    margin-right: 5px;
}

.back-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

.back-img-3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

.overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.mobile-view {
    display: none;
}

body.modal-open {
    padding: 0 !important;
}

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

.head-top {
    background: #fff;
    padding: 0 0 0 20px;
}

.menu {
    width: 57%;
}

.menu li {
    padding: 0;
}

.menu li a {
    color: #003141;
    display: block;
    font-size: 13.5px;
    padding: 8px 6px;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
}

.menu li a:hover {
    background: #051639;
    color: #fff;
}

.logo .image-outer {
    color: #000;
    font-size: 30px;
    display: block;
}

.logo .image-outer img {
    width: 105px;
}

.tree-logo {
    width: 223px;
    position: absolute;
    top: 84px;
    left: 6px;
    color: #000;
    text-align: center;
    background: #ffffffa8;
    padding: 5px 0;
}

.menu {
    margin: 20px 0 19px 19px;
}

.call-us {
    width: 330px;
    padding: 0 30px;
}

.call-us .form-control {
    border-radius: 50px;
    border: 1.5px solid #003141;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 38px;
    margin: 20px 0 0;
    font-size: 13px;
    padding-right: 90px;
}

.call-us .btn {
    position: absolute;
    right: 30px;
    top: 20px;
    border-radius: 50px;
    border: none;
    background: #003141;
    color: #fff;
    padding: 0;
    height: 38px;
    font-size: 13px;
    width: 85px;
}

.banner .item {
    height: 100vh;
}

.banner-cap-data {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
}

.ban-reg .modal-header {
    padding: 0;
}

.ban-reg .modal-header button {
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 7px;
    font-size: 15px;
}

.ban-reg {
    position: absolute;
    right: 0;
    top: 86px;
    width: 338px;
    background: #fff;
}

a.whats-pt0 {
    padding: 4px !important;
    padding-top: 7px !important;
}

img.img-responsive.center-block.whatsapp-img {
    width: 80%;
}

.ban-reg h4 {
    background: #003141 none repeat scroll 0 0;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

.ban-reg p {
    padding: 10px 10px 0;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.ban-reg h4 span {
    color: #fff;
    font-size: 74px;
    left: 20px;
    opacity: 0.36;
    position: absolute;
    top: 0;
}

.ban-reg form {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
}

.btn.btn-eve-regi {
    border-radius: 0;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    height: 50px;
    margin: 2px 0;
    width: 100%;
}

.btn-orage {
    background-color: #003141;
}

.download-btn:after {
    background: url(../images/download.png);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.download-btn:after,
.download-btn:hover:after {
    position: absolute;
    top: 8px;
    left: 10px;
    height: 24px;
    width: 26px;
    content: "";
}

.download-btn {
    position: relative;
    padding: 8px 15px 8px 50px;
    background: #003141;
    border: 2px solid #003141;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.download-btn:focus,
.download-btn:hover {
    color: #fff;
    text-decoration: none;
}

.enq-btn {
    max-width: 400px;
    margin: 0 auto;
    border: 2px solid;
    padding: 20px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    text-align: center;
    cursor: pointer;
}

.floor-plan-section {
    position: relative;
}

.cust-inp .form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #cacacb;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-weight: 300;
}

.cust-inp .form-control:focus,
.cust-inp .form-control:hover {
    border-bottom: 1px solid #003141;
}

.ban-cap {
    position: absolute;
    width: 100%;
    background: #003141;
    bottom: 0;
    padding: 20px 370px 20px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.ban-cap p {
    width: px;
}

.slogan {
    width: 136%;
    text-align: center;
}

.pull-left span,
.slogan span {
    font-size: 17px;
    font-weight: 600;
}

.vist-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 350px;
}

.vist-btn .btn {
    height: 100%;
}

.bnr-btn.vist-btn {
    margin-bottom: 10px;
}

.vist-btn {
    top: -3px;
    height: 50px;
    right: -10px;
}

.btn-emioffer {
    position: relative;
    bottom: -25px;
    left: 25px;
}

.schedule-btn-align {
    position: relative;
    left: 35px;
    top: 18px;
}

.cust-inp span,
.phone-no a {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    vertical-align: text-bottom;
    display: inline-block;
}

.phone-no a {
    font-size: 18px;
}

section {
    padding: 40px 0;
    background: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 3px 10px rgba(189, 207, 222, 0.4);
    box-shadow: 0 3px 10px rgba(189, 207, 222, 0.4);
}

.bg-grey {
    background: #fff;
}

.over-data-para h1 {
    font-size: 25px;
}

.over-data-para {
    font-size: 15px;
    margin-bottom: 25px;
}

.over-data-p {
    padding: 8% 8% 8% 2%;
    list-style-type: disc;
}

.project-highlights-para {
    margin-top: 7%;
}

.comm-head {
    margin: 0 0 45px;
    font-size: 50px;
    font-weight: 700;
    color: #351E0C;
    text-align: center;
}

.over-data p {
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}

.gal-list ul {
    padding: 0 3px;
}

.gal-list li {
    float: left;
    width: 33.333%;
    padding: 3px;
}

.gal-lists li {
    float: left;
    width: 25%;
    padding: 3px;
}

li.gal-list-li {
    float: left;
    width: 33.33%;
    padding: 3px;
}

.gal-lists ul {
    padding: 0 3px;
}

.wt-100 {
    width: 100%;
    height: 294px;
}

.gal-img {
    position: relative;
}

.gal-img:hover .gallery-block-text {
    opacity: 0;
}

.gallery-block-text {
    position: absolute;
    top: 80%;
    z-index: 10;
    color: #fff;
    width: 100%;
    margin-top: -15px;
    font-size: 20px;
    font-weight: 400;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.location-img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.master-plan-img {
    height: auto;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.flor-tab > ul {
    width: 280px;
    border: 1px solid #e5b304;
    border-radius: 50px;
    margin: 0 auto 50px;
}

.flo-data li,
.flor-tab > ul li {
    float: left;
    width: 50%;
    padding: 0;
}

.flor-tab > ul li a {
    padding: 6px;
    display: block;
    border-radius: 50px;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin: -1px;
}

.flor-tab > ul li.active a,
.flor-tab > ul li.active a:hover {
    background: #e5b304;
    color: #fff;
}

.flor-img {
    min-height: 395px;
    padding: 10px;
    background: #f1f1f1;
    margin: 10px;
}

.ami-data img {
    width: 90px;
    margin: 0 auto;
    display: block;
}

.ami-data h5 {
    text-align: center;
    margin: 10px 0 0;
    color: #000;
    min-height: 35px;
}

.ami-data {
    padding: 20px;
    -webkit-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.65);
    margin: 0 0 30px;
    border-radius: 5px;
}

.ami-data:hover {
    border-radius: 37%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.price-data {
    width: 721px;
    margin: 0 auto;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    /*box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.33);*/
    border-collapse: separate;
    border-spacing: 5px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    background: #e1e1e1;
    width: 30%;
    text-align: center;
    vertical-align: middle;
}

.price-data tbody a {
    color: #243863;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline !important;
    display: block;
    cursor: pointer;
}

.map iframe {
    width: 100%;
}

footer {
    background: #7c7c7c;
    padding: 40px 0;
    color: #fff;
}

footer h4,
footer h4 a:focus,
footer h4 a:hover {
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin: 0 0 20px;
}

footer p {
    font-size: 12px;
}

section.contact-section {
    background: #01b1d7;
}

.cont-info {
    color: #fff;
    text-align: center;
}

.cont-info strong {
    display: block;
    margin: 10px 0 0;
}

.footer-logo {
    margin-bottom: 0;
}

section.contact-section {
    padding: 27px 0 10px 0;
}

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

section.contact-section .phone-no a {
    font-size: 18px;
    margin: 10px 0 0;
    color: #fff;
}

footer p {
    margin: 0 0 5px;
    text-align: center;
}

footer h4 a {
    color: #fff;
    text-decoration: underline !important;
}

.bnr-btn.vist-btn {
    right: auto;
    left: 0;
    height: 53px;
    z-index: 99;
    top: auto;
    top: -9px;
}

.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 17%;
    z-index: 1;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: unset;
}

.btn-hide {
    display: none;
}

.landg-forms .ban-reg {
    position: relative;
    top: auto;
    margin: 0 auto;
    width: 400px;
}

label.error {
    color: #f11616;
    font-weight: 400;
    font-size: 12px;
}

.over-img img {
    margin: 0 auto;
    margin-top: 57px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.table-bordered {
    border: 1px solid #999;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #999;
}

select#countrycode_enquiry-form-1 {
    padding: 0 9px;
    margin: 0;
    height: 24px;
}

.h415px b {
    font-size: 15px;
    font-weight: 600;
}

.banner-caption li {
    padding: 0;
}

.banner-caption h5,
h6 {
    font-weight: 400;
}

h5.powerbbt {
    text-align: center;
    margin-top: 15px;
    color: #fff;
}

.powerbbt a {
    color: #fff;
}

.wt-50 {
    width: 50%;
}

i.fa.fa-whatsapp {
    color: #25d366;
    font-weight: 500;
}

.over-data-p {
    padding: 4% 4% 4% 2%;
    list-style-type: disc;
    text-align: center;
}

.over-data .over-data-p p {
    color: #58595b;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
}

h1.comm-head.text-uppercase.sectext {
    font-size: 18px;
}

.pt-20-why {
    padding: 20px;
}

.mr-b15 {
    margin-bottom: 15px;
}

h1.over-subtextver-subtext {
    font-size: 30px;
    font-weight: 700;
    font-family: cursive;
    margin: 6px 0 15px 0;
}

.comm-head-1 {
    margin: 0 0 24px;
    font-size: 50px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.mr-top-15 {
    margin-top: 15px;
}

span.offer-sec-span {
    font-size: 8px;
}

h1.comm-head4.text-uppercase {
    text-align: center;
    padding-bottom: 40px;
    font-weight: 600;
}

.enq-border {
    border-radius: 10px;
}

h1.big-enq-text {
    font-size: 58px;
    font-weight: 600;
    text-align: right;
}

.ban-reg4 {
    border-radius: 50px;
    color: #fff;
    padding-top: 40px;
}

.cust-inp .form-control4 {
    background: rgb(255 255 255) none repeat scroll 0 0;
    border-color: #cacacb;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-weight: 300;
    /*border-radius: 8px;*/
}

.form-control4 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

select#countrycode_offer-form2 {
    position: absolute;
    width: 35%;
    background: #878787;
}

.enq-pt#contact {
    padding-left: 125px;
}

section.video-section2 {
    background-color: rgb(0 49 65 / 84%);

    padding: 40px 0;
}

h3.video-heading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
}

h3.video-heading-virtual {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 65px;
}

h2.enq-h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 23px;
}

p.enq-p {
    text-align: center;
    color: #fff;
}

p.enq-p2 {
    text-align: center;
    color: #6d6d69;
    padding: 25px 0;
}

.btn.btn-eve-regi1 {
    border-radius: 0;
    -webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 25%);
    color: #003141;
    height: 38px;
    margin: 25px 0 0 0;
    width: 15%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

h4.over-h4 {
    font-weight: 700;
    color: #000;
    text-align: left;
    margin: 20px 0;
}

.over-data-p-partner {
    padding: 1% 1% 1% 1%;
    list-style-type: disc;
    color: #58595b;
    font-weight: 500;
    letter-spacing: 1px;
}

.owl-prev {
    position: absolute;
    top: 35%;
    left: 1%;
}

.owl-next {
    position: absolute;
    top: 35%;
    right: 1%;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #000;
    font-size: 55px;
    margin: 5px;
    background: 0 0;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: 0 0;
    color: #000;
    text-decoration: none;
}

.vist-btn .btn-offer {
    border: none;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: 0;
    padding: 8px;
    font-size: 13px;
    font-weight: 600;
    width: 225px;
}

.btn-offer.lg {
    padding: 15px;
    font-size: 20px;
}

.vist-btn .btn-offer:hover {
    -webkit-box-shadow: 0 0 5px gray;
    box-shadow: 0 0 5px gray;
    -webkit-transform: translate(2px, 5px);
    transform: translate(2px, 5px);
}

.btn-offer.color {
    -webkit-box-shadow: 2px 5px 0 #05163999;
    box-shadow: 2px 5px 0 #05163999;
    color: #003141;
}

.btn-offer.color:hover {
    -webkit-box-shadow: 0 0 3px #cf8f6e;
    box-shadow: 0 0 3px #cf8f6e;
    border: 0.8px solid #cf8f6e;
}

.location button.download-btn-new {
    margin: 15px 0 0;
}

#contactForm-2 {
    position: fixed;
    right: 0;
    float: right;
    top: 15%;
    z-index: 18;
}

#contactForm-2 .img-responsive.center-block.whatsapp-img {
    width: 44px;
}

div#contactForm--2 a {
    display: block;
}

.image-outer p {
    font-size: 13px;
    color: #003141;
    font-weight: 700;
    margin-left: -15px;
}

.banner-mobile {
    display: none;
}

.banner-mobile .item.back-img {
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
}

.banner-mobile .item.back-img-3 {
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    background-size: contain;
}

.gal-img img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.duk-logo {
    position: absolute;
    top: 70px;
    left: 20px;
    z-index: 9999;
}

.duk-logo img {
    width: 185px;
}

ul.over-list {
    margin: 20px 0 0 20px;
}

ul.over-list li {
    margin: 0 0 6px;
    list-style-type: disc;
}

.flex-model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

h2.enq-h2.bottom-head {
    text-transform: none;
}

.floor-img img {
    height: 300px;
    /*filter: blur(5px);*/
}

.flor-info {
    padding: 15px 10px;
    color: #fff;
    background: #003141;
    margin: 0 0 30px;
    text-align: center;
    position: relative;
    z-index: 0;
}

.floor-img span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.floor-img:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0000006b;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9;
}

.floor-data:hover .floor-img span,
.floor-data:hover .floor-img:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mobile-view {
    display: none;
}

.desk-view {
    display: block;
}

.mobile-view ul.over-list li {
    list-style-type: none;
    border-bottom: 1px solid #aaa;
    padding: 10px;
    margin: 0 0 10px;
}

.mobile-view ul.over-list {
    border: 1px solid #aaa;
    margin: 0;
}

.mobile-view ul.over-list li:last-child {
    margin: 0;
    border-bottom: 0;
}

section.video-section2.mobile-view .ban-reg4 {
    padding: 5px 0 0;
}

section.video-section2.mobile-view {
    background: #fff;
}

section.video-section2.mobile-view .cust-inp .form-control4 {
    border: 1px solid #000;
    margin: 0 0 0;
    color: #000;
}

section.video-section2.mobile-view .enq-pt#contact {
    margin: 15px 0 0;
}

section.video-section2.mobile-view h2.enq-h2 {
    color: #000;
}

section.video-section2.mobile-view select#countrycode_offer-form2 {
    background: #fff;
}


/*newly added*/
.locationAdv {
    /*background-color: #d9dbda;*/
    padding: 25px 0;
    /*margin-bottom: 20px;*/
}

.locationAdv h3 {
    margin: 0 0 20px;
    font-weight: 700;
}

.locationAdv img {
    /*max-width: 35px;*/
    margin: 10px auto 10px;
}

.locationAdv.two img {
    /*max-width: 60px;*/
    margin-top: 10px;
}

.locationAdv p {
    text-align: center;
    margin-bottom: 25px;
    color: #000;
    min-height: 45px;
}

.ammE_block .col-xs-6.col-sm-4.col-md-2 {
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    height: 155px;
}

.br_rht_none {
    border-right: none !important;
}

button.close {
    opacity: 1;
    color: #fff;
}

.btm-frm-wrapper {
    position: fixed;
    bottom: 0px;
    background: rgb(0 49 65 / 88%);
    -webkit-box-shadow: 0px 0px 1px #ca9d75;
    box-shadow: 0px 0px 1px #ca9d75;
    padding: 12px;
    z-index: 99;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-form h4 {
    color: #fff;
}

.footer-form h4 a {
    color: #fff;
    opacity: 0.8;
}

.submit-btn-form {
    background: #003141;
    border: none;
    border-radius: 0px;
}

.btm-space {
    position: static;
}

footer {
    padding-bottom: 70px;
}

.overview-section h1 {
    text-align: left;
    margin: 20 0 20px;
}

#contactLink,
#contactLinkSchedulevisit {
    text-align: center;
}

#contactForm,
#contactForm1 {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

}

#contactForm.open {
    right: 0%;
    opacity: 1;
}

#contactForm1.open {
    right: 0%;
    opacity: 1;
}

.banner-video video {
    width: 100%;
}

.head-top {
    background: #003141;
}

.menu li a {
    color: #ffffff;
}

.ban-reg-new {
    top: 214px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.banner-video video {
    width: auto;
}

.logo .image-outer img {
    width: 100%;
}

.menu.animate.pull-left li.desk-view a {
    display: block;
}

.menu.animate.pull-left li.mobile-view a {
    display: none;
}

.overview-section h1,
.comm-head {
    font-family: 'CinzelDecorative-Regular' !important;
}

.menu li a {
    font-family: 'CinzelDecorative-Regular' !important;
}

.contact-data p {
    font-size: 16px;
    font-weight: 500;
}

.contact-data p strong {
    font-weight: 700;
    font-size: 18px;
}

.contact-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-img img {
    margin: 0 auto;
    border-radius: 50px;
    width: 400px;
}

.contact-data p a {
    color: #4a4a4a;
}
