
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}


img {
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}


p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}


ul {
  margin: 0;
  list-style-type: none;
}

strong {
  font-weight: 900;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}


.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-top.bottom-less {
    margin-bottom: -30px;
}

.default-padding-bottom.bottom-less {
  padding-bottom: 90px;
}

.btn {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
}

.btn-md {
  padding: 12px 40px 12px;
}

.bg-dark {
  background: #111d30 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #35B1E4;
  color: #ffffff !important;
  border: 2px solid #35B1E4;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #0d516c none repeat scroll 0 0;
  border: 2px solid #0d516c;
  color: #ffffff;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}


header {
  position: relative;
}


header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


.site-heading h4 {
    font-weight: 500;
    color: #666666;
    font-size: 16px;
    display: inline-flex;
}

.text-light .site-heading h4 {
    color: #ffffff;
}

.site-heading h4::before {
    position: relative;
    top: 6px;
    content: '';
    background-color: #35B1E4;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
}


.site-heading h2 span {
  color: #35B1E4;
}


.site-heading h2 {
  display: block;
  font-weight: 700;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 0;
}

.site-heading h2 span {
  color: #35B1E4;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}


/* Slider Banner */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}


.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}


.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
  animation-delay: .5s;
}


.banner-area .item p {
  animation-delay: .5s;
}


.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .7s;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}


@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
}


.banner-area .content h2 {
    font-size: 60px;
    margin-bottom: 35px;
    text-transform: capitalize;
    font-weight: 700;
}


.banner-area .text-center .content p {
  padding: 0  15%;
}

.banner-area .content p {
  font-size: 16px;
  line-height: 30px;
}

.banner-area.top-padding .content {
  padding-top: 90px;
}

.banner-area .heading-uppercase .content h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}


.banner-area .text-medium .content h2 {
  font-size: 65px;
}

.banner-area .text-medium .content h2 strong {
  color: #35B1E4;
}

.banner-area .text-medium .content a {
  margin-top: 15px;
}

.banner-area .content p {
  font-size: 18px;
  line-height: 32px;
  padding-right: 20%;
}


/* About Us*/
.about-area .about-info h4,
.about-area .about-info h5,
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.about-area h5 {
  font-size: 13px;
  line-height: 1.4;
}

.about-area .about-info {
  padding-right: 35px;
}

.about-area .about-content {
  display: block;
  float: left;
  width: 100%;
}




/*  # Why Choose Us */

.why-choose-us-area {
  position: relative;
  z-index: 1;
}

.why-choose-us-area::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: #000000;
  opacity: 0.7;
  z-index: -1;
}

.why-choose-us-area.full::after {
  background: #111d30 none repeat scroll 0 0;
  opacity: 1;
}

.why-choose-us-area .item-box .info {
  max-width: 600px;
  padding: 120px 0 120px 50px;
}

.why-choose-us-area .item-box .info li {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 25px;
  padding-left: 35px;
}

.why-choose-us-area .item-box .info li::after {
  position: absolute;
  left: 0;
  top: -2px;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #35B1E4;
  font-size: 20px;
}

.why-choose-us-area .item-box .info li:last-child {
  margin-bottom: 0;
}

.why-choose-us-area .item-box .info li h4 {
  text-transform: capitalize;
  font-weight: 300;
  margin-bottom: 10px;
}

.about-area .right-info li p {
  margin: 0;
}

.why-choose-us-area .heading h4 {
  text-transform: uppercase;
  font-size: 50px;
  color: #168FCC;
  margin-bottom: 25px;
  font-weight: 500;
}

.why-choose-us-area .heading {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.why-choose-us-area .heading p:last-child {
  margin: 0;
}

.why-choose-us-area .heading h2 {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
  margin-top: -5px;
}

.why-choose-us-area .item-box .info a {
  margin-top: 15px;
}




/* What We Offer  */
.services-area .item {
    background: #ffffff;
    padding: 60px 30px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.services-area .item .icon i {
    font-size: 50px;
    margin-bottom: 30px;
    color: #35B1E4;
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 100px;
    width: 100px;
    line-height: 105px;
}

.services-area .item .icon i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #35B1E4;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    opacity: 0.08;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
}

.services-area .item h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.services-area .single-item {
    margin-bottom: 30px;
}

.services-area .item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 8px;
    opacity: 0;
    z-index: -1;
}

.services-area .item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 70%;
    width: 100%;
    background: #168FCC;
    z-index: -1;
    border-radius: 8px;
    opacity: 0;
}





/*  Portfolio */

.portfolio-area {
  overflow: hidden;
}

.portfolio-area.default-padding {
  padding-bottom: 105px;
}

.portfolio-area .gallery-items.col-4 .portfolio-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.gallery-items-area .effect-box .info {
  padding-right: 20px;
}



.gallery-items-area button::after {
  position: absolute;
  left: 50%;
  bottom: -4px;
  content: "";
  height: 10px;
  width: 10px;
  background: #ffffff;
  margin-left: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.gallery-items-area .effect-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gallery-items-area .effect-box img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.gallery-items-area .effect-box:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery-items-area .effect-box .info {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  opacity: 0;
}

.gallery-items-area .effect-box:hover .info {
  opacity: 1;
}

.gallery-items-area .effect-box:hover::after {
  opacity: 1;
}

.gallery-items-area .effect-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  opacity: 0;
}

.gallery-items-area .effect-box a {
  color: #ffffff;
}

.gallery-items-area .effect-box a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #ffffff;
  display: inline-block;
  text-align: center;
  color: #168FCC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  position: relative;
  top: -30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.gallery-items-area .effect-box a {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.gallery-items-area .effect-box:hover a {
  top: 0;
}



/*  Footer */
footer .footer-content.default-padding {
    padding-top: 70px;
}

footer .about ul {
  margin: 0;
  list-style: none;
  margin-top: 25px;
}

footer .f-item a:hover {
  color: #168FCC;
}


footer .about ul li {
  display: inline-block;
}

footer .about ul li a {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 15px;
    height: 40px;
    width: 40px;
    line-height: 43px;
    background: #e7e7e7;
    text-align: center;
    border-radius: 50%;
}

footer.bg-dark .about ul li a {
    background: rgba(20, 19, 19, 0.1);
    color: #ffffff;
}

footer.bg-gray  .about ul li a {
  color: #168FCC;
}

footer .f-item.address li,
footer .f-item.recent-post li {
  display: flex;
}


footer .f-item .address li .content,
footer .f-item .address li .content a {
  color: #a0a2a6;
}

footer .f-item .address li i {
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
    font-size: 24px;
    color: #168FCC;
    position: relative;
    top: 5px;
}


footer.bg-dark .contact li i {
    color: #ffffff;
}

footer .contact li span {
  padding-left: 20px;
}

footer .contact li:last-child {
  margin-bottom: 0;
}

footer .widget-title {
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: capitalize;
}

footer.bg-dark .widget-title {
  color: #ffffff;
}

footer.bg-dark p, footer.bg-dark li, footer.bg-dark a {
  color: #cccccc;
}


.footer-bottom {
    border-top: 1px solid #e7e7e7;
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #0f1825 none repeat scroll 0 0;
}

.footer-bottom .row {
  display: flex;
  align-items: center;
}

footer.bg-dark .footer-bottom {
  border-color: #263442;
}

.footer-bottom p {
  margin: 0;
  text-transform: capitalize;
  color: #cccccc;
}

.footer-bottom .copyright {
  float: left;
}

.footer-bottom .footer-social {
  float: right;
}

.footer-bottom .footer-social li {
  display: inline-block;
}

.footer-bottom .footer-social li a {
  display: inline-block;
  padding: 10px;
}

.footer-bottom .copyright p {
  line-height: 45px;
}


footer .f-item.tags li a:hover {
  background: #168FCC none repeat scroll 0 0;
}

