@charset "utf-8";
/* CSS Document */
@import url('css/bootstrap.css');
@import url('css/gallery-stl.css');
@import url('css/font-awesome.css');
@import url('css/preloader.css');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,600;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,700;1,700&family=Roboto:wght@700&display=swap');


@font-face
{
	font-family:'ctitle';
	src:url(fonts/BauerBodoniRoman.ttf);
}

@font-face
{
	font-family:'rlight';
	src:url(fonts/Roboto-Light.ttf);
}
@font-face
{
	font-family:'cregi;ar';
	src:url(fonts/intro-regular-alt.ttf);
}

body
{
    
	margin: 0 0 0 0;
	overflow-x: hidden;
font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
    font-weight: 400;
    font-size: 15px;
  font-style: normal;   
    background-color: #fdf6f2;
    color: #000;
}

:root {
    --blue: #782201;
    --brown: #95191c;
    --gold:#95191c;
}
html,body {
scroll-behavior: smooth;    
}
@media (max-width:768px)
{
.modal-dialog {
    width: 730px;
    margin: 30px auto;
}
}
html
{overflow-x: hidden;}


.topbar
{
    background-color: var(--brown);
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.topbar ul
{
    margin: 0;
    padding: 0;
}.topbar ul li{display: inline; margin: 0 5px;}
.topbar ul li a{display: inline-block; padding: 5px; text-decoration: none; color: #fff}

/*---main-container---*/
.container-border
{
    border: rgba(148,36,21,0.5) solid 2px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    
}
.container-border .border-title
{
    text-align: center;
    padding: 0px 0px;
    position: absolute;
    /* transform: translate(-50%, -50%); */
    z-index: 10;
    left: -10px;
    color: var(--brown);
    font-size: 25px;
    font-weight: 600;
    top: 7px;
    transform: translateY(-50%);
}
.container-border .innerborder
{
    padding:100px 50px 50px 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    letter-spacing: 1px;
    word-spacing: 2px;
}

.container-border .innerborder h1
{
    font-weight: 700;
    color: #000;
    text-align: center;
    font-size: 50px;
    margin-bottom: 30px;
    
}
h1.newtitle{font-size: 30px;
   font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    font-family: 'ctitle';
    font-size: 39px;
    color: #9a2923;
    font-weight: bold;
    text-transform: uppercase;  position: relative;}
h1.newtitle:before, h1.newtitle:after {
    position: absolute;
        top:45%;
    overflow: hidden;
    width: 50%;
    height: 2px;
    content: '\a0';

}
h1.newtitle:before
{background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(149,24,28,1) 100%, rgba(255,255,255,1) 100%);}

h1.newtitle:after
{ background: rgb(255,255,255);
background: linear-gradient(280deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(149,24,28,1) 100%, rgba(255,255,255,1) 100%);}

h1.newtitle:before {
    margin-left: -50%;
}

h1.newtitle span {
    padding: 0 25px;
    /* background-color: #fff; */
}

.container-border h1 span {
    color: var(--gold);
} 
.container-border h2, h2.subtitle {
color: var(--gold);
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 16px;
    font-weight: 600;
    text-transform: uppercase;
}



div.some {
  text-align: center;
  position: relative;
}
div.some img
{width: auto;}
div.some::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 137px;
  height: 14px;
    background-image: url(images/boder-1.jpg);
}

div.some::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 137px;
  height: 14px;
  float: right;
 background-image: url(images/border-img-2.png);    
}

.what-we-offer
{
    padding-top: 100px;
    padding-bottom: 130px;
    text-align: center;
    position: relative;
}
.whatwe-bg {
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
    height: 100%;
}

.what-we-offer .container-border  h1:before {
    content: "";
    height: 2px;
    width: 20%;
    background-color: var(--gold);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.what-we-offer .offer-row
{
    margin-top: 30px;
}
.what-we-offer .offer-row .offer-block
{
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color:rgba(255,255,255,0.8);
    border-radius: 5px;
        border: rgba(148,36,21,0.5) dashed 1px;
    transition: all ease 0.3s;
}
.what-we-offer .offer-row .offer-block:hover
{background-color:rgba(255,255,255,1);}
.what-we-offer .offer-row .offer-block img
{transition: all ease 0.3s;}
.what-we-offer .offer-row .offer-block:hover img
{
    transform: translateY(-5px);
}
.what-we-offer .offer-row .offer-block h3 {
    color: #000;
    font-size: 35px;
    margin-bottom: 0px;
    /* text-transform: uppercase; */
   font-family: 'DM Serif Display', serif;
    position: relative;
    padding-top: 13px;
    font-weight: 700;
    transition: all ease 0.3s;
}
.what-we-offer .offer-row .offer-block h4
{
color: var(--gold);
    font-size: 20px;
    margin-bottom: 14px;
    /* text-transform: uppercase; */
    /* font-family: 'DM Serif Display', serif; */
    position: relative;
    padding-top: 4px;
    font-weight: 700;
}
.amenties-main-new
{
    text-align: center;
    background-color: #fff;
    padding-top: 50px;
overflow: hidden;
  position: relative;    
}
.amenties-main-new.newbg
{background-color: #fef6f3;
    padding-top: 80px;
    padding-bottom: 50px;}

.amenties-bg {
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.amenties-content {
  position: relative;
}

.amenties-main-new .newrow
{
  
}
.amenties-main-new .newrow.brown
{
    background-color: #992a21;
}
.amenties-main-new .rowspace {
    padding-top: 20px;
       /* border: rgba(148,36,21,0.5) dashed 1px;*/
box-shadow: rgba(219,197,188,0.3) 1px 1px 11px 10px;    
    text-align: center;
    transition: all ease 0.5s;
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.9);
}
.amenties-main-new .rowspace:hover {
      box-shadow: rgba(219,197,188,0.5) 1px 1px 11px 10px;    
}

.amenties-main-new .rowspace img
{transition: all ease 0.3s;}
.amenties-main-new .rowspace:hover img
{
    transform: translateY(-5px);
}
.amenties-main-new h3 {
    color: #fff;
    font-size: 47px;
    text-align: left;
    padding-left: 38px;
    padding-bottom: 0px;
    line-height: 44px;
    font-weight: 700;
    font-family: 'ctitle';
     display: table-cell;
  vertical-align: middle;
}
.amenties-main-new h3.right {
    text-align: right;
    display: block;
    width: 100%;
}

.amenties-main-new h2 {
    color: #333;
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 24px;
    font-weight: 800;
}

.amenties-main-new  .am-bg-1 {
    background-image:url(images/bg-21.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.amenties-main-new  .am-bg-21 {
    background-image:url(images/bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.amenties-main-new  .am-bg-3 {
    background-image:url(images/bg-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.amenties-main-new  .am-bg-4 {
    background-image:url(images/bg-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.amenties-main-new  .try
{
    position: relative;
      display: table;

}
.amenties-main-new  .am-bg-2 {
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
        z-index: -1;
}
.amenties-main-new  .am-bg-2  img
{
    width: 100%;
    height: 100%;
}
/*---end main-container---*/
.joyful-living
{
    padding-top: 50px;
    padding-bottom: 50px;
}
/* ------NEW NAVGATION BAR-----*/
.new-navbar-main
{
	background-color: #942415;
	border-bottom:rgba(0,78,155,0.3) solid 1px;
}
.new-navbar-main.newnavbar
{
	background-color: #fff;
	border-top:rgba(148,36,21,0.3) dashed 1px;
    border-bottom:rgba(0,78,155,0.3) solid 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.new-navbar-main .new-navbar.navbar
{
	padding: 0;
}
.new-navbar-main .navbar.new-navbar .nav-item{ display: inline-flex;}
.new-navbar-main .navbar.new-navbar .nav-item a{
    color: #333;
    display: block;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 800;
}
.new-navbar-main .navbar.new-navbar .nav-item a:hover{
	color:#fff;
    color:var(--brown);
	text-decoration:none;
}

.new-navbar-main .navbar.new-navbar .nav-item.active a{
	color:var(--brown);
	text-decoration:none;
}
.new-navbar-main .navbar.new-navbar .navbar-toggler {
    color: rgba(207, 173,110, 0.8);
    border-color: rgba(207, 173,110, 0.8);
}

.new-navbar-main .navbar.new-navbar .navbar-toggler-icon {
    background-image: url(images/navline.svg);
	stroke='rgba(0, 0, 0, 0.5);
	color:#FFF;
}

.new-navbar-main .navbar.new-navbar .nav-item a.sendquery{
	color:#fff;
	background-color:var(--brown);
    border-radius: 3px;
}
.new-navbar-main .navbar.new-navbar .nav-item a:hover.sendquery{
	color:#fff;
	background-color:#333;
    border-radius: 3px;
}

/*------END NEW NAVIGATION BAR---*/


/*--navigation--*/
.nav
{
	background-color: #050d21;
	border-bottom:rgba(0,78,155,0.3) solid 1px;
}
.nav .nav-item{}
.nav .nav-item a{
	color:rgba(255,255,255,0.8);
    display: block;
    padding:10px 20px;
}
.nav .nav-item a:hover{
	color:#050d21;
	background-color:#9a983e;
	text-decoration:none;
}


.nav .nav-item a.sendquery{
	color:#fff;
	background-color:#a09e29;
}

.mainnav .navbar-inverse {
    background-color: #1d4a96;
    border-color: #1d4a96;
}
.mainnav .navbar {
    border-radius:0px;
}
.mainnav .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.mainnav .navbar .navbar-collapse {
  text-align: center;
}
.mainnav .navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display:flex;
        float: none;
        vertical-align: top;
    }


    .navbar .navbar-collapse {
        text-align: center;
    }
}
/*---end navigation---*/

.header
{
    padding-top:53px;
    padding-bottom: 14px;
    background-color: rgba(1,14,22,0.8);
    position: absolute;
    z-index: 99;
    width: 100%;
}
.header.inner-header
{position: relative;padding-top: 20px; background-color: var(--blue);}
.header.innerh
{
    padding-top:53px;
    padding-bottom: 14px;
    background-color: rgba(6,17,42,0.9);
    position: relative;
    z-index: 99;
    width: 100%;
}

.header-mobile
{
	border-top:#1d4a96 solid 4px;
	padding-top:70px;
	padding-bottom:20px;
	display:none;
}



.logo
{
	text-align:center;
	z-index:99;
}
.logo img
{
	width:auto;
	height:auto;
}

.phone-strap
{
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
	font-size:35px;
	color:#fff;
}
.phone-strap h1
{
	padding-bottom:15px;
	text-align:center;
	font-size:45px;	background: -webkit-linear-gradient(#000, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.phone-strap a
{
	background-color:#333;
	color:#1d4a96;
	font-size:25px;
	text-align:center;
	padding:5px 25px;
	border-radius:25px;
	text-decoration:none;
}
.phone-strap a:hover
{
	color:#fff;
	background-color:#000;
}

.logo-right
{
}
.logo-right ul
{
    margin: 27px 0 0 0;
    padding: 0;
	text-align:right;
}
.logo-right ul li
{
	display:inline;
	font-size: 15px;
    position: relative;
}
.logo-right ul li a
{
    display: inline-block;
    color: #ffffff9e;
    text-decoration: none;
    margin: 0 19px;
    font-size: 13px;
	text-align:left;
	position:relative;
}
.logo-right ul li a strong
{
    font-size: 15px;
	color: var(--gold);
	font-weight:normal;
}

.logo-right ul li a.hmail:before
{
	content: "\f095";
	color:#a09e29;
}
.logo-right ul li a:hover
{
    color: #fff;
}
.logo-right ul li a:hover strong
{
	color: #a09e29;
}


.logo-right ul li a.advise
{
	background-color: #9a983e;
    display: inline-block;
    color: #000;
    text-decoration: none;
    margin: 0 19px;
    font-size: 15px;
    border-radius: 35px;
    padding: 9px 29px;
    /* font-weight: bold; */
    text-transform: uppercase;
    letter-spacing: 1px;
}


.certificate
{
	padding:4px 0 4px 40px;
	color:#1e1e1e;
	font-size:16px;
	background-image:url(hermi-images/certificate-icon.png);
	transition:all ease 0.3s;
	background-position:0 0;
	background-repeat:no-repeat;
}
.certificate:hover
{
	background-position:0 -42px;
}

.phone
{
	padding: 4px 0 4px 40px;
    background-image: url(hermi-images/phone-icon.png);
    transition: all ease 0.7s;
    background-position: 0px 10px;
    background-repeat: no-repeat;
}

.phone:hover
{
	background-position:0 -33px;
}

.email-icon
{
	padding: 4px 0 4px 40px;
    background-image:url(hermi-images/email-icon.png);
    transition: all ease 0.7s;
    background-position: 0px 10px;
    background-repeat: no-repeat;
}

.email-icon:hover
{
	background-position:0 -33px;
}

.certified-icon
{
	padding: 4px 0 4px 40px;
    background-image:url(hermi-images/certified.png);
    transition: all ease 0.7s;
    background-position: 0px 10px;
    background-repeat: no-repeat;
}

.certified-icon:hover
{
	background-position:0 -33px;
}

a.query
{
	background-color: #9a983e;
    color: #000;
    /* font-weight: bold; */
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*--- navigation --*/
.navbar-default {
	background-color: #050d21;
    border: 0;
    font-family: 'regular';
}
.navbar .navbar-nav {
    display: inline-block;
    float:center;
    vertical-align: top;
}
.navbar-default .navbar-nav > li > a {
	color: rgba(255,255,255,0.8);
    font-size: 16px;
    padding: 14px 30px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #050d21;
    background-color: #9a983e;
}
/*---end navigation---*/


.slider
{
	position:relative;
}
.slider .img-responsive
{
	width:100%;
	height:auto;
}
.slider .slider-tagline
{
max-width: 540px;
    position: absolute;
    left: 80px;
    top: 160px;
    z-index: 9999;
    font-size: 59px;
    font-weight: 700;
    color: #fff;
    line-height: 75px;
    text-shadow: 2px 2px #999;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.slider .formpos
{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999;
    background-color: rgba(149,25,28,0.8);
}

/* FORM  */
.form-box
{
    border: rgba(148,36,21,0.7) dashed 0px;
    margin-bottom: 25px;
    width: 100%;
    color: #000;
        background-color: transparent;
}
.form-box.popfom
{
    border: 0;
}
.form-box h2
{
    color: #fff;
    font-size: 25px;
    margin-bottom: 15px;
    padding-top: 10px;
    margin-top: 13px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    padding: 10px;
    font-family:'ctitle';
}
.form-box input[type="text"], .form-box input[type="email"], .form-box textarea
{
    padding: 8px 10px;
    border: rgba(255,255,255,0.3) solid 0px;
    margin-bottom: 16px;
    width: 100%;
    color: #000;
    background-color: rgba(255,255,255,1);
    border-radius: 0px;
    font-size: 14px;
}

.form-box input[type="submit"]
{
	background-color:var(--brown);
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 11px 45px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 0;
    border: rgba(255,255,255,0.3) solid 1px;
}
.form-box input[type="submit"]:hover
{
	background-color:#333;
	color:#fff;
}
/* END FORM  */
.slider .formpos .formnumbers
{
	text-align:center;
}
.slider .formpos ul.formnumbers
{
	text-align:center;
	margin:0 0 10px;
	padding:0;
	display:none;
}
.slider .formpos ul.formnumbers li
{
	list-style:none;
}
.slider .formpos ul.formnumbers li a
{
	color: #000;
    text-decoration: none;
    background-color: transparent;
	font-weight:bold;
}
.slider .formpos ul.formnumbers li a:hover
{
	color: #917c55;
    text-decoration: none;
    background-color: transparent;
}

/* welcome block  */
.welcome-new
{background-color: #fff;
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
        text-align: center;
    /*
background-image: url(images/welcome-img.jpg);
background-repeat: left centr;
background-repeat: no-repeat;*/}

.welcome-new:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 62px;
    width: 100%;
    background-image: url(images/pillar-down.png);
    background-position: left top;
    background-repeat: repeat-x;
}
.welcome-new:after
{
       bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    height: 62px;
    width: 100%;
    background-image: url(images/pillar-up.png);
    background-position: left top;
    background-repeat: repeat-x;
}
.welcome-new .leftimg
{
    position: relative;
}
.welcome-new .leftimg .exp
{
    position: absolute;
bottom: 0;
    right: 0;
    padding: 20px;
    font-size: 15px;
    font-weight: 700;
    background-color: #fff;
    max-width: 170px;
}
.welcome-new h1.maintitle
{padding-bottom: 14px;}
.welcome-new h1, .welcome-new h2
{text-align: center;}
.welcome-new h1.maintitle:before {
    content: "";
    height: 2px;
    width: 20%;
    background-color: var(--gold);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.welcome-new .welcome-text-main
{
    margin-top: 40px;
}
.welcome-text
{
    font-size: 17px;
    line-height: 28px;
    padding-top: 40px;
    line-height: 28px;
    padding-bottom: 40px;
    font-weight: 600;
}
.welcome-text h1

{

}
.welcome-text h1 span
{
	color:var(--gold);
 /*background: linear-gradient(90deg,#501E9C 0%,#8169F1 40%,#A44CEE 75%,#FF847F 100%);
    webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	*/
}


.welcome-text h2{
color: var(--brown);
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}

.welcome-text-block
{
    padding: 30px;
    background-color: rgba(255,255,255,0.9);
    border: var(--gold) dashed 1px;
}

.welcome-text .bank-logo{}
.welcome-text .bank-logo a
{
	padding: 15px 10px 15px 65px;
	font-size:19px;
	color:#fff;
	background-color:#a09e29;
	border:#a09e29 solid 2px;
	background-image:url(hermi-images/bank-icon.png);
	background-position: 20px -54px;
	background-repeat:no-repeat;
	transition:all ease 0.3s;
	display:inline-block;
	clear:both;
	width: 100%;
	margin-top:25px;
	text-align:center;
	border-radius:40px;
	text-decoration:none;
}
.welcome-text .bank-logo a:hover
{
	border:#1166dd solid 2px;
	background-color:transparent;
	background-position:20px 9px;
	background-color:#fff;
	color:#1166dd;
	text-decoration:none;
}

.welcome-text ul
{
    margin: 0;
    padding: 0;
}
.welcome-text ul li{display: inline; margin: 0 5px;}
.welcome-text ul li a{
    display: inline-block;
    padding: 8px 22px;
    text-decoration: none;
    color: #fff;
    border: rgba(148,36,21,0.7) dashed 1px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600; background-color:var(--brown);}
.welcome-text ul li:last-child a
{background-color: var(--gold);}
.welcome-text ul li a:hover{
    background-color: #000;
}

.inner-body
{
	background-color:#fdfcf9;
	font-size:35px;
	line-height:28px;
	padding-top:160px;
	padding-bottom:90px;
	line-height:32px;
	color:#000;
	text-align:center;
}

/* end welcome block  */


.gallery-hp
{
	padding-bottom:35px;
}
.gallery-hp .card {
    text-align: center;
	margin-bottom:30px;
}

.gallery-hp .h4{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 9px;
}

/* FLAT DETAILS  */

.flat-details
{
	color:#1d4a96;
	font-size:36px;
	text-align:center;
    padding-top: 70px;
    padding-bottom:10px;
	border-top:#9a983e solid 3px;
	border-radius:100px;
}



.flat-details h1.maintitle:before {
    content: "";
    height: 2px;
    width: 20%;
    background-color: #9a983e;
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.flat-box
{
	border: #8cabe0 solid 1px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:17px;
	margin-bottom:20px;
}

.flat-box  ul, .flat-box ol {

    margin-top: 0;
    margin-bottom: 10px;
    margin: 0;
    padding-left: 20px;
    line-height: 27px;
    font-size: 15px;
}
.flat-box  ul li:before
{
	content:"";
	font-family:Verdana, Geneva, sans-serif;
}

/* END FLAT DETAILS  */



.technical-main
{
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
	position:relative;
	border-top:#f4f7fb solid 1px;
    background-image: linear-gradient(176deg, #782201 50%, #d4a768 calc(50% + 2px)) ;
}
.technical-main h1.maintitle{color: #fff;}
.technical-main h1.maintitle:before {

    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.technical-main .techni-blocks
{
    text-align: left;
    background-color: #782201 !important;
    border: var(--gold) dotted 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    color: rgba(255,255,255,0.6);
    line-height: 29px;
    border-radius: 5px;
    position: relative;
    font-size: 15px;
}
.technical-main .techni-blocks-mrg{}

.technical-main .techni-blocks-mrg:nth-child(2)
{
    margin-top: 20px;
}
.technical-main .techni-blocks-mrg:nth-child(3)
{
    margin-top: 60px;
}
.technical-main .techni-blocks:before

{display: block;
}

.technical-main .techni-blocks h3{

        font-family: 'DM Serif Display', serif;
    color: #fff;
    font-size: 20x;
    margin-bottom: 24px;
    text-transform: uppercase;
    padding-top: 10px;
    margin-top: 6px;
}
.technical-main .techni-blocks strong
{color: var(--gold); font-weight: normal;}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.rainbow {
  position: relative;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
}
.rainbow::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#399953, #399953), linear-gradient(#003350, #fff), linear-gradient(#003350, #fff), linear-gradient(#003350, #fff);
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
     background-color: var(--gold);
}
.rainbow::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: white;
  border-radius: 5px;
}

/* amenties  */
.amenties-main
{
	padding-top:50px;
	padding-bottom:50px;
    background-color: #fff;
	text-align:center;
	position:relative;
}



/*
.amenties-main:after {
    content: '';
    position: absolute;
    -webkit-mask:url(hermi-images/angle_02_footer.png) no-repeat center top/contain;
    right: 0;
    top: 0;
    background-color: #333;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: -webkit-fill-available;
}
*/

.amenties-main img
{
	width:auto;
	height:auto;
}
.amenties-main .rowspace {
	padding-top:20px;
    border: rgba(120,34,1,1) solid 1px;
    text-align: center;
    transition: all ease 0.5s;
    margin-bottom: 30px;
}

.amenties-main .rowspace:hover{
    border: #102312 solid 1px;
    background-color:var(--blue);
    text-align: center;
    transform: translateY(-10px);
}

.amenties-main .rowspace:hover h2 {
    color: #e4ad56;
}
.amenties-main img {
    overflow: hidden;
    transition-duration: 0.8s;
    transition-property: transform;
}
.amenties-main .rowspace:hover img
{
  animation: mymove 3s;
  animation-timing-function:ease-in-out;
}

@keyframes mymove {
  50% {transform: rotate(360deg);}
}


/* end amenties  */
.location-map
{
	margin-top:50px;
	margin-bottom:50px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #782201;
	text-align:center;
}
.location-map .location-icon-row{
	padding-top:35px;
	padding-bottom:30px;}

.location-map .location-icon-row h3 {
    font-size: 17px;
    color: #06112a;
    font-weight: bold;
    margin-top: 12px;
}
.location-map .location-icon-row img
{
	width:auto;
	height:auto;
}
.location-map .location-map-row img
{
	width:100%;
	height:auto;
}
.location-map h1.maintitle
{color:#fff;}
.location-map h1.maintitle:before {
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}
/* LAYOUT PLANS  */
.layout-plan-new {
    padding-top: 50px;
    text-align: center;
    position: relative;
    background-color: #fff;
}
.layout-plan-new.upperplan
{ padding-top:90px; position: relative;
}
.layout-plan-new.upperplan:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 62px;
    width: 100%;
    background-image: url(images/pillar-down.png);
    background-position: left top;
    background-repeat: repeat-x;
}

@media (min-width: 576px)
{
.layout-plan-new .modal-dialog {
    max-width: 95%;
    margin: 1.75rem auto;
}
.slider .formpos {
    background-color: rgba(149,25,28,1);
}
.layout-plan
{
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
.layout-plan h1 {

    font-family: 'Alfa Slab One', cursive;
    color: #1d4a96;
    font-size:36px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 40px;
	margin-top: 0;

}
.layout-plan .plan-main
{
	margin:30px;
	width:28%;
	display:inline-block;
	transition:all ease 0.3s;
}
.layout-plan .plan-main .img-box
{
	width: 100%;
	display: block;
	border: #c1c0c0 solid 1px;
	box-shadow: #a0a0a0 0px 0px 0px;
	transition:all ease 0.3s;
}
.layout-plan .plan-main .img-box:hover
{
	box-shadow:none;
}
.layout-plan .plan-main .img-box img
{
	width:100%;
	height:auto;
}
.layout-plan .plan-main .plan-title
{
	width:100%;
	display:block;
	padding:0px 15px;
	text-align:center;
}
.layout-plan .plan-main .plan-title h2
{
	background-color:#999;
	color:#fff;
	width:100%;
	display:block;
	padding:12px 15px;
	font-family:'regular';
	font-size:20px;
	text-transform:uppercase;
	margin-top: 0;
	transition:all ease 0.3s;
	border-radius:0 0 7px 7px;
}
.layout-plan .plan-main:hover .plan-title h2
{
	background-color:#1d4a96;
	color:#fff;
	padding:16px 15px;
}



/* END LAYOUT PLANS  */

/* FLOOR PLANS  */

.floor-plan
{
	padding-top:60px;
	padding-bottom:60px;
	text-align:center;
    position: relative;
    background-image: linear-gradient(178deg, #782201 5%, #fff calc(5% + 2px)) ;

}

.floor-plan h1.maintitle:before {
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.floor-plan h4{
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 47px;
    margin-top: 30px;
    color: #666;
}
ul.tabs{
margin: 0px;
padding: 0px;
list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 7px;
    cursor: pointer;
    transition: all ease 0.3s;
    font-size: 14px;
}
ul.tabs li:hover{
	background-color:#9a983e;
	border-radius:5px 5px 0 0;
	color: #fff;
}

ul.tabs li.current{
	background: #9a983e;
    color: #fff;
	border-radius:5px 5px 0 0;
}

.tab-content{
display: none;
background:rgba(204,204,204,0);
padding: 15px;
padding: 40px 15px;
border:#9a983e solid 1px;
}

.tab-content.current{
display: inherit;
}

/* END FLOOR PLANS  */

/* AWAY ICONS  */

.away-icons
{
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
	border-bottom:#adcbff solid 3px;
}
.away-icons h1 {
    font-family: 'Alfa Slab One', cursive;
    color: #1d4a96;
    font-size: 36px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 40px;
    margin-top: 0;
}
.away-icons h2{
    font-family: 'regular';
    color: #1d4a96;
    font-size: 16px;
    text-align: center;
    padding-top:0px;
    padding-bottom: 0px;
    margin-top: 11px;
    font-weight: bold;
}
.away-icons .row-icon{
	margin-bottom:20px;
}
/* END AWAY ICONS  */

/* DOWNLOAD PRICE LIST  */
.price-list {
    font-family: 'rlight';
    background-color: var(--blue);
    padding-top: 35px;
	padding-bottom: 45px;
    text-align: center;
    font-size: 35px;
    color: #fff;
}
.phone-strap.innertitle{
    padding-top: 136px;
}

.price-list h1.maintitle {
    color: #fff;
    font-size: 45px;
    margin-bottom: 14px;
    text-transform:none;
    font-family: 'DM Serif Display', serif;
    position: relative;
    padding-bottom: 8px;
}
.price-list a
{
	font-family:'regular';
	background-color:transparent;
    border:#fff solid 2px;
	color:#fff;
	font-size:25px;
	text-align:center;
	padding: 16px 56px;
	border-radius:35px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:18px;
    display: inline-block;
}
.price-list a:hover
{
	background-color:var(--gold);
	color:var(--blue);
}
.price-list h1.maintitle:before {
	display:none;
}

/* END DOWNLOAD PRICE LIST  */

/*----------CONTACT BLOCKS----------*/
.contact-block-main
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--brown);
    color: #fff;
    text-align: center;
}
.contact-block-main h1.maintitle, .contact-block-main h2.subtitle
{
    color: #fff;
}
.contact-blocks
{
	text-align:center;
}

.contact-blocks h1:before
{

    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.contact-blocks .info-box {
    color: #fff;
    text-align: center;
    /*box-shadow: 0 0 13px rgb(214 215 216 / 60%);*/
    border-radius: 5px;
    padding: 30px 10px 10px 10px;
    margin-bottom: 30px;
    width: 100%;
    font-size: 15px;
    margin-top: 40px;
        border: rgba(255,255,255,0.5) dashed 1px;
}
.contact-blocks .info-box h3{
font-size: 25px;
    margin-bottom: 16px;
    text-transform: none;
    color: #fff;
    font-family: 'DM Serif Display', serif;
}
.contact-blocks .info-box a{
    font-size: 14px;
    color: #fff;
}

/*---------END CONTACT BLOCKS---*/
.bank-logo-main
{
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
    position: relative;
}

.bank-logo-main .logo-block
{
	padding-top:20px;
	padding-bottom:10px;
	text-align:center;
	border:rgba(249,203,66,0.5) solid 1px;
	margin-bottom:25px;
}
.bank-logo-main .logo-block img
{
	width:100%;
	height:auto;
}

.bank-logo-main h1.maintitle:before {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.logocenter
{
	justify-content: center;	
}

/* ABOUT US */
.about-us-main
{
	background-color:#f4f7fb;
	border-top:#1d4a96 solid 1px;
	border-bottom:#1d4a96 solid 1px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:17px;
	line-height:33px;
}
.about-us-main .about-us-text
{
	padding-top:70px;
}
.about-us-main .about-us-text h2
{
	font-family: 'Alfa Slab One', cursive;
	font-size:36px;
	margin-bottom:15px;
	color:#1d4a96;
}
/* END ABOUT US */

/* CONTACT US */
.contact-us-main
{
	font-size:17px;
	line-height:33px;
    position: relative;
}
    .contact-us-main .googlemap
    {

    }
    .contact-us-main .footerform
    {
        position: absolute;
        top: 0;
        right: 100px;
        width: 100%;
        z-index: 99;
        background-color: var(--brown);
    }    
.contact-us-main .contact-text
{
	margin-top:10px;}
.contact-us-main h2
{
    color: #fff;
    font-size: 30px;
    padding-top: 36px;
    padding-bottom: 0px;
    margin-top: 0;
}
.contact-us-main h3
{
   font-family: 'Alfa Slab One', cursive;
    color: #1d4a96;
    font-size: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
	margin-top:40px;
}

.footer-social
{
	margin-top: 14px;
}

.footer-social .fa
{
	color:#fff;
}

.footer-social a:hover .fa
{
	color:#fff;
}

.footer-social a
{
	color:#fff;
	background-color:#1d4a96;
	text-align: center;
	padding: 9px 12px;
	font-size: 15px;
	width: 45px;
	height: 45px;
	margin-right:8px;
	transition:all ease-in-out 0.3s;
	display: inline-block;
	box-shadow: inset 0 0 0 0 #333;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
}


.footer-social a:visited
{
    color: #fff;
} 

.footer-social a:hover
{
	box-shadow: inset 0 100px 0 0 #333;
	color: #fff;
}
/* END CONTACT US */
.copyright
{
	background-color:var(--brown);
	color:#fff;
	font-size:15px;
	padding-top:12px;
	padding-bottom:12px;
	text-align:center;
}

@media (max-width:800px)
{
.header
{
	border-top:#b88c46 solid 4px;
	padding-top:20px;
	padding-bottom:20px;
}	
.header-mobile
	{
	display:block;
	}
.logo {

    text-align: center;
    margin-bottom:0px;
    margin-top:0px;

}	

.header-in .certificate-in {
	display:inline-block;
    padding: 4px 0 4px 10px;
    color: #1e1e1e;
    font-size: 16px;
    background-image:none;
    transition: all ease 0.3s;
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.header-in .logo-in {
    text-align: center;
    margin-bottom:0px;
    margin-top:0px;
}
.header-in .logo-in img {

    margin-top: -48px;

}
.header-in .phone-in {
	display:inline-block;
    padding: 4px 0 4px 10px;
    color: #1e1e1e;
    font-size: 16px;
    background-image: none;
    transition: all ease 0.3s;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
}
.layout-plan .plan-main {

    margin: 10px;
    width: 46%;
}

}

@media (max-width:680px)
{
	.header {
		display:none;
}
.new-navbar-main .new-navbar.navbar {
    padding: 15px 0 15px 0;
}
.navbar .navbar-nav {
    display: flex;
    float: center;
    vertical-align: top;
    padding-top: 17px;
}
.new-navbar-main .navbar.new-navbar .nav-item {
    display: flow-root;
}
	
.slider
{
	background-image:url(hermi-images/slider-2.jpg);
	background-size:cover;
    padding-top: 0px;
    padding-bottom: 10px;
}
.slider img
{
	display:none;
}
.slider .formpos {
    position: relative;
    right: auto;
    top: 40px;
}
.slider .formpos ul.formnumbers
{
	display:block;
}

.form-box {

}

.logo {
    text-align: center;
    margin-bottom: -111px;
}

.header-in .certificate-in, .header-in .phone-in {
	display:block;
	width:100%;	
}
.header-in .phone-in {
	display:block;
	width:100%;
	float:none;
}
.header-in .logo-in img {

    margin-top: 0px;

}
    
   
.welcome-text {

    background-color: #fdfcf9;
    background-image: none;
    background-position: right bottom;
    background-repeat: no-repeat;
    font-size: 17px;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 32px;

}
.welcome-text .bank-logo {
    font-size: 13px;
    /* background-color: #ee9200; */
    color: #fff;
}
.floor-plan img
{
	width:100%;
	height:auto;
}
	
.layout-plan .plan-main {
    margin: 10px;
    width: 100%;
}
.phone-strap a {
    display: block;
}
.welcome-text h1 {
    font-size: 33px;
}
.gallery-hp .gallery-space img {
	margin-bottom:15px;
}
.price-list a {
    font-size:18px;
    text-align: center;
    padding: 10px 30px;
}

ul.tabs {
}

ul.tabs li{
	margin: 0 10px 6px 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
	border:#917c55 solid 1px;
	color:#917c55;
	min-width: 44%;
}  
ul.tabs li.current {
    background: #917c55;
    color: #fff;
    border-radius:00;
}
ul.tabs li:hover {
    background-color: #917c55;
    border-radius:0 0;
    color: #fff;
}
  
}

@media (max-width:375px)
{
.welcome-text .bank-logo {

    font-size: 15px;
	background-color: #ee9200;
	color:#fff;
    padding: 20px 10px 20px 20px;
    background-image: none;
}
.price-list a {
    font-size: 18px;
    text-align: center;
    padding: 10px 26px;
}
.about-us-main .about-us-text {

    padding-top: 0px;

}

}
#toTop {
	background: #333;
	color: #fff;
	position: fixed;
	bottom: 0;
	right: 5px;
	display: none;
	padding: 1px 15px;
	font-size: 23px;
	cursor: -webkit-grab;
	cursor: grab;
}
#toTop:hover
{
	background-color:#9a983e;
}

