/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');*/

body {
	position: relative; 
	/*font-family: 'Roboto', sans-serif;*/
}

section.banner-img-cls {
    padding: 0;
    /*padding: 73px 0 0;*/
}

.img-container img {
    width: 100%;
    height: 60vh; 
    margin-top: 87px;
}

.img-caption {
    position: absolute;
    top: 20%;
    left: 44%;
    color: #fff;
    /*font-size: 30px;*/
    text-align: center;
}

.breadcrumbs {
	display: none;
}

footer {
	background: #0d1d3f;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
      margin-top: -5%;
    margin-left: 9%;
}

@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #428bca;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

#header {
	background: transparent;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #139bd8;
    font-size: 16px;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #139bd8;
}

#header.header-scrolled {
    background: #fff;
}

#hero, #hero .carousel-item {
    height: 100vh;
}

#hero .carousel-content h4 {
    color: #fff;
    width: 45%;
    font-size: 20px;
    /*margin-top: -100px;*/
    /*margin-left: -125px;*/
}

#hero .carousel-control-prev, #hero .carousel-control-next {
	display: none;
}

/* .icon-box background-color:#d1f2fd */

.copy {
    border-top: none;
}

.footer-pad li {
    padding: 5px 0;
    border-bottom: 1px solid #989898;
}

.footer-pad ul li:before, 
.footer-pad li:before {
    content: ' \25BA';
    color: #4690cd;
}

footer a {
    padding: 0 5px;
}

footer {
    border-top: 4px solid !important;
    border-image: linear-gradient(to right, #40b649 25%, #4690cd 25%, #4690cd 50%,#ed1f24 50%, #ed1f24 75%, #fdca13 75%) 5;
}

.cta {
    /*background: #0088d1;*/
    /*background-size: cover;
    padding: 60px 0; */
    padding: 90px 0;
    background: url(../img/page-bg.jpg);
    /*background-repeat: no-repeat;*/
    background-size: contain;
}

.cta h3 {
    color: #fff;
}

footer a:hover {
    color: #76c7eb;
}

main#main {
    /*padding: 15px 0;
    margin-top: 73px;*/
    min-height: 40px;
}

section {
    padding: 88px 0 30px 0;
}

.list-unstyled li {
    list-style: none;
}

header.fixed-top nav.nav-menu ul li a {
    color: #fff !important;
}

header.fixed-top nav.nav-menu ul li.drop-down ul li a,
#header.header-scrolled nav.nav-menu ul li a {
    color: #5f687b !important;
}


.contact .info, .contact .php-email-form {
    border-top: 3px solid #0088d1;
    border-bottom: 3px solid #0088d1;
}

.contact .info i {
	color: #0088d1;
}
.contact .info .email:hover i, 
.contact .info .address:hover i, 
.contact .info .phone:hover i {
    background: #0088d1;
   }


.menu-list {
	position: fixed;
	right: 0;
	top: 35%;
	z-index: 100;
	/*background: #fff;*/
	width: 50px;
}

.menu-list ul {
    margin: 0;
    padding: 0;
}

.menu-list ul, .menu-list li {
    list-style: none outside none;
    margin: 0;
}

.menu-list ul li {
    display: block;
    width: 40px;
    height: 15px;
    margin: 10px 5px;
    position: relative;
}

.menu-list ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

.menu-list ul li a {
    /*opacity: 0.2;*/
}

.menu-list ul li a span {
    background: #3d3d3d;
}

.menu-list ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 8px;
    width: 8px;
    border: 0;
    background: #17749e;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.menu-list ul li .active span:after {
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-color: #ffffff;
    background: rgba(61, 61, 61, 0.2);
}

.menu-list ul li .active span {
    background: #fcb812;
}

.menu-list ul li a.active span, 
.menu-list ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -4px 0 0 -4px;
    border-radius: 100%;
}

.menu-list ul li a div {
    padding: 0;
    right: 15px;
    position: absolute;
    top: 0;
    display: none;
    width: 75px;
    font-size: 13px;
    color: #fcb812;
    font-weight: bold;
}

.menu-list ul li:hover a div, .menu-list ul li a.active div {
	display: inline-block;
}

.menu-list ul li:hover a span {
	height: 12px;
    width: 12px;
    margin: -4px 0 0 -4px;
	background: #fcb812;
}

.btn-success {
    color: #fff;
    background-color: rgb(40 53 147 / 0.85);
    border-color: rgb(49 63 165 / 85%);
}

.btn-success:hover {
    background-color: #fcb812;
    border-color: #c48f0f;
}

#products .row .col-lg-4 {
	z-index: 1;
}

.stat-band, .stat-band-down {
    width: 2.5rem;
    height: 2.5rem;
    background: rgb(40 53 147 / 0.85);
    position: absolute; 	
}

 .stat-band, 
 .stat-band-down,
 .services .icon-box h4  {
	transition: .5s ease-in-out;
 }

.stat-band {
 	right: 20px;
    top: 5px;
    z-index: -1;
}

.stat-band-down {
    left: 20px;
    bottom: 5px;
    z-index: -1;
}

.services .icon-box {
  border: 1px solid #e8e8e8;
}


#products .row .col-lg-4:hover .stat-band,
#products .row .col-lg-4:hover .stat-band-down {
    width: 7.5rem;
    height: 7.5rem;
}

#products .row .col-lg-4:hover h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: rgb(40 53 147 / 0.85);
}

.mr-15 {
	margin-right: -13px;
}

.ml-15 {
	margin-left: -15px;
}

.img-cls {
    position: relative;
    cursor: pointer;
}

.img-cls img {
	width: 100%;
}

.img-cls .img-65 {
	height: 60vh;
}

.img-cls .img-35 {
	height: 40vh;
}


.service-description {
    /*display: none;*/
    position: absolute;
    top: 0;
    padding: 20px;
    text-align: justify;
    height: 93%;
    background: transparent;
    color: transparent;
    transition: 0.5s ease-in-out;
}

.service-heading {
    position: absolute;
    bottom: 23px;
    color: #fff;
    background: rgb(40 53 147 / 0.85);
    width: 100%;
}

.service-heading h3 {
    text-align: center;
}

.img-cls:hover .service-description {
	display: block;
	color: #fff;
    background: rgb(40 53 147 / 0.85);
}

.side-nav-toggle {
  position: fixed;
  top: 25px;
  right: 35px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.side-nav-toggle i {
  color: #5f687b;
}

.section-title span {
	display: none;
}

/** side navigation  */
.overlay-nav {
  height: 100%;
  width: 25%;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 0.75);
  /*background-color: #ffffff;*/
  /*rgb(14 18 57 / 0.95);*/
  overflow: auto;
}

.overlay-content {
  position: relative;
  top: 12%;
  width: 100%;
  /*text-align: center;*/
  margin-top: 30px;
  padding-bottom: 30px;
}

.overlay-nav a {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #fcb812;
  display: block;
  transition: 0.3s;
}

.overlay-nav a:hover, .overlay-nav a:focus {
  /*color: #f1f1f1;*/
}

.overlay-content ul {
    margin-left: 30px;
}

.overlay-content ul li a {
    padding: 4px 20px;
}

.overlay-content ul li a span {
    margin-right: 50px;
    width: 65px !important;
    display: inline-block;
}

.overlay-nav .closebtn {
  position: absolute;
  top: 0;
  right: 45px;
  font-size: 50px;
}

@media screen and (max-height: 450px) {
  .overlay-nav a {font-size: 20px}
  .overlay-nav .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.overlay-content ul li a {
    background:  #fcb812; /* #ffc000 */
    color: #fff;
    width: 80%;
    margin: 1px 1px 1px 20px;
}

.overlay-content ul li a i {
    float: right;
}

.overlay-content li.drop-down ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.overlay-content li.drop-down ul li a {
    padding: 10px 15px;
    background: #253173;
    color: #fff;
    margin: 1px 1px 1px 20px;
    width: 70%;
    font-size: 14px;
}

::-webkit-scrollbar-track {
    background-color: #dad9d9;
}

::-webkit-scrollbar {
    background-color: #253173;
}

::-webkit-scrollbar-thumb {
    background: #253173;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 100px 20px #253173;
}

.navbar-nav .nav-link:hover, 
.navbar .dropdown:hover .dropdown-toggle, bg-m
.dropdown-menu .dropdown-item:hover, 
.dropdown-menu.megamenu .dropdown-item:hover {
    color: #253173 !important;
}
