@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');


/***Later css*/
.home-img.wide-image{
	text-align:center !important;
}

.quick-links li a{
	padding:0px ;
}
.quick-links li{
	list-style:none !important;
}

.policy  li{
	list-style:none !important; 
	font-size:16px;
}

.policy  li a{
 color:#666666 !important;
}

.policy ul{
	display:flex;
}

.insta-feed-section .sbi_type_image {
    width: 25% !important;
}

.media-list img {
  width: 100% !important;
}

.residential-content p{
    padding-bottom: unset;
    font-size:17px;
}

.wp-block-columns {
    margin-bottom: unset !important; 
}

.wp-block-column p{
    padding-bottom: unset !important;
}
.wp-block-media-text {
    padding-bottom: 50px;
}

body {
	background-color:#fff ;
    padding-top: unset !important;
}

.media_content_wrapper p, .media-sec p{
  padding-bottom:unset !important;
}
.media-text h3 , .mediatext-wreap h3, .blogcontent-wreap h3{
	padding-bottom: unset !important;
}


h3{
	margin-bottom: 0.3rem;
}

.pop-btn p, .address-box p{
 padding-bottom:unset !important;
}

.social-links h4{
  padding-bottom: unset !important;
}

.mediatext-wreap .red-btn a, .media-text .red-btn a{
  color:#404042 !important;
}

.mediatext-wreap .red-btn a:hover, .media-text .red-btn a:hover{
  color:white !important;
}

.lear-btn a:hover{
  color: #404042 !important;
}

.form-btn {
	background: #404042;
    font-family: 'Scto Grotesk A';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 19px 41px;
    display: inline-block;
    border: 1px solid #404042;
}

.sub-btn  a:hover{
  color: #404042 !important;
}


/**Contact form 7 */
input[type="email"] {
 height: 57px;
}

input.wpcf7-not-valid{
    border: 1px solid red !important;
}

.wpcf7 form .wpcf7-response-output {
    margin:unset;
    height: fit-content;
}

.home-banner-text h3{
	padding-bottom:unset !important;
}

h3{
  text-align:unset;
}


h1,h2{
  padding-bottom:unset !important;
}

.gallery-content .gly-wreap p{
   padding-bottom:unset ;
}

#sbi_images{
	padding-top:30px;
}

@font-face {
    font-family: 'Scto Grotesk A';
    src: url('../font/SctoGroteskA-Thin.woff2') format('woff2'),
    url('../font/SctoGroteskA-Thin.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

body a:hover {
    text-decoration: none;
}
html {
    scroll-behavior: smooth;
}
body a:focus,
body button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


img {
    max-width: 100%;
    height: auto;
}

.main-btn {
    background: #404042;
    font-family: 'Scto Grotesk A';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    padding: 19px 41px;
    display: inline-block;
    border: 1px solid #404042;
    transition: all .3s ease-out;
}

.main-btn:hover {
    color: #404042;
    background: #FFFFFF;
}

.main-btn:hover i {
    left: 10px;
}

.main-btn i {
    padding-left: 10px;
    position: relative;
    left: 0;
    transition: all .3s ease-out;
}

body {
    font-family: 'Scto Grotesk A';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #666666;
}

h2 {
    font-family: 'Scto Grotesk A';
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 80px;
    text-transform: uppercase;
    color: #404042;
    position: relative;
}

h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: rgba(210, 210, 210, 1);
}

.contact-heading h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: unset !important;
    height: unset !important;
    background: unset !important;
}

h3 {
    font-family: 'Scto Grotesk A';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #404042;
}

h4 {
    font-family: 'Scto Grotesk A';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #404042;
}

.p-120 {
    padding: 70px 0px;
}

.p-130 {
    padding: 130px 0px;
}

/*============================ header-starts here=================================== */
.site-header .navbar-nav .nav-link {
    color: #000;
    padding: 0px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

.site-header .h-line {
    position: relative;
}

.site-header .h-line:after {
    content: "";
    position: absolute;
    bottom: -2;
    left: 0;
    width: 0px;
    display: block;
    height: 1.5px;
    transition: .3s all ease-out;
    background: #000;
}

.site-header .h-line:hover:after {
    width: 100%;
}

ul.navbar-nav .nav-item {
    margin-right: 40px;
    padding: 50px 0px;
}


/*==================== home-banner-sec starts here ========================*/
.home-banner {
    background-size: cover;
    padding: 200px 0px;
    position: relative;
    z-index: 0;
    height: 100vh;
}

.home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
    z-index: -1;
}

.home-banner-text {
    text-align: center;
}

.home-banner-text h1 {
    font-family: 'Scto Grotesk A';
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    line-height: 124px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    color: #FFFFFF;
}

.home-banner-text p {
    line-height: 25px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px;
}

.home-banner-text h3 {
    color: #FFFFFF;
}

.explore-btn {
    padding-top: 54px;
}

.explore-btn a {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: transparent;
    display: inline-block;
    padding: 18px 41px;
    transition: all .3s ease-out;
}
.explore-btn a:hover{
    background: #404042;
}
.explore-btn a i {
    padding-left: 10px;
    position: relative;
    left: 0;
    transition: all .3s ease-out;
}

.explore-btn a:hover i {
    left: 12px;
}

.aro-down-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aro-down-btn i {
    width: 63px;
    height: 63px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transition: all .3s ease-out;
}
.aro-down-btn i:hover{
    background: #404042;
}
.client-text h3 {
    position: relative;
    padding-bottom: 31px;
}

.client-text h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(210, 210, 210, 1);
    width: 116px;
    height: 3px;
    margin: auto;
}

.mode-btn {
    background: none;
    border: none;
    display: block;
    margin: auto;
}



.modal-dialog {
    max-width: 780px;
    margin: 4.75rem auto;
}

/* ===================pop-sec starts here======================== */
.pop-sec {
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 181px 0px;
}

.pop-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pop-text {
    text-align: center;
}

.pop-text h2 {
    color: #FFFFFF;
}

.pop-btn {
    /* border: 3px solid #fff; */
    width: 135px;
    height: 135px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #fff;
    position: relative;
    transition: all .3s ease-out;

}
.pop-btn:hover:after{
    border: 3px dotted #fff;
    stroke-width: 4px;
}
.pop-btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: spin 4s infinite linear;
    -webkit-animation: spin 4s infinite linear;
    stroke-dasharray: 4,5;
    stroke-width: 1px;
    transform-origin: 50% 50%;

}
@keyframes spin{
    to{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin{
    to{
        transform: rotate(360deg);
    }
}

.pop-btn p {
    margin: 0px;
    position: relative;
}

.pop-btn {
    margin-top: 50px;
}

.pop-btn p::before {
    content: "";
    position: absolute;
    top: 0;
    left: -11px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
}

.grd-img img {
    filter: grayscale(1);
    position: relative;
    transition: all .3s ease-out;
    height: 100%;
}

.grd-img img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    opacity: 0.71;
}

.grd-row {
    margin: 0px -5px;
}

.grd-col {
    padding: 0px 5px;
}

.grd-col.p-top {
    padding-top: 7px;
}

.grd-text {
    max-width: 374px;
    transition: all .3s ease-out;
    text-align: center;
}
.grd-img{
    transition: all .3s ease-out;
    height: 100%;
}
.grd-img:hover img{
    filter: none;
}
.grd-img:hover .grd-box {
    border: 3px solid #FFFFFF;

}

.grd-img:hover .grd-img img {
    filter: none;
}

.grd-img:hover .grd-text h3 {
    color: #000;
    background: #fff;
    filter: none;
}

.grd-img:hover .dis-btn {
    opacity: 1;
    display: block;
}

.grd-text h3 {
    margin: 0px;
    color: #fff;
    border: 5px solid #FFFFFF;
    padding: 5px 15px;
    filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.55));
    font-size:30px;
    line-height:45px;
}

.grd-box {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid transparent;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    transition: all .3s ease-out;
}

.cal {
    display: flex;
    align-items: center;
    padding-left:20px;
}

.cal p {
    margin: 0px;
    padding-left: 10px;
}

.media-text {
    text-align: left;
    padding-top: 15px;
    padding-left:20px;
}
.media-text h3 {
    text-align: left;
}

/* .red-btn {
    padding-top: 30px;
} */

button.slick-arrow {
    position: absolute;
    right: 43%;
    font-size: 0px;
    border: none;
    background: rgba(64, 64, 66, 1);
    width: 71px;
    height: 71px;
    border-radius: 50%;
    top: auto;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    color: #fff;
    transition: all .3s ease-out;
}

button.slick-arrow:hover {
    background: #F4F4F4;
    color: #404042;
}

button.slick-arrow:after {
    content: "\f060";
    font-family: "fontAwesome";
    font-size: 18px;
}

button.slick-next.slick-arrow {
    left: 58%;
    right: auto;
}

button.slick-next.slick-arrow:after {
    content: "\f061";
    font-family: "fontAwesome";
}

.home-sec {
    background: rgba(64, 64, 66, 0.06);
}

.media-sec {
    padding-bottom: 100px;
}

/* .verio-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 85px);
    height: calc(100% - 124px);
    margin: auto;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    padding: 20px;
} */
.media-col {
    background-image: url(../img/mediabg.png);
    background-position: top right;
    /* padding: 90px 15px; */
}

.red-btn .main-btn {
    background: transparent;
    border: 1px solid rgba(217, 217, 217, 1);
    color: #404042;
    transition: all .3s ease-out;
}
.red-btn .main-btn:hover{
    background: #404042;
    color: #fff;
}
.verio-link {
    background: #333;
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    left: 0;
    line-height: 1.1;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    z-index: 2;
    margin: auto;
    border: 2px solid #fff;
    padding: 23px;
    transition: all .3s ease-in-out;
}

.verio-img {
    position: relative;
}

.verio-text p {
    font-size: 12px;
    text-align: left;
    color: #fff;
}

.verio-text a {
    font-size: 16px;
    color: #fff;
}

.verio-img:hover .verio-link {
    opacity: 1;
    visibility: visible;
}

.verio-head {
    text-align: center;
}

.verio-head h2 {
    position: relative;
    padding-top: 10px;

}

.verio-head {
    padding-bottom: 48px;
}

.verio-head h2:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 116px;
    height: 3px;
    bottom: auto;
    background: rgba(210, 210, 210, 1);
}

.dis-btn {
    text-align: center;
    opacity: 0;
    display: none;
    color: #fff;
    margin-top: 10px;
}
.dis-btn i{
    position: relative;
    right: 0;
    transition: .3s all ease-out;
}
.dis-btn:hover{
    color: #fff;
}
.dis-btn:hover i{
    right: -10px;
}
/*=========================== footer starts here================================= */
.footer-sec ul {
    padding: 0px;
    list-style: none;
}

.footer-top-sec {
    display: flex;
    justify-content: space-between;
    padding: 41px 0px;
    border-bottom: 1px solid #404042;
}

.footer-sec {
    background: rgba(244, 244, 244, 1);
}

.social-links ul {
    display: flex;
    margin-bottom: 0;
}

.social-links ul li a {
    border: 1px solid #404042;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 8px;
    border-radius: 50%;
    transition: all .3s ease-out;
    line-height: 0px;
}

.social-links ul li a:hover {
    background: #666666;
}

.social-links ul li:hover i {
    color: #FFFFFF;
}

.social-links ul li a {
    color: #404042;
    font-size: 18px;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-links h4 {
    margin: 0px;
    padding-right: 37px;
}

.aro-up-btn i {
    border: 1px solid #404042;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: .3s all ease-out;
    cursor: pointer;
}

.aro-up-btn i:hover {
    background: #666666;
    color: #FFFFFF;
}

.footer-middle-sec {
    padding: 62px 0px 120px;
}

.sub-btn {
    padding-top: 33px;
}

.quick-links {
    display: flex;
}

.quick-links ul li a {
    font-family: 'Scto Grotesk A';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 39px;
    text-transform: uppercase;
    color: #666666;
}

.q-link {
    padding-left: 69px;
}

.footer-sec p {
    font-family: 'Scto Grotesk A';
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #666666;
    margin: 0px;
}

.address p {
    margin: 0px;
}

.queary {
    padding-top: 39px;
}

.queary p {
    margin: 0px;
}

.address ul li {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}

.address p {
    font-size: 16px;
    line-height: 26px;
}

.address {
    display: flex;
    align-items: center;
}

.tele {
    padding-left: 55px;
}

.tele a {
    color: #666;
    font-size: 16px;
    line-height: 26px;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #404042;
    padding: 34px 0px;
}

.policy {
    display: flex;
}

.policy p,.policy li{
    padding: 0px 10px;
}

.navbar-brand img {
    max-width: 200px;
}

.main-banner {
    padding: 188px 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.main-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: -1;
}

ol.breadcrumb {
    background: none;
    justify-content: center;
}

li.breadcrumb-item a {
    font-family: 'Scto Grotesk A';
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
}

li.breadcrumb-item {
    padding: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding: 0px 15px;
    color: #fff;
    content: "|";
}

.project-head {
    text-align: center;
    padding-bottom: 30px;
}

.project-head h2 {
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.lear-btn {
    padding-top: 58px;
    text-align: center;
}

.story-text h2:after {
    left: 0;
    right: auto;
}

.story-text h2 {
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.home-img-sec {
    padding-bottom: 130px;
}

.story-text p:last-child {
    margin: 0;
}
.privacy-text {
    text-align: left;
    padding-bottom: 30px;
}

.privacy-text h3 {
    text-align: left;
    font-family: 'Scto Grotesk A';
    font-style: normal;
    font-weight: 100;
    font-size: 32px;
    line-height: 40px;
    color: #404042;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.privacy-text h3:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(210, 210, 210, 1);
    width: 116px;
    height: 3px;

}
.privacy-head{
    padding-bottom: 50px;
}
.privacy-head h1{
    font-family: 'Scto Grotesk A';
    font-style: normal;
    font-weight: 100;
    font-size: 100px;
    line-height: 124px;
    text-transform: uppercase;
    color: #404042;
}
.aro-up-btn {
    position: fixed;
    right: 30px;
    bottom: 100px;
    opacity: 0;
    visibility: hidden;
}
.aro-up-btn.show{
    opacity: 1;
    visibility: visible;
}
.vedio-wrapper{
    position: relative;
    padding-top: 70%;
    z-index: 999;
}
.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: transparent;
}
.quick-links ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.quick-links ul li {
    width: 50%;
    padding-right: 10px;
}
.address ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.address ul li {
    width: 50%;
    padding-right: 10px;
}
body.new-custom-design {
    letter-spacing: unset;
}
section.pop-sec.video-section {
	padding: 0;
}
.video-section .video-container .play-button-wrapper {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}
.play-button-wrapper .active h2, .play-button-wrapper .active > div {
	opacity: 0;
}
.video-section .video-container .play-button-wrapper h2{
	color:#fff;
}
.video-wrapper video#video {
	width: 100%;
}
.video-wrapper video#video {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.video-wrapper video[poster] {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.video-section .video-container {
	position: relative;
	height: 650px;
}
.play-button-wrapper .active .video_controls{
	display:block !important;
}
.play-button-wrapper .active .video_controls {
	display: block !important;
	opacity: 1 !important;
	position: absolute;
	right: 23px;
	bottom: 11px;
	z-index: 2222222;
}
.play-button-wrapper .active .video_controls span {
	color: #fff;
	cursor: pointer;
	text-align:left;
}
.play-button-wrapper .active .video_controls span i {
	width: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px)  {
	.row.grd-row.load-more-data .grd-col.p-top .row.grd-row img {
		height: 189px;
		width: 100%;
		object-fit: cover;
	} 
}
@media only screen and (min-width: 1024px) {
	.row.grd-row.load-more-data .grd-col.p-top .row.grd-row img {
		height: 210px;
		width: 100%;
		object-fit: cover;
	}
}
@media only screen and (min-width: 1200px) {
	.row.grd-row.load-more-data .grd-col.p-top .row.grd-row img {
		height: 247px;
		width: 100%;
		object-fit: cover;
	}
}

@media only screen and (min-width: 1400px) {
	.row.grd-row.load-more-data .grd-col.p-top .row.grd-row img {
		height: 288px;
		width: 100%;
		object-fit: cover;
	}
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (max-width: 1599px) {
    ul.navbar-nav .nav-item {
        margin-right: 20px;
        padding: 10px 0px;
    }

    .media-text {
        padding-bottom: 100px;
    }

    .main-banner {
        padding: 129px 0px;
    }

    .home-banner-text h1 {
        font-size: 82px;
        line-height: 114px;
    }

    li.breadcrumb-item a {
        font-size: 18px;
        line-height: 1.5;
    }
    .privacy-head h1 {
        font-size: 73px;
        line-height: 84px;
    }
    .quick-links ul li a {
        font-size: 16px;
    }

}

@media only screen and (max-width: 1399px) {
    .home-banner-text h1 {
        font-size: 78px;
        line-height: 92px;
    }

    h3 {
        font-size: 30px;
        line-height: 43px;
    }

    body {
        font-size: 18px;
        line-height: 1.7;
    }

    .p-130 {
        padding: 100px 0px;
    }
    .home-img-sec {
        padding-bottom: 100px;
    }

    h2 {
        font-size: 51px;
        line-height: 58px;

    }

    .home-banner,
    .pop-sec {
        padding: 140px 0px;
    }

    .grd-text {
        padding: 0px;
    }

    .tele {
        padding-left: 24px;
    }

    .q-link {
        padding-left: 26px;
    }
    .privacy-head {
        padding-bottom: 32px;
    }
    .privacy-head h1 {
        font-size: 61px;
        line-height: 54px;
    }
    
}

@media only screen and (max-width: 1199px) {
    .sub-btn .main-btn {
        padding: 19px 36px;
    }

    .footer-middle-sec {
        padding: 49px 0px 75px;
    }

    .tele a {
        color: #666;
        font-size: 12px;
        line-height: 26px;
    }

    .tele {
        padding-left: 0px;
    }

    .verio-link {
        padding: 7px;
    }

    .home-banner-text h1 {
        font-size: 65px;
        line-height: 92px;
    }

    .home-banner,
    .pop-sec {
        padding: 122px 0px;
    }

    .p-130 {
        padding: 70px 0px;
    }

    .home-img-sec {
        padding-bottom: 70px;
    }

    h3 {
        font-size: 24px;
        line-height: 1.5;
    }

    h2 {
        font-size: 43px;
        line-height: 1.5;
    }

    button.slick-next.slick-arrow {
        left: 61%;
    }

    button.slick-arrow {
        right: 41%;
    }
}

@media only screen and (max-width: 991px) {
    .site-header .col-md-3.brand-ord {
        padding: 0px;
        display: flex;
        position: static;
    }

    .site-header .navbar-toggler {
        display: block;
        margin-left: auto;
        border: none;
        padding: 0px;
    }

    .site-header .bars {
        width: 34px;
        background: #000;
        height: 3px;
        border-radius: 10px;
        margin: 4px 0px;
        transition: all .3s ease-out;
    }

    .site-header {
        position: relative;
    }

    .site-header .col-md-9 {
        position: static;
    }

    .site-header .navbar {
        position: static;
        flex-wrap: nowrap;
    }

    .site-header .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #333;
        z-index: 999;
    }

    ul.navbar-nav .nav-item {
        padding: 10px;
        margin: 0;
    }

    .site-header .navbar-nav .nav-link {
        color: #FFFFFF;
        font-size: 16px;
    }

    .navbar-toggler.open .bar1 {
        transform: rotate(45deg);
    }

    .navbar-toggler.open .bar2 {
        transform: rotate(-45deg);
    }

    .navbar-toggler.open .bar3 {
        opacity: 0;
    }

    .navbar-toggler.open .bars {
        margin: -3px 0px;
    }

    .navbar-brand img {
        max-width: 125px;
    }

    .navbar-brand img {
        max-width: 180px;
    }

    .q-link {
        padding-left: 0px;
    }

    .sub-btn .main-btn {
        padding: 19px 16px;
        font-size: 16px;
    }

    h4 {
        font-size: 21px;
        line-height: 1.5;
    }

    body {
        font-size: 16px;
        line-height: 1.5;
    }

    .quick-links ul li a {
        font-size: 15px;
        line-height: 29px;
    }

    button.slick-next.slick-arrow {
        left: 65%;
        right: auto;
    }

    button.slick-arrow {
        right: 38%;
    }
    .verio-wrap {
        position: relative;
        z-index: 0;
    }
    .verio-link {
        position: static;
        width: 87%;
        visibility: visible;
        opacity: 1;
        display: block;
        margin-top: -59px;
        z-index: -1;
    }

    .grd-text h3 {
        padding: 6px 3px;
        font-size: 18px;
    }

    .media-sec {
        padding-bottom: 40px;
    }

    ol.breadcrumb {
        padding: 0px;
    }
    .privacy-text h3 {
        font-size: 27px;
        line-height: 1.5;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .grd-text h3 {
        padding: 6px 3px;
        font-size: 12px;
    }
    .grd-img:hover .dis-btn {
        font-size: 12px;
    }
    .grd-box {
        width: calc(100% - 21px);
        height: calc(100% - 30px);
    }
    .grd-text h3{
        border: 3px solid #fff;
    }
    .navbar-toggler[aria-expanded="true"] .bars.bar1 {
        transform: rotate(45deg) !important;
    }
    .navbar-toggler[aria-expanded="true"] .bars.bar3 {
        transform: rotate(-45deg) !important;
    }
    .navbar-toggler[aria-expanded="true"] .bars.bar2 {
        opacity: 0 !important;
    }
    .navbar-toggler[aria-expanded="true"] .bars {
        margin: -3px;
        transition: all 0.3s ease-in-out;
    }
}

@media only screen and (max-width: 767px) {
    .queary {
        padding-top: 0px;
    }

    .footer-middle-sec {
        padding: 36px 0px 25px;
    }

    .footer-sec .p-top {
        padding-top: 30px;
    }

    .tele {
        padding-left: 20px;
    }

    .sub-btn {
        padding-top: 8px;
    }

    .copy-right {
        padding: 24px 0px;
    }

    .footer-sec p {
        font-size: 14px;
        line-height: 1.5;
    }

    .q-link {
        padding-left: 20px;
    }

    .media-text {
        text-align: left;
        padding-top: 8px;
    }

    .cal {
        padding-top: 20px;
    }

    button.slick-arrow {
        right: 88%;
        width: 61px;
        height: 61px;
    }

    button.slick-next.slick-arrow {
        left: 15%;
    }

    h3 {
        font-size: 20px;
    }

    .site-header .navbar {
        padding: 10px;
    }

    .navbar-brand img {
        max-width: 100px;
    }
    .bars {
        width: 26px;
        height: 3px;
    }

    .p-130 {
        padding: 50px 0px;
    }

    .home-banner-text h1 {
        font-size: 50px;
        line-height: 1.5;
    }

    li.breadcrumb-item a {
        font-size: 14px;
        line-height: 1.5;
    }

    .main-banner {
        padding: 99px 0px;
    }
    .home-img-sec {
        padding-bottom: 50px;
    }
    body{
        font-size: 14px;
    }
    .privacy-head h1 {
        font-size: 51px;
        line-height: 1.5;
    }
    .grd-text h3 {
        padding: 5px;
        font-size: 12px;
    }
    .grd-box {
        width: calc(100% - 20px);
        height: calc(100% - 18px);
    }
    .grd-text h3 {
        border: 2px solid #FFFFFF;
    }
    .grd-img:hover .grd-text h3{
        padding: 0px;
    }
    .pop-sec{
        padding: 70px 0px;
    }

}



@media only screen and (max-width: 575px) {
    .p-120 {
        padding: 20px 0px;
    } 

    .wp-block-media-text {
        padding-bottom:0;
    }

    .wp-block-columns h3{
        text-align:left !important;
    }

    .wp-block-column h4{
        font-size:18px;
    }

    .wp-block-column h4, .wp-block-column  h3{
        text-align:left ;
    }

    .wp-block-column p{
        font-size:14px;
    }
    .social-links ul {
        padding: 10px 0px 0px;
    }

    .social-links {
        flex-direction: column;
    }

    .q-top {
        padding-top: 30px;
    }

    .footer-top-sec {
        padding: 19px 0px;
    }

    .copy-right {
        padding: 24px 0px;
        flex-direction: column-reverse;
    }

    .copy-right p {
        text-align: center;
    }

    .policy {
        justify-content: center;
    }

    button.slick-arrow {
        right: 74%;
    }

    button.slick-next.slick-arrow {
        left: 36%;

    }

    .home-banner-text h1 {
        font-size: 32px;
        line-height: 1.5;
    }

    .explore-btn a {
        font-size: 16px;
        line-height: 22px;
        padding: 18px 11px;
    }

    .explore-btn {
        padding-top: 24px;
    }

    .verio-head {
        padding-bottom: 8px;
    }

    h2 {
        font-size: 28px;
        line-height: 1.5;
    }

    .aro-down-btn i {
        width: 45px;
        height: 45px;
    }
    .privacy-text {
        padding-bottom: 10px;
    }
    .privacy-text h3 {
        font-size: 20px;
        line-height: 1.5;
    }
    .privacy-head h1 {
        font-size: 31px;
        line-height: 1.5;
    }   
    .privacy-head {
        padding-bottom: 19px;
    }
    .site-header .bars {
        width: 25px;
    }

}
.sbi_hover_top {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 2px solid #fff;
    width: auto !important;
}
.sbi_hover_top .sbi_caption{
	font-size:15px;
}

.sbi_hover_top .sbi_username{
	font-size:20px;
}

.insta-feed-section #sbi_images .sbi_item{
	height:325px;
}
.sbi_hover_bottom{
	display:none;
}
.insta-feed-section #sbi_images .sbi_item .sbi_inner_wrap{
	height:100% !important;
}
.insta-feed-section #sbi_images .sbi_item .sbi_inner_wrap .sbi_photo_wrap{
	height:100% !important;
}
.insta-feed-section #sbi_images .sbi_item .sbi_inner_wrap .sbi_photo_wrap .sbi_photo{
	height:100% !important;
}
#sb_instagram #sbi_images img{
	height:100%;
}
@media only screen and (max-width: 480px){
    .insta-feed-section #sbi_images .sbi_item{
       height:325px;
       width:100% !important;
   }
}


