

body{
  font-family: "Barlow", sans-serif;
}


/* start navbar */

.sidebarNavigation{margin-bottom:0;z-index:999;justify-content:flex-start}
.sidebarNavigation .leftNavbarToggler{margin-right:10px;order:-1}
.sideMenu{left:-100%;top:52px;transition:all ease 0.5s;overflow:hidden;width:100%;z-index:999;max-width:80%;margin-bottom:0;padding:1rem}
.sideMenu.open{left:0;display:block;overflow-y:auto}
.sideMenu ul{margin:0;padding:0 15px}
.navbar{
    padding: 2px 0px;
    background-color: #ffff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.top-header{
    padding: 4px 0;
    background-color: #ff9e15;
    border-bottom: 1px solid #EAEAEA;
    z-index: 9999;
}
.header_left{
  float: left;
  padding-top: 4px;
}
.header_right{
  float: right;
}

@media only screen and  (max-width: 426px) {
.header-call{
  float:unset;

}}

.short_contact_list ul {
    margin: 0px;
    padding: 0px;
}
.short_contact_list ul li {
    display: inline-block;
    list-style: none;
}
.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0;
}
.short_contact_list ul li a {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    text-decoration: none;

}
.short_contact_list ul li a i {
    font-size: 20px;
    color: #fff;
    margin-right: 2px;

}
.head-logo {
    height: 60px;
}

.menu-logo {
    width: 70px;
}
.offcanvas.offcanvas-end {
    width: 300px;
    z-index: 9999;
}
.boxed-btn3-line {
    color: #ffff !important;
    display: inline-block;
    background-color: #1f2e35;
     padding: 4px 12px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    border: 1px solid #1f2e35;
    text-align: center;
 text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
  
}
.navbar-toggler {
    position: absolute;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0 10px;
    line-height: 1.125em;
    right: 0px;
    z-index: 9;
    font-size: 18px;
    color: #ffff;
    /* background-color: #ff9e15; */
}



.nav-item .nav-link {
    color: #596672;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 0px;
}


.header-call {
  display: flex;
  line-height: 120px !important;

  align-items: center;
  position: relative;
  padding-left: 70px;
  border-left: 1px solid #979797;
}
.header-call  a {
  line-height: normal;
  text-decoration: none
}
.header-call span {
  display: block;

}
.header-call .header-call1 {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  text-transform: uppercase;
}
.header-call .header-call2 {
  font-size: 22px;
  font-weight: 700;
  color: #09162a;
}
.header-call i {
  font-weight: 600;
  position: absolute;
  left: 21px;
  font-size: 30px;
  color: #ff9e15;
  padding-top: 5px;
}
.dropdown-menu li{
  border-bottom: 1px solid #bbb8b8;
}
@media (max-width: 768px) {
    .header-menu .nav-item .nav-link {
        padding-top: 5px !important;
        border-bottom: 1px solid #bbb8b8;
        color: #4b5563;
    }
}
.menu-icon {
    height: 40px;
}
/* end navbar */


.header-title h3 {
  font-size: 30px;
  font-weight: 700;
  color: #c02b0a;
  margin-bottom: 20px;
}
.about-section p{
  font-size: 18px;
  color: #212121;
  font-weight: 400;
 
}

.header-title h6{
    font-weight: 500;
    color: #626262;
    font-size: 18px;
    margin-bottom: 20px;
}

@media only screen and  (max-width: 426px) {
    .header-title h3 {
        font-size: 25px;
 }}


.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}

.btnD1 {
    display: inline-block;
    margin: 1em 0 0;
    background: #ff9e15;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    border: none;
    font-weight: 800;
    transition: all 300ms ease-in-out .1ms;
}

.btnD1:hover {
    color: #ff9e15;
    text-decoration: none;
    background: #fff;
}




  
  /* start slider */

/* .slide-right{
  background-color: orange;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  width: 30px;
  height: 30px;
}

.slide-left{
  background-color: orange;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  width: 30px;
  height: 30px;
} */

/* img inner zoom in */
.carousel-item.active img {
  transition: transform 5000ms linear 0s;
  transform: scale(1.05, 1.05);
}

/* @media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
  .carousel-fade .carousel-inner > .item{
    transition: opacity 2s ease;
  }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
} */
/* img inner zoom in / */

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  transition: opacity .6s ease;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.carousel-indicators .active {
 
  background-color: #EF7F1A;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  width: 20px;
  height: 20px;
}


.slider_header {
  position: relative;
}
.sider_text {
  position: absolute;
  top: 30%;
  width: 50%;
  left: 6%;
}
.slider_heading {
  color: #fff;
  margin: auto;
  max-width: 1000px;
}
h1.slider_title {
  font-size: 40px;
  color: #ffff;
  font-weight: 700;
  /* transition: all 20s ease; */
  text-shadow: 2px 2px 2px #000;
  /* text-transform: uppercase; */
  margin-bottom: 0;
  line-height: 1.5;

}
.slider_heading p{
  font-size: 18px;
  color: #ffff;
  
}

@media only screen and (max-width: 426px) {
  .sider_text {
    width: 90%;
    top: 40%;
}
.slider_heading p{
  display: none;
}}

@media (min-width: 768px) {
  .d-md-block {
      display: block !important;
  }
}
.button-5 {
  font-weight: 500;
  font-size: 16px;
  color: #ffff;
  background-color: #fff;
  background-image: #ffff;
  background-image: -moz-linear-gradient(top, #e8a020 0%, #e8a020 100%);
  background-image: -webkit-linear-gradient(top, #e8a020 0%, #e8a020 100%);
  background-image: linear-gradient(to bottom, #e8a020 0%, #e8a020 100%);
  padding: 5px 8px;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  h1.slider_title {
      font-size: 25px;
      letter-spacing: 0px;
  }
}
@media only screen and (max-width: 426px) {
  h1.slider_title {
      font-size: 16px;
      letter-spacing: 0px;
  }
}
  /* end slider */


  
/* start  Infinite Horizontal Scroll*/

.infinite-scroll-section {
    position: relative;
  
    overflow: hidden;
  }
  
  .scroll-track {
    display: flex;
    white-space: nowrap;
    width: calc(100%); /* Doppelte Breite für nahtloses Scrollen */
    animation: scroll 20s linear infinite;
  }
  
  .scroll-track:hover {
    animation-play-state: paused; /* Animation anhalten beim Hover */
  }
  
  .scroll-item {
    flex: 0 0 auto;
    width: 160px;
    margin-right: 30px;
    background-color: #c02b0a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: transform 0.3s;
  }
  
  .scroll-item:hover {
    transform: scale(1.05);
  }
  
  .scroll-item img {
    object-fit: cover;
  }
  
  .scroll-item .card-body {
    padding: 10px;
    text-align: center;
  }
  
  .scroll-item .card-title {
    font-size: 1rem;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffff;
  }
  
  .scroll-item .card-text {
    font-size: 0.875rem;
    color: #B3B3B3;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  /* Responsive Anpassungen */
  @media (max-width: 992px) {
    .scroll-item {
      width: 180px;
      margin-right: 25px;
    }
  
    .scroll-item img {
      height: 180px;
    }
  }
  
  @media (max-width: 768px) {
    .scroll-item {
      width: 150px;
      margin-right: 20px;
    }
  
    .scroll-item img {
      height: 150px;
    }
  }
  
  @media (max-width: 576px) {
    .scroll-item {
      width: 120px;
      margin-right: 15px;
    }
  
    .scroll-item img {
      height: 120px;
    }
  }
  
  /* end Infinite Horizontal Scroll */
  




  /* start hover image */
  .box{
    
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.box img{
    background: repeating-linear-gradient(90deg ,#0000 0 25%, #ff9e15 0 50%) repeat-x var(--_p, 25%) 0,
                repeating-linear-gradient(180deg,#0000 0 25%, #ff9e15 0 50%) repeat-y 0    var(--_p,125%),
                repeating-linear-gradient(90deg ,#0000 0 25%, #ff9e15 0 50%) repeat-x var(--_p,125%) 100%,repeating-linear-gradient(180deg,#0000 0 25%, #ff9e15 0 50%) repeat-y 100% var(--_p, 25%);
    background-size: 200% 12px,12px 200%;
    width: 100%;
    height: auto;
    padding: 20px 20px;

    transition: all 0.4s ease 0s;
}
.box:hover img{
    --_p: 75%;
    filter: grayscale(0%);
}
.box .box-content{
    color: #fff;
    background: #ff9e15;
    width: calc(100% - 40px);
    padding: 15px 10px;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all .4s ease 0s;
}
.box:hover .box-content{ transform: translateX(-50%) translateY(-50%) scale(1); }
.box .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 3px;
}
.box .post{
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 8px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    margin: 0 3px;
    display: inline-block;
}
.box .icon li a{
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    display: block;
    position: relative;
    transition: all 0.35s;
}
.box .icon li a:hover{
    color: #ff9e15;
    background: #fff;
    text-shadow: 3px 3px 1px rgba(0, 0, 0, .3);
}
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}

  /* end hover images */

/* start header banner */

  /* start aboutus */
.banner-slide {
    position: relative;
}
.sider_text {
    position: absolute;
    top: 30%;
    width: 50%;
    left: 6%;
}
.slider_heading {
    color: #fff;
    margin: auto;
    max-width: 1000px;
}
h1.slider_title {
    font-size: 40px;
    color: #ffff;
    font-weight: 700;
    /* transition: all 20s ease; */
    text-shadow: 2px 2px 2px #000;
    /* text-transform: uppercase; */
    margin-bottom: 0;
    line-height: 1.5;
}
.slider_heading p {
    font-size: 18px;
    color: #ffff;
}
 
@media only screen and (min-width: 426px) and (max-width: 768px) {
    h1.slider_title {
        font-size: 25px;
        letter-spacing: 0px;
    }
}

@media only screen and (max-width: 426px) {
    .slider_heading p {
        display: none;
    }
}
@media only screen and (max-width: 426px) {
    h1.slider_title {
        font-size: 16px;
        letter-spacing: 0px;
    }
}
  .aboutus-sec{
    background-color: #fff8eb;
  }

.aboutus p{
  font-weight: 400;
  color: #626262;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: justify;
}
.about-list ul li span {
    font-size: 18px;
    /* color: #1a1a1a; */
    font-weight: 500;
    color: #c02b0a;
    /* text-align: justify; */
    margin-bottom: 3px;
}
.vision {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
}
.vision h4{
    font-size: 30px;
    color: #1d1d1c;
    font-weight: 600;
    margin-top: 5px;
}
.vision p{
     font-weight: 500;
    color: #626262;
    font-size: 18px;
    margin-bottom: 10px;
}
.fire-vm img{
   border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
  /* end aboutus */

/* banner1 */
.aboutus-bg {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 16%, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.2) 100%), 
    url(../images/banner1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
}
.bannertext p {
    margin: 10px 0 10px 0;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
}
.bannertext h4 {
    margin: 0;
    font-size: 45px;
    font-weight: 600;
    color: #ffffff;
}
@media only screen and (max-width: 768px) {
    .bannertext h4 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .bannertext p {
        font-size: 16px;
    }
}
/* baner1 */

/* counter */

.counter1{
  text-align: center;
  color: #ffff;
  border: 1px solid #dee2e6 !important;
      padding: 25px;
}
.count{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 60px;
  font-weight: bold;
}
.counter-wrapper{
  background:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 16%, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.2) 100%), 
     url(../images/banner1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
        padding: 70px 0px
}

.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}


/* end counter */

/* Slider */
.slide-card h5{
    color: #fff;
    text-align: center;
    background: linear-gradient(#f6ad6d, #ff9068);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
    margin: 0 0 10px;
  
  }
  .slick-slide {
      margin: 0px 20px;
    }
    
    .slick-slide img {
      width: 100%;
    }
    
    .slick-slider
    {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
    }
    
    .slick-list
    {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
    }
    .slick-list:focus
    {
      outline: none;
    }
    .slick-list.dragging
    {
      cursor: pointer;
      cursor: hand;
    }
    
    .slick-slider .slick-track,
    .slick-slider .slick-list
    {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    
    .slick-track
    {
      position: relative;
      top: 0;
      left: 0;
      display: block;
    }
    .slick-track:before,
    .slick-track:after
    {
      display: table;
      content: '';
    }
    .slick-track:after
    {
      clear: both;
    }
    .slick-loading .slick-track
    {
      visibility: hidden;
    }
    
    .slick-slide
    {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
      box-shadow:0 0px 25px rgba(0, 0, 0, 0.12);
    }
    [dir='rtl'] .slick-slide
    {
      float: right;
    }
    .slick-slide img
    {
      display: block;
    }
    .slick-slide.slick-loading img
    {
      display: none;
    }
    .slick-slide.dragging img
    {
      pointer-events: none;
    }
    .slick-initialized .slick-slide
    {
  
      display: block;
      overflow: hidden;
      margin-bottom: 20px;
    border-radius: 12px;
      width: 290px;
    }
    .slick-loading .slick-slide
    {
      visibility: hidden;
    }
    .slick-vertical .slick-slide
    {
      display: block;
      height: auto;
      border: 1px solid transparent;
    }
    .slick-arrow.slick-hidden {
      display: none;
    }
    
   
    /* end slick slider */
/* start services */


.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color:   #ff9e15;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}

.section-services .header-section .description,p {
	font-size: 16px;
    color: #282828;
}
.section-services p {
	font-size: 16px;
    color: #282828;
}
.section-services .single-service {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    overflow: hidden;
    box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 27%);
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 120px;
    height: 120px;
    background-color: #ff9e15;
    border: 6px solid #ef6904;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 12px;
    background-color:   #ff9e15;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    padding: 5px 7px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color:   #ff9e15;
}

.section-services .single-service .title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 18px;
    transition: color .3s;
}

.section-services .single-service:hover .title{
	color: #fff;
}
.section-services .single-service p {
	color: #212020;
}
.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service p {
	position: relative;
	font-size: 15px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover p {
	color: #fff;
}

.section-services .single-service p:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	height: 1px;
	background-color:   #ff9e15;
	transition: background-color .3s;
}

.section-services .single-service:hover p:after {
	background-color: #fff;
}

.squar-shape img {
    position: absolute;
    left: 35px;
    opacity: 0.6;
    animation: bounce 8s linear infinite;
}
/* end services */

/* start gallery */



/* start gallery 1 */

.gallerybox{
    background: transparent;
    
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    margin-bottom: 20px;
        border-radius: 5px;
    border: 4px solid #c02b0a;
}
.gallerybox:hover{
    background: linear-gradient(#e2231f73, #ff9e15);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
}
.gallerybox:before,
.gallerybox:after,
.gallerybox .gbox-content:before,
.gallerybox .gbox-content:after{
    content: "";
    background: #fff;
    width: 0;
    height: 4px;
    position: absolute;
    top: 5%;
    left: 0;
    transition: all 0.3s;
}
.gallerybox:after{
    top: auto;
    bottom: 5%;
    left: auto;
    right: 0;
}
.gallerybox .gbox-content:before,
.gallerybox .gbox-content:after{
    height: 0;
    width: 4px;
    left: auto;
    right: 5%;
    top: 0;
}
.gallerybox .gbox-content:after{
    right: auto;
    top: auto;
    bottom: 0;
    left: 5%;
}
.gallerybox:hover:before,
.gallerybox:hover:after{
    width: 80%;
}
.gallerybox:hover .gbox-content:before,
.gallerybox:hover .gbox-content:after{
    height: 80%;
}
.gallerybox img{
    width: 100%;
    height: auto;
    transform: scale(1.25);
    transition: all 0.3s ease;
}
.gallerybox:hover img{
    opacity: 0.2;
    transform: scale(1);
}
.gallerybox .gbox-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.gallerybox .inner-content{
    color: #fff;
    width: 70%;
    overflow: hidden;
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.gallerybox .title{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    transition: all 0.3s ease;
}
.gallerybox .post{
    font-size: 15px;
    text-transform: capitalize;
    display: block;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    transition: all 0.3s ease;
}
.gallerybox:hover .title,
.gallerybox:hover .post{
    opacity: 1;
    transform: rotate(0);
}


@media only screen and (max-width:990px){
    .gallerybox { margin: 0 0 30px; }
}


/* end gallery 1 */

/* end gallery */

/* start contact us page */
.contact-banner{
  background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
  url(../images/apple-devices.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding: 100px 0px 100px 0px;
}
.header-banner h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 0;
}
.header-banner p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}



.contact-info {

  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #ff9e15;
  padding: 20px 12px;
}
 .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #000000;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #ffff;
  font-size: 16px;
   font-weight: 500;

}

.contact-info-text span a{
  color: #ffff;
  text-decoration: none;
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #000000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}


/* end contact us page */


/* ADVERTISERS SERVICE CARD */


.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #f5f5f5;
}

.advertisers-service-sec span {
  color: #c02b0a;
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#ff9e15, #c02b0a);
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h5 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
  font-weight: 500;
  margin-bottom: 0;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: #c02b0a;
      box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 27%);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #ff9e15;
}

.advertisers-service-sec .service-card:hover h5 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}
/* ADVERTISERS SERVICE CARD ENDED */








/* start footer */

.whatsapp-logo {
    height: 50px;
    width: 50px;
    position: fixed;
    top: 70%;
    /* bottom: 15px; */
    left: 9px;
    z-index: 9999;
    font-size: 21px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 1px;
    z-index: 99;
    height: 60px;
    width: 60px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    border-radius: 25px;
}

/* end footer */




/* start footer */


 .footer{
 /* background-image:url(../images/banner_9.PNG); */
  background-color: #fcf6ef;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0px 0px 0px;

 }

 


.footer .widget1 p {
    font-size: 16px;
    color: #404040;
    margin-top: 26px;
    text-align: justify;
        font-weight: 500;
}

.footer .socialLinks {
    margin-top: 28px;
}

.socialLinks ul li {
    display: inline-block;
}
.socialLinks ul li img{
    height: 30px;
    margin-right: 5px;
}

.socialLinks ul{
  padding-left: 0;
}


.socialLinks ul li a i {
    display: block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    background-color: #EF7F1A;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}
.single-cta {
 
  padding: 5px;
  border-radius: 10px;
}
.single-cta i {
    color: #EF7F1A;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text {
    padding-left: 40px;
}
.cta-text h4 {
    color: #c02b0a;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #404040;
    font-size: 16px;
  font-weight: 500;
}
.cta-text span a {
    color: #404040;
    text-decoration: none;
}


.socialLinks ul li a:hover i {
    color: #404040;
}

footer .logo {
    max-width: 200px;
}

.footer h5 {
    font-weight: 500;
    margin-bottom: 28px;
    text-transform: capitalize;
    font-weight: 600;
    color: #c02b0a;
    font-size: 21px
}

.footer .widget2 .media img {
    margin-right: 20px;
    max-width: 100px;
}
.footer .widget2 .media p {
    font-size: 18px;
    color: #e8e4e4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 600;
    line-height: 26px;
}

.footer .widget2 .media span {
    font-size: 12px;
    color: #EF7F1A;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}

.footer .widget2 .media {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer .widget3 ul li{
  list-style: none;
}
.footer .widget3 ul li a,
.footer .widget4 ul li a {
    font-size: 16px;
    color: #404040;
    text-transform: capitalize;
    margin-bottom: 13px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
}

.footer .widget3 ul li a:hover {
  padding-left: 8px;
  color: #c02b0a;
}



.footer .widget3 h5 {
    margin-bottom: 22px;
    font-weight: 600;
    color: #c02b0a;
    font-size: 21px;
}

.footer .widget4 h5 {
    margin-bottom: 22px;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
}

.copyRightArea {
    background-color: #EF7F1A;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 0;
}

.copyRightArea p {
    color: #ffff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;

}
.copyRightArea p a{
  color: #ffff;
}
.footerlogo img{
    height: 80px;
}
.widget3 ul {
    padding-left: 0;
}
.widget4 ul {
    padding-left: 0;
}

a{ 
    text-decoration: none;
}
/* end footer */


