/*
    Template Name: Aurpa - Responsive Construction HTML Website
    Template Author: Md Dalwar
    Version: 1.0.0
*/
body {
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box; }

p {
  color: #565969;
  font-size: 15px;
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #00122F;
  font-weight: bold;
  margin: 0;
  font-family: 'Exo', sans-serif; }

ul, ol, blockquote, article, div, section {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    text-decoration: none; }

img {
  width: 100%;
  height: auto; }

.preloader {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  .preloader img {
    background: #FFFFFF;
    position: fixed;
    width: 98px;
    height: 98px;
    top: 40%;
    left: 46%;
    z-index: 99999; }

.overlay {
  position: relative;
  z-index: 1; }
  .overlay::after {
    content: '';
    background: #00122F none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1; }

@keyframes pulse {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
.font-exo {
  font-family: 'Exo', sans-serif; }

.font-roboto {
  font-family: 'Roboto', sans-serif; }

.primary-bg {
  background-color: #00235A; }

.dark-bg {
  background-color: #00122F; }

.secondary-bg {
  background-color: #001940; }

.light-bg {
  background-color: #EA5815; }

.primary-text {
  color: #00235A; }

.dark-text {
  color: #00122F; }

.secondary-text {
  color: #001940; }

.light-text {
  color: #EA5815; }

.head-lg h2 {
  font-size: 4rem; }

.btn {
  border: 1px solid transparent !important;
  font-weight: 500 !important;
  font-family: 'Exo', sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:focus {
    box-shadow: none; }

.dark-btn {
  background-color: #00122F;
  border-color: #00122F !important;
  color: #FFFFFF !important; }
  .dark-btn i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 20px; }
  .dark-btn:hover {
    background-color: #00122F;
    border-color: #00122F !important;
    -webkit-box-shadow: 0px 10px 13px -7px #00122F;
    -moz-box-shadow: 0px 10px 13px -7px #00122F;
    -ms-box-shadow: 0px 10px 13px -7px #00122F;
    -o-box-shadow: 0px 10px 13px -7px #00122F;
    box-shadow: 0px 10px 13px -7px #00122F; }

.white-btn {
  background-color: #FFFFFF;
  border-color: #FFFFFF !important;
  color: #00235A !important; }
  .white-btn i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 20px; }
  .white-btn:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF !important;
    -webkit-box-shadow: 0px 10px 13px -7px #FFFFFF;
    -moz-box-shadow: 0px 10px 13px -7px #FFFFFF;
    -ms-box-shadow: 0px 10px 13px -7px #FFFFFF;
    -o-box-shadow: 0px 10px 13px -7px #FFFFFF;
    box-shadow: 0px 10px 13px -7px #FFFFFF; }

.light-btn {
  background-color: #EA5815;
  border-color: #EA5815 !important;
  color: #FFFFFF !important;
  border-radius: 3px; }
  .light-btn i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 20px; }
  .light-btn:hover {
    background-color: #EA5815;
    border-color: #EA5815 !important;
    -webkit-box-shadow: 0px 10px 13px -7px #EA5815;
    -moz-box-shadow: 0px 10px 13px -7px #EA5815;
    -ms-box-shadow: 0px 10px 13px -7px #EA5815;
    -o-box-shadow: 0px 10px 13px -7px #EA5815;
    box-shadow: 0px 10px 13px -7px #EA5815; }

.btn-flat-dark {
  background-color: #00122F;
  border-color: #00122F !important;
  color: #FFFFFF !important;
  border-radius: 0; }
  .btn-flat-dark i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 20px; }
  .btn-flat-dark:hover {
    background-color: #00122F;
    border-color: #00122F !important;
    -webkit-box-shadow: 0px 10px 13px -7px #00122F;
    -moz-box-shadow: 0px 10px 13px -7px #00122F;
    -ms-box-shadow: 0px 10px 13px -7px #00122F;
    -o-box-shadow: 0px 10px 13px -7px #00122F;
    box-shadow: 0px 10px 13px -7px #00122F;
    -moz-transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px); }

.btn-flat-light {
  background-color: #EA5815;
  border-color: #EA5815 !important;
  color: #FFFFFF !important;
  border-radius: 0; }
  .btn-flat-light i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 20px; }
  .btn-flat-light:hover {
    background-color: #EA5815;
    border-color: #EA5815 !important;
    -webkit-box-shadow: 0px 10px 13px -7px #EA5815;
    -moz-box-shadow: 0px 10px 13px -7px #EA5815;
    -ms-box-shadow: 0px 10px 13px -7px #EA5815;
    -o-box-shadow: 0px 10px 13px -7px #EA5815;
    box-shadow: 0px 10px 13px -7px #EA5815;
    -moz-transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px); }

.dark-btn-lg {
  background-color: #00122F;
  border-color: #00122F !important;
  color: #FFFFFF !important;
  padding: .5rem 2rem;
  border-radius: 3px; }
  .dark-btn-lg i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 20px; }
  .dark-btn-lg:hover {
    background-color: #00122F;
    border-color: #00122F !important;
    -webkit-box-shadow: 0px 10px 13px -7px #00122F;
    -moz-box-shadow: 0px 10px 13px -7px #00122F;
    -ms-box-shadow: 0px 10px 13px -7px #00122F;
    -o-box-shadow: 0px 10px 13px -7px #00122F;
    box-shadow: 0px 10px 13px -7px #00122F; }

.light-btn-lg {
  background-color: #EA5815;
  border-color: #EA5815 !important;
  color: #FFFFFF !important;
  padding: .5rem 2rem;
  border-radius: 3px; }
  .light-btn-lg i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 20px; }
  .light-btn-lg:hover {
    background-color: #EA5815;
    border-color: #EA5815 !important;
    -webkit-box-shadow: 0px 10px 13px -7px #EA5815;
    -moz-box-shadow: 0px 10px 13px -7px #EA5815;
    -ms-box-shadow: 0px 10px 13px -7px #EA5815;
    -o-box-shadow: 0px 10px 13px -7px #EA5815;
    box-shadow: 0px 10px 13px -7px #EA5815; }

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  background: #ffffff;
  animation: .5s fadeIn both; }

.scrolltotop {
  position: fixed;
  right: 3%;
  bottom: 62px;
  z-index: 10;
  display: none; }
  .scrolltotop a {
    background-color: #EA5815;
    color: #ffffff;
    padding: 4px 15px;
    border-radius: 5;
    font-size: 20px; }
    .scrolltotop a:hover {
      background-color: #00122F; }

.about {
  background-image: url("img/about-bg.jpg"); }

.section-head h2 {
  font-size: 40px; }
.section-head p {
  max-width: 621px; }
.section-head.white-head h2 {
  color: #FFFFFF; }
.section-head.white-head p {
  color: #ece7e7; }
.section-head.left h2 {
  border-left: 5px solid transparent;
  line-height: 2rem;
  padding-left: 10px; }
.section-head.left p {
  margin-top: 10px; }

label {
  color: #565969;
  margin-bottom: 5px; }

.form-group {
  margin-bottom: 1rem; }

.form-control:focus {
  box-shadow: none; }

.m-10 {
  margin: 10px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.mtb-10, .mbt-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-15 {
  margin: 15px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.mtb-15, .mbt-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m-20 {
  margin: 15px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.mtb-20, .mbt-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.m-25 {
  margin: 25px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.mtb-25, .mbt-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.m-50 {
  margin: 50px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.mtb-50, .mbt-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.p-15 {
  padding: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.ptb-15, .pbt-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.p-20 {
  padding: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.ptb-20, .pbt-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.p-25 {
  padding: 25px; }

.pt-25 {
  padding-top: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.ptb-25, .pbt-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.p-50 {
  padding: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.ptb-50, .pbt-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.p-100 {
  padding: 100px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.ptb-100, .pbt-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.topbar {
  padding: 5px 0; }
  .topbar .topbar-msg span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Exo', sans-serif; }
    .topbar .topbar-msg span i {
      margin-right: 7px; }

.social-links {
  text-align: right; }
  .social-links li {
    display: inline-block;
    margin-right: 10px; }
    .social-links li:last-child {
      margin-right: 0; }
    .social-links li a {
      color: #FFFFFF;
      font-size: 14px; }
      .social-links li a:hover {
        color: #EA5815; }

.logo {
  height: 100%;
  min-width: 165px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); }
  .logo a {
    font-size: 28px;
    font-weight: 900;
    color: #FFFFFF;
    position: absolute;
    top: 13%;
    left: 5%; }
    .logo a i {
      color: #00122F; }

.header-btn {
  text-align: right; }
  .header-btn a {
    margin: 10px 0 10px 10px; }

.mobile-header {
  position: relative;
  display: none; }
  .mobile-header .mobile-logo {
    width: 165px;
    height: 52px;
    position: absolute;
    z-index: 9999999; }

.meanmenu-reveal {
  transition: none; }

.home-slider {
  overflow: hidden; }
  .home-slider .slide-item {
    padding: 155px 0;
    background-color: #00122F;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
    .home-slider .slide-item .para {
      max-width: 700px;
      margin: 2rem 0; }
      .home-slider .slide-item .para p {
        color: #FFFFFF; }
  .home-slider .slide1 {
    background-image: url("img/slider/1.jpg"); }
  .home-slider .slide2 {
    background-image: url("img/slider/2.jpg"); }
  .home-slider .slide3 {
    background-image: url("img/slider/3.jpg"); }
  .home-slider .owl-nav {
    margin-top: 0; }
    .home-slider .owl-nav .owl-next, .home-slider .owl-nav .owl-prev {
      position: absolute;
      top: 47%; }
    .home-slider .owl-nav .owl-next {
      right: 2%;
      font-size: 25px !important;
      background: transparent !important;
      color: #FFFFFF !important;
      display: none;
      animation: fadeInRight .5s ease; }
    .home-slider .owl-nav .owl-prev {
      left: 2%;
      font-size: 25px !important;
      background: transparent !important;
      color: #FFFFFF !important;
      display: none;
      animation: fadeInLeft .5s ease; }
  .home-slider:hover .owl-prev, .home-slider:hover .owl-next {
    display: inherit; }

.page-banner {
  padding: 150px 0;
  position: relative; }
  .page-banner .page-title h3 {
    font-size: 40px; }

.site-breadcrumb {
  text-align: center;
  position: absolute;
  left: 43.5%;
  bottom: -6%;
  z-index: 100; }
  .site-breadcrumb ul {
    background: #FFFFFF;
    display: inline-block;
    padding: 15px;
    border-radius: 5px; }
    .site-breadcrumb ul li {
      display: inline-block;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 15px;
      color: #EA5815; }
      .site-breadcrumb ul li::after {
        content: '/';
        margin: 0 5px;
        color: #00235A; }
      .site-breadcrumb ul li:last-child::after {
        content: '';
        margin: 0; }
      .site-breadcrumb ul li a {
        color: #00235A; }
        .site-breadcrumb ul li a:hover {
          color: #EA5815; }

.project-item {
  position: relative;
  overflow: hidden; }
  .project-item img {
    width: 100%; }
  .project-item .project-info {
    background-color: #FFFFFF;
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 90%;
    padding: 10px;
    animation: slideInUp .5s ease;
    display: none; }
    .project-item .project-info h4 {
      font-size: 18px;
      text-transform: uppercase;
      max-width: 90%; }
    .project-item .project-info a {
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 100%;
      text-align: center;
      background-color: #EA5815;
      padding: 5px;
      font-size: 20px;
      color: #fff; }
      .project-item .project-info a:hover {
        background-color: #00122F; }
  .project-item:hover .project-info {
    display: block; }

.works .row .col-md-4, .projects .row .col-md-4 {
  padding: 0; }

.icon-box {
  margin-bottom: 2rem; }
  .icon-box .icon {
    text-align: center; }
    .icon-box .icon span {
      height: 70px;
      width: 70px;
      position: relative;
      display: inline-block;
      background-color: #ece7e7;
      clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .icon-box .icon span i {
        position: absolute;
        top: 30%;
        left: 30%;
        color: #EA5815;
        font-size: 2rem; }
  .icon-box .icon-head {
    margin: 1.5rem 0 1rem 0; }
    .icon-box .icon-head h4 {
      font-size: 20px;
      font-family: 'Roboto', sans-serif; }
  .icon-box:hover .icon span {
    background-color: #EA5815; }
    .icon-box:hover .icon span i {
      color: #FFFFFF; }

.left-icon-box {
  display: flex;
  padding: 15px; }
  .left-icon-box .icon {
    margin-right: 20px; }
    .left-icon-box .icon i {
      font-size: 40px;
      color: #EA5815;
      margin-top: 15px; }
  .left-icon-box .icon-box-info h5 {
    font-size: 16px; }
  .left-icon-box .icon-box-info span {
    display: block;
    color: #565969; }

.video-icon {
  position: relative; }
  .video-icon img {
    width: 100%;
    height: auto; }
  .video-icon .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .video-icon .video-overlay .video-play {
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      box-sizing: content-box;
      display: block;
      width: 32px;
      height: 44px;
      border-radius: 50%;
      padding: 18px 20px 18px 28px; }
    .video-icon .video-overlay .video-play:before {
      content: "";
      position: absolute;
      z-index: 0;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      display: block;
      width: 80px;
      height: 80px;
      background: #EA5815;
      border-radius: 50%;
      animation: pulse 1s ease-out infinite; }
    .video-icon .video-overlay .video-play:after {
      content: "";
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      display: block;
      width: 80px;
      height: 80px;
      background: #EA5815;
      border-radius: 50%;
      transition: all 200ms; }
    .video-icon .video-overlay .video-play span {
      display: block;
      position: relative;
      z-index: 3;
      width: 0;
      height: 0;
      border-left: 32px solid #FFFFFF;
      border-top: 22px solid transparent;
      border-bottom: 22px solid transparent; }

.testimonial-item {
  display: flex;
  background-color: #FFFFFF;
  padding: 30px;
  position: relative; }
  .testimonial-item .thumb {
    margin-right: 30px; }
    .testimonial-item .thumb img {
      width: 100px;
      height: 100px;
      border-radius: 50%; }
  .testimonial-item .testimonial-content .client-info h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif; }
  .testimonial-item .testimonial-content .client-info span {
    color: #565969;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Roboto', sans-serif; }
  .testimonial-item .quote-icon {
    position: absolute;
    bottom: 5%;
    right: 5%;
    font-size: 35px; }
    .testimonial-item .quote-icon i {
      color: #f7bca1; }

.testimonial-slider .owl-nav {
  margin-top: 0; }
  .testimonial-slider .owl-nav .owl-next, .testimonial-slider .owl-nav .owl-prev {
    position: absolute;
    top: 42%; }
  .testimonial-slider .owl-nav .owl-next {
    right: -3%;
    font-size: 25px !important;
    background: transparent !important;
    color: #00122F !important;
    animation: fadeInRight .5s ease; }
    .testimonial-slider .owl-nav .owl-next:hover {
      color: #EA5815 !important; }
  .testimonial-slider .owl-nav .owl-prev {
    left: -3%;
    font-size: 25px !important;
    background: transparent !important;
    color: #00122F !important;
    animation: fadeInLeft .5s ease; }
    .testimonial-slider .owl-nav .owl-prev:hover {
      color: #EA5815 !important; }

.cta .cta-info {
  display: flex; }
  .cta .cta-info .cta-icon {
    font-size: 40px;
    margin-right: 20px; }
    .cta .cta-info .cta-icon i {
      vertical-align: middle; }
.cta .cta-btn a {
  margin-top: 1rem; }
.cta.light-bg .cta-info .cta-icon i {
  vertical-align: middle;
  color: #FFFFFF; }
.cta.light-bg .cta-info .cta-title h4, .cta.light-bg .cta-info .cta-title p {
  color: #FFFFFF; }

.counter {
  display: flex; }
  .counter .counter-icon {
    margin-right: 1rem; }
    .counter .counter-icon i {
      font-size: 40px;
      color: #EA5815;
      margin-top: 1rem; }
  .counter .counter-info .number span {
    font-size: 30px;
    display: inline-block;
    font-weight: 700;
    font-family: 'Exo', sans-serif; }
  .counter .counter-info .title h4 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase; }

.image-box .img-title {
  margin-bottom: 15px; }
.image-box .img-link a {
  font-weight: bold;
  color: #EA5815; }
  .image-box .img-link a i {
    vertical-align: middle;
    font-size: 18px;
    margin-left: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .image-box .img-link a:hover {
    color: #00122F; }
    .image-box .img-link a:hover i {
      margin-left: 5px; }
.image-box.white {
  background: #FFFFFF;
  border-bottom: 5px solid #EA5815; }

.blog-item {
  margin-bottom: 20px; }
  .blog-item .blog-info .blog-meta {
    margin-bottom: 10px; }
    .blog-item .blog-info .blog-meta span {
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      color: #565969; }
      .blog-item .blog-info .blog-meta span i {
        font-size: 16px; }
  .blog-item .blog-info .blog-title {
    margin-bottom: 10px; }
    .blog-item .blog-info .blog-title h4 a {
      color: #001940;
      display: block; }
      .blog-item .blog-info .blog-title h4 a:hover {
        color: #EA5815; }
  .blog-item.white {
    background: #FFFFFF; }

.blog-single .blog-meta span {
  font-weight: 600;
  color: #565969;
  font-size: 14px;
  display: inline-block;
  margin-right: 1rem; }
  .blog-single .blog-meta span:last-child {
    margin-right: 0; }
  .blog-single .blog-meta span a {
    color: #565969; }
    .blog-single .blog-meta span a:hover {
      color: #EA5815; }
  .blog-single .blog-meta span i {
    font-size: 15px; }
.blog-single .blog-content ul {
  list-style: inherit;
  list-style-type: square;
  padding: 1rem 2rem; }
  .blog-single .blog-content ul li {
    color: #565969;
    font-weight: 600;
    font-size: 15px; }
.blog-single .blog-content blockquote {
  padding: 1rem 3rem;
  margin: 1rem 0;
  background-color: #ece7e7;
  position: relative;
  font-size: 18px;
  font-style: italic;
  color: #565969;
  text-align: center; }
  .blog-single .blog-content blockquote::before {
    content: '\f10d';
    color: #3f414d;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 2%; }
  .blog-single .blog-content blockquote::after {
    content: '\f10e';
    color: #3f414d;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    right: 2%; }
.blog-single .blog-content h1, .blog-single .blog-content h2, .blog-single .blog-content h3, .blog-single .blog-content h4, .blog-single .blog-content h5, .blog-single .blog-content h6 {
  margin: 1rem 0; }

.blog-comments h4, .comment-form h4 {
  margin: 1rem 0; }

.comment-item {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem; }
  .comment-item:last-child {
    margin-bottom: 0; }
  .comment-item .author-thumb {
    margin-right: 1rem; }
    .comment-item .author-thumb img {
      max-width: 170px;
      border: 1px solid #ece7e7;
      padding: 5px; }
  .comment-item .comment-info .authorname {
    font-size: 17px; }
  .comment-item .comment-info .comment-date {
    font-size: 14px;
    font-weight: bold;
    color: #565969;
    text-transform: uppercase; }
  .comment-item .comment-info .comment-text {
    margin: .3rem 0; }
  .comment-item .comment-info .reply a {
    color: #00235A;
    font-weight: 600; }
    .comment-item .comment-info .reply a:hover {
      color: #EA5815; }

.comment-form .form-control:focus, .contact-form .form-control:focus {
  border-color: #EA5815; }

.widget .widget-title {
  font-size: 20px;
  text-transform: capitalize; }
.widget .logo {
  height: inherit;
  max-width: inherit;
  position: relative; }
  .widget .logo a {
    font-size: 28px;
    font-weight: 900;
    position: inherit;
    top: -10px;
    left: 0; }
.widget .about-text p {
  margin-bottom: .5rem; }
  .widget .about-text p:last-child {
    margin-bottom: 0; }
.widget .links ul li a {
  font-size: 14px; }
  .widget .links ul li a::before {
    content: '\f054';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    margin-right: 7px; }
.widget .links ul li:last-child {
  margin-bottom: 0; }
.widget .projects-links ul li a {
  display: block;
  position: relative;
  border: 1px solid transparent;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 14px; }
  .widget .projects-links ul li a::after {
    content: '\f054';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 3%;
    top: 25%; }
.widget .projects-links ul li:last-child {
  margin-bottom: 0; }
  .widget .projects-links ul li:last-child a {
    margin-bottom: 0; }
.widget .tags ul li {
  display: inline-block; }
  .widget .tags ul li a {
    display: block;
    border: 1px solid transparent;
    padding: 5px;
    border-radius: 5px;
    margin: 3px;
    font-size: 14px; }
  .widget .tags ul li:last-child {
    margin-bottom: 0; }
.widget .contacts .contact-info {
  margin-bottom: 15px; }
  .widget .contacts .contact-info h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif; }
  .widget .contacts .contact-info span {
    font-size: 15px;
    display: block; }
    .widget .contacts .contact-info span i {
      font-size: 15px;
      vertical-align: middle;
      margin-right: 5px; }
    .widget .contacts .contact-info span a {
      font-size: 15px;
      color: #ece7e7; }
      .widget .contacts .contact-info span a:hover {
        color: #EA5815; }
  .widget .contacts .contact-info:last-child {
    margin-bottom: 0; }
.widget .subscribe-form p {
  margin-bottom: 1rem; }
.widget .subscribe-form form .form-control:focus {
  box-shadow: none; }
.widget .social-widget .social-links {
  text-align: left; }
  .widget .social-widget .social-links li {
    margin-right: 3px; }
    .widget .social-widget .social-links li:last-child {
      margin-right: 0; }
    .widget .social-widget .social-links li a {
      color: #FFFFFF;
      background-color: #00122F;
      padding: 7px 0;
      width: 40px;
      border-radius: 3px;
      text-align: center; }
      .widget .social-widget .social-links li a:hover {
        background-color: #EA5815; }
.widget .blog-posts .post-item {
  display: flex;
  border: 1px solid #ece7e7;
  margin-bottom: 8px; }
  .widget .blog-posts .post-item:last-child {
    margin-bottom: 0; }
  .widget .blog-posts .post-item .post-thumb {
    margin-right: 10px; }
    .widget .blog-posts .post-item .post-thumb a {
      display: block; }
      .widget .blog-posts .post-item .post-thumb a img {
        width: 85px;
        height: 70px; }
  .widget .blog-posts .post-item .post-info h5 {
    margin-top: 3px; }
    .widget .blog-posts .post-item .post-info h5 a {
      font-size: 15px;
      color: #00122F; }
      .widget .blog-posts .post-item .post-info h5 a:hover {
        color: #EA5815; }
  .widget .blog-posts .post-item .post-info span {
    font-size: 12px;
    font-weight: bold; }
    .widget .blog-posts .post-item .post-info span i {
      font-size: 14px; }
.widget.sidebar-widget {
  margin-bottom: 1rem; }
  .widget.sidebar-widget:last-child {
    margin-bottom: 0; }
  .widget.sidebar-widget .links ul li a {
    color: #001940;
    font-weight: 600; }
    .widget.sidebar-widget .links ul li a:hover {
      color: #EA5815; }
  .widget.sidebar-widget .links ul li:last-child {
    margin-bottom: 0; }
  .widget.sidebar-widget .projects-links ul li a {
    color: #00235A;
    border-color: #ece7e7;
    font-weight: 600; }
    .widget.sidebar-widget .projects-links ul li a:hover {
      background-color: #EA5815;
      color: #FFFFFF; }
  .widget.sidebar-widget .projects-links ul li:last-child {
    margin-bottom: 0; }
  .widget.sidebar-widget .tags ul li a {
    border-color: #ece7e7;
    color: #565969; }
    .widget.sidebar-widget .tags ul li a:hover {
      color: #FFFFFF;
      background-color: #EA5815; }

footer.dark-bg .widget .widget-title, footer.secondary-bg .widget .widget-title, footer.primary-bg .widget .widget-title {
  color: #FFFFFF; }
footer.dark-bg .widget p, footer.secondary-bg .widget p, footer.primary-bg .widget p {
  color: #ece7e7; }
footer.dark-bg .widget .logo a, footer.secondary-bg .widget .logo a, footer.primary-bg .widget .logo a {
  color: #FFFFFF; }
  footer.dark-bg .widget .logo a i, footer.secondary-bg .widget .logo a i, footer.primary-bg .widget .logo a i {
    color: #EA5815; }
footer.dark-bg .widget .about-text p, footer.secondary-bg .widget .about-text p, footer.primary-bg .widget .about-text p {
  margin-bottom: .5rem;
  color: #ece7e7; }
  footer.dark-bg .widget .about-text p:last-child, footer.secondary-bg .widget .about-text p:last-child, footer.primary-bg .widget .about-text p:last-child {
    margin-bottom: 0; }
footer.dark-bg .widget .links ul li a, footer.secondary-bg .widget .links ul li a, footer.primary-bg .widget .links ul li a {
  color: #ece7e7; }
  footer.dark-bg .widget .links ul li a:hover, footer.secondary-bg .widget .links ul li a:hover, footer.primary-bg .widget .links ul li a:hover {
    color: #EA5815; }
footer.dark-bg .widget .contacts .contact-info h6, footer.secondary-bg .widget .contacts .contact-info h6, footer.primary-bg .widget .contacts .contact-info h6 {
  color: #EA5815; }
footer.dark-bg .widget .contacts .contact-info span, footer.secondary-bg .widget .contacts .contact-info span, footer.primary-bg .widget .contacts .contact-info span {
  color: #ece7e7; }
footer.dark-bg .widget .subscribe-form form .form-control, footer.secondary-bg .widget .subscribe-form form .form-control, footer.primary-bg .widget .subscribe-form form .form-control {
  border-color: transparent; }
footer.dark-bg .footer-credit p, footer.secondary-bg .footer-credit p, footer.primary-bg .footer-credit p {
  color: #FFFFFF; }
  footer.dark-bg .footer-credit p a, footer.secondary-bg .footer-credit p a, footer.primary-bg .footer-credit p a {
    font-weight: bold;
    font-size: 14px;
    color: #EA5815; }
    footer.dark-bg .footer-credit p a:hover, footer.secondary-bg .footer-credit p a:hover, footer.primary-bg .footer-credit p a:hover {
      color: #bb4611; }
footer .footer-credit p a {
  font-weight: bold;
  font-size: 14px; }

@media all and (min-width: 993px) {
  .menu li {
    display: inline-block;
    margin-right: 5px; }
    .menu li:last-child {
      margin-right: 0; }
    .menu li a {
      color: #00122F;
      text-transform: uppercase;
      font-weight: 600;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      padding: 20px 10px;
      vertical-align: middle; }
      .menu li a:hover {
        color: #EA5815; }
    .menu li.has-child {
      position: relative; }
      .menu li.has-child > a::after {
        content: '\f067';
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 12px;
        margin-left: 7px; }
      .menu li.has-child > a:hover::after {
        content: '\f068'; }
      .menu li.has-child ul.submenu {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 100;
        background-color: #FFFFFF;
        min-width: 200px;
        display: none;
        animation: fadeIn .7s ease; }
        .menu li.has-child ul.submenu li {
          display: block;
          margin-right: 0; }
          .menu li.has-child ul.submenu li a {
            display: block;
            padding: 5px 10px; }
            .menu li.has-child ul.submenu li a:hover {
              background-color: #00122F;
              color: #FFFFFF; }
      .menu li.has-child:hover .submenu {
        display: block; } }
@media all and (max-width: 992px) {
  .desktop-logo, .header-btn {
    display: none; }

  .logo a {
    top: 5%; }

  .mhc {
    padding: 0; }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; }

  .mobile-header {
    display: block; }

  .mean-container .mean-bar {
    background-color: transparent;
    padding-bottom: 1px; }
    .mean-container .mean-bar .meanmenu-reveal span {
      background-color: #00122F; }
    .mean-container .mean-bar .meanmenu-reveal i {
      color: #00122F; }
    .mean-container .mean-bar .mean-nav {
      margin-top: 47px;
      background-color: #00235A;
      max-height: 300px;
      overflow: auto; }
      .mean-container .mean-bar .mean-nav ul li a {
        font-size: 14px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif; }
        .mean-container .mean-bar .mean-nav ul li a.mean-expand {
          height: 25px; }
        .mean-container .mean-bar .mean-nav ul li a.mean-expand:hover {
          background-color: #00122F; }

  .home-slider {
    margin-top: 77px; }
    .home-slider .slide-item {
      padding: 60px 0; }

  .page-banner {
    margin-top: 86px;
    padding: 110px 0; }

  .site-breadcrumb {
    left: 40%; }

  .image-box, .widget, .counter {
    margin-bottom: 20px; } }
@media all and (max-width: 768px) {
  .topbar {
    padding: 0; }

  .topbar-msg {
    text-align: center; }

  .social-links {
    text-align: center; }

  .home-slider {
    margin-top: 100px; }
    .home-slider .slide-item {
      padding: 40px 0; }

  .head-lg h2 {
    font-size: 3rem; }

  .footer-credit p {
    text-align: center; }

  .scrolltotop {
    bottom: 86px; } }
@media all and (max-width: 575px) {
  .page-banner {
    padding: 100px 0; }

  .site-breadcrumb {
    left: 35%; } }
@media all and (max-width: 400px) {
  .head-lg h2 {
    font-size: 2rem; }

  .slide-item .para {
    margin: 1rem 0; }

  .page-banner {
    padding: 80px 0; }

  .site-breadcrumb {
    left: 25%; } }

/*# sourceMappingURL=style.css.map */
