@import url(../../code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0
}

p {
    /*text-align: justify;*/
    line-height: 1.6;
    margin: 0;
    padding-bottom:15px;
}

header {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.LogoTxt {
    margin: 0;
    padding: 0;
}

.LogoTxt h6 {
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.arrowLogo {
    padding-left: 50px;
}

.LogoTxt h6 span {
    display: block;
}

.LogoTxt a {
    margin: 0;
    padding: 0;
    display: block;
}

.MenuTxt {
    text-align: right;
}

.nav-link ul {
    margin: 0;
    padding: 0;
}

.nav-link ul li {
    margin: 0;
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid #eee;
}

.nav-link li a {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.nav-link li a:hover {
    color: #13b1d6;
    transition: 0.1s;
}

.nav-link li a.active {
    color: #13b1d6;
}

.nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav-item .dropdown-menu li {
    padding: 10px 15px;
}

.nav-item .dropdown-menu li a {
    color: #333;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

.nav-item .dropdown-menu li a:hover {
    background-color: #f8f9fa;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.thamnails {
    margin-bottom: 30px;
}

.thamnails img {
    margin-bottom: 15px;
}

.thamnailsTxt {
    margin: 0;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border: 1px solid #000;
    display: block;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
}
 

.banner {
    padding: 100px 0
}

.banner-test h1 {
    margin: 0;
    padding: 0;
    color: #fff
}

.banner-test h1 {
    font-size: 45px;
    font-weight: 700
}

.slider-test h3 {
    font-size: 35px;
    font-weight: bold;
    color: #73c15f;
    margin-bottom: 15px;
    padding: 0;
}

.slider-test h6 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    color:#fff;
}

.slider-test p {
    color:#fff;
    text-align:center;
}

.aboutUs {
    margin: 0;
    padding: 0;
}
 

.clients-logo {
    padding: 0px;
    margin-bottom: 40px;
    text-align: center;
}

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

.clients-logo ul li {
    padding: 15px;
    margin: 5px;
    width: 170px;
    height: 170px;
    /* Set equal height */
    display: inline-block;
    border: 1px dashed #333;
    box-shadow: 0 0 8px rgb(0 0 0 / 21%);
    box-sizing: border-box;
    /* Ensure padding and border are included in the dimensions */
}

.clients-logo ul li img {
    width: 100%;
    height: 100%;
    /* Ensure the image fills the container */
    object-fit: contain;
    /* Maintain aspect ratio of the image */
}




/* .thumb {
    margin: 15px 15px 0;
    padding: 0;
}

.thumb::after {
    content: '';
    clear: both;
    display: block;
}

.thumb div {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    margin: 0 0 0 25px;
    padding: 0;
}

.thumb div:first-child {
    margin-left: 0;
}

.thumb div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}

figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}


/* Shine */
/* .hover figure {
    position: relative;
}

.hover figure::before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
} */

.banner {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

/*=================newsEvent===========*/

.newsEvent {
    padding: 70px 0;
    background: #eee;
}

.event-slide {
    background: #fff;
    margin: 10px 15px;
    box-shadow: 0px 0px 3px #c4c6c8;
}

.event-slide p {
    padding: 0 15px 30px;
}

.event-slide .post-img {
    position: relative;
}

.event-slide .over-layer {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: all 0.30s ease 0s;
}

.event-slide:hover .over-layer {
    opacity: 1;
}

.event-slide .over-layer:after {
    content: "+";
    font-size: 52px;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 45%;
}

.event-slide .post-img img {
    width: 100%;
    height: auto;
}

.event-slide .post-title {
    color: #000;
    font-size: 18px;
    padding: 25px;
    margin: 0;
}

.event-slide .post-title:before {
    content: "";
    border: 2px solid #73c15f;
    width: 18%;
    display: block;
    margin-bottom: 10px;
}

.event-slide .post-title a {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.event-slide .post-title a:hover {
    text-decoration: none;
    color: #e67e22;
}

.event-slide .post-date {
    text-transform: capitalize;
    padding: 15px;
}

.event-slide .post-date:before {
    content: "\f073";
    font-family: FontAwesome;
    font-weight: 900;
    margin-right: 7px;
    color: #e67e22;
}

.owl-theme .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent !important;
    opacity: 1;
    border: 2px solid #fff;
    border-radius: 50px !important;
}

.owl-prev,
.owl-next {
    width: 40px;
    height: 40px;
    line-height: 30px;
}

.owl-prev:before,
.owl-next:before {
    content: "\f053";
    font-family: "FontAwesome";
    font-weight: 900;
}

.owl-next:before {
    content: "\f054"
}

.owl-theme .owl-controls .owl-prev {
    position: absolute;
    left: 15px;
}

.owl-theme .owl-controls .owl-next {
    position: absolute;
    right: 15px;
}


/*********** News ************/
 

footer {
    background-color: #000;
    padding: 70px 0 0
}

.footer-tst h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative
}

.footer-tst h4:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #73c15f;
    z-index: 1;
    left: 0;
    top: 35px
}

.footer-tst p {
    font-size: 13px;
    margin-bottom: 15px;
    color: #fff
}

.footer-tst ul,
.widget_getintuch ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-tst ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 1.9;
    position: relative;
    top: 0;
    padding-left: 15px
}

.footer-tst ul li a::before {
    content: "\f101";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    left: 0
}

.footer-tst ul li a:hover {
    color: #73c15f;
    margin-left: 8px;
    transition: .3s
}

.widget_getintuch .fa-envelope:before {
    content: "\f0e0";
    font-size: 15px
}

.widget_getintuch li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 15px
}

.copyright a,
.widget_getintuch li a,
.widget_getintuch p {
    color: #fff
}

.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    color: #fff;
    font-family: FontAwesome
}

.copyright {
    margin-top: 40px;
    border-top: 1px solid #323232;
    opacity: .6
}

.copyright p {
    color: #777;
    font-weight: 400;
    font-size: 13px;
    padding: 15px 0
}

.btn-back-to-top {
    position: fixed;
    width: 40px;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    cursor: pointer;
}



.bg-blue {
    background-color: #3070c9;
    padding: 50px;
    border-radius: 15px
}

.bg-blue p {
    color: #fff
}


.testimonialSec {
   background: rgb(240 59 116);
    background: linear-gradient(92deg, rgb(240 59 116) 3%, rgb(250 160 71) 100%);
  padding: 70px 0;
  text-align:center;
}

.testimonial {
    margin: 50px 30px 30px 30px;
    text-align: center;
    position: relative;
}

.testimonial .description {
    padding: 30px;
    margin-bottom: 80px;
    border-left: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    line-height: 33px;
    position: relative;
}

.testimonial .description:before,
.testimonial .description:after {
    content: "";
    width: 20%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial .description:after {
    top: auto;
    bottom: 0;
}

.testimonial .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    position: relative;
}

.testimonial:before,
.testimonial .title:before {
    content: "";
    width: 1px;
    height: 50px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.testimonial .title:before {
    top: -80px;
}

.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50px;
    border: 1px solid #fff;
}

.owl-theme .owl-controls {
    margin-top: 0;
    top: 100%;
}

.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: #000;
    outline: 2px solid #000;
    outline-offset: 2px;
    margin-right: 8px;
    opacity: 0.7;
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #fff;
    outline: 2px solid #fff;
}

.TeamSec {
    padding: 70px 0;
    background-color: #FFF;
}

.our-team {
    border-top: 1px solid #fff;
    background: #fff;
    border-radius: 5px;
    margin-top: 100px;
}

.our-team .pic {
  
    border: 3px solid #fff;
    border-radius: 50%;
    margin: -72px auto 0;
    overflow: hidden;
    transition: all 0.20s ease 0s;
}

.our-team:hover .pic {
    /*border-radius: 50%;*/
    border-color: #73c15f;
}

.our-team .pic img {
    width: 100%;
    height: auto;
}

.our-team .team-content {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.our-team .team-title {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin: 20px 0 0;
}

.our-team .post {
    font-size: 15px;
    color: #666;
    display: block;
    font-weight: normal;
    margin-bottom: 15px;
}

.our-team .description {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    padding: 0 15px;
    line-height: 22px;
    margin-bottom: 60px;
}

.our-team .social-links {
    width: 100%;
    height: 20%;
    
    bottom: -17%;
    left: 0;
    margin: 0;
    padding: 9px 0;
    list-style: none;
   background: rgb(23, 178, 210);
    background: linear-gradient(92deg, rgba(23, 178, 210, 1) 3%, rgba(101, 192, 114, 1) 100%);
    transition: all 0.20s linear 0s;
}

.our-team:hover .social-links {
    bottom: 0;
}

.our-team .social-links li {
    display: inline-block;
    margin: 0 5px;
}

.our-team .social-links li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}

.our-team .social-links li a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-top: 80px;
    }
}

.heading {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
}

.pra {
    font-size: 18px;
}

.button_slide {
    color: #000000;
    border: 2px solid #13b1d6;
    border-radius: 0px;
    padding: 10px 25px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    background: transparent;
    box-shadow: inset 0 0 0 0 #73c15f;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

a.button_slide.slide_right {
    text-decoration: none;
}

.slide_down:hover {
    box-shadow: inset 0 100px 0 0 #73c15f;
    color: #fff;
}

.slide_right:hover {
	    border: 2px solid #ef3476;
  background: rgb(240 59 116);
    background: linear-gradient(92deg, rgb(240 59 116) 3%, rgb(250 160 71) 100%);
    color: #fff;
}

a.button_slide.slide_right2 {
    text-decoration: none;
}

.slide_down:hover {
    box-shadow: inset 0 100px 0 0 #73c15f;
    color: #fff;
}

.slide_right2:hover {
	    border: 2px solid #17b2d2;
  background: rgb(23, 178, 210);
    background: linear-gradient(92deg, rgba(23, 178, 210, 1) 3%, rgba(101, 192, 114, 1) 100%);
    color: #fff;
}


.slide_left:hover {
    box-shadow: inset 0 0 0 50px #73c15f;
    color: #fff;
}

.slide_diagonal:hover {
    box-shadow: inset 400px 50px 0 0 #73c15f;
    color: #fff;
}

ul.social-network {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 20px;
}

ul.social-network li {
    display: inline-block;
    line-height: 25px !important
}

.social-network a.icoFacebook {
    background-color: #555;
    transition: all .5s ease-in
}

.social-network a.icoFacebook:hover {
    background-color: #3b5998;
    transition: all .5s ease-in
}

.social-network a.icoTwitter {
    background-color: #555;
    transition: all .5s ease-in
}

.social-network a.icoTwitter:hover {
    background-color: #3cf;
    transition: all .5s ease-in
}

.social-network a.icoGoogle {
    background-color: #bd3518;
    transition: all .5s ease-in
}

.social-network a.icoVimeo {
    background-color: #0590b8;
    transition: all .5s ease-in
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
    transition: all .5s ease-in
}

.social-network a.icoLinkedin {
    background-color: #555;
    transition: all .5s ease-in
}

.social-network a.icytube:hover {
    background-color: #FF0000;
    transition: all .5s ease-in
}

.social-network a.icytube {
    background-color: #555;
    transition: all .5s ease-in
}

.social-network a.icotripadvisor {
    background-color: #666;
    transition: all .5s ease-in
}

.social-network a.icoyoutube {
    background-color: #555;
    transition: all .5s ease-in
}

.social-network a.icoyoutube:hover {
    background-color: #b00;
    transition: all .5s ease-in
}

.social-network a.icopinterest {
    background-color: #d53633;
    transition: all .5s ease-in
}

.social-network a.icoinstagram {
    background: #555
}

.social-network a.icoinstagram:hover {
    background: #d82564;
    background: -moz-linear-gradient(top, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
    background: -webkit-linear-gradient(top, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
    background: linear-gradient(to bottom, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
    transition: all .5s ease-in
}

.social-network a.icoFacebook:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoRss:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoVimeo:hover i,
social-network a.icowhatsapp:hover {
    color: #fff
}

.socialHoverClass,
a.socialIcon:hover {
    color: #44bcdd
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%
}

.social-circle li:before {
    display: none
}

.social-circle li i {
    margin: 0;
    line-height: 25px;
    text-align: center
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .3s;
    transition: all .3s ease-in;
    color: #fff
}

.social-circle i {
    color: #fff
}

.social-network a {
    background-color: #fff
}

/* ======= Services style ======= */
.services .item {
    position: relative;
    overflow: hidden;
}
.position-re.o-hidden {
    position: relative;
    overflow: hidden;
    height: 300px; /* Set a fixed height for the image container */
}

.position-re.o-hidden img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the container while maintaining aspect ratio */
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.services .item:hover img {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

/*.services .item:hover img {*/
/*    -webkit-filter: none;*/
/*    filter: none;*/
/*    -webkit-transform: scale(1.09, 1.09);*/
/*    transform: scale(1.09, 1.09);*/
/*    -webkit-filter: brightness(70%);*/
/*    -webkit-transition: all 1s ease;*/
/*    -moz-transition: all 1s ease;*/
/*    -o-transition: all 1s ease;*/
/*    -ms-transition: all 1s ease;*/
/*    transition: all 1s ease;*/
/*}*/

.services .item:hover .con {
    bottom: 0;
}

/*.services .item img {*/
/*    -webkit-transition: all .5s;*/
/*    transition: all .5s;*/
/*    -webkit-filter: brightness(100%);*/
/*}*/

.services .item .con {
    margin: -75px 20px 80px;
    padding: 20px 15px;
    background-color: #fff !important;
    border-top: none;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .05);
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -35px;
    position: relative;
}

.services .item .con .category {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    word-spacing: 5px;
}

.services .item .con .category a {
    margin-right: 5px;
    position: relative;
}

.services .item .con .category a:last-child {
    margin-right: 0;
}

.services .item .con .category a:last-child:after {
    display: none;
}

.services .item .con h5,
.services .item .con h5 a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;
}

.services .item .con h5:hover,
.services .item .con h5 a:hover {
    color: #73c15f;
}

.services .item .con p {
    font-size: 15px;
}

.services .item .con i {
    color: #fff;
    font-size: 20px;
}

.services .item .con .btn {
    margin-left: 0;
    border-radius: 30px;
    border-color: #fff;
    padding: 11px 30px;
}

.services .item .con .btn:hover {
    border-color: #73c15f;
}


.services-price-info .title {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #73c15f;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px dashed #73c15f;
    line-height: 2em;
}

.services-price-info .title .price {
    color: #73c15f;
    float: right;
}
 

/* ======= Blog style ======= */
.blog .item {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.blog .post-img {
    position: relative;
    overflow: hidden;
    height: 250px;  
}

.blog .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;  
    -webkit-transition: all .4s;
    transition: all .4s;
}

.blog .post-img:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.blog .post-cont {
    padding: 25px;
    background-color: #fff;
    text-align: left;
}

.blog .post-cont .tag {
    font-size: 14px;
    color: #73c15f;
    margin-bottom: 15px;
}

.blog .post-cont h5 {
    font-size: 18px;
}

.post-cont a {
    text-decoration: none;
}

.blog .post-cont h5 a {
    color: #000;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
}

.blog .post-cont h5 a:hover {
    color: #73c15f;
}

.blog .post-cont h4 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
}

.blog .post-cont h4 a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.blog .post-cont h4 a:hover {
    color: #73c15f;
}

.blog .post-cont .info {
    margin-top: 0px;
    font-size: 12px;
    text-align: right;
}

.blog .post-cont .info a {
    font-size: 12px;
    color: #747474;
}

.blog .post-cont .info a:last-of-type {
    float: right;
}

/* ==========gallery============ */


.demo-gallery h4 {
    font-size: 15px;
    font-weight: bold;
}

.demo-gallery span {
    display: block;
}

.demo-gallery>ul {
    padding: 0;
    text-align: center;
    margin: 0;
}

.demo-gallery>ul>li {
    width: 160px;
    display: inline-block;
    list-style: none;
}

.demo-gallery>ul>li a {
    border: 3px solid #fff;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    height: 200px; /* Set a fixed height */
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform .15s;
    -moz-transition: -moz-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    object-fit: cover; /* Ensure the image covers the container */
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s;
    -o-transition: background-color .15s;
    transition: background-color .15s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .5);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

 
.banner-test h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.banner-test {
    text-align: center;
}

.banner-test h6 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
}
.banner-test p {
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.banner-test .button_slide a {
    color:#fff;
}

.Bio {
    padding-bottom: 15px;
    margin: 0;
}

.Bio h6 {
    padding: 5px 0;
    margin: 0;
    color: #000;
}

.Bio span {
    padding: 0;
    margin: 0;
    color: #000;
    font-weight: normal;
}

.Bio h3 {
    color: #000;
    font-size: 22px;
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.banners {
    background: #000;
    padding: 70px 0;
    margin: 0;
}

.banners h1 {
    color: #fff;
    padding-top: 15px;
    text-align: center;
}

.heading2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0px;
    padding: 0;
    color: #000;
}

.blue {
   background: rgb(240 59 116);
    background: linear-gradient(92deg, rgb(240 59 116) 3%, rgb(250 160 71) 100%);
    padding: 15px 0;
    margin: 0;
}

#counter {
    border-right: 2px solid #fff;
    text-align: center;
}

.col-md-6:last-child #counter {
    border-right: none
}


.counter-value {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin: 0;
    padding: 0
}

#counter p {
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: 0;
    opacity: .8
}

.CheckWhy {
    margin: 0;
    padding: 0;
}

.CheckWhy h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.CheckWhy span {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
}

.ChooseTxt {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.AwardsTxt h2 {
    background-color: #eee;
    color: #13b1d6;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0;
}

.AwardsTxt h3 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
 
.Syllabus {
    display: inline-flex;
    padding: 15px;
    background: #eee;
    margin: 0;
    width: 100%;
    min-height: 100%;
}

.Syllabus h6 {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding-left: 15px;
}

.Syllabus .fa {
    font-size: 22px;
    color: #ef3476;
}

.ProgramTxt {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.TrainersImg {
    margin: 0px;
    padding: 30px 15px;
    text-align: center;
    border: 1px solid #eee;
    min-height:100%;
}

.decagon-image {
    width: 150px;
    height: 150px;
    position: relative;
    clip-path: polygon(50% 0%, 79% 12%, 96% 37%, 96% 63%, 79% 88%,
            50% 100%, 21% 88%, 4% 63%, 4% 37%, 21% 12%);
    overflow: hidden;
    text-align: center;
    margin: 10px auto;
}

.decagon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.TrainersImg h5 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.TrainersImg p {
    text-align: center;
}
 .CheckWhy2{
     margin-bottom: 20px;
    padding: 0;
 }
  
.ContactIcon {
    padding: 15px;
    margin: 0;
    background-color: #007bb7;
    text-align: center;
}

.ContactIcon .fa {
    font-size: 22px;
    color: #fff;
    padding: 0;
    margin: 0;
}

.ContactTxt {
    margin: 0;
    padding: 0;
}

.ContactTxt h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}

.ContactTxt p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
}

.plus:after {
    content: '+';
}

.list {
    margin-top: 10px;
    padding: 0;
}

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

.list li {
    margin: 0;
    padding: 0 0 0 15px;
    color: #333;
    font-size: 18px;
    line-height: 1.9;
    position: relative;
}

ul.list li::before {
    content: "\f105";
    font-family: FontAwesome;
    color: #333;
    opacity: .6;
    position: absolute;
    left: 0;
}
 

.copyright p {
    text-align: center;
}

.social-media .fa {
    padding: 10px;
    font-size: 18px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 0;
}

.social-media .fa:hover {
    opacity: 0.7;
}

.social-media .fa-facebook {
    background: #3B5998;
    color: white;
}

.social-media .fa-youtube {
  background: #bb0000;
  color: white;
}

.social-media .fa-instagram {
  background: -webkit-linear-gradient(top, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
  background: linear-gradient(to bottom, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
  color: white;
}

.pt-70{
    padding-top:70px;
}
.pb-70{
    padding-bottom:70px;
}


figure.snip1205 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 185px;
  max-width: 185px;
  width: 100%;
  background: #000000;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1205 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip1205 img {
    width: 200px; /* Set a fixed width */
    height: 300px; /* Set a fixed height */
    object-fit: cover; /* Cover the container while preserving aspect ratio */
    vertical-align: top;
}

/*figure.snip1205 img {*/
/*  max-width: 100%;*/
/*  vertical-align: top;*/
/*}*/
figure.snip1205 i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 20px;
  color: #000000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
figure.snip1205 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1205.blue {
  background-color: #2472a4;
}
figure.snip1205.blue i {
  color: #20638f;
}
figure.snip1205.red {
  background-color: #ab3326;
}
figure.snip1205.red i {
  color: #962d22;
}
figure.snip1205.yellow {
  background-color: #e08e0b;
}
figure.snip1205.yellow i {
  color: #c87f0a;
}
figure.snip1205.green {
  background-color: #229955;
}
figure.snip1205.green i {
  color: #1e8449;
}
figure.snip1205.orange {
  background-color: #d67118;
}
figure.snip1205.orange i {
  color: #bf6516;
}
figure.snip1205.navy {
  background-color: #2b3c4e;
}
figure.snip1205.navy i {
  color: #222f3d;
}
figure.snip1205:hover img,
figure.snip1205.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1205:hover i,
figure.snip1205.hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.orange{
    border: 2px solid #17b2d2;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background: rgb(23, 178, 210);
    background: linear-gradient(92deg, rgba(23, 178, 210, 1) 3%, rgba(101, 192, 114, 1) 100%);
}
.pink{
    
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
   border: 2px solid #ef3476;
    background: rgb(240 59 116);
    background: linear-gradient(92deg, rgb(240 59 116) 3%, rgb(250 160 71) 100%);
}
.black{
    background: #000;
    border: 2px solid #000;
    color:#fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
  
.DetailsImages img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.PhotographyTxt{
     margin: 0;
     padding-bottom: 15px;
}

.PhotographyTxt h3 {
    color: #000;
    font-size: 18px;
    margin: 0;
    padding-bottom: 10px;
    font-weight: bold;
}
 
.list2 {
    margin: 0px;
    padding: 0;
    list-style: none;
}
.list2 li {
    margin: 0;
    padding: 0 0 10px 30px;
    color: #000000;
    font-size: 16px;
    line-height: 1.9;
    position: relative;
}
.list2 li a{
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}
.list2 li a:hover{
    color: #73c15f;
}
ul.list2 li::before {
    content: "\f0a4";
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    left: 0;
}
.item {
    padding: 10px;
    margin: 0;
}

.mobileMenu{
    margin: 0;
    padding: 0;
    display:none;
}
.mobileMenu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}



.blog-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}
.gray-bg {
    background-color: #f5f5f5;
}
/* Blog 
---------------------*/
.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #fc5356;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #20247b;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #73c15f;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #20247b;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #000;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #73c15f;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #73c15f;
  border-bottom: 1px solid #73c15f;
}
.article .article-title h2 {
  color: #000;
  font-weight: 600;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #73c15f;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-weight: 500;
  color: #73c15f;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

/* Contact Us
---------------------*/
.contact-name {
  margin-bottom: 30px;
}
.contact-name h5 {
  font-size: 22px;
  color: #20247b;
  margin-bottom: 5px;
  font-weight: 600;
}
.contact-name p {
  font-size: 18px;
  margin: 0;
}

.social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
.social-share .dribbble {
  box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5);
  background-color: #ea4c89;
}
.social-share .behance {
  box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5);
  background-color: #0067ff;
}
.social-share .linkedin {
  box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
  background-color: #0177ac;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #20247b;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none !important;
}
.contact-form .form-control:focus {
  border-bottom: 1px solid #fc5356;
}
.contact-form .form-control.invalid {
  border-bottom: 1px solid #ff0000;
}
.contact-form .send {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-form .send {
    margin-bottom: 20px;
  }
}

.section-title h2 {
    font-weight: 700;
    color: #20247b;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5356;
    padding-left: 15px;
}
.section-title {
    padding-bottom: 45px;
}
.contact-form .send {
    margin-top: 20px;
}
.px-btn {
    padding: 0 50px 0 20px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    color: #20247b;
    background: none;
    border: none;
}
.px-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 30px;
    background: transparent;
    border: 1px solid rgba(252, 83, 86, 0.6);
    border-right: 1px solid transparent;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    width: 60px;
    height: 60px;
}
.px-btn .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}
.px-btn .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobileMenu ul li{
    margin: 0;
    padding: 0;
    display:inline-block;
}

.mobileMenu ul li a img{
    width:35px;
}

.space{
    padding-top:50px;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 50px;
    left: 50px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:99;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

    .btn-whatsapp-pulse-border::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 25px;
        border: 5px solid #25d366;
        opacity: 0.75;
        animation-name: pulse-border;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.ReadLess {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ReadLess-btn {
    appearance: none;
    cursor: pointer;
}

    .ReadLess-btn::before {
        content: "Read more";
        text-transform: capitalize;
    }

    .ReadLess-btn:checked::before {
        content: "Read less";
    }

.ReadLess:has(+ .ReadLess-btn:checked) {
    -webkit-line-clamp: initial;
}


#carouselExampleAutoplaying {
    /* height: 100vh; */
}

.carousel-item {
    /* height: 100vh; */
    position: relative;
}

.carousel-item img {
    height: 100%; 
    width: 100%;
    
}


.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
   height:100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}


.carousel-control-prev,
.carousel-control-next {
    z-index: 1;
}


.slider-container {
    position: relative;
}


.slider-test {
    position: absolute;
    top: 25%;
    right: 15%;
    z-index: 3;
    width: 70%;
    text-align:center;
}

.TestimonialsTxt {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.TestimonialsTxt h3{
    margin:0;
    padding-bottom: 10px;
    font-size:22px;
    font-weight:600;
}

.accordiontxt h4{
    margin:0;
    padding-bottom: 10px;
    font-size:18px;
    color:#000;
    font-weight:600;
}

.VideoTestimonial{
    padding:15px;
}

.backBtn{
    background: #73c15f;
    border: 2px solid #73c15f;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 15px;
}
.disktopHide{
    display:none;
}
.banner-test h3{
    padding-top:15px;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgb(19 177 214) !important;
}


	
@media(min-width:280px) and (max-width:767px)
{
	.sticky-icon a i {
    background-color: #FFF;
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
     margin-right: 0px!important; 
    transition: all 0.5s;
}
}

/* Sticky social media */
.sticky-icon  {
	z-index:1;
	position:fixed;
	top:15%;
	right:0%;
	width:220px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:22px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}
	
	
	
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.Youtube  {
	background-color:#fa0910;
	color:#FFF;}
	
.Twitter  {
	background-color:#53c5ff;
	color:#FFF;}
	
.Instagram  {
	background-color:#FD1D1D;
	color:#FFF;}
	
.Google  {
	background-color:#0fce4d;
	color:#FFF;}						
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	

.fa-arrow-circle-up  {
	font-size:30px;}
	
