@import url("https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap, https://fonts.googleapis.com/css?family=Poppins:400,700");
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  overflow-x: hidden;

}

html {
  overflow-x: hidden;
}

p {
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}
.card-text{
  font-size: 15px;
  font-weight: 500;
  line-height: 36px;
  padding: 28px 15px 0 15px;
}
.card-text-2{
  font-size: 15px;
  font-weight: 500;
  line-height: 36px;
  padding: 0 20px;
}


a:hover, a:focus {
  color: #e5251f;
}



a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}
h2{
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 10px;
  text-align: center;
}
h5{
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #e5251f;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 10px;
  text-align: center;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: rgb(255, 255, 255);
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 20px 0 0 0;
}

.section-header {
  color: #fff;
  margin: 40px 0 0 0;
  text-align: center;
  z-index: -1;
}

.section-header .section-title {
  font-size: 42px;
  margin: 99px 0 30px 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  position: relative;
}

.section-header .section-title span {
  color: #e5251f;
}

.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #e5251f;
  margin-top: 15px;
}
.section-header .lines2 {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid rgb(255, 255, 255);
  margin-top: 15px;
}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 11px 40px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
.card-image{
  width: 100px;
  height: 100px;
  padding: 20px;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-image: linear-gradient(to right, #e5251f 0%, #b31217 51%, #e5251f 100%);
  position: relative;
  color: #fff;
  z-index: 1;
  height: 50px;
  text-align: center;
  border-radius: 30px;
  
}

.btn-common:hover {
  color: #fff;
  background-image: linear-gradient(to right, #b31217 10%, #e5251f 100%,  #b31217 10%); 
  box-shadow: 1px 1px 20px 1px rgba(77, 77, 77, 0.3);

 
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}

.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: rgb(143, 120, 120);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #999;
  text-transform: capitalize;
}

.btn-rm i {
  vertical-align: middle;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}


/* ==========================================================================
	 2.4  Pre Loader
	 ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e5251f;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #e5251f;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* ==========================================================================
   3. Hero Area
   ========================================================================== */
#hero-section {
  background: url('../img/slide.png') no-repeat;
  background-size: 100% 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  display: block;
  margin: 150px 0 0 0;
  max-width: 100%;
  height: auto;
  image-resolution: 60px;
}
.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #e5251f;
  opacity: 0.9;
}


.cd-background-wrapper {
  background-color: #001426;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 4000px;
  perspective: 4000px;
}

.cd-floating-background {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-floating-background.is-absolute {
  position: absolute;
}
.cd-floating-background img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* fixes a Firefox bug - images not correctly rendered*/
  background-color: rgba(255, 255, 255, 0.01);
}
.cd-floating-background img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-floating-background img:first-child {
  -webkit-transform: translateZ(50px);
  -ms-transform: translateZ(50px);
  transform: translateZ(50px);
}
.cd-floating-background img:nth-child(2) {
  -webkit-transform: translateZ(290px);
  -ms-transform: translateZ(290px);
  transform: translateZ(290px);
}
.cd-floating-background img:nth-child(3) {
  -webkit-transform: translateZ(400px);
  -ms-transform: translateZ(400px);
  transform: translateZ(400px);
}
.no-preserve-3d .cd-floating-background {
  /* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
  position: relative;
}

#hero-section .contents {
  padding: 200px 0 130px;
}

#hero-section .contents h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 25px;
}

#hero-section .contents p {
  font-size: 40px;
  line-height : 48px;
  color: #e5251f;
  letter-spacing: 1.0px;
  font-weight: bold;
  padding: 30 0px
}

#hero-section .contents .btn {
  margin: 25px 25px 0px 0px;
  text-transform: uppercase;
}

#hero-section .banner_bottom_btn {
  margin-top: 40px;
}

#hero-section .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero-section .banner_bottom_btn i:hover {
  color: #e5251f;
}

/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  padding: 2em;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #e5251f !important;
}

.top-nav-collapse .navbar-nav .nav-link.active {
  color: #e5251f !important;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding: 0 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  line-height: 40px;
  border-radius: 30px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #e5251f;
}

.navbar .nav-link.active {
  color: #fff !important;
  background: #e5251f;
}

.dropdown-toggle::after {
  display: none;
}

.slicknav_btn {
  border-color: #e5251f;
}

.slicknav_menu .slicknav_icon-bar {
  background: #e5251f;
}

@media screen and (max-width: 1440px)  {
.mobile-menu {
    display: contents;

  }
  #hero-section {
    background: url('../img/slide.png') no-repeat;
    background-size: 100% 100%;
    height: 100%;
    color: #fff;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 2px;
    max-width: 100%;
    height: auto;
    image-resolution: 60px;
  }
  
}

/* only small tablets */
@media screen and(max-width: 3000px) {
  .inverse{
 
      margin: 0 1px 1px 1px;
      width: 600px;
      height: 30px;
  }
}
@media (min-width:481px) and (max-width:767px){
  .inverse{
  margin: 0 1px 1px 1px;
  width: 600px;
      height: 30px;
}
}
@media (min-width: 2101px){
  .inverse{
    margin: 8px 2px 6px 1px;
    width: 600px;
      height: 30px;}

}
@media (min-width: 768px) and (max-width: 2101px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
  #hero-section .contents {
    padding: 6em 0 23em;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 0 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    line-height: 40px;
    border-radius: 30px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
   input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
    opacity: 1;
  }
  input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  .inverse{
    margin: 1px 1px 0px 2px;
      width: 600px;
      height: 30px;
    }
  }
  

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}
.slicknav_btn {
    
    display: block;
    
}
.slicknav_menu {
  display: none;
}



@media screen and (max-width: 991px) {
  .navbar-header {
    width: 100%;
    overflow-x: hidden;
 
  
}

  .navbar-brand {
    position: absolute;


    padding: 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 70%;
    padding: 30px 0;
  }
  
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #e5251f;
    color: #fff;
  }
  .slicknav_nav a:hover, .slicknav_nav .active {
    color: #e5251f;
    background: #f8f9fa;
  }
  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #e5251f;
  }
}

/* ==========================================================================
  5. Services section
   ========================================================================== */
   .item-boxes {
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-boxes .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #f1f1f1;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-boxes .icon i {
  font-size: 26px;
  line-height: 60px;
  color: #e5251f;
}

.item-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.item-boxes:hover .icon {
  background: #e5251f;
}

.item-boxes:hover .icon i {
  color: #fff;
}
.bg-gray{
  background-color: rgb(240, 240, 240);
  color: #FFFFFF;
  padding: 30px;
}

/* ==========================================================================
11. service Section Style
 ========================================================================== */
 #service {
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.service-item {
  text-align: center;
}

.service-item img {
  width: 200px;
  border: 3px solid #fff;
  height: 200px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 13px 64px -31px rgba(0,0,0,1);
-moz-box-shadow: 0px 13px 64px -31px rgba(0,0,0,1);
box-shadow: 0px 13px 64px -31px rgba(0,0,0,1);

}
.picture-icon :hover{
  font-size: 26px;
  line-height: 60px;
  color: #e5251f;
  


}

.service-item .service-text h3 {
  font-size: 15px;
  font-weight: 700;
}

.service-item .service-text span {
  font-size: 14px;
  color: #999;
}

.service-item .service-text p {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px 5px 10px;
  margin: 0;
  line-height: 30px;
}


.owl-theme .owl-controls .owl-page span {
  background: red;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}
/* ==========================================================================
	9. values Table
	========================================================================== */
.values-table {
  padding: 0px 0px 40px 0px;
  margin: 0 auto;
  margin-bottom: 5px;
  border: transparent;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
::selection {
  background: rgb(170, 27, 27);
  color: #fff;
}


.values-table:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.values-table .values-details h2 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: #f1f1f1;
  padding: 30px 0;
}

.values-table .values-details span {
  display: inline-block;
  font-size: 48px;
  font-weight: 400;
  color: #e5251f;
  margin-bottom: 20px;
}

.values-table .values-details ul {
  margin-bottom: 35px;
}

.values-table .values-details ul li {
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px dotted #f1f1f1;
}

.table-left {
  margin-top: 20px;
}


/* ==========================================================================
  14. Contact Us
  ========================================================================== */
.contact-us h3 {
  font-size: 36px;
  margin-bottom: 45px;
}

.contact-us p span {
  color: #e5251f;
  padding-left: 10px;
}

#contact {
  background: #343a40;
  color: #fff;
  position: relative;
}

.form-control {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  border-color: #fff;
  border-radius: 0px;
  color: #343a40;
  background: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus {
  box-shadow: none;
  color: #fff;
  border-color: #e5251f;
  background-color: #343a40;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #fffdfd;
  font-weight: 300;
}

/* ==========================================================================
15. Footer Style
 ========================================================================== */
footer {
  background: #292f35;
  padding: 20px 0;
  position: inherit;
  bottom: 0;
  width: 100%;
 }

.footer-links {
  line-height: 48px;
}

.footer-links li {
  float: left;
}

.footer-links li a {
  color: #fff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {
  color: #e5251f;
  
}

.copyright {
  margin-top: 10px;
  float: right;
}

.copyright p {
  color: #fff;
}

.copyright p a {
  color: #fff;
}

.copyright p a:hover {
  color: #e5251f;
}

@media screen and (max-width: 480px) {
  #hero-section .contents p {
    font-size: 30px;
    line-height: 48px;
    color: #e5251f;
    letter-spacing: 1.0px;
    font-weight: bold;
    padding: 10px;
}
.inverse{
 
  margin: 0 1px 1px 1px;
  width: 400px;
  height: 20px;

}
.btn-common {
  background-image: linear-gradient(to right, #e5251f 0%, #b31217 51%, #e5251f 100%);
  position: relative;
  color: #fff;
  z-index: 1;
  height: auto; 
  text-align: center;
  border-radius: 30px;
}

.btn {
  font-size: 12px;
  padding: 11px 40px;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
.controls .btn {
  font-size: 12px;
  padding: 7px 7px;
}
.item-boxes {
  text-align: center;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.card-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 36px;
  padding: 10px;
}
.bg-gray {
  background-color: E3E3E3;
  color: #FFFFFF;
  padding: 3px;
}
.contact-us h3 {
  font-size: 20px;
  text-align: center;
}
}

