@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900|Poppins:400,500,600,700|Ubuntu:400,500,700);@import url(fontawesome.min.css);@import url(animate.css);@import url(et-line.css);@import url(slicknav.min.css);@import url(magnific-popup.css);@import url(owl.css);@import url(bicon.min.css);.btn,.btn *,a {
    transition: .3s
}
*,
ul {
  margin: 0;
  padding: 0;
}
.separator:after,
.separator:before {
  width: 50px;
  height: 3px;
  background-color: #13a9e1;
  top: 1px;
  position: absolute;
  content: "";
}
.section-title,
.separator,
.theme-btn {
  position: relative;
}
.plr-0,
.top-left li:last-child {
  padding-right: 0;
}
li,
ul {
  list-style: none;
}
.logo a,
.main-slider h1,
.theme-btn {
  text-transform: uppercase;
}
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  line-height: 1.57143;
  font-weight: 600;
  color: #000;
}
.top-bar,
a,
h1,
h2,
h5,
h6 {
  font-family: Poppins, sans-serif;
}
h1,
h2,
h5,
h6 {
  margin-top: 0;
  color: #16417c;
}
a {
  color: #2d2e2e;
}
.location-citywise .location-list li a,
a:hover {
  color: #13a9e1;
}
a,
a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
i {
  transition: 0.4s ease-in-out;
}
.calling-option img,
.pin-wrapper ul li {
  margin-bottom: 10px;
}
.plr-0 {
  padding-left: 0;
}
section {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.section-title {
  margin: 0 0 40px;
}
.section-title h4 {
  color: #6e6e6e;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 10px;
}
.section-title h2 {
  font-size: 40px;
  margin: 0 0 20px;
  font-weight: 600;
}
.separator:before {
  left: -55px;
}
.separator {
  width: 5px;
  height: 5px;
  background-color: #13a9e1;
  margin: 0 auto;
}
.separator:after {
  right: -55px;
}
@keyframes pulse {
  50% {
    box-shadow: 0 0 0 15px rgba(242, 107, 49, 0.6),
      0 0 0 30px rgba(255, 133, 0, 0.2);
  }
}
.menu-right li ul li a,
.top-bar {
  border-bottom: 1px solid #e1e1f4;
}
.logo a,
.main-slider .top-text,
.menu-right ul li,
.theme-btn,
.top-left,
.top-left li,
.top-left ul {
  display: inline-block;
}
.img-area img {
  width: 100%;
  height: auto;
}
.theme-btn {
  font-size: 15px;
  padding: 6px 25px;
  background: #16417c;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  border-radius: 30px;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}
.slicknav_nav a,
.top-right {
  font-size: 16px;
}
.theme-btn:hover {
  background: #072948;
  color: #fff;
  transform: translateY(-3px);
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.top-bar {
  background: #13a9e1;
  overflow: hidden;
}
.top-title {
  color: #0cb1f6;
  font-weight: 600;
  margin: 0 4px 0 0;
}
.top-left li::before {
  content: "";
  width: 1px;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 4px;
}
.top-left li {
  padding-right: 40px;
  color: #fff;
  position: relative;
}
.top-left li i {
  color: #000;
  margin-right: 6px;
  font-size: 15px;
}
#responsive-menu,
.top-left li:last-child:before,
.welcome-section .sec-title:before {
  display: none;
}
.top-right::before {
  background: #16417c;
  content: " ";
  height: 100%;
  position: absolute;
  left: -0px;
  top: 0;
  width: 100%;
  z-index: -1;
}
.top-right {
  margin-top: 0;
  text-align: right;
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 600;
}
.logo {
  text-align: left;
}
.menu-btn,
.menu-right ul,
.pin-footer-item-right {
  text-align: right;
}
.logo a {
  color: #0cb1f6;
}
.logo a span,
.menu-right ul li.active a,
.single-blog h3 a:hover,
.single-blog:hover h3 a {
  color: #16417c;
}
.menu-btn {
  margin-top: 25px;
}
.main-menu {
  border-top: 2px solid #16417c;
}
.about-right .about-img,
.single-info {
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.menu-right ul li {
  margin-right: 40px;
  padding: 25px 0;
  position: relative;
}
.menu-right ul li:last-child {
  margin-right: 0;
}
.menu-right ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-right ul li a i {
  margin-left: 2px;
  vertical-align: middle;
}
.menu-right ul ul li a:active,
.menu-right ul ul li a:hover {
  color: #fff;
  background: #16417c;
}
.menu-right li ul {
  background: #fff;
  border-top: 3px solid #13a9e1;
  left: -20px;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 120px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  width: 180px;
  z-index: -1;
}
.menu-right ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 75px;
  z-index: 99;
}
.menu-right li ul li {
  display: block;
  padding-top: 0;
  margin-right: 0;
}
.menu-right li ul li a {
  padding-bottom: 13px;
  padding-top: 10px;
  display: block;
  text-transform: none;
  padding-left: 10px;
  background: #f9f9f9;
  font-weight: 700 !important;
}
.contact-form-action form .form-group .theme-btn,
.menu-right li ul li:last-child a {
  border: none;
}
.menu-right li li {
  padding: 0;
}
.about-area,
.about-right,
.main-slider {
  position: relative;
}
.main-slider .slide:before {
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.main-slider .slide {
  padding: 70px 0 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.main-slider .content-box {
  position: relative;
  max-width: 800px;
  padding-top: 115px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}
.main-slider .top-text {
  position: relative;
  font-size: 32px;
  line-height: 45px;
  color: #fff;
  text-transform: capitalize;
  font-family: Schoolbell, Cursive;
  border-bottom: 2px solid #fff;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.slide p {
  color: #fff !important;
}
.main-slider .active .top-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1s;
}
.main-slider h1 {
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 65px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 29px;
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.about-heading-right h3,
.about-heading-right p {
  text-transform: capitalize;
  font-family: Ubuntu, sans-serif;
}
.main-slider .active h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1.5s;
}
.main-slider .slider-btn {
  opacity: 0;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.main-slider .active .slider-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2s;
}
.main-slider .slider-btn .theme-btn {
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 20px;
}
.main-slider .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  margin-top: -20px;
}
.blog-content-wrap .blog-item:hover .blog-img-box .blog__date {
  background-color: #16417c;
  color: #fff;
}
.welcome-section {
  position: relative;
  padding: 120px 0;
}
.welcome-section .sec-title {
  position: relative;
  margin-bottom: 35px;
}
.welcome-section .content-box .text p {
  margin-bottom: 32px;
}
.welcome-section .content-box {
  position: relative;
  display: block;
  padding: 0 50px;
  margin-top: -6px;
}
.welcome-section .image-box .image {
  position: relative;
  display: block;
  border-radius: 10px;
}
.welcome-section .image-box .image img {
  border-radius: 10px;
  width: 100%;
}
.about-heading-right h3 {
  color: #111;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 35px;
}
.about-heading-right {
  margin-top: 5px;
}
.about-heading-right p {
  color: #8d9297;
  font-weight: 500;
}
.about-action a,
.info-text h4 {
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
}
.about-action a {
  padding: 5px 0 5px 20px;
  background-color: #13a9e1;
  margin-top: 20px;
}
.about-action a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.about-action a:hover {
  color: #16417c;
  border-left: 1px solid #16417c;
}
.about-action a:hover i {
  padding-left: 5px;
}
.single-info {
  margin-top: 30px;
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
}
.single-info:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #16417c;
  left: 0;
  border-radius: 4px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-info:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.info-icon {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
}
.info-icon img {
  width: 100%;
  height: 100%;
}
.info-text {
  margin-top: 15px;
}
.info-text h4 {
  font-size: 18px;
  line-height: 25px;
  font-family: Ubuntu, sans-serif;
}
.info-text h4 span {
  display: block;
}
.about-right .about-img {
  width: 100%;
  border-radius: 4px;
  position: relative;
}
.about-right .about-img:first-child {
  position: absolute;
  bottom: -206px;
  left: -75px;
  z-index: 1;
  width: 90%;
}
.about-right .about-img:nth-child(3) {
  position: absolute;
  bottom: -270px;
  right: 15px;
  width: 65%;
  z-index: 2;
}
.counter-item {
  border: 4px solid #16417c;
  border-right: 0;
  background: #13a9e1;
  padding: 30px 40px 35px;
  text-align: center;
}
.counter-br {
  border-right: 4px solid #16417c;
}
.counter-item i:after {
  position: absolute;
  content: "";
  left: 50%;
  top: -3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 10px;
  border-radius: 50%;
  background-color: #13a9e1;
}
.counter-item i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #16417c;
  border-radius: 50%;
  font-size: 24px;
  color: #f9f9f9;
  position: relative;
  margin: 0 0 20px;
}
.counter-item h3 {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}
.counter-item p {
  color: #fff;
  font-weight: 600;
}
.blog-wrapper .section-title,
.our-team-wrapper .section-title,
.services-wrapper .section-title {
  margin: 0;
}
.innerpage-wrapper.blog-wrapper,
.innerpage-wrapper.our-team-wrapper,
.innerpage-wrapper.services-wrapper {
  padding: 40px 0 80px;
}
.service-wrap .service-inner {
  padding: 50px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.service-wrap .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 50px;
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  text-align: center;
  color: ##16417c;
}
.service-wrap .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: -15px;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #f8f8f8;
}
.service-wrap .service-inner:hover .icon::after {
  top: 0;
  left: 0;
}
.service-wrap .service-info {
  overflow: hidden;
}
.service-wrap h5::before {
  content: "";
  width: 40px;
  height: 2px;
  bottom: 0;
  position: absolute;
  background-color: #ff613a;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#ff9a5a),
    to(#ff613a)
  );
  background: linear-gradient(to bottom right, #ff9a5a, #ff613a);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.service-wrap h5 {
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
  color: #111;
}
.service-wrap .theme-btn {
  font-size: 15px;
  background: #13a9e1;
  margin: 10px 0 0;
  padding: 6px 18px;
}
.service-inner:hover .theme-btn {
  background: #16417c;
  color: #fff;
  transform: translateY(-3px);
}
.copyright p span,
.location-citywise .location-list li a:hover,
.pin-wrapper ul li a,
.project_text a {
  color: #fff;
}
.single-item {
  margin: 40px 0 0;
}
.blog-content-wrap .blog-item .blog-img-box img,
.location-citywise,
.our-team-wrapper .single-item .team-img img {
  width: 100%;
}
ul.service-list {
  margin: 0 0 20px;
}
.service-list > li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -16px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #f16102;
}
.service-list > li {
  position: relative;
  list-style: none;
}
.cta-wrapper {
  background: #000;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  padding: 40px 0;
}
.cta-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.cta-wrapper:before {
  background: #16417c;
  display: block;
  height: 100%;
  left: -20%;
  position: absolute;
  content: "";
  top: 0;
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  width: 80%;
  z-index: 1;
}
.cta-wrapper-left {
  position: relative;
  z-index: 1;
}
.cta-wrapper-left h3 {
  color: #fff;
  font-size: 40px;
  margin: 0;
}
.cta-wrapper-left h3 span {
  font-weight: 700;
}
.cta-wrapper-left p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #eee;
  letter-spacing: 1px;
  width: 85%;
  text-transform: capitalize;
}
.cta-wrapper-right {
  text-align: right;
  margin: 0;
}
.cta-wrapper .theme-btn {
  font-size: 16px;
  padding: 10px 30px 12px;
}
.our-team-wrapper .single-item .team-img {
  position: relative;
  overflow: hidden;
}
.our-team-wrapper .single-item .team-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.our-team-wrapper .single-item:hover .team-img::after {
  opacity: 0.8;
}
.our-team-wrapper .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.our-team-wrapper .single-item .info {
  text-align: center;
  padding: 20px 15px;
  background-color: #ff613a;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#ff9a5a),
    to(#ff613a)
  );
  background: linear-gradient(to bottom right, #ff9a5a, #ff613a);
}
.our-team-wrapper .single-item .info h6 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}
.our-team-wrapper .single-item .info span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.single-blog {
  position: relative;
  margin: 40px 0 0;
}
.single-blog-img {
  width: 100%;
  overflow: hidden;
}
.single-blog-img img {
  width: 100%;
  transition: 0.5s;
}
.single-blog:hover .single-blog-img img {
  width: 100%;
  opacity: 0.9;
  transform: scale(1.1);
}
.single-blog .post-content {
  background-color: #fff;
  -webkit-box-shadow: 0 12px 20px rgba(1, 84, 85, 0.1);
  box-shadow: 0 12px 20px rgba(1, 84, 85, 0.1);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin: -95px auto 0;
  width: calc(100% - 20px);
  z-index: 1;
}
.single-blog h3 {
  font-size: 1.2rem;
}
.blog-content-wrap .blog-item {
  padding-top: 4px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
  -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
  box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
  border: 1px solid rgba(127, 136, 152, 0.1);
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-content-wrap .blog-item .blog-img-box {
  position: relative;
  z-index: 1;
  width: calc(100% - 10px);
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-content-wrap .blog-item .blog-img-box .blog__date {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  background-color: #fff;
  display: inline-block;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-content-wrap .blog-item .blog-img-box::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #13a9e1;
  opacity: 0.2;
  content: "";
}
.blog-content-wrap .blog-item .blog-content {
  padding: 27px 30px 30px;
}
.blog-content-wrap .blog-item .blog-content .blog-list {
  margin-bottom: 16px;
}
.blog-content-wrap .blog-item .blog-content .blog-list li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  margin-right: 8px;
}
.blog-content-wrap .blog-item .blog-content .blog-list li span {
  color: #16417c;
  margin-right: 5px;
}
.blog-content-wrap .blog-item .blog-content .comments-wrapper .comments-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #151515;
}
.comments-wrapper .contact-form-action form {
  margin-top: 35px;
}
.contact-form-action form .form-group {
  margin-bottom: 20px;
}
.contact-form-action form .form-group .form-control {
  height: auto;
  width: 100%;
  line-height: inherit;
  padding: 20px 20px 20px 50px;
  font-size: 16px;
  color: #13a9e1;
  border: transparent;
  font-weight: 400;
  background-color: rgba(127, 136, 151, 0.2);
  resize: none;
  -webkit-box-shadow: 0 0;
  -moz-box-shadow: 0 0;
  box-shadow: 0 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.contact-form-action form .form-group .input-icon {
  position: absolute;
  top: 21px;
  left: 40px;
  font-size: 18px;
}
.pin-footer-wrapper .pin-logo a span {
  color: #16417c;
}
.innerpage-wrapper {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.single-project-item {
  background-color: #ddd;
  background-position: center center;
  background-size: cover;
  height: 280px;
  margin-bottom: 30px;
}
.project-item-6 {
  background-image: url(../images/gallery/6.jpg);
}
.project-item-5 {
  background-image: url(../images/gallery/5.jpg);
}
.project-item-4 {
  background-image: url(../images/gallery/4.jpg);
}
.project-item-3 {
  background-image: url(../images/gallery/3.jpg);
}
.project-item-2 {
  background-image: url(../images/gallery/2.jpg);
}
.project-item-1 {
  background-image: url(../images/gallery/1.jpg);
}
.contact-box {
  border: 2px dashed #eaeaea;
  padding: 40px 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.contact-box:hover,
.contact-box:hover i {
  border-color: #16417c;
}
.contact-box i {
  font-size: 29px;
  height: 100px;
  width: 100px;
  color: #16417c;
  border-radius: 50%;
  line-height: 99px;
  border: 2px dashed #eaedff;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-box h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #151515;
}
.contact-box p {
  margin: 0;
  padding: 0 30px;
}
.contact-form-sec {
  float: left;
  width: 100%;
  margin: 70px 0 0;
}
.contact-form-sec h3 {
  font-weight: 700;
  color: #16417c;
  margin-bottom: 40px;
}
footer {
  float: left;
  width: 100%;
}
.pin-footer-wrapper {
  padding: 30px 0;
  background-color: #13a9e1;
}
.pin-footer-wrapper .pin-logo a {
  display: inline-block;
  color: #0cb1f6;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}
.pin-footer-item-left {
  padding-right: 50px;
}
.pin-logo {
  margin-bottom: 15px;
}
.pin-footer-wrapper p {
  color: #fff;
  letter-spacing: 0.5px;
}
.pin-wrapper h6 {
  font-size: 22px;
  margin: 0 0 10px;
  text-align: left;
  color: #000 !important;
}
.pin-footer-item-right form input {
  line-height: 40px;
  padding: 8px 16px;
  margin-top: 8px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  height: auto;
}
.pin-footer-item-right form input:focus {
  box-shadow: none;
}
.pin-footer-item-right .theme-btn {
  border: none;
  margin: 25px 0 0;
  padding: 10px 30px;
  font-size: 16px;
}
.copyright {
  float: left;
  width: 100%;
  padding: 10px 0;
  background: #13a9e1;
}
.copyright p {
  margin: 0;
  color: #b6c0d1;
  font-size: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-left .single-info {
    padding: 15px;
  }
  .service-wrap h5 {
    font-size: 22px;
  }
  .contact-box p {
    padding: 0 20px;
  }
  .pin-wrapper .pin-footer-item-center h6 {
    margin-top: 0;
  }
  .pin-wrapper h6 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-right ul li {
    margin-right: 15px;
  }
  .main-slider h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .about-right {
    display: none;
  }
  .main-slider .slider-btn .theme-btn {
    font-size: 22px;
    padding: 20px 40px 19px;
    border-radius: 40px;
  }
  .count-p-0 .plr-0 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .cta-wrapper-left h3 {
    font-size: 28px;
  }
  .pin-wrapper .pin-footer-item-center h6 {
    margin-top: 0;
  }
  .pin-wrapper h6 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .main-slider .content-box {
  position: relative;
  max-width: 800px;
  padding-top: 0 !important;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}
  .cta-wrapper::before,
  .main-slider .owl-nav,
  .menu-right,
  .menu-right ul li a i,
  .slicknav_nav a i,
  .top-title {
    display: none;
  }
  .achievements {
    margin: 13px !important;
  }
  .top-right {
    text-align: left;
    height: 24px;
  }
  .top-left {
  	display: none;
  }
  .top-right::before {
    left: 0;
  }
  #responsive-menu {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
  }
  #responsive-menu a:active,
  #responsive-menu a:focus,
  #responsive-menu a:hover {
    text-decoration: none;
    border: none;
    outline: 0;
    font-family: Poppins, sans-serif;
    color: #fff;
  }
  .slicknav_menu {
    background: 0 0;
  }
  .main-menu {
    position: relative;
    z-index: 9;
  }
  .slicknav_btn {
    margin: 4px 10px 14px;
    text-shadow: none;
    border-radius: 0;
    background-color: #333;
  }
  .slicknav_item.slicknav_row:active,
  .slicknav_nav .slicknav_row:hover,
  .slicknav_nav a:hover {
    background: 0 0;
    color: #fff;
  }
  .slicknav_nav {
    background: #13a9e1;
    width: 220px;
    padding: 5px 10px;
    margin-right: 10px;
  }
  .main-slider .slide {
    padding: 50px 0 50px !important;
  }
  .main-slider h1 {
    font-size: 25 px;
    line-height: 45px;
  }
  .main-slider .top-text {
    font-size: 23px;
    line-height: 30px;
  }
  .main-slider .slider-btn .theme-btn {
    font-size: 12px;
    padding: 11px;
    border-radius: 40px;
  }
  .about-right .about-img:first-child {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .about-right .about-img {
    margin-top: 30px;
  }
  .info-text h4 span {
    display: inline;
  }
  .count-p-0 .plr-0 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .cta-wrapper-left {
    text-align: center;
  }
  .cta-wrapper-right {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
  }
  ul.service-list {
    margin: 0;
  }
  .pin-wrapper h6 {
    margin-top: 40px;
  }
  .calling-option{
    display: none;
  }
}
.scroll-down {
  height: 260px;
  overflow-y: scroll;
}
.calling-option {
  width: 55px;
  position: fixed;
  top: 50%;
  left: 10px;
  z-index: 999;
}
.location-citywise .location-list li {
  border: 2px solid #16417c;
  border-left: 8px solid #16417c;
  border-radius: 5px;
  margin-top: 5px;
  text-align: center;
  padding: 5px;
  color: #16417c;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.location-citywise .location-list li:hover {
  color: #fff;
  border: 2px solid #13a9e1;
  border-left: 8px solid #13a9e1;
  border-right: 8px solid #13a9e1;
  font-size: 16px;
  background: #16417c;
}
.fa-briefcase:before,
.fa-home:before,
.fa-motorcycle:before,
.fa-truck:before {
  color: #16417c !important;
}
.achievements {
  border: 2px solid #16417c;
  padding: 5px;
  text-align: center;
  box-shadow: 5px 5px 4px #888;
}
.blog-details-wrapper .sidebar {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
  -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
  box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
  border: 1px solid rgba(127, 136, 152, 0.1);
  position: relative;
}
.breadcrumb-main:before,
.cta-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.breadcrumb-main {
    background: url(../images/slider/bg1.webp) top center / cover no-repeat;
    padding: 70px 0;
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}
.breadcrumb-wrapper span {
  color: #fff;
  font-size: 16px;
}
.breadcrumb-wrapper a {
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.sidebar .widget-area .widget {
    position: relative;
    margin: 40px 0;
}
.widget.widget-nav-menu ul li {
    margin-bottom: 2px;
    padding: 0;
}

li, ul {
    list-style: none;
}
*, .widget ul, ul {
    margin: 0;
    padding: 0;
}
.widget.widget-nav-menu ul li a {
    display: block;
    padding: 14px 30px 14px 24px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    background: #f4f4f4;
}
.widget.widget-nav-menu ul li.active a::before, .widget.widget-nav-menu ul li:hover a::before {
    background-color: #13a9e1;
}
.widget.widget-nav-menu ul li a::before {
    content: "";
    width: 4px;
    top: 0;
    left: 0;
    background: #ebf3f9;
    height: 100%;
    position: absolute;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    z-index: 1;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.widget.widget-nav-menu ul li.active a::after, .widget.widget-nav-menu ul li:hover a::after {
    width: 100%;
    background-color: #16417c;
}
.widget.widget-nav-menu ul li a:hover{
	background-color: #16417c;
	color: #fff;
}
.sidebar .sidebar-widget h3 {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
    color: #242c42;
}
.sidebar .sidebar-widget .widget__list li a {
    display: block;
    color: #7f8897;
    font-weight: 500;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sidebar .sidebar-widget .widget__list li::after {
    position: absolute;
    content: '\f35a';
    font-family: "Font Awesome 5 Free";
    left: 23px;
    margin-top: -26px;
    color: #16417c;
}
.sidebar .sidebar-widget .widget__list {
    margin: 0 0 0 15px;
}
.blog-content-wrap .blog-item .blog-content .tags-item ul li, .breadcrumb-main h2, .breadcrumb-wrapper a, .error-page-content h2, .project-hover h3, .project-hover span, .sidebar .sidebar-widget .widget__list li a {
   text-transform: capitalize;
}
}
.sidebar .sidebar-widget .widget__list li {
    display: block;
    margin-bottom: 12px;
    position: relative;
    padding-left: 16px;
}

.breadcrumb-main h1 {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
}
.contact-form-action{
  background-color: #fff;
  padding: 25px;
}
.logo img{
  max-width: 335px;
}

@media (max-width: 767px) {
  .logo img{
    max-width: 235px;
  }
}

/*bottom call , whatsapp button */

.bottom_call_file_w p{
  margin-bottom: 0 !important;
  font-size:9px;
  letter-spacing: 0.4px;
}
.bottom_call_file_w .fa{
  font-size:19px !important;
}

@media only screen and (min-width:360px) and (max-width:640px) {
  .footer-button{
    display: none;
  }
    .border-ri {
        border-right: solid 1px #ddd;
        display: block;
        width: 50%!important
    }
    .bottom_call_file_w{
      display: block !important;
    }
    .border-ri:last-child{
      border-right: 0 !important;
    }
    .bottom_call_file_w .container{
     padding-left: 10px !important;
     padding-right: 10px !important;
    }
    .bottom_call_file_w,
    .bottom_call_file_w a {
        color: #fff;
        width: 100%;
        float: left
    }
    .bottom_call_file_w {
        position: fixed;
        padding: 0;
        background: #16417c;
        z-index: 99999;
        bottom: 0;
        margin-right: auto;
        margin-left: auto;
        display: block;
        border-top: solid 1px #ddd
    }
    .bottom_call_file_w a {
        font-size: 9px!important;
        padding: 5px 0;
        text-align: center!important
    }
    .call-banner,
    .or-banner,
    .signup-banner {
        text-align: center
    }
    .bottom_call_file_w a:hover {
        color: #fff!important
    } 
.quote-section form input[type="submit"]{
  width: 50% !important;
}

}

@media only screen and (min-width:603px) and (max-width:767px) {
    .bottom_call_file_w a:hover {
        color: #fff!important
    }
}

@media (min-width:768px){
  #get_a_quote .modal-dialog{width:480px;}
  #id01 .modal-dialog{width:80%;}
}

/*extra css*/
.bottom_call_file_w{
  display: none;
}

.bottom_call_file_w .bx{
    padding-top:6px;
    font-size:20px;

}
.bottom_call_file_w .fab{
    font-size:20px;
     padding-top:6px;
}
.bottom_call_file_w p{
    font-size:9px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

/*call whatsapp button css*/