.main-container {
    max-width: 1920px;
    margin: 0 auto;
}
.main-header {
    margin-bottom: -83px;
    position: relative;
    z-index: 99;
    padding: 0 40px;
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heder-menu ul li {
    display: inline-block;
    margin-right: 10px;
}
.heder-menu {
    display: inline-block;
    position: relative;
    left: 100px;
}
.heder-menu ul {
    display: inline-block;
}
.heder-menu ul li a {
    display: inline-block;
    font-size: 18px;
    color: #232323;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    padding: 20px 5px 20px;
    transition: .5s;
    position: relative;
}
.heder-menu a:hover, .heder-menu ul li.active a {
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
.header-button a {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding: 13px 15px;
    border: 1px solid #fff;
    transition: .5s;
    border-radius: 3px;
    background: linear-gradient(to right, #533efe, #740fd6);
}
.header-button a:hover{
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
.header-icon {
    display: inline-block;
    position: relative;
    right: -130px;
}
.header-icon i {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.sticky-nav {
    padding: 0 170px 0px;
}
.sticky-nav .search-box-btn.search-box-outer i {
    left: 0!important;
}
/* sub-menu */
.heder-menu ul .sub-menu {
    top: 120px;
    height: auto;
    width: 215px;
    background: #fff;
    transition: .5s;
    visibility: hidden;
    display: block;
    border-radius: 5px;
    position: absolute;
    opacity: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #7311D8;
}
.heder-menu ul .sub-menu ul li a {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
}
.sub-menu ul li a {
    padding: 9px 7px 9px 25px;
    color: #616161;
    display: inline-block;
    transition: 0.5s;
    width: 215px;
}
.sub-menu ul li a:hover{
    color: #fff;
    background:#7311D8;
}
.heder-menu ul li:hover .sub-menu {
    top:75px;
    visibility: visible !important;
    opacity: 1;
}
.header-button a {
    padding: 13px 35px!important;
    border-radius: 7px;
}











/*<!-- ============================================================== -->
<!-- Start  slider-area   Css -->
<!-- ============================================================== -->*/
.slider-area {
    padding: 120px 0px 90px;
    background: url(assets/images/hero-bg-3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.single-slider-box {
    position: relative;
}
.shape-one {
    position: absolute;
    top: 0;
    left: -30%;
}
.shapes {
    position: absolute;
    top: 90%;
    left: -50%;
}
.slider-thumb img {
    width: 100%;
    margin-left: 50px;
}
.slider-area .sub-title h5 {
    color: #fff!important;
}
.slider-area .sub-title h3 {
    color: #fff!important;
}
.slider-title h3 {
    font-size: 55px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 20px;
    line-height: 1.2;
    font-weight: 300;
}
.slider-title h3 span {
    font-weight: 600;
    color: #1d2124;
}
.slider-title h2 {
    font-size: 65px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 600;
    color: #1d2124;
}
.slider-title p {
    font-size: 16px;
    color: #646464;
    font-weight: 500;
    width: 90%;
    line-height: 1.5;
    margin: 22px 0 38px;
}
.slider-button {
    margin-bottom: 180px;
}
.slider-button a {
    color: #1d2124;
    display: inline-block;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
    border: 2px solid #e8e8e9;
}
.slider-button a:hover {
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
.slider-button.upper {
    float: left;
    margin-right: 20px;
}
.slider-button.upper a {
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
}
.slider-button.upper a:hover {
    background: linear-gradient(to left, #533efe, #740fd6);
}
.downlod-img ul li {
    display: inline-block;
    list-style: none;
    margin: 0 -13px;
}
.downlod {
    display: inline-block;
}
.downlod a {
    color: #646464;
    margin: 0 25px 0 0;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
}
a.number {
    display: inline-block;
    color: #5a49f8;
    font-weight: 600;
    font-size: 18px;
}
.downlod-img {
    display: inline-block;
    margin-right: 20px;
}
/*<!-- ============================================================== -->
<!-- Start  service-area Css -->
<!-- ============================================================== -->*/
.single-service-box {
    border-radius: 5px;
    padding: 40px 45px;
    transition: .3s;
    position: relative;
}
 .single-service-box:hover{
    background: #6837f0;
} 
.single-service-box:hover .service-ico i{
    background: #fff;
    color: #5a49f8;
}
.service-ico i {
    display: inline-block;
    /* background: #694bf9; */
    background: #fff;
    /* color: #fff; */
    color: #5a49f8;
    height: 62px;
    width: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    transition: .5s;
}
.service-title h2 {
    font-size: 22px;
    color: #fff;
    margin: 30px 0 12px;
    position: relative;
    display: inline-block;
}
 .service-title h2::before {
    position: absolute;
    top: 27px;
    left: 0;
    height: 2px;
    width: 0;
    background: #fff;
    content: "";
    transition: .5s;
} 
 .single-service-box:hover .service-title h2::before{
    width: 100%;
}
 .service-title p {
    color: #fff;
    font-size: 16px;
}
.service-button {
    margin-top: 21px;
}
.service-button a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
}
.service-button a::before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 77%;
    background: #8277F9;
}
.service-button a i {
    display: inline-block;
    margin: 0 0px 0 5px;
}
 .service-icos i {
    display: inline-block;
    background: #FF930D;
    color: #fff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
}
 .service-icons i {
    display: inline-block;
    background: #19DC5A;
    color: #fff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
}
/*<!-- ============================================================== -->
<!-- Start  section-title Css -->
<!-- ============================================================== -->*/
.section-title {
    text-align: left;
    margin-bottom: 35px;
}
.sub-title p {
    font-size: 16px;
    color: #646464;
    margin: 21px 0 20px;
    font-family: 'Rubik', sans-serif;
}
.sub-title p a {
    color: #5a49f8;
}
.sub-title h5 {
    font-size: 20px;
    color: #5a49f8;
    position: relative;
    /* text-transform: capitalize; */
    margin-bottom: 14px;
    font-weight: 500;
    margin-left: 40px;
}
.sub-title h5::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    left: -30px;
    margin: 0;
    height: 5px;
    width: 20px;
    background: #CDC8FD;
    border-radius: 5px;
}
.sub-title h5::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    left: -40px;
    margin: 0;
    height: 5px;
    width: 5px;
    background: #CDC8FD;
    border-radius: 5px;
}
.sub-title h3 {
    font-size: 42px;
    color: #061738;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin: 0;
}
.sub-title h3 span {
    font-weight: 600;
}
.sub-title h5 span::before {
    position: absolute;
    content: "";
    top: 10px;
    right: -190px;
    left: 0px;
    margin: auto;
    height: 5px;
    width: 20px;
    background: #CDC8FD;
    border-radius: 5px;
}
.sub-title h5 span::after {
    position: absolute;
    content: "";
    top: 10px;
    right: -225px;
    left: 0;
    margin: auto;
    height: 5px;
    width: 5px;
    background: #CDC8FD;
    border-radius: 5px;
}
.sub-title h2 {
    font-size: 39px;
    margin-bottom: 0px;
    /* text-transform: capitalize; */
    margin-top: 0;
    line-height: 1.2;
    font-weight: 600;
    color: #1d2124;
    font-family: 'Poppins', sans-serif;
}
.sub-title h2 span {
    font-weight: 600;
}
/*<!-- ============================================================== -->
<!-- Start  about-area Css -->
<!-- ============================================================== -->*/
.about-area {
    padding: 50px 0px 65px 0px;
}
.about-area .about-thumb img {
    width: 100%;
}
.about-area .section-title {
    text-align: left;
}
.about-area .sub-title h5 {
    margin-left: 50px;
}
.about-icon i {
    display: inline-block;
    font-size: 50px;
    color: #7364F9;
}
.about-area .main-title h1 {
    left: 14%;
    top: -65px;
}
.about-button {
    margin-top: 25px;
}
.about-button a {
    display: inline-block;
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
}
.about-button a:hover{
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
.about-title h2 {
    color: #1D2124;
    margin: 0px 0px 5px 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.about-title p {
    font-size: 16px;
    color: #646464;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    width: 60%;
}
.about-area .sub-title h5::before {
    top: 13px;
    left: -35px;
    margin: 0;
}
.about-area .sub-title h5::after {
    top: 13px;
    left: -47px;
    margin: 0;
}
/*<!-- ============================================================== -->
<!-- Start  Why-choos-us-area Css -->
<!-- ============================================================== -->*/
.Why-choos-us-area {
    padding: 130px 0px 65px 0px;
}
.Why-choos-us-area .sub-title h3 {
    color: #333;
}
.Why-choos-us-area .sub-title h5 {
    font-size: 20px;
    color: #5a49f8;
    position: relative;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.Why-choos-us-area .section-title {
    text-align: left;
}
.Why-choos-us-area .sub-title h5::before {
    right: 0;
    left: -35px;
    margin: 0;
}
.Why-choos-us-area .sub-title h5::after {
    right: 0;
    left: -47px;
    margin: 0;
}
.Why-choos-us-area .main-title h1 {
    left: 18%;
}
.Why-choos-us-area .sub-title h5 {
    margin-left: 45px;
}
.Why-choos-us-area h2 {
    font-weight: 300;;
}

.Why-choos-us-area h2 span {
    font-weight: 600;
}
.icon-box {
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #F3F2FF;
    border-radius: 0px 0px 0px 0px;
    padding: 30px 50px 12px 25px;
    margin-bottom: 20px;
}
.icon-box:hover{
    border-radius: 5px 5px 5px 5px;
    background-color: #F3F2FF;
}
.icon-box.upper {
    border-radius: 5px 5px 5px 5px;
    background-color: #F3F2FF;
}
.icon-box.upper .choose-icon i {
    background: #18DC59;
}
.upper.choose-icon i {
    background: #36BAFE;
}
.choose-icon {
    float: left;
    margin-right: 20px;
}
.choose-icon i {
    color: #fff;
    display: inline-block;
    text-align: center;
    background: #FF930E;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 50%;
    margin-bottom: 90px;
}
.choose-title h3 {
    font-size: 22px;
    color: #1d2124;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.choose-title p {
    margin: 14px 0 20px;
    width: 98%;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: #646464;
}
.choos-thumb img {
    width: 100%;
}
.choose-button {
    margin-top: 43px;
}
/*<!-- ============================================================== -->
<!-- Start  call-do-action  Css -->
<!-- ============================================================== -->*/
.call-do-action {
    padding: 25px 0px 110px 0px;
}
.call-do-action.upper {
    padding: 90px 0px 110px 0px;
}
.call-do-action .sub-title h5 {
    color: #5a49f8;
}
.single-call-box {
    background: #fff;
    border: 1px solid #ebeafe;
    border-radius: 5px;
    padding: 25px 20px 20px;
    transition: .3s;
    margin-bottom: 20px;
}
.single-call-box:hover{
    box-shadow: 0px 10px 60px 0px rgb(90 73 248 / 15%);
}
.call-icon {
    float: left;
}
.call-icon i {
    font-size: 23px;
    color: #5a49f8;
    display: inline-block;
    text-align: center;
    padding-right: 16px;
    margin-top: -5px;
}
.call-title h2 {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.call-thumb img {
    width: 100%;
}
.call-button {
    margin: 18px 20px 0 30px;
}
.call-button a {
    display: inline-block;
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
}
.call-button a:hover {
    background: linear-gradient(to left, #533efe, #740fd6);
}
.call-button a i {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
}
.calls-buttons{
    margin: 18px 0px 0 0px;
}
.calls-buttons a {
    display: inline-block;
    color: #533efe;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
    position: relative;
}
.calls-buttons a:hover{
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
}
.calls-buttons a:hover::before{
    background: inherit;
}
.calls-buttons a::before{
    position: absolute;
    content: "";
    bottom: 15px;
    left: 36px;
    height: 2px;
    width: 101px;
    background: #533efe;
}
/*<!-- ============================================================== -->
<!-- Start  contact-area.upper  Css -->
<!-- ============================================================== -->*/
.contact-area.upper {
    padding: 100px 0px 115px 0px;
}
.contact-area.upper .section-title {
    text-align: center;
}
.contact-area.upper .sub-title h5::before {
    right: 0;
    left: -178px;
    margin: auto;
}
.contact-area.upper .sub-title h5::after {
    right: 0;
    left: -212px;
    margin: auto;
}
.contact-area.upper .form-button {
    text-align: center;
    margin-top: 25px;
}
.contact-area.upper button {
    background: linear-gradient(to right, #533efe, #740fd6);
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 14px 39px;
    border-radius: 7px;
    color: #fff;
}
.map-area .row {
    overflow: hidden;
}


/*<!-- ============================================================== -->
<!-- Start  screenshot-area  Css -->
<!-- ============================================================== -->*/
.screenshot-area {
    background-image: linear-gradient(45deg, #533EFE 0%, #740FD6 100%);
    padding: 120px 0px 90px 0px;
}
.screenshot-area .section-title {
    text-align: center;
}
.screenshot-area .sub-title h5 {
    color: #fff;
}
.screenshot-area .sub-title h5::before {
    right: 0;
    left: -201px;
    margin: auto;
}
.screenshot-area .sub-title h5::after {
    right: 0;
    left: -238px;
    margin: auto;
}
.screenshot-area .sub-title h5 span::after {
    right: -235px;
    left: 0;
    margin: auto;
}
.screenshot-area .sub-title h3 {
    color: #fff;
}
.screenshot-area .sub-title h2 {
    color: #fff;
    margin-bottom: 50px;
}
.screenshot-thumb img {
    width: 100%;
}
.screenshot-area .hassan.col-lg-12 {
    padding: 0 5px;
}
.screenshot-more-button {
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.owl-dots {
    position: relative;
    top: 70px;
    text-align: center;
}
.owl-dot {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin: 6px;
    border: 2px solid #fff;
    padding: 3px;
}
.owl-dot.active {   
    position: relative;
}
.owl-dot.active::before {
    position: absolute;
    top: -8px;
    left: -8px;
    content: "";
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    border-radius: 50%;
}
/*<!-- ============================================================== -->
<!-- Start  brand-area  Css -->
<!-- ============================================================== -->*/
.brand-area {
    padding: 125px 0px 0px 0px;
}
.brand-title {
    text-align: center;
}
.brand-title h5 {
    color: #5A49F8;
    font-size: 18px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.brand-title h5::before {
    position: absolute;
    top: 10px;
    left: 0;
    height: 1px;
    width: 35%;
    background: #cdc8fd;
    content: "";
}
.brand-title h5::after {
    position: absolute;
    top: 10px;
    right: 0;
    height: 1px;
    width: 35%;
    background: #cdc8fd;
    content: "";
}
.row.bottom {
    border-bottom: 1px solid #dee2e6!important;
    padding: 60px 0px 30px 0px;
}
.brand-area.upper {
    padding: 125px 0px 50px 0px;
}
/*<!-- ============================================================== -->
<!-- Start  breadcumb-area  Css -->
<!-- ============================================================== -->*/
.breadcumb-area {
    background: url(assets/images/bg5.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 170px 0 143px;
}
.breacumb-content {
    text-align: center;
}
.breadcumb-title h1 {
    font-size: 55px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #1d2124;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}
.breadcumb-content-text a {
    display: inline-block;
    margin: 0 6px;
    color: #5f4ff8;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.breadcumb-content-text a i {
    display: inline-block;
    font-size: 18px;
    margin: 0 12px;
}
/*<!-- ============================================================== -->
<!-- Start team-area  Css -->
<!-- ============================================================== -->*/
.team-area {
    padding: 0 0px 100px 0px;
}
.team-area .sub-title h5 {
    color: #5a49f8;
}
.team-button {
    text-align: right;
}
.team-button a {
    display: inline-block;
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
}
.team-button a:hover{
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
.single-team-box {
    box-shadow: 0px 10px 60px 0px rgb(90 73 248 / 15%);
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    min-height: 415px;
}
.single-team-box::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(45deg, #533efe, #740fd6);
    z-index: -1;
    transition: .5s;
}
.single-team-box:hover::before{
    left: 0;
    width: 100%;
}
.single-team-box:hover .team-title h2, 
.single-team-box:hover .team-title h5, 
.single-team-box:hover .team-icon ul li a, 
.single-team-box:hover .team-title p{
    color: #fff;
}
.team-content {
    margin-top: 30px;
}
.team-thumb {
    float: left;
    margin-right: 25px;
}
.team-thumb img {
    border-radius: 99999px;
    max-width: 235px;
    max-height: 230px;
}
.team-title h2 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #1d2124;
}
.team-title h5 {
    font-size: 16px;
    font-weight: 500;
    color: #5a49f8;
    font-family: 'Rubik', sans-serif;
    margin: 10px 0 16px;
    transition: .5s;
}
.team-title p {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: #646464;
    transition: .5s;
}
.team-icon ul li {
    list-style: none;
    display: inline;
    margin-right: 10px;
}
.team-icon ul li a {
    color: #9e7fee;
    transition: .5s;
    display: inline-block;
    font-size: 16px;
}
/*<!-- ============================================================== -->
<!-- Start  vedio-area  Css -->
<!-- ============================================================== -->*/
.vedio-area {
    margin-bottom: -297px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.row.bag {
    background: url(assets/images/bg8.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
    z-index: 1;
}
.row.bag::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.slider-video {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 30px;
    right: 0;
    margin: auto;
    text-align: center;
}
.about-video-icon a, .about-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #5A49F8;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
    font-size: 28px;
    z-index: 1;
}
@keyframes ripple-blue{
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    }
}
/*<!-- ============================================================== -->
<!-- Start  testimonial-area  Css -->
<!-- ============================================================== -->*/
.testimonial-area {
    padding: 380px 0px 80px 0px;
    background: #F3F2FF;
    position: relative;
}
.testimonial-area .sub-title h3 {
    font-size: 40px;
    color: #1d2124;
}
.testimonial-area .sub-title h5 {
    color: #5a49f8;
}
.testi-button a {
    background: #F3F2FF;
    color: #5a49f8;
    border: 2px solid #5a49f8;
    padding: 10px 30px;
    transition: .5s;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 1;
}
.testi-button a::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(45deg, #533efe, #740fd6);
    z-index: -1;
    transition: .5s;
}
.testi-button a:hover{
    color: #fff;   
}
.testi-button a:hover::before{
    left: 0;
    width: 100%;
}
.single-testi-box {
    background: #fff;
    border-radius: 5px;
    margin-top: 0;
    padding: 40px 35px 40px 40px;
}
.testi-content {
    border-bottom: 1px solid #eeecfe;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.testi-thumb {
    float: left;
    margin-right: 16px;
}
.testimonial-title h2 {
    font-size: 24px;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    color: #1d2124;
    font-family: 'Poppins', sans-serif;
}
.testimonial-title span {
    color: #5a49f8;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding-top: 8px;
    font-family: 'Rubik', sans-serif;
}
.testi-title p {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #646464;
}
.testi-title p i {
    color: #5a49f8;
    font-size: 35px;
}
/*<!-- ============================================================== -->
<!-- Start  pricing-area  Css -->
<!-- ============================================================== -->*/
.pricing-area {
    padding: 125px 0px 70px 0px;
}
.pricing-area .section-title {
    text-align: center;
}
.pricing-area .sub-title h3 {
    color: #1D2124;
}
.pricing-area .sub-title h5::before {
    right: 0;
    left: -204px;
    margin: auto;
}
.pricing-area .sub-title h5::after {
    right: 0;
    left: -237px;
    margin: auto;
}
.row.com {
    margin-top: 13px;
}
.pricing-area .row.com .col-lg-3.col-md-6 {
    padding: 0;
}
.single-pricing-box {
   transition: all 0.3s ease 0s;
    padding: 35px 40px 28px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 10px 60px 0px rgb(90 73 248 / 15%);
    border: 0;
    border-radius: 0;
}
.single-pricing-boxs {
   transition: all 0.3s ease 0s;
    padding: 35px 40px 28px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 10px 60px 0px rgb(90 73 248 / 15%);
    border: 0;
    border-radius: 0;
}
.single-pricing-box:hover .pricing-center{
   border-color: #5a49f8;
}
.pricing-left {
    text-align: center;
}
.pricing-left span.and {
    color: #5a49f8;
    position: relative;
    bottom: -78px;
    left: -85px;
}
.pricing-left h3 {
    font-size: 18px;
    color: #1d2124;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: -13px;
}
.pricing-left p {
    font-size: 18px;
    position: relative;
    top: -1px;
    color: #5A49F8;
}
.pricing-left p span {
    font-size: 65px;
    font-weight: 400;
    text-align: center;
    color: #5a49f8;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}
.pricing-center {
    text-align: left;
}
.pricing-center ul li {
    display: block;
    list-style: none;
    font-size: 17px;
    padding: 5px 0 5px;
    color: #646464;
    font-family: 'Rubik', sans-serif;
}
.pricing-center ul li i {
    display: inline-block;
    left: -18px;
    top: 9px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #5a49f8;
    transition: .5s;
    margin-right: 3px;
}
.pricing-button {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    transition: .5s;
}
.pricing-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px;
    position: relative;
    text-transform: capitalize;
    color: #5a49f8;
    border: 1px solid #5a49f8;
    border-radius: 5px;
}
.single-pricing-box:hover .pricing-button a{
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
.single-pricing-boxs .pricing-button a {
    color: #fff;
    background: linear-gradient(to left, #533efe, #740fd6);
}
/*<!-- ============================================================== -->
<!-- Start  blog-area  Css -->
<!-- ============================================================== -->*/
.blog-area {
    padding: 60px 0px 20px 0px;
}
.blog-area .sub-title h3 {
    color: #1D2124;
}
.blog-area.upper {
    padding: 60px 0px 20px 0px;
}
.blog-thumb img {
    width: 100%;
}
.blogs_button {
    margin-bottom: 38px;
}
.blogs_button a {
    color: #1d2124;
    display: inline-block;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    border: 2px solid #e8e8e9;
}
.blogs_button a:hover {
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
.blogs_button a i {
    display: inline-block;
    margin-right: 5px;
}
.blogs_button.upper {
    float: left;
    margin-right: 20px;
}
.blogs_button.upper a {
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
}
.blogs_button.upper a:hover {
    background: linear-gradient(to left, #533efe, #740fd6);
}
.downlod-img ul li {
    display: inline-block;
    list-style: none;
    margin: 0 -13px;
}
.downlod {
    display: inline-block;
}
.downlod span {
    color: #646464;
    margin: 0 25px 0 0;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
}
span.number {
    display: inline-block;
    color: #5a49f8;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
}
.downlod-img {
    display: inline-block;
    margin-right: 20px;
}
.blog-single-box {
    overflow: hidden;
    text-align: left;
    background: #fff;
    border: 0;
    box-shadow: 0px 8px 60px rgb(243 242 255);
    border-radius: 7px;
    transition: .5s;
    margin-bottom: 30px;
}
.blog-content {
    padding: 0 25px;
}
.blog-single-box:hover{
   box-shadow: 0 2px 4px #0003; 
}
.blog-single-box-gradient {
    background: url(/assets/images/bg-small-box.jpg) center center no-repeat;
    color: #fff;
    padding: 20px;
}
.blog-single-box-gradient p {
    margin: 0;
}
.blog-thumb {
    position: relative;
}
.blog-thumb img {
    width: 100%;
}
.top-btn {
    position: absolute;
    top: 20px;
    left: 20px;
}
.top-btn a {
    display: inline-block;
    background: #5f4ff8;
    padding: 0 16px;
    line-height: 19px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}
.blog-title {
    padding: 22px 22px 28px;
}
.blog-title span {
    position: relative;
    margin-right: 40px;
    font-size: 16px;
}
.blog-title span:hover{
    color: #5f4ff8;
}
.blog-title span i {
    display: inline-block;
    color: #5f4ff8;
    margin-right: 5px;
}
.blog-title span::before {
    content: "";
    background: #e0e1fc;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -28px;
    top: 10px;
    border-radius: 50%;
}
.blog-title h2 a {
    font-size: 22px;
    margin: 20px 0 0;
    line-height: 1.2;
    position: relative;
    border-top: 1px solid #f0effe;
    padding-top: 26px;
    display: inline-block;
    color: #1d2124;
    font-weight: 600;
    transition: .5s;
    font-family: 'Poppins', sans-serif;
}
.blog-title h2 a:hover{
    color: #5A49F8;
}
.blog-title p {
    margin: 16px 0 15px;
    color: #646464;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Rubik', sans-serif;
}
.blog-title li {
    line-height: 28px;
    font-family: 'Rubik', sans-serif;
    color: #646464;
}
.blog-title ul, .blog-title ol {
    padding-left: 25px;
}
.image-gallery {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
}
.image-gallery img {
    max-height: 500px;
    margin: 10px 10px;
}
.image-gallery.image-gallery-allow-wide img {
    max-width: 100%;
}
.blog-button a {
    color: #5a49f8;
    display: inline-block;
    position: relative;
    font-weight: 500;
    transition: .5s;
    text-transform: capitalize;
}
.blog-button a i{
    display: inline-block;
    transition: .5s;
}
.blog-button a:hover i{
    margin-left: 12px;
}
.blog-button a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
    background: #8277f9;
    height: 2px;
    transition: .3s;
}
.blog-area.upper .blog-thumb img {
    width: 100%;
}
.blog-area.upper .blog-single-box {
    margin-bottom: 30px;
}
.sideber-box {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.sideber-title h3 {
    color: #232323;
    display: block;
    font-size: 21px;
    margin-bottom: 40px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
}
.bg-bar {
    position: relative;
    z-index: 1;
}
.bg-bar::before {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 88px;
    height: 3px;
    background: #aec6ef;
    content: "";
}
.bg-bar::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 18px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #5a49f8;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.small-box {
    background: url(/assets/images/bg-small-box.jpg) center center no-repeat;
    color: #fff;
    max-width: 300px;
    padding: 15px;
}

.small-box h2 {
    font-size: 22px;
    color: #fff;
    padding-bottom: 15px;
}

.small-box-bottom {
    display: flex;
    margin-bottom: 10px;
}

.small-box-icon {
    height: 50px;
    width: 50px;
    background: #8948E5;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}
.resent-post-single-box {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
    margin-bottom: 16px;
}
.resent-thunb img {
    border-radius: 5px;
    width: 28%;
    float: left;
    margin-right: 12px;
}
.resent-title a h3 {
    color: #1d2124;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.resent-title a span {
    color: #616161;
}
.resent-post-single-box.two {
    border: none;
    margin: 0;
    padding: 0 0 20px;
}
.catagories-body ul li{
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    transition: .5s;
    padding-bottom: 10px;
}
.catagories-body ul li a {
    color: #616161;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.sidebar-search {
    margin-bottom: 30px;
}
.form-control {
    top: 31px;
    display: block;
    width: 70%;
    height: calc(1.5em + .75rem + 2px);
    padding: 25px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #949494;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
}
button a {
    position: absolute;
    right: 30px;
    top: 91px;
    display: inline-block;
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
}
button a:hover{
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
.paginationss-title {
    padding-top: 40px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    margin-top: 0;
    width: 90%;
    position: relative;
    left: 31px;
    margin-bottom: 30px;
}
.paginationss-title ul {
    display: inline-block;
}
.paginationss-title ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.paginationss-title ul li a i {
    border: 1px solid #e6e6e6;
    color: #565872;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}
.paginationss-title ul li a i:hover {
    background: #5F4FF8;
    border-color: #5F4FF8;
    color: #fff;
}
.contact-title h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 35px;
    color: #1d2124;
    font-family: 'Poppins', sans-serif;
    position: relative;
}
 .form_box {
    margin-bottom: 15px;
}
.form_box input {
    width: 100%;
    height: 54px;
    padding-left: 20px;
    background: #EEECFE;
    border-radius: 3px;
    transition: .5s;
    border: 1px solid #EEECFE;
}
.form_box textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    border: 1px solid #EEECFE;
    height: 150px;
    outline: 0;
    transition: .5s;
    background: #EEECFE;
    margin-top: 7px;
}
 .form_box input:focus{
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    border-color: #80bdff;
    outline: 0;
}
 .form_box textarea:focus{
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    border-color: #80bdff;
}
 input::placeholder {
    color: #94A9A8;
}
 textarea#massage::placeholder {
    color: #94A9A8;
}
 .form-button {
    text-align: left;
    margin-top: 25px;
}
.blog-area .form-button button {
    padding: 14px 33px;
    display: inline-block;
    background: linear-gradient(to right, #533efe, #740fd6);
    color: #fff;
    text-transform: capitalize;
    transition: .5s;
    border: navajowhite;
    margin-bottom: 50px;
}
.form-button button:hover {
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}
input[type="text"] {
    color: #333;
}
textarea#massage {
    color: #333;
}
/*<!-- ============================================================== -->
<!-- Start  footer-area  Css -->
<!-- ============================================================== -->*/
.footer-area {
    padding: 255px 0px 20px 0px;
    background: url(assets/images/bg10.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
    margin-top: 0px;
}
.footer-area .section-title {
    text-align: center;
}
.row.fbg {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 25px;
    background: #FFFFFF;
    position: relative;
    margin-top: -163px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-radius: 5px;
}
.fbg-title-container {
    text-align: center;
    margin-bottom: 20px;
}
.fbg-title {
    background: #5a49f8;
    border: 1px solid #5a49f8;
    color: #fff;  
    display: inline;
    padding: 14px 33px; 
    margin: 0 auto;
    text-align: center;
}
.fbg-link {
    font-size: 16px;
    height: 55px;
    padding: 5px 25px;
    width: 50%;
    background: linear-gradient(to right, #533efe, #740fd6);
    border: 0;
    border-radius: 5px;
    color: #fff;
    display: flex;
    margin: 20px auto;
    align-items: center;
    justify-content: center;
}
.subscrib-box {
    text-align: center;
}
.footer-area .form_box input {
    font-size: 16px;
    height: 55px;
    padding: 5px 25px;
    position: relative;
    width: 50%;
    background: linear-gradient(to right, #533efe, #740fd6);
    margin-left: -30%;
    border: 0;
    border-radius: 5px;
    color: #fff;
}
.footer-area .form_box input::placeholder {
    color: #fff;
}
.footer-area .form-button {
    padding-left: 16px;
    position: absolute;
    top: -36%;
    right: 21%;
    margin-top: 25px;
}
.footer-area .form-button button {
    background: #5a49f8;
    border: 1px solid #5a49f8;
    color: #fff;
    width: 140px;
    transition: .3s;
    border-radius: 5px;
    padding: 14px 33px;
}
.footer-area .form-button button:hover{
    background: #fff;
    border-color: #fff;
    color: #5a49f8;
}
.row.pad {
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #fff;
    padding: 80px 0px 60px 0px;
}
.footer-text p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    margin: 25px 0;
}
.footer-icon ul {
    margin-top: 35px;
}
.footer-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.footer-icon ul li a {
    display: inline-block;
    color: #fff;
    transition: .5s;
}
.footer-icon ul li a:hover{
    color: #FF930E;
}
.footer-title h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 35px;
}
.footers-icon ul li {
    list-style: none;
    margin-top: 13px;
}
.footers-icon ul li a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: .5s;
}
.footers-icon ul li a:hover{
    color: #18DC59;
}
.footers-icon ul li a i {
    display: inline-block;
    margin-right: 8px;
}
.social-icon ul li {
    list-style: none;
}
.social-icon ul li i {
    height: 45px;
    width: 45px;
    background: #8948E5;
    color: #fff;
    line-height: 45px;
    border-radius: 50%;
    font-size: 18px;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 15px;
}
.social-tex span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}
.social-tex p {
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
.social-tex.social-tex-black span {
    color: #000;
}
.social-tex.social-tex-black p {
    color: #000;
}
.copy-right-area {
    text-align: center;
    padding: 025px 0px 0px 0px;
}
.copy-right-area span {
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}









/*** 
====================================================================
  Search Popup
====================================================================
***/

.search-popup{
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
  width: 100%;
}
.search-active .search-popup{
  transform: translateY(0%);
  margin-top: 0;
}
.search-box-btn.search-box-outer {
    display: inline-block;
    position: relative;
    right: -210px;
}
.search-box-btn.search-box-outer i {
    display: inline-block;
    cursor: pointer;
    color: #1d2124;
    padding: 0 15px 0 0;
}
.sticky-nav .search-box-btn.search-box-outer i {
    color: #1d2124;
    position: relative;
    left: 40px;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #FFBA00;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search i {
    position: relative;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #333;
    display: inline;
    text-align: center;
}

.search-active .search-popup .close-search{
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form{
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin:-35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form{
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group{
  position:relative;
  margin:0px; 
  overflow: hidden;
}
.search-popup .close-search.style-two{
  position: absolute;
  right: 25px;
  left: auto;
  color:#ffffff;
  width:auto;
  height:auto;
  top:25px;
  margin:0px;
  border:none;
  background:none !important;
  box-shadow:none !important;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.search-popup .close-search.style-two i {
    font-size: 20px;
    color: #FFBA00;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
  position:relative;
  display:block;
  font-size:18px;
  line-height: 50px;
  color:#000000;
  height:70px;
  width:100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
  font-weight:500;
  text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
  color:#000000;
}

/*===========================scroll strat===========================  
 ===========================************===========================  */ 
.scroll-area {
  position: relative;
  z-index: 999;
}
.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}
.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.scroll-area .go-top::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
  color: #fff;
}
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 50px;
  border-radius: 100%;
}
.top-wrap {
  position: relative;
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 60px;
    height: 59px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background: #009E66;
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.top-wrap .go-top-button::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/*<!-- ============================================================== -->
<!-- Start  sticky-nav  Css -->
<!-- ============================================================== -->*/
.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #ffffff!important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 50px 0px;
}
.sticky-nav.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.main_sticky {
    display: none;
}
.sticky-nav .header-menu ul li a {
    color: #fff!important;
}
.sticky-nav a.main_sticky {
    display: inline-block !important;
}
.sticky-nav .header-logo a {
    display: none;
}
.sticky-nav ul.sub-menu li a {
    display: inline-block;
    margin: 6px 0px 6px 21px;
    color: #6e7673 !important;
    transition: .5s;
}
.sticky-nav .header-con i {
    color: #fff;
}
.header-menu ul .sub-menu li {
    display: block;
    margin-right: 0;
    transition: .5s;
}
 ul.sub-menu li:hover{
    background: #87C03D;
}
 ul.sub-menu li a:hover{
    color: #fff !important;
}
.sticky-nav ul.sub-menu li:hover{
    background: #87C03D;
}
.sticky-nav ul.sub-menu li a:hover{
    color: #fff !important;
}


.chart {
  position: absolute;
  width: 450px;
  height: 450px;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -225px;
}
.pieTip {
  position: absolute;
  float: left;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 18px 6px;
  border-radius: 2px;
  background: rgba(255,255,255,.97);
  color: #444;
  font-size: 19px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.5);
  -webkit-transform: all .3s;
     -moz-transform: all .3s;
      -ms-transform: all .3s;
       -o-transform: all .3s;
          transform: all .3s;
  pointer-events: none;
}
.pieTip::after {
      position: absolute;
      left: 50%;
      bottom: -6px;
      content: "";
      height: 0;
      margin: 0 0 0 -6px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 6px solid rgba(255,255,255,.95);
      line-height: 0;
}
.chart path { cursor: pointer; }

.input-error {
    font-size: 12px;
    color: rgb(153, 24, 24);
    height: 20px;
    display: block;
}



/*landing-one-css*/
#contact {
    background: #F3F2FF;
}

@media screen and (max-width: 770px) {
    .slider-area {
        background-position-y: -70px;
        padding-top: 30px;
    }
    
    .slider-button {
        margin-bottom: 30px;
    }

    .how-it-works-section {
        margin-top: 50px;
    }

    .single-service-box {
        padding: 10px 15px;
    }

    .service-button {
        margin-top: 10px;
    }

    .service-title h2 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    .slider-area {
        background-position-y: -80px;
    }
}

@media screen and (max-width: 500px) {
    .slider-area {
        background-position-y: -110px;
    }

    .blog-title {
        padding: 0 20px !important;
    }
}

@media screen and (max-width: 400px) {
    .slider-area {
        background-position-y: -160px;
    }
}

.animation-scale-in-center {
    animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running scale-in-center;
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}