body {
    font-family: "Bebas Neue", cursive;
    font-family: "Jost", sans-serif;
}
.bebas-regular {
    color: #06a5df;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: "Bebas Neue", cursive;
}
.bebas-semi-bold {
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 6.5px;
    font-family: "Bebas Neue", cursive;
}
.bebas-bold {
    color: #ffffff;
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 6.5px;
    font-family: "Bebas Neue", cursive;
}
.eddy-jost-para {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    font-family: "Jost", sans-serif;
} 
/*------header start------*/
.header-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 4;
    padding: 25px 0px;
}
.header-area .navbar-brand img {
    width: 110px;
}
.eddy-h {
    position: relative;
    height: 89px;
}
.sticky_header {
    position: fixed !important;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    padding: 17px 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s; 
}
#eddy-top-header {
    background-color: #0e0e0e;
}
#eddy-top-header .container button:focus {
    outline: 0px;
}
#eddy-top-header .navbar {
    padding: 0;
} 
#eddy-top-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    padding-right: 3rem;
    padding-left: 1.5rem;
    letter-spacing: 0.5px;
    font-family: "Bebas Neue", cursive;
}
#eddy-top-header .navbar-expand-lg .navbar-nav .nav-item .btn {
    border-radius: unset;
}
#eddy-top-header .navbar-expand-lg .navbar-nav .nav-item .btn-primary {
    color: #151515;
    font-size: 18px;
    padding: 0.375rem 1.75rem;
    letter-spacing: 0.5px;
    font-family: "Bebas Neue", cursive;
}
.eddy-banner-scroll {
    position: relative;
    bottom: 20px;
    left: 0px;
}
.eddy-banner-scroll h4 {
    margin: 15px 0px 0px 0px;
}
.eddy-banner-arrow a {
    background-color: #2c2c2c;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
} 
/*------header end------*/ 

/*------banner start------*/
#eddy-banner {
    background-color: #0e0e0e;
}
#eddy-banner .container-fluid {
    position: relative;
    padding: 0px;
    overflow: hidden;
}
#eddy-banner h2 {
    color: #2a2a2a;
    font-size: 32rem;
    font-weight: 600;
    line-height: 410px;
    font-family: "Jost", sans-serif;
}
#eddy-banner h3 {
    color: #2a2a2a;
    font-size: 22rem;
    margin: 0;
    padding-top: 38px;
    line-height: 200px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
} 
/*------banner end------*/

 /*------solution start------*/
#eddy-solution-section {
    padding-top: 8%;
    padding-bottom: 9%;
    background-color: #2c2c2c;
}
.solution-left {
}
.left-img-1 {
    position: relative;
    margin-bottom: 2rem;
}
.left-img-2 {
    position: relative;
}
.solution-left img {
    width: 100%;
}
.img-inner-content {
    position: absolute;
    bottom: 10px;
    left: 25px;
    text-align: left;
}
.solution-right {
}
.right-img-1 {
    position: relative;
    margin-bottom: 2rem;
}
.right-img-2 {
    position: relative;
    margin-bottom: 2rem;
}
.right-img-3 {
    position: relative;
}
.solution-right img {
    width: 100%;
}
.home-theater-over {
    position: absolute;
    opacity: 0;
    bottom: 0;
    padding: 20px;
    z-index: 1;
} 
.left-img-1::after,
.left-img-2::after,
.right-img-1::after,
.right-img-2::after,
.right-img-3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s linear;
    background: rgb(16 16 14 / 60%);
}
#eddy-solution-section .solution-left .left-img-1:hover::after,
.left-img-2:hover::after,
.right-img-1:hover::after,
.right-img-2:hover::after,
.right-img-3:hover::after {
    opacity: 1;
}
.left-img-1::before,
.left-img-2::before,
.right-img-1::before,
.right-img-2::before,
.right-img-3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 2px solid #06a5df;
    transition: all 0.5s linear;
    box-shadow: 0px 0px 25px 20px rgb(25 24 24 / 76%);
}
#eddy-solution-section .solution-left .left-img-1:hover::before,
.left-img-2:hover::before,
.right-img-1:hover::before,
.right-img-2:hover::before,
.right-img-3:hover::before {
    opacity: 1;
}
#eddy-solution-section .solution-left .left-img-1:hover .img-inner-content,
.left-img-2:hover .img-inner-content {
    opacity: 0;
}
#eddy-solution-section .solution-left .left-img-1:hover .home-theater-over,
.left-img-2:hover .home-theater-over {
    opacity: 1;
}
#eddy-solution-section .solution-right .right-img-1:hover .img-inner-content,
.right-img-2:hover .img-inner-content,
.right-img-3:hover .img-inner-content {
    opacity: 0;
}
#eddy-solution-section .solution-right .right-img-1:hover .home-theater-over,
.right-img-2:hover .home-theater-over,
.right-img-3:hover .home-theater-over {
    opacity: 1;
}
.img-inner-content,
.home-theater-over {
    transition: all 0.5s linear;
}
 /*------solution end------*/ 

/*------aboutus start------*/
.about-regular-heading {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    font-family: "Bebas Neue", cursive;
}
.about-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 32px;
    font-family: "Jost", sans-serif;
}
#eddy-about-us {
    padding-top: 7%;
    padding-bottom: 10%;
    background-color: #0e0e0e;
}
.about-left-side {
    padding: 35px 0 0px 0;
    background-color: #2c2c2c;
}
.about-left-middle {
    /* padding:30px; */
    background-color: #2c2c2c;
}
.about-left-right {
    padding: 35px 0 0px 0;
    background-color: #2c2c2c;
}
.about-img {
    margin-top: 5px;
    padding-left: 30px;
}
.about-content {
    margin-bottom: 26px;
    padding-left: 20px;
} 
 /*------abouts end------*/ 
 
 /*------why-choose-us start------*/
#eddy-why-choose-us {
    padding-top: 6%;
    padding-bottom: 9%;
    background-color: #2c2c2c;
}
#eddy-why-choose-us .about-text {
    width: 82%;
    text-align: center;
}
.why-us-gallery-1 {
    padding: 35px 30px;
    background-color: #06a5df;
}
.why-us-gallery-1 img {
    margin-bottom: 20px;
}
.why-us-gallery-1 h2 {
    margin: 0;
    text-align: center;
    font-size: 18px;
}
.why-us-gallery-2 {
    margin-top: 25px;
    padding: 42px 30px;
    background-color: #000;
}
.why-us-gallery-2 img {
    margin-bottom: 20px;
}
.why-us-gallery-2 h2 {
    margin: 0;
    text-align: center;
    font-size: 18px;
}
.why-us-gallery-3 {
    margin-top: 15px;
    padding: 40px 30px;
    background-color: #000;
}
.why-us-gallery-3 img {
    margin-bottom: 20px;
}
.why-us-gallery-3 h2 {
    margin: 0;
    text-align: center;
    font-size: 18px;
}
.why-us-gallery-4 {
    margin-top: 32px;
    padding: 40px 30px;
    background-color: #2f489a;
}
.why-us-gallery-4 img {
    margin-bottom: 20px;
}
.why-us-gallery-4 h2 {
    margin: 0;
    text-align: center;
    font-size: 18px;
} 
/*------why-choose-us end------*/

 /*------carousel start------*/
#eddy-carousel {
    padding: 10% 0;
    background-color: #0e0e0e;
}
#eddy-carousel .owl-carousel .item img {
    margin: auto;
}
#eddy-carousel .owl-carousel .owl-prev span {
    position: absolute;
    left: -50px;
    top: -6px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/eddy-arrow-left.png);
}
#eddy-carousel .owl-carousel .owl-next span {
    position: absolute;
    right: -50px;
    top: -6px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/eddy-arrow-right.png);
}
#eddy-carousel .owl-carousel span {
    font-size: 0;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2c2c2c;
    background-position: center;
}
 /*------carousel end------*/ 
 
 /*------social start------*/
.bebas-bold-social {
    color: #424242;
    font-size: 115px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6.5px;
    font-family: "Bebas Neue", cursive;
}
.bebas-regular-social {
    color: #06a5df;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-family: "Bebas Neue", cursive;
}
#eddy-social {
    background-color: #2c2c2c;
}
.eddy-social-big {
    position: relative;
}
.eddy-social-small-1 {
    top: 40px;
    left: 78px;
    position: absolute;
}
.eddy-social-small-2 {
    top: 40px;
    left: 74px;
    position: absolute;
}
.eddy-social-small-3 {
    top: 40px;
    left: 93px;
    position: absolute;
}
.eddy-social-small-4 {
    top: 40px;
    left: 88px;
    position: absolute;
}
.eddy-social-res {
    padding-top: 4%;
    padding-bottom: 3%;
} 
/*------social end------*/ 

/*------our-client start------*/
#eddy-our-client {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/eddy-our-clent.png);
    background-attachment: fixed;
}
#eddy-our-client .about-text {
    width: 90%;
    margin: auto;
    text-align: center;
}
#eddy-our-client .item > img {
    position: relative;
    top: 40px;
    margin: auto;
    border: 6px solid #fff;
    border-radius: 50%;
}
.client-say-carousel-content {
    width: 60%;
    background-color: #0e0e0e;
}
.client-say-carousel-content > p {
    width: 90%;
    margin: auto;
    padding-top: 17px;
    text-align: center !important;
}
.client-say-carousel-content > h2 {
    color: #fff;
}
.client-say-carousel {
    position: relative;
}
.our-client-img-1 {
    position: absolute;
    left: -40px;
    bottom: 0;
    top: 100px;
    right: 850px;
}
.our-client-img-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 200px;
}
.our-client-img-3 {
    position: absolute;
    top: 320px;
    left: -50px;
    bottom: 0px;
    right: 832px;
}
.our-client-img-4 {
    position: absolute;
    right: 80px;
    top: 100px;
}
.our-client-img-5 {
    position: absolute;
    right: 0;
    top: 200px;
    bottom: 0;
}
.our-client-img-6 {
    position: absolute;
   right: 70px;
    bottom: 0;
    top: 330px;
}
#eddy-our-client .client-say-owl-carousel .owl-prev span {
    width: 30px;
    height: 20px;
    display: inline-block;
    background: url(../images/eddy-arrow-left.png) no-repeat;
}
#eddy-our-client .client-say-owl-carousel .owl-next span {
    width: 30px;
    height: 20px;
    display: inline-block;
    background: url(../images/eddy-arrow-right.png) no-repeat;
}
#eddy-our-client .owl-carousel .owl-nav {
    padding-top: 30px;
}
#eddy-our-client .owl-carousel .owl-nav button:focus {
    outline: 0;
}
.owl-carousel .owl-nav button.owl-next {
    margin-left: 30px;
}
#eddy-carousel .owl-carousel .owl-item img {
    width: auto;
}
#eddy-carousel .client-say-owl-carousel .owl-prev span {
    width: 30px;
    height: 20px;
    display: inline-block;
    background: url(../images/eddy-arrow-left.png) no-repeat;
} 
/*------our-client end------*/

 /*------Contact start------*/
#eddy-contact {
    padding-top: 6%;
    padding-bottom: 6%;
    background-color: #0e0e0e;
}
#eddy-contact .col-12 .eddy-jost-para {
    width: 80%;
    padding-bottom: 4%;
    margin: auto;
	position: absolute;
    top: 8px;
}
#eddy-contact .col-12 .eddy-jost-para{
	font-size:13px;
}
.eddy-phone,
.eddy-mail,
.eddy-location {
    padding: 50px;
    background-color: #2c2c2c;
}
.eddy-location p {
    color: #e0e0e0;
}
.eddy-phone-inner,
.eddy-mail-inner,
.eddy-location-inner {
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 15px;
    border: 1px dashed #06a5df;
    border-radius: 50%;
}
.eddy-phone-inner img,
.eddy-mail-inner img,
.eddy-location img {
    margin-top: 20px;
}
.eddy-phone a,
.eddy-mail a,
.eddy-location a {
    color: #e0e0e0;
}
.eddy-contact-form {
    padding: 45px 35px;
    background-color: #2c2c2c;
}
.eddy-contact-form .form-group {
    margin-bottom: 2rem;
}
.eddy-contact-form .form-control {
    color: #e0e0e0;
    font-size: 16px;
    border: 0;
    resize: none;
    border-radius: unset;
    padding: 0.8rem 1rem;
	transition:unset !important;
    font-family: "Bebas Neue", cursive;
    background-color: #444444;
}
.eddy-contact-form textarea {
    height: 117px;
}
.eddy-contact-form .form-control:focus {
    background-color: #444444;
	color:#fff;
	box-shadow:unset;
	border:0;
	outline:0;
}
.eddy-btn .btn {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.7rem 4rem;
    letter-spacing: 1.5px;
    font-family: "Bebas Neue", cursive;
}
.responsive-map iframe {
    border-radius: 3px;
} 
/*------Contact end------*/ 

/*------footer start------*/
#eddy-footer {
    padding-top: 7%;
    background-color: #2c2c2c;
}
#eddy-footer img {
    margin-bottom: 5%;
}
#eddy-footer .eddy-jost-para {
    width: 80%;
    margin: auto;
}
#eddy-footer .list-group {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5%;
}
#eddy-footer .list-group-item {
    border: none;
    background-color: transparent;
}
#eddy-footer .col-md-12 {
    border-top: 2px solid #444444;
}
#eddy-footer .col-md-6 .bebas-semi-bold {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2rem;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: "Bebas Neue", cursive;
}
 /*------footer end------*/
.client-say-owl-carousel img {
    width: auto !important;
}
a {
    text-decoration: none !important;
} 

/*----responsive start-----*/
@media (max-width: 767px) {
    #eddy-footer .col-md-12 {
        padding: 15px 0;
    }
    #eddy-footer .col-md-12 {
        flex-direction: column;
    }
    #eddy-footer .col-md-12 .col-md-6 {
        justify-content: center !important;
    }
    #eddy-footer .col-md-12 .bebas-semi-bold {
        padding: 2px 0 !important;
    }
    .header-area {
        padding: 15px 15px;
    }
    #eddy-top-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 0px;
    }
    .sticky_header {
        width: 100%;
    }
    .header-area .navbar-brand img {
        width: 80px;
    }
    .eddy-h {
        position: relative;
        height: 75px;
    }
    .scrollToTop {
        bottom: 45px !important;
        right: 20px !important;
    }
    .bebas-regular {
        font-size: 14px;
    }
    .bebas-bold {
        font-size: 24px;
        margin-bottom: 1rem;
        letter-spacing: 3.5px;
    }
    .bebas-semi-bold {
        font-size: 16px;
        letter-spacing: 2.5px;
    }
    #eddy-banner h2 {
        font-size: 130px;
        line-height: 140px;
    }
    #eddy-banner h3 {
        font-size: 90px;
        line-height: 0px;
		margin-bottom: 60px;
    }
    .left-img-2 {
        position: relative;
        margin-bottom: 2rem;
    }
    .img-inner-content {
        display: none;
    }
    .about-left-middle img {
        width: 100%;
    }
    .about-left-side,
    .about-left-middle {
        margin-bottom: 25px;
    }
    #eddy-about-us .about-left-side .col-md-12,
    #eddy-about-us .about-left-middle .col-md-12,
    #eddy-about-us .about-left-right .col-md-12 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-regular-heading {
        text-align: center;
        font-size: 19px;
    }
    .about-img {
        margin-top: unset;
        padding-left: unset;
        margin-bottom: 1rem;
    }
    .about-content {
        margin: 0;
        padding-left: unset;
    }
    .about-text {
        text-align: center;
    }
    .home-theater-over {
        opacity: 1;
        padding: 20px 0px 0px 0px !important;
        position: relative !important;
    }
    .left-img-1::before,
    .left-img-2::before,
    .right-img-1::before,
    .right-img-2::before,
    .right-img-3::before,
    .about-left-middle::before,
    .about-left-side::before,
    .about-left-right::before {
        content: unset !important;
    }
    .left-img-1::after,
    .left-img-2::after,
    .right-img-1::after,
    .right-img-2::after,
    .right-img-3::after {
        content: unset;
    }
    #eddy-why-choose-us .row .col-md-6 {
        margin-bottom: 2rem;
    }
    #eddy-why-choose-us {
        padding-bottom: unset;
    }
    .why-us-gallery-2,
    .why-us-gallery-3,
    .why-us-gallery-4 {
        margin-top: unset;
    }
    .owl-carousel .owl-nav,
    .owl-carousel .owl-dots {
        display: none;
    }
    .eddy-social-big .bebas-bold-social {
        font-size: 65px;
    }
    .eddy-social-res {
        padding-top: 1.5rem;
    }
    .eddy-social-small-1,
    .eddy-social-small-2,
    .eddy-social-small-3,
    .eddy-social-small-4 {
        top: 25px;
        left: 0px;
        right: 0px;
    } 
    .eddy-social-small-1 .bebas-regular-social,
    .eddy-social-small-2 .bebas-regular-social,
    .eddy-social-small-3 .bebas-regular-social,
    .eddy-social-small-4 .bebas-regular-social {
        font-size: 24px;
    }
    #eddy-our-client .about-text {
        width: 100% !important;
    }
    #eddy-footer .eddy-jost-para,
    #eddy-contact .eddy-jost-para,
    #eddy-why-choose-us .about-text {
        width: 100% !important;
    }
    .eddy-phone,
    .eddy-mail,
    .eddy-location {
        margin-bottom: 2rem;
    }
    .eddy-contact-form {
        padding: 30px 10px;
    }
    #eddy-top-header .navbar {
        padding: 10px 0px;
    }
    .client-say-carousel-content {
        width: 100% !important;
    }
    #eddy-footer .col-md-12 .bebas-semi-bold {
        font-size: 15px;
        padding: 15px 0;
    }
} 
/*----responsive end-----*/

/*----onscroll animation start-----*/
.animation-element.slide-top {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}
.animation-element.slide-left {
    opacity: 0;
    transition: all 0.6s linear;
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}
.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.scrollToTop {
    background-image: url(../images/eddy-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 63px;
    background-repeat: no-repeat;
    z-index: 99;
} /*----onscroll animation end-----*/
#eddy-our-client .col-md-10{
	margin:auto !important;
}
.client-say-owl-carousel-inner{
	transition: 0.3s ease-in;
}
.client-say-carousel img{
	border: 2px solid #FFFFFF45;
	border-radius:50%;
	animation: shapeani1 3.5s linear infinite;
	}
@keyframes shapeani1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.our-client-img-1 img, .our-client-img-3 img, .our-client-img-4 img, .our-client-img-6 img{
	animation: shapeani1 3.2s linear infinite !important;
}
.client-say-carousel div:after{
	position:relative;
}
.client-say-owl-carousel-inner img{
	border:2px solid #fff;
	border-radius:50%;
	position: relative;
	top: 40px;
}

#eddy-footer .list-group-item {
    display: none;
}