/* =================================== */
/*	Basic Style 
/* =================================== */

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 21px;
  font-size: 14px;
  color: #6a737b;
}
.p-0 {
  padding: 0px;
}
.lh-2 {
  line-height: 2 !important;
}
.m-0 {
  margin: 0px !important;
}
.logo {
  width: 80px;
  position: relative;
  /* top: 10px; */
}
ol,
ul {
  margin: 0;
  padding: 0;
  /* list-style: none; */
}

figure,
p {
  margin: 0;
}

a {
  color: #fff;

  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

/* a:focus,
a:hover {
  color: #6cb670;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

span.color {
  color: #c51414;
}

body > section,
.footer {
  /* padding: 25px 0; */
}

.btn-raven {
  color: #fff !important;
  background-color: #c44242;
  border-color: #c51414;
  outline: none !important;
}
.btn-raven:hover {
  color: #fff !important;
  background-color: #c51414;
  border-color: #c51414;
}
.btn-border-raven:hover {
  color: #fff;
  background-color: #c51414;
  border-color: #c51414;
}
.btn-border-raven {
  color: #c51414;
  background-color: #fff;
  border-color: #c51414;
  outline: none !important;
}
.sec-title h2 {
  color: #c51414;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 35px;
}

.sec-sub-title {
  margin: 35px 0 45px;
  padding: 0 10%;
}

.sec-sub-title p {
  font-weight: normal;
  line-height: 30px;
  font-size: 16px;
  color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "________________";
  color: #bfc1c3;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
  margin-bottom: 50px;
}
.mb25 {
  margin-bottom: 25px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}

/*=========================================
	Header
==========================================*/

#navigation {
  background-color: rgba(16, 22, 54, 0.6);
  border: 0 none;
  margin: 0;

  -webkit-transition: background-color 800ms linear;
  -moz-transition: background-color 800ms linear;
  -ms-transition: background-color 800ms linear;
  -o-transition: background-color 800ms linear;
  transition: background-color 800ms linear;
}

.navbar-toggle i {
  color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
  border-top: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
  background-color: rgba(247, 8, 8, 0.75);
  border-top: 1px solid #c51414;
  color: #fff;
}
.navbar-nav li.current,
.navbar-nav li:focus,
.navbar-nav li:hover {
  background-color: rgba(247, 8, 8, 0.75);
  border-top: 1px solid #c51414;
  color: #fff;
}

/*=========================================
	Slider
==========================================*/

#slider {
  padding: 0;
}

#slider .carousel-inner .item {
  /* background-size: 100% 150%; */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* opacity: 0.8; */
  /* background-position: 100% 44%; */
}

.carousel-caption {
  top: 20%;
  right: unset;
  left: 7%;
  background-color: rgb(25 25 26 / 70%);
  bottom: unset;
  color: #fff !important;
  padding: 20px;
}
.fa {
  color: #fff;
}
.carousel-caption h2 {
  font-size: 45px;
  font-weight: 300;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 32px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  font-size: 18px;
  font-weight: 300;
}
.color {
  color: #c51414;
}
.carousel-caption p:before,
.carousel-caption p:after {
  color: #fff;
  content: "___";
  position: relative;
  top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5% !important;
}

.social-links li {
  display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
  cursor: pointer;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 10px;
  position: inherit;
  margin: 0 auto;
  /* right: 46%; */
  left: 0px;
  top: 90%;
  width: 100px;
}

.carousel-indicators li {
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  border: 2px solid #c51414;
  height: 12px;
  width: 12px;
}
.carousel-inner {
  position: absolute;
  top: 0px;
}
.carousel-indicators .active {
  height: 12px;
  width: 12px;
}

/*=========================================
	Features
==========================================*/

.features {
  /* background-color: #f4f7f9; */
  background-color: #dcdcdc;
  padding: 25px 0;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #c7ced3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  /* border: 1px solid #c51414;
  border-radius: 50%;
  color: #c51414 !important;
  float: left;
  padding: 10px 13px; */
  border: 1px solid #c51414;
  border-radius: 50%;
  color: #c51414 !important;
  float: left;
  width: 50px;
  height: 50px;
  padding: 10px 12px;
  text-align: center;
}
.service-icon > .fa {
  color: #c51414 !important;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
  text-align: justify;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-desc p {
  padding-bottom: 30px;
}
/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
  /* display: inline-block; */
}

/* .work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #c51414;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
} */
.spider-menu {
  width: 100%;
}

.mix {
  display: none;
}

.work-item {
  float: left;
  width: 25%;
  position: relative;
}

.work-item > img {
  display: block;
  height: auto;
  width: 100%;
  height: 253px;
}

.overlay {
  /* background-color: rgba(14, 180, 147, 0.9); */
  background-color: rgb(0, 0, 0, 0.75);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;

  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;

  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.work-item:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.work-item .overlay .fancybox {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}
.work-item .overlay .go-to {
  text-decoration: underline;
  cursor: pointer;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}

/*=========================================
	Our Team Member
==========================================*/

.member-thumb {
  width: 273px;
  position: relative;
}

.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay {
  font-size: 16px;
  padding: 20px;
  line-height: 24px;
}

.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.team-member:hover h4 {
  color: #c51414;
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  background-color: #0d7c67;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}

/*=========================================
	Some fun facts
==========================================*/

#facts {
  background-color: rgb(112 115 134);

  background-image: url("../img/city.jpg");
  background-color: rgba(6, 32, 51, 0.8);
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.facts .devider:before,
.facts .devider:after {
  /* color: #737c85; */
  color: #a6a6a6;
}
.sec-sub-title ul li {
  list-style: disc;
}
.facts .devider i {
  color: #fff;
}

.parallax-overlay {
  background-color: rgba(6, 32, 51, 0.8);
  /* padding: 70px 0; */
}

.counters-item,
.counters-item-small {
  color: #fff;
}

.counters-item i,
.counters-item-small i {
  border: 1px solid #737c85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  /* display: block; */
  display: inline;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item-small strong {
  display: inline;
  font-size: 35px;
  font-weight: 600;
  line-height: 60px;
}
/* .mobile-only {
  padding: 0 10px 30px !important;
} */
.mobile-only .counters-item strong {
  display: inline;
  font-size: 35px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p,
.counters-item-small p {
  font-size: 14px;
  line-height: 35px;
  /* margin-top: 15px; */
  margin-bottom: 50px;
  text-transform: uppercase;
}
.mobile-only .counters-item p {
  font-size: 12px;
  line-height: 0;
  /* margin-top: 15px; */
  margin-bottom: 30px;
  text-transform: capitalize;
}
/*=========================================
	Contact Us
==========================================*/

.contact {
  padding-bottom: 0;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  line-height: 24px;
}

.contact-form {
}

.contact-form h3 {
  color: #062033;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .input-group {
  width: 100%;
}

.contact-form .form-control {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
}

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
  border-bottom-color: #c0392b;
}

label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
  background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: right;
  width: 150px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}

#map_canvas {
  height: 215px;
  width: 100%;
}

/*=========================================
	Contact Us
==========================================*/

.footer {
  background-color: #c51414;
  border-top: 5px solid #062033;
  color: #fff;
}

.footer a:hover {
  color: #062033;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
}

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #fff;
  padding: 10px 0;
}

#back-top {
  bottom: 10px;
  position: fixed;
  right: 25px;
  z-index: 9;
}
.m-auto {
  margin: auto !important;
  float: none !important;
}

.footer-logo {
  width: 80px;
  float: left;
  margin: 0 10px 5px 0;
}
.color-theme {
  color: #c51414 !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: rgba(247, 8, 8, 0.75);
  border-color: #c51414;
}
.data-acq-img {
  height: 422px;
  width: 86%;
}
/*
Custom CSS
*/
@media (max-width: 720px) {
  .work-filter ul li a {
    color: #fff;
    /* display: block; */
    font-size: 15px;
    font-weight: normal;
    padding: 2px 5px;
    /* width: fit-content; */
    /* text-transform: lowercase; */
  }
}
