/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.logo-img {
  width: 185px;
}

@media only screen and (max-width: 769px) {
  .logo-img {
    width: 120px;
    margin-top: 20px;
  }
}

.carousel-item {
  height: 480px;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}

.carousel-indicators {
  cursor: pointer;
}

.portfolio-item {
  margin-bottom: 30px;
}

.mybackground {
  background: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #75706a !important;
  font-family: 'YuGothic', 'Poppins', sans-serif;
  font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #1e435a !important;
  font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link {
  padding-right: 25px;
}

.bg-headn {
  background: #1e435a;
  width: 100%;
  height: 100px;
  float: left;
}

.top-bar {
  border-top: 6px solid #1e435a;
  position: fixed;
  text-align: right;
  margin-top: -56px;
  z-index: 10000 !important;
  width: 100%;
}

.top-c {
  margin-top: 51px;
}

.navbar-collapse {
  margin-top: 51px;
}


.dropdown-menu.dropdown-menu-right {
  top: 36px !important;
  right: -65px !important;
}


.top-bar .topbar-info {
  position: relative;
  /* float: right; */
  background: #1e435a;
  margin: 0 20px;
  display: inline-block;
}

.top-bar .topbar-info:after {
  position: absolute;
  content: "";
  height: 34px;
  width: 20px;
  background: url(../img/sep1.png);
  left: -20px;
  top: 0;
}

.top-bar .topbar-info:before {
  position: absolute;
  content: "";
  height: 34px;
  width: 20px;
  background: url(../img/sep2.png);
  right: -20px;
  top: 0;
}

.top-bar .topbar-info p {
  color: #fff;
  font-size: 13px;
  padding: 8px 15px;
  margin-bottom: 0
}

.top-bar .topbar-info p i {
  margin: 0 5px;
}

.lefthead {
  font-size: 31px !important;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase !important;
  color: #1e437e !important;
  margin-top: 50px;
  width: 100%;
  float: left;
}

.leftheadsecond {
  font-size: 31px !important;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase !important;
  color: #1e437e !important;
  margin-top: 50px;
  margin-bottom: 30px;
}

.space2 {
  float: left;
  width: 100%;
  height: 25px;
}

.full-img {
  margin-top: 20px;
}

@media only screen and (max-width: 769px) {
  .full-img {
    text-align: center;
  }
}

.full-img img {
  vertical-align: middle;
  width: 325px;
  height: 325px;
  border-radius: 50%;
}

@media only screen and (max-width: 769px) {
  .full-img img {
    width: 300px;
    height: 300px;
  }
}

.leftp {
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif;
  color: #000 !important;
  padding-top: 10px;
  float: left;
  width: 100%;
  font-weight: 400;
}

.hgsp {
  padding-top: 15px;
}


.well-services {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.main-services {
  display: block;
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.well-icon {
  width: 60px;
  float: left;
  height: 100px;
  font-size: 40px;
  color: #fec731;
}

.services-img {
  overflow: hidden;
  position: relative;
}

.services-img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 46, 91, 0.6) none repeat scroll 0 0;
  z-index: 1;
  opacity: 0;
}

.services-img img {
  transform: scale(1.1);
  transition: 0.4s;
}

.service-content {
  /*padding-left: 60px;*/
}

.service-content h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
}

.service-btn {
  font-weight: 700;
  text-transform: uppercase;
  color: #444;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  z-index: 2;
}

/*.service-btn::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -12px;
    top: -2px;
}*/
.main-services::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1e435a;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}

.well-services:hover .service-content h4,
.well-services:hover .service-content p,
.well-services:hover .service-content .service-btn {
  color: #fff;
}

.well-services:hover .main-services::after {
  opacity: 1;
}

.well-services:hover .services-img img {
  transform: scale(1);
  transition: 0.4s;
}

.well-services:hover .services-img::after {
  opacity: 1;
}

.well-services:hover .service-btn:hover {
  color: #fec731;
}


.services {
  background: url('../img/city.png') bottom center no-repeat;
  background-size: 100%;
  padding-bottom: 70px
}

.service-box-one {
  background: #1e435a;
}

.service-box-one h3 a {
  color: #fff;
}

.service-box-one .text {
  color: #96aabf
}

.service-box-one {
  position: relative;
  padding: 40px 20px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all .3s;
}

.service-box-one:before {
  content: "\f147";
  font-family: Flaticon;
  font-style: normal;
  position: absolute;
  font-size: 80px;
  width: 80px;
  height: 80px;
  opacity: 0.3;
  top: -15px;
  right: -20px;
  color: #00b7f1;
}

.service-box-one:hover:before {
  opacity: .7;
  cursor: pointer;
}

.service-box-one:hover,
.service-box-one.hovered {
  box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

.service-box-one .inner-box {
  position: relative;
  display: block;
}

.service-box-one .icon-box {
  position: relative;
  font-size: 40px;
  line-height: 1.4em;
  margin-bottom: 8px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.service-box-one .icon-box span {
  color: #4da5dc;
}

.service-box-one .inner-box strong {
  font-size: 3em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  color: #00b7f1;
  display: block;
}

.service-box-one h3 {
  position: relative;
  line-height: 1.6em;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: #ece4e4;
  font-weight: 600;
  padding-top: 12px;
}

.service-box-one .text {
  position: relative;
  line-height: 1.6em;
  padding: 0px;
  color: #b9d0de;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.service-box-one h3 a {
  position: relative;
  color: #2a2a2a;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.clrspn {
  color: #4da5dc;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.fnt35 {
  font-size: 35px !important;
}


.ftr-list-bullet {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 15px;
}

.ftr-list-bullet li {
  background: url("../img/readmore.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
  font-family: 'Roboto', sans-serif;
  clear: both;
  float: left;
  list-style: outside none none;
  padding-left: 20px;
  width: 100%;
  color: #fff;
  line-height: 28px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}


.parallaxz {
  /* The image used */
  background-image: url('../img/home-prarlx.jpg');

  /* Set a specific height */
  height: 430px;
  width: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -25px;
}

.parallaxz-about {
  /* The image used */
  background-image: url('../img/about-bgs.jpeg');

  /* Set a specific height */
  height: 550px;
  width: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -50px;
}


.spnt-s {
  float: left;
  width: 100%;
  height: 50px;
}


.infty {
  color: #fff;
  font-size: 20px;
}

.footerbg-backgrdn {
  background: #1e435a;
  height: 350px;
}

.ftr-list-bullet-footer {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 10px;
}

.ftr-list-bullet-footer li a {
  font-family: 'Roboto', sans-serif;
  clear: both;
  float: left;
  list-style: outside none none;
  padding-left: 3px;
  width: 100%;
  color: #fff;
  line-height: 24px;
  padding-bottom: 5px;
  font-size: 14px;
}

.ftr-list-bullet-footer li a:hover {
  text-decoration: none;
  color: #e5212a !important;
}

.space-t {
  float: left;
  width: 100%;
  height: 45px;
}


.infty-ft {
  color: #fff;
  font-size: 20px;
}

@media only screen and (max-width: 769px) {
  .infty-ft {
    margin-top: 30px;
  }
}

.infty-ft:after {
  content: "";
  border-bottom: 2px solid #ddd;
  display: block;
  padding-top: 15px;
  width: 60px;
}


.addressndf {
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
  padding-top: 5px;
}

.addressndf i {
  padding-right: 9px;
}


#contact-u .infty-ft {
  color: #1e435a;
  font-size: 20px;
}

#contact-u .infty-ft:after {
  content: "";
  border-bottom: 2px solid #e5e5e5;
  display: block;
  padding-top: 15px;
  width: 60px;
}


#contact-u .addressndf {
  color: #000;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
  padding-top: 5px;
}

#contact-u .addressndf i {
  padding-right: 9px;
}

.bg-dark-footer {
  background-color: #0c2433 !important;
}

.spacecprgt {
  padding-top: 15px;
  padding-bottom: 15px;
}

.fnt-spn {
  font-size: 13px !important;
  font-family: 'Roboto', sans-serif;
}

.carousel-caption {
  position: absolute;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  top: 20%;
  right: 0%;
}

@media only screen and (max-width: 769px) {
  .carousel-caption {
    left: 12%;
    top: 15%;
    right: 5%;
  }
}

@media only screen and (max-width: 769px) {
  .none {
    display: none;
  }
}

.fnt-szn {
  font-size: 45px;
  font-family: 'Poppins', sans-serif;

}

@media only screen and (max-width: 769px) {
  .fnt-szn {
    font-size: 24px;
  }
}

.undrln {
  border-bottom: 2px solid #fff;
  width: 12%;
  margin-left: 3px;
}

.banner-p {
  font-size: 16px;
  color: #fff;
  width: 49%;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  padding-top: 25px;
}

@media only screen and (max-width: 769px) {
  .banner-p {
    width: 70%;
  }
}

.btn-banner {
  background: #1e435a;
  background-image: -webkit-linear-gradient(top, #1e435a, #0c212e);
  background-image: -moz-linear-gradient(top, #1e435a, #0c212e);
  background-image: -ms-linear-gradient(top, #1e435a, #0c212e);
  background-image: -o-linear-gradient(top, #1e435a, #0c212e);
  background-image: linear-gradient(to bottom, #1e435a, #0c212e);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 16px;
  padding: 13px 24px 13px 24px;
  text-decoration: none;
  margin-top: 15px;
  float: left;
}

.btn-banner:hover {
  background: #00b7f1;
  background-image: -webkit-linear-gradient(top, #75706a, #75706a);
  background-image: -moz-linear-gradient(top, #75706a, #75706a);
  background-image: -ms-linear-gradient(top, #75706a, #75706a);
  background-image: -o-linear-gradient(top, #75706a, #75706a);
  background-image: linear-gradient(to bottom, #75706a, #75706a);
  text-decoration: none;
  color: #fff;
}

.about-p {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

.about-p span {
  font-weight: 500;
  color: #75706a;
}


.leftsn {
  float: right;
  margin-top: -51px;
}


.single-about {
  border: 1px solid #75706a;
  padding: 10px 20px;
  display: block;
  position: relative;
}

.feature-icon {
  display: block;
}

.feature-icon i {
  font-size: 32px;
  width: 80px;
  height: 80px;
  border: 1px solid #75706a;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  position: relative;
  top: -50px;
  background: #fff;
  color: #1e435a;
  border-radius: 50%;
  left: 20px;
  transition: 0.4s;
}

.feature-text {
  margin-top: -20px;
}

.feature-text h4 {
  text-transform: uppercase;
}

.feature-text p {
  font-size: 16px;
}

.single-about:hover .feature-icon i {
  border: 1px solid #75706a;
  background: #1e435a;
  color: #fff;
  transition: 0.4s;
}

.top-bottom-space {
  margin-top: 50px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}

.space-abt {
  float: left;
  width: 100%;
  height: 70px;
}

.space-abt-bt {
  float: left;
  width: 100%;
  height: 40px;
}



.icon_box_one {
  background-color: #ffffff;
  padding: 61px 30px;
  margin: 30px 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Roboto', sans-serif;
  height: 330px;
}

@media only screen and (max-width: 769px) {
  .icon_box_one {
    height: auto;
  }
}

.icon_box_one i {
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #6773f1;
  font-size: 48px;
  padding: 0;
  margin: 0;
  display: inline-block;*/
}

.icon_box_one .content {
  margin-top: 20px;
}

.icon_box_one .content h5 {
  color: #75706a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}

.icon_box_one .content p {
  font-size: 1vw;
}

@media only screen and (max-width: 769px) {
  .icon_box_one .content p {
    font-size: inherit;
  }
}

.icon_box_one:before {
  content: "";
  border: solid 1px #1e435a;
  position: absolute;
  top: 0;
  width: 50%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon_box_one:after {
  content: "";
  border: solid 1px #1e435a;
  position: absolute;
  bottom: 0;
  width: 50%;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon_box_one:hover {
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon_box_one:hover:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.icon_box_one:hover:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.bg-gray {
  background-color: #cecece !important;
  padding-bottom: 15px;
}

.icon_box_one a {
  color: #75706a;
  text-decoration: none;
  text-transform: uppercase;
  float: right;
}


.spxd {
  float: left;
  width: 100%;
  height: 35px;
}

.single-srvs img {
  width: 100%;
}


.bgmlz {
  background: #1e435a;
}


.featured-box {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.featured-box .icon {
  font-size: 55px;
  margin-bottom: 20px;
  color: #00aeef;
}

.featured-box h3 {
  font-size: 22px;
}

.featured-box p {
  line-height: 27px;
}

.featured-box:hover {
  background-color: #00aeef;
  color: #ffffff;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.featured-box:hover .icon,
.featured-box:hover h3 {
  color: #ffffff;
}


.bg-r0 {
  padding-right: 0px;
  padding-left: 0px;
}

.bg-l0 {
  padding-left: 0px;
}


.single-srvs h5 {
  color: #b1aaa2;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  padding-top: 50px;
  padding-left: 25px;
}

.single-srvs p {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 28px;
  padding: 25px;
  padding-top: 10px;
  font-weight: 400;
}

.top-head {
  color: #b1aaa2;
  padding-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}

.snpdf {
  float: left;
  width: 100%;
  height: 40px;
}

.pdm {
  margin-left: 30px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}


.navbar-dark .navbar-toggler-icon {
  background-image: url('../img/mobile-menu.png') !important;
}

.navbar-toggler-icon {
  width: 50px !important;
  height: 51px !important;
  margin-top: 35px;
}

.dropdown-item {
  font-size: 14px !important;
}



@media only screen and (max-width: 600px) {
  .parallaxz {
    /*background:#1e435a !important;*/
    height: auto !important;
  }

  .footerbg-backgrdn {
    height: auto !important;
  }

  .parallaxz-about {
    height: auto !important;
  }

}