body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #e96b56;
    text-decoration: none;
    padding: 0px 0px;
}

a:hover {
    color: #e6573f;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}
.dropbtn1 {
 border: none;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 600;background: #fff;text-transform: uppercase;
}

.dropbtn1::after{display: inline-block;
    width: 0;
    height: 0;
 margin-left: 10px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;}


.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  background-color:#fff;
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;margin-top:5px;
}


.dropdown-content1:before{content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top: 0;
    border-bottom-color: #e3e3e3;
    border-width: 8px;
    top: -8px;
    left: 10px;}


.dropdown-content1 a {
 padding: 9px 10px 6px !important;
    font-size: 15px !important;
    display: block;
    text-decoration: none !important;
    border-bottom: 1px solid #ddd;
}

.dropdown-content1 a:hover {background-color: #fff;color:#000;}

.dropdown1:hover .dropdown-content1 {display: block;border-radius: 6px;
    border: 1px solid #ddd;}

.dropdown1:hover .dropbtn1 {background-color: #fff;}

.btn-primary {
    color: #fff;
    background-color: #e86824;
    border-color: #e86824;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
}

.btn-primary:hover{    color: #fff;
    background-color: #e86824;
    border-color: #e86824;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;}



i.bi.bi-calendar {
    padding-right: 20px;
}
i.bi.bi-clock {
    padding-right: 20px;
}
i.bi.bi-person{padding-right:20px;}
i.bi.bi-rupee{padding-right:27px;}


.carousel-control.left {
    background-image: linear-gradient(to right,rgb(0 0 0 / 0%) 0,rgba(0,0,0,0.0001) 100%) !important;
}
.carousel-control.right {
    background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgb(0 0 0 / 0%) 100%) !important;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #e96b56;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

   #header .container:before,  #header .container:after {
    display: table;

content: none;
}
.banner-edit{background: #aeaeae;padding:20px 0px;}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #ee8b7a;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff !important;
    background-color: #e96b56 !important;
    ;
    border-color: #dee2e6 #dee2e6 #fff;
    width: 100%;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: #e96b56;
    color: #fff;
    width: 100%;
    margin: 10px 0px;
}

.nav-tabs {
    border-bottom: 1px solid #ffffff;
}

.button {
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    font-size: 30px;
    line-height: 18px;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}



.nav-tabs {
    border-bottom: 1px solid #ffffff;
}









/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #ea6924;
    padding: 10px 0;
    font-size: 14px;
}

#topbar .contact-info i {
    font-style: normal;
    color: #fff;
    font-size: 15px;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

/*#topbar .contact-info i a:hover {*/
/*    color: #e96b56;*/
/*}*/

.social-links a {
    color: #fff;
    line-height: 0;
    transition: transform 0.3s;
    margin-left: 10px;
}

.social-links  a:hover i {
    color:#000;
    transform: scale(1.5);
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 100px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
    font-size: 26px;
    padding: 0 0 0 0px;
    margin: 11px 0;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #545454;
    text-decoration: none;
}

#header .logo img {
    width: 110px;
}

.scrolled-offset {
    margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px 0px 15px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #e96b56;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: #e96b56;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #ec7f6d;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #545454;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #e96b56;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #545454;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;position: relative;

    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed !important;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(59, 59, 59, 0.9);
    transition: 0.3s;
    z-index: 999;
}

/*.navbar-mobile .mobile-nav-toggle {*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    right: 15px;*/
/*}*/

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #545454;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #e96b56;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #e96b56;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.images-radius{}
.images-radius img{max-width:100px;}

.images_section-banner img {
    max-width: 100%;

}
.images_section-banner {
    text-align: center;
    align-items: center;
    display: block;
    width: 100%;padding:0px 0px;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
   }



#hero {
    width: 100%;
    height: 70vh;
    background-color: rgba(59, 59, 59, 0.8);
    overflow: hidden;
    padding: 0;
    margin-bottom: -120px;
    position: relative;
    z-index: 1;
}

#hero .carousel-item {
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center center;
}

#hero .carousel-item::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 120px;
}

#hero .carousel-content {
    text-align: center;
}

#hero h2 {
    color: #2e2e2e;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

#hero h2 span {
    color: #e96b56;
}

#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: arken(#545454, 15);
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#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;
    color: #545454;
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #e96b56;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-bottom: 180px;
    opacity: 0.2;
}

#hero .carousel-indicators li.active {
    opacity: 1;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    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 #e96b56;
    background: #e96b56;
}

#hero .btn-get-started:hover {
    background: transparent;
    color: #e96b56;
    text-decoration: none;
}

@media (max-height: 768px),
(max-width: 1200px) {
    #hero {
        margin-bottom: 60px;
    }

    #hero .carousel-container {
        padding-bottom: 0;
    }

    #hero .carousel-indicators li {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    #hero {
        height: 90vh;
    }

    #hero .carousel-item {
        height: 90vh;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 50%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 0 0 80px 0;
}

.section-bg {
    background-color: white;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #e96b56;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-title p {
    margin-bottom: 0;
}

.banner_section {
    /* background-image: url(../img/hero-bg.jpg); */
    /*padding: 60px 0px 65px;*/
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
    background: #00000036;
}

.banner_content {
    text-align: left;
    background: #ea6924;
    width: 60%;
    padding: 76.5px 30px;
    /* box-shadow: 1px 1px 12px 9px #00000061; */
    border-radius: 10px 0px 0px 10px;
    float: left;
}

.banner_content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}

.banner_content p {
    color: #fff;
    width: 100%;
    font-size: 20px;
    font-family: 'Poppins';
}

.banner_content a {
    background: #000000;
    font-size: 18px;
    padding: 15px 30px;
    color: #fff;
    border-radius: 6px;
    display: block;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0px 0px 3px 3px #00000057;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.work_shop {
   padding: 20px 0px 60px;
    display: block;
    float: left;
    width: 100%;
    background: #fff;
}

.workshop_hedding {
    text-align: center
}

.workshop_hedding h2 {
    font-family: 'Poppins';
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    font-size: 36px;
}

.workshop_hedding span {
    width: 50px;
    height: 2px;
    display: block;
    margin: 20px auto;
    background: #ea6924;
    border-radius: 100%;
}

.workshop_hedding p {
    font-family: 'Poppins';
    font-size:20px;
    color: #000;
    margin-bottom: 40px;
}


.breadcrumbs {
    padding: 20px 0 20px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 700;
    color: #545454;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6e6e6e;
    content: "/";
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
    position: relative;
    z-index: 2;
}

.featured .icon-box {
    padding: 40px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: #fff;
    transition: all ease-in-out 0.3s;
    height: 100%;
}

.featured .icon-box i {
    color: #e96b56;
    font-size: 42px;
    margin-bottom: 15px;
    display: block;
    line-height: 0;
}

.featured .icon-box h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}

.featured .icon-box h3 a {
    color: #545454;
    transition: 0.3s;
}

.featured .icon-box p {
    color: #545454;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.featured .icon-box:hover {
    background: #e96b56;
}

.featured .icon-box:hover i,
.featured .icon-box:hover h3 a,
.featured .icon-box:hover p {
    color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
    color: #545454;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-bottom: 10px;
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e96b56;
}

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    border: 1px solid #ededed;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #e96b56;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
}

.services .icon-box .icon i {
    color: #fff;
    font-size: 28px;
}

.services .icon-box .icon::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: #fbe2dd;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.services .icon-box h4 a {
    color: #545454;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    background: #e96b56;
    border-color: #e96b56;
}

.services .icon-box:hover .icon {
    background: #fff;
}

.services .icon-box:hover .icon i {
    color: #e96b56;
}

.services .icon-box:hover .icon::before {
    background: #ef9383;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
    color: #fff;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients {
    width: 100%;
    float: left;
  padding: 40px 0px 40px;
    background: #fff;
}

.clients .swiper-pagination {
    margin-top: 40px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e96b56;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e96b56;
}

.clients .swiper-slide img {
    opacity: 1.5;
    transition: 0.3s;
    filter: initial;
}

.clients .swiper-slide img:hover {
    filter: none;
    opacity: 1;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
}

.counts .count-box i {
    display: block;
    font-size: 30px;
    color: #e96b56;
    float: left;
    line-height: 0;
}

.counts .count-box span {
    font-size: 42px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #545454;
    margin-left: 50px;
}

.counts .count-box p {
    padding: 30px 0 0 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}

.counts .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #7a7a7a;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
    color: #a1a1a1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #fedac0;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ef6603;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ef6603;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #545454;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.skills .content ul {
    list-style: none;
    padding: 0;
}

.skills .content ul li {
    padding-bottom: 10px;
}

.skills .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e96b56;
}

.skills .content p:last-child {
    margin-bottom: 0;
}

.skills .progress {
    height: 62px;
    display: block;
    background: none;
    border-radius: 0;
}

.skills .progress .skill {
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #545454;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: #e0e0e0;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #e96b56;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 12px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
    background: #f2f2f2;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #e96b56;
    color: #fff;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(84, 84, 84, 0.6);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(84, 84, 84, 0.6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #e96b56;
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e96b56;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e96b56;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(84, 84, 84, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    text-align: center;
}

.pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 28px;
}

.pricing h4 {
    font-size: 46px;
    color: #e96b56;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 18px;
    display: block;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding-bottom: 12px;
}

.pricing ul i {
    color: #e96b56;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
}

.pricing ul .na i {
    color: #ccc;
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .buy-btn {
    background: #545454;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    transition: 0.3s;
}

.pricing .buy-btn:hover {
    background: #e96b56;
}

.pricing .featured {
    z-index: 10;
    margin: -30px -5px 0 -5px;
}

.pricing .featured .buy-btn {
    background: #e96b56;
}

.pricing .featured .buy-btn:hover {
    background: #ee8b7a;
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    background: #fff;
}

.team .member img {
    max-width: 60%;
    border-radius: 50%;
    margin: 0 0 30px 0;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
}

.team .member .social {
    margin-top: 15px;
}

.team .member .social a {
    color: #919191;
    transition: 0.3s;
}

.team .member .social a:hover {
    color: #e96b56;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
}

.contact .info-box i {
    font-size: 32px;
    color: #e96b56;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #e96b56;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #e96b56;
    border: 0;
    border-radius: 50px;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
    background: #e6573f;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 40px 0 20px 0;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
    color: #545454;
    transition: 0.3s;
}

.blog .entry .entry-title a:hover {
    color: #e96b56;
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #bababa;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li+li {
    padding-left: 20px;
}

.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.blog .entry .entry-meta a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .entry .entry-content p {
    line-height: 24px;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #e96b56;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #ec7f6d;
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #545454;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
    color: #a1a1a1;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #616161;
    transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
    color: #e96b56;
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px;
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #545454;
}

.blog .blog-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
    color: rgba(84, 84, 84, 0.5);
    margin-right: 5px;
}

.blog .blog-author p {
    font-style: italic;
    color: #b7b7b7;
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
    width: 60px;
}

.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
    color: #e96b56;
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #545454;
}

.blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .blog-comments .reply-form p {
    font-size: 14px;
}

.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #f5bab0;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #f5bab0;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #545454;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #616161;
}

.blog .blog-pagination {
    color: #878787;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li a {
    color: #545454;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #e96b56;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff;
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #545454;
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #e96b56;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: #eb7b68;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: #545454;
    transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
    color: #e96b56;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: #545454;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #e96b56;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #949494;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid white;
    display: inline-block;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #e96b56;
    background: #e96b56;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #ededed;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.last-footer-section{background: #404040;padding: 10px;}
.copyright{color:#fff;text-align: center;font-family: 'Poppins';font-size:16px;}
#footer {
    /*background: #404040;*/
    /*padding: 0 0 17px 0;*/
    color: #fff;
    font-size: 14px;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #404040;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #e96b56;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #e6573f;
}

#footer .footer-top {
    background: #858484;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    padding: 20px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
    padding-top: 50px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Poppins';
    color: #fff;
    text-align:left;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #545454;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #e96b56;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    /*text-transform: uppercase;*/
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
    padding-top: 42px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
address {
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 14px;
    font-family: 'Poppins';
    color: #fff;
    text-align: justify;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ec7f6d;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-family: 'Poppins';
    font-size: 15px;
}

#footer .footer-top .footer-links ul a:hover {
    color: #e96b56;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
    padding-top: 42px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
    font-family: 'Poppins';
}

#footer .copyright {
   text-align: center;
    padding-top: 20px;
    width: 100%;
    float: left;
    font-family: 'Poppins';
}

#footer .credits {
    padding-top: 20px;
    text-align: right;
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins';
}

.Partners {
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    font-size: 36px;
    font-family: 'Poppins';
}

.ourworks-box {
    width: 60%;
    justify-content: center;
    text-align: center;
}

.our-works-head {
    font-size: 30px;
    font-weight: 400;
    color: black;
}

.introduce {
    height: 250px;
    background-color: white;
    box-shadow: 0 3px 10px #00000042;
    border-bottom: 4px solid #ea6924;
    color: black;
}

.introduce:hover {
    box-shadow: 0 3px 15px #5969f666;
    border-bottom: 4px solid #B122e5;
    color: black;
    text-decoration: none;
}

.flex-column-1 {
    height: 70%;
    width: 100%;
    font-family: 'Poppins';
    font-weight: 200;
    color: #000;
    text-align: justify;
}

.flex-column-2 {
    height: 30%;
    width: 100%;
    align-items: center;
}

.text-gray {
    color: gray;
}

.pic {
    height: 70px;
    width: 70px;
    margin-left: 20px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.introduce:hover .pic {
    transform: scale(1.1);
}

.carousel-indicators .active {
    background-color: #46eeaa;
}

.carousel-indicators li {
    background-color: #c8e5ff;
}

.carousel-indicators {
    bottom: -42px;
}

.p1 {
    background-image: url("http://lorempixel.com/150/150/nature");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.p2 {
    background-image: url("http://lorempixel.com/150/150/people");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.p3 {
    background-image: url("http://lorempixel.com/150/150/cats");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.owl-prev {
    width: 20px;
    position: absolute;
    left: 0px;
    top: 107px;
    background: #000;
    padding: 10px;
}

.owl-next {
    width: 20px;
    position: absolute;
    right: 22px;
    top: 107px;
    background: #000;
    padding: 10px;
}

.owl-prev span {
    font-size: 40px;
    background: #ea6924;
    padding: 1px 15px 10px;
    color: #fff;
}

.owl-next span {
    font-size: 40px;
    background: #ea6924;
    padding: 1px 15px 10px;
    color: #fff;
}

.grid figure {
    margin: 0.1em;
    width: 340px;
    height: 240px;
    background: #3085a3;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* Common style */
.grid figure img {
    position: relative;
    display: block;
    opacity: 0.8;
    height: 240px;

    @media(max-width: 1260px) {
        height: 270px;
    }
}

.grid figure figcaption {
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figcaption h2 {
    text-transform: uppercase;
    word-spacing: -0.15em;
    font-weight: 300;
    margin: 1em;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    margin: 1em;
}

.grid figure h2 span {
    font-weight: 800;
}

figure.effect-steve {
    z-index: auto;transition: 0.5s;
}

.effect-steve:hover {
    transform: scale(1.1);
}


figure.effect-steve:before {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
    opacity: 0;
}

figure.effect-steve figcaption {
    z-index: 1;
}

figure.effect-steve img {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
    max-width: 100%;
}

figure.effect-steve h2 {
   font-size: 19px;
    font-family: 'Poppins';
    color: #000;
    height: 70px;
}


h1.slogan {
    text-align: center;
    background-color: #2d434e;
    font-weight: 100;
    margin: 0;
    padding: 20px;
}

.seat_content {
    width: 100%;
    float: left;
    padding: 10px 0px 0px;
    background: #fff;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;

    &:focus {
        outline: none;
    }

    .slick-loading & {
        background: white url(./ajax-loader.gif) center center no-repeat;
    }

    &.dragging {
        cursor: pointer;
        cursor: hand;
    }
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -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;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;

    &:before,
    &:after {
        content: "";
        display: table;
    }

    &:after {
        clear: both;
    }

    .slick-loading & {
        visibility: hidden;
    }
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;

    img {
        display: block;

        &.slick-loading {
            background: white url(./ajax-loader.gif) center center no-repeat;
            padding-bottom: 100%;
        }
    }

    display: none;

    &.dragging img {
        pointer-events: none;
    }

    .slick-initialized & {
        display: block;
    }

    .slick-loading & {
        visibility: hidden;
    }

    .slick-vertical & {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
}


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;

    &:focus {
        outline: none;
    }

    &.slick-disabled:before {
        opacity: 0.25;
    }
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;

    &:before {
        content: '\2190';
    }
}

.slick-next {
    right: -25px;

    &:before {
        content: '\2192';
    }
}

/* Dots */

.slick-slider {
    margin-bottom: 30px;
}



.review-card {
    background: white;
    margin: 0 2rem;
}

.Gallery {
  padding: 20px 0px 60px;
    width: 100%;
    float: left;
    background: #fff;
}



.testimonials {
    width: 100%;
    float: left;
   padding: 20px 0px 60px;
    background: #e9e9e9;
}

.contact-section {
    padding: 80px 0px;
    width: 100%;
    background:#e9e9e9;
    /* float:left; */
}

.send-magges {
    background: #ea6924;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    display: block;
}

.php-email-form {
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px;
    background: #fff;
    display: block;
}

.slider {
    max-width: 1200px;
    margin: 0 auto;
}

.slick-list {
    padding-left: 0px !important;
}

.gallery_section {
    padding: 5px;
    margin: 15px 5px;
    background: #ccc;
}

.gallery_section img {
    max-width: 100%;
}




.card .carousel-control-prev,
.card .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    color: #fff;
    font-size: 14px;
    background-color: #cd3a54;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.carousel-control-next {
    right: 40%;
    top: 110%;
}

@media (min-width: 320px) and (max-width: 575px) {
    .carousel-caption {
        position: relative;
    }

    .card .carousel-caption {
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }

    .card .carousel-caption img {
        margin: 0 auto;
    }

    .carousel-control-prev {
        left: 35%;
        top: 105%;
    }

    .carousel-control-next {
        right: 35%;
        top: 105%;
    }

    .card .carousel-caption h3 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .carousel-caption {
        position: relative;
    }

    .card .carousel-caption {
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }

    .card .carousel-caption img {
        margin: 0 auto;
    }

    .card .carousel-caption h3,
    .card .carousel-caption small {
        text-align: center;
    }

    .carousel-control-prev {
        left: 35%;
        top: 105%;
    }

    .carousel-control-next {
        right: 35%;
        top: 105%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .card .carousel-caption h3 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
    }
}

.banner_section:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    /* position: absolute; */
    bottom: 0;
    top: 110px;
    left: 0;
    right: 0;
    height: 744px;
}

.login_section {}

.login_section a {
    text-decoration: none;
    background: #e86824;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    padding: 2px 20px;
    margin-left: 28px;
}

.all_content:hover a {
    color: #000;
    text-decoration: none;
}

/*--=======================
========popup===========
--=======================*/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #00000000 !important;
    margin: 0px auto;
    padding: 0px 0px 0px;
    border: 1px solid #0000 !important;
    width: 30%;
}

/* The Close Button */
.close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    /*text-align: center;*/
    /*position: relative;*/

}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



.login_form {}

.login_form h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 40px;
}

.floatlabel {
    position: relative;
}

.floatlabel input {
    -webkit-appearance: none;
    color: #333;
    padding: 10px 12px;
    width: 100%;
    border: 1px solid #ccc;
}

.floatlabel label.label {
    position: absolute;
    top: 12px;
    left: 6px;
    transition: all 0.2s ease-out;
    background: #fff;
    color: #000;
    font-size: 14px;
    cursor: text;
    font-family: 'Poppins';
}

.floatlabel label.label.floatlabel-shift {
    top: -10px;
    left: 12px;
    padding: 0 4px;
    font-size: 14px;
    color: #000;
    font-family: 'Poppins';
}

.floatlabel label.label.floatlabel-active {
    color: #0077c8;
}

.btn-primary-section {
    color: #fff;
    background-color: #f6732c;
    border-color: #f6732c;
    width: 100%;
    margin: auto;
    display: block;
}

.forget_password {
    display: block;
    margin: 20px auto 20px;
    text-align: right;
}

.forget_password a {
    text-decoration: none;
    color: #f6732c;
    font-family: 'Poppins';
    font-size: 16px;
    text-transform: capitalize;
}

.login_section:hover a {
    color: #fff;
    text-decoration: none;
}

.banner_content:hover a {
    color: #fff;
}

.all_content {
    /*box-shadow: 0 3px 10px #00000042;*/
    /*border-bottom: 4px solid #000000;*/
    background: #fff;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 25px;
}

.all_content h2 {}

.all_content p {margin-bottom: 0px;
    float: left;}

.all_content span {
   width: 22%;
    float: left;
    color: #e86824;
    font-size: 15px;
}

.all_content a {
    color: #000000;
    font-family: 'Poppins';
}

.all_content a img {
    max-width: 30%;
    display: black;
}

.all_content:hover {
    box-shadow: 0 3px 15px #5969f666;
    border-bottom: 4px solid #e86824;
}

/*--=======================
========popup===========
--=======================*/

.forgot-section {
    padding: 20px 0px;
    background: #e8e8e8;
    width: 30%;
    margin: 30px auto;
}

.forgot-content {}

.forgot-content h2 {
    font-family: 'Poppins';
    font-size: 20px;
    text-transform: capitalize;
}

.forgot-content span {
    width: 100%;
    height: 1px;
    background: #e86824;
    display: block;
    margin-bottom: 30px;
}

.sem_remove {
    background: #e96824 !important;
    border: 1px solid #fff !important;
    border-radius: 100px !important;
    margin: 30px 0px 10px;
}

/*--=======================
========about-page===========
--=======================*/
.about_banner {
    width: 100%;
    background-image: url(../img/aboutus-banner.jpg);
    padding: 100px 0px;
    background-size: cover;
}

.about_banner:before {
    position: absolute;
    width: 100%;
    padding: 113px 0px 147px;
    content: " ";
    /*background: #000000a6;*/
    top: 144px;
}

.about_hedding {
    text-align: center;
    font-size: 50px;
    font-family: 'Poppins';
    color: #fff;
    font-weight:700;
}

.about_hedding p {
  color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins';
    width: 100%;
    margin: auto;
    text-align: justify;
}

.second_section {
    padding: 70px 0px
}

.trained_section {
    display: block;
    margin-top: 60px;
}

.trained_section p {
    text-align: center;
    width: 50%;
    display: block;
    font-size: 80px;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 100%;
    padding: 3px 20px;transition: 0.5s;
}


.trained_section p:hover {
    background: #e86824;
    color: #fff;
    cursor: pointer;transform: scale(1.1);
}



.trained_section h4 {
    text-align: center;
    color: #e86824;
    margin-top: 30px;
    font-family: 'Poppins';
}

.trained_section span {
    text-align: center;
    width: 100%;
    display: block;
    font-family: 'Poppins';
    font-size: 18px;
}

.workshop_shine {
    padding: 60px 0px 80px;
    background: #e8682480;
}

.about_hedding h6 {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #000;
    line-height: 35px;
}

.about_hedding h2 {
   text-transform: capitalize;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    font-size: 36px;
    font-family: 'Poppins';
}
.phone-number1{width: 49% !important;float:left;}
.phone-number{width: 49% !important;float:left;margin-left:2%!important;}


.swiper-slide img{max-width:50%;display:block;margin:auto;}

.close {
  width: 30px;
    height: 30px;
    display: inline-block;
    /*position: absolute;*/

    transition: ease 0.25s all;
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgb(0 0 0);
    font-family: Arial, sans-serif;
    text-align: center;
    color: #fff !important;
    z-index: 99999999;
    opacity: 9 !important;
    padding: 5px 0px 5px;line-height: 21px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 20px;
    color: #000;
    margin-top: -40px;
}


.mission_section {
    padding: 60px 0px 0px;
    background: #fff;
}

.radius_box {
    text-align: center;
    font-size: 50px;
    width: 120px;
    height: 120px;
    background: #e86824;
    border-radius: 100%;
    line-height: 120px;
    display: block;
    margin: auto;
    position: absolute;
    top: -121px;
    left: 45%;
    color: #fff;
    box-shadow: 0px 0px 0px 6px #fff;
}

.vission_section {}

.vission_section ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.vission_section ul li {
    width: 44%;
    float: left;
    background: #f1f1f1;
    padding: 14px;
    margin-top: 40px;
}

.seat_content_section h2 {
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 22px;
}

.seat_content_section span {
    font-size: 16px;
    font-family: 'Poppins';
}

.about h2 {
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 22px;
}

.about p {
    font-size: 16px;
    font-family: 'Poppins';
}



.about p:after {
    content: "";
    width: 4px;
    background: #e86824;
    height: 100%;
    position: absolute;
    left: 50%;
    top: -2px;
}

.vission_section ul li:before {
    position: absolute;
    top: 28px;
    right: -14px;
    content: "";
    display: block;
    background: url(../img/mixx.png) no-repeat;
    background-position: -327px -44px;
    width: 11px;
    height: 16px;
}


/*--=======================
========about-page===========
--=======================*/

/*--=======================
========Testimonials-page===========
--=======================*/
.testimoniols-section {
    /* padding:70px 0px; */
}

.section-eight {
    /* padding: 40px 0 0px 0; */
    /* margin-top: 130px; */
    position: relative;
}

.op-eight-section {
    position: relative;
}

.sec-eight-text-area {
    text-align: center;
    padding: 100px 0 20px;
}

.sec-eight-text-area img {
    padding: 2vh 0;
}

.sec-eight-text-area h1 {
    padding: 2vh 0 3vh 0;
    color: #434C57;
    line-height: 1.3;
    font-size: 40px;
    font-family: amaticSC;
    letter-spacing: 2px;
    padding-bottom: 30px;
}

.sec-eight-text-area p {
    padding: 2vh 0;
    font-size: 14px;
    line-height: 1.6;
    color: #434C57;
    font-family: mavenpro;
}

.section-eight .container-pe-quote {
    position: absolute;
    height: 100%;
    top: 0px;
    z-index: 1;
}

.section-eight .container-pe-quote.left {
    left: 0px;
}

.section-eight .container-pe-quote.right {
    right: 0px;
}

.section-eight .container-pe-quote .pp-quote {
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    opacity: 0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.container-pe-quote .pp-quote img {
    overflow: hidden;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.section-eight .container-pe-quote .pp-quote:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% + 5px);
    width: calc(100% + 5px);
    border-radius: 100%;
    background-color: #7fb3e4;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.container-pe-quote .pp-quote:hover:after,
.container-pe-quote .pp-quote.active:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.section-eight .container-pe-quote .li-quote-1 {
    height: 104px;
    width: 104px;
    left: 15px;
    top: 95px;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-2 {
    height: 63px;
    width: 63px;
    left: 120px;
    top: 270px;
    animation-duration: 12s;
    -webkit-animation-duration: 12s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-3 {
    height: 64px;
    width: 64px;
    left: 68px;
    top: 380px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-4 {
    height: 73px;
    width: 73px;
    right: -15px;
    top: 110px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-5 {
    height: 73px;
    width: 73px;
    right: 28px;
    top: 265px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-6 {
    height: 45px;
    width: 45px;
    right: 108px;
    top: 170px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-7 {
    height: 48px;
    width: 48px;
    right: 40px;
    top: 414px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-8 {
    height: 63px;
    width: 63px;
    left: 20px;
    top: 250px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
}

@keyframes floating {

    0% {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }

}

@-webkit-keyframes floating {

    0% {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }

}

.section-eight .container-quote {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 135px;
    -webkit-perspective: 10000px;
    -moz-perspective: 10000px;
    -ms-perspective: 10000px;
    perspective: 10000px;
}

.section-eight .container-quote .quote {
    max-width: 520px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    cursor: pointer;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}

.section-eight .container-quote .quote.hide-bottom {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -moz-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -ms-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -o-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    transform: translateX(-50%) translateY(100%) rotateX(-70deg);
}

.section-eight .container-quote .quote.hide-top {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
    -moz-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
    -ms-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
    -o-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
    transform: translateX(-50%) translateY(-100%) rotateX(70deg);
}

.section-eight .container-quote .quote.show {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0%) rotateX(0deg);
    -moz-transform: translateX(-50%) translateY(0%) rotateX(0deg);
    -ms-transform: translateX(-50%) translateY(0%) rotateX(0deg);
    -o-transform: translateX(-50%) translateY(0%) rotateX(0deg);
    transform: translateX(-50%) translateY(0%) rotateX(0deg);
}


.section-eight .container-dp-name {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 225px;
    -webkit-perspective: 10000px;
    -moz-perspective: 10000px;
    -ms-perspective: 10000px;
    perspective: 10000px;
    text-align: center;
}

.section-eight .container-dp-name .box-dpname {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}

.section-eight .container-dp-name .box-dpname.hide-dp-bottom {
    opacity: 0;
    -webkit-transform: translateX(0%) translateY(100%) rotateX(-70deg);
    -moz-transform: translateX(0%) translateY(100%) rotateX(-70deg);
    -ms-transform: translateX(0%) translateY(100%) rotateX(-70deg);
    -o-transform: translateX(0%) translateY(100%) rotateX(-70deg);
    transform: translateX(0%) translateY(100%) rotateX(-70deg);
}

.section-eight .container-dp-name .box-dpname.hide-dp-top {
    opacity: 0;
    -webkit-transform: translateX(0%) translateY(-100%) rotateX(70deg);
    -moz-transform: translateX(0%) translateY(-100%) rotateX(70deg);
    -ms-transform: translateX(0%) translateY(-100%) rotateX(70deg);
    -o-transform: translateX(0%) translateY(-100%) rotateX(70deg);
    transform: translateX(0%) translateY(-100%) rotateX(70deg);
}

.section-eight .container-dp-name .box-dpname.look {
    opacity: 1;
    -webkit-transform: translateX(0%) translateY(0%) rotateX(0deg);
    -moz-transform: translateX(0%) translateY(0%) rotateX(0deg);
    -ms-transform: translateX(0%) translateY(0%) rotateX(0deg);
    -o-transform: translateX(0%) translateY(0%) rotateX(0deg);
    transform: translateX(0%) translateY(0%) rotateX(0deg);
}

@media screen and (max-width:767px) {
    .sec-eight-text-area {
        padding: 10px 0 10px 0;
    }

    .section-eight .container-pe-quote {
        position: relative;
        height: 500px;
        top: 0px;
        z-index: 1;
        max-width: 300px;
        margin: -70px auto 0;
    }
}

@media screen and (max-width:480px) {
    .section-eight {
        position: relative;
    }

    .section-eight .bottom-ani-cs {
        position: absolute;
        top: 150px;
        right: 16px;
    }

    .section-eight .container-pe-quote .li-quote-2 {
        left: 60px;
        top: 270px;
    }

    .section-eight .container-pe-quote .li-quote-6 {
        right: 100px;
        top: 179px;
    }

    .section-eight .container-pe-quote .li-quote-8 {
        height: 43px;
        width: 43px;
        left: 0px;
        top: 220px;
    }

    .section-eight .container-pe-quote .li-quote-3 {
        left: 0;
    }

    .section-eight .container-quote {
        height: 205px;
        overflow: hidden;
        overflow-y: auto;
    }

    .sec-eight-text-area {
        padding: 10px 0 100px 0;
    }
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

/*--=======================
========Testimonials-page===========
--=======================*/

.header-search-wrapper {
	float: right;
	position: relative;
}
.search-main {
	display: block;
	line-height: 40px;
	padding: 0 14px;
	cursor: pointer;
	color: #000;margin-left: 20px;
}
.header-search-wrapper .search-form-main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    border-top: 2px solid #408c40;
     padding: 10px 15px 0px;
    position: absolute;
    right: 0;
    top: 124%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}
.header-search-wrapper .search-form-main {
    border-top-color: #e96924;width:270px;
}
.header-search-wrapper .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #408c40;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
}
.header-search-wrapper .search-form-main:before {
    border-bottom-color: #e96924;
}
.header-search-wrapper .search-form-main .search-field {
    border-radius: 0;
    padding: 4px 10px;
    width: 75%;
    float: left;border: 1px solid #ddd;outline:none;
}
.header-search-wrapper .search-form-main .search-submit {
   border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 7px 0 10px;
    width: 25%;
    background: #e96924;
}

[type="search"] {
    outline-offset: 0px;
    -webkit-appearance: none;
    border: none;
}


/*--============workshop-section--============*/
.workshop-section {
    padding: 70px 0px;
}

.work_banner {}

.work_banner img {
    max-width: 100%;
}

.work_content {
    padding: 10px 50px;
}

.work_content h2 {
 font-family: 'Poppins';
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    font-size: 36px;
}

.work_content p {
    font-family: 'Poppins';
    font-size:20px;
    color: #000;
}

.work_content span {
    width: 100%;
    float: left;
    font-size:20px;
    color: #000;
    font-family: 'Poppins';
    text-align: justify;
}
.full-images{}


.work_content a {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 20px;
    background: #e76824;
    padding: 10px 30px;
    display: block;
    float: left;
    border-radius: 100px;
    margin: 10px 0px;
}

.work_content:hover a {
    color: #fff;
    text-decoration: none;
}

.product-listing {
    padding: 40px 0px;
    background: #f6f8fb;
}

.pagination {
    margin: auto;
    display: block;
    text-align: center;
    width: 21%;
}

.pagination li {
    text-align: center;
    box-shadow: 0px 0px 9px 7px #ededed;
    margin: 30px 0px 0px;
}

.pagination li a {
    color: #000;
    font-family: 'Poppins';
    font-size: 18px;
}

.page-link:hover {
    color: #e86824 !important;
    text-decoration: none !important;
    background-color: #f6f8fb !important;
    border-color: #f6f8fb !important;
}

/*--============workshop-section--============*/

/*--=========contact-section-=============*/
.side-banner {
   padding: 118px 0px 80px;
    background-image: url(../img/ContactUs.jpg);
    background-size: cover;
}

.content-banner {}

.content-banner h2 {
   font-family: 'Poppins';
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

.content-banner ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.content-banner ul li {
    float: left;
    padding: 10px 5px;
    font-family: 'Poppins';
    font-size: 18px;
    color: #000;
}

.content-banner ul li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.sidebar_nav {
    background: #ffffff;
}


.contact-section {
 padding: 20px 0px 60px;
float:left;
}

.right-side p {
    font-family: 'Poppins';
    margin: 10px 0px;
}

.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .left-side {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
}

.content .left-side::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    right: -15px;
    top: 53%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, #e86824 41%, #060606 100%);
}

.content .left-side .details {
    margin: 14px;
    text-align: center;
}

.content .left-side .details i {
    font-size: 30px;
    color: #e56723;
    margin-bottom: 10px;
}

.content .left-side .details .topic {
    font-size: 18px;
    font-weight: 500;
}

.content .left-side .details .text-one,
.content .left-side .details .text-two {
    font-size: 14px;
    color: #000000;
}

.content .right-side {
    width: 75%;
    margin-left: 75px;
}

.content .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: #000000;
    font-family: 'Poppins';
}

.right-side .input-box {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: #F0F1F8;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
}

.right-side .message-box {
    min-height: 110px;
}

.right-side .input-box textarea {
    padding-top: 6px;
}

.right-side .button {
    display: inline-block;
    margin-top: 12px;
}

.right-side .button input[type="button"] {
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    background: #e86824;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button input[type="button"]:hover {
    background: #e56723;
}

@media (max-width: 950px) {

    .content .right-side {
        width: 75%;
        margin-left: 55px;
    }
}

@media (max-width: 820px) {

    .content {
        flex-direction: column-reverse;
    }

    .content .left-side {
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .content .left-side::before {
        display: none;
    }

    .content .right-side {
        width: 100%;
        margin-left: 0;
    }
}

/*--=========contact-section-=============*/
.contact-info {
    width:88%;
    float: left;
}

.contact-info i {}

.contact-info a {}

.social-links {}

.social-links a {}


/*--=========Workshop-detail-=============*/
.Workshop-detail {
    padding: 120px 0px;
    background-image: url(../img/product-training.jpg);
    background-size: cover;
}

.content-workshop {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins';
    word-spacing: 17px;
}

.Workshop-Information {
    padding: 70px 0px;
    background: #f6f4f3;
    border-bottom: 1px solid #000;
}

.images_information {}

.images_information img {
    max-width: 100%;
    /* margin-bottom:9px; */
}

.Workshop-Information-content {
    padding: 70px 0px;
}

.content-workshop1 {}

.content-workshop1 h2 {
  text-align:center;
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    font-size: 36px;
    font-family: 'Poppins';
}
.content-workshop1 ul{}
.content-workshop1 ul li{font-family: "Poppins", sans-serif;
    font-size: 17px;color:#000;padding:5px 0px;}



.content-workshop1 span {
    width: 90px;
    height: 1px;
    background: #000;
    float: left;
    margin: 20px 0px;
}

.content-workshop1 p {
    float: left;
    font-size: 20px;
    text-align: justify;
    font-family: 'Poppins';
    font-weight: 400;
}

.content-workshop1 h4 {
    float: left;
    font-family: 'Poppins';
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}

.info_admin {
    width: 100%;
    float: left;
}

.info_admin h3 {
    font-size: 18px;
    font-family: 'Poppins';
    color: #000;
    margin-bottom: 20px;
}

.info_admin ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.info_admin ul li {
    color: #e86824;
    padding: 8px 0px;
    font-family: 'Poppins';
    font-size: 16px;
}

.info_admin ul li a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
}

.enroll_now {
    float: left
}

.enroll_now a {
    font-size: 16px;
    font-family: 'Poppins';
    background: #e86824;
    color: #fff;
    display: block;
    margin: 15px 0px;
    padding: 7px 20px;
    border-radius: 100px;
    text-decoration: none;
}

.enroll_now:hover a {
    color: #fff;
    text-decoration: none;
}

.cetivect-section {
    background-image: linear-gradient(195deg, #fff, #f0f0f0);
    border-bottom: 1px solid #e8eaed;
    padding: 60px 0px 80px;
}

.cetivct-images {}

.cetivct-images img {
    max-width: 100%;
    animation: fade-left .8s ease 1s 1 normal both running;
    box-shadow: -8px 8px 16px 0 rgb(233 237 249 / 69%);
}

.cetivct-images h2 {
    text-align: center;
    font-family: 'Poppins';
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    font-size: 36px;
}

.accordion {
    background: #e96928;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 0px 1px 0px rgb(0 0 0 / 30%), 0 0px 5px 0px rgb(0 0 0 / 30%), 0 0px 0px 0px rgb(0 0 0 / 10%);
}

.heading {
    color: #FFF;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    letter-spacing: 0.8px;
    padding: 15px;
    cursor: pointer;
    font-family: 'Poppins';
}

.heading:nth-last-child(2) {
    border-bottom: 0;
}

.heading:hover {
    background: #0c0c0c;
    border-radius: 0;
}

.heading:first-child:hover {
    border-radius: 3px 3px 0 0;
}

.heading:nth-last-child(2):hover {
    border-radius: 0 0 3px 3px;
}

.heading::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border-top: 7px solid #f5f5f5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    float: right;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 5px;
}

.active.heading::before {
    transform: rotate(-180deg);
}

.not-active.heading::before {
    transform: rotate(0deg);
}

.contents {
    display: none;
    background: #FFFAFA;
    padding: 15px;
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Poppins';
}

.cetivct-images p {
    font-family: 'Poppins';
    width: 75%;
    text-align: justify;
    display: block;
    margin: 0px auto 60px;
    font-size:20px;
}

.side-loction {
    width: 100%;
    float: left;
   padding: 20px 0px 60px;
    background: #ffffff;
}

.providing {}

.providing img {
    max-width: 100%;
    display: block;
    margin: 40px auto 20px;
}

.workshop_hedding-Providing {
    text-align: center;
}

.workshop_hedding-Providing p {
    font-family: 'Poppins';
    font-size: 20px;
    color: #000;
}

.workshop_hedding-Providing span {
    width: 50px;
    height: 2px;
    display: block;
    margin: 15px auto;
    background: #ea6924;
    border-radius: 100%;
}

.workshop_hedding-Providing h2 {
    font-family: 'Poppins';
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    font-size: 36px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}

.me-2 {
    margin-right: .5rem !important;
}

.profile-section {
    padding: 50px 0px;
}

.my-couses {
    padding: 50px 0px;
    background: #fff;
    border-width: 3px 0px 0px;
    border-style: solid;
    border-image: linear-gradient(to right, #da4040, #0e4ca1) 1;
}

.about-slider {
    padding: 50px 0px;
    background: #ffe28f59;
}

.sad-tabs {
    font-size: 15px;
    font-family: 'Poppins';
    color: #000;
    padding: 10px 45px !important;
    border: none !important;
}

.mainDiv {
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
}

.cardStyle {
    border-color: white;
    background: #fff;
    padding: 2px 0px 22px;
    border-radius: 4px;
    /* margin: 30px 0; */
    box-shadow: 0px 0 2px 0 rgba(0, 0, 0, 0.25);
}

#signupLogo {
    max-height: 100px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.formTitle {
    font-weight: 600;
    margin-top: 0px;
    color: #2F2D3B;
    text-align: center;
}

.inputLabel {
    font-size: 12px;
    color: #555;
    margin-bottom: 6px;
    margin-top: 10px;
}

.inputDiv {
    width: 70%;
    display: flex;
    flex-direction: column;
    margin: auto;
}

input {
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    border: solid 1px #ccc;
    padding: 0 11px;
}

input:disabled {
    cursor: not-allowed;
    border: solid 1px #eee;
}

.buttonWrapper {
    margin-top: 40px;
}

.submitButton {
    width: 70%;
    height: 40px;
    margin: auto;
    display: block;
    color: #fff;
    background-color: #e86824;
    border-color: #e86824;
    border-radius: 4px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.submitButton:disabled,
button[disabled] {
    border: 1px solid #cccccc;
    background-color: #cccccc;
    color: #666666;
}

#loader {
    position: absolute;
    z-index: 1;
    margin: -2px 0 0 10px;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #666666;
    width: 14px;
    height: 14px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.images_information h3 {
    font-family: 'Poppins';
    background:#e86824;
    color: #fff;
    padding: 15px 31px;
    margin: 0px;
}

.modal {
    position: fixed;
    top: 42px;
}
.mobile-serach{display:none;}
/*--=========Workshop-detail-=============*/


.carousel-bg {
    background-color: none;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* quote */
.quote-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-top: 30px;
    width: 80px;
}

/* text-style */
.testimonial-style .testimonial-caption-style {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 24px;
    color: #354052;
    line-height: 30px;
    bottom: 40%;
    text-shadow: none;
    top: 10%;
    position: initial !important;
    ;
}

.testimonial-style .testimonial-authors {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 20px;
    color: #354052;
    line-height: 30px;
    margin-top: 40px;
}

/* carousel-height-control */
.testimonial-style .carousel-inner>.item {
    padding-top: auto;
    padding-bottom: auto;
}

/* carousel-left-right-control */
.testimonial-style .carousel-control.left {
    background: none;
    box-shadow: none;
    text-shadow: none;
}

.testimonial-style .carousel-control.right {
    background: none;
    box-shadow: none;
    text-shadow: none;
}

.testimonial-style .carousel-control {
    color: #354052;
}

.testimonial-style .carousel-control:hover {
    color: #354052;
    text-decoration: none;
    transition: background-color 1s ease;
}

/* indicators */
.testimonial-style .carousel-indicators .active {
    background-color: #fff;
    width: 14px;
    transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.testimonial-style .carousel-indicators li {
    border: 2px solid #354052;
    background-color: #354052;
}

/* Textimonial CSS Code End */
.carousel-indicators {
    display: none !important;
    ;
}

.adipiscing {
    font-family: 'Poppins';
    font-size:16px;
    color: #000;
    width: 60%;
    margin: auto;
    text-align: center;
}

.gallry-slider-images{width:100%;
/*height:200px;*/
    
}
.banner-edit1{display:none;}
.side-menu-and-icon{display:none;}



@media only screen and (max-width:820px) {
    .side-menu-and-icon{display:block;width:100%;padding:10px;background:#f9f9f9;}
     .side-menu-and-icon span{float:left;font-size:18px;}
     .side-menu-and-icon p{text-align: center;
    margin-bottom: 0px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;} 
    .banner_content{padding: 26.5px 30px;}
    .banner_content h1 {
   font-size:25px;font-family: 'Poppins';
    font-weight: 500;
    line-height: 35px;
}
.navbar-mobile ul{padding:0px;}

      .banner_content p {
        white-space: nowrap;
        width:310px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
    }  
    
    .banner_content a{width:80%;}
    .sign-in-up-form {width: 97% !important;}
    .contact-info {
    width: 80%;
    float: left;
}
  .header-search-wrapper {
    float: right;
    position: relative;
    padding: 20px;
}  
    figure.effect-steve h2 {
   font-size: 12px;
    font-family: 'Poppins';
    color: #000;
    height: 46px;
    margin-top: 3px;
}
   .all_content a {
    color: #000000;
    font-family: 'Poppins';
    font-size: 11px;
}
 .workshop_hedding p {
    font-family: 'Poppins';
    font-size: 14px;
    color: #000;
    margin-bottom: 40px;
}  
.Partners {font-size:24px;}
 .workshop_hedding h2{font-size:24px;}   
 .workshop_hedding-Providing h2 {font-size:24px;}
 .trained_section p{width:86%;}  
    .trained_section h4 {
    text-align: center;
    color: #e86824;
    margin-top: 20px;
    font-family: 'Poppins';
    font-size: 14px;
}
  .trained_section span {
    text-align: center;
    font-size: 12px;
}  
 .about_hedding h2 {font-size:24px;}
   
   .dropbtn1 {
    border: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #575656;
    font-weight: 600;
    background: #fff;
    text-transform: uppercase;
    margin-left: 12px;
}
.dropdown-content1 {
    display: none;
    position: inherit;
    background-color: #fff;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;margin-left: 20px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    width: 100%;
    left: -37px;
    padding: 0px 0px 0px 40px;
    top: 0px;
}
.modal .navbar l{display:none;}
   
   
   
    
}


/*--=========responsive-=============*/
@media only screen and (max-width: 425px) {
  .sign-in-up-form {width: 97% !important;}
  .same-icon {display: none !important;}
  .banner-edit{display:none;}
  .search-main {
    display: block;
    line-height: 40px;
    padding: 1px 14px;
    cursor: pointer;
    color: #ea6924;
    margin-left: 20px;
    font-size: 22px;
}
.mobile-nav-toggle {
    color: #ea6924;
    font-size: 40px;
    opacity: 0.9;
}

.navbar-mobile .mobile-serach{display:none;}


.banner-edit1{display:block;width:100%;margin-top:100px;}
.gallry-slider-images{height:auto;}
.banner_content p {white-space: nowrap;width:310px;overflow: hidden;text-overflow: ellipsis;font-size: 16px;}
.destop{display:none;}
.mobile-serach{display:block;}
#header .logo img {width: 110px;position: relative;}
figure.effect-steve h2 {font-size: 20px;font-family: 'Poppins';color: #000;height: 57px;margin-top: 3px;}
.all_content p {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.all_content span {
    width: 10%;
    float: left;
    color: #e86824;
    font-size: 18px;
}
.all_content a {
    color: #000000;
    font-family: 'Poppins';
    font-size: 16px;
}
.banner-edit {
    background: #aeaeae;
    padding: 20px 0px;
    margin-top: 98px;
}

    .banner_content h1 {
        font-size:25px;font-family: 'Poppins';
    font-weight: 500;
    line-height: 35px;
    }

    .banner_content {
       padding: 15px;
    }

.images_section-banner img {
    max-width: 100%;

}
.images_section-banner {
    width:100%;
    float: left;
}

.dropbtn1 {
    border: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #575656;
    font-weight: 600;
    background: #fff;
    text-transform: uppercase;
    margin-left: 12px;
}
.dropdown-content1 {
    display: none;
    position: inherit;
    background-color: #fff;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;margin-left: 20px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    width: 100%;
    left: -37px;
    padding: 0px 0px 0px 40px;
    top: 0px;
}
.modal .navbar l{display:none;}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #ff762e !important;
    color: #fff;
    font-size: 1em;
}
.images_section-banner-mobile img{max-width:100%;height:250px;}

    .banner_content a {
        width: 100%;
        padding: 1px 30px;
    }

    .clients {
        padding: 30px 0px 0px;
    }

    .Partners {
        font-size: 24px;margin-bottom:10px;
    }

    .workshop_hedding h2 {
        font-size: 26px;
    }

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 4px 20px;
    font-size: 15px;
    color: #545454;
}


    .workshop_hedding p {
        font-size: 14px;
    }

    .Gallery {
        padding: 30px 0px
    }

    .images_footer img {
        max-width: 50%;
    }

    #footer .copyright {
        width: 100%;
    }

    #footer .credits {
        text-align: left
    }

    .contact-info {
        width:88%;
    }

    #topbar .contact-info i span {
        padding-left: 0px;
        color: #fff;
    }

    .contact-info i {
        float: left;
    }

    #topbar {
        width: 100%;
        float: left;
        display: none;
    }

    .scrolled-offset {
        margin-top: 100px;
    }

    .clients .swiper-pagination .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }
.Workshop-Information-content {
    padding: 20px 0px 0px;
}
.info_admin ul li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
.content-workshop1 p {
    float: left;
    font-size: 14px;
    text-align: left;
    font-family: 'Poppins';
    font-weight: 400;
}
    .login_section a {
        margin-left: 16px;
        display: block;
        width: 29%;
        text-align: center;
    }

    .seat_content_section {
        width: 100%;
    }

    .vission_section ul li {
        width: 100%;
        margin-top: 11px !important;
    }

    .radius_box {
        left: 33%;
    }

    .about p:after {
        display: none;
    }

    .vission_section ul li:before {
        display: none;
    }

.about_banner {
    padding: 60px 0px;
    margin-top: 90px;
}

    .about_banner:before {
        padding: 94px 0px 147px;
        top: 100px;
    }

    .about_hedding p {
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        line-height: 30px;
    }

    .second_section {
        padding: 40px 0px;
    }

    .trained_section {
        margin-top: 20px;
    }

    .trained_section p {
        width: 30%;
        font-size: 50px;
        padding: 10px 5px;
    }

    .workshop_shine {
        padding: 30px 0px 80px;
        background: #f1edeb80;
    }

    .about_hedding h2 {
        font-size: 18px;
    }

    .about_hedding h6 {
        font-size: 14px;
        line-height: 30px;
    }

    .pagination {
        width: auto;
    }

    .work_content {
        padding: 10px 0px;
    }

    .work_content h2 {
        font-size: 22px;
    }

    .work_content p {
        font-size:20px;
    }

    .work_content span {
        font-size: 14px;
        line-height: 30px;
    }

    .workshop-section {
        padding: 70px 0px 20px;
    }

    .cetivect-section {
    padding: 30px 0px 50px;
    margin-top: 90px;
}

    .cetivct-images h2 {
        font-size: 24px;
    }

    .cetivct-images p {
        width: 100%;
        font-size: 14px;
        margin: 0px auto 20px;
    }

    .side-banner {
    padding: 40px 0px;
    margin-top: 90px;
}

.product-listing {
    padding: 40px 0px;
    background: #f6f8fb;
    margin-top: 100px;
}

.adipiscing {
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
    width:70%;
    margin: auto;
    text-align: center;
}

    .content-banner h2 {
        font-size: 30px;
    }

    .contact-section {
        padding: 30px 0px;
    }

    .content .left-side .details {
        text-align: left;
        width: 100%;
    }

    .content .left-side .details i {
        width: 100%;
        float: left;
    }

    .content .left-side .details .topic {
        float: left;
        width:100%;
    }

    .content .left-side .details .text-two {
        float: left;
        word-spacing: 9px;
        margin-left: 14%;
    }

    #footer .footer-top .footer-links {
        margin-bottom: 0px;
        padding-top: 0px;
    }

    #footer .footer-top .footer-contact {
        margin-bottom: 0px;
        padding-top: 0px;
    }

    #footer .footer-top .footer-info {
        margin-bottom: 30px;
        padding-top: 10px;
    }

    .testimonial-style .carousel-inner>.item {
        height: 250px;
    }

    .tab-content>.active {
        display: block;
        width: 100%;
        overflow: auto;
    }







}

/*--=========responsive-=============*/
