*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}

/* Custom Page Scrollbar== */
::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: grey;
    margin: 0px 100px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background:#222;
    width: 50px;
}

/* Custom Page Scrollbar== */

:root {
    --text-green :#3c9f5b;
    --text-blue :#0eace7;
    --text-red : #b92426;
    --lightred : rgba(185,36,38,.9);
    --lightblue : rgba(14,172,231,0.5);
    --text-color: #222;
    --secondary-color: #ff0037;
    --bkg-color: #f2f2f2
}


/* Navbar=== */


.header_box {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: relative;
    
}

li {
    list-style: none;
}

.header_box h1 {
    font-size: 2rem;
    font-weight: 300;
}

.header_box a {
    list-style: none;
    text-decoration: none;
    color: #000;
    font-size: 0.9rem;
    font-weight: bolder;
}

.nav_icon {
    width: 700px;
    display: flex;
    justify-content: space-around;
}

.menu_btn {
    display: none;
}

/*header DropDOwn===? */

.service-menu {
    position: absolute;
    top: 80px;
    left: 20%;
    /* border-top: 1px solid var(--lightred); */
    z-index: 111;
    transform: translateX(-20%);
    background-color:#fff;
    width: 100%;
    height: 0vh;
    margin: 0 auto;
    display: flex;
    padding: 0.7em;
    justify-content: space-between;
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
}


.service-submenu {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.service-submenu a {
    color: #000;
    font-size: 0.9em;
    padding: 1.3em 0 0.3em 1em;
    text-align: left;
    font-weight: 400;
}

.service-submenu a:hover,
.service-submenu a:active {
    color: var(--text-red);
}

.service-submenu h6 {
    color: var(--text-red);
    border-bottom: 2px solid #d9dbdb;
    padding: 0.5em 0;
    margin: 0 0.5em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
}

.header_box .nav_icon li:hover .service-menu
{
    visibility: visible !important;
    opacity: 1;
    height: 70vh;
}
/* .navbar ul li:hover .service-menu,
.navbar ul li:focus-within .service-menu {
    visibility: visible;
    opacity: 1;
} */

/* Header DropDOwn===? */

@media only screen and ( max-width: 768px) {
    .header_box {
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        position: relative;
    }
    .header_box h1 {
        font-size: 2rem;
        font-weight: 300;
    }
    .header_box a {
        list-style: none;
        text-decoration: none;
        /* color: #fff; */
        font-weight: 600;;
        font-size: 1rem;
    }
    .nav_icon {
        width: 700px;
        display: flex;
        justify-content: space-around;
    }
    .menu_btn {
        display: none;
    }
    .header_box h1 {
        font-size: 1rem;
    }
    .header_box .nav_icon {
        display: flex;
        flex-direction: column;
        z-index: 99999;
    }
    .menu_btn {
        display: block;
    }
    .nav_icon {
        position: absolute;
        top: 80px;
        left: -784px;
        width: 100%;
        height: 88vh;
        text-align: center;
        transition: all 0.7s ease;
    }
    .nav-interlinked{
        transition: all .8s ease;
    }
    .mobile {
        position: absolute;
        top: 80px;
        left: 0px;
        width: 100%;
        min-height: 93vh;
        height: auto;
        padding-left: 20px;
        text-align: left;
        background-color: rgb(0, 0, 0, 0.9);
        z-index: 9999;
    }
    .mobile{
        justify-content: flex-start;
    }

    /* .mobile li { */
        /* padding: 10px 0; */
    /* } */

    .mobile .nav-interlinked {
        font-weight: 300;
    }

    .mobile li:not(.d-lg-none) {
        font-weight: 600;
        padding: 10px 0;
    }

    .main-interlink .collapse li  {
        padding: 10px !important;
    }
    .nav_icon a {
        color: #fff;
    }
    .service-submenu a{
        color: #000;
    }
    /* slider css */
    .slider img {
        left: -93px !important;
    }
    .service-menu{
        position: relative;
        top: 0;
        height: 0;
    }
    .header_box .nav_icon li:hover .service-menu {
        overflow-y: scroll;
        height: auto;
    }
    .dropdown-menu.show {
        position: relative !important;
    }
    .navbar-collapse{
        flex-grow: 0 !important;
        flex-basis: 0 !important;
    }
}
/* Navbar=== */

/* slider=== */
.slider img {
    /* object-fit: cover; */
    object-fit: cover;
    opacity: 1;
    width: 85vw;
    height: 49vh;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: -384px;
    z-index: 1;
}

.slider div.active .slider-text-box{
    display: block !important;
}

.slider-text-box{
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    top: 30%;
    transform: translateY(-30%);
}

/*********************************/

/* .slider_one_big_picture {
    position: relative;
    user-select: none;
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
    overflow-x: hidden;
}

.slider_one_big_picture>* {
    transition: ease all 1s;
    overflow: hidden;
}

.slider_one_big_picture .hidden {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider_one_big_picture .active {
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.slider_one_big_picture .prev1,
.slider_one_big_picture .next1 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider_one_big_picture .next1 {
    left: 100%;
}

.slider_one_big_picture .prev2,
.slider_one_big_picture .next2 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider_one_big_picture .next2 {
    left: 100%;
} */

/*********************************/

.slider_one_big_2 {
    position: relative;
    margin: 0 auto;
    user-select: none;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    padding-bottom: 28.125%;

}

.slider_one_big_2>* {
    transition: ease all 1s;
}

.slider_one_big_2 .hidden {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    height: 100%;
    z-index: 0;
}

.slider_one_big_2 .active {
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    height: 100%;
    z-index: 10;
    background-color: #fff;
}

.slider_one_big_2 .prev1,
.slider_one_big_2 .next1 {
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -75%;
    width: 50%;
    height: 100%;
    z-index: 3;
}

.slider_one_big_2 .next1 {
    left: 50%;
    margin-left: 25%;
}

.slider_one_big_2 .prev2,
.slider_one_big_2 .next2 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -125%;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.slider_one_big_2 .next2 {
    left: 50%;
    margin-left: 75%;
}

.slider_one_big_2 .prev3,
.slider_one_big_2 .next3 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    height: 100%;
    z-index: 0;
}

/*********************************/


/*********************************/

.nav_indicators {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 50000;
}

.nav_indicators ul {
    position: static;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

.nav_indicators ul li {
    position: static;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    cursor: pointer;
}

.nav_indicators ul li.active {
    position: static;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    padding: 0;
    background: #555;
    color: #555;
    border: 2px solid #aaa;
    border-radius: 50%;
    cursor: pointer;
}

/**********************************/

.next_button,
.prev_button {
    position: absolute;
    left: calc(100% - 55px) !important;
    top: 50% !important;
    margin: -15px 0 0 -25px !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #000 !important;
    background: #fff !important;
    opacity: 0.5 !important;
    z-index: 5000 !important;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    padding: 0px;

}

.prev_button {
    position: absolute;
    left: calc(0% + 55px) !important;
}

.next_button:hover,
.prev_button:hover {
    opacity: 1 !important;
}

.next_button:after,
.prev_button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    margin-top: -10px;
}

.next_button:after {
    border-left: 15px solid #000;
    border-right: 15px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    margin-left: -5px;
}

.prev_button:after {
    border-right: 15px solid #000;
    border-left: 15px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    margin-left: -25px;
}

/* slider=== */




/* Category=== */
.hovercard{
    transform:none;
    transition: all ease 0.5s;
}
.hovercard:hover{
    transform: translateY(3px);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.cardscroll::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

/* Track */
.cardscroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    margin: 0px 100px;
}

/* Handle */
.cardscroll::-webkit-scrollbar-thumb {
    background: #000;
    width: 50px;
}


    /* Handle on hover */
    .cardscroll::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/* Custom ScrollBar==== */

/* Category=== */




/* Who We Are============ */
/* Flexbox Grid */
.eRow {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
[class*="eCol"],
[class*="eCol"].empty {
	background-color: #343436;
	border: 1px solid #666;
	display: flex;
	flex-direction: column;
	margin: 0.25rem 0;
	padding: 1em;
}
[class*="eCol"] {
	flex-basis: auto;
}
/* align horizontal | vertical | horizontal+vertical */
[class*="eCol"].align-hor {
	align-items: center;
	display: flex;
}
[class*="eCol"].align-ver {
	display: flex;
	justify-content: center;
}
[class*="eCol"].align-hor-ver {
	align-items: center;
	display: flex;
	justify-content: center;
}
/* align right | right+vertical */
[class*="eCol"].align-ri {
	align-items: flex-end;
	display: flex;
}
[class*="eCol"].align-ri-ver {
	align-items: flex-end;
	display: flex;
	justify-content: center;
}
/* empty column (Placeholder column) */
[class*="eCol"].empty {
	background-color: transparent;
	border-color: transparent;
}
[class*="eCol"].empty:before {
	content: "\00A0"; /* NON-BREAKING SPACE */
	position: relative;
}

@media screen and (min-width: 800px) {
	.eRow {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	[class*="eCol"] {
		flex: 1;
	}
	[class*="eCol-25"] {
		flex: 2.5;
	}
	[class*="eCol-50"] {
		flex: 5;
	}
	[class*="eCol-75"] {
		flex: 7.5;
	}
}
/* ↑ Do not modify code above it ↑ */

/* Style */
:root {
	scroll-behavior: smooth;
}
/* body {
	background-color: #fff;
	color: #616161;
	font-family: "Lato", sans-serif;
	font-size: 1.25rem;
	margin: 0 0 70px 0;
} */
main.wrapper {
	margin: 0 auto;
	max-width: 100%;
    /* background-color: #aaa; */
}
main.wrapper img {
	border: 0px solid transparent;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
h1 {
	font-size: 2.5rem;
	margin: 1em 0 0;
	/* text-align: center; */
}
h2 {
	font-size: 2rem;
	margin: 0;
}
h3,
h4,
h5,
h6 {
	margin: 2em 0 0;
}
p {
	margin: 0.5em 0 0;
}

/* Example Design */
[class*="eCol"] {
	background-color: transparent;
	border: 0px solid transparent;
	text-align: justify;
}
.eRow[class*="gradient"] {
	align-items: center;
	padding: 0;
}
.eRow.gradient {
	background: linear-gradient(180deg, #9e9e9e 66%, transparent 66%);
}
.eRow.gradient-ri {
	background: linear-gradient(0deg, #9e9e9e 66%, transparent 66%);
}
.eRow[class*="gradient"] img {
	border: 1rem solid #eeeeee;
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
	align-self: center;
	max-width: 90%;
}
[class*="eCol"],
[class*="eCol"].empty {
	padding: 0.25em 1em;
}
[class*="eCol"].empty:before {
	display: none;
}

@media screen and (min-width: 800px) {
	.eRow[class*="gradient"] {
		align-items: normal;
		border-radius: 50%; /* optional */
		padding: 2em 0;
	}
	.eRow.gradient {
		background: linear-gradient(90deg, var(--lightred) 66%, transparent 66%);
	}
	.eRow.gradient-ri {
		background: linear-gradient(270deg, #9e9e9e 66%, transparent 66%);
	}
	.eRow[class*="gradient"] img {
		max-width: 100%;
	}
	[class*="eCol"],
	[class*="eCol"].empty {
		padding: 1em;
	}
	[class*="eCol"].empty:before {
		content: "\00A0"; /* NON-BREAKING SPACE */
		display: flex;
	}
}


/* Scroll-to-top Butoon - Only for Demo */
#lck_scrolltoTopButton {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}
#lck_scrolltoTopButton a {
  background-color: #b92426;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  margin: 0;
  padding: 0.25em;
  width: 50px;
}
#lck_scrolltoTopButton svg {
  fill: #fff;
  height: 12px;
  width: 24px;
}
#lck_scrolltoTopButton a:hover {
  background-color: var(--text-red);
}
#lck_scrolltoTopButton a:hover svg {
  fill: #fff;
}


/* Who We Are============ */










/* buttonss== */
.btn1 {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background: transparent;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4rem 3rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-4 {
  /* border: 1px solid #000; */
  color: #fff !important;
  overflow: hidden;
  position: relative;
  background: var(--text-red);
}

.btn-4 span {
  z-index: 20;
}

.btn-4:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px !important;
    opacity: .4;
    position: absolute;
    color: #fff;
    top: -50px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    /* z-index: -10; */
}

.btn-4:hover:after {
  left: 120% !important;
    color: #fff;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


/* buttonss== */


/* Services=== */


.services h2 {
    color: #444444;
    font-size: 2.6rem;
}

.services h4 a {
    color: #444444;
    text-decoration: none;
    font-size: 1.6rem;
}

.services p {
    color: #444444;
    font-size: 1rem;
}

.services i {
    font-size: 1.6rem;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    border: 1px solid var(--text-red);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    color: var(--text-red);
}

.services hr {
    color: var(--green-color);
    height: 4px;
    width: 20%;
    transition: all 0.6s ease;
}

.services:hover hr {
    width: 50%;
    color: var(--text-red);
}
.icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    min-height: 100%;
    /* background: var(--text-green); */
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 40px 30px;
    width: 100%;
    transition: 0.3s;
}
.icon-box h4{
    color: #000;
    transition: all .4s ease;
}
.icon-box:hover h4{
    color: var(--text-red);
}

.icon-box:hover {
    border-radius: 0px;
    animation: shake 0.5s;

}
/* Services========= */

/* Wave====== */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* background: linear-gradient(0deg, #2a2c39 0%, #33364a 100%); */
    background-image:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.6)),url(../images/slide7.jpg);
    background-size: cover;
    background-position: center;
    padding: 0;
  }
  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 70vh;
    padding-top: 60px;
  }
  #hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
  }
  #hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
  }
  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
  }
  #hero .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #ef6603;
  }
  #hero .btn-get-started:hover {
    background: #ef6603;
    color: #fff;
    text-decoration: none;
  }
  @media (min-width: 1024px) {
    #hero p {
      width: 60%;
    }
    #hero .carousel-control-prev, #hero .carousel-control-next {
      width: 5%;
    }
  }
  @media (max-width: 768px) {
    #hero .carousel-container {
      height: 90vh;
    }
    #hero h2 {
      font-size: 28px;
    }
  }

  .hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
  }
  
  .wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
  }
  
  .wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
  }
  
  .wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
  }
  
  @-webkit-keyframes move-forever1 {
    0% {
      transform: translate(85px, 0%);
    }
    100% {
      transform: translate(-90px, 0%);
    }
  }
  
  @keyframes move-forever1 {
    0% {
      transform: translate(85px, 0%);
    }
    100% {
      transform: translate(-90px, 0%);
    }
  }
  @-webkit-keyframes move-forever2 {
    0% {
      transform: translate(-90px, 0%);
    }
    100% {
      transform: translate(85px, 0%);
    }
  }
  @keyframes move-forever2 {
    0% {
      transform: translate(-90px, 0%);
    }
    100% {
      transform: translate(85px, 0%);
    }
  }
  @-webkit-keyframes move-forever3 {
    0% {
      transform: translate(-90px, 0%);
    }
    100% {
      transform: translate(85px, 0%);
    }
  }
  @keyframes move-forever3 {
    0% {
      transform: translate(-90px, 0%);
    }
    100% {
      transform: translate(85px, 0%);
    }
  }  
/* Wave====== */



/* News Letter==== */
.newsl__img img {
    width: 100%;
    vertical-align: top
}


.dark-theme {
    --text-color: #eee;
    --secondary-color: #90caf9;
    --bkg-color: #121212
}

.dark-theme .newsl__img--light {
    display: none
}

.dark-theme .newsl__img--dark {
    display: inline
}



.btn-toggle {
    cursor: pointer;
    background-color: var(--secondary-color);
    width: 80%;
    max-width: 300px;
    margin: auto;
    border: none;
    border-radius: .4em;
    padding: 10px;
    font-weight: 500;
    font-size: 1em;
    color: #fbfbfb;
}

.newsl {
    margin: 40px auto;
    text-align: left;
    width: 80vw;
    max-width: 850px;
    height: auto;
    padding: 10px;
    border-radius: 1.5em;
    border: 2px solid var(--text-color);
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.newsl__img {
    width: 40%;
    padding: 10px
}

.newsl__content {
    width: 60%;
    padding: 10px
}

.newsl__img--light {
    display: inline
}

.newsl__img--dark {
    display: none
}

.newsl__title {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 32px;
    margin: 5px 0
}

.newsl__text {
    margin: 20px 0
}

.newsl__input {
    border: 2px solid #969696;
    width: 80%;
    margin-bottom: 10px;
   
    padding: 6px;
    border-radius: .4em;
    outline: none
}

.newsl__btn {
    width: 80%;
    background-color: #000;
    border: none;
    border-radius: .4em;
    padding: 10px;
    font-weight: 500;
    font-size: 1em;
    color: #fbfbfb;
   
}

@media screen and (max-width: 600px) {
    .newsl__img, .newsl__content, .newsl__input, .newsl__btn {
        width: 100%
    }
}
/* News Letter==== */




 /*FOOTER*/
 footer {
    width: 100%;
    background-color: #121619;
    color: #fff;
}

.top_header {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top_header section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.top_header span {
    padding: 0 1rem;
}

.top_header .fa {
    color: var(--text-red);
    font-size: 35px;
}

footer .border-shape {
    width: 40%;
}

footer .border-shape::before {
    width: 100%;
    left: 120px;
}

footer .border-shape::after {
    width: 100%;
    right: 120px;
}

footer .bottom_content section {
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: Center;
}

.bottom_content a {
    margin: 0 20px;
    color: rgba(255, 255, 255, 0.7);
    transition: 0.5s;
}

.bottom_content a:hover {
    color: rgba(255, 255, 255, 1);
}

footer .border-shape {
    width: 38%;
}
.border-shape {
    background: var(--text-red) none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 3px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
}
footer .border-shape::before {
    width: 100%;
    left: 120px;
}
.border-shape::before {
    background: var(--text-red) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100px;
}
.border-shape::after {
    background: var(--text-red) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    /* left: 80px; */
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100px;
}

.copyright {
    padding: 0.8em 0;
    background-color: #1e1e1e;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}



@media (max-width:820px) {
    .top_header {
        padding: 1rem;
        display: block;
    }

    .top_header section {
        margin: 40px 0;
        align-items: left;
        justify-content: left;
    }

    footer .bottom_content section {
        padding: 1rem;
        display: block;
    }

    footer .bottom_content section a {
        padding: 1rem;
        font-size: 12px;
        margin: 0 5px;
        display: inline-block;
    }
}
/* Footer=== */
 


/* Counter=========== */

.counts {
    background-color: var(--text-red);
}

.counts span {
    font-size: 3rem;
    color: #fff;
    font-family: 300;

}

.counts p {
    font-size: 1rem;
    color:#fff;
    font-family: 300;

}
.counts i{
    animation: zig 1s alternate 0.3s infinite;
    transition: all ease 0.5s;
}

@keyframes zig{
    from{
        transform: translateY(5px);
    }
    to{
        transform: translateY(-5px);
    }
}

/* Counter=========== */


/* Whatsapp=== */
/* Scroll-to-top Butoon - Only for Demo */
#whatsapp {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
  }
#whatsapp a {
    background-color: #3c9f5b;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 30px !important;
    justify-content: center;
    margin: 0;
    padding: 1.6rem;
    width: 30px !important;

  }
#whatsapp i {
    fill: #fff;
    height: auto;
    width: auto;
    font-size: 2rem;
  }
/* Whatsapp=== */


/* Alert ===== */

.swal-button{
    background-color: var(--text-red) !important;
}

/* Alert ===== */


/* Validation error ========= */

label.error {
    background: var(--bs-danger);
    color: rgb(255, 255, 255);
    padding: 1px 7px;
    border-radius: 15px;
    margin-top: 5px;
    font-size: 13px;
}

textarea {
    resize: none;
}

/* Validation error ========= */