html{ scroll-padding-top: 200px;scroll-behavior: smooth;}
body {
font-family: "Hanken Grotesk", sans-serif;
font-weight: 400;
color: #7d7d7d;
font-size: 20px;
line-height: 32px;
background: #fff;
}
p {
font-size: 24px;
line-height: 40px;
color: #4b4b4b;
margin-bottom: 30px;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
font-size: 64px;
line-height: normal;
margin-bottom: 20px;
text-transform: none;
color: #03565b;
font-weight: 400;
font-family: "Hanken Grotesk", sans-serif;
}
a {
color: #030303;
text-decoration: none;
}
ul {
margin: 0px;
padding: 0px;
list-style: none;
}
/*workspace training*/
/*whatsapp animation*/
.aniimg a {
position: relative;
}
.quick-alo-ph-circle-fill.active {
width: 80px;
height: 80px;
position: absolute;
background-color: #a0a0a0;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border: 2px solid #ffffff8a;
opacity: 1;
-webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
-moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
-ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
-o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.quick-alo-ph-circle.active {
width: 130px;
height: 130px;
position: absolute;
background-color: transparent;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border: 2px solid rgba(30, 30, 30, .4);
opacity: 1;
-webkit-animation: quick-alo-circle-anim 3s infinite ease-in-out;
-moz-animation: quick-alo-circle-anim 3s infinite ease-in-out;
-ms-animation: quick-alo-circle-anim 3s infinite ease-in-out;
-o-animation: quick-alo-circle-anim 3s infinite ease-in-out;
animation: quick-alo-circle-anim 3s infinite ease-in-out;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.aniimg {
display: inline-flex;
align-items: center;
justify-content: center;
/*width: 100px;*/
/*height: 100px;*/
position: fixed;
right: 10px;
bottom: 20px;
z-index: 1000;
}
@-moz-keyframes quick-alo-circle-anim {
0% {
-moz-transform: rotate(0) scale(.5) skew(1deg);
opacity: .1;
-moz-opacity: .1;
-webkit-opacity: .1;
-o-opacity: .1
}
30% {
-moz-transform: rotate(0) scale(.7) skew(1deg);
opacity: .5;
-moz-opacity: .5;
-webkit-opacity: .5;
-o-opacity: .5
}
100% {
-moz-transform: rotate(0) scale(1) skew(1deg);
opacity: .6;
-moz-opacity: .6;
-webkit-opacity: .6;
-o-opacity: .1
}
}
@-webkit-keyframes quick-alo-circle-anim {
0% {
-webkit-transform: rotate(0) scale(.5) skew(1deg);
-webkit-opacity: .1
}
30% {
-webkit-transform: rotate(0) scale(.7) skew(1deg);
-webkit-opacity: .5
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
-webkit-opacity: .1
}
}
@-o-keyframes quick-alo-circle-anim {
0% {
-o-transform: rotate(0) kscale(.5) skew(1deg);
-o-opacity: .1
}
30% {
-o-transform: rotate(0) scale(.7) skew(1deg);
-o-opacity: .5
}
100% {
-o-transform: rotate(0) scale(1) skew(1deg);
-o-opacity: .1
}
}
@-moz-keyframes quick-alo-circle-fill-anim {
0% {
-moz-transform: rotate(0) scale(.7) skew(1deg);
opacity: .2
}
50% {
-moz-transform: rotate(0) -moz-scale(1) skew(1deg);
opacity: .2
}
100% {
-moz-transform: rotate(0) scale(.7) skew(1deg);
opacity: .2
}
}
@-webkit-keyframes quick-alo-circle-fill-anim {
0% {
-webkit-transform: rotate(0) scale(.7) skew(1deg);
opacity: .2
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
opacity: .2
}
100% {
-webkit-transform: rotate(0) scale(.7) skew(1deg);
opacity: .2
}
}
@-o-keyframes quick-alo-circle-fill-anim {
0% {
-o-transform: rotate(0) scale(.7) skew(1deg);
opacity: .2
}
50% {
-o-transform: rotate(0) scale(1) skew(1deg);
opacity: .2
}
100% {
-o-transform: rotate(0) scale(.7) skew(1deg);
opacity: .2
}
}
@-moz-keyframes quick-alo-circle-img-anim {
10% {
transform: rotate(0) scale(1) skew(1deg)
}
10% {
-moz-transform: rotate(-25deg) scale(1) skew(1deg)
}
20% {
-moz-transform: rotate(25deg) scale(1) skew(1deg)
}
30% {
-moz-transform: rotate(-25deg) scale(1) skew(1deg)
}
40% {
-moz-transform: rotate(25deg) scale(1) skew(1deg)
}
50% {
-moz-transform: rotate(0) scale(1) skew(1deg)
}
100% {
-moz-transform: rotate(0) scale(1) skew(1deg)
}
}
@-webkit-keyframes quick-alo-circle-img-anim {
0% {
-webkit-transform: rotate(0) scale(1) skew(1deg)
}
10% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
}
20% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg)
}
30% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
}
40% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg)
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg)
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg)
}
}
@-o-keyframes quick-alo-circle-img-anim {
0% {
-o-transform: rotate(0) scale(1) skew(1deg)
}
10% {
-o-transform: rotate(-25deg) scale(1) skew(1deg)
}
20% {
-o-transform: rotate(25deg) scale(1) skew(1deg)
}
30% {
-o-transform: rotate(-25deg) scale(1) skew(1deg)
}
40% {
-o-transform: rotate(25deg) scale(1) skew(1deg)
}
50% {
-o-transform: rotate(0) scale(1) skew(1deg)
}
100% {
-o-transform: rotate(0) scale(1) skew(1deg)
}
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
color: #000 !important;
font-size: 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450;
color: #000;
}
.dflx {
display: flex;
align-items: center;
justify-content: right;
}
.dflx-right {
display: flex;
align-items: center;
justify-content: right;
}
::-webkit-input-placeholder { /* Edge */
color: #000;font-size: 16px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000;font-size: 16px;font-size: 16px;
}
::placeholder {
color: #000; font-size: 16px;
}
/*======================================================================*/
header {
position: fixed;
z-index: 99999;
width: 100%;
left: 0px;
top: 0px; ;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; 
background: #fff;
}
.header-bottom {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 25px 0;
}
.logo img {
max-width: 100%;
width: 81%;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.btn-secondary {
color: #B59445;
background-color: #fff;
border-color: #fff;
}
.btn-secondary:hover{
background: #B59445;
color: #fff;
}
img {
max-width: 100%;
transition: all 0.5s;
}
img:hover{
transform: scale(1.1);
}
.logo img:hover{transform: none;}
header.aniPos .header-bottom {
padding: 10px 0;
}
header.aniPos .logo img {
width: 50%;
}
@media (min-width: 1400px){
.container{
max-width: 1223px;
}
}
@media (min-width: 1800px){
.container{
max-width: 1543px;
}
}
.bannerRight:before {
content: "";
background: url(../images/banner-circle.svg) no-repeat center;
background-size: 90%;
text-align: center;
animation: rotateBackground 10s linear infinite;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
@keyframes rotateBackground {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
footer {
padding: 80px 0 50px;
background: #FEEFDE;
}
ul.footmenu li {
margin-bottom: 10px;
}
ul.footmenu li a {
color: #7d7d7d;
}
.location {
color: #fff;
background: url(../images/location.svg) no-repeat left top 6px;
padding-left: 40px;
max-width: 75%;
margin-bottom: 25px;
}
ul.social {
display: flex;
align-items: center;
justify-content: left;
}
ul.social li {
margin: 0px 10px;
}
.copyRight {
padding: 10px 0;
background: #001344;
}
.copy {
color: #4b4b4b;
font-weight: 400;
font-size: 16px;
padding: 23px 0 42px;
}
ul.footmenu li a:hover,footer .contItm a:hover{
color: #03565b;
}
ul.social img{
transition: all 0.5s;
width: 24px;
}
ul.social img:hover{
transform: scale(1.5);
}
.btn:hover img{
filter: brightness(0) invert(1);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
display: none;
}
.wpcf7-not-valid-tip {
color: #dc3232;
font-size: 1em;
font-weight: normal;
position: absolute;
left: 0;
top: 0;
background: #fff;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: left;
padding-left: 15px;
border-radius: 16px;
    z-index: 9;
}
.wpcf7-form-control-wrap {
position: relative;
display: block;
}
@keyframes zoomInOut {
0% {
transform: scale(1);
}
50% {
transform: scale(1.05);
}
100% {
transform: scale(1);
}
}
.hdrPhone a {
background: #03565B;
border: 1px solid #03565B;
color: #fff;
font-size: 23px;
padding: 10px 33px;
border-radius: 64px;
transition: all 0.5s;
}
.hdrPhone a:hover{
background: #fff;
color: #03565B;
border-color: #03565B;
}
section.bannerSlider{
margin-top: 133px;
}
.bannersec {
height: 820px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
margin-top: 133px;
position: relative;
}
.bannrHead {
color: #fff;
font-weight: 500;
font-size: 96px;
line-height: 102px;
text-transform: capitalize;
padding-bottom: 25px;
}
.btn {
font-size: 23px;
border-radius: 64px;
padding: 10px 33px;
outline: 0 !important;
box-shadow: none !important;
}
.btn-primary {
color: #03565B;
background-color: #fff;
border-color: #03565B;
}
.btn-primary:hover{
color: #fff;
background-color: #03565B;
border-color: #03565B;
}
section.workspace {
padding: 140px 0;
background: url(../images/bg1.svg) no-repeat left top, #b28a5d;
background-size: 100%;
}
.workspRw {
padding: 6px 0 0;
}
.wrkspCvr {
padding: 30px;
border-radius: 12px;
background: #fff;
}
.wrkspCvr img{
width: 100%;
height: 360px;
object-fit: cover;
border-radius: 8px;
}
.wrkHead {
font-size: 32px;
text-transform: uppercase;
font-weight: 500;
color: #0c0c0c;
padding: 28px 0 15px;
}
.woSpCont {
padding-right: 65px;
}
.woSpCont p{
margin-bottom: 15px;
font-size: 20px;
line-height: 32px;
color: #7d7d7d;
}
.knw {
color: #03565b;
text-decoration: underline;
font-size: 24px;
line-height: 40px;
}
section.whyWork {
padding: 155px 0 138px;
}
.whyCvr img {
border-radius: 12px;
width: 100%;
height: 336px;
object-fit: cover;
}
.whyCont {
text-align: center;
padding: 30px 0;
}
.whyHead {
font-size: 32px;
color: #0c0c0c;
font-weight: 500;
text-transform: uppercase;
padding-bottom: 10px;
}
.whyCont p{
margin-bottom: 15px;
/*font-size: 20px;
line-height: 32px;*/
color: #7d7d7d;
}
section.amenities {
padding: 140px 0;
background: url(../images/bg2.svg) no-repeat left top, #006666;
background-size: cover;
}
.amnLeft {
padding-right: 50px;
}
.amnCvr img {
border-radius: 12px;
width: 100%;
}
.amnRight {
display: flex;
align-items: center;
justify-content: space-between;
}
.amHead {
font-weight: 500;
color: #fff;
text-transform: uppercase;
font-size: 32px;
padding-bottom: 15px;
}
.para {
font-size: 20px;
line-height: 32px;
margin-bottom: 10px;
color: #7d7d7d;
}
.amnCont {
padding: 26px 0 0;
}
section.whatOffer {
padding: 140px 0 126px;
}
.offrHead {
color: #000;
font-size: 32px;
font-weight: 500;
padding: 43px 0 15px;
position: relative;
text-transform: capitalize;
    min-height: 96px;
}
.offrCvr p{

    position: relative;
}
.offrCvr:hover .para {
    color: #fff;
}
.offrCvr:hover .offrHead {
    color: #fff;
}
.offrCvr {
    padding: 20px 40px 20px;
    border-right: 1px solid #B28A5D;
    border-bottom: 1px solid #B28A5D;
    transition: all 0.5s;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
        min-height: 330px;
            background-position: center;
}
.overlay{

    opacity: 0;
}
.offrCvr:hover .overlay {
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.offrCvr:hover img {
    filter: brightness(0) invert(1);
}
/*.offrCvr:hover {
    background: #B28A5D;
}*/
.whatOffer .col-lg-4:nth-child(3n) .offrCvr{
border-right: 0;
}
/*.whatOffer .col-lg-4:nth-child(4) .offrCvr,.whatOffer .col-lg-4:nth-child(5) .offrCvr,*/
/*.whatOffer .col-lg-4:nth-child(6) .offrCvr{*/
/*border-bottom: 0;*/
/*}*/
section.transform {
height: 845px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.trfRow {
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(7.95px);
border-radius: 12px;
width: 72%;
margin: 0px auto;
padding: 80px 35px;
}
section.testimonial {
padding: 140px 0;
}
.testLeft {
padding-right: 70px;
background: url(../images/quote.svg) no-repeat right 63px top 37px;
}
.testSlider {
position: relative;
}
.playButton {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.playButton img{
width:80px ;
}
.testCvr img{
border-radius: 12px;
}
section.workGal {
padding: 140px 0;
text-align: center;
background: #FEEFDE;
}
.galCvr img {
border-radius: 12px;
}
.galSlider .slick-prev {
left: inherit;
right: 60px;
bottom: inherit;
top: -45px;
}
.galSlider .slick-next {
right: 0;
left: inherit;
top: -45px;
bottom: inherit;
}
section.virtlTour {
text-align: center;
padding: 53px 0 75px;
background: url(../images/bg1.svg) no-repeat left top, #b28a5d;
background-size: 100%;
}
section.virtlTour .virtImg{
padding-bottom: 22px;
}
.virtCont {
max-width: 980px;
margin: 0px auto;
}
section.blogs {
padding: 140px 0;
}
.blgRow {
padding-top: 8px;
padding-bottom: 40px;
}
.blgImg img {
border-radius: 12px;
width: 100%;
height: 360px;
object-fit: cover;
}
.postDate {
font-size: 20px;
line-height: 32px;
color: #7d7d7d;
padding: 25px 0 15px;
}
.blgCont p {
color: #000;
margin: 0;
}
.blgCvr {
padding: 30px 30px;
border-radius: 12px;
background: #F7F7F7;
}
section.transform.enqSec {
height: 922px;
background-size: cover;
}
.form-control {
border: 1px solid #006666;
font-size: 20px;
line-height: 32px;
color: #7d7d7d;
border-radius: 50px;
height: 56px;
padding-left: 25px;
margin-bottom: 30px;
outline: 0 !important;
box-shadow: none !important;
}
::placeholder{
font-size: 20px;
line-height: 32px;
color: #7d7d7d;
}
.enqForm p br {
display: none;
}
.form-submit {
background: #03565B;
border: 1px solid #03565B;
color: #fff;
font-size: 23px;
padding: 10px 33px;
border-radius: 64px;
display: block;
margin: 0px auto;
}
.enqSec .trfRow{
padding: 80px 80px 2px;
}
section.contactsec {
background: url(../images/bg2.svg) no-repeat left top, #03565B;
background-size: cover;
padding: 60px 0 85px;
text-align: center;
}
.homeCnItm {
display: flex;
align-items: flex-start;
justify-content: center;
}
.hmcnHead {
color: #fff;
font-weight: 700;
font-size: 20px;
line-height: 32px;
padding-left: 20px;
text-align: left;
}
.hmcnHead a{
color: #fff;
font-weight: 700;
font-size: 20px;
line-height: 32px;
}
.aniimg.callANI {
bottom: 80px;
z-index: 2000;
}
ul.social li a {
border: 1px solid #03565B;
border-radius: 12px;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
}
.ftrHead {
color: #03565b;
font-weight: 700;
padding-bottom: 7px;
}
.footMenu {
padding-bottom: 8px;
}
.knw:hover,.hmcnHead a:hover{
color: #B28A5D !important;
}
.form-submit:hover{
background: #fff;
color: #03565B;
}
.blgCont,.woSpCont p{
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
header.aniPos .hdrPhone a {
font-size: 16px;
padding: 5px 20px;
}
header.aniPos {
box-shadow: 0 1px 6px 0 #20212447;
}
.wrkspCvr{
overflow: hidden;
}
.blgImg,.snglBanImg,.workInrLeft,.amnLeftImg{
position: relative;
}
.imgCvr:before,.blgImg:before,.snglBanImg:before,.workInrLeft:before,.amnLeftImg:before{
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 12px;
background: transparent;
opacity: 1;
transition: all 0.5s;
}
.imgCvr:hover::before,.blgImg:hover::before,.snglBanImg:hover::before,.workInrLeft:hover::before,.amnLeftImg:hover::before{
opacity: 0.5;
background: #000;
}
.imgCvr, .blgImg {
overflow: hidden;
position: relative;
}
.galCvr img{
transform: none;
}
section.innerbannerMain {
margin-top: 133px;
}
section.innerbannerMain h1 {
font-weight: 500;
font-size: 80px;
line-height: 96px;
text-transform: capitalize;
}
.innerbannerLeft {
position: relative;
height: 100%;
padding: 112px 100px 112px 200px;
background: #feefde;
display: flex;
align-items: center;
justify-content: left;
}
.innerbannerRight{
overflow: hidden;
position: relative;
height: 100%;
}
.innerbannerRight img{
height: 100%;
object-fit: cover;
}
.downArr img {
width: 30px;
margin-left: 20px;
}
.downArr {
padding-top: 45px;
}
section.contentArea {
background: url(../images/bg1.svg) no-repeat, top center, #b28a5d;
background-size: cover;
padding: 128px 0 110px;
}
section.contentArea p {
color: #fff;
}
section.vision {
padding: 142px 0 115px;
}
.vsnImg {
display: flex;
align-items: center;
justify-content: left;
}
.vsnImg img {
margin-right: 40px;
}
.visnCvr {
padding-right: 50px;
border-right: 1px solid #B28A5D;
}
section.vision .col-lg-6:nth-child(even) .visnCvr{
border-right: 0;
}
section.whyWork.wrkInnrAbt {
padding: 142px 327px 85px;
background: url(../images/bg3.svg) no-repeat left center,#006666;
background-size: 100%;
}
section.whyWork.wrkInnrAbt .title {
padding-bottom: 20px;
}
section.whyWork.wrkInnrAbt .imgCvr img {
width: 100%;
border-radius: 12px;
}
section.whyWork.wrkInnrAbt .whyCont {
padding: 0;
padding-left: 55px;
}
.rwreverse {
margin-bottom: 70px;
}
.rwreverse:nth-child(odd) {
margin-bottom: 70px;
flex-direction: row-reverse;
}
.rwreverse:nth-child(odd) .whyCont{
padding-left: 0;
padding-right: 55px;
}
section.team {
text-align: center;
padding: 140px 0 60px;
}
.teamImg img {
border-radius: 12px;
width: 75%;
margin: 0px auto;
}
.teamHead {
font-size: 32px;
color: #03565b;
font-weight: 500;
padding: 25px 0 20px;
text-transform: capitalize;
}
.teamDesg p {
font-size: 20px;
line-height: 32px;
margin: 0;
color: #03565b;
}
.teamCvr {
margin-bottom: 68px;
}
section.ftrTop {
padding: 95px 0 70px;
background: url(../images/bg1.svg) no-repeat, top center, #b28a5d;
background-size: cover;
}
.ftrTopRight {
text-align: right;
padding-top: 10px;
}
.whyDes {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
section.singleBanner {
margin-top: 245px;
}
.snglBanLeft h1 {
font-size: 80px;
line-height: 96px;
font-weight: 500;
}
.snglBanLeft {
padding-right: 50px;
}
.snglBanHead {
color: #03565b;
font-size: 24px;
line-height: 40px;
border: 1px solid #03565b;
border-radius: 64px;
text-align: center;
padding: 10px 30px;
display: inline-block;
margin-bottom: 25px;
}
.snglBanImg {
margin: 55px 0;
}
section.workspInnerDetl {
padding: 82px 310px 138px;
}
.workInrRight {
padding-left: 35px;
}
.rwreverse1 {
margin-bottom: 137px;
}
.rwreverse1:nth-child(even){
flex-direction: row-reverse;
}
.rwreverse1:nth-child(even) .workInrRight{
padding-right: 35px;
padding-left: 0;
}
.rwreverse1:last-child{
margin-bottom: 0;
}
section.workspace.otherSoln{
padding: 140px 0;
background: url(../images/bg2.svg) no-repeat left top, #03565b;
background-size: 100%;
}
.dflx2 {
display: flex;
align-items: center;
justify-content: left;
}
.otherSoln .title {
max-width: 100%;
text-align: center;
}
.workInrRight .para{
margin-bottom: 25px;
}
.snglBanImg img,.workInrLeft img{
border-radius: 12px;
    width: 100%;
}
section.amnDetail {
padding: 130px 0;
background: url(../images/bg1.svg) no-repeat top center, #b28a5d;
background-size: cover;
}
.amnLeftImg img {
width: 100%;
border-radius: 12px;
}
.amnRightCont {
padding-left: 35px;
}
.amnRightCont p {
color: #fff;
font-size: 20px;
line-height: 32px;
}
section.amnDetail:nth-child(odd){
background: url(../images/bg2.svg) no-repeat top center, #006666;
background-size: cover;
}
section.amnDetail.two .row {
flex-direction: row-reverse;
}
section.amnDetail.two .amnRightCont {
padding-left: 0;
padding-right: 35px;
}
.amnDes {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
}
.amnDes p{
color: #fff;
}
.amnCvr {
    margin-bottom: 0;
}
.innrBlg .blgCvr {
margin-bottom: 50px;
}
section.blogs.innrBlg {
padding: 115px 0 50px;
}
.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
display: none !important;
}
section.blogDetails {
padding: 200px 0 0px;
text-align: center;
position: relative;
}
.postdate {
font-size: 16px;
line-height: normal;
color: #4b4b4b;
padding-bottom: 25px;
}
.postdate span{
color: #03565b;
}
section.blogDetails h1 {
font-size: 80px;
line-height: 96px;
font-weight: 500;
}
.blgDetImg {
padding: 30px 0;
}
div.heateor_sss_sharing_title {
text-align: right !important;
color: #4b4b4b;
font-weight: 400 !important;
font-size: 16px;
width: 50%;
margin-right: 20px;
}
div.heateor_sss_sharing_ul {
width: 50% !important;
text-align: left !important;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.blogDetDesPar {
text-align: left;
max-width: 83%;
margin: 0px auto;
}
.blgDetImg img:hover{
transform: none;
}
span.heateor_sss_svg {
margin: 0px 5px;
}
.blgDetImg img {
border-radius: 12px;
}
.CnForm p {
font-size: 20px;
line-height: 32px;
}
.CnForm h2 {
font-size: 48px;
line-height: normal;
margin-bottom: 15px;
}
.CnForm {
position: absolute;
right: 0;
top: 0;
background: rgba(255, 255, 255, 0.7); 
backdrop-filter: blur(7.95px); 
border-radius: 12px;
margin: 75px 188px;
padding: 52px 65px 0;
}
.CnForm p br{
display: none;
}
.CnForm .form-control{
margin-bottom: 20px;
}
.CnForm .form-submit{
margin: 0;
}
section.locationsec {
text-align: center;
padding: 117px 0;
}
.title.halfwdth {
max-width: 800px;
margin: 0px auto;
}
.map iframe {
border-radius: 12px;
width: 100%;
height: 504px;
}
.map {
padding: 10px 0;
}
.modal-backdrop.show{
display: none;
}
.bkkNwModal {
z-index: 99999;
top: 50px;
}
.modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 999;
}
.modal-close button{
border: 0;
background: transparent;
}
.modal-content {
border-color: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 16px 17px 20px #bab7b7;
    border: 1px solid #03565B;
}
.modalLeft{
position: relative;
height: 100%;
overflow: hidden;
}
.modalLeft img{
border-radius: 12px;
height: 100%;
object-fit: cover;
}
.modalTit {
color: #03565B;
font-size: 35px;
line-height: normal;
margin-bottom: 10px;
}
.modalForm .col-md-6 {
width: 100%;
}
.modalForm br{
display: none;
}
.modalRight p {
font-size: 16px;
line-height: 26px;
margin-bottom: 10px;
}
.modalRight .form-control {
border: 0;
border-bottom: 1px solid #006666;
border-radius: 0;
height: 40px;
margin-bottom: 15px;
}
.modalRight .form-submit{
margin: 20px 0 0;
}
.modal-open section{
opacity: 0.5; /* Example: make the rest of the page semi-transparent */
pointer-events: none; /* Example: disable interactions with the rest of the page */
}
.video-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
overflow: hidden;
}
.banner-video {
width: 100%;
height: 100%;
object-fit: cover;
}
section.bannersec:before {
content: "";
/*background: linear-gradient(180deg, #0e0e0e 3.63%, rgb(14 14 14 / 0%) 47.58%, #0e0e0e 97.67%);*/
background: rgba(0,0,0,0.3);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.bannerCont{
position: relative;
z-index: 1;
}
header .current-menu-item a {
color: #03565b !important;
border-bottom: 1px solid #03565b;
}
.blogDetDesPar strong {
color: #03565b;
font-weight: 600;
}
section.blogs.recentBl {
padding: 80px 0;
}
section.workspace.otherSoln .woSpCont {
padding-right: 0;
text-align: center;
}
.modalForm .wpcf7-not-valid-tip {
border: 1px solid #dc3232;
border-radius: 0;
}
textarea.form-control {
    overflow: hidden;
}
.aniimg.FxdcallEm {
    bottom: 140px;
    z-index: 2000;
   
}
section.plans {
    padding: 126px 0;
}
.plnCvr {
    border-radius: 12px;
    border-top: 15px solid #b28a5d;
    background: #FFFFFF;
box-shadow: 0px 4px 24.8px rgba(0, 0, 0, 0.1);
}
.plnHeader {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    background: #006666;
    text-transform: capitalize;
}
.planHead p {
    text-align: center;
    margin: 0;
    color: #4b4b4b;
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 25px;
    text-transform: capitalize;
}
.planBody {
    padding: 28px 42px;
}
.planCont ul li {
    padding-left: 38px;
    font-size: 20px;
    line-height: 32px;
    color: #4b4b4b;
    margin-bottom: 15px;
    position: relative;
}
.planCont ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/list1.svg) no-repeat left top 3px;
    background-size: 22px;
    width: 24px;
    height: 24px;
}
.planBody .btn-primary {
    color: #fff;
    background-color: #03565B;
    border-color: #03565B;
    display: block;
}
.planBody .btn img{

    filter: brightness(0) invert(1);
}
.planCont {
    min-height: 810px;
}
section.addtnlserv {
    padding: 20px 0 50px;
}
.addtnRight img {
    border-radius: 12px;
}
.addtnRight {
    text-align: right;
}
.addtnLeft ul {
    padding: 15px 0;
}
.addtnLeft ul li {
    font-size: 24px;
    line-height: normal;
    padding-left: 64px;
    color: #4b4b4b;
    margin-bottom: 25px;
    position: relative;
}
.addtnLeft ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/list2.svg) no-repeat left top 3px;
    background-size: 22px;
    width: 24px;
    height: 24px;
}
.planBody .btn-primary:hover {
    background-color: #fff;
    color: #03565B;
}
.planBody .btn:hover img{

    filter: none;
}
.form-control[readonly] {
    background-color: transparent;
}
.grecaptcha-badge {
    visibility: hidden !important;
}
.hmcnLoc {
    display: flex;
    align-items: center;
    justify-content: left;
    color: #fff;
        padding: 10px 0 0;
 
}
.hmcnLoc img {
    padding-left: 5px;
}
.hmcnLoc a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
    

/*end workspace*/
/*=================================inner==================================*/
@media all and (max-width:1799px) {
.btn,.form-submit{
font-size: 18px;
line-height: 28px;
padding: 8px 28px;
}
.hdrPhone a {
font-size: 20px;
padding: 8px 28px;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
font-size: 51px;
margin-bottom: 20px;
line-height: 66px;
}
p {
font-size: 19px;
line-height: 30px;
margin-bottom: 25px;
}
body {
font-size: 16px;
line-height: 28px;
}
.logo img {
max-width: 100%;
width: 80%;
}
.header-bottom {
padding: 20px 0;
}
section.bannerSlider {
margin-top: 100px;
}
.bannersec {
height: 660px;
margin-top: 104px;
}
.bannrHead {
font-size: 72px;
line-height: 90px;
padding-bottom: 32px;
}
.bannerCont{
max-width: 65%;
margin: 0px auto;
}
section.workspace {
padding: 117px 0;
}
.wrkspCvr {
padding: 25px;
}
.wrkspCvr img {
height: 290px;
}
.wrkHead {
font-size: 25px;
padding: 22px 0 7px;
}
.woSpCont p,.para{
margin-bottom: 7px;
font-size: 18px;
line-height: 28px;
}
.knw {
font-size: 19px;
line-height: 36px;
}
section.whyWork {
padding: 100px 0 110px;
}
.whyCvr img {
height: 260px;
}
.whyCont {
padding: 20px 36px;
}
.whyHead {
font-size: 24px;
padding-bottom: 10px;
}
section.amenities {
padding: 118px 0;
}
.amnCvr img {
width: 100%;
}
.amHead {
font-size: 25px;
padding-bottom: 5px;
}
section.whatOffer {
padding: 110px 0 85px;
}
.offrCvr img {
width: 45px;
}
.offrHead {
font-size: 25px;
padding:30px 0 10px;
}
section.transform {
height: 675px;
}
section.testimonial {
padding: 105px 0;
}
.testLeft {
background: url(../images/quote.svg) no-repeat right 50px top 20px;
background-size: 130px;
}
section.workGal {
padding: 120px 0 96px;
}
.galCvr img {
width: 97%;
}
.slick-prev:before,.slick-next:before{
background-size: 32px;
}
/*.galSlider .slick-prev {
left: -40px;
bottom: 150px;
}
.galSlider .slick-next {
right: -54px;
bottom: 150px;
}*/
section.virtlTour .virtImg {
padding-bottom: 20px;
}
.virtImg img {
width: 50px;
}
section.virtlTour {
padding: 53px 0 50px;
}
section.blogs {
padding: 115px 0;
}
.blgRow {
padding-top: 0px;
}
.blgCvr {
padding: 20px;
}
.blgImg img {
height: 290px;
}
.postDate {
font-size: 19px;
line-height: 28px;
padding: 15px 0 15px;
}
.enqSec .trfRow {
padding: 48px 60px 2px;
}
.form-control {
font-size: 16px;
line-height: 27px;
height: 48px;
padding-left: 20px;
margin-bottom: 20px;
}
::placeholder{
font-size: 16px;
line-height: 27px;
}
section.transform.enqSec {
height: 753px;
}
section.contactsec {
padding: 45px 0 70px;
}
.homeCnItm img {
width: 30px;
}
.hmcnHead,.hmcnHead a{
font-size: 16px;
line-height: 25px;
}
footer {
padding: 65px 0 40px;
}
.ftrLogo img {
width: 218px;
}
.copy {
font-size: 13px;
padding: 20px 0 32px;
}
ul.social li a {
border-radius: 10px;
width: 40px;
height: 40px;
}
ul.social img {
width: 20px;
}
ul.social li {
margin: 0 15px 0 0;
}
.ftrHead {
padding-bottom: 1px;
}
ul.footmenu li {
margin-bottom: 5px;
}
section.innerbannerMain {
margin-top: 100px;
}
section.innerbannerMain h1 {
font-size: 65px;
line-height: 77px;
}
.innerbannerLeft {
padding: 93px 80px 93px 138px;
}
.downArr img {
width: 27px;
margin-left: 12px;
}
.downArr {
padding-top: 45px;
}
section.contentArea {
padding: 108px 0 110px;
}
.vsnImg img {
margin-right: 15px;
}
section.vision {
padding: 109px 0 98px;
}
.visnCvr {
padding-right: 35px;
}
section.whyWork.wrkInnrAbt {
padding: 112px 260px 60px;
}
section.whyWork.wrkInnrAbt .whyCont {
padding: 0;
padding-left: 42px;
}
.rwreverse {
margin-bottom: 55px;
}
.rwreverse:nth-child(odd) .whyCont {
padding-left: 0;
padding-right: 42px;
}
section.team {
text-align: center;
padding: 112px 0 50px;
}
.teamHead {
font-size: 25px;
padding: 25px 0 8px;
}
.teamDesg p {
font-size: 17px;
line-height: 28px;
}
.teamCvr {
margin-bottom: 55px;
}
section.ftrTop {
padding: 76px 0 55px;
}
.snglBanLeft h1 {
font-size: 64px;
line-height: 76px;
}
section.singleBanner {
margin-top: 196px;
}
.snglBanHead {
font-size: 20px;
line-height: 35px;
padding: 5px 20px;
margin-bottom: 20px;
}
.snglBanImg {
margin: 42px 0;
}
section.workspInnerDetl {
padding: 72px 250px 100px;
}
.workInrRight {
padding-left: 25px;
}
.rwreverse1 {
margin-bottom: 100px;
}
.rwreverse1:nth-child(even) .workInrRight {
padding-right: 25px;
}
section.workspace.otherSoln {
padding: 115px 0;
}
section.amnDetail {
padding: 107px 0;
}
.amnRightCont p {
font-size: 16px;
line-height: 27px;
}
section.blogDetails {
padding: 160px 0 0;
}
.postdate {
font-size: 14px;
padding-bottom: 20px;
}
section.blogDetails h1 {
font-size: 65px;
line-height: 76px;
}
span.heateor_sss_svg {
width: 40px !important;
height: 40px !important;
}
.CnForm {
margin: 65px 158px;
padding: 42px 45px 0;
}
.CnForm h2 {
font-size: 38px;
}
.CnForm p {
font-size: 16px;
line-height: 24px;
}
.CnForm .form-control {
margin-bottom: 12px;
}
section.locationsec {
padding: 108px 0;
}
.map iframe {
height: 400px;
}
section.whyWork.wrkInnrAbt .rwreverse:nth-child(odd) .whyCont {
padding-left: 0;
padding-right: 42px;
}
section.plans {
    padding: 108px 0;
}
.plnCvr {
    border-top: 10px solid #b28a5d;
}
.plnHeader {
    font-size: 28px;
    padding: 17px 0;
}
.planBody {
    padding: 24px 28px;
}
.planHead p {
    font-size: 25px;
    padding-bottom: 20px;
}
.planCont ul li {
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.planCont ul li:before,.addtnLeft ul li:before {
   
    background-size: 20px;
}
.planCont {
    min-height: 647px;
}
section.addtnlserv {
    padding: 10px 0 50px;
}
.addtnLeft ul {
    padding: 6px 0;
}
.addtnLeft ul li {
    font-size: 19px;
    line-height: normal;
    padding-left: 45px;
    margin-bottom: 20px;
}
.addtnRight img {
    width: 90%;
}
.offrCvr {
    
        min-height: 300px;
      
}



/*end 1799*/
}
@media all and (max-width:1490px) {
section.innerbannerMain h1 {
font-size: 60px;
line-height: 75px;
}
.CnForm {
margin: 50px 145px;
}
}
@media all and (max-width:1390px) {
.bannerCont {
max-width: 69%;
}
.woSpCont {
padding-right: 50px;
}
.whyCont {
padding: 20px 25px;
}
.amnLeft {
padding-right: 30px;
}
.offrCvr {
padding: 20px 35px 20px;
}
.testLeft {
padding-right: 50px;
}
.innerbannerLeft {
padding: 93px 50px 93px 100px;
}
section.whyWork.wrkInnrAbt {
padding: 112px 175px 60px;
}
section.workspInnerDetl {
padding: 72px 160px 100px;
}
.otherSoln .title {
max-width: 100%;
}
.snglBanLeft h1 {
    font-size: 56px;
    line-height: 70px;
}
.blogDetDesPar {
max-width: 90%;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing{
top: 20%;
}
.CnForm {
margin: 65px 100px;
}
.innerbannerRight.cnImgSEc img {
height: 660px;
}
.btn, .form-submit {
padding: 8px 20px;
}
p {
font-size: 18px;
line-height: 28px;
}
.plnHeader {
        font-size: 24px;
        padding: 15px 0;
    }
    .planHead p {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .planBody {
        padding: 22px 18px;
    }
    .addtnLeft ul li {
        font-size: 16px;
    }



}
@media (max-width: 1025px) {
}
@media all and (max-width:991px) {
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
font-size: 35px;
line-height: normal;
}
.logo img {
width: 40%;
}
.hdrPhone {
display: none;
}
section.bannerSlider {
margin-top: 120px;
}
.bannerCont {
max-width: 100%;
}
.bannrHead {
font-size: 45px;
line-height: 55px;
padding-bottom: 20px;
}
section.workspace {
padding: 50px 0;
}
.btn, .form-submit {
font-size: 16px;
line-height: 24px;
padding: 8px 20px;
}
.wrkHead {
font-size: 20px;
padding: 15px 0 7px;
}
.woSpCont {
padding-right: 0;
}
.wrkspCvr {
margin-bottom: 20px;
}
section.whyWork {
padding: 50px 0;
text-align: center;
}
.whyHead {
font-size: 20px;
}
section.amenities {
padding: 50px 0;
text-align: center;
}
.amnLeft {
padding-right: 0;
padding-bottom: 25px;
}
.amnCvr img {
width: 100%;
}
.amHead {
font-size: 20px;
}
.knw {
font-size: 16px;
line-height: 28px;
}
section.whatOffer {
padding: 50px 0;
text-align: center;
}
.offrCvr {
padding: 30px;
}
.offrHead {
font-size: 20px;
padding: 10px 0;
min-height:auto;
}
.whatOffer .col-lg-4:nth-child(3n) .offrCvr{
border-right: 1px solid #B28A5D;
}
.whatOffer .col-lg-4:nth-child(4) .offrCvr,.whatOffer .col-lg-4:nth-child(5) .offrCvr,
.whatOffer .col-lg-4:nth-child(6) .offrCvr{
border-bottom: 1px solid #B28A5D;
}
.whatOffer .col-lg-4:nth-child(2n) .offrCvr{
border-right: 0;
}
.trfRow {
width: 100%;
padding: 50px;
}
section.testimonial {
padding: 50px 0;
text-align: center;
}
.testLeft {
padding-right: 0;
padding-bottom: 30px;
background-size: 100px;
}
section.workGal {
padding: 50px 0;
}
section.blogs {
padding: 50px 0;
}
.blgCvr {
padding: 20px;
text-align: center;
margin-bottom: 20px;
}
.form-control {
height: 40px;
margin-bottom: 15px;
}
section.contactsec {
padding: 50px 0;
}
.homeCnItm {
margin-bottom: 20px;
}
footer {
padding: 50px 0;
text-align: center;
}
ul.social {
justify-content: center;
margin-bottom: 20px;
}
.copy {
padding: 15px 0;
}
header.aniPos .logo img {
width: 25%;
}
section.innerbannerMain {
margin-top: 120px;
}
.innerbannerLeft {
padding: 50px;
text-align: center;
}
section.innerbannerMain h1 {
font-size: 45px;
line-height: 56px;
}
section.contentArea {
padding: 50px 0;
text-align: center;
}
section.vision {
padding: 50px 0;
text-align: center;
}
.vsnImg {
justify-content: center;
}
.visnCvr {
padding-right: 0;
border: 0;
}
section.whyWork.wrkInnrAbt {
padding: 50px 0;
}
section.whyWork.wrkInnrAbt .whyCont {
padding: 20px 0 0;
padding-left: 0;
text-align: center;
}
.text-start {
text-align: center !important;
}
.rwreverse,.rwreverse:nth-child(odd){
margin-bottom: 30px;
}
section.team {
padding: 50px 0;
}
.teamImg img {
width: 100%;
}
.teamHead {
font-size: 20px;
padding: 10px 0;
}
.teamCvr {
margin-bottom: 20px;
}
section.ftrTop {
padding: 50px 0;
text-align: center;
}
.ftrTopRight {
text-align: center;
}
section.singleBanner {
margin-top: 140px;
text-align: center;
}
.snglBanLeft {
padding-right: 0;
padding-bottom: 20px;
}
.singleBanner .dflx {
justify-content: center;
}
section.workspInnerDetl {
padding: 50px 0;
text-align: center;
}
.workInrRight {
padding-left: 0;
padding-top: 20px;
}
.rwreverse1 {
margin-bottom: 50px;
}
section.workspace.otherSoln {
padding: 50px 0;
text-align: center;
}
.otherSoln .title {
max-width: 100%;
margin: 0px auto;
}
section.amnDetail {
padding: 50px 0;
}
.amnLeftImg img {
width: 60%;
margin: 0px auto 20px;
}
.amnLeftImg {
text-align: center;
}
.amnRightCont {
padding-left: 0;
text-align: center;
}
section.amnDetail.two .amnRightCont {
padding-left: 0;
padding-right: 0;
}
.innrBlg .blgCvr {
margin-bottom: 20px;
}
section.blogs.innrBlg {
padding: 50px 0;
}
section.blogDetails h1 {
font-size: 45px;
line-height: 56px;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
top: 16%;
}
.blogDetDesPar {
text-align: center;
max-width: 100%;
}
section.blogDetails {
padding: 130px 0 0;
}
.CnForm {
margin: 50px;
text-align: center;
}
.CnForm .form-submit{
margin: 0px auto;
}
section.locationsec {
padding: 50px 0;
}
.bannersec {
margin-top: 120px;
}
.homeCnItm {
display: block;
}
.hmcnHead {
padding-left: 0;
text-align: center;
padding: 10px 0 0;
}
section.whyWork.wrkInnrAbt .rwreverse:nth-child(odd) .whyCont {
padding-left: 0;
padding-right: 0;
}
.modalLeft img {
height: 200px;
width: 100%;
}
.modalTit {
font-size: 30px;
}
.modalRight {
padding: 20px 0;
}
.modalRight p {
font-size: 16px;
line-height: 26px;
}
section.plans {
    padding: 50px 0;
}
    .plnHeader {
        font-size: 22px;
        padding: 10px 0;
    }
    .planHead p {
        font-size: 22px;
        padding-bottom: 10px;
    }
    section.addtnlserv {
        padding: 0 0 50px;
        text-align: center;
    }
    .addtnLeft ul li {
        font-size: 16px;
        padding-left: 45px;
        margin-bottom: 15px;
    }
    .planCont ul li:before, .addtnLeft ul li:before {
        background-size: 15px;
    }
    .addtnRight {
    text-align: center;
    padding: 50px 0 0;
}
.planCont {
        min-height: 535px;
    }

.plnCvr {
        margin-bottom: 20px;
    }
    .addtnLeft ul{

        text-align: left;
    }
    .hmcnLoc {
    
    justify-content: center;
  
}
.offrCvr {
        min-height: 275px;
    }


}
/*end ipad*/
@media all and (max-width:767px) {
.logo img {
width: 45%;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
font-size: 30px;
margin-bottom: 20px;
word-break: break-word;
letter-spacing: normal;
}
p {
font-size: 16px;
line-height: 24px;
}
section.bannerSlider {
margin-top: 83px;
}
header.aniPos .logo img {
width: 35%;
}
.bannersec {
height: 540px;
}
.bannrHead {
font-size: 40px;
line-height: 45px;
padding-bottom: 20px;
}
.text-end {
text-align: center !important;
}
.title {
text-align: center;
padding-bottom: 30px;
}
.amnCvr {
padding: 0px;
width: 100%;
margin: 0;
}
.amnCont {
padding: 10px 0;
}
.amnCvr img {
width: 100%;
}
section.whatOffer .title{
padding-bottom: 0;
}
.trfRow {
padding: 30px 15px;
}
section.transform {
height: 550px;
}
.playButton img {
width: 50px;
}
.galCvr img {
width: 100%;
}
.galCvr{
margin: 0px 15px;
}
.enqSec .trfRow {
padding: 30px;
}
.aniimg{
width: 50px;
height: 50px;
}
section.innerbannerMain {
margin-top: 85px;
}
.innerbannerLeft {
padding: 35px;
}
section.innerbannerMain h1 {
font-size: 36px;
line-height: 42px;
}
.vsnImg img {
width: 45px;
}
.snglBanLeft h1 {
font-size: 45px;
line-height: 50px;
}
section.singleBanner {
margin-top: 100px;
}
.snglBanHead {
font-size: 16px;
line-height: 26px;
margin-bottom: 15px;
}
.snglBanImg {
margin: 20px 0;
}
.snglBanImg img{
width: 100%;
height: 300px;
object-fit: cover;
}
.amnLeftImg img {
width: 100%;
}
section.blogDetails {
padding: 95px 0 0;
}
section.blogDetails h1 {
font-size: 40px;
line-height: 45px;
}
span.heateor_sss_svg {
width: 25px !important;
height: 25px !important;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
top: 14%;
}
.blgDetImg img {
height: 250px;
object-fit: cover;
}
.row.titlesec {
text-align: center;
padding-bottom: 20px;
}
.heateor_sss_mobile_footer{
display: none !important;
}
.CnForm {
margin: 30px 15px;
padding: 30px;
}
.CnForm h2 {
font-size: 30px;
margin-bottom: 10px;
}
.innerbannerRight.cnImgSEc img {
height: 600px;
}
.map {
padding: 0;
}
.bannersec {
margin-top: 85px;
}
.offrCvr{
border-right: 0 !important;
}
.amnRight {
display: block;
}
.planCont {
        min-height: auto;
        padding-bottom: 30px;
    }
    .addtnLeft ul li {
        padding-left: 30px;
    }
.offrCvr {
        min-height: auto;
    }



}

.footer-info {
    text-align: left;
    line-height: 1.6;
    font-size: 14px;
}
.footer-info a {
    color: inherit; /* Keeps the link color matching your text */
    text-decoration: none;
}