@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,500&display=swap');
body {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	background: #fff;
	font-size: 18px;
    line-height: 1.7;
	color: #000;
}
/*Typography*/
div, p, a, li, td { -webkit-text-size-adjust:none; }
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0 0 1rem 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Playfair Display', serif;
    line-height: 1.3;
}
h1,h2,h3 {
	font-weight: 700;
}
h4,h5,h6 {
	font-weight: 300;
}
h1 {
	font-size: 50px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
p {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
}
p span, p strong {
    font-weight:bold;
}
img {
    border:none;
    max-width:100%;
}
a {
    text-decoration: none;
    color:#000;
}
a:hover,a:focus,a:active {
	text-decoration: none;
	outline: none !important;
	color: #222;
}
input[type="text"]:focus,
input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="number"]:focus,
input[type="number"]:active
textarea:focus,
textarea:active {
    outline: none !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select {
    width: 100%;
    background: #fff;
    border: solid 1px #ff0066;
    text-indent: 10px;
    color: #000;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"],
select {
    height: 45px;
}
textarea {
    padding-top: 8px;
    height: auto;
}
select {
    outline: none;
    text-indent: 0;
    padding-left: 10px;
}
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: normal;
}
.heading,
.heading2 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.heading small,
.heading2 small {
    font-size: 18px;
    color: #ff0066;
}
.heading small a,
.heading2 small a {
    color: inherit;
}
.heading:after,
.heading-center:after,
.heading2:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #ff0066;
    position: absolute;
}
.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
    bottom: 0;
}
.heading2:after {
    left: -120px;
    top: 10px;
}
.heading:after {
    bottom: 0;
    left: 0;
}
.heading small {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-bottom: 15px;
    font-weight: 300;
}
.heading span,
.heading-center span,
.heading2 span {
    color: #ff0066;
}
.heading-white:after {
    background: #fff;
}
.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
    height: 45px;
    line-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 100%;
}
.btn:hover,
.btn:focus,
.btn:active {
    outline: none;
    box-shadow: 0 6px 50px rgba(0,0,0,0.2);
}
.btn-transparent {
    border: solid 1px #fff;
    color: #fff;
    background: transparent;
}
.btn-transparent:hover,.btn-transparent:focus,.btn-transparent:active,
.btn-default:hover,.btn-default:focus,.btn-default:active {
    background: #ff0066 !important;
    border-color: transparent !important;
    color: #fff;
}
.btn-default {
    border-color: #ff0066;
}
.btn-primary {
    background: #ff0066 !important;
    color: #fff;
    border: none;
    border-color: transparent;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
    background: #3C00FF !important;
    color: #fff;
}
.btn-rounded {
    border-radius: 50px !important;
}
.btn-block {
    display: block;
}
.btn-lg {
    height: auto;
    line-height: normal;
    font-size: 110%;
    padding: 10px 30px;
}
.btn-sm {
    height: auto;
    line-height: normal;
    font-size: 80%;
    padding: 5px 10px;
}
.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}
.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}
.space15 {
    display: block;
    padding: 15px 0;
    clear: both;
}
.space20 {
    display: block;
    padding: 20px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.white {
    color: white;
}
.container {
    position: relative;
    z-index: 10;
}
/*header*/
.header {
    display: block;
    width: 100%;
    height: auto;
}
.header .callushead {
    float: right;
    height: 100px;
    display: flex;
    align-items: center;
}
.header .callushead h4 {
    padding: 10px 30px 15px 30px;
    border: solid 1px #ff0066;
    border-radius: 50px;
    line-height: 1;
    margin: 0;
}
.logo {
    display: flex;
    align-items: center;
    height: 100px;
    margin: 0;
    float: left;
}
.logo img {
    max-width: 400px;
    height: auto;
}
/*bannerSection*/
.bannerSection {
    display: block;
    width: 100%;
    height: 70vh;
    background: url('../images/banerimg.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}
.video-background {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.video-background iframe {
    width: 200% !important;
    height: 200% !important;
    position: absolute;
    top: -50%;
    left: -50%;
}
.bannerHeading {
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #ff0066;
    color: #fff;
    text-align: center;
}
.bannerHeading h1 {
    margin: 0;
    line-height: 1;
}
.bannerHeading h1 small {
    display: block;
    color: inherit;
    padding-bottom: 15px;
    opacity: 0.7;
    font-style: italic;
}
/*contactUsSection*/
.contactUsSection {
    display: block;
}
.section,
.section2 {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
    padding: 40px 0;
}
@media (min-width: 768px) {
    .section {
        padding: 70px 0;
    }
}
/*googleMap*/
.googleMap {
    display: block;
    clear: both;
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.googleMap iframe {
    width: 100%;
    height: inherit;
}
/*footerSection*/
.footerSection {
    text-align: center;
    border-top: solid 1px #ddd;
}
.footerSection p {
    margin-bottom: 0;
}
/* whtsappbtn */
.whtsappbtnFixed {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    color: #fff;
    font-size: 30px;
    background: #4ac659;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.whtsappbtnFixed:hover,
.whtsappbtnFixed:active,
.whtsappbtnFixed:focus {
    background: #fff;
    color: #4ac659;
    box-shadow: 0 10px 50px rgba(0,0,0,0.3);
}
.modal-content {
    border-radius: 0;
}
/*modalForm*/
.modalForm {
    display: block;
}
.modalForm .modalFormField {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.modalForm .modalFormField input,
.modalForm .modalFormField textarea {
    text-indent: 50px;
}
.modalForm .modalFormField > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ff0066;
}


.bannerSubHeading {
    display: block;
    padding: 30px 0;
    text-align: center;
    background: #ff0066;
    color: #fff;
}
.bannerSubHeading > div {
    display: inline-block;
}
.bannerSubHeading > div > span {
    position: relative;
    display: inline-block;
    font-size: 34px;
}
.bannerSubHeading > div > span:before {
    content: '';
    display: inline-block;
    margin: 0 15px;
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 0.3;
    border-radius: 50%;
    position: relative;
    top: -6px;
}
.bannerSubHeading > div:first-child > span:before {
    display: none;
}


/*Media Queries*/
@media (min-width: 768px) {
    
}
@media (max-width: 1490px) {
    
}
@media (max-width: 1366px) {
        
}
@media (max-width: 1280px) {    
    
}
@media (max-width: 1200px) {
    
}
@media (max-width: 1024px) {
    
}
@media (max-width: 991px) {
    
}

@media (max-width: 875px) {
    
}

@media (max-width: 768px) {
    
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    h4 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.3;
    }
    .header {
        text-align: center;
    }
    .header .callushead {
        float: none;
        height: auto;
        margin: 15px 0;
        display: inline-block;
    }
    .logo {
        float: none;
        display: inline-block;
        text-align: center;
        height: auto;
        margin: 15px 0;
    }
    .logo img {
        max-width: 90%;
    }
}

@media (max-width: 650px) {
    
}