@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap");
.main-color {
  color: #176297;
}

.second-color {
  color: #edc146;
}

.third-color {
  color: #011f54;
}

.fourth-color {
  color: #555;
}

* {
  font-family: 'Tajawal', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #555;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #176297;
  border-radius: 20px !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.row {
  margin: 0px;
}

h6,
h5,
h4,
h3,
h2,
h1,
p {
  margin-bottom: 0;
}

.navbar {
  padding: 0px;
  z-index: 1000 !important;
}

.navbar .navbar-brand {
  padding: 0;
}

.navbar .navbar-brand img {
  height: 60px;
  margin: 0px 10px;
  border-radius: 10px;
  padding: 2px;
  width: auto;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.navbar .navbar-brand p {
  font-size: 14px;
}

.navbar .nav-link {
  padding: 15px 25px;
  margin: 0px 5px;
  position: relative;
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
}

.navbar .nav-link:hover {
  color: #edc146 !important;
  -webkit-transition: 0.3s all ease-in-out !important;
  transition: 0.3s all ease-in-out !important;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: none;
  border-radius: 2px;
  bottom: 0px;
  left: 0;
}

.navbar .nav-link:hover::after {
  width: 100%;
  background-color: #edc146;
  -webkit-transition: .8s;
  transition: .8s;
}

.navbar .nav-link .active {
  color: #176297 !important;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .navbar .navbar-collapse {
    background-color: #011f54 !important;
  }
}

.nav-option {
  background-color: transparent;
  background-attachment: fixed;
  background-size: contain;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: .9s linear;
  transition: .9s linear;
  z-index: 999998;
}

/*  to change nav-bar color on scroll  */
.scrolled {
  background-color: #011f54 !important;
  -webkit-transition: .9s linear;
  transition: .9s linear;
  -webkit-box-shadow: 0px 1px 6px #00000050 !important;
          box-shadow: 0px 1px 6px #00000050 !important;
}

.select2 {
  width: 100% !important;
}

.select2-selection__rendered {
  line-height: 34px !important;
  padding-right: 8px !important;
  padding-left: 20px !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
  border: 1px solid #ced4da;
}

.select2-selection__arrow {
  height: 37px !important;
  right: auto;
  left: 1px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #176297;
}

.select2-container--default .select2-results__option--selected {
  background-color: #edc146;
  color: #fff;
}

.select2-dropdown {
  z-index: 100;
  -webkit-box-shadow: 0px 4px 4px #00669950;
          box-shadow: 0px 4px 4px #00669950;
}

.select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: 0px 4px 4px #00669950;
          box-shadow: 0px 4px 4px #00669950;
}

.spinner {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spinner .loader {
  margin: 100px auto;
  width: 80px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.spinner .loader > div {
  background-color: #9c2626;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .loader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .loader .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .loader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .loader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

#MainSlider {
  position: relative;
  height: 100vh;
}

#MainSlider .sliderOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #00000093;
}

#MainSlider .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100vh;
  z-index: 1;
}

#MainSlider .swiper-slide h1 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

#MainSlider .swiper-slide p {
  font-size: 23px;
  color: #edc146;
  margin-bottom: 35px;
  font-weight: bold;
}

#MainSlider a {
  color: #fff;
  background-color: #176297;
  padding: 10px 40px;
  font-size: 18px;
  text-transform: none;
}

#MainSlider a:hover {
  background-color: #edc146;
}

#MainSlider .text-para {
  z-index: 111454;
}

@media (max-width: 768px) {
  #MainSlider h1 {
    font-size: 38px !important;
  }
}

.mainSlideItem.swiper-slide-active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.mainSlideItem.swiper-slide-active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.0s;
          animation-delay: 0.0s;
}

.mainSlideItem.swiper-slide-active button {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.featured-services-area {
  background-image: url(../img/shape.png);
  background-position: left center;
  background-color: aliceblue;
  background-size: 300px 300px;
  background-repeat: no-repeat;
}

.featured-services-area h1,
.featured-services-area h2,
.featured-services-area h3,
.featured-services-area h4,
.featured-services-area h5,
.featured-services-area h6 {
  margin-bottom: 15px;
}

.featured-services-area .single-item {
  margin-bottom: 30px;
}

.featured-services-area .single-item .item {
  background: #fff;
  padding: 50px 30px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
          box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 8px;
}

.featured-services-area .single-item .item i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 30px;
  color: #086AD8;
}

.featured-services-area .single-item .item #img {
  width: 100%;
  height: 100%;
}

.featured-services-area .single-item .item h5 {
  font-weight: 700;
}

.featured-services-area .single-item .item p {
  margin: 0;
}

.featured-services-area .single-item .item:hover {
  background: linear-gradient(135deg, #f48665 0%, #fda23f 100%);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  color: #fff !important;
}

.featured-services-area .single-item .item:hover::after {
  left: 0;
  width: 100%;
  margin: 0;
  opacity: 1;
}

.featured-services-area .single-item .item::after {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 3px;
  content: "";
  background: #086AD8;
  bottom: 0;
  margin-left: -25px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-radius: 50px;
  opacity: 0;
}

.featured-services-area .single-item:nth-child(2n) .item i {
  color: #57b957;
}

.featured-services-area .single-item:nth-child(3n) .item i {
  color: #8a49a1;
}

.featured-services-area .single-item:nth-child(4n) .item i {
  color: #ff583c;
}

.cloud .vv {
  position: relative;
}

.cloud .vv:after {
  position: absolute;
  content: '';
  right: 30px;
  bottom: 10px;
  width: 400px;
  height: 275px;
  -webkit-box-shadow: 0px 1px 6px #00000078;
          box-shadow: 0px 1px 6px #00000078;
  z-index: -1;
  border: 2px solid #fbb908;
}

.cloud .vv::before {
  position: absolute;
  content: '';
  left: 30px;
  -webkit-box-shadow: 0px 1px 6px #00000078;
          box-shadow: 0px 1px 6px #00000078;
  top: 10px;
  width: 400px;
  height: 275px;
  z-index: -1;
  border: 2px solid #176297;
}

.cloud .cloud-img {
  position: relative;
  width: 80%;
  height: 80%;
  -webkit-box-shadow: 0px 1px 6px #00000078;
          box-shadow: 0px 1px 6px #00000078;
}

.cloud .cloud-heading {
  color: #176297;
  font-weight: 600;
  font-size: 25px;
}

.cloud .bar {
  height: 5px;
  width: 90px;
  background: #edc146ad;
  margin: 20px 0;
  position: relative;
  border-radius: 30px;
}

.cloud .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #176297;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

.cloud .cloud-p {
  color: #555;
}

.cloud .tabs-col {
  padding: 15px 20px 15px 0;
  border-radius: 8px;
  min-height: 80px;
  -webkit-box-shadow: 0px 0px 10px #c0c0c0;
          box-shadow: 0px 0px 10px #c0c0c0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-color: #176297;
}

.cloud .tabs-col p {
  color: #fff;
}

.cloud .tabs-col i {
  color: #edc146;
}

.cloud .tabs-col:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background-color: #176297;
  -webkit-box-shadow: 0px 0px 15px #edc146;
          box-shadow: 0px 0px 15px #edc146;
}

.cloud .tabs-col:hover p {
  color: #fff !important;
}

.counter-area {
  background-color: #011f54;
}

.counter-area .section-title h2 {
  color: #fff;
}

.counter-area .single-counter {
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  background-color: transparent;
  padding: 30px;
  border: 1px solid lightgray;
  position: relative;
  overflow: hidden;
}

.counter-area .single-counter p {
  color: #edc146;
  line-height: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.counter-area .single-counter h2 {
  color: #fff;
  line-height: 1;
  font-size: 40px;
  margin-top: -8px;
  margin-bottom: 10px;
}

.counter-area .single-counter .target {
  position: relative;
  top: 3px;
  left: -10px;
}

.counter-area .single-counter .counter-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.counter-area .single-counter:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.section-title {
  text-align: center;
  padding-bottom: 60px;
}

.section-title h2 {
  max-width: 520px;
  margin: 0 auto;
  font-weight: bold;
  color: #176297;
  font-size: 28px;
}

.section-title p {
  max-width: 520px;
  margin: 0 auto;
  color: #555;
}

.section-title .bar {
  height: 5px;
  width: 90px;
  background: #edc146ad;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}

.section-title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #176297;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

#works .swiper-button-next:after,
#works .swiper-container-rtl .swiper-button-prev:after {
  color: #176297;
}

#works .testimonials-slider .work-img {
  position: relative;
  height: 280px;
}

#works .testimonials-slider .work-img .over-lay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #105e8ce6;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#works .testimonials-slider .work-img .over-lay h3 {
  font-weight: bold;
  color: #edc146;
  margin-bottom: 20px;
}

#works .testimonials-slider .work-img .over-lay p {
  color: #f0f8ff;
}

#works .testimonials-slider .work-img .over-lay a {
  position: absolute;
  top: 15px;
  left: 15px;
}

#works .testimonials-slider .work-img .over-lay a i {
  font-size: 20px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#works .testimonials-slider .work-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#works .testimonials-slider .work-img:hover .over-lay {
  opacity: 1;
}

.contact-area {
  background-image: url(../img/bg-site.png), url(../img/bg-site.png);
  background-position: center left, center right;
  background-repeat: no-repeat;
}

.contact-area .con-row {
  position: relative;
}

.contact-area .con-row .over-lay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.692);
}

.contact-area .title {
  padding: 100px 0;
  background-color: #f6f6f6;
  background-image: url(../img/contact-shape.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 110px;
  position: relative;
}

.contact-area .title a {
  font-size: 28px;
  color: #555;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact-area .title a:hover {
  color: #176297;
}

.contact-area .title span {
  font-size: 28px;
  font-weight: bold;
}

.contact-area .title p {
  font-size: 28px;
  font-weight: bold;
  color: #edc146;
  z-index: 1;
}

.contact-area .title .sec-con {
  position: absolute;
  left: 0;
}

.contact-area .contact-item {
  margin-bottom: 30px;
}

.contact-area .contact-left h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #176297;
}

.contact-area .contact-left p {
  margin: 0;
  font-size: 14px;
  margin-bottom: 25px;
}

.contact-area .contact-left ul {
  margin: 0;
  padding: 0;
}

.contact-area .contact-left ul li {
  list-style-type: none;
  display: block;
  color: #282828;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd69;
  padding-bottom: 20px;
}

.contact-area .contact-left ul li i {
  font-size: 21px;
  color: #176297;
  margin-left: 10px;
  position: relative;
  bottom: -5px;
}

.contact-area .contact-left ul li a {
  display: inline-block;
  color: #282828;
}

.contact-area .contact-left ul li a:hover {
  color: #176297;
}

.contact-area .contact-left ul li:last-child {
  margin-bottom: 0;
}

.contact-area .contact-right h3 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #176297;
  font-weight: 600;
}

.contact-area .contact-right .form-group ::-webkit-input-placeholder {
  color: #282828;
}

.contact-area .contact-right .form-group :-ms-input-placeholder {
  color: #282828;
}

.contact-area .contact-right .form-group ::-ms-input-placeholder {
  color: #282828;
}

.contact-area .contact-right .form-group ::placeholder {
  color: #282828;
}

.contact-area .contact-right .form-group {
  margin-bottom: 25px;
}

.contact-area .contact-right .form-group .form-control {
  border: 1px solid #ced4da;
  border-radius: 0;
  height: 50px;
  padding-left: 25px;
  font-size: 14px;
}

.contact-area .contact-right .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #edc146;
}

.contact-area .contact-right .form-group textarea {
  height: auto !important;
  padding-top: 15px;
}

.contact-area .contact-right .contact-btn {
  background-color: #011f54;
  color: #fff;
  width: 100%;
  border-radius: 0;
  padding: 12px 0;
  text-transform: uppercase;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 1;
  font-weight: 600;
}

.contact-area .contact-right .contact-btn:hover {
  background-color: #edc146;
}

.projects .title {
  padding: 100px 0;
  background-color: #f6f6f6;
  background-image: url(../img/contact-shape.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 110px;
  position: relative;
}

.projects .title a {
  font-size: 28px;
  color: #555;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.projects .title a:hover {
  color: #176297;
}

.projects .title span {
  font-size: 28px;
  font-weight: bold;
}

.projects .title p {
  font-size: 28px;
  font-weight: bold;
  color: #edc146;
  z-index: 1;
}

.projects .title .sec-con {
  position: absolute;
  left: 0;
}

.projects .work-img {
  position: relative;
}

.projects .work-img .over-lay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #105e8ce6;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.projects .work-img .over-lay h3 {
  font-weight: bold;
  color: #fff;
}

.projects .work-img .over-lay p {
  color: #f0f8ff;
}

.projects .work-img .over-lay a {
  position: absolute;
  top: 15px;
  left: 15px;
}

.projects .work-img .over-lay a i {
  font-size: 20px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.projects .work-img img {
  width: 100%;
  height: 100%;
}

.projects .work-img:hover .over-lay {
  opacity: 1;
}

.services .title {
  padding: 100px 0;
  background-color: #f6f6f6;
  background-image: url(../img/contact-shape.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 110px;
  position: relative;
}

.services .title a {
  font-size: 28px;
  color: #555;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.services .title a:hover {
  color: #176297;
}

.services .title span {
  font-size: 28px;
  font-weight: bold;
}

.services .title p {
  font-size: 28px;
  font-weight: bold;
  color: #edc146;
  z-index: 1;
}

.services .title .sec-con {
  position: absolute;
  left: 0;
}

.services .contents {
  padding: 20px 15px;
  background-color: #f0f3f8;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 5px #00000030;
          box-shadow: 0px 2px 5px #00000030;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
}

.services .contents i {
  color: #f6f6f6;
  background-color: #011f54;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.services .contents .content-heading {
  color: #176297;
  font-weight: bold;
  margin-bottom: 12px;
}

.services .contents .content-p {
  color: #555;
}

.services .contents .l-line {
  position: absolute;
  width: 50%;
  height: 4px;
  bottom: 0;
  right: 0;
  visibility: hidden;
  border-radius: 0 0 6px 0px;
  background-color: #011f54;
}

.services .contents .r-line {
  position: absolute;
  width: 50%;
  height: 4px;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 6px;
  visibility: hidden;
  background-color: #011f54;
}

.services .contents:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.services .contents:hover .l-line {
  -webkit-animation: l-line .5s forwards;
          animation: l-line .5s forwards;
  visibility: visible;
}

.services .contents:hover .r-line {
  -webkit-animation: r-line .5s forwards;
          animation: r-line .5s forwards;
  visibility: visible;
}

@-webkit-keyframes l-line {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}

@keyframes l-line {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}

@-webkit-keyframes r-line {
  from {
    width: 0%;
  }
  to {
    width: 50%;
  }
}

@keyframes r-line {
  from {
    width: 0%;
  }
  to {
    width: 50%;
  }
}

.ready-for-contact {
  background-color: #011f54;
  background-image: url(../img/map.png);
  background-size: contain;
}

.ready-for-contact h3 {
  color: #fff;
  font-weight: bold;
}

.ready-for-contact p {
  color: #fff;
}

.ready-for-contact .ready-contact {
  background-color: #edc146;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 0px;
}

/* ////////////////////////////////////////////  */
/* /////////////////////////////////////////////  */
/* ///////////////////   blog       /////////////// */
/* ////////////////////////////////////////////  */
/* ////////////////////////////////////////////  */
/* ////////////////////////////////////////////  */
.bg-lighter {
  background-color: #f7f7f7 !important;
}

#blog {
  position: relative;
  padding: 40px 0;
}

#blog .line-bottom {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#blog .text-theme-color-2 {
  color: #F2184F;
}

#blog .bg-theme-color-2,
#blog .line-bottom:after,
#blog .line-bottom-center:after {
  background: #F2184F !important;
}

#blog .line-bottom:after {
  bottom: -1px;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  width: 50px;
}

#blog .my-edit {
  visibility: visible;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#blog .post {
  position: relative;
}

#blog .post .entry-header {
  position: relative;
}

#blog .post .entry-header .post-thumb {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#blog .post .entry-header .post-thumb .img-fullwidth {
  width: 100% !important;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ////////////////////////////////////////////  */
/* /////////////////////////////////////////////  */
/* ///////////////////  Footer   /////////////// */
/* ////////////////////////////////////////////  */
/* ////////////////////////////////////////////  */
/* ////////////////////////////////////////////  */
.footer-section {
  color: #555;
  position: relative;
  background-color: #011f54;
}

.footer-section .footer-logo {
  height: 150px;
  border-radius: 8px;
}

.footer-section .footer-title {
  margin-bottom: 35px;
  padding-bottom: 12px;
  border-bottom: 2px solid #dddcdc;
  color: #fff;
  font-size: 18px;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-section .footer-title:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -2px;
  height: 2px;
  width: 50px;
  background-color: #176297;
}

.footer-section .logo-p {
  color: #fff !important;
}

.footer-section .footer-top {
  padding: 20px 0 25px;
}

.footer-section .footer-top .about-widget p:last-child {
  margin-bottom: 0;
}

.footer-section .footer-top .recent-post-widget .post-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.footer-section .footer-top .recent-post-widget .post-item .post-date {
  width: 70px;
  height: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  text-align: center;
  background-color: #edc146;
  color: #111111;
  margin-left: 15px;
}

.footer-section .footer-top .recent-post-widget .post-item .post-date span {
  display: block;
}

.footer-section .footer-top .recent-post-widget .post-item .post-date span:first-child {
  margin-top: 6px;
}

.footer-section .footer-top .recent-post-widget .post-item .post-date span:last-child {
  font-size: 13px;
}

.footer-section .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}

.footer-section .footer-top .recent-post-widget .post-item .post-title a {
  color: #edc146;
  font-weight: 400;
}

.footer-section .footer-top .recent-post-widget .post-item .post-title a:hover {
  color: #555;
}

.footer-section .footer-top .recent-post-widget .post-item .post-title a:focus {
  color: #fff;
}

.footer-section .footer-top .recent-post-widget .post-item .post-category {
  font-size: 13px;
}

.footer-section .footer-top .recent-post-widget .post-item + .post-item {
  margin-top: 15px;
  padding-top: 15px;
}

.footer-section .footer-top .sitemap-widget {
  overflow: hidden;
}

.footer-section .footer-top .sitemap-widget li a {
  color: #fff;
  display: block;
  position: relative;
  padding: 4px 0 4px 14px;
}

.footer-section .footer-top .sitemap-widget li a:hover {
  color: #edc146;
}

.footer-section .footer-top .sitemap-widget li a:focus {
  color: #edc146;
}

.footer-section .footer-top .sitemap-widget li a:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 4px;
  color: #afb0b2;
  font-weight: 400;
}

.footer-section .footer-top .sitemap-widget li:last-child a {
  border-bottom: 0;
}

.footer-section .footer-subscribe {
  position: relative;
}

.footer-section .footer-subscribe input {
  font-size: 15px;
  padding: 8px 15px;
  border: none;
  border-radius: 0;
  height: 45px;
  display: block;
  line-height: 1.428571429;
  color: #111111;
  background-color: #fff;
  outline: none;
  width: 100%;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer-section .footer-subscribe input[type="submit"] {
  margin-bottom: 0;
  background: #edc146;
  padding: 0;
  color: #f0f8ff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  text-transform: uppercase;
  font-weight: 500;
}

.footer-section .footer-subscribe input[type="submit"]:hover {
  background: transparent;
  color: #f0f8ff;
  border: 2px solid #f0f8ff;
}

.footer-section .footer-bottom {
  padding: 20px 0;
  background-color: #011f54;
  font-size: 14px;
}

.footer-section .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #fff;
}

.footer-section .footer-bottom .copyright a {
  color: #edc146;
  font-weight: bold;
}

.footer-section .footer-bottom .copyright a:hover {
  color: #edc146;
}

.footer-section .footer-bottom .buttons a {
  height: 100%;
}

.footer-section .footer-bottom .buttons a i {
  background-color: #fff !important;
  color: #011f54;
}

.footer-section .footer-bottom .buttons a i:hover {
  -webkit-transition: .4s;
  transition: .4s;
  color: #fff;
  background-color: inherit !important;
}

@media (max-width: 768px) {
  footer .copyright p {
    font-size: 13px;
  }
  footer .ft-bottom-right {
    padding-top: 15px;
  }
}
/*# sourceMappingURL=style.css.map */