/*
    Template Name: Aurpa - Responsive Construction HTML Website
    Template Author: Code Blowing
    Version: 4.0.2
*/
/************ TABLE OF CONTENTS *************** 

1. Default Styles
2. Spacing
3. Header
4. Banner
5. Projects
6. Icon Box
7. Video
8. Testimonails
9. Call To Action
10. Counter
11. Image Box
12. Blog
13. Widgets
14. Footer
15. Responsiveness

**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
.preloader {
  width: 100%;
  height: 100%;
  background-color: #001940;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner::before,
.spinner::after {
  border: 6px solid #ea5815;
  border-radius: 50%;
  position: absolute;
  content: "";
  display: block;
}

.spinner::before {
  width: 33.6px;
  height: 33.6px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  animation: spinner-1o3y8q 0.9s infinite linear reverse;
}

.spinner::after {
  animation: spinner-1o3y8q 0.6s infinite linear;
  height: 56px;
  width: 56px;
  border-right-color: transparent;
  border-top-color: transparent;
}

@keyframes spinner-1o3y8q {
  to {
    transform: rotate(360deg);
  }
}
/*-----------------Default Styles-------------*/
body {
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  font-family: "Exo", sans-serif;
}

p {
  color: #565969;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
}

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: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.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: 0.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;
}

.bg-dark {
  background-color: #00122F !important;
}

.bg-secondary {
  background-color: #001940 !important;
}

.bg-primary {
  background-color: #EA5815 !important;
}

.text-gray {
  color: #565969;
}

.text-primary {
  color: #EA5815 !important;
}

.text-dark {
  color: #00122F !important;
}

.text-secondary {
  color: #001940 !important;
}

.text-light {
  color: #ece7e7;
}

.head-lg h2 {
  font-size: 4rem;
}

.form-control:focus {
  box-shadow: none;
  border-color: #EA5815;
}

.btn {
  border: 1px solid transparent !important;
  font-weight: 500 !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:not(.btn-sm) {
  padding: 0.5rem 1.3rem !important;
}
.btn:focus {
  box-shadow: none;
}
.btn.btn-dark {
  background-color: #00122F !important;
  border-color: #00122F !important;
  color: #FFFFFF !important;
}
.btn.btn-dark i {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 20px;
}
.btn.btn-dark:hover {
  background-color: #00122F !important;
  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;
}
.btn.btn-primary {
  background-color: #EA5815 !important;
  border-color: #EA5815 !important;
  color: #FFFFFF !important;
  border-radius: 3px;
}
.btn.btn-primary i {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 20px;
}
.btn.btn-primary: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.btn-light {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #EA5815 !important;
}
.btn.btn-light i {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 20px;
}
.btn.btn-light: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;
}

.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: 0.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;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  background: #ffffff;
  animation: 0.5s fadeIn both;
}

.scrolltotop {
  position: fixed;
  right: 3%;
  bottom: 62px;
  z-index: 10;
  display: none;
}
.scrolltotop a {
  background-color: #EA5815;
  color: #ffffff;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 18px;
}
.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;
}

/*-----------------Spacing-------------*/
.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;
}

/*-----------------Header-------------*/
.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;
  z-index: 999;
  clip-path: polygon(0 0, 100% 0, 85% 101%, 0% 101%);
}
.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;
}

/*-----------------Banner-------------*/
.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;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 0px);
  -webkit-transform: translate(20px, 0px);
  -moz-transform: translate(20px, 0px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.home-slider .owl-nav .owl-prev {
  left: 2%;
  font-size: 25px !important;
  background: transparent !important;
  color: #FFFFFF !important;
  visibility: hidden;
  opacity: 0;
  transform: translate(-20px, 0px);
  -webkit-transform: translate(-20px, 0px);
  -moz-transform: translate(-20px, 0px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.home-slider:hover .owl-prev, .home-slider:hover .owl-next {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
}

.page-banner {
  padding: 150px 0;
  position: relative;
}
.page-banner .page-title h3 {
  font-size: 40px;
}

.site-breadcrumb {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -6%;
  transform: translate(-50%, 0);
  z-index: 100;
}
.site-breadcrumb ul {
  background: #FFFFFF;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
}
.site-breadcrumb ul li {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #EA5815;
}
.site-breadcrumb ul li::after {
  content: "/";
  margin: 0 5px;
  color: #EA5815;
}
.site-breadcrumb ul li:last-child::after {
  content: "";
  margin: 0;
}
.site-breadcrumb ul li a {
  color: #00122F;
}
.site-breadcrumb ul li a:hover {
  color: #EA5815;
}

/*-----------------Projects-------------*/
.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%;
  visibility: hidden;
  padding: 10px;
  opacity: 0;
  -moz-transform: translate(0, 75px);
  -webkit-transform: translate(0, 75px);
  -o-transform: translate(0, 75px);
  -ms-transform: translate(0, 75px);
  transform: translate(0, 75px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.project-item .project-info h4 {
  font-size: 18px;
  text-transform: uppercase;
  max-width: 90%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.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: #FFFFFF;
}
.project-item .project-info a:hover {
  background-color: #00122F;
}
.project-item:hover .project-info {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: inherit;
  opacity: 1;
}

.works .row .col-md-4, .projects .row .col-md-4 {
  padding: 0;
}

.project-info-item a {
  color: #00122F;
}
.project-info-item a:hover {
  color: #EA5815;
}

.project-share {
  margin-top: 0.5rem;
}
.project-share a {
  color: #00122F;
  border: 1px solid #ece7e7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.project-share a:hover {
  color: #FFFFFF;
  background-color: #EA5815;
  border-color: #EA5815;
}

/*-----------------Iconbox-------------*/
.icon-box {
  margin-bottom: 2rem;
}
.icon-box .icon {
  text-align: center;
}
.icon-box .icon span {
  height: 70px;
  width: 70px;
  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: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.icon-box .icon span i {
  color: #EA5815;
  font-size: 2rem;
  line-height: 4.5rem;
}
.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 .icon-head h4 a {
  color: #00122F;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.icon-box .icon-head h4 a:hover {
  color: #EA5815;
}
.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-------------*/
.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;
}

/*-----------------Testimonials-------------*/
.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 0.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 0.5s ease;
}
.testimonial-slider .owl-nav .owl-prev:hover {
  color: #EA5815 !important;
}

/*-----------------Call To Action-------------*/
.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-------------*/
.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-------------*/
.image-box .thumb {
  overflow: hidden;
}
.image-box .thumb img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.image-box .img-title {
  margin-bottom: 15px;
}
.image-box .img-link a {
  font-weight: 500;
  color: #EA5815;
}
.image-box .img-link a i {
  vertical-align: middle;
  font-size: 18px;
  margin-left: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.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;
}
.image-box:hover .thumb img {
  transform: scale(1.1);
}

/*-----------------Blog-------------*/
.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 {
  width: 100px;
  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: 0.3rem 0;
}
.comment-item .comment-info .reply a {
  color: #EA5815;
  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;
}

/*-----------------Widgets-------------*/
.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: 0.5rem;
}
.widget .about-text p:last-child {
  margin-bottom: 0;
}
.widget .links ul li a {
  padding: 3px;
}
.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: 10px;
  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: 30%;
}
.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: 20px;
}
.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: #EA5815;
  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-widget .about-text p {
  color: #FFFFFF;
}
.footer-widget .links ul li a {
  color: #FFFFFF;
}
.footer-widget .links ul li a:hover {
  color: #EA5815;
}

/*-----------------Footer-------------*/
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: 0.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-credit p {
  color: #FFFFFF;
}
.footer-credit p a {
  font-weight: bold;
  color: #EA5815;
}
.footer-credit p a:hover {
  color: #bb4611;
}

/*-----------------Responsiveness-------------*/
@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;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: rotateX(-90deg);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .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 {
    visibility: inherit;
    opacity: 1;
    transform-origin: top center;
    transform: rotateX(0);
  }
}
@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 {
    transition: none;
  }
  .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: #EA5815;
    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) {
  .mobile-header .mobile-logo {
    height: 65px;
  }
  .mobile-header .mobile-logo a {
    top: 15%;
  }
  a.meanmenu-reveal {
    top: 8px !important;
  }
  .mean-container .mean-bar .mean-nav {
    margin-top: 60px;
  }
  .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) {
  .meanmenu-reveal {
    transition: none;
    width: 28px !important;
    height: 28px !important;
    top: 2px !important;
  }
  .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 */
