body {
    color: #444444;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

@font-face {
    font-family: 'Afterglow';
    src: url('Afterglow Regular 400.ttf'),
}

a {
    color: #1977cc;
}

a:hover {
    color: #3291e6;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.srn_n_n_mar {
    overflow: hidden;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #0162af;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    left: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #0162af;
    color: #fff;
    transition: all 0.4s;
    border-radius: 10px;
}

.back-to-top i:hover {
    background: #00204d;
    color: #fff;
}

.datepicker-dropdown {
    padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #fff;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #444444;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    color: #1977cc;
}

#topbar .contact-info i {
    color: #1977cc;
    padding-right: 4px;
    margin-left: 15px;
}

#topbar .contact-info i:first-child {
    margin-left: 0;
}

#topbar .social-links a {
    color: #437099;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: #1977cc;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.shadow {
    box-shadow: none !important;
}

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 1026;
    padding: 0px 0 0 0;
    top: 0px;
}

#header.header-scrolled {
    top: 0;
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
    float: left;
	width:35%;
}

#header .row {
    width: 100%;
}

#header .logo a {
    color: #2c4964;
}

#header .logo img {
    /* max-height: 100%; */
	width:100%;
}

#header .header-rgt-res {
    float: right;
	width:20%;
	text-align:right;
}

#header .header-top .border-bottom {
    /* border-bottom: 1px solid rgb(235 235 235 / 0.8) !important; */
    border-bottom:unset!important;
	padding: 15px 0px;
}
.border-top{
	border-top: 1px solid rgb(223 218 218 / 80%) !important;
	background:#eceff1;
}

#header .header-rgt-res .call {
    display: none;
}

#header .header-rgt .nav-menu {
    padding-left: 0;
}

#header .header-rgt .col-lg-4.call {
    padding-right: 0;
}

#header .header-rgt {
    display: block;
}

#header .header-rgt {
    text-align: right;
    margin-top: 0px;
}

#header .header-rgt a.enq,
#header .header-rgt-res a.enq {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #d9884e;
    padding: 10px 25px;
    border-radius: 60px;
    margin-top: 24px;
    display: inline-block;
	background:#fc9347;
}
.two_columns{
	columns:2;
}

#header .header-rgt .call img {
    margin-right: 10px;
}

#header .header-rgt .call a {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}

#header .header-rgt .call span {
    margin: 0 5px;
}

@media (max-width: 992px) {
    #header {
        top: 0;
    }
    #header .logo {
        font-size: 28px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul {
    display: flex;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 0px 20px;
	/* margin */
}

.nav-menu>ul>li:first-child {
    padding-left: 0;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #222222;
    transition: 0.3s;
    font-size: 16px;
    padding: 0px 2px;
    border-top: 3px solid #eceff1;
    line-height: 42px;
}

.nav-menu a:after {
    content: "";
    width: 2px;
    height: 12px;
    background: #f1f1f1;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: -21px;
}

.nav-menu a i{
	color:#4a4a4a;
}

.nav-menu li:last-child a:after {
    display: none;
}

.nav-menu .sub a:after {
    display: none;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #1a65a8;
    border-color: #1a65a8;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 13px 18px;
    background: #eceff1;
    box-shadow: -2px -2px 6px 1px rgb(127 137 161 / 31%);
    transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
    color: #fff;
    text-align: left;
}

.nav-menu .drop-down ul li.title {
    border-top: 1px solid #fff;
    padding-left: 20px;
}

.nav-menu .drop-down ul a {
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    /* color: #082744; */
    border: none;
    color: #060606;
	line-height:38px;
}

/* .nav-menu .drop-down .doc_vide a{ */
	/* line-height:30px; */
/* } */

.nav-menu .drop-down ul li.title a {
    padding: 0;
}

.nav-menu .drop-down ul li.title a:before {
    display: none;
}

.nav-menu .drop-down ul li:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #0a0a0a00;
    border-bottom: 5px solid #0e0e0e00;
    border-left: 5px solid #1a65a8;
    position: absolute;
    top: 13px;
    left: 0;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #082744;
}

/*.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}*/

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    right: 7px;
    top: 25px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #fff;
    background: #01204c;
    border-radius: 50%;
    padding: 5px 10px;
	cursor:pointer;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    font-family: 'Muli';
    display: block;
    position: relative;
    color: #2c4964;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #f16024;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\2193";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(28, 47, 65, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections banner
--------------------------------------------------------------*/

.banner-slider1 img {
    width: 100%;
}

.banner-slider1 img.des,
.project-banner-sec img.des,
.bg-3 img.des {
    display: block;
}

.banner-slider1 img.mob,
.project-banner-sec img.mob,
.bg-3 img.mob {
    display: none;
}

.banner-slider1 .row {
    margin-right: -15px;
    margin-left: -15px;
}

.banner-slider1 {
    margin-top: 151px;
}

.banner-slider1 .owl-dots {
    counter-reset: dots;
    right: 4%;
    position: absolute;
    top: 28%;
    z-index: 10000;
}

.banner-slider1 .owl-dots:before,
.banner-slider1 .owl-dots:after {
    content: "";
    width: 1px;
    height: 45px;
    background: #fff;
    display: inline-block;
    margin-left: 10px;
    top: -57px;
}

.banner-slider1 .owl-dots:after {
    margin: 15px 0;
    margin-left: 10px;
}

.banner-slider1 .owl-dot:before {
    /*counter-increment: dots;content: counter(dots);*/
}

.banner-slider1.owl-theme .owl-dots .owl-dot {
    color: #fff;
    width: 20px;
    display: block;
    margin-top: 10px;
    border-radius: 50%;
    height: 20px;
    line-height: 2;
    padding: 0px 10px;
    background: #001f4b;
    outline: none !important;
}

.banner-slider1.owl-theme .owl-dots .owl-dot.active {
    padding: 0px 10px;
    background: #0162af;
    color: #fff;
}

.banner-slider1.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.banner-slider1 .owl-next,
.owl-prev {
    position: absolute;
    top: 30%;
    background: none !important;
    font-size: 20px;
}

.banner-slider1 .owl-prev {
    left: 10px;
}

.banner-slider1 .owl-next {
    right: 10px;
}

.banner-slider1.owl-carousel .top-layer:before,
.banner-slider1.owl-carousel .bottom-layer:before {
    content: "";
    width: 2px;
    height: 47px;
    display: block;
    background: #f5d35e;
    border-radius: 0;
    /* left: 25px; */
    margin-left: 16px;
    margin-bottom: 5px;
    position: absolute;
    top: -55px;
    left: -2px;
}

.content_bg {
    background: url(../img/home-bg.jpg);
    padding: 0px 0 70px 0;
}
.video{padding-top:70px;}

.abt_img img{
	width:100%;
	border:8px solid #ddd;
}
.cont-sec-1 h2 {
    font-size: 36px;
    font-weight: 600;
    color: #0162af;
    margin-top: 0px;
	line-height:32px;
}

.cont-sec-1 h2 b {
    font-size: 45px;
    font-weight: 400;
    color: #0162af;
    display: block;
}

.cont-sec-1 h2 b span {
    font-size: 20px;
    font-weight: 600;
    color: #001f4b;
	line-height:32px;
	padding-top:15px;
	display:inline-block;
}

.cont-sec-1 p {
    font-size: 17px;
    font-weight: 400;
    color: #282828;
    margin: 10px 0;
    line-height: 30px;
    text-align: justify;
}

.cont-sec-1 a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.abt_btn{
	background:#1a65a8;
	padding:10px 20px;
	margin-top:10px;
	display:inline-block;
}

.cont-sec-2 h3 {
    font-family: 'Romanesco', cursive;
    color: #636363;
    font-size: 70px;
    font-weight: 400;
    text-align: center;
}

.cont-sec-2 h3 b {
    color: #636363;
    font-size: 145px;
    font-weight: 400;
}

.cont-sec-2 h3 b span {
    color: #00204d;
    font-size: 80px;
    font-weight: 400;
}

.cont-sec-2 h3 b span {
    color: #00204d;
    font-size: 80px;
    font-weight: 400;
}

.cont-sec-2 .count-sec {
    margin: 50px 0;
}

.cont-sec-2 .col-lg-4 {
    border: 1px solid #d5d5d5;
    padding: 30px 15px;
    background: #ffffff;
}

.cont-sec-2 .col-lg-4:nth-child(1),
.cont-sec-2 .col-lg-4:nth-child(2) {
    border-right: 0;
}

.cont-sec-2 .col-lg-4 div {
    display: inline-block;
}

.cont-sec-2 .col-lg-4 img {
    vertical-align: top;
    margin-top: 16px;
    margin-right: 12px;
}

.cont-sec-2 .col-lg-4 b {
    color: #0162af;
    font-size: 53px;
    font-weight: 600;
    display: block;
}

.cont-sec-2 .col-lg-4 span {
    color: #0162af;
    font-size: 22px;
    font-weight: 300;
}

.cont-sec-3 .col-lg-4 div {
    position: absolute;
    top: 42px;
}
.cont-sec-3{
	padding:50px 0;
	background:#ebebeb;
}

.cont-sec-3 .col-lg-4 div.home {
    position: absolute;
    top: 30px;
}

.cont-sec-3 b {
    color: #001f4b;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    display: block;
    margin-left: 40px;
}

.cont-sec-3 label {
    color: #001f4b;
    font-size: 28px;
    font-weight: 300;
    display: block;
    margin-left: 40px;
    line-height: 23px;
    margin-bottom: 20px;
}

.cont-sec-3 a {
    color: #001f4b;
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
}

.cont-sec-3 h3 {
    color: #0162af;
    font-size: 37px;
    font-weight: 600;
	text-align:center;
    margin-bottom: 40px;
}

.cont-sec-3 .mrg-tp {
    margin-top: 20px;
}

.cont-sec-4 {
    margin: 0px 0 0px 0;
}

.cont-sec-4 h4 {
    color: #0162af;
    font-size: 31px;
    font-weight: 500;
}

.cont-sec-4 ul {
    padding-left: 0;
}

.cont-sec-4 ul li {
    margin-top: 5px;
}

.cont-sec-4 ul li div {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
	width:80%;
}

.cont-sec-4 ul li div label {
    color: #0162af;
    font-size: 18px;
    font-weight: 500;
}

.we-provide-slider .slick-prev {
    z-index: 1;
    left: 0px;
}

.slider_evt img{
	border:8px solid #ddd;
}

.we-provide-slider .slick-next {
    right: 34px;
}

.we-provide-slider .slick-prev:before {
    content: url(../images/we-provide-slider-arrow-left.png);
    width: 53px;
    height: 40px;
    opacity: 1;
}

.we-provide-slider .slick-next:before {
    content: url(../images/we-provide-slider-arrow-right.png);
    width: 53px;
    height: 40px;
    opacity: 1;
}

.cont-sec-5 .testimonil {
    padding: 50px;
    border: 8px solid #00204d;
}

.cont-sec-5 h2 {
    /* display: inline-block; */
    /* float: right; */
    color: #0162af;
    font-size: 31px;
    font-weight: 500;
    margin-top: 0px;
	
}
.quotes{width:50px!important;margin-bottom:15px;}
.cont-sec-5 .blog h3 {
    color: #0162af;
    font-size: 31px;
    font-weight: 500;
    margin: 20px 0;
}

.cont-sec-5 .blog span {
    color: #032048;
    font-size: 16px;
    font-weight: 300;
}

.cont-sec-5 .blog label {
    color: #032048;
    font-size: 18px;
    font-weight: 400;
}

.cont-sec-5 .blog p {
    color: #444444;
    font-size: 16px;
    font-weight: 300;
}

.cont-sec-5 .blog a {
    color: #ff0000;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    display: inline-block;
}

.cont-sec-5 .col-lg-8 p {
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.cont-sec-5 .col-lg-8 b {
    color: #494949;
    font-size: 19px;
    font-weight: 500;
    margin-top: 25px;
    display: inline-block;
}

.cont-sec-5 .col-lg-8 a {
    color: #ff0000;
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
    display: inline-block;
}

.cont-sec-5 .slick-dots li button {
    background: #c2c2c2;
}

.cont-sec-5 .slick-dots li.slick-active button {
    background: #0162af;
}

.cont-sec-5 .slick-dots li.slick-active button:before {
    color: #0162af;
}

.cont-sec-5 .slick-dots li button:before {
    color: #c2c2c2;
}

.form {
    background: url(../images/form-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.form form {
    width: 72%;
    margin: 40px auto 40px auto;
}

.form_head{
	text-align:center;
	width:100%;
}

.form form h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
}

.form form p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
}

.form form button {
    background: #000000;
    border: 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    padding: 12px 35px;
}

.form form .submit {
    margin: 10px auto 0 auto;
}

.form form .form-control {
    padding: 0 22px;
    height: calc(2.5em + .75rem + 2px);
}

.emi-calculator {
    background: url(../img/home-bg-2.jpg);
    padding: 60px 0 120px 0;
    margin-bottom: -62px;
}

.emi-calculator h6 {
    color: #00204d;
    font-size: 43px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.emi-calculator .outer-bg {
    border: 5px solid #dddddd;
    width: 100%;
}

.emi-calculator #ecww-header {
    display: none !important;
}

.emi-calculator #ecww-formwrapper,
#ecww-form {
    background: #fff;
}

.footer {
    background: #3d444e;
    color: #fff;
    padding: 45px 0;
}

.footer a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: block;
    line-height: 30px;
}

.footer a.email {
    font-size: 16px;
}

.footer ul {
    padding-left: 0;
}

.footer .bord {
    border-right: 1px solid #959595;
}

.footer .pad-left {
    padding-left: 20px;
}

.footer label {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
	padding-bottom:10px;
}

.footer label.sub {
    margin-top: 10px;
}

.footer address {
    font-size: 16px;
    font-weight: 400;
	line-height:28px;
}

.social-media a {
    display: inline-block;
}

.social-media a i {
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    margin-top: 12px;
    display: inline-block;
}

.social-media a i.fa-facebook-f {
    background: #3578E5;
}

.social-media a i.fa-youtube {
    background-color: #e83f3a;
}

.social-media a i.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.cpy_rght {
    background: #0162af;
    padding: 20px 0;
	text-align:center;
}

.cpy_rght .txt_aln_rght {
    text-align: right;
}

.cpy_rght p,
.cpy_rght p a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

/*project page*/

.fixed-enq-sec {
    position: fixed;
    top: 70%;
    right: 0;
    z-index: 9999;
}

.fixed-enq-sec ul li {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-top: 5px;
}

.fixed-enq-sec ul li a {
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.fixed-enq-sec ul li:first-child {
    background: #0162af;
}

.fixed-enq-sec ul li:nth-child(2) {
    background: #000000;
}

.fixed-enq-sec ul li p {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    vertical-align: top;
    margin-bottom: 0;
    margin-left: 5px;
}

.project-banner-sec {
    margin-top: 138px;
    position: relative;
}

.project-banner-sec img {
    width: 100%;
}

.project-banner-sec .banner-cont {
    position: absolute;
    top: 33%;
    right: 8%;
    text-align: center;
}

.project-banner-sec .banner-cont h1 {
    color: #001f4b;
    font-size: 78px;
    font-family: 'Afterglow';
}

.project-banner-sec .banner-cont h2 {
    color: #FFF;
    font-size: 85px;
    font-family: 'Afterglow';
}

.project-banner-sec .banner-cont p {
    font-size: 20px;
    color: #001f4b;
    font-weight: 400;
}

.product-pg-form {
    background: #0162af;
    width: 58%;
    position: absolute;
    z-index: 999;
    bottom: -30%;
    left: 20%;
    padding: 30px 30px 30px 45px;
}

.product-pg-form h1 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.product-pg-form .form-group {
    padding: 0px 3px;
    margin-bottom: 6px;
}

.product-pg-form .form-control {
    height: calc(2em + .75rem + 2px);
}

.product-pg-form button {
    background: #000000;
    border-color: #000000;
    font-size: 16px;
    font-weight: 300;
}

.product-pg-form button img {}

.product-pg-form button:focus,
.product-pg-form button:hover {
    background: #000000;
    border-color: #000000;
}

.project-details {
    background: url(../img/product-pg-bg-1.jpg);
    padding: 215px 0 65px 0;
}

.project-details h2 {
    color: #0162af;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}

.project-details ul {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding-left: 0;
}

.project-details.ashirvadh ul {
    width: 80%;
}

.project-details ul li div {
    background: #fff;
    padding: 20px 0;
    border: 1px solid #e8e8e8;
}

.project-details ul li span {
    display: block;
}

.project-details ul li label {
    border-bottom: 1px solid rgb(231 231 231 / 0.5);
    padding-bottom: 17px;
    width: 45%;
}

.project-details ul li label,
.project-details ul li b {
    color: #0162af;
    font-size: 31px;
    font-weight: 600;
    display: block;
    width: 100%;
}

.project-details ul li span {
    font-size: 18px;
    color: #001f4b;
    font-weight: 400;
}

.project-details ul li p {
    font-size: 31px;
    color: #001f4b;
    font-weight: 400;
    margin-bottom: 0;
}

.location-highlightsts {
    background: #001f4b;
    padding: 60px 0;
}

.location-highlightsts.sp {
    margin-top: 200px;
}

.location-highlightsts .col-lg-4 {
    background: #fff;
    padding: 35px 25px;
    position: relative;
}

.location-highlightsts .col-lg-4 span {
    display: block;
    font-size: 19px;
    font-weight: 600;
    color: #0162af;
}

.location-highlightsts .col-lg-4 label {
    display: block;
    font-size: 19px;
    font-weight: 300;
    color: #8a8a8a;
    margin-bottom: 0;
}

.location-highlightsts .col-lg-4 b {
    font-size: 22px;
    font-weight: 600;
    color: #0162af;
}

.location-highlightsts .border-span {
    width: 6px;
    height: 50px;
    background: #001f4b;
    position: absolute;
    top: 42px;
    right: -3px;
    z-index: 99;
}

}

.floor-plans {
    background: url(../img/product-pg-bg-2.png);
    padding: 60px 0;
}

.floor-plans h2 {
    color: #0162af;
    font-size: 45px;
}

.floor-plans ul {
    float: right;
}

.floor-plans .nav-pills .nav-link {
    color: #001f4b;
    font-size: 20px;
    background: #c4cad3;
    padding: 10px 20px;
    border-radius: 100px;
    margin-right: 10px;
}

.floor-plans .nav-pills .nav-link.active {
    color: #fff;
    font-size: 20px;
    background: #0162af;
}

.floor-plans .tab-content .srn_events_sli {
    position: relative;
}
.srn_events_sli p{padding-top:10px;}
.srn_events_sli{overflow:hidden;}
.floor-plans .tab-content .srn_events_sli p {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 20px;
}

.floor-plans .tab-content {
    width: 100%;
}

.floor-plans .tab-content .slick-slider .slick-track {
    width: 100%;
}

.floor-plans .slick-slide {
    margin: 0 25px;
}

.floor-plans .slick-list {
    margin: 0 -25px;
}

.floor-plans .slick-prev {
    z-index: 1;
}

.floor-plans .slick-prev:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #001f4b;
    display: inline-block;
}

.floor-plans .slick-next:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #001f4b;
    display: inline-block;
}

.bg-3 {
    position: relative;
}

.bg-3 p {
    font-family: 'Quintessential', cursive;
    font-size: 60px;
    position: absolute;
    top: 28%;
    color: #ffffff;
}

.bg-3 img {
    width: 100%;
}

.bg-4 {
    padding: 80px 0;
    background: url(../img/about-bg.jpg);
}

.bg-4.marin-top {
    margin-top: 165px;
}

.specifications.amenities-icons {
    text-align: center;
    margin-top: 20px;
}

.specifications.amenities-icons img {
    display: inline-block;
}

.specifications ul {
    padding-left: 0;
}

.specifications ul li {
    background: #0162af;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    padding-right: 0;
    display: flex;
}

.specifications ul li span {
    background: #001f4b;
    display: inline-block;
    width: 20%;
    text-align: center;
    padding: 25px 0;
}
.specifications ul li span img{
	width:50px;
}

.specifications ul li p {
    width: 80%;
    display: inline-block;
    padding: 25px 10px 0px 15px;
    text-align: justify;
}

.specifications .left ul li p {
    text-align: right;
}

.specifications .right ul li p {
    text-align: left;
}

.specifications .right ul li span {
    padding: 25px 0;
}

.specifications h3 {
    color: #1a65a8;
    font-size: 31px;
    font-weight: 500;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}
.specificationss {padding:0px 5px!important;}

.Ongoing-projects h3 {
    text-align: center;
}

.Ongoing-projects h4 {
    color: #000000;
    font-size: 33px;
    margin: 40px 0 40px 0;
}

.location {
    margin-top: 40px;
}

.location .right {
    background: #eeeeee;
    padding-top: 30px;
}

.location .right label {
    background: #001f4b;
    color: #eeeeee;
    text-align: center;
    margin-left: -11px;
    font-size: 26px;
    font-weight: 500;
    padding: 10px 30px;
}

.about-banner {
    position: relative;
    margin-top: 151px;
}

.about-banner img {
    width: 100%;
}

.about-banner p {
    color: #ffffff;
    font-size: 48px;
    position: absolute;
    bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.form.contact-pg form {
    width: 67%;
}

.form.contact-pg form h1 {
    text-align: center;
}

.contact-detail {
    padding: 50px 0;
    background: url(../images/contact-pg-bg-1.jpg);
}

.contact-detail .get-cn {
    margin-left: 76px;
    position: relative;
    padding-top: 45px;
}

.contact-detail .get-cn img {
    position: absolute;
    left: -75px;
    top: 40px;
}

.contact-detail .get-cn span {
    font-size: 18px;
    font-weight: 400;
    color: #001f4b;
    margin-left: 20px;
    display: inline-block;
}

.contact-detail .get-cn span img {
    position: static;
}

.about-sec {
    padding: 60px 0;
    background: url(../img/about-bg.jpg);
}

.about-sec-1 label {
    color: #222020;
    font-size: 20px;
    font-weight: 300;
}

.about-sec-1 p {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 300;
    margin-top: 35px;
    text-align: justify;
    line-height: 30px;
}

.about-sec-2 {
    margin: 70px 0;
}

.about-sec-2 h1 {
    width: 100%;
    text-align: center;
    color: #0162af;
    font-size: 37px;
    margin-bottom: 30px;
}

.about-sec-2 .nav-pills {
    margin: 0 auto;
    width: 90%;
}

.about-sec-2 .nav-pills .nav-link {
    background: #ffffff;
    border: 1px solid #001f4b;
    border-radius: 100px;
    padding: 15px 45px;
    margin-right: 5px;
    position: relative;
}

.about-sec-2 .nav-pills .nav-link {
    color: #001f4b;
    font-size: 20px;
    font-weight: 400;
}

.about-sec-2 .nav-pills .nav-link.active {
    color: #ffffff;
    background: #0162af;
    border: 0;
}

.about-sec-2 .nav-pills .nav-link.active:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0162af;
    position: absolute;
    bottom: -15px;
    left: 41%;
}

.about-sec-2 .tab-content .row {
    /* background: #001f4b; */
    background: #1a65a8;
}

.about-sec-2 .tab-content .row .sec-2 {
    padding: 20px;
}

.about-sec-2 .tab-content .row .padng {
    padding: 30px 24px 30px 50px;
    line-height: 30px;
}

.about-sec-2 .tab-content .row .padng p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
}

.about-sec-2 .tab-content .row .padng img {
    margin-bottom: 20px;
}

.about-sec-3 .sec-2 {
    text-align: right;
}

.about-sec-3 h2 {
    color: #0162af;
    font-size: 37px;
    margin-bottom: 20px;
}

.about-sec-3 ul {
    padding-left: 26px;
    list-style-type: disc;
}

.about-sec-3 ul li {
    color: #494949;
    font-size: 20px;
    margin-top: 10px;
}

.testimonial-cntn {
    padding: 50px 0;
}

.testimonial-cntn .base {
    background: #ffffff;
    box-shadow: 5px 0px 13px rgb(200 200 200 / 0.75);
    min-height: 600px;
    padding: 30px;
    margin-top: 35px;
    position: relative;
}

.testimonial-cntn .base:before {
    content: "";
    width: 75px;
    height: 10px;
    background: #0162af;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 35%;
}

.testimonial-cntn .base .project {
    margin: 20px 0 35px 0;
}

.testimonial-cntn .base .project img {
    float: right;
}

.testimonial-cntn .base .project label {
    font-size: 19px;
    font-weight: 300;
    color: #ffffff;
    background: #0162af;
    padding: 15px 50px;
    margin-left: -45px;
    position: relative;
}

.testimonial-cntn .base .project label:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #48a047;
    position: absolute;
    bottom: -12px;
    left: 2px;
    transform: rotate(223deg);
}

.testimonial-cntn .base b {
    color: #222020;
    font-size: 24px;
    font-weight: 500;
    display: block;
}

.testimonial-cntn .base span {
    color: #0162af;
    font-size: 22px;
    font-weight: 300;
    display: block;
    margin-bottom: 25px;
}

.testimonial-cntn .base p {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    line-height: 30px;
}

.blog-cnt {
    background: url(../img/testimonial-pg.jpg);
    padding: 50px 0;
}

.blog-cnt .padng {
    background: #ffffff;
    padding: 15px 15px 30px 15px;
    box-shadow: 2px 3px 8px rgb(107 107 107 / 0.75);
    margin-top: 25px;
    height: 505px;
}

.blog-cnt .padng .date {
    position: relative;
    margin-bottom: 30px;
}

.blog-cnt .padng span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    background: #363636;
    padding: 12px 20px;
    bottom: 0;
    right: 0;
    display: inline-block;
}

.blog-cnt .padng label {
    color: #0162af;
    font-size: 24px;
}

.blog-cnt .padng p {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: justify;
}

.blog-cnt .padng>a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    float: right;
    background: #0162af;
    padding: 10px 30px;
    margin-top: -13px;
}

.blog-detl h1 {
    color: #0162af;
    font-size: 30px;
    margin: 5px 0 20px 0;
}

.blog-detl .col-lg-6.pad-zero {
    padding-left: 0;
    padding-right: 35px;
}

.blog-detl .col-lg-6 img {
    margin-top: 20px;
}

.blog-detl p {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 300;
    line-height: 31px;
    margin-top: 20px;
}

.breadcrum {
    margin-bottom: 20px;
}

.breadcrum span {
    margin: 0 10px;
}

.landlord-detail .title {
    text-align: center;
    width: 100%;
}

.landlord-detail .title label {
    color: #0162af;
    font-size: 22px;
    font-weight: 400;
}

.landlord-detail .title p {
    color: #00204d;
    font-size: 16px;
    font-weight: 400;
}

.landlord-form-bg {
    background: #0162af;
    padding: 50px;
}

.landlord-form-bg .form-control {
    height: calc(2.5em + .75rem + 2px);
}

.landlord-form-bg .marg-tp {
    margin-top: 40px;
}

.landlord-form-bg h1 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.landlord-form-bg .submit {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.landlord-form-bg .submit .btn-primary {
    background: #00204d;
    color: #fff;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 10px;
    border: none;
}

.prm {
    background: #000;
    color: #fff;
    outline: none;
    border: none;
    padding: 12px 35px;
}

#main {
    margin-top: 20px;
}

#main #faq .card .card-header {
    border: 0;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #0162af;
    display: block;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
}

.accordion>.card {
    border: 0;
    background: transparent;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    color: #0162af;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: #eeeeee;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #eeeeee;
    line-height: 30px;
    color: #222;
}

.card-body {
    text-transform: uppercase;
}

.s-g-pd-l {
    padding-left: 70px !important;
    border-right: 1px solid #ccc;
}

.s-g-pd-r {
    padding-left: 70px !important;
    border-left: 1px solid #ccc;
}

.floor-plans {
    padding-top: 70px;
    padding-bottom: 70px;
}

.sa-gu img {
    width: 40px;
}

.sa-gu .btn-primary {
    height: 100px;
}

/*.s-guga-fx{
    background: #000;
}
.fixed-enq-sec ul li:first-child{
    margin: 0;
    padding: 0;
}
.fixed-enq-sec ul li:nth-child(2){
    margin: 0;
    padding: 0;
}*/

.fixed-btm-enq {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    padding: 0;
}

.fixed-btm-enq ul li {
    display: block;
    float: left;
    padding: 10px 35px;
}

.fixed-btm-enq ul li:first-child {
    background: #0162af;
}

.fixed-btm-enq ul {
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.fixed-btm-enq ul li p {
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
}

.fixed-btm-enq ul li img {
    float: left;
    padding-top: 10px;
    padding-right: 5px;
}

.fixed-btm-enq {
    background: #000;
}

.we-provide-slider {
    margin-top: 0px;
}

.specialities {
    width: 100%;
}

.slick-slide {}

a.no-mr-lf {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.kt-prj-1,
.kt-prj-2,
.kt-prj-3 {
    border: 1px solid #ccc;
    padding: 30px 20px;
    margin-top: 60px;
    border-radius: 15px;
}

.kt-prj-1 h3,
.kt-prj-2 h3,
.kt-prj-3 h3 {
    font-family: 'Afterglow';
    text-align: center;
    font-size: 35px;
    color: #00204d;
}

.kt-prj-1 img,
.kt-prj-2 img,
.kt-prj-3 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.kt-prj-1 a,
.kt-prj-2 a,
.kt-prj-3 a {
    text-decoration: none;
    background: #00204d;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    display: block;
}

.kt-prj-1 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.kt-prj-2 {
    border-radius: 0;
}

.kt-prj-3 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.new-form {
    margin-top: 172px;
}

.popup .modal-header {
    padding: 0;
    border: none;
}

.popup .modal-body {
    padding: 0;
}

.popup .modal-content {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
}

.modal-open .modal {
    top: 20px;
}

.modal-header .close {
    width: 35px;
    height: 35px;
    background: #0162af;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-size: 26px;
    position: absolute;
    right: 19px;
    top: 19px;
    z-index: 2;
    font-weight: normal;
    outline: none;
    padding: 0;
}

.bl_fl_wdh {
    width: 100%;
}

.bh-pd-bt {
    padding-bottom: 140%;
}

.modal-body img {
    border: 3px solid #fff;
}

/*lightgallery*/

.small {
    font-size: 11px;
    color: #999;
    display: block;
    margin-top: -10px
}

.cont {
    text-align: center;
}

.page-head {
    padding: 60px 0;
    text-align: center;
}

.page-head .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 50px;
    margin-top: 0;
}

.page-head h1 {
    font-size: 42px;
    margin: 0 0 20px;
    color: #FFF;
    position: relative;
    display: inline-block;
}

.page-head h1 .version {
    bottom: 0;
    color: #ddd;
    font-size: 11px;
    font-style: italic;
    position: absolute;
    width: 58px;
    right: -58px;
}

.demo-gallery>ul {
    margin-bottom: 0;
    padding-left: 15px;
}

.demo-gallery>ul>li {
    margin-bottom: 15px;
    width: 340px;
    display: inline-block;
    list-style: outside none none;
}

.demo-gallery>ul>li a {
    border: 3px solid #ccc;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

/*lightgallery ends*/

li.inlblck {
    display: inline-block !important;
    padding: 0;
    background-color: transparent !important;
    width: 149px;
    float: left;
    margin-right: 5px;
}

li.inlblck1 {
    display: inline-block !important;
    padding: 0;
    background-color: transparent !important;
    width: 180px;
    float: left;
    margin-right: 30px;
}

li.inlblck1 p {
    text-align: center !important;
    width: 100% !important;
    color: #000 !important;
    font-weight: 500;
    text-transform: uppercase;
}

li.inlblck p {
    text-align: center !important;
    width: 100% !important;
    color: #000 !important;
    font-weight: 500;
    text-transform: uppercase;
}

.srvlat {
    margin-top: 120px;
}

/*blog*/

.vkm_title h3 {
    color: #749a85;
    font-size: 43px;
    font-family: 'Bungasai';
    text-align: center;
    margin-top: 20px;
    margin-bottom: 55px;
}

.vkm-blog-thum h3 {
    color: #e34943;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    line-height: 26px;
}

.vkm-blog-thum p {
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 20px;
    text-align: justify;
}

.vkm-blog-thum a {
    color: #e34943;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 20px;
    position: absolute;
    bottom: -295px;
}

.vkm-blog-detail-title h2 {
    color: #749a85;
    font-size: 43px;
    font-family: 'Bungasai';
    font-size: 43px;
    text-align: center;
    margin-top: 20px;
}

.vkm-blog-detail {
    padding-right: 20px;
}

.vkm-blog-detail h3.tit {
    color: #e34943;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    line-height: 22px;
}

.vkm-blog-detail h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    line-height: 22px;
    line-height: 25px;
}

.vkm-blog-detail p {
    color: #444444;
    ;
    font-size: 16px;
    font-weight: 400;
    text-align: start;
    line-height: 30px;
}

.stcky .for-more-details .bg {
    background: #0162af;
    padding: 30px;
    border-radius: 10px;
}

.stcky .for-more-details .bg ul li {
    padding: 20px 0;
}

.stcky .for-more-details .bg ul li:first-child {
    border-bottom: 1px solid #6599b7;
}

.stcky .for-more-details .bg ul li label {
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 16px;
}

.stcky .for-more-details .bg ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.vkmform {
    background: #f2f2f2;
    border-radius: 10px;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    padding-bottom: 20px;
}

.vkmform form h2 {
    background: #4ca875;
    padding: 15px 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #ffffff;
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}

.vkm-sticky {
    position: sticky;
    top: 130px;
    padding-left: 20px;
    position: -webkit-sticky;
}

.vkmform form .form-control {
    height: 45px;
    border-radius: 8px;
}

.vkmform form .submit {
    margin-top: 10px;
    text-align: center;
}

.vkmform form .submit button {
    background: #20345e;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    border: none;
}

.vkmform form .submit button:hover {
    color: #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.Vkm-recent-post {
    margin-top: 15px;
    background: #fff;
    border: 1px solid rgb(128 128 128 / 30%);
    border-radius: 10px;
}

.Vkm-recent-post h2 {
    background: #4ca875;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 15px;
}

.Vkm-recent-post a {
    color: #262626;
    font-size: 16px;
    line-height: 27px;
    padding: 0 10px;
    display: inline-block;
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
}

.Vkm-recent-post a:last-child {
    border-bottom: 0;
}

.for-more-details ul {
    padding: 0;
}

.slider_ongoing {}

.slider_ongoing .owl-dots {
    counter-reset: dots;
    right: 4%;
    position: absolute;
    top: 28%;
    z-index: 10000;
}

.slider_ongoing .owl-dots:before,
.slider_ongoing .owl-dots:after {
    content: "";
    width: 1px;
    height: 45px;
    background: #fff;
    display: inline-block;
    margin-left: 10px;
    top: -57px;
}

.slider_ongoing .owl-dots:after {
    margin: 15px 0;
    margin-left: 10px;
}

.slider_ongoing .owl-dot:before {
    /*counter-increment: dots;content: counter(dots);*/
}

.slider_ongoing.owl-theme .owl-dots .owl-dot {
    color: #fff;
    width: 20px;
    display: block;
    margin-top: 10px;
    border-radius: 50%;
    height: 20px;
    line-height: 2;
    padding: 0px 10px;
    background: #001f4b;
    outline: none !important;
}

.slider_ongoing.owl-theme .owl-dots .owl-dot.active {
    padding: 0px 10px;
    background: #0162af;
    color: #fff;
}

.slider_ongoing.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.slider_ongoing .owl-next,
.owl-prev {
    position: absolute;
    top: 30%;
    background: none !important;
    font-size: 20px;
}

.slider_ongoing .owl-prev {
    left: 10px;
}

.slider_ongoing .owl-next {
    right: 10px;
}

.slider_ongoing.owl-carousel .top-layer:before,
.slider_ongoing.owl-carousel .bottom-layer:before {
    content: "";
    width: 2px;
    height: 47px;
    display: block;
    background: #f5d35e;
    border-radius: 0;
    /* left: 25px; */
    margin-left: 16px;
    margin-bottom: 5px;
    position: absolute;
    top: -55px;
    left: -2px;
}

.slider_ongoing .ongslrcont {
    position: absolute;
    top: 33px;
    left: 0;
}

.about-banner p.blog {
    font-size: 35px;
}

.vkm-blog-detail ul {
    list-style-type: inherit;
}

.vkm-blog-detail ul li {
    line-height: 30px;
    font-size: 16px;
    color: #727171;
}

.blog-detl h2 {
    font-size: 25px;
}

.vkm-blog-detail h3 {
    font-size: 20px;
}

.product-pg-form.saisrinivas {
    bottom: -22%;
    width: 60%;
    max-height: 238px;
}

.floor-plans .tab-content .srn_events_sli p.saisrinivas {
    background: none;
    color: #343434;
    text-transform: uppercase;
}

.floor-plans .tab-content .srn_events_sli p.sub_title {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: none;
    top: inherit;
    color: #343434;
}

.enq_sub {
    text-align: center;
    top: 95px;
}

.enq_sub h2 {
    color: #0162af;
    font-size: 45px;
    font-weight: 400;
}

.enq_sub ul {
    padding: 0;
    margin: 0 0 30px 0;
}

.enq_sub ul li {
    list-style: none;
    display: inline-block;
    padding: 0 7px;
}

.enq_sub ul li .enq_subs {
    border: 1px solid #ddd;
    padding: 20px 50px;
    min-width: 225px;
}

.enq_sub ul li .enq_subs h3 {
    color: #0162af;
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 30px;
}

.enq_sub ul li .enq_subs h3 span {
    display: block;
    color: #001f4b;
    font-size: 20px;
    font-weight: 400;
}

.location-highlightsts.sp.saisrinivas {
    margin-top: 485px;
    background: #e79316;
    text-align: center;
}

.floor-plans h2.saisrinivas {
    text-align: center;
    font-size: 30px;
}

.specifications ul li.saisrinivas {
    min-height: 100px;
}

.specificationss:last-child h6 {
    float: right;
    color: #001f4b;
    font-weight: 400;
}

.specificationss:last-child h6 a {
    color: #ff4200;
    text-decoration: underline;
}

.amenities p {
    padding: 0;
}

.amenities .amenitiess {
    padding: 0;
}

.amenities .amenitiess p {
    text-align: center;
    border: 1px solid #ddd;
    border-top: none;
    padding: 7px 0;
}

.amenities img {
    width: 100%;
}

.amenities .slick-slide {
    padding: 0;
    margin: 5px;
}

.amenities .slick-next {
    right: -55px;
    top: 40%;
}

.amenities .slick-prev {
    left: -55px;
    top: 40%;
}

.bank img {
    width: 100%;
    border: 1px solid #ddd;
}

.bank .slick-slide {
    padding: 0;
    margin: 5px;
}

.whatappfix {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 0 10px 10px;
}

.whatappfix .fa {
    font-size: 50px;
    color: #2cb841;
}

.s-g-pd-l.saisrinivas {
    padding-left: 0 !important;
}

.location-highlightsts.saisrinivas .col-lg-4 {
    padding: 35px 0;
}

.s-g-pd-r.saisrinivas {
    padding-left: 0 !important;
}

.saisrinivasplan {}

.saisrinivasplan .saisrinivasplans {
    padding: 0;
    text-align: center;
}

.saisrinivasplan .saisrinivasplans p {
    text-align: center;
    border-top: none;
    padding: 7px 0;
    text-transform: uppercase;
}

.saisrinivasplan img {
    width: 100%;
}

.saisrinivasplan .slider {
    padding-bottom: 20px !important;
}

.blog-cnt .padng label a {
    color: #0162af;
    font-size: 24px;
    text-decoration: none;
}

.amenitiesnewb {
    padding: 50px 0 0 0;
}

.amenitiesnewb h3 {
    color: #001f4b;
    font-size: 31px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.amenitiesnewb ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.amenitiesnewb ul li {
    list-style: none;
    float: none;
    display: inline-block;
    padding: 20px 0;
}

.amenitiesnewb ul li .amenitiesnewbs {
    text-align: center;
    min-width: 215px;
}

.product-pg-form .submit {
    background: #000;
}

.project-details ul.saiganesh {
    width: 100%;
    text-align: center;
}

.project-details h2.saiganesh {
    margin-top: 20px;
}

.kstpctedprts {
    padding: 10px;
}

.cont-sec-3 a.home {
    margin-left: 44px;
}

.sgmphglryb {
    padding: 70px 0;
}

.gallery_s {
    display: inline-block;
    width: 33%;
}

.gallery_s img {
    width: 100%;
}

.gallery_s {
    padding: 15px;
    position: relative;
}

.gallery_s_icon {
    left: 0;
    top: 35%;
    position: absolute;
    opacity: 0;
    transition: .5s ease-out;
    transform: scale(0);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(2, 48, 101, .8);
}

.gallery_s_icon .fa {
    font-size: 50px;
    color: #fff;
}

.gallery_s:hover .gallery_s_icon {
    opacity: 1;
    transition: .7s all;
    transform: scale(1);
    top: 25px;
    right: 25px;
    left: 25px;
    bottom: 25px;
}

.lg-sub-html,
.lg-toolbar {
    background: none;
}

.lg-backdrop {
    background: rgba(0, 0, 0, .8);
}

.lg-toolbar .lg-download::after {
    content: "\e0f2";
    display: none;
}

.sgmphglrybi {}

.sgmphglrybi .nav-tabs {
    text-align: center;
}

.sgmphglrybi .nav {
    display: inherit;
}

.nav-tabs .nav-item {
    float: none;
    display: inline-block;
}

.nav-tabs .nav-link.active {
    border-color: #0162af #0162af #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #0162af #0162af #dee2e6;
}

.nav-tabs .nav-link {
    text-transform: uppercase;
}

.amenitiesnewb ul li .amenitiesnewbs.sai-aiswariyam {}

.specifications .right ul li span.sai-aiswariyam {
    padding-top: 17%;
    display: inline-block;
}

.project-banner-sec .banner-cont h1.sai_ganesh {
    color: #fff;
}

.project-banner-sec .banner-cont p.sai_ganesh {
    color: #fff;
}

.banner-slider1 .banner-cont h2.sai_ganesh {}

.banner-slider1 .banner-cont p.sai_ganesh {}

.main_bnr_hid {
    display: none;
}

.project-banner-sec .banner-cont h1.sai_kumaran {
    color: #fff;
}

.project-banner-sec .banner-cont p.sai_kumaran {
    color: #fff;
}

.date h6 {
    display: inline;
    font-size: 14px;
}

.date span {
    padding-left: 53%;
}

.published a {
    float: right;
    text-decoration: none;
    margin-right: -12px;
    margin-top: 1px;
}

.mbbsblgbs_info span {
    padding-left: 66%;
    color: #000;
}

.mbbsblgb ul li .mbbsblgbs_info span a {
    padding: 12px 0px;
    background: none;
    color: #000;
}

.mbbsblgb ul li .mbbsblgbs_info span a:hover {
    color: #058242;
}

.share-buttons .fa {
    font-size: 20px;
    padding: 12px 3px;
    color: #fff;
    vertical-align: -1px;
}

.share-buttons .share-lable {
    font-weight: bold;
    padding: 10px 0;
    margin-right: 5px;
    font-size: 16px;
}

.share-buttons {
    float: left;
    display: flex;
    margin: 15px 0px;
}

.share-facebook a:hover {
    color: #fff;
}

.share-facebook a {
    margin: 0 5px;
}

.share-whatsapp a {
    margin: 0 5px;
}

.share-twitter a {
    margin: 0 5px;
}

.share-buttons a:hover {
    opacity: 0.8;
}

.share-facebook a {
    background-color: #4267B2;
    border-radius: 50px;
    padding: 10px;
}

.share-whatsapp a {
    background-color: #25D366;
    border-radius: 50px;
    padding: 10px;
}

.share-twitter a {
    background-color: #1DA1F2;
    border-radius: 50px;
    padding: 10px;
}

.form-group {
    float: left;
}

.form form .submit {
    /* margin-left: 0px; */
}

.vbdieokst {
    background: url(../img/home-bg-2.jpg);
    padding: 20px 0 60px 0;
}

.kstinvide {
    padding: 0px;
}

.kstinvide h2 {
    color: #0162af;
    font-size: 31px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 29px;
}

.viewmoreas {
    text-align: center;
    margin-top: 30px;
    margin-bottom: -22px;
    font-size: 16px;
}

.viewmoreas a {
    display: inline-block
}

.eranjkjsts {
    padding-top: 30px;
}

.blogers {
    padding: 0px 12px;
}

.blogers b {
    color: black;
}

.blogers li {
    list-style-type: decimal;
}

.blogers li::marker {
    color: black;
}

.logoer {
    padding: 80px 0;
    background: url(../img/about-bg.jpg);
}

.logoer h3 {
    color: #001f4b;
    font-size: 31px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -40px;
}

.customer-logos {
    margin-top: 13px;
    margin-bottom: -53px;
}

.blizzamentities {
    padding: 80px 0;
    background: url(../img/about-bg.jpg);
}

.blizzamentities p {
    font-size: 15px;
}

.blizer img {
    padding: 0px 17px;
}

.logoere {
    padding: 80px 0;
    background: url(../img/about-bg.jpg);
}

.logoere h3 {
    color: #001f4b;
    font-size: 31px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -40px;
}

.amenitiesnewb ul li .amenitiesnewbs.suires {
    min-width: 367px;
}

.suireins h3 {
    margin-top: 35px;
    margin-bottom: 25px;
}

.suireins ul li {
    padding: 30px 0px;
}

.blogerserd {
    padding: 0px 16px;
}

.blogerserd li {
    color: #444444 !important;
    line-height: 36px !important;
}

.blog-detl.no-pad,
h2.caobit {
    color: #0162af;
}

.wstnkub {}

.wstnkub_logo {
    text-align: center;
}

.wstnkub_logo a {
    background: #0162af;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.wstnkub_logo a.logo {
    background: none;
}

.wstnkub_logo p {
    font-size: 18px;
    color: #000;
}

.wstnkubinfo {}

.wstnkubinfo p {
    font-size: 18px;
    color: #000;
}

.wstnkubinfo p a {
    text-decoration: none;
    color: #000;
}

.wstnkubinfo h6 {
    font-size: 22px;
}

.wstnkubinfos {
    padding-top: 10px;
}

.wstnkubinfo p .fa {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff8a00;
    color: #fff;
    margin-right: 7px;
}

.wstnkub hr {
    border-top: 1px solid #1f283a;
}

.slider_ongoing img {
    border-radius: 20px;
}

.kstpctedprts img {
    border-radius: 20px;
}




.contact_fix {
    /* position: fixed; */
    /* right: 4px; */
    /* top: 35%; */
    z-index: 100;
    animation: shake 5.5s;
    animation-iteration-count: infinite;
	width:40%;
	/* margin-left:30px; */
}
.contact_fix ul {
    padding: 0 10px;
    margin: 13px 0 0;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 2px 2px 10px 0px #8888887d;
	overflow:hidden;
}
.contact_fix ul li {
    list-style: none;
    padding: 10px 20px;
    border-right: 1px solid #eee;
	display:inline-block;
}
.contact_fix ul li:first-child{
	border-left: 1px solid #eee;
}
.contact_fix ul li a {
    color: #484848;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.contact_fix ul li a .fa {
    font-size: 25px;
    color: #47c857;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.contact_fix ul li a .fa-phone {
    color: #fc9347;
}
.contact_fix ul li a .fa-envelope {
    color: #808080;
}
.contact_fix ul li a .fa-location-dot {
    color: #0075bf;
}


.about_main{padding-top:60px;}


/**********************************************
Sidebar Services
**********************************************/

.sidebar{
	border: 1px solid #dfdfdf;
    border-radius: 5px;
}
.sidebar h1{
	background: #0075bf;
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding: 14px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: 'Poppins', sans-serif;
	margin:0px;
	text-transform:uppercase;
}
.sidebar ul{
	padding:0px;
	margin:0px;
}
.sidebar ul li{
	list-style:none;
}
.sidebar ul li a{
	color: #414141;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 10px 0 10px 32px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #dfdfdf;
	background:#efefef;
}
.sidebar ul li a:hover,
.sidebar ul li a.active{
	color:#fc9347;
}
.sidebar ul li a:hover:before,
.sidebar ul li a.active:before {
	background:#fc9347;
}
.sidebar ul li a:before{
	content: "";
    background: #0075bf;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 17px;
}
.sidebar_img{
	padding-bottom:20px;
}
.sidebar_img img{
	width:100%;
}
.sidebar_btn{
	padding-top:20px;
}
.sidebar_btn h2{
	margin:10px 0;
	width:100%;
}
.sidebar_btn h2 a{
	font-size:16px;
	background:#1a65a8;
	padding:15px 20px;
	color:#fff;
	width:100%;
	display:block;
	line-height:28px;
}
.sidebar_btn h2 a span{
	font-weight:500;
	text-transform:uppercase;
	font-size:18px;
}

/* Services */

.services_inner{
	padding:50px 0;
}
.serv_title{}
.serv_title img{
	width:100%;
	border:8px solid #ddd;
}
.serv_title h1{
	color: #1a65a8;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
	margin: 0 0 10px;
	/* text-transform:capitalize; */
}
.serv_title p{
	color:#282828;
	/* text-align:justify; */
	line-height:28px;
    font-family: 'Poppins', sans-serif;
}
.serv_title p span{
	font-weight:600;
}
.serv_title ul{}




/***************************************************
Hospital Attachments
***************************************************/

.hospital_attachment{
	padding:50px 0;
}

.attachment{
	padding:25px;
	background:#f1f1f1;
	box-shadow:0 0 3px 2px #3e3d3d3b;
	margin-bottom:25px;
}
.attachment h1{
	font-size:22px;
	color:#282828;
	font-weight:600;
	line-height:32px;
	font-family: 'Poppins', sans-serif;
	padding-bottom:6px;
}
.attachment ul{
	margin:0px;
	padding:0px;
}
.attachment ul li{
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	color:#282828;
	position:relative;
	padding-left:24px;
	margin:10px 0;
}
.attachment ul li i{
	position:absolute;
	left:0px;
	top:5px;
	color:#0162af;
}
.attachment a{
	background:#0162af;
	padding:10px 20px;
	margin-top:10px;
	display:inline-block;
	font-size:17px;
	color:#fff;
}



/*********************************************
Videos
*********************************************/

.video_inner{
	padding:50px 0;
}
.video_border{
	border:6px solid #ddd;
	margin:20px 0;
}
.video_border h1{
	background:#ddd;
	font-size:20px;
	font-family: 'Poppins', sans-serif;
	padding:15px;
	margin:-7px 0 0;
	text-align:center;
}

/*********************************************
Testimonials
*********************************************/

.testimonial_inner{
	padding:50px 0;
}
.testimonial_title{
	background:#f1f1f1;
	padding:25px;
	margin:15px 0;
	position:relative;
}
.testimonial_title h1{
	font-size:26px;
	font-family: 'Poppins', sans-serif;
	color:#0075bf;
	font-weight:600;
	margin:0px;
	padding-bottom:10px;
}
.testimonial_title p{
	font-size:16px;
	color:#282828;
	font-family: 'Poppins', sans-serif;
	line-height:30px;
	
}
.testimonial_title:after{
	font-size:58px;
	content:'\f10e';
	font-family: FontAwesome;
	text-align:right;
	width:100%;
	opacity:0.1;
	position:absolute;
	right:35px;
	bottom:-10px;
	color:#000;
}


.asyncGallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.95);
  transition: opacity 200ms, visibility 200ms;
}
.asyncGallery.is-visible {
  opacity: 1;
  visibility: visible;
}
.asyncGallery__Item {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 200ms, visibility 200ms;
}
.asyncGallery__Item.is-visible {
  opacity: 1;
  visibility: visible;
}
.asyncGallery__ItemImage img {
  max-height: 80vh;
  display: block;
}
.asyncGallery__ItemDescription,
.asyncGallery__Loader {
  color: #fff;
}
.asyncGallery__Loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #fff;
  z-index: 100;
}
.asyncGallery__Loader.is-visible {
  display: block;
}
.asyncGallery button {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.asyncGallery__Close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  z-index: 1000;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEycHgiIHZlcnNpb249IjEuMSIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjguOTQxLDMxLjc4NkwwLjYxMyw2MC4xMTRjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDljMC4zOTMsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5ICAgYzAuNTE2LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OWwyOC41NDEtMjguNTQxbDI4LjU0MSwyOC41NDFjMC4zOTQsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5YzAuNTE1LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OSAgIGMwLjc4Ny0wLjc4NywwLjc4Ny0yLjA2MiwwLTIuODQ5TDM1LjA2NCwzMS43ODZMNjMuNDEsMy40MzhjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OWMtMC43ODctMC43ODYtMi4wNjItMC43ODYtMi44NDgsMCAgIEwzMi4wMDMsMjkuMTVMMy40NDEsMC41OWMtMC43ODctMC43ODYtMi4wNjEtMC43ODYtMi44NDgsMGMtMC43ODcsMC43ODctMC43ODcsMi4wNjIsMCwyLjg0OUwyOC45NDEsMzEuNzg2eiIvPgogIDwvZz4KPC9zdmc+Cg==");
}
.asyncGallery__Counter {
  display: none;
}
.asyncGallery__Dots {
  display: none;
}

.asyncGallery__Next,
.asyncGallery__Prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 1000;
  transition: transform 200ms, opacity 200ms;
  transform: translateY(-50%);
}
.asyncGallery__Next:disabled,
.asyncGallery__Prev:disabled {
  opacity: 0.2;
  cursor: default;
}
.asyncGallery__Next:before,
.asyncGallery__Prev:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E%3Cg%3E%3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.asyncGallery__Next {
  right: 40px;
}
.asyncGallery__Next:hover {
  transform: translateX(2px) translateY(-50%);
}
.asyncGallery__Next:before {
  transform: translate3d(-50%, -50%, 0);
}
.asyncGallery__Prev {
  left: 40px;
}
.asyncGallery__Prev:hover {
  transform: translateX(-2px) translateY(-50%);
}
.asyncGallery__Prev:before {
  transform: translate3d(-50%, -50%, 0) scale(-1);
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	padding: 50px 0;
}
.gallery img { 
  transition: opacity 200ms;
  cursor: pointer;
  margin: 10px 0;
	width: 100%;
}
