/*!
Theme Name: Meliora
Theme URI: http://hiighfive.com/
Author: Hiighfive.me
Author URI: http://hiighfive.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meliora
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Meliora is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

:root{
		scroll-behavior: smooth;
		--primary-black:#1D1D1D;
		--primary-white:#fff;
		--themeblack:#000303;
		--themeblue:#00CCFF;
		--themelightblue:#DFF4F9;
		--cream:#F8F8F8;




}

*,
*::before,
*::after {
	box-sizing: inherit;
}


*,
body,
html {
	box-sizing: border-box;
	margin: 0
}

body,
html {
	-moz-osx-font-smoothing: grayscale;
	  counter-reset: section;

}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-synthesis: none;
}


html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(238, 122, 122, 0)
}

body,
html {
	padding: 0 !important;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	color: #535967;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: auto;
	-moz-text-size-adjust: auto;
	-ms-text-size-adjust: auto;
	text-size-adjust: auto;
	transition: 0.5s all ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0;
	letter-spacing: -0.01em;
	font-weight: 600;
font-family: 'Montserrat', sans-serif;
}


h1{font-size: 51px}
h2{font-size: 38px;}
h3{font-size: 32px}
h4{font-size: 28px;}
h5{font-size: 24px;}
h6{font-size: 20px;}

h1,h2,h3,h4,h5,h6{font-weight: 700;color: var(--primary-black);}

p,li{
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: -0.16px; 

}
p{  margin-bottom: 15px;}
a,
a:active,
a:hover,
a:link,
a:visited {
	letter-spacing: .5px;
	outline: 0;
	text-decoration: none;
	color: var(--primary-black);
font-family: 'Montserrat', sans-serif;
}
img{
	image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}



/*Background colors*/
.primary-black-bg{background-color: var(--primary-black);}
.primary-white-bg{background-color: var(--primary-white);}
.primary-blue-bg{background-color: var(--primary-blue);}

.themelightblue{background-color: var(--themelightblue);}

.cream{background-color: var(--cream);}

.light-blue{background-color: var(--light-blue);}
.dark-blue{background-color: var(--dark-blue);}

.primary-light-blue{background-color: var(--primary-light-blue);}


/*Text colors*/
.primary-black-txt{color: var(--primary-black);}
.primary-white-txt{color: var(--primary-white);}
.primary-blue-txt{color: var(--primary-blue);}

.blue-gradient{background: var(--blue-gradient);}

input:focus{
border-radius: 6px;
border: 1px solid  #E0EDFE; 
}

input[type="text"], input[type="email"],select{
	height: 48px; 
}
input[type="text"], input[type="email"],textarea{
border-radius: 10px;
/*  border: 1px solid #E0EDFE;
background: #F7FBFF !important; */
  width: 100%;
}

.input-group{
	border-radius: 5px;
border: 1px solid #C8C8C8;
background:var(--primary-white); 
}
textarea{
	border-radius: 5px;
border: 1px solid #C8C8C8 !important;
}

.input-group-text{border: none;background-color: transparent;}



.form-control{  border: none;}

li{list-style: none;}



.custom-logo{width: 200px;  height: auto;}

#masthead, #primary-menu{display: flex;justify-content: space-between;
  align-items: center;
  padding: 15px 80px;
}

#masthead{
	position: fixed;
  z-index: 999;
  width: 100%;
}
.activemenu{
	background-color:var(--primary-white);
	border-bottom: 1px solid #f5f7fa !important;
	transition: 0.5s all;
}
#masthead.activemenu a{color: var(--themeblack);}

#primary-menu{column-gap: 20px}
#site-navigation #primary-menu li:last-child a{
	background-color: var(--themeblue);
	color: var(--primary-white);
	padding: 8px 18px;
  border-radius: 8px;
border: 1px solid var(--themeblue); 
}
.main-hero-slider .carousel-cell{width: 100%}
.main-hero-slider img{height:600px;width: 100%;object-fit: cover;}
#primary-menu a{color: var(--primary-white);}

.equalPadding-T{padding-top: 75px !important}
.equalPadding-B{padding-bottom: 75px !important}

.btn{
	font-family: 'Montserrat', sans-serif;
	border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.5s all;

  
}
/*.btn:hover{

}*/
/*.btn-black-border:hover{
	background-color: var();
}*/
/*.btn.btn-white-border:hover {
  box-shadow: 0 4px 0 0px #fff;
}
.btn.btn-black-border:hover {
  box-shadow: 0 4px 0 0px #fff;
}
.btn.bg-themeblue:hover {
  box-shadow: 0 4px 0 0px #fff;
}*/


.btn-black-border{
	border: 1px solid var(--themeblack);
	color: var(--themeblack);
}
.btn-white-border{
	border: 1px solid var(--primary-white);
	color: var(--primary-white) !important;
}
.btn-black{background-color: var(--themeblack); color: var(--primary-white);}


.bg-themeblue{background-color: var(--themeblue);}
.bg-themeblack{background-color: var(--themeblack);}



.subscribeWrap{
	border-radius: 14px; 
	padding: 56px 42px;
}

.hero-inner-content :is(h3,h5,p){color: var(--primary-white);}

.hero-inner-content h5{padding: 30px 0;}
.hero-inner-text h3{font-size: 48px;line-height: 58px;}
.hero-inner-text h5{font-weight: 500; }


.flickity-page-dots {
  counter-reset: section;
  
}
.flickity-page-dots li{
	position: relative;
}

.flickity-page-dots li::before {
  counter-increment: section;
  content: "" counter(section) "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 4px;
  bottom: 0;
  color: var(--primary-white);
}
.flickity-page-dots .dot{width: 30px !important;height: 30px !important;}


.main-hero-slider .flickity-page-dots{
  top: 40%;
  bottom: 0;
  right: 100px;
  margin: auto;
  width: auto !important;
}
.main-hero-slider .flickity-page-dots{  display: block}
.main-hero-slider .flickity-page-dots .dot{display: block !important;
border: 1px solid var(--primary-white);
  margin: 10px;
  background-color: transparent;

}


.custom-search {
  position: relative;
  width: 300px;
}
.subscribefields{
	  position: relative;
}
.subscribefields input[type="text"] {
  width: 100%;
  border: 1px solid #ccc;
border-radius: 9px; 
  padding: 10px 100px 10px 20px; 
  line-height: 1;
  box-sizing: border-box;
  outline: none;
}
.subscribefields input[type="submit"] {
  position: absolute;
  right: 3px; 
  top: 3px;
    bottom: 3px;
  border: 0;
  background-color:var(--themeblack);
  color:var(--primary-white);
  outline: none;
  margin: 0;
border-radius: 9px; 
  z-index: 2;
}

.copyright-info, .copyright-info #staticlinks{display: flex;justify-content: space-between;}

.copyright-info #staticlinks{column-gap: 15px;}
.site-footer{background-color:#1a1a1a;padding-top: 75px;}
.site-footer :is(a,p){color: var(--primary-white);}
.subscribeWrap p{color: #110505}

.aboutusWrap ul{
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.aboutusWrap ul li{  margin-bottom: 15px;}
.aboutusWrap ul li img{ border-radius: 10px;}
.aboutusWrap ul li:first-child{margin-top: 40px}

.innerpages-hero{height: 442px;display: flex;align-items: center;}

.home #breadcrumbs, .page-id-60 #breadcrumbs{display: none;}

#breadcrumbs :is(span,a){color: var(--primary-white);}


.contactform-wrap{
border-radius: 10px;
background: #FFF;
box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.20);
padding: 36px;
}

label{font-weight: 700; color: var(--themeblack);font-size: 16px; padding-bottom: 6px}

.contactform-wrap i{color: var(--themeblue);}

.address-wrap{padding-top:56px}

.address-wrap li{display: flex;padding-bottom: 50px;  column-gap: 70px;}
.address-wrap h4{font-size: 18px;}
.address-wrap li .addresswrap{position:relative;}
.address-wrap li .addresswrap:before{
	content: "";
	width: 2px;
	height: 100%;
	background-color:#BABABA;
	display: block;
  position: absolute;
  left: -30px;
    rotate: 24deg;
}
.address-wrap li a{color:var(--themeblue);}

.achievements-counter h4{font-size: 16px}
.achievements-counter h3{color: var(--themeblue);margin-top:15px;}
.teams .vc_column-inner{position: relative;}
.teams h4{padding-top: 15px;}
.teams .vc_column-inner:before{
	background-color: #00CCFF;
	content: "";
	display: block;
  height: 82%;
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
    z-index: -1;
    bottom: 0;
      border-radius: 10px;
}
.teamSocial{padding-top: 6px}
.teamSocial ul{
	display: inline-table;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
bottom: -20px;
  border-radius: 64px;
  background:var(--primary-white);
  box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.08);
  padding: 7px 15px;
}
.teamSocial li{
	display: initial;
  margin:0 7px;
}

.teamSocial li i{
	color: #D6D6D6;
	font-size: 20px;
}
.teamSocial li a:hover i.fa-facebook{
	color:#316FF6;
}
.teamSocial li a:hover i.fa-twitter{
	color:#1DA1F2;
}
.teamSocial li a:hover i.fa-linkedin{
	color:#0A66C2;
}
.teamSocial li a:hover i.fa-youtube{
	color:#FF0000;
}

.customer-portal-wrap a{font-weight: 700}

.forgotpassword{
	padding-bottom: 30px;
	color: var(--themeblue) !important;  display: block;
} 
.customer-portal-wrap i{
		color: var(--themeblue) !important;
}

.haveaccount{padding-top: 30px;display: block;}
.page-id-60 :is(#masthead,#colophon){
	display: none;
}

.portal-code{padding: 60px !important}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{background-color:var(--primary-white) !important;border-color:var(--primary-white) !important;border-radius: 10px; }
.vc_tta.vc_general .vc_tta-panel{margin-bottom: 10px}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a{font-size: 18px;}
.interestrate h4{padding: 10px 0}

.interestrate p{padding:0 40px}


