@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700;800&display=swap');

body {
	font-family: 'Catamaran', sans-serif;
	color: #000;
}
.btn, .btn:hover, a, a:hover {
	transition: 0.3s;
}
a:hover {
	text-decoration: none;
}
button:focus {
	outline: none;
}
.callinfo{
   font-family: 'Poppins', sans-serif;
}
.btn-primary {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #47b2e4;
  border-color: #47b2e4;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #209dd8;
    border-color: #209dd8;
    box-shadow: none;
    outline: none;
}
header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
    background: rgba(255,255,255,0.8);
    transition: all 0.5s;
    padding: 0.5rem 0;
}
header h4 {
	margin-bottom: 0;
}
header.shrink {
	background: rgba(40, 58, 90, 0.9);
}
#header.shrink{
	background: rgba(40, 58, 90, 0.9);
	top: 0;
}
header.shrink a {
	color: #fff;
}
header.shrink a.navbar-brand:hover, header.shrink a.navbar-brand:focus {
	color: #fff;
}
header .navbar-brand img{
	width: 100px;

}
header .navbar-expand-sm {
	justify-content: space-between;
	width: 100%;
}
header a {
	color: #000;
}
header a:hover, header a:focus {
	color: #47b2e4;
}
header a.navbar-brand {
	letter-spacing: 0.5px;
    text-transform: uppercase;
}
header a.navbar-brand:hover, header a.navbar-brand:focus {
	color: #000;
}
header ul li+li {
    padding-left: 15px;
}
#banner .carousel-caption h2 {
    font-size: 36px;
    color: #fff;
    width: 500px;
    
    font-weight: 700;
    letter-spacing: 1px;
}
#banner .carousel-caption div {
	padding-left: 4rem;
    padding-top: 15rem;
}
#banner .carousel-caption p {
	font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
}
#banner .carousel-caption {
    text-align: left;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
}
#banner .carousel-caption .btn {
	background: #47b2e4;
    color: #fff;
    border: 1px solid #47b2e4;
    padding: 8px 30px;
    border-radius: 35px;
    margin-top: 15px;
}
#banner .carousel-caption .btn:hover {
	background: #368ecb;
	border-color: #368ecb;
}
.explore_block {
	padding: 4rem 0;
    text-align: center;
    background: #e4f2ff;
}
.explore_block h4 {
	font-size: 30px;
    margin-bottom: 25px;
}
.explore_block .caption {
	padding: 1rem 0 0;
}
.explore_block .caption p {
	font-size: 14px;
}
.explore_block .caption h5 {
	color: #37517e;
}
.explore_block .content {
  position: relative;
  /*width: 90%;
  max-width: 400px;*/
  margin: auto;
  overflow: hidden;
  cursor: pointer;
}

.explore_block .content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.explore_block .content:hover .content-overlay{
  opacity: 1;
}

.explore_block .content-image{
  width: 100%;
}

.explore_block .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.explore_block .content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.explore_block .content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.explore_block .content-details p{
  color: #fff;
  font-size: 14px;
}

.explore_block .fadeIn-bottom{
  top: 80%;
}
footer{
	background: #293138;
	color: #fff;
	padding: 4rem 0 3rem;
	font-size: 15px;
}
footer a {
	color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
footer h5 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    min-height: 31px;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer li+li {
	padding-top: 10px;
}
footer div.col-md-3 li i{
	padding-right: 2px;
    color: #47b2e4;
    font-size: 12px;
    line-height: 1;
}
footer b {
	color: #47b2e4;
	font-weight: 500;
}
footer p span {
	display: block;
}
footer .row + .row {
	border-top: 1px solid #ccc;
    margin-top: 1rem;
    padding-top: 2rem;
}
footer p {
	font-size: 14px;
}
footer .row + .row ul {
	margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .row + .row ul li+li {
	padding-top: 0;
}
footer .row + .row ul p {
	margin-bottom: 0;
}
footer .row + .row ul li+li a {
	font-size: 14px;
    display: inline-block;
    background: #47b2e4;
    color: #fff;
    line-height: 1;
    padding: 8px;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
footer .row + .row ul li+li a:hover, 
footer .row + .row ul li+li a:focus {
	background: #209dd8;
    color: #fff;
    text-decoration: none;
}
.featured-products {
	padding: 4rem 0;
	text-align: center;
}
.featured-products .container + .container {
  border-top: 1px solid #ccc;
      padding-top: 3rem;
    margin-top: 3rem;
}
.featured-products .owl-carousel {
    margin-top: 2rem;
}
.featured-products .owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto 15px;
}
.featured-products .owl-nav button {
    position: absolute;
    top: 40%;
}
.featured-products .owl-nav button.owl-prev {
    left: -60px;
}
.featured-products .owl-nav button.owl-next {
    right: -60px;
}
.featured-products p {
	margin-bottom: 0;
	font-size: 15px;
    color: #424141;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
	color: #47b2e4;
}
.featured-products span {
	font-size: 40px;
}
.heading {
 	font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  color: #37517e;
  margin-bottom: 35px;
}
.heading.title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 35px;
    background: #47b2e4;
    height: 3px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#banner2 {
    width: 100%;
    /*height: 80vh;*/
    background: #37517e;
    padding: 4rem 0;
}
#banner2 #demo {
  width: 100%;
}
#banner2 .container {
    padding-top: 50px;
}
#banner2 h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}
#banner2 h2 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    font-size: 24px;
}
#banner2 .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
#banner2 ul.container {
  margin: 0 auto;
    left: 0;
    justify-content: left;
    padding: 0 15px;
}
#banner2 .carousel-control-next, #banner2 .carousel-control-prev {
  font-size: 50px;
  width: auto;
      padding: 0 20px;
}
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    background: none;
    top: 40px;
}
#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: auto;
}
#header a {
	color: #fff;
	font-weight: 400;
}
#header .navbar {
    padding: 0;
}
#header .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
#header .navbar li {
    position: relative;
}
#header .navbar a:hover, #header .navbar .active, #header .navbar .active:focus, #header .navbar li:hover > a {
    color: #47b2e4;
}

#header .navbar a, #header .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: capitalize;
}
#header .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

#header .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
    border-radius: 4px;
}
#header ul li+li {
    padding-left: 0;
}
#header .navbar .dropdown ul li {
    min-width: 200px;
}
#header .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53;
    text-transform: capitalize;
}
#header .navbar a i, #header .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
#header .navbar .dropdown ul a:hover, 
#header .navbar .dropdown ul .active:hover, 
#header .navbar .dropdown ul li:hover > a {
    color: #47b2e4;
}

@media (max-width: 1366px)
{
	#header .navbar .dropdown .dropdown:hover > ul {
	    left: -100%;
	}
}

#header .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
}
@media (max-width: 1366px)
{
	#header .navbar .dropdown .dropdown ul {
	    left: -90%;
	}
}
#header .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.mobile-nav-toggle {
  color: #fff;
  cursor: pointer;
  display: none;
}
.mobile-nav-toggle:hover {
  color: #47b2e4;
}
.about_block {
  padding: 4rem;
}
.about_block p {
  width: 75%;
  margin: 0 auto;
  font-size: 18px;
}
.testi_block {
  padding: 80px 0;
  background: url(../images/cta-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.testi_block:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(11, 41, 55, 0.9);
}
.owl-carousel#testimonials .owl-item img {
  width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}
.testi_block p {
  width: 80%;
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
  font-weight: 600;
}
.testi_block h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testi_block h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.owl-theme#testimonials .owl-dots .owl-dot.active span, 
.owl-theme#testimonials .owl-dots .owl-dot:hover span {
    background: #49b5e7;
}
.testi_block .heading {
  color: #fff;
  text-align: center;
}
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    text-align: left;
}
.services .icon {
    position: absolute;
    /*left: -20px;
    top: calc(50% - 30px);*/
}
.services .icon i, .services .icon img {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
}
.services .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.services .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0; 
    min-height: 72px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 72px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.services .icon-box:hover {
    transform: translateY(-5px);
}
.services {
  background-color: #f4fbfe;
  padding: 4rem 0;
  text-align: center;
}
.services div.col-md-12 a, .explore_block a.link{
  text-decoration: underline;
}
.services div.col-lg-4 a {
  min-height: 20px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.inner-banner {
    position: relative;
}
section.inner-banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}
section.inner-banner h2 {
  position: absolute;
  bottom: 40px;
  margin: 0;
  color: #fff;
  background: rgba(40, 58, 90, 0.9);
  padding: 10px 20px;
}
section.inner-content ul li:before {
  content: "\e649";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 3px;
}
section.inner-content ul li {
    position: relative;
    padding-left: 20px;
}
section.inner-content {
  padding: 5rem 0;
  color: #000;
  font-weight: 500;
  line-height: 1.8;
  font-size: 16px;
}
section.inner-content p {
  margin-bottom: 0;
}
section.inner-content p + p, section.inner-content p + ul {
  margin-top: 20px;
}
section.inner-content div.col-md-6 + div.col-md-12 {
  margin-top: 30px;
}
section.inner-content ol {
  padding-left: 15px;
}
.contact .info {
    width: 100%;
    background: #fff;
}
.contact .info i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background: #47b2e4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37423b;
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #657a6d;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #37517e;
    color: #fff;
}
.contact .info .email, .contact .info .phone {
    margin-top: 40px;
}
.contact .php-email-form input {
    height: 44px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}
/*.contact .php-email-form .form-group {
    padding-bottom: 8px;
}*/
.map-block iframe {
  width: 100%;
  height: 500px;
}
.error {
    color: #ea0606;
}
.form-control[aria-invalid="true"] {
  border: 1px solid #ea0606;
}
section.explore_block .row + .row:nth-child(n+3) {
    margin-top: 2rem;
}
.header-top-block{
    background:#E26A25;
}
section.header-top-block p{
    margin-bottom: 0;
}
section.header-top-block {
    padding: 10px 0;
}
section.header-top-block a {
    color: #ffffff;
    font-weight: 600;
}
.contact a {
    color:#37517e;
    font-weight: 600;
}
#mySidenav {
    height: 100%;
    width: 320px;
    position: fixed;
    z-index: 1111;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    animation-duration: 0.2s;
    text-align: left;
    box-shadow: -9px 0px 20px rgb(0 0 0 / 19%), -6px 0px 6px rgb(0 0 0 / 23%);
}
.sidenav .closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 20px;
    margin-left: 50px;
    color: #0091ff;
}
.sidenav .d {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    /*align-items: center;*/
    max-height: 625px;
}
ul.side-nav {
  padding-top: 1rem;
}
.sidenav ul {
    padding-left: 2rem;
}
.sidenav ul a {
    font-weight: 700;
    position: relative;
    padding: 10px 0;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: block;
    transition: 0.3s;
}