
body {
    color: #343434;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #262432;
}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #F7CAC9;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}


#backads {
    box-shadow: rgb(14 14 14) 0px 20px 30px -10px;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
   background: linear-gradient(#2f2c3066, #141314fa);
    margin-left: 120px !important;
}



@media screen and (min-width: 800px) {
   #backads {
    box-shadow: rgb(14 14 14) 0px 20px 30px -10px;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
  background: linear-gradient(#2f2c3066, #141314fa);
    margin-left: 160px !important;
}

}






    .container-fluid {
    max-width: 1727px;
    width: 96%;

}

.back-to-top {
    position: fixed;
    display: none;
    background: #F7CAC9;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    background: #343148;
}

.back-to-top:hover i {
    color: #F7CAC9;
}

.back-to-top i {
   color: #d817db;
    padding-top: 10px;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 35px;
    background: #343148;
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text i {
    font-size: 13px;
    color: #ffffff;
    margin-right: 5px;
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.top-bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #092a49;
    background: #ffffff;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
     background-image: linear-gradient(to right, #723897d9 , #166076) !important;
   
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: .5s;
    
}

.navbar .navbar-brand span {
    color: #343148;
    text-transform: lowercase;
    transition: .5s;
}

.navbar.nav-sticky .navbar-brand span {
    color: #ffffff;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 90px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #fff;
        font-weight: 700;
        border-radius: 10px;
        margin: 2px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: rgba(256, 256, 256, .1);
    transition: none;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
       
     padding: 10px 0px;
background: linear-gradient(to left, rgb(255 255 255 / 0%), rgb(255 255 255 / 4%), rgb(255 255 255 / 0%)) !important;
    z-index: 9;
}
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        
        
  background: #0F443A !important;
}



    
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
}



.form-control {
  
    color: #343148 !important;
  
    border: 2px solid #343148 !important;

}


@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
         background: linear-gradient(to left, #38364af5, #38364A, #38364af5) !important;
    }
    
    .navbar .navbar-brand span {
        color: #ffffff;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
    
    .navbar-nav {padding:20px !important;}
    
    
    
}

/*******************************/
/********** Herox CSS ***********/
/*******************************/


 .herox {
    /* position: relative; */
    /* width: 100%; */
    position: relative;
    margin-bottom: 45px;
  padding: 0px 0 0px 0;
    /* margin-bottom: 0px; */
    /* background: #2b2a2c; */
    /* overflow: hidden; */
    background: linear-gradient( 
0deg
 , #242136e6, #2b264ce8), url(../img/bggp.webp) no-repeat;
    text-align: justify;
    background: linear-gradient( 
0deg
 , #242136e6, #2b264ce8), url(../img/bggp.webp) no-repeat;
    /* text-align: justify; */
}




.blog_item_img .blog_item_date {
   
    background-color: #343148 !important;
  
}
.list-group-item:first-child {
background: #343148;
}


.servbgdark h2, h3 {    color: #bebccd;}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
padding: 90px 0;
    background: #2b2a2c;
    overflow: hidden;
}

.hero .container-fluid {
    padding: 0;
}

.hero .hero-image {
    position: relative;
    text-align: right;
}

.hero .hero-image img {
    max-width: 80%;
    max-height: 80%;
}

.hero .hero-text {
    position: relative;
    padding-left: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-left: 30px;
    padding-bottom: 10px;
    margin-top: 300px;
}

.hero .hero-text h1 {
    color: #343148;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
     
    
}

.hero .hero-text p {
    color: #343148;
    font-size: 18px;
    margin-bottom: 25px;
}

.hero .hero-btn .btn {
   border: 3px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #DCDFE0;
    background: #2d2b3a;
    border-radius: 0;
    transition: .3s;
    border-radius: 10px;
    border-style: ridge;
}

.hero-btnn .btn {
   border: 3px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #DCDFE0;
    background: #2d2b3a;
    border-radius: 0;
    transition: .3s;
    border-radius: 10px;
    border-style: ridge;
    
}


.hero .hero-btn .btn:hover {
    color: #343148;
    background: #ffffff;
}

.hero .hero-btn .btn:first-child {
    margin-right: 10px;
}


.bgt1 {    background: #f8f6f099; }


.about-text h2,h3 {  color: #131218; padding-top:22px; } 


@media (max-width: 991.98px) {
    .hero .hero-text {
        padding: 0 15px;
    }
    
    .hero .hero-text h1 {
        font-size: 35px;
    }
    
    .hero .hero-text p {
        font-size: 16px;
    }
    
    .hero .hero-text .btn {
        padding: 12px 30px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767.98px) {
    .hero .hero-text h1 {
        font-size: 30px;
        font-weight: 600;
    }
    
    .hero .hero-text p {
        font-size: 14px;
    }
    
    .hero .hero-text .btn {
        padding: 10px 15px;
        font-weight: 400;
        letter-spacing: 1px;
    }
}

@media (max-width: 575.98px) {
    .hero .hero-text h1 {
        font-size: 25px;
        font-weight: 600;
    }
    
    .hero .hero-text p {
        font-size: 14px;
    }
    
    .hero .hero-text .btn {
        padding: 8px 10px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
    }
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-headerblog {
    position: relative;
    margin-bottom: 45px;
    padding: 300px 0 90px 0;
    text-align: center;
    
    text-align: justify;
}

.page-headerblog h2 {
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.page-headerblog a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;

    color: #ffffffb0;
}

.page-headerblog a:hover {
    color: #ffffff;
}

.page-headerblog a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}

.page-headerblog a:last-child::after {
    display: none;
}



.btnc{
    border: 3px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #DCDFE0;
    background: #2d2b3a;
    border-radius: 0;
    transition: .3s;
    border-radius: 10px;
    border-style: ridge;
    padding-left:40px; 
    padding-right:40px;
    
}


.btng{
    border: 3px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #DCDFE0;
    background: #2d2b3a;
    border-radius: 0;
    transition: .3s;
    border-radius: 10px;
    border-style: ridge;
    padding-left:40px; 
    padding-right:40px;
    
}

@media (max-width: 767.98px) { 
    
    .page-headerblog {
    position: relative;
    margin-bottom: 45px;
    padding: 60px 0 90px 0 !important;
    text-align: center;
    
    text-align: justify;
}
    
    
    
    .btnc{
    border: 3px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #DCDFE0;
    background: #2d2b3a;
    border-radius: 0;
    transition: .3s;
    border-radius: 10px;
    border-style: ridge;
    padding-left:10px; 
    padding-right:10px;
    
}


.btng{
    border: 3px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #DCDFE0;
    background: #2d2b3a;
    border-radius: 0;
    transition: .3s;
    border-radius: 10px;
    border-style: ridge;
    padding-left:20px; 
    padding-right:20px;
    
}


.page-header {
  
   padding: 40px 0 40px 0 !important;
   background-size: cover !important;
  
}
    
    
}




.page-header {
    position: relative;
    margin-bottom: 45px;
   padding: 150px 0 90px 0 !important;
    text-align: center;
background: linear-gradient( 0deg , #0f443aeb, #000000c4), url(../img/contact1.webp) no-repeat !important;

 text-align: justify;
  
}

.page-header h2 {
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;

    color: #ffffffb0;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.section-header p {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 5px;
    padding: 0 10px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
}

.section-header p::after {
    position: absolute;
    content: "";
    height: 3px;
    top: 11px;
    right: -30px;
    left: -30px;
    background: #EEC816;
    z-index: -1;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 40px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
   color: #ffffff;
    background-image: linear-gradient(to bottom right, #c14f0d, #3c3a4d);
    border-radius: 0;
    transition: .3s;
    border-radius:9px;
        border: 2px solid #b95424;
}

.about .about-text a.btn:hover {
  color: #343148;
       background: #d6d4e1;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 10px 15px 10px;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: .3s;
}

.service .service-item:hover,
.service .service-item.active {
    background: #343148;
    color: #ffffff;
}

.service .service-icon {
    position: relative;
    margin: 0 auto 25px auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service .service-icon i {
    position: relative;
    font-size: 50px;
    color: #343148;
    z-index: 3;
}

.service .service-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #F7CAC9;
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #F7CAC9;
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

.service .service-item h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
}

.service .service-item:hover h3,
.service .service-item.active h3 {
    color: #F7CAC9;
}

.service .service-item p {
    margin: 0;
    font-size: 16px;
}

/*******************************/
/**********Footer JS**********/
/*******************************/

.footerjs h4 {
color:#fff;
}


.footerjs a:link  {
    color: #fff !important;
}


.footerjs a:hover {
 color: #fff !important;
}


/* selected link */
.footerjs a:active {
  color: #fff !important;
}


/* visited link */
.footerjs a:visited {
  color: #fff !important;
}



/*******************************/
/********** Class CSS **********/
/*******************************/
.class {
    position: relative;
    padding: 45px 0 15px 0;
}

.class #class-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.class #class-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    color: #343148;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    background: none;
    border: 1px solid #343148;
    transition: .3s;
}

.class #class-filter li:hover,
.class #class-filter li.filter-active {
    background: #343148;
    color: #F7CAC9;
}

.class .class-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s;
}

.class .class-wrap {
    position: relative;
    width: 100%;
}

.class .class-img {
    position: relative;
}

.class .class-img img {
    position: relative;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}

.class .class-text {
    position: relative;
    padding: 30px 30px 25px 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.class .class-text h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.class .class-teacher {
    position: relative;
    height: 40px;
    margin-top: -50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 40px;
}

.class .class-teacher img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #F7CAC9;
}

.class .class-teacher h3 {
    width: calc(100% - 95px);
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 15px;
    white-space: nowrap;
    overflow: hidden;
}

.class .class-teacher a {
    width: 40px;
    height: 40px;
    padding: 0 0 3px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 100;
    color: #343148;
    background: #F7CAC9;
    border-radius: 40px;
    transition: .3s;
}

.class .class-wrap:hover .class-teacher a {
    color: #F7CAC9;
    background: #343148;
}

.class .class-meta {
    position: relative;
    display: flex;
    align-items: center;
}

.class .class-meta p {
    margin: 0;
    font-size: 14px;
}

.class .class-meta p i {
    margin-right: 5px;
    color: #343148;
}

.class .class-meta p:first-child {
    margin-right: 10px;
}



/*******************************/
/********* Pricing CSS *********/
/*******************************/
.discount {
    position: relative;
    width: 100%;
    margin: 45px 0;
    padding: 90px 0;
background: linear-gradient(#343148, #343148);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.discount .container {
    max-width: 750px;
    text-align: center;
        color: #fff;
}

.discount .section-header {
    margin-bottom: 20px;
}

.discount .section-header p {
    color: #343148;
    background: transparent;
}

.discount .section-header p::after {
    display: none;
}

.discount .section-header h2 span {
    color: #ffffff;
    font-size: 50px;
}

.discount  h3 {     color: #ffffff; }


.discount .discount-text p {
    color: #ffffff;
}

.discount .discount-text .btn {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.discount .discount-text .btn:hover {
    color: #343148;
    background: #ffffff;
}


/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.price .price-item {
    position: relative;
    margin-bottom: 30px;
}

.price .price-header,
.price .price-body,
.price .price-footer {
    position: relative;
    width: 100%;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
}

.price .price-header {
    padding: 30px;
    background: #F7CAC9;
    color: #343148;
}

.price .price-item.featured-item .price-header {
    background: #343148;
    color: #F7CAC9;
}

.price .price-status {
    margin-top: -30px;
    text-align: right;
}

.price .price-status span {
    position: relative;
    display: inline-block;
    height: 30px;
    right: -30px;
    padding: 7px 10px;
    text-align: center;
    color: #343148;
    font-size: 14px;
    line-height: 14px;
    background: #F7CAC9;
}

.price .price-title h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.price .price-prices h2 {
    font-size: 45px;
    font-weight: 700;
    margin-left: 10px;
}

.price .price-prices h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    margin-top: 9px;
    margin-left: -12px;
}

.price .price-prices h2 span {
    margin-left: 1px;
    font-size: 18px;
    font-weight: 400;
}

.price .price-item.featured-item h2 {
    color: #F7CAC9;
}

.price .price-body {
    padding: 25px 0 20px 0;
    border: 1px solid rgba(0, 0, 0, .07);
    border-bottom: none;
}

.price .price-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price .price-description ul li {
    padding: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.price .price-description ul li:last-child {
    border: none;
}

.price .price-action {
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
}

.price .price-action a.btn {
    margin-bottom: 30px;
    padding: 12px 20px;
    color: #343148;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0;
    background: #F7CAC9;
    transition: .3s;
}

.price .price-action a:hover,
.price .price-item.featured-item .price-action a {
    color: #F7CAC9;
    background: #343148;
}

.price .price-item.featured-item .price-action a:hover {
    color: #343148;
    background: #F7CAC9;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
}

.team .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #F7CAC9;
    background: #343148;
    opacity: 0;
}

.team .team-social a:hover {
    color: #343148;
    background: #F7CAC9;
}


.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px 10px 15px;
    text-align: center;
    background: #ffffff;
}

.team .team-text h2 {
    font-size: 18px;
    font-weight: 600;
}

.team .team-text p {
    margin: 0;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    padding: 45px 0;
}

.testimonial .container {
    padding: 0;
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.testimonial .testimonial-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.testimonial .testimonial-item img {
    margin: 0 auto;
    width: 120px;
    padding: 13px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .07);
    background: #ffffff;
    transition: .5s;
}

.testimonial .testimonial-text {
    position: relative;
    margin-top: -70px;
    padding: 75px 25px 25px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
}

.testimonial .testimonial-item p {
    font-size: 16px;
    color: #666666;
}

.testimonial .testimonial-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #f430cb;
}

.testimonial .testimonial-text h4 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial .owl-item.center img {
    border-color: transparent;
}

.testimonial .owl-item.center .testimonial-text {
    background: #343148;
}

.testimonial .owl-item.center .testimonial-text h3 {
color: #f430cb;
}

.testimonial .owl-item.center .testimonial-text p,
.testimonial .owl-item.center .testimonial-text h4 {
    color: #ffffff;
}

.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e131bd;
}

.testimonial .owl-dot.active {
    background: #343148;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
}

.blog .blog-page .blog-item {
    margin: 0 0 30px 0;
}

.blog .blog-img {
    position: relative;
    width: 100%;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-text {
    position: relative;
    padding: 25px 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.blog .blog-text h2 {
    font-size: 22px;
    font-weight: 600;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #343148;
    transition: .3s;
}

.blog .blog-item a.btn i {
    margin-left: 5px;
}

.blog .blog-item a.btn:hover {
    color: #F7CAC9;
}

.blog .blog-meta {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.blog .blog-meta p {
    margin: 0 10px 0 0;
    font-size: 13px;
}

.blog .blog-meta i {
    margin-right: 5px;
}

.blog .blog-meta p:last-child {
    margin: 0;
}

.blog .owl-nav {
    width: 150px;
    margin: 32px auto 0 auto;
    display: flex;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    margin-left: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F7CAC9;
    background: #343148;
    font-size: 22px;
    transition: .3s;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #343148;
    background: #F7CAC9;
}

.blog .pagination .page-link {
    color: #343148;
    border-radius: 0;
    border-color: #343148;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #F7CAC9;
    background: #343148;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0 15px 0;
}

.portfolio #portfolio-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    color: #343148;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    background: none;
    border: 1px solid #343148;
    transition: .3s;
}

.portfolio #portfolio-filter li:hover,
.portfolio #portfolio-filter li.filter-active {
    background: #343148;
    color: #F7CAC9;
}

.portfolio .portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s;
}

.portfolio .portfolio-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.portfolio img {
    position: relative;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    transition: .5s;
}

.portfolio .portfolio-wrap:hover img {
    transform: rotate(5deg) scale(1.12);
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .container {
    max-width: 900px;
}

.contact .contact-item {
    text-align: center;
    margin-bottom: 30px;
}

.contact .contact-item i {
    width: 50px;
    height: 50px;
    padding: 12px 0;
    font-size: 25px;
    color: #343148;
    margin-bottom: 15px;
    border: 1px solid #F7CAC9;
    border-radius: 50px;
}

.contact .contact-item h2 {
    font-size: 25px;
    font-weight: 700;
}

.contact .contact-form {
    position: relative;
}

.contact .contact-form input {
    height: 45px;
    padding: 15px;
    background: none;
    border-radius: 0;
}

.contact .contact-form textarea {
    height: 150px;
    padding: 15px;
    background: none;
    border-radius: 0;
}

.contact .contact-form .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #F7CAC9;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #343148;
    background: #F7CAC9;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}



/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .single-tags a:hover {
    color: #F7CAC9;
    background: #343148;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: #f3f6ff;
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 16px;
    font-weight: 400;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343148;
    background: #F7CAC9;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #F7CAC9;
    background: #343148;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #343148;
    background: #dddddd;
    border-radius: 0;
}

.single .comment-text .btn:hover {
    background: #F7CAC9;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 0;
}

.single .comment-form .btn {
    padding: 15px 30px;
    color: #F7CAC9;
    background: #343148;
}

.single .comment-form .btn:hover {
    color: #343148;
    background: #F7CAC9;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #F7CAC9;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #F7CAC9;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #343148;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #F7CAC9;
    background: #343148;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #343148;
    background: #F7CAC9;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px; 
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0; 
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #F7CAC9;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
    color: #F7CAC9;
    background: #343148;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}



/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    background: #000000;
}

.footer .container-fluid {
    padding: 90px 0 0 0;
    background: linear-gradient(rgba(52, 49, 72, .9), rgba(52, 49, 72, .9)), url(../img/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



.footerjs .container {
max-width:1460px !important;
}




.footer .footer-info {
    position: relative;
    width: 100%;
    text-align: center;
}

.footer .footer-info .footer-logo {
    display: inline-block;
    color: #F7CAC9;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 45px;
}

.footer .footer-info .footer-logo span {
    color: #ffffff;
    text-transform: lowercase;
}

.footer .footer-info h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer .footer-menu p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 10px;
    border-right: 1px solid #ffffff;
}

.footer .footer-menu p:last-child {
    border: none;
}

.footer .footer-social {
    position: relative;
    margin-top: 5px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #F7CAC9;
}

.footer .copyright {
    margin-top: 60px;
    padding: 0 30px;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #fff;
}


.footer  a:link  {
    color: #fff !important;
}


@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
    
    
.hero {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    padding: 60px 0 260px 0 !important;
    background: #2b2a2c;
    overflow: hidden;
    
    
}
    
    .hero {
   
    
    
      background: linear-gradient( 
0deg
 , #574e8b1f, #574e8b1f, #2c2558f2), url(../img/optimus-removals.webp) no-repeat;
    
   
    width: 100%;
    background-size: cover;
    height: 260px !important;
    
}
    
    
    
}




.strips {
    position: absolute;
    max-width: 1280px;
}

.hero {
   
    
    
      background: linear-gradient( 
0deg
 , #574e8b1f, #574e8b1f, #2c2558f2), url(../img/optimus-removals.webp) no-repeat;
    
   
  
    
}



.flip-box {
  background-color: transparent;
  width: 100%;
  height: 280px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
border-radius:9px;

margin:20px 0px 40px 0px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
background-color: #3431480a;
  color: black;
border-radius:9px;
}

.flip-box-back {
background-color: #0F443A;

  color: white;
  transform: rotateY(180deg);
border-radius:9px;
}









.cascade-slider_container {
  position: relative;
  width: 1200px;
  height: 250px;
  margin: 25px auto;
  padding-top: 150px;
}

.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0;
  z-index: -1;
  text-align: center;
}
.cascade-slider_item img {
  width: 400px;
}

.cascade-slider_item.next {
  left: 50%;
  transform: translateY(-50%) translateX(-150%) scale(0.6);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item.prev {
  left: 50%;
  transform: translateY(-50%) translateX(50%) scale(0.6);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item.now {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
}

.cascade-slider_arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 5;
  
}

.cascade-slider_arrow-left { left: 0; }

.cascade-slider_arrow-right { right: 0; }

.cascade-slider_nav {
  position: absolute;
  bottom: -120px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.cascade-slider_dot {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 1em;
  background: #ddd;
  list-style: none;
  cursor: pointer;
}

.cascade-slider_dot:hover { background: #555; }

.cascade-slider_dot.cur { background: #555; }


.navbar .dropdown-menu {

  border-radius: 10px;
  background: #fffffff5 !important;

}

.get-a-q {   
    border: solid 2px;
    border-radius: 10px;
    border-style: ridge;
    
}

.navbar-dark {background: #fff !important;} 



.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}

.back-to-top:hover i {
    color: #fff !important;
    
}


.back-to-top {

      background: #1f1828 !important;
   
    color: #fff !important;
}

.dropdown-item {
 
    font-weight: 600 !important;
    color: #393555 !important;
   
}


.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
    background: rgb(255 255 255 / 0%) !important;
    transition: none;
    color:#FDC816 !important;
}

.single-defination {    box-shadow: rgb(0 0 0 / 8%) 30px 25px 20px -30px;
    padding: 10px;} 
    
.categories-area .single-cat { box-shadow: rgb(17 17 26 / 10%) 0px 0px 16px; }

#mobilesocial{height:200px; padding-top:80px; font-size:42px; max-width:100%;}


.footer-area p {color:#ffffff !important;}

fab.new-style {font-size:32px;}


ul.new-style {
	 position:absolute;
    display: inline-flex;
	

	 margin:0;
	 padding:0;
	 transform: translate(-50%, -50%);
	 transition: .5s;
	}
	ul.new-style li.new-styl{
	 list-style: none;
	 margin: 0 40px;
	}
	ul.new-style li.new-styl a .fa{
	 font-size: 40px;
	 color: #56a79a;
	 line-height: 80px;
	 transition: .5s;
	}
	ul.new-style li.new-styl a{
	 position: relative;
	 display: block;
	 width: 80px;
	 height: 80px;
	 text-align: center;
	 background-color: #F733C9;
	 transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(0,0);
	 box-shadow: -20px 20px 10px rgba(0,0,0,.5);
	 transition: .5s;
	}
	ul.new-style li.new-styl a:before{
	 content: '';
	 position: absolute;
	 top: 10px;
	 left: -20px;
	 height: 100%;
	 width: 20px;
	 transform: rotate(0deg) skewY(-45deg);
	background-color: #f733c9a8;
	}
	ul.new-style li.new-styl a:after{
	 content:'';
	 position: absolute;
	 bottom: -20px;
	 left: -10px;
	 height: 20px;
	 width: 100%;
	 transform: rotate(0deg) skewX(-45deg);
	 background-color: #e8e8e8;
	}
	ul.new-style li.new-styl a:hover{
	 transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
	 box-shadow: -50px 50px 50px rgba(0,0,0,.5);
	}
	ul.new-style li.new-styl:hover a .fa{
	 color: #fff;
	}
	ul.new-style li.new-styl:hover:nth-child(1) a{
	 background-color: #0d47a9;
	}
	ul.new-style li.new-styl:hover:nth-child(1) a:before{
	 background-color: #174BA4;
	}
	ul.new-style li.new-styl:hover:nth-child(1) a:after{
	 background-color: #174BA4;
	}
	ul.new-style li.new-styl:hover:nth-child(2) a{
	 background-color: #2196f3;
	}
	ul.new-style li.new-styl:hover:nth-child(2) a:before{
	 background-color: #3590D9;
	}
	ul.new-style li.new-styl:hover:nth-child(2) a:after{
	 background-color: #3590D9;
	}
	ul.new-style li.new-styl:hover:nth-child(3) a{
	 background-color: #d84315;
	}
	ul.new-style li.new-styl:hover:nth-child(3) a:before{
	 background-color: #E54B1A;
	}
	ul.new-style li.new-styl:hover:nth-child(3) a:after{
	 background-color: #E54B1A;
	}
	ul.new-style li.new-styl:hover:nth-child(4) a{
	 background-color: #ad1457;
	}
	ul.new-style li.new-styl:hover:nth-child(4) a:before{
	 background-color: #BB225E;
	}
	ul.new-style li.new-styl:hover:nth-child(4) a:after{
	 background-color: #BB225E;
	}
	ul.new-style li.new-styl:hover:nth-child(5) a{
	 background-color: #282923;
	}
	ul.new-style li.new-styl:hover:nth-child(5) a:before{
	 background-color: #30312B;
	}.new-style
	ul li.new-styl:hover:nth-child(5) a:after{
	 background-color: #30312B;
	}
	

@media screen and (max-width: 768px) {
    
    .culoaresura {
    background: #036a5c;
    padding: 5px !important;
    border-radius:10px;
}
    
    
    
  .hidemobile {
    
    display: none;
  }
  
  
  
  .hero {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    padding: 60px 0 100px 0 !important;
    background: #2b2a2c;
    overflow: hidden;
}

.hero {
    background: linear-gradient( 
0deg
 , #574e8b1f, #574e8b1f, #2c2558f2), url(../img/optimus-removals.webp) no-repeat;
    width: 100%;
    background-size: cover;
    height: 100px;
}

  
}


.btnc {
  
    color: #ffffff !important;
  
    border: solid 3px #F731CC !important;
}




.btng {
  
    color: #ffffff !important;
  
    border: solid 3px #F731CC !important;
}

.culoaresura {
    background: #095e4ff0;
    padding: 50px;
    border-radius:10px;
}

.btngg {
    border: 3px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background: #2d2b3ab5;
    border-radius: 0;
    transition: .3s;
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff !important;
    border: solid 2px #343148 !important;
    width: 100%;
}


.abouttextz h3{ color:#f5f5f5 !important; }
.abouttextz h2{ color:#f5f5f5 !important; }






html,body
{
    font-family: 'Jost', sans-serif;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler
{
    border: none;
}
.nav-link
{
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    transition: 0.5s;
    position: relative;
    margin-right: 15px;
}

  .nav-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    background: #0f443a;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
  }
  .text-green
  {
    color: #0f443a;
  }
  .nav-link:hover {
    color: #95a5a6;
  }
  .nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }


.cricle-bg
{
    bottom: 30%;
    z-index: -1;

}
#hero-banner .yellow-line
{
    left: 70%;
    top: 20%;
    z-index: -1;
}


#hero-banner p{

font-weight: 500;
font-size: 18px;
color: #5E6282;
}
.btn-default
{
    background-color: #0f443a;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border: solid 1px #0f443a;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-default:hover{
    background-color: white;
    color: #0f443a;
}

.btn-default.sactive{
    background-color: white;
    color: #0f443a;
}
.white-text
{
    color: white !important;
}


.btn-default i{
    font-size: 18px;
}

.hero-bg-img
{
    z-index: -1;
}
.hero-banner-cc
{

}

#service-section h1{
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
    color: #14183E;
}
.service-card
{
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    width: 90%;
}
.service-card .header {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #181E4B;
}

.sec-bg
{
    z-index: -1;
}
.service-card p{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
    line-height: 26px;
    color: #3d3d3e;
}
.service-card ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#destination-section .desc h1
{
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    text-transform: capitalize;
    color: #14183E;
}
#destination-section .desc ul{
    list-style: none;
    padding: 0px;
}
#destination-section .desc li
{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 50px;
text-align: justify;
text-transform: uppercase;
color: #97979F;
}

#destination-section .subsection h1{
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 58px;
    text-align: center;
    text-transform: capitalize;
    color: #14183E;
}
#destination-section .subsection p{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    width: 70%;
    text-align: start;
    text-transform: uppercase;
    color: #5E6282;
}
.package-card
{
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 5px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.package-card .title
{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #060606;
}
.package-card p
{
    font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 26px;
text-transform: uppercase;
text-align: justify;
color: #9A9A9E;
}
.package-card .card-img
{
    background: #FFFFFF;
    border: 2px solid #E4E5EA;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin-top: -32.50px;
}
.package-card .card-img img
{
    width: 30px;
    height: auto;

}


#testimotional-setion .testimotion h2
{
    font-style: italic;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #1E3446;
}

.testimotional-card
{
    background: #FFFFFF;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0px 37px 75px rgba(0, 0, 0, 0.07);
    border: 4px solid #EFF3F4;
    max-width: 400px;
    height: 100%;
}
.testimotional-card p{

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: left !important;
    color: #3d3d3e;
    opacity: 1;
}
.testimotional-card svg
{
    color: orange;
    margin-right: 3px;
}

.test-profile span{
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

/* .quote-form
{
   background: #0f443a;
   border-radius: 20px;
   width: 90%;
}

.quote-form h1{
    font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 25px;
text-align: center;

color: #FFFFFF;
}
.quote-form input,select,textarea{
background-color: white;
border: none;
width: 100%;
padding: 7px;
margin-top: 5px;
margin-bottom: 2px;
color: #3d3d3e;
outline: none;
} */
.is-invalid
{
    border:solid red 2px !important;
}

.w-200px
{
    width: 200px !important;
}
footer{
    background: #0f443a;
}

footer h1{
    color: white;
    font-size: 35px;
}
.flag-img
{
    border-radius: 3px;
}
footer ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
footer .sperator
{
    height: 0.02rem;
    width: 100%;
    background-color: white;
}
footer ul li a
{
    text-decoration: none;
}
footer .top-areas li
{
    display: inline-block;
}

footer .top-areas li a
{
    color: white;
    font-size: 14px;
}

footer .top-areas li::after
{
    content: '|';
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

footer .top-areas li:last-child:after
{
    content: '';

}


footer ul li a span{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #FEFFFF;

opacity: 0.7;
}
footer ul li svg{
    font-size: 14px;
    color: #FEFFFF;
    opacity: 1;
    margin-right: 15px;
}

footer .heading
{
    font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 18px;
color: #FFFFFF;
}

footer .subheading
{
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
    opacity: 0.6;
}
.sub-footer
{
    color: #FFFFFF;
    text-align: center;
}

.section-card
{
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 5px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.about-section .header
{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #080809;
}

.about-section  p{
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 26px;
text-align: justify;
text-transform: uppercase;
color: #9A9A9E;
}
.about-section-2
{
    background-color: #0f443a;
}

.about-card
{
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 5px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}
.about-card .header
{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 124.5%;
    text-transform: uppercase;
    color: #080809;
}
.about-card p
{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    text-transform: uppercase;
    color: #9A9A9E;
}
.about-card ul{
    list-style: circle;

}
.about-card ul li{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    text-transform: uppercase;
    color: #9A9A9E;
}
.falg-img
{
    border-radius: 30px;
}
.qoute-form-falg
{
    width: 407px;
}
.qoute-form-falg .quote-form
{
    width: 100%;
}
.quote-form-card
{
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 5px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    width: 70%;
}
#quote-form-section img
{

    width: 350px;
}
.quoteform-header
{
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 124.5%;
text-transform: uppercase;
color: #080809;
}
.contact-card
{
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 5px rgb(0 0 0 / 5%);
    border-radius: 15px;
    width: 250px;
    height: 180px;
}
.contact-card img
{
    width: 35px;
}

.contact-card .text
{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    color: #0f443a;
}

.contact-card .img-bx
{
    min-height: 45px;
}

#map
{
    width: 100%;
    height: 400px;
}

.key-points
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 18px;
    color: #5E6282;
}
.key-points svg{
    color: #daad6e;
    margin-top: -3px;
    margin-right: 5px;
}
.services-box {
    padding: 20px 0px 0px 20px;
    position: relative;
}
.services-box-text {
    padding: 24px 40px 33px 43px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    background-color: #f5f5f5;
    transition: all 0.5s ease-in-out;
}
.services-box-text h5 {
    margin: 0px 0px 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
#services-list-section ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#services-list-section li
{
    margin-bottom: 20px;
}



.services-box-text i {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    padding: 18px 0px 0px;
    border: 1px dashed;
    transition: all 0.5s ease-in-out;
}

#services-list-section ul li:hover .services-box-text
{
    background-color: #0f443a;
    color: white;
    
}

#services-list-section ul li:hover .services-box-text i {
    color: #343434;
}

#services-list-section ul li:hover .services-box-text i
{
    background-color: #daad6e;
    border: #daad6e;
}
.section-title
{
    font-weight: 500;
    font-size: 40px;
    letter-spacing: -0.04em;
    color: #daad6e;
    margin: 20px 0px;
}
.service-card ul li
{
    padding: 10px 0px;
    font-size: 18px;
}
#why-choose-us-section
{
    background-color: #0f443a;
}
#why-choose-us-section ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.wcb
{
    border: dashed 1px white;
    border-collapse: collapse;
    padding: 20px;
    cursor: pointer;
    color: white;
    transition: all 0.5s ease-in-out;
}
.wcb:hover
{
    transform: scale(1.05);
    border: none;
    background-color: white;
    color: #060606;
    
    
}
.wcb svg{
    margin-top: 3px;
    height: 22px;
    width: 22px;
}
.wcb .title{
    font-size: 20px;
    font-weight: 700px;
    margin: 0px 5px;
}
.wcb p{
    margin-top: 5px;
    text-align: justify;
}
.feature-icon i
{
   width: 20px;
   height: 20px;
   margin-right: 15px;
   color: #0f443a;
}
.un-feature-icon i
{
    width: 20px;
    height: 20px;
    margin-right: 7px;
    color: #c2c0c0
}
.testimonial-card
{
    background-color: #f5f5f5;
    padding: 15px;  
    margin-right: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    height: 330px;
}

.review-footer
{
    width: 95%;
    position: absolute;
    bottom: 20px;
}
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.btn-slider
{
    font-size: 40px;
    color: #0f443a;
    height: 40px;
    width: 40px;
}

.carousel-control-prev {
    justify-content: start;
    left: -40px;
}

.carousel-control-next {
    justify-content: end;
    right: -40px;
}
.review-date
{
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #6f6e6e;
}
.outer-reivews img
{
    height: 60px;
    margin:15px 25px;
}

.get-a-quote h1{
    font-size: 18px  !important;
    font-weight: 700 !important;
}
.get-a-quote .heading
{
    background: #0f443a;
    padding: 10px;
}
.get-a-quote-form
{
    background: #f5f5f5;
    padding: 20px;
}
.get-a-quote-form input, select, textarea
{
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 5px ;
    border: 1px solid #efefef;
    background: #fff;
}

.form_field_row input:hover {
    border: 1px solid #0f443a;
}

.get-a-quote h1{
    font-style: normal;
    font-weight: 100;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF !important;
}
.get-a-quote-form h1{
    color: #78787a !important;
}


.bg-verde {background: #0F443A !important ;}
