/* FONT FAMILY */

@import url("https://fonts.googleapis.com/css2?family=Armata&display=swap");

/* 
font-family: 'Roboto', sans-serif;

font-family: 'Lato', sans-serif;

font-family: 'Raleway', sans-serif; */

/* FONT FAMILY */

* {
  margin: 0;
  padding: 0;
  font-family: "Armata", sans-serif;
}

body {
  background-color: fff;
  font-family: "Armata", sans-serif;
}

/* Header Start */

.my-header {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #c1d1ea;
  padding: 10px 0;
}

/* Top Header Start */
.top-header {
  background-color: #b1242e;
  padding: 6px 0;
}
.top-header .top-left a {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
.top-right {
  float: right;
}
.top-right a {
  color: #fff;
  font-size: 14px;
  background-color: #b3252e;
  padding: 6px 10px;
  text-align: center;
  border-radius: 5px;
}
/* Top Header End */

/* MENU START */

header {
  /* position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center; */
  transition: 0.6s;
  /* padding: 40px 100px;
  z-index: 1000000; */
}

.navbar button {
  background-color: #b1242e;
}
.navbar button span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  float: left;
  padding-top: 2px;
  padding-right: 7px;
}
.my-menu {
  background-color: #fff;
  padding: 8px 0px;
}

.my-menu .navbar-brand {
  width: 80px;
  height: auto;
  padding: 0;
}

.Sticky .navbar-brand {
  display: block !important;
}

header.Sticky {
  padding: 5px 0px;
  background-color: #b5b5b5;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 9999;
}

header.Sticky ul li a {
  color: #fff;
}

.my-navbar-nav li a {
  color: #333;
  font-size: 15.2px;
}
.my-navbar-nav .active a {
  color: #333 !important;
  margin-right: 8px;
}
.my-navbar-nav .active a:hover {
  color: #fff !important;
}

.my-navbar-nav .dropdown-menu a {
  color: #333;
  transition-duration: 0.8s;
}

.my-navbar-nav .dropdown-menu {
  top: 45px !important;
  background: #fff !important;
}

.dropdown-menu::before {
  position: absolute;
  content: "";
  top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #b3252e;
  left: 36px;
  /* left: 0;
  right: 0; */
  margin: 0 auto;
  width: 20px;
}
.btco-hover-menu .collapse ul ul li {
  border-bottom: solid 1px #cecece;
}
.btco-hover-menu .collapse ul > li:hover > a {
  background: #b3252e !important;
  color: #fff;
}
.my-navbar-nav .dropdown-toggle::after {
  content: "\f078";
  font-family: "FontAwesome";
  border: 0;
  font-weight: normal;
  font-size: 10px;
  padding-left: 2px;
}
.top-header p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 15px;
}
/* MENU END */
@media (max-width: 992px) {
  .mobileMenu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    top: 0px;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .mobileMenu.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .mobileMenu .navbar-nav {
    overflow-y: auto;
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .overlay.open {
    display: block;
    z-index: 1029;
  }
}
/* Header End */

/* SLIDER */
.slider-1-bg {
  background-color: #373779;
}
.slider-2-bg {
  background-color: #2b2a29;
}
.my-slider .carousel-caption {
  max-width: 1170px;
  margin: 0 auto;
}
.my-slider .carousel-caption {
  top: 50%;
  left: 12% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-title .subtitle {
  color: #a9a3a3;
  letter-spacing: 7px;
  position: relative;
  margin-left: 42px;
  font-family: "Roboto", sans-serif;
}
.section-title .subtitle::before,
.section-title .subtitle::after {
  content: ".";
  font-size: 70px;
  left: -45px;
  pointer-events: none;
  position: absolute;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px;
  top: -10px;
  line-height: 0;
  color: #f56200;
  text-shadow: 15px 0 #f00;
}
.section-title .subtitle::after {
  right: -28px;
  left: inherit;
}
.my-slider .carousel-caption .section-title h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 100;
  text-align: center;
}
.my-slider .carousel-caption .section-title h2 span {
  font-weight: 700;
}
.slider-para p {
  text-align: center;
}
.slider-button #btn {
  top: 109%;
}
.slider-button #btn a {
  color: #fff;
  font-size: 18px;
}
/* TEXT ANIMATION */

/* TEXT ANIMATION */
/* SLIDER */

/* WE OFFER CSS */
.we-offer-section {
  /* background-image: url("../img/we-offer-bg44.jpg"); */
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6),
      rgba(177, 36, 46, 0.6)
    ),
    url("../img/we-offer-bg1.jpg");
  padding: 0;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.we-offer-top {
  padding: 35px 0;
}
.we-offer-top .top-content-left h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}
.we-offer-top .top-content-left h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 70px;
  margin-bottom: 20px;
}
.we-offer-top .top-content-left h3::before {
  content: "";
  height: 20px;
  position: absolute;
  background-color: #cb0000;
  width: 50px;
  margin-right: 15px;
  display: inline-block;
  left: -68px;
}
.we-offer-top .top-content-left h3::after {
  content: "";
  height: 20px;
  position: absolute;
  background-color: #cb0000;
  width: 50px;
  margin-right: 15px;
  display: inline-block;
  right: -82px;
}
.we-offer-top .top-content-left p {
  color: #fff;
  line-height: 1.8;
}
.top-content-right {
  padding: 90px 0;
}
/* BUTTON CSS */
#btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 50px;
  box-shadow: 0 0 5px rgba(52, 152, 219, 0.24),
    0 0 15px rgba(52, 152, 219, 0.14), 0 0 25px rgba(52, 152, 219, 0.05);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  background: rgb(203, 0, 0);
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
}
#btn:before,
#btn:after {
  position: absolute;
  width: 100%;
  transition: all 400ms cubic-bezier(0.8, 0, 0.33, 1);
}
#btn:before {
  content: "";
  height: 0;
  left: 0;
  bottom: 0;
  border-radius: 50% 50% 0 0;
  background: #fff;
}
#btn:after {
  content: attr(data-text);
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  color: #000;
  font-size: 16px;
  opacity: 0;
}
#btn:hover:before {
  height: 180%;
}
#btn:hover:after {
  transform: translateY(0%);
  opacity: 1;
}

.support {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 5px;
  display: flex;
  text-decoration: none;
}

.top-content-right a {
  margin: 0 10px;
  color: #fff;
  font-size: 16px;
  transition: all 400ms ease;
}
.top-content-right a:hover {
  color: #9b9b9b;
}
/* BUTTON CSS */

.we-offer-middle {
  background-color: #f2f2f2;
  padding: 60px 0;
}
.we-offer-middle-left {
  position: relative;
}
.we-offer-middle-left .img-small {
  position: absolute;
  bottom: -74px;
  z-index: 12;
  left: 15%;
  right: -10%;
}
.we-offer-middle-left .img-thumbnail {
  padding: 10px;
}
.we-offer-middle-right {
  padding-left: 42px;
}
.we-offer-middle-right h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  margin-left: 55px;
  margin-bottom: 20px;
}
.we-offer-middle-right p {
  text-align: justify;
  font-size: 15px;
}
.we-offer-middle-right h2::before {
  content: "";
  background-color: #b3252e;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: -55px;
}
.we-offer-middle-right h3 {
  font-size: 24px;
  font-weight: 900;
}
.we-offer-bottom {
  padding: 45px 0;
}
.we-offer-bottom-left h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  margin-left: 55px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}
.we-offer-bottom-left h2::before {
  content: "";
  background-color: #b3252e;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: -55px;
}
.we-offer-bottom-left h3 {
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  font-size: 45px;
  font-weight: 800;
  line-height: 60px;
}
.we-offer-bottom-right {
  margin: 43px 0;
}
.we-offer-bottom-right .num {
  font-size: 48px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  margin: 0;
  text-align: center;
}
.we-offer-bottom-right h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 25px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
/* WE OFFER CSS */
/* OUR PORTFOLIO CSS */
.portfolio-section {
  background-color: transparent;
  background-image: linear-gradient(190deg, #0081b7 0%, #ffffff 75%);
  padding: 60px 0;
}
.snip1361 {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 img {
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(77%);
  width: 100%;
  background-color: #ffffff;
  padding: 10px 12px;
}
.snip1361 figcaption:before {
  position: absolute;
  content: "";
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.snip1361 h3,
.snip1361 p {
  margin: 0 0 10px;
}
.snip1361 h3 {
  font-weight: 300;
  font-size: 21px;
  line-height: 1.6em;
  text-transform: uppercase;
}
.snip1361 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top: 90px;
}
.portfolio-section-right {
  width: 100%;
  text-align: center;
  padding: 55px 0;
}
.portfolio-section-right h2 {
  color: #111633;
  margin: 0px 0px 15px 0px;
  font-size: 36px;
  font-weight: 700;
}
.portfolio-section-right h3 {
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  margin: 18px 0;
}
.portfolio-section-right p {
  color: #111633;
  font-size: 15px;
  font-weight: 400;
  margin: 0px 0px 20px 0px;
}
.portfolio-button #btn {
  margin-top: 50px;
}
.portfolio-button a {
  color: #fff;
  font-size: 17px;
}
/* OUR PORTFOLIO CSS */
/* CLIENT SECTION */
.client-head {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
.client-head span {
  font-weight: 200;
  font-size: 17px;
  position: relative;
}
.client-head span::before {
  content: "";
  background-color: #b3252e;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: -55px;
}
/* CLIENT SECTION */

/* --------Footer section Css start---------- */

.footer-main {
  width: 100%;
  height: auto;
  background-color: #919294;
}

.footer-main .footer-inner {
  padding: 50px 0px 10px 0px;
}

.footer-main .footer-inner .footer-head {
  width: 100%;
  height: auto;
  padding: 25px 0px;
}

.footer-main .footer-inner .footer-head h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #fff;
  position: relative;
}

.footer-content p {
  color: #fff;
}

.footer-main .footer-inner .footer-head h2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -6px;
  width: 50px;
  height: 2px;
  background-color: #b1242e;
}

.footer-main .footer-inner .footer-content p {
  text-align: justify;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 0px;
}

.footer-main .footer-inner .footer-links ul li {
  list-style: none;
  text-decoration: none;
  padding-bottom: 10px;
}

.footer-main .footer-inner .footer-links ul li a {
  color: #fff;
  font-size: 15px;
}

.footer-main .footer-inner .footer-links ul li a:hover {
  list-style: none;
  text-decoration: none;
  color: #b1242e;
  transition-duration: 0.8s;
}

.footer-main .footer-inner .footer-links ul li a span {
  padding-right: 10px;
}

.social-link-ul {
  margin-left: -4px;
  margin-right: -4px;
}

.social-link-ul li {
  margin: 0 4px;
  list-style: none;
}

.social-link-ul li a {
  background: #dddddd none repeat scroll 0 0;
  color: #777777;
  font-size: 18px;
  line-height: 41px;
  border-radius: 100%;
  display: block;
  height: 40px;
  text-align: center;
  width: 40px;
}

.social-link-ul li a i {
  font-size: 18px;
  color: #333;
}

.social-link-ul li a:hover {
  background: #3c5998 none repeat scroll 0 0;
  color: #fff;
}

.social-link-ul li a:hover i {
  color: #fff;
}

.social-link-ul li a.twitter:hover {
  background: #1da1f2;
  color: #fff;
}

.social-link-ul li a.instagram:hover {
  background: #ca436e;
  color: #fff;
}

.social-link-ul li a.youtube:hover {
  background: #c8232c;
  color: #fff;
}

.social-link-ul li a.skype:hover {
  background: #1ab7ea;
  color: #fff;
}
.footer-main .footer-inner .address {
  width: 100%;
  height: auto;
}

.footer-main .footer-inner .address ul li {
  display: inline;
  padding-left: 20px;
  color: #fff !important;
  font-size: 14px;
}
.lastfoot {
  background-color: #666;
}
.lastfoot p {
  text-align: center;
  padding: 10px 0px;
  color: #fff;
  margin: 0px;
  font-size: 14px;
}
/* ---------Footer section Css End----------- */

/* ------For Slick Slider--------- */

.slider {
  width: 100%;
  margin: 50px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

/* Inner Page CSS */
.banner-section img {
  width: 100%;
  /* border-bottom: solid 6px #b1242e; */
}
.inner-page-content {
  padding: 60px 0;
  padding-top: 100px;
}
.inner-page-content h1 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
.inner-page-content h2 {
  font-size: 22px;
}
.contact-title h2 {
  font-size: 25px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
  padding: 0 0 10px;
  position: relative;
}
.contact-title h2::before {
  bottom: -3px;
  content: "";
  background: #b1242e;
  display: inline-block;
  height: 5px;
  left: 20px;
  position: absolute;
  width: 35px;
}
.contact-title h2::after {
  bottom: -1px;
  content: "";
  background: #b1242e;
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 80px;
}
.contact-right .fa {
  font-size: 20px;
  color: #919294;
}
.contact-right h5 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  color: #b1242e;
}
.contact-right .media {
  margin: 25px 0;
  border-bottom: solid 1px #c6c6c6;
}
.contact-right .media:last-child {
  border-bottom: none;
}
.contact-follow ul li {
  list-style: none;
  margin: 0 15px;
}
.contact-follow ul li:last-child {
  margin-right: 0;
}
.contact-follow ul li i {
  font-size: 20px;
  color: #919294;
}

.contact-form-area {
  background-color: #e3e3e3;
  margin-top: 50px;
}
.contact-form-header h1 {
  text-transform: uppercase;
}
.bg-orange {
  background-image: linear-gradient(to bottom right, #b1242e, #000);
}
.banner-section {
  position: relative;
}
.banner-section-menu {
  position: absolute;
  bottom: -48px;
  background-color: #b1242e;
  padding: 15px 0;
  width: 100%;
}
.banner-section-menu ul {
  margin-left: 187px !important;
  list-style: none;
  padding: 0;
  margin: 0;
}
.banner-section-menu ul li {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
}
.banner-section-menu ul li a {
  color: #fff;
}
.button-main {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.button-main a {
  background: #cb0000;
  color: #fff;
  padding: 15px 35px;
}
.button-main a:hover {
  background: #fff;
  color: #cb0000;
  text-decoration: none;
  transition-duration: 0.8s;
}
.director-right {
  text-align: right;
}
.my-table tr {
  text-align: center;
}
.director-img {
  width: 100%;
  text-align: center;
}
.director-img img {
  width: 400px;
  height: auto;
}
/* Inner Page CSS */
/*--Responsive CSS--*/

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 479px) {
  .top-left {
    width: 100%;
    text-align: center;
  }
  .we-offer-top .top-content-left h2 {
    font-style: 24px;
  }
  .we-offer-top .top-content-left h3 {
    font-size: 15px;
  }
  .we-offer-top .top-content-left p {
    font-size: 15px;
  }
  .top-content-right {
    padding: 35px 0;
  }
  .we-offer-middle-left .img-small {
    right: 0;
  }
  .we-offer-middle-right {
    padding-left: 0;
    margin-top: 90px;
  }
  .we-offer-middle {
    padding: 40px 0;
  }
  .we-offer-bottom-left h3 {
    font-size: 35px;
  }
  .we-offer-bottom-right .num {
    font-size: 35px;
  }
  .we-offer-bottom-right h3 {
    font-size: 13px;
  }
  .we-offer-bottom-right {
    margin: 30px 0;
    margin-bottom: 0;
  }
  .snip1361:hover figcaption,
  .snip1361.hover figcaption {
    top: 156px;
  }
  .slick-prev::before {
    content: "←";
    background-color: #000;
    padding: 0px;
    margin-right: -30px;
  }

  .slick-next::before {
    content: "←";
    background-color: #000;
    padding: 0px;
    margin-left: -30px;
  }
  .snip1361 figcaption {
    top: calc(81%);
  }
  .portfolio-section-right h2 {
    font-size: 30px;
  }
  .portfolio-button #btn {
    top: 80%;
  }
  .footer-main .footer-inner {
    padding: 20px 0;
  }
  .footer-main .footer-inner .address ul li {
    display: inline-block;
    width: 100%;
    margin: 8px 0;
    padding: 0;
  }
  .slick-prev {
    left: -10px !important;
    z-index: 1;
  }
  .slick-next {
    right: -10px !important;
    z-index: 1;
  }
  .top-header .top-left a {
    width: 100%;
  }
  .inner-page-content h1 {
    font-size: 20px;
  }
  .contact-us-form {
    padding: 0 15px;
  }
  .banner-section-menu {
    padding: 12px 0;
  }
  .banner-section-menu ul {
    margin-left: 0px !important;
  }
  .banner-section-menu ul li a {
    font-size: 15px;
  }
  .inner-page-content {
    padding: 30px 0;
  }
  .we-offer-top .top-content-left h3::before {
    width: 40px;
    left: -60px;
  }
  .we-offer-top .top-content-left h3::after {
    width: 40px;
    right: -75px;
  }
}
