@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: system-ui;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: url(../img/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Playfair Display', serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #000;
    line-height: 28px;
    font-size: 15px;
    font-weight: 400;
    margin: 15px 0;
    font-family: system-ui;
    text-align:justify;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list, ul.listno
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li, ul.listno li
{
    color: #000;
    line-height: 30px;
    font-size: 17px;
    font-weight: 400;
	padding-left: 16px;
    position: relative;
    margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
}
ul.list li, ul.listno li
{
	counter-increment: mega-step;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background:#df0024;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.listno li:before
{
    content: counter(mega-step, upper-roman);
    position: absolute;
    top: 0px;
    left: 0;
    width: 6px;
    height: 6px;
    color: #ff3c00;
	text-align:center;
}
ul.list li strong, ul.listno li strong
{
	color:#000;
}
ul.list li span, ul.listno li span
{
	color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
header
{
	position:relative;
}
.section
{
    outline: 0;
}
.footer
{
	
}
.header
{
	
}
.header .nav-shrink
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    margin-top:50px;
}
.nav-shrink .site-header
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	box-shadow:0px 0px 16px rgba(0,0,0,0.2);
    margin-top: -25px;
    padding: 15px 80px 30px;

}
.nav-shrink .site-header h1
{
    margin: 0px 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.nav-shrink .nav
{
    margin-top: 10px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.site-header
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	padding: 3px 60px 45px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	background:#fff;
	z-index:999999999;
}
.site-header h1
{
    margin: 0px 25px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    position: absolute;
}
.site-header h1 a{
    font-size: 37px;
    font-weight: 800;
    color: #df0024;
    display: inline-block;
    
}
.site-header h1 img
{
    height:auto;
    -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.site-header aside
{
	padding-top:25px;
}
.nav-shrink .site-header aside
{
	
}

.nav-shrink .site-header h1 img{
    width:auto;
    -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    margin-left:20px;

}
.header-contact
{
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	padding:0 20px;
	margin:15px 20px;
}
.header-contact a
{
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 400;
    display: block;
}
.header-contact a i
{
    color: #0077be;
	display:inline-block;
	margin-right:6px;
	text-align:center;
}
.header-contact a:hover
{
	text-decoration:underline;
}
.social-icon
{
    margin:3px 0;
}
.social-icon a
{
    display: block;
    float: left;
    margin-left: 12px;
    background: #fff;
    color: #81c059;
    font-size: 18px;
    text-align: center;
}
.social-icon a:hover
{
    color: #0077be;
}
.header-button
{
	margin-top: -11px;
}
.header-button a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
    z-index: 2;
    overflow: hidden;
    font-family: system-ui;
    text-transform: uppercase;
}
.header-button a::before
{
    position: absolute;
    content:attr(data-hover);
    top:20px;
    left:0;
    width:100%;
    height:100%;
    padding: 15px 30px;
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: -2;
    background:#000 ;
    color:#fff;
}
.header-button a:hover::before{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
}

.header-button a i
{
	margin-right:6px;
    
}

.header-button a span{
  display: block;
  padding: 15px 30px;
  background-color: #df0024;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  border:1px solid #df0024;
}

.header-button a:hover span{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
}




.nav
{
	margin-top:17px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    margin-right: 75px;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.nav ul li a {
    color: #2d2c2c;
    font-size: 15px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 12px 0px;
    font-family: system-ui;
    text-transform: uppercase;
}
.nav ul li a:before
{
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #fff;
    border-width: 6px;
    z-index: 9999;
    opacity: 0;
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    bottom:5px;
    left: 0;
    width: 0%;
	height:2px;
    background: #df0024;
    z-index: 999999999;
    opacity: 0;
}
.nav ul li a i
{
    width: 16px;
    height: 10px;
    font-size: 26px;
    line-height: 10px;
    position: absolute;
    top: 15px;
    right: -22px;
    margin: auto;
    font-weight: 100;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -wenkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
	display:none;
}
.nav ul li a span:before
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #fff;
}
.nav ul li a span:after
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
	opacity:0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	color:#000;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before, .nav ul li:hover > a:after, .nav ul li.active > a:after
{
    opacity:1;
    width: 100%;
    right:0;
}
.nav ul li ul
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    padding: 15px 30px;
    box-shadow: 0px 22px 36px rgba(0, 0, 0, 0.2);
	border-top:solid 1px #0077be;
	margin-left:-50px;
}
.nav ul li ul.meganav
{
    position: absolute;
    display: none;
    background: #fff;
	border-top:solid 1px #0077be;
    z-index: 9999999;
    box-shadow: 0px 22px 36px rgba(0, 0, 0, 0.2);
	left:0px;
	right:0;
	margin-left:0px;
    padding: 35px 50px;
}
.nav ul li ul.meganav aside
{
    width:50%;
    text-align:left;
}
.nav ul li ul.meganav aside a h3
{
    font-size: 24px;
    font-weight: 800;
	color:#0077be;
	margin-top:0;
	display:inline-block;
}
.nav ul li ul.meganav aside a:hover h3
{
	color:#000;
	text-decoration:underline;
}
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul.meganav li
{
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
	padding-right:15px;
}
.nav ul li ul.meganav li a
{
    padding: 6px 0px;
}
.nav ul li ul.meganav li a img
{
    width:40px;
	margin-right:10px;
	border-radius:6px;
}
.nav ul ul li a
{
	text-align:left;
    font-size: 15px;
    color: #525252;
    font-weight: 400;
    width: auto;
    position: relative;
	text-transform:none;
    padding: 15px 0px;
}
.nav ul ul li:first-of-type a
{
	border-top:none;
}
.nav ul ul li a:after
{
    display:none;
}
.nav ul ul li a:hover
{
	color:#000;
	background:none;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}
.navbar
{
    font-size: 30px;
    cursor: pointer;
    padding: 27.5px 37px;
    color: #000;
    position: fixed;
	top:0;
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	display:none;
}
.sidenav
{
	height: 100%;
	width: 0;
	position: fixed;
    z-index: 9999999999;
	top: 0;
	right: 0;
	background-color: #fff;
	box-shadow:0px 0px 26px rgba(0, 0, 0, 0.3);
	overflow-y: auto;
	transition: 0.5s;
	padding-top: 75px;
}
.sidenav ul
{
    padding: 0 20px 0 20px;
    margin: 0;
    list-style: none;
}
.sidenav ul li
{
    list-style: none;
    position: relative;
}
.sidenav ul li:first-of-type a
{
	border-top:none;
}
.sidenav ul li a
{
	color: #525252;
    font-size: 17px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 12px 0px;
	text-align:left;
	width:200px;
}
.sidenav ul li a i
{
    width: 16px;
    height: 10px;
    font-size: 26px;
    line-height: 10px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    font-weight: 100;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -wenkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.sidenav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sidenav ul li a:hover
{
    color: #0077be;
}
.sidenav ul li ul
{
    display: none;
    z-index: 9999999;
    padding: 0 12px;
}
.sidenav ul li ul li
{
	list-style: none;
    float: none;
    margin: 0;
    display: block;
}
.sidenav ul ul li a
{
    padding: 10px 0px;
	text-align:left;
    font-size: 15px;
    color: #525252;
    font-weight: 400;
    width: auto;
    position: relative;
}
.sidenav ul ul li h3
{
    margin:0;
}
.sidenav ul ul li a:hover:before
{
	opacity:1;
}
.sidenav ul ul li a:hover, .sidenav ul ul li a:hover:before
{
	color: #000;
}
.sidenav ul li ul:hover a
{
	
}
.sidenav ul > li:hover ul
{
	display:block;
}
.sidenav .closebtn
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    font-size: 45px;
    cursor: pointer;
    padding: 20px 36px;
	color:#000;
}
.sidenav .closebtn:hoverr
{
	color:#000;
}
.banner
{
    width: 100%;
    height: 100%;
	position:relative;
	margin-top:105px;
	z-index:9;
}
.container
{
	padding:85px 100px;
}
.equalheight
{
	display:flex;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.container h2
{
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
    color: #0077be;
	position:relative;
	margin-bottom:25px;
    z-index: 9;
}
.container h2:before
{
    content: " ";
    position: absolute;
    top: 5px;
    left: -26px;
    width: 50px;
    height: 50px;
    background: #81c059;
    border-radius: 50%;
    z-index: -8;
}
.container h2:after
{
    content: " ";
    position: absolute;
    top: 5px;
    left: -20px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    z-index: -8;
}
.container h3
{
    color: #000;
    font-size: 26px;
    font-weight: 700;
}
a.linkbox, .contact-strip a
{
    display: inline-block;
	border:solid 2px #81c059;
    color: #000;
    font-size: 17px;
    padding: 16px 30px;
	font-weight:500;
	overflow:hidden;
	position: relative;
	border-radius:30px;
	margin:15px 0;
}
a.linkbox:before, .contact-strip a:before
{
	content:" ";
    position: absolute;
    left: -180px;
    bottom: -180px;
    background: #81c059;
    z-index: -8;
    transform: rotate(16deg);
	width:0;
    height: 300px;
	border-radius:50%;
	margin:auto;
}
a.linkbox:hover, .contact-strip a:hover
{
	color:#fff;
}
a.linkbox:hover:before, .contact-strip a:hover:before
{
    width: 300px;
    left: -20px;
}
.content
{
	width:65%;
}
.sidebar
{
	width:30%;
}
.sidebar img
{
	margin:15px 0;
}
.sidebar nav
{
    background: #EEEEEE;
    border-radius: 15px;
	overflow:hidden;
}
.sidebar nav h3
{
	margin:0;
    padding: 30px 30px 15px 30px;
}
.sidebar nav h3:before
{
    left: -10px;
    background: #fff113;
}
.sidebar nav ul
{
    margin: 0;
    padding: 0;
    border-radius: 30px;
}
.sidebar nav ul li
{
	
}
.sidebar nav ul li a
{
    display: block;
    text-align: left;
    color: #525252;
    font-weight: 600;
    padding: 15px 30px;
	position:relative;
}
.sidebar nav ul li a:hover
{
    background: #fff;
    color: #000;
}
.sidebar nav ul li:hover > a, .sidebar nav ul li.active > a 
{
    color: #000;
    background: #fff;
}
.sidebar nav ul li a:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background: #81c059;
	opacity:0;
}
.sidebar nav ul li a:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    background: #0077be:
	opacity:0;
}
.sidebar nav ul li:hover > a:before, .sidebar nav ul li.active > a:before,
.sidebar nav ul li:hover > a:after, .sidebar nav ul li.active > a:after
{
	opacity:1;
}
.table-content
{
	margin:15px 0;
}
.table-content-space
{
	margin:15px 100px 85px 100px;
}
.table-content table, .table-content table th, .table-content table td
{
	border:solid 1px #fff;
}
.table-content table
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
}
.table-content table th
{
    background: #0077be;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.table-content table td
{
	background:#f4f9f1;
	padding:10px;
}
.table-content table td:nth-of-type(even)
{
	background:#eaf4f9;
}


.wave_effect{
 display: block;
 position: relative;
 margin-top: -45px;
 z-index:9;
 overflow: hidden;
}
.wave_effect .inner_wave{
    
}
.wave_effect svg{
    fill:#fff;
}

.about_us{
    display: block;
    position: relative;
    margin-top:48em;
}
.inner_about_section{
    display: flex;
    margin: auto;
    justify-content: center;
}
.left_abt, .right_abt{
    width:45%; padding: 40px 40px 55px;
}
.right_abt h1{
    font-size: 42px;    
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    margin: 0px 0px 30px;
   font-family: system-ui;
}



.right_abt h3:before{
    position: absolute;
    content: '';
    left: 4.5em;
    top: 18px;
    width: 68px;
    height: 1px;
    background: #df0024;
}
.right_abt p{
    
}
.right_abt a{
    display: inline-block;
    font-size: 18px;
    color: #fff;    
    font-weight: 400;    
    position: relative;
    white-space: nowrap;
    z-index:2 ;
    overflow: hidden;
    margin-top:15px;
}

.right_abt a::before
{
    position: absolute;
    content:attr(data-hover);
    top:0px;
    left:0;
    width:100%;
    height:100%;
    padding: 15px 30px;
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: -2;
    background:#000 ;
    color:#fff;
}
.right_abt a:hover::before{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
}


.right_abt a span{
  display: block;
  padding: 15px 30px;
  background-color: #df0024;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;

}

.right_abt a:hover span{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
}



.title_case{
    font-size: 42px;    
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    margin: 0px 0px 30px;
}

.small_case{
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    color:red;
    position: relative;
}

.small_case{
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    color:red;
    position: relative;
	font-family:system-ui;
}

.small_case:before{
    position: absolute;
    content: '';
    left: 37%;
    top: 18px;
    width: 68px;
    height: 1px;
    background: #df0024;
    
}

.planning_phase{
    display: block;
    position: relative;
    padding:1.5em 80px 45px;
}
.inner_planning{
    display: block;
}

.inner_planning h3{
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
	font-family:system-ui;
   
}
.inner_planning h3.small_case:before{
    left: 27%;

}
.inner_planning h1{
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
	font-family:system-ui;
}
.inner_planning h1 span{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: url(../img/heading_wave-1.png) center center no-repeat;
    width:13%;
    height: 13px;
    transform: translate(-27%, 50px);
}
.inner_planning ul{
    list-style-type: none;
}
.inner_planning ul li{
   
    width: 44%;
   position:relative;
    margin: 105px 30px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.inner_planning ul li a{
    display: block;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition:all 0.3s ease ;
    -moz-transition:all 0.3s ease;
    -o-transition: all 0.3s ease;
    overflow: hidden;
}
.inner_planning ul li:hover a{
    box-shadow:0 4px 4px 0px rgb(0 0 0 / 35%);
}
.inner_planning ul li a img{
    display: block;
    transition: all 2s ease;
    -webkit-transition:all 2s ease ;
    -moz-transition:all 2s ease;
    -o-transition: all 2s ease;
}
.inner_planning ul li a:hover img{
    transform: scale(1.35,1.35);
}

.inner_planning ul li a .btn_view {
    position: absolute;
    top: 35%;
    left: 40%;
    display: block;
    background:#000;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
}
.btn_view p{
    margin: 0;
    padding: 10px 30px;
    color:#fff;
}
.btn_view:hover p{
    margin: 0;
    padding: 10px 30px;
    color:#fff;
    background: #df0024;
}
.inner_planning ul li a:hover .btn_view{
    opacity: 1;
    

} 

.inner_planning ul li .context{
    display: block;
    position: absolute;
    left: 5%;
    top: 78%;
    background: #fff;
    width: 83%;
    padding: 20px 30px;
}
.inner_planning ul li .context .price{
    position: absolute;
    bottom: 8.8em;
    right: 3em;
    background: #df0024;
    padding: 13px 34px;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato';
}
.inner_planning ul li .context h3{ 
    font-size:22px;
    text-transform: uppercase;
    font-weight:600;
    text-align: left;
    color:#000;
}
.inner_planning ul li .context p{ 
    font-size:16px;
    line-height: 23px;
}
.inner_planning ul li .context p span{
    margin: 7px;
}
.inner_planning ul li .context a{ 
    display: inline-block;
    font-size: 16px;
    color: #000;    
    font-weight: 400;    
    position: relative;
    white-space: nowrap;
    z-index:2 ;
    overflow: hidden;
    margin-top:10px;
}

.context a::before
{
    position: absolute;
    content:attr(data-hover);
    top:0px;
    left:0;
    width:100%;
    height:100%;
    padding: 12px 30px;
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: -2;
    background:#df0024 ;
    color:#fff;
}
.context a:hover::before{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
}
.context a span{
  display: block;
  padding: 12px 30px;
  background-color: #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  border:1px solid #000;
}

.context a:hover span{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
}



.river_stream_structure{
    display: block;
    position: relative;
    padding: 90px 0px 40px;
}

.river_case{
    text-align:center;
}

.river_case h3.small_case:before {
left:33%;
}

.inner_structure{
    display: block;
    padding: 50px 80px;
    position: relative;
    background: linear-gradient(269deg, #df0024 21%, white 11%);
    margin-top: 65px;
   
}

.finest{
    overflow: hidden;
}
.quality_room{
    display: block;
    position: relative;
    box-shadow: 3px 4px 10px 0px rgb(0 0 0 / 50%);
    margin:15px;
}
.quality_room a{
    position: relative;
    display: block;
}

  
.desc{
    background: #fff;
    height: calc(20vw - 155px);
    margin-top: -15px;
    text-align: left;
    padding: 15px 30px;
}
.desc h3{
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.desc p{
    font-size: 15px;
 
    border: 1px solid #df0024;
    display: inline-block;
    padding: 3px 24px;
    margin: 0;
    color: #df0024;
    transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.desc p:hover{
    background: #000;
    color:#fff;    
    border: 1px solid #000;
}

.get_in_touch{
    display: block;
    position: relative;
    background:#e3e3e3;
    padding: 40px 70px;
}

.inner_get_in{
    display: block; 
    padding: 0;
    
}

.section_main .inner_get_in{
padding:0px 0px;
}
.inner_get_in h1{
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    
    align-items: center;
    display: block;
    margin-top: 50px;
}
.inner_get_in h1 small{
    font-size:14px;

}
.inner_get_in a{
    display: inline-block;
    font-size: 14px;
    color: #0077be;    
    font-weight: 400;    
    position: relative;
    white-space: nowrap;
    z-index:2 ;
    overflow: hidden;
    margin-top:10px;
}

.inner_get_in a::before
{
    position: absolute;
    content:attr(data-hover);
    top:0px;
    left:0;
    width:100%;
    height:100%;
    padding: 10px 30px;
    transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: -2;
    background:#0077be ;
    color:#fff;
}
.inner_get_in a:hover::before{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
}
.inner_get_in a span{
  display: block;
  padding: 10px 30px;
  background-color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  border:1px solid #0077be;
}

.inner_get_in a:hover span{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
}

.footer_section{
    display: block;
    position: relative;  
    background: #000;
    
 
}
.inner_footer{
 
  padding: 60px 30px;
  display: block;
 
 
}



.foot-right {
        
        margin-right: 8%;
        color: #fff; 
        z-index: 9;
      
}

.foot-right:nth-of-type(5){
    margin-right: 3%;
    
}

.foot-right h3{
   
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin: 30px 0px 27px;
    position: relative;
   font-family: system-ui;
}
.foot-right h3 span{
    position: absolute;
    left: -62px;
  
}

.foot-right h4{
    line-height: 24px;
    font-size: 15px;
    font-family: lato;
    margin:10px 0px;
}

.foot-right ul{
   list-style-type: none;
}

.foot-right ul li{
    line-height: 1.4;
}
.foot-right ul li a{
    line-height: 1.7;
    color:#fff;
    font-family: lato;
    
}
.foot-right p{
   
    color: #fff;    
    font-size: 15px;
    line-height: 23px;
}

.foot-right p strong{
   
    color: #fff;    
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
}
.foot-right a{
    color:#fff;
}
.foot-right a:hover{
    color:#df0024;
}

.foot-right a span{
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    background: #df0024;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.foot-right a span i{
    font-size: 21px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.foot-right span{
    position: relative;
}
i.fas.fa-map-marker-alt {
    position: absolute;
    left: -30px;
    top: 3px;
    font-size: 22px;
    color: #df0024;
}
i.fas.fa-envelope-open {
    font-size: 18px;
    margin-right: 12px;
}

i.fas.fa-phone-alt {
    font-size: 18px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 0px 0px;
}


i.fas.fa-globe {
    font-size: 18px;
    margin-right: 12px;
}

.bottom-footer{
    display: block;border-top: 1px solid #fff;
}

.inner_btm_foot{
    padding: 15px 65px;
}
.inner_btm_foot a{
    color: #fff;
    font-size: 13px;
    display: inline-block;
}

.mission_vission{
    position: relative;
    display: block;
    padding-bottom: 80px;
    position:relative;
    
}
.inner_miission{
    margin: 0px 65px;
    overflow: hidden;
    background: white;

}
.mission_vission:before{
    content: '';
    position: absolute;
    left: 0px;
    width: 18em;
    height: 26em;
    background: #df0024;
    top: 8.5em;
    z-index: -1;
}

.faci_icon{
    background: #fff;
    padding: 55px 0px 10px;
    text-align: center;
    box-shadow: 3px 0px 19px 0px rgb(16 16 16 / 24%);
    border: 1px solid #d3d2d2;
    margin: 5px;
    height: calc(50vw - 460px);
}
.faci_icon a{
    display:inline-block;
    font-size:45px;
    color: #df0024;
}
.faci_icon h3{
    font-family: 'Lato';
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
}
.mission_title{
    display: block;
    padding: 40px 80px;
    position: relative;
    text-align: center;
}




.mission_title h1{
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
}
.mission_title h1 span{
position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: url(../img/heading_wave-1.png) center center no-repeat;
    width:13%;
    height: 13px;
    transform: translate(-27%, 50px);
}


/** profile**/

.section_main{
    margin-top: 110px;
    
}
.comman_main{
    background: url(../img/banner-2.jpg) center center no-repeat;
    padding: 150px 150px;
    background-size:cover;
}
.contact-us{
    background: url(../img/calling.jpg) center center no-repeat;
    padding: 150px 150px;
    background-size:cover;
}
.abt-us{
    background: url(../img/about-us.jpg) center center no-repeat;
    padding: 150px 150px;
    background-size:cover;
}
.local{
    background: url(../img/local.jpg) center center no-repeat;
    padding: 150px 150px;
    background-size:cover;
}
.gallery{
    background: url(../img/gallery.jpg) center center no-repeat;
    padding: 150px 150px;
    background-size:cover;
}

.comman_main h1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: system-ui;
}
.profile_section{
    display: block;
    position: relative;
    padding: 60px 100px 30px;
    text-align: justify;
}
.profile_section h1{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.what_h2o{
    display: flex;
    padding: 0px 80px;
    align-items: center;
}
.what_h2o aside{
    width:50%;
}

.what_h2o aside.right{
    width:50%;
    padding: 40px;
}

.what_h2o aside.right h1{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.section_main {
 padding: 0px 0px;
}
.planing_main{
    display: block;
    position: relative;
    padding: 80px 120px;
}
.planing_main h1{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 30px 0px;
}
.planing_main ul{
list-style-type: none;
}
.planing_main ul li{
    list-style-type: none;
}
.planing_main ul li h3{
    font-size: 19px;
    font-weight: 600;
}
.geological_view{
    text-align: center;
}
.action_plan{
    display: flex;
    padding: 50px 30px 20px;
    justify-content: center;
    text-align: justify;
}
.action_plan aside{
    width:50%;
    padding: 40px;
    margin: auto;
}
.action_plan aside.left{
    padding: 0;
    overflow: hidden;
}
.action_plan aside p {
}
.action_plan aside p span{
    margin: 7px;
}
.action_plan aside a{
    display: inline-block;
    color:#fff;
    background: #000;
    padding: 14px 30px;
    text-transform: uppercase;
    margin: 20px 0px;
    font-size: 14px;
}
.action_plan aside a:hover{
    background: #df0024;
    
}

.person_06 .owl-prev{
    background-color: #de747a;
    top: 50%;
    position: absolute;
    width: 35px;
    left: -5px;
    padding: 5px;
}

.person_06 .owl-next{
    background-color: #df00247d;
    top: 50%;
    transform: rotate(180deg);
    position: absolute;
    right: -5px;
    width: 35px;
    padding: 5px;
}
.action_plan aside h1{
    font-size:33px;
    font-weight:800;
    text-transform: uppercase;
}
.block{
    display: flex;
    padding: 0px 80px;
    justify-content: center;
}

.execution_sec{
    
    padding: 80px 80px;
    align-items: center;
    text-align: justify;
}
.execution_sec aside{
    width:50%;
    padding: 25px;
}
.execution_sec  h1{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0px;
	font-family:system-ui;
}

.success {
  display: flex;
  position: relative;
  padding: 100px 125px;
  flex-wrap: wrap;
}
.success .quality_room{
    width: 31%;
    margin:10px;
}
.success .quality_room a{
    display: block;
    position: relative;
    overflow: hidden;
}
.success .quality_room a span{
    position:absolute;
    background-color: #3333318a;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
    transition: all 0.3s ease;
}
.success .quality_room a:hover span{
   opacity: 1;
}
.success .quality_room a .more_btn{
    transition: all 0.3s ease;
    position: absolute;
    top: -25%;
    left: 34%;
    display: inline-block;
    padding: 6px 30px;
    border: 1px solid #fff;
    color: #fff;
    

}
.success .quality_room a:hover .more_btn{
    top:37%;
}
.success .desc{
    background: #fff;
    height: max-content;
    margin-top: -15px;
    text-align: center;
    padding: 15px 30px;
}

.success h1{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 30px 0px;
}
.empsection h2{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.awards h1{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 30px 0px;
}
.contact_form
{
    padding: 80px 80px 40px;
    display: flex;
}
.contact_form fieldset{
    width:55%;
    margin: auto;
    padding: 40px 40px 0px;
}
.contact_form  h3{
    font-size: 28px;
    color:#df0024;
    font-weight: 600;
    text-transform: uppercase;
}

.contact_form fieldset label
{
	display:block;
	
	padding:10px;
}
.contact_form fieldset input::-webkit-input-placeholder
.contact_form fieldset textarea::-webkit-input-placeholder
.contact_form fieldset input::-moz-placeholder
.contact_form fieldset textarea::-moz-placeholder
.contact_form fieldset input:-ms-input-placeholder
.contact_form fieldset textarea:-ms-input-placeholder
.contact_form fieldset input:-moz-placeholder
.contact_form fieldset textarea:-moz-placeholder
{
	color: #4d4d4f;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight:400;
	font-size:16px;
}
input[type=text], input[type=email], input[type=number]
{
    padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
	border:solid 3px #e7e7e7;
    background: #fff;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    border-radius: 3px;
}

.contact_form fieldset textarea
{
	padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
	border:solid 2px #e7e7e7;
    background: #fff;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0px 5px -2px #e7e9ed;
}
.contact_form fieldset input[type=submit], .contact_form fieldset input[type=reset]
{
   border: none;
    padding: 16px 26px;
    outline: 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    font-family: system-ui;
    margin-top: 15px;
    text-transform: uppercase;
}
.contact_form fieldset input[type=submit]
{
    background: #0077be;
}
.contact_form fieldset input[type=reset]
{
	background: #363636;
}

.newsletter {
    width:45%;
}
.newsletter input[type=email] {
    padding: 15px 16px;
    box-sizing: border-box;
    width: 70%;
    float: left;
    border: none;
    background: 0 0;
    outline: 0;
    position: relative;
    background: #fff;
    color: #4f4f4f;
    font-family:system-ui;
    font-size: 16px;
    font-weight: 300;
}
.newsletter-button{
    border: none;
    padding: 15px 0;
    float: left;
    width: 30%;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    cursor: pointer;
    font-family: system-ui;
    font-size: 16px;
    background: #df0024;
}

.group_hotel{
    display: block;
    position: relative;
}
.inner_group{
    padding: 40px 80px;
}
.inner_group ul{
    display:flex;
    flex-wrap:nowrap;
    justify-content: space-between;
    margin: 4em 0px;

}
.inner_group ul li{
    width:23%;
    margin: 10px;
    
}
.inner_group h3.small_case:before{
    left: 10%;
}

.inner_group ul li a{
    display: block;
    overflow: hidden;
}
.inner_group ul li a .names{
    background:#f5f5f5;
    padding: 22px 15px;
    text-align: center;
}
.inner_group ul li a img{
    display: block;
    transition: all 1.3s ease;
}

.inner_group ul li a:hover img{
    transform: scale(1.2);
}

.inner_group ul li a .names h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #000;
    font-family: system-ui;
    text-transform: uppercase;
}
.inner_group ul li a .names p{
    border:1px solid #000;
    display: inline-block;
    padding: 4px 24px;
    font-size: 15px;
    margin-top: 20px;  
    transition: all 0.3s ease;  
}

.inner_group ul li a .names:hover p{
  background: #000;
  color:#fff;
}
.view_btn {
    margin-top: 2em;
    text-align: center;
  }
.view_btn a{
    display: inline-block;
    color: #fff;
    padding: 16px 36px;
    background: #000000;
    text-align: center;
    text-transform: uppercase;
	font-family:system-ui;
}
.view_btn:hover a{
    background-color: #df0024;
}


.marquee {
     background-color: #df0024;
    
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee span{
    display: inline-block;
  font-size: 20px;
  position: relative;
  left: 100%;
    animation:scroll 8s linear infinite;
}
.marquee:hover span{
    animation-play-state:paused;
}

@keyframes scroll{
    0%{
        left:100%;

    }
    100%{
        left:-60%;
    }
}
.marquee span:nth-child(1) {
    animation-delay: 0s;
  }
  .marquee span:nth-child(2) {
    animation-delay: 0.8s;
  }
  .marquee span:nth-child(3) {
    animation-delay: 1.6s;
  }

  .facilities1{
    display: inline-block;
    margin: auto;
  }
  .facilities1 .item {
    width: 24%;
    float: left;
}
.facilities1 .item .faci_icon{
    background: #fff;
    padding: 55px 0px 10px;
    text-align: center;
    box-shadow: 3px 0px 19px 0px rgb(16 16 16 / 24%);
    border: 1px solid #d3d2d2;
    margin: 5px;
    height: calc(48vw - 450px);
}
.facilities1 .item .faci_icon a {
    display: inline-block;
    font-size: 45px;
    color: #df0024;
}
.facilities1 .item  .faci_icon h3{
    font-family: 'Lato';
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
}

.rooms_section{
    position: relative;
    display: block;
    padding-bottom: 10em;
    padding-top: 5em;


}
.rooms_section .inner_planning ul li .context .price{
    bottom: 11.8em;
}
.rooms_section .inner_planning h3.small_case:before {
    left: 28%;
}
.address{
    position: relative;
    display: block;
    padding: 100px;
}
.address .inner_contact{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding-left: 30px;
}
.branch_add{
    width: 48%;
    margin: 5px;
    box-shadow: 0px 2px 2px 1px rgb(0 0 0 / 30%);
    padding: 30px 100px;

}
.branch_add h1{
  font-size:40px;
}

.branch_add h3{
    font-size:30px;
}
i.fas.fa-map-marked-alt{
    color: #df0024;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.map{
    display: block;
    overflow: hidden;
}
.ct-addrs{
    width:42%;
    padding:50px 43px 0px;
}
.ct-addrs h1{
font-size:40px;
}
.whatsapp a{
    display: inline-block;
    border-radius: 50%;
    background-color: #25D366;
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 32px;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 2.4em;
    z-index: 1001
}
.breadcrum{
    margin-top: 1.5em;
}
.breadcrum a{
   color:#fff;
}
.breadcrum span{
    color:#fff;
}

.fully{
    font-size: 30px;
    background: border-box;
    background-color: #df0024;
    display: inline-block;
    color: #fff;
    padding: 12px 36px;
    margin: 0% 20%;
}


@media only screen and (max-width:767px){
    .foot-right p{
        text-align: center;
    }
}
.top-bar{
    background: #2d2c2c
}