body{
    font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  overflow-x: hidden;
}
p{
  font-size: 15px;
  line-height: 27px;
}
html {
  scroll-behavior: smooth; scroll-padding: 40px;
}
.container{
  max-width: 1440px;
}
@media screen and (max-width: 1600px){
  .container {
  max-width: 1250px;
}
}
@media screen and (max-width: 1500px){
  .container{
  max-width: 1140px;
}
}
@media screen and (max-width: 1199px){
  .container{
  max-width: 960px;
}
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding:  0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 5px 0;position: fixed;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
  height: 70px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  margin-top: 0px !important;
}
.start-header.scroll-on .navbar-light .navbar-brand {
  margin-top: 0px;
}

.navbar-light .navbar-brand{
  margin-top: 50px;margin-top: -5px;
}
.navigation-wrap{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar{
  padding: 0;
}
.carousel-control-next {
  right: 0;
  width: 40px;
  background: #000;
  height: 40px;
  top: 40%;
  right: 20px;
  border-radius: 31px;
}
.carousel-control-prev{
  width: 40px;
  background: #000;
  height: 40px;
  top: 40%;
  left: 20px;
  border-radius: 31px;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: 16px;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #212121 !important;
  font-weight: 500;
    transition: all 200ms linear;
    font-size: 19px;
}
.nav-item:hover .nav-link{
  color: #eba640 !important;
}
.nav-item.active .nav-link{
  color: #777 !important;
}
.nav-link {
  position: relative;
  padding: 15px 0 !important;
  display: inline-block;
}


.nav-item{
  position: relative;
    transition: all 200ms linear;
}


.bg-light {
  background-color: #fff !important;
    transition: all 200ms linear;border-bottom: 1px solid #d6d6d6;
}
.section {
    position: relative;
  width: 100%;
  display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129,103,169,.6);
}


@media (max-width: 767px) { 
  
  .nav-item:after{
    display: none;
  }
  
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  
}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.topbar {
  background: #c00000;
  padding: 3px 0 5px;
}

.topbar ul li {
  display: inline-block;
  color: #fff;
  margin-right: 20px
}

.topbar ul li a {
  font-size: 16px;
  padding-left: 5px;
  color: #fff !important
}
.topbar ul li a{

}
ul {
  padding: 0;
  margin: 0
}
.carousel-indicators li{
  background-color: #fff;
}
.social {
  float: right
}



.carousel-indicators .active{
  background-color: #000;
}

.pbl-0 {
  padding: 0
}


.social {
  padding-right: 0px;
  float:right !important;
}

a {
  text-decoration: none !important
}


@media screen and (max-width:1199px){
  .nav-link{
    font-size: 17px;
  }
  .navbar-brand img {
  height: 70px;
}
}


@media screen and (max-width:767px){
  
  .carousel-control-next, .carousel-control-prev{
    display: none;
  }
}

.btn-style500 {
  border-color: #c00000;
  color: #c00000;
}
textarea.form-control {
  height: 100px;
}
.btn-style500:hover {
  transition-delay: 0.2s;
  color: #c00000;
  background-color: #fff;
}
.form-control:focus{
  border-color: #c00000;
}.form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(112, 3, 2, 0.16);
}.form-control:focus {
  box-shadow: 0 0 0 .2rem rgb(231, 196, 197) !important;
}
@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}
textarea{
  height: 100px;
}
.form-control {
  height: calc(2.25rem + 10px);
}
.click-btn {
  display: flex;
  width: 200px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
    margin-left: 0.5rem;
  line-height: 35px;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  margin-left: 40px;
}
.btn {
  background: #c00000;
  color: #fff;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  z-index: 9;
  padding: 10px 23px 10px 48px;
  display: inline-block;
  border-radius: 100px;
  border: none;
  font-weight: 500;
  margin-top: 40px;
  font-size: 20px;
}

.btn::before {
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  opacity: 1;
  transition: .6s;
  z-index: -1
}

.btn span {
  color: #fff
}

.btn:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%)
}

.btn i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  line-height: 40px;
  margin-left: 10px;
  color: #c00000
}

.btn:hover i {
  color: #000;
  transition: .6s
}
.outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
 
}.info-btn {
  position: relative;
  display: block;
  padding: 10px 0;
    padding-right: 0px;
    padding-left: 0px;
  padding-left: 50px;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}.info-btn .icon {
  position: absolute;
  left: 0;
  top: 12px;
}.info-btn small {
  display: block;
  font-size: 13px;
  color: #6a6f78;
  font-weight: 400;
}.info-btn strong {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
}





@media screen and (max-width: 1199px){
  .outer-box{
    display: none;
  }
    .navbar-expand-md .navbar-nav {
    margin-right: 0px;
    border-right: none;
    padding-right: 0px;
  }
  .nav-link{
    padding: 13px 0 !important;
  }
  .navbar-brand img {
    height: 68px;

  }

}

@media screen and (max-width:991px){
  .navbar-light .navbar-brand{
    margin-top: 0;
  }
  
    .navbar-brand img {
    height: 50px;
    padding: 5px 0;
  }
     .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
  .navbar-light .navbar-brand img{
    margin-top: 0 !important;
    padding: 0 !important;
    height: 90px !important;
  }
}.navbar-light .navbar-brand {
  color: rgb(191, 1, 1);
}
@media screen and (max-width:840px){
  .navbar-light .navbar-brand{
    margin-top: 0;
  }
  
    .navbar-brand img {
    height: 40px;
    padding: 5px 0;
  }
    .navbar-light .navbar-brand {
    margin-top: 8px;
  }  .ml-md-4, .mx-md-4 {
    margin-left: 0.5rem !important;
  }
}


@media screen and (max-width: 767px){
  .navbar-brand{
    position: relative;
  }
  .navigation-wrap{
    padding: 0;
  }
    .navbar-light .navbar-brand {
    margin-top: 0px;
  }
  .navbar-brand{
    box-shadow: none;
  }
  .navbar-brand{
    padding: 5px 0;
  }
    .navbar-brand img {
    height: 55px;
    padding: 5px 0;
  }
    .nav-item {
    border-top: 1px solid #ccc;margin-left: 0 !important;
  }.nav-link {
    padding: 7px 0 !important;
  }
  .ddk{
    border:none;
  }
}

#carouselExampleIndicators2{
  display: none;
}

@media screen and (max-width: 991px){
  #carouselExampleIndicators2{
    display: block;
  }
  #carouselExampleIndicators{
      display:none;
  }
 
.carousel-indicators li {
  background-color: #eba741;
}
}





.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #0b0b0b !important;
  font-weight: 500;
    transition: all 200ms linear;
    font-size: 18px;
}
.nav-item:hover .nav-link{
  color: #c00000 !important;
}
.active::after {
  color: #777 !important;
  opacity: 1 !important;
  bottom: 17px !important;
}
.nav-link {
  position: relative;
  padding: 25px 0 !important;
  display: inline-block;
}

.nav-item{
  position: relative;
    transition: all 200ms linear;
}

.headersection{
  overflow: hidden;
}
.bg-light {
  background-color: #fff !important;
    transition: all 200ms linear;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129,103,169,.6);
}


@media (max-width: 767px) { 
  
  .nav-item:after{
    display: none;
  }
  
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  
}

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.topbar {
  background:#c00000;
  padding: 5px 0;
}

.topbar ul li {
  display: inline-block;
  color: #fff;
  margin-right: 20px
}

.topbar ul li a {
  font-size: 15px;
  padding-left: 5px;
  color: #fff !important
}
.topbar ul li i{
  color: #fff;
} 
.social li a{
  display: flex;padding-left: 0 !important;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 14px;
  color: #c00000;
  border-radius: 50%;
  border: 1px solid #c00000 ;
}
ul {
  padding: 0;
  margin: 0
}
.carousel-indicators li{
  background-color: #fff;
}
.social {
  float: right
}




.pbl-0 {
  padding: 0
}
.navbar-light .navbar-brand img{
  height: 100px;
  margin-top: 12px;
}

.social {
  padding-right: 0px;
  float:right !important;
}

a {
  text-decoration: none !important
}


@media screen and (max-width:1199px){
   .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
  .nav-link{
    font-size:17px;
  }
  .navbar-brand img {
  height: 90px;
}

.topbar ul{
  display: none;
}
.social{
  display: block !important;
}
}

@media screen and (max-width:991px){
  .topbar ul li{
    margin-right:8px;
  } .nav-link{
    font-size: 17px;
  }
  .topbar ul li a{
    font-size: 13px;
  }#slider {
  height: 475px;
}
}

@media screen and (max-width:900px){
  .topbar ul li{
    margin-right: 1px;
  }
  #navbarSupportedContent::before{
    left: 190px;
  }
  #navbarSupportedContent::after{
    left: 200px;
  }
  
}
@media screen and (max-width:767px){
  .nav-item:hover .nav-link {
  color: #ca3c2a !important;
}
  .carousel-control-next, .carousel-control-prev{
    display: none;
  }#slider {
  height: 275px;
} .navbar-brand img {
    height: 70px;

  }
  .navbar-light .navbar-toggler{
    margin-top: -10px;
  }  #navbarSupportedContent::before {
    display: none;
  }  #navbarSupportedContent::after {
    display: none;
  }.nav-link {
  color: #212121 !important;padding: 5px 0 !important;
}
.navigation-wrap .col-12{
  padding: 0;
}.nav-item {
  position: relative;
  transition: all 200ms linear;
  border-bottom: 1px solid #d7d7d7;
}
.navbar-brand{
  padding-left: 20px;
 
}
.navbar-light .navbar-toggler{
   padding-right: 20px;
}
}

/*Scroll*/
.progress-wrap .fa-angle-up{
  position: absolute;
  right:28%;
  top: 16%;
  font-size: 30px;
  color: #c00000;
}
.progress-wrap {
  position: fixed;
  left: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow:inset  0 0 0 2px rgba(0,0,0,0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
 
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3); 
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
 
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: black; /* --- Pijl hover kleur --- */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path { 
  fill: none; 
}
.progress-wrap svg.progress-circle path {
  stroke: #c00000; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing:border-box;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.copyright {
  background: #c00000;
  padding: 10px 0 7px;
}.copyright p, .copyright p a {
  color: #fff;
  margin: 0;
  text-align: center;
}.copyright br {
  display: none;
}

@media screen and (max-width: 767px){
  .topbar .qw{
    display: none !important;
  }
  .social {
    display: block !important;
  }
  .nav-link{
    font-size: 15px;
  }
}





/*About Us Start*/


.about-text {
  background-color: #FEFEFE;
}

.about-text .about-text-left .subtitle {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
}
.about-text .about-text-left .subtitle .bullet {
padding-left: 0;
  height: 13px;
}
.about-text .about-text-left .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c00000;
  margin-bottom: 20px;
}
.about-text .about-text-left .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-text .about-text-left .about-list ul {
  margin-right:28px;
}
.about-text .about-text-left p {
  text-align: justify;
}
.about-text .about-text-left .about-list {
  padding-top: 20px;
}
.about-text .about-text-left .about-list ul {
  padding: 0;
}
.about-text .about-text-left .about-list ul li {
  list-style: none;
  padding-left: 25px;
  position: relative;
}
.about-text .about-text-left .about-list ul li::before {
  position: absolute;
  left: 4px;
  height: 5px;
  width: 5px;
  background-color: #c00000;
  content: "";
  border-radius: 50%;
  top: 26%;
}
.about-text .about-text-left .about-list ul li::after {
  position: absolute;
  left: 0;
  height: 13px;
  width: 13px;
  content: "";
  border-radius: 50%;
  top: 17%;
  border: 1px solid #c00000;
  outline: 1px solid #c00000;
  outline-offset: 3px;
}
.about-text .about-heighlight {
  color: #c00000;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.about-text .about-heighlight::before {
  position: absolute;
  left: 0;
  width: 6px;
  height: 100%;
  content: "";
  top: 0;
  background-color: #c00000;
}

.about-text-right .thumb {
  position: relative;
  margin-right: 20px;
}
.about-text-right .thumb .before-text {
  position: absolute;
  left: -38px;
  bottom: -113px;
}
.about-text-right .thumb .before-text-01 {
  position: absolute;
  bottom: -113px;
}
.about-text-right .about-features-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 20px;
  bottom: -2%;
  outline: 5px solid #c00000;
  padding: 30px 14px;
}
.about-text-right .about-features-box .content h2 {

  font-size: 22px;
  font-weight: 600;
  text-align: left;
}
.about-text-right .about-features-box .content h2 span {
  color: #fff;
}

.about-text{
  padding: 60px 0;
}

@media screen and (max-width: 1500px){
  .about-text-right .about-features-box{
    left: 38%;
  }
}

@media screen and (max-width: 1199px){
  .about-text .about-text-left .about-list{
    display: block;
  }
  .about-text .about-text-left .about-list {
  padding-top: 0;
}
.about-text-right .about-features-box{
  bottom: 8%;left: 32%;
}

}

@media screen and (max-width: 991px){

.about-text-right{
  text-align: left !important;
}  .about-text-right .about-features-box {
    bottom: 8%;
    left: 56%;
  }
}


@media screen and (max-width: 767px){
  .about-text {
  padding: 35px 0;
}
.about-text .about-text-left .subtitle{
  font-size: 14px;
}
.about-text .about-text-left .title{
  font-size: 21px;margin-bottom: 7px;
}
.about-text .about-text-left .about-list ul li p{
  line-height: 15px;
}
.about-text .about-text-left .about-list{
  margin-bottom: 15px;
} .about-text-right .about-features-box {
    bottom: 8%;
    left: 49%;
    width: 90%;
  }
  .about-text-right .about-features-box{
    padding: 12px 10px;
  }.about-text-right .about-features-box .content h2 {
  
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 31px;
}
    .about-text-right .thumb img {
        width: 100%;
    }
}

/*About Us End*/



/*Our Serbice*/

.service {
  position: relative;
  display: block;
  z-index: 100;
}

.service__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.service__inner:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  right: -100px;
  height: 383px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px -10px 50px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: -1;
}

.service__single {
  position: relative;
  display: block;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.01);
  margin-bottom: 60px;
}

.service__img-box {
  position: relative;
  display: block;
}

.service__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.service__img img {
  width: 100%;
  border-radius: 20px;
}

.service__title-box {
  position: absolute;
  bottom: -20px;
  left: 15px;
  right: 15px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  text-align: center;
  padding: 42px 0 13px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.service__single:hover .service__title-box {
  opacity: 0;
  visibility: hidden;
  transition-delay: 300ms;
}

.service__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.service__title  {
  color: #000;
}

.service__icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 57px;
  width: 57px;
  background: #c00000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service__icon span {
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #fff;
}

.service__hover-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 20px;
  padding: 40px 0 0;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.service__single:hover .service__hover-content {
  transform: scaleY(1);
}

.service__hover-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background: #c00000;
  opacity: 0.802;
  z-index: -1;
}
.service__hover-content2:before {
  background: #006a25;
}
.service__hover-content-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 30px;
  color: #20a8e5;
  margin: 0 auto 0;
}

.service__hover-content-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 6px;
}

.service__hover-content-title a {
  color: #fff;
}

.service__hover-content-text {
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  line-height: 26px;
}

#services{
  background-color: #e5d2d1;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px){
  .service__single{
    margin-bottom: 40px;
  }#services {
  padding-bottom: 15px;
}
}


/**/



.history-area {
  padding: 60px 0 ;
}
.awards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.awards-box {
  margin-right: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #B61111;
  margin-top: 30px;
}
.media.contact-info-box.icon-box-item {
  padding: 0;
  margin-bottom: 25px;
}
.media.contact-info-box.icon-box-item .icon {
  font-size: 40px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  border-radius: 50%;
  background: #c00000;
  display: inline-block;
  text-align: center;
  color: #fff;
  outline: 1px solid #c00000;
}
.media.contact-info-box.icon-box-item .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: var(--heading-font);
  text-transform: capitalize;
}
.media.contact-info-box.icon-box-item .media-left.icon-wrap.icon-wrap-border {
  margin-right: 10px;
}

.wrap-pt {
  padding-top: 30px;
}
.wrap-pt .media-before {
  position: relative;
  padding: 0;
}
.wrap-pt .media-before li {
  display: inline-block;
  display: inline-block;
  margin-right: 6px;
  font-size: 14px;
}

.history-wrapper {
  background: #c00000;
  background-image: url("../images/why.png");
  -webkit-box-shadow: -20px 6px 35px 0px rgba(186, 17, 17, 0.39);
          box-shadow: -20px 6px 35px 0px rgba(186, 17, 17, 0.39);
  border-radius: 6px 6px 6px 6px;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 500px;
}
.history-wrapper::before {
  position: absolute;
  left: -60px;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}

.awards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.awards-box {
  margin-right: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #B61111;
  margin-top: 30px;
}
.awards-box .awards-thumb {
  margin-bottom: 18px;
}
.awards-box .awards-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2a2a2a;
  margin-bottom: 16px;
}
.theme-heading-title .subtitle{
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px){
  .history-wrapper{
    min-height: auto;
  }
  .history-wrapper{
    padding: 35px 40px 20px;
  }
}

@media screen and (max-width: 767px){
  .theme-heading-title .subtitle{
    font-size: 14px;
  }
  .theme-heading-title h2{
    font-size: 23px;
  }
  .theme-heading-title .subtitle{
    margin-bottom: 10px;
  }
  .awards-wrapper{
    display: block;
  }
  .media.contact-info-box.icon-box-item {
  margin-bottom: 10px;
}
.awards-box .awards-title{
  margin-bottom: 5px;
  font-size: 19px;
}.history-area {
  padding: 34px 0 0px;
}
}





/*contac*/
.form-control:focus{
  box-shadow: 0 0 0 .2rem rgba(51, 152, 138, 0.28);
}
.contactuspage h2{
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c00000;
  margin-bottom: 20px;
}
.contactuspage button {
  width: 100%;
  margin: 0;
  background-color: #fff;
  background-color: #c00000;
  color: #fff;
  height: 50px;
  cursor: pointer;
}
.contactuspage{
  padding: 60px 0;background-color: #e5d2d1;
}
.contactuspage iframe{
  margin-top: 40px;
}
.contactuspage .ed-section-title{
  margin-bottom: 0px;
}
.contactuspage form p{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.cntp p{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c00000;
  padding: 1px 0 19px;
  color: #2A2A2A;
}
.cntp p a{
    color: #2A2A2A;
}
.cntp2{
  margin-top: 10px;
}
.cntp2 img{
  height: 50px;
  margin-right: 10px;filter: brightness(10%);
}
.cntp2 a{
  color: #2A2A2A;
  font-size: 18px;
  font-weight: 400;
}
.contactuspage button{
  width: 100% !important;
}


@media screen and (max-width:767px){
  .contactuspage {
  padding: 20px 0 30px;
}
}
@media screen and (max-width: 767px) {
  .contactuspage {
    padding: 26px 0 10px;
  }
  .contactuspage h2 {
  font-size: 22px;
}
form{
  margin-top: -10px;
  margin-bottom: 20px;
}.cntp2 a {
  font-size: 16px;
}

}

.media.contact-info-box.icon-box-item .icon img{
  height: 40px;
}

@media screen and (min-width: 1199px){
  .border-0-desktop{
    border-bottom: none;
  }
}

.service__icon img{
  height: 40px;width: auto;
}
.service__hover-content-icon img{
  height: 50px;width: auto;
}
.service__hover-content-icon{
  background-color: #000;
}.vision-and-mission{
    padding: 20px 0 0;
}

.visionmission.visionmissionbox {
  box-shadow:none;
  margin:0;
}

.visionmission.visionmissionbox .dots span {
  position:absolute;
  top:5px;
  left:5px;
  width:10px;
  height:10px;
  background-color:#c00000;
  border-radius:50%;
  display:block
}
.visionmission.visionmissionbox .dots span:nth-child(2) {
  right:5px;
  left:unset
}
.visionmission.visionmissionbox .dots span:nth-child(3) {
  top:unset;
  bottom:5px
}
.visionmission.visionmissionbox .dots span:nth-child(4) {
  top:unset;
  bottom:5px;
  left:unset;
  right:5px
}
.visionmission.visionmissionbox .visionmission_overlay {
  content:"";
  position:absolute;
  inset:0;
  -webkit-transform:skewX(10deg);
  -ms-transform:skewX(10deg);
  transform:skewX(10deg);
  -webkit-transform-origin:left;
  -ms-transform-origin:left;
  transform-origin:left;
  opacity:0;
  visibility:hidden;
  z-index:-1;
  -webkit-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out
}
.visionmission.visionmissionbox .visionmission-content {
  position:relative;
  z-index:9
}
.visionmission.visionmissionbox .visionmission_icon {
  position:relative;
  width:65px;
  height:65px;
  line-height:68px;
  border-radius:50%;
  display:block;
  background-color:#c00000;
  border:none;
  margin:auto;
  margin-top:-70px;
  -webkit-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
  z-index:2
}
.visionmission_icon img{
    height: 40px;
}
.visionmission.visionmissionbox .visionmission_icon:after {
  content:'';
  position:absolute;
  left:0px;
  top:2px;
  width:65px;
  height:68px;
  background-color:#fff;
  border-radius:50%;
  z-index:-1;
  -webkit-transition:0.4s;
  transition:0.4s
}



.visionmission.visionmissionbox .box-title {
  font-size:24px;
  line-height:34px;
  margin-top:15px;
  color: #c00000;
}
.visionmission.visionmissionbox .box-title a {
  color:inherit
}

@media screen and (max-width:1600px){
  
}
@media screen and (max-width:1500px){
 
 
}
@media screen and (max-width:1199px){
    .aboutusinternal .img-fluid{
margin-bottom: 30px;
    }
    
}
@media screen and (max-width:991px){
  
}
@media screen and (max-width: 767px) {
  .aboutusinternal {
    padding: 30px 0 16px;
  }
  
    .our-specialists {
  padding: 27px 0 7px;
}
    .vision-and-mission {
  padding: 17px 0;
}
.visionmission.visionmissionbox{
  margin-top: 15px;
}  .vision-and-mission {
    padding: 17px 0 0;margin-bottom: -15px;
  }
}
.fixedbtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999 !important;
  width: 60px;
  height: 60px;
}.fixedbtn img {
  width: 60px;
  height: 60px;
}.navbar-light{
        font-size: 26px !important;
    margin-top: 0px !important;
    font-weight: 600 !important;
}


@media screen and (max-width: 840px) {
  .navbar-light .navbar-brand {
    margin-top: 2px;
    font-size: 18px;
  }
    .nav-link {
    font-size: 15px;
  }

}

@media screen and (max-width: 767px){
    .navbar-light .navbar-brand {
    margin-top: 7px;
    font-size: 18px;
    margin-bottom: 7px;
  }
    .navbar-light .navbar-toggler {
    margin-top: -5px;
  }
}

.gallery-section {
  padding: 60px 0 40px;
}
.gallery-box {
  margin-bottom: 20px;
  text-align: center;
}
.gallery-box .box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background-position: top;
}

.team-section {
  background: #f9f9f9;
  padding: 80px 0;
}

@media screen and (max-width: 767px){
  .gallery-section {
  padding: 30px 0 20px;
}

.team-section {
  padding: 30px 0 15px;
}
.before-text{
    width:auto;
}

}

@media screen and (min-width:1199px){
    .team-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-content {
  flex: 1;
}
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111;
}

.section-title p {
  color: #666;
  margin-top: 10px;
}

.team-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.team-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.team-content {
  padding: 20px;
}

.team-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-content span {
  display: inline-block;
  font-size: 14px;
  color: #ba1111;
  margin-bottom: 10px;
  font-weight: 500;
}

.team-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}


.about-features-box img{
  height: 60px;  
}