* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

.mlr-10 {
    margin: 0px 10px;
}


/*--------------------------------------whatsapp-icon-css----open----------------------------------*/
#whatsapp {
    position: fixed;
    right: 28px;
    text-align: center;
    height: 50px;
    width: 50px;
    font-size: 35px;
    background-color: #00b54c;
    border-radius: 100%;
    bottom: 180px;
    z-index: 1111;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {
        top: 150px;
    }

    to {
        top: 150px;
        background-color: #01e675;
        transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
    }
}

@keyframes mymove {
    from {
        top: 150px;
    }

    to {
        top: 150px;
        background-color: #01e675;
        transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
    }
}

/*--------------------------------------whatsapp-icon-css----end----------------------------------*/


.desktop-none {
    display: none !important;
}


.features-section {
    position: relative;
    padding: 60px 0px 60px;
}

.sec-title h2 {
    font-size: 38px;
    padding-bottom: 10px !important;
}

.featured-block {
    position: relative;
    margin-bottom: 25px;
}



.Industries_heading {
    font-size: 28px !important;
    font-weight: 600;
    margin-bottom: 30px;
}

.featured-block .inner-box:hover .border-two:before {
    height: 100%;
    transition-delay: 1000ms;
}

.featured-block .inner-box .border-two:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 2px;
    height: 0px;
    background-color: #262442;
    transition: all 600ms ease;
}

.featured-block .inner-box:hover .border-two:after {
    width: 100%;
    transition-delay: 1500ms;
}

.featured-block .inner-box .border-two:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 2px;
    background-color: #262442;
    transition: all 600ms ease;
}

.featured-block .inner-box:hover .border-one::before {
    height: 100%;
}

.featured-block .inner-box .border-one:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 2px;
    height: 0px;
    background-color: #262442;
    transition: all 600ms ease;
}

.featured-block .inner-box:hover .border-one:after {
    width: 100%;
    transition-delay: 500ms;
}

.featured-block .inner-box .border-one:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #262442;
    transition: all 600ms ease;
}

.featured-block .inner-box .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    margin: 0 0 0 -43px;
    background-color: #262442;
}

/* .icon-para{
  display: inline;
  } */

.featured-block:nth-child(2n + 1) .inner-box .icon-box {
    background-color: #f57009 !important;
}

.featured-block .inner-box p {
    position: relative;
    color: #2b2a41;
    font-weight: 700;
    margin-top: -42px;
    /* text-align: center; */
    padding: 0 0px 0 40px;
    align-items: center;
    text-align: start;
    font-size: 17px !important;
}

.featured-block .inner-box {
    position: relative;
    text-align: center;
    padding: 20px 15px 0px 15px;
    min-height: 100px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.icon-box:before {
    content: "";
}

.featured-block .inner-box {
    position: relative;
    text-align: center;
    padding: 20px 15px 0px 15px;
    min-height: 100px;
    width: 94%;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.featured-block .inner-box .border-one {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 8px;
}

.featured-block:nth-child(2n + 1) .inner-box .border-one::before,
.featured-block:nth-child(2n + 1) .inner-box .border-one::after,
.featured-block:nth-child(2n + 1) .inner-box .border-two::before,
.featured-block:nth-child(2n + 1) .inner-box .border-two::after {
    background-color: #f57009 !important;
}

.inner-box {
    width: 340px;
    margin-left: 30px;

}

.category-name a {
    text-align: left;
    padding: 12px 10px 0px 10px;
}


.galley-ww {
    overflow: hidden;
    background: url(../images/zoom.png) center center no-repeat;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.pt-40 {
    padding-top: 40px;
}

/* :: Body */
body {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #1C1A30;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

::-moz-selection {
    background-color: #65308e;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background-color: #65308e;
    color: #FFF;
    text-shadow: none;
}

a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #FFF;
}

.container,
.container-fluid {
    position: relative
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

p {
    color: #6c6b6b;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
    line-height: 25px;
}

.about-us-text-box p {
    text-align: justify;
}

.service ul {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.service ul li {
    float: left;
    padding: 10px 17px;
    background: #26273b;
    color: #fff;
    margin: 1px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.main_industries {
    font-weight: 600;
    font-size: 18px;
}

.py-70 {
    padding: 60px 0px;
}

/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    /* height: 80vh;*/
}

/* :: My Classes */
.ml-30 {
    margin-left: 30px
}

.mb-30 {
    margin-bottom: 30px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.py-100 {
    padding: 100px 0;
}

.py-100-70 {
    padding: 100px 0 70px 0;
}

.padding-0 {
    padding: 0;
}

.py-0-0-70-0 {
    padding: 0 0 70px 0;
}

.py-50 {
    padding: 50px 0px 20px 0px
}



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(84deg, #00000040, transparent);
}

.overlay-2 {
    background-color:rgb(255 255 255 / 29%);
}

.overlay-3 {
   background: linear-gradient(90deg, #000f2d73, transparent);
}

.overlay-4 {
    background-color: rgb(255 255 255 / 95%);
}

.btn-1 {
    text-transform: none;
    position: relative;
    text-align: center;
    background-color: #65308e;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border-radius: 3px;
    overflow: hidden;
    font-family: 'Heebo', sans-serif;
    display: -ms-inline-grid;
    display: inline-grid;
    cursor: pointer;
    -webkit-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.btn-1 span {
    position: relative;
    z-index: 2;
}

.btn-1:after,
.btn-1:before {
    content: '';
    position: absolute;
    height: 50%;
    width: 0;
    background-color: #65308e;
    z-index: 1;
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -o-transition: .3s cubic-bezier(.785, .135, .15, .86);
    transition: .3s cubic-bezier(.785, .135, .15, .86);
}

.btn-1:after {
    top: 0;
    left: 0;
    right: auto;
}

.btn-1:hover:after {
    width: 100%;
    right: 0;
    left: auto;
}

.btn-1:before {
    bottom: 0;
    right: 0;
    left: auto;
}

.btn-1:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.btn-1:hover span {
    color: #fff;
}

.btn-1:hover:after,
.btn-1:hover:before {
    background-color: #1C1A30;
}

.btn-2 {
    background-color: #1C1A30;
}

.btn-2 span {
    color: #ffffff;
}

.btn-2:hover span {
    color: #FFF;
}

.btn-2:hover:after,
.btn-2:hover:before {
    background-color: #65308e;
}

.btn-3 {
    background-color: #65308e;
}

.btn-3 span {
    color: #FFF;
}

.btn-3:hover span {
    color: #fff;
}

.btn-3:hover:after,
.btn-3:hover:before {
    background-color: #1C1A30;
}

.btn-4 {
    background-color: #FFF;
}

.btn-4 span {
    color: #65308e;
}

.btn-4:hover span {
    color: #ffffff;
}

.btn-4:hover:after,
.btn-4:hover:before {
    background-color: #1C1A30;
}
.btn-5{
    background-color: #65308e;
}

/* :: Section Title */
.sec-title {
    margin-bottom: 50px;
}

.sec-title h2 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    color: #fff;
    font-family: 'Heebo', sans-serif;
}

.sec-title.home-2 h2:before {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 2px;
    width: 5000px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 10px);
}

.sec-title.home-3 h2 {
    margin-bottom: 10px;
}

.sec-title.home-3 h2:before {
    content: '';
    background-color: #65308e;
    position: absolute;
    height: 2px;
    width: 5000px;
    bottom: -10px;
    right: 0;
}

.sec-title h3 {
    font-size: 38px;
    line-height: 1.3;
    color: #1C1A30;
    /* text-transform: capitalize; */
    font-weight: 700;
    position: relative;
}
.sec-title.sec-title-dif h3{
    position: relative;
}
.sec-title.sec-title-dif h3::after{
    position: absolute;
    /* content: ''; */
    bottom: 0;
    left: 0;
    width: 16%;
    height: 2px;
    background: #65308e;
}

.sec-title .sec-explain {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    /* text-transform: capitalize; */
    position: relative;
}

.bg-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bg-section-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bg-section-2-left {
    background-color: #1C1A30;
    width: 50%;
    float: left;
    height: 100%;
}

.bg-section-2-right {
    background-image: url(../images/provide/03_provide.jpg);
    height: 100%;
    width: 50%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* :: Loading */
.loading {
    position: fixed;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.loading .loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
}

.loading .lds-roller {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}

.loading .lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
    -ms-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
}

.loading .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #65308e;
    margin: -5px 0 0 -5px;
}

.loading .lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
    animation-delay: -0.036s;
}

.loading .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.loading .lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
    animation-delay: -0.072s;
}

.loading .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.loading .lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s;
}

.loading .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.loading .lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s;
}

.loading .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.loading .lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s;
}

.loading .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.loading .lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s;
}

.loading .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.loading .lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s;
}

.loading .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.loading .lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s;
}

.loading .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@-webkit-keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* :: Navbar */
.nav-bar.active {
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    background-color: #FFF;
}

.nav-bar .logo .logo-nav {
    display: block;
    padding: 5px 0px;
}

.nav-bar .logo .logo-nav img {
    width: 280px;
}

.nav-bar .logo .logo-nav img.two {
    display: none;
}

.nav-bar.active .logo .logo-nav img.one {
    display: none;
}

.nav-bar.active .logo .logo-nav img.two {
    display: block;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 {
    display: inline-block;
    position: relative;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1 {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    padding: 30px 0;
    margin: 0 30px 0 0px;
    position: relative;
    display: block;
}

.nav-bar.active .nav-bar-links .level-1 .item-level-1 .link-level-1 {
    color: #1C1A30;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:before {
    content: '';
    background-color: #65308e;
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover:before,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active:before {
    width: 100%;
}

.nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1 {
    margin-right: 0;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover {
    color: #65308e;
}

.nav-bar .nav-bar-links .level-2 {
    position: absolute;
    z-index: 2;
    background-color: #1C1A30;
    border-radius: 8px;
    top: 100%;
    left: 0;
    min-width: 225px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}

.nav-bar .nav-bar-links .item-level-1.has-menu:hover .level-2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 {
    position: relative;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2 {
    color: #FFF;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    display: block;
    text-transform: capitalize;
    padding: 12px 25px;
    border-bottom: 1px solid rgb(248 246 247 / 10%);
}

.nav-bar .nav-bar-links .level-2 .item-level-2:last-of-type .link-level-2 {
    border-bottom: 0;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.nav-bar .nav-bar-links .level-2 .item-level-2:hover .link-level-2:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #65308e;
}

.nav-bar .nav-bar-tools li {
    position: relative;
}

.nav-bar .nav-bar-tools li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding: 30px 15px 30px 0;
}

.nav-bar .nav-bar-tools li:last-of-type {
    margin-right: 0;
    padding-right: 0;
}

.nav-bar .nav-bar-tools li:after {
    content: '';
    width: 2px;
    height: 25px;
    background-color: rgb(155 155 155 / 30%);
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-bar .nav-bar-tools li:last-of-type:after {
    display: none;
}

.nav-bar .nav-bar-tools li.item.phone {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-bar .nav-bar-tools li .search-icon i,
.nav-bar .nav-bar-tools li .menu-icon i,
.nav-bar .nav-bar-tools li .cart-icon i {
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
}

.nav-bar .nav-bar-tools li .search-icon:hover i,
.nav-bar .nav-bar-tools li .menu-icon:hover i {
    color: #65308e;
}

.nav-bar .nav-bar-tools li .nav-bar-contact i {
    font-size: 35px;
    float: left;
    line-height: 1.1;
    color: #65308e;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box {
    padding-left: 50px;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box span {
    color: #F5F5F5;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    font-family: 'Barlow', sans-serif;
    color: #FFF;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a:hover,
.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box a:hover {
    color: #65308e;
}

.nav-bar.active .nav-bar-tools li .search-icon i,
.nav-bar.active .nav-bar-tools li .menu-icon i,
.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box span,
.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box a {
    color: #1C1A30;
}

.nav-bar .nav-bar-tools li.item.buttons {
    padding: 15px 0px 15px 0;
}

.nav-bar .nav-bar-tools li.item.buttons a.btn-1 {
    line-height: 45px;
    height: 45px;
    min-width: 120px;
    padding: 0;
}
.item.buttons.enquire-btns{
    display: inline;
}
.item.buttons.enquire-btns .btn-1{
    font-size: 16px;
    min-width: 144px;
    height: 48px;
    line-height: 50px;
    padding: 0 1px;
}

/* .item.buttons.enquire-btns .btn-1{
    font-size: 16px;
    min-width: 144px;
    height: 48px;
    line-height: 50px;
    padding: 0 1px;
    position: fixed;
    top: 35%;
    z-index: 11;
    right: 0;
    transform: rotate(90deg);
    margin-right: -49px;
    box-shadow: 0px 4px 7px #00000026;
} */

.nav-bar .nav-bar-tools li .cart-icon i {
    color: #1C1A30;
}

.nav-bar .nav-bar-tools li .cart-icon i:hover {
    color: #65308e;
}

.nav-bar .nav-bar-tools li.cart {
    padding: 29px 15px 29px 0;
}

.nav-bar .nav-bar-tools li.cart .cart-popup {
    background-color: #FFF;
    padding: 30px;
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    z-index: 999;
    width: 300px;
    -webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-bar .nav-bar-tools li.cart:hover .cart-popup {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item {
    position: relative;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    display: block;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item img {
    width: 50px;
    height: 50px;
    float: left;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content {
    padding-left: 65px;
    padding-right: 25px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content div {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 4px;
    color: #1C1A30;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #9B9B9B;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #1C1A30;
    border-radius: 1px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item:hover {
    background-color: #65308e;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #9B9B9B;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span:last-of-type {
    float: right;
    color: #65308e;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart {
    margin-top: 20px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button {
    outline: none;
    padding: 0 22px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button:first-of-type {
    margin-right: 10px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1 {
    padding: 0 15px;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1:first-of-type {
    margin-right: 16px;
}

/* :: Top Navbar */
.top-navbar {
    background-color: #1C1A30;
}

.top-navbar .content-box .website-info li {
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    padding-left: 0;
    line-height: 1.1;
    font-weight: 500;
    /*text-transform: capitalize;*/
}

.top-navbar .content-box .website-info li i {
    margin-right: 6px;
    color: #00d7cf;
}
.top-navbar .content-box .website-info li:last-child i{
    font-size: 14px;
}

.top-navbar .content-box .website-icon-social li {
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    padding-left: 15px;
    line-height: 1;
}

.top-navbar .content-box .website-icon-social li:hover i {
    color: #fe100e;
}

/* :: Navbar home-2 */
.all-navbar.home-2 .nav-bar.active {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
}

.all-navbar.home-2 .nav-bar .logo .logo-nav img.one {
    display: none
}

.all-navbar.home-2 .nav-bar .logo .logo-nav img.two {
    display: block
}

.all-navbar.home-2 .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .search-icon i,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .menu-icon i,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .nav-bar-contact .content-box a {
    color: #1C1A30;
}

.all-navbar.home-2 .nav-bar .nav-bar-tools li .nav-bar-contact .content-box span {
    color: #9B9B9B;
}

.all-navbar.home-2 .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.all-navbar.home-2 .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .nav-bar-contact .content-box a:hover,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .search-icon i:hover,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .menu-icon i:hover {
    color: #65308e;
}

/* :: Search Box */
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(245 112 9 / 90%);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

.search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
}

.search-box form input {
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
    font-size: 24px;
    color: #FFF;
    border: 0;
    border-bottom: 2px solid #FFF;
}

.search-box form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    border: 0;
    outline: none;
}

.search-box .search-box-icon {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: #FFF;
    cursor: pointer;
}

.search-box .search-box-icon:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #65308e;
}

/* :: Menu Box */
.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

.menu-box .inner-menu {
    width: 400px;
    padding: 100px 50px;
    position: absolute;
    right: -402px;
    height: 100%;
    background-color: #FFF;
    overflow-y: scroll;
}

.menu-box.active .inner-menu {
    right: 0;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}

.menu-box .inner-menu .website-info {
    margin-bottom: 30px;
}

.menu-box .inner-menu .website-info .logo {
    display: block;
    margin-bottom: 30px;
}

.menu-box .inner-menu .website-info .logo img {
    width: 140px;
}

.menu-box .inner-menu .website-info p {
    text-transform: capitalize;
    font-size: 14px;
}

.menu-box .inner-menu .contact-info h4,
.menu-box .inner-menu .follow-us h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #1C1A30;
}

.menu-box .inner-menu .contact-info .contact-box,
.contact-info .contact-box {
    margin-bottom: 30px;
}

.menu-box .inner-menu .contact-info .contact-box i,
.contact-info .contact-box i {
    float: left;
    font-size: 30px;
    line-height: 1;
    color: #ed5716;
    position: relative;
    z-index: 2;
    padding: 10px 0 0 10px;
}

.menu-box .inner-menu .contact-info .contact-box .box,
.contact-info .contact-box .box {
    padding-left: 55px;
}

.menu-box .inner-menu .contact-info .contact-box .box a.phone,
.menu-box .inner-menu .contact-info .contact-box .box a.mail,
.menu-box .inner-menu .contact-info .contact-box .box p,
.contact-info .contact-box .box a,
.contact-info .contact-box .box p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
    display: block;
    color: #5a5a5a;
    font-family: 'Barlow', sans-serif;
}

.menu-box .inner-menu .contact-info .contact-box .box a.phone:hover,
.menu-box .inner-menu .contact-info .contact-box .box a.mail:hover,
.menu-box .inner-menu .contact-info .contact-box .box p:hover,
.contact-info .contact-box .box a:hover,
.contact-info .contact-box .box p:hover {
    color: #65308e;
}

.menu-box .inner-menu .follow-us .icon-follow li {
    display: inline-block;
    cursor: pointer;
}

.menu-box .inner-menu .follow-us .icon-follow li a {
    background-color: #ffdfdc;
    display: inline-block;
    color: #fe120f;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 10px;
}

.menu-box .inner-menu .follow-us .icon-follow li:hover a {
    background-color: #65308e;
    color: #FFF;
}

.menu-box-icon {
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #65308e;
    width: 35px;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.menu-box-icon:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* :: Header */

.header,
.header .header-carousel .sec-hero {
    min-height: 550px !important;
}

.header .header-carousel {
    height: 100%;
}

.header .header-carousel .container {
    position: relative;
}
.header.home-2.banner{
    position: relative;
}
.header .header-carousel .sec-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.header .banner .top-handline {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
    color: #FFF;
}

.header .banner .handline {
    color: #FFF;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    font-size: 42px;
    margin-bottom: 12px;
}
.header .banner .handline span{
    font-size: 58px;
    color: #00d4cb;
    font-weight: 700;
}
.header .banner .about-website {
    /* text-transform: capitalize; */
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    line-height: 25px;
    margin: 0 96px 14px 0;
    position: relative;
}

.header .banner .header-list-features .item {
    position: relative;
    margin-bottom: 12px;
}

.header .banner .header-list-features .item:last-of-type {
    margin-bottom: 0;
}

.header .banner .header-list-features .item i {
    font-size: 11px;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.header .banner .header-list-features .item h5 {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #FFF;
    text-transform: capitalize;
    padding-left: calc(22px + 12px);
    font-family: 'Barlow', sans-serif;
}

.header .banner .btn-box {
    margin-top: 10px;
}

.header-carousel.owl-theme .owl-nav,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    line-height: 1;
    width: 100%;
}

.header-carousel.owl-theme .owl-nav [class*=owl-],
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i {
    font-size: 60px;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i:hover,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i:hover {
    color: #65308e;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-left-chevron,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-left-chevron {
    left: 10px;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-right-chevron,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-right-chevron {
    right: 10px;
}

.header-carousel.owl-theme:hover .owl-nav [class*=owl-] i,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i {
    opacity: 1;
    visibility: visible;
}

.header-carousel.owl-theme .owl-dots {
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-carousel.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.header-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 25px;
    height: 6px;
    border-radius: 5px;
    background-color: #FFF;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-carousel.owl-theme .owl-dots .owl-dot.active span,
.header-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #65308e;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* :: Header home-2 */
.header .other-tools {
    height: 100%
}

.header.home-2 .pulse i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 28px;
    background-color: #65308e;
    color: #fff;
}

.header.home-2 .pulse i:hover {
    background-color: #fe100e;
    color: #FFF;
}

.header.home-2 .header-carousel.owl-theme .owl-dots {
    bottom: 40px;
}

/* :: Features */
.features {
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.features .all-features-item .features-item {
    background-color: #6d2d8c;
    color: #FFF;
    padding: 25px 20px;
    min-height: 128px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.features .all-features-item .features-item.active-bg {
    background-color: #1c1a30;
}


.features .all-features-item .features-item .icon-item {
    font-size: 40px;
    line-height: 1;
    position: relative;
    float: left;
    color: #ffffff
}

.features .all-features-item .features-item:hover .icon-item,
.start-grow:hover i,
.about-qualified-employees:hover i,
.nav-bar .nav-bar-tools li .nav-bar-contact:hover i,
.about-us .about-us-text-box .about-us-features-carousel .item:hover i:before,
.services-carousel-item:hover i:before,
.provide-core-list .provide-core-list-item:hover i:before,
.menu-box .inner-menu .contact-info .contact-box:hover i:before,
.contact-info .contact-box:hover i:before,
.statistic-item:hover i:before,
.features-style-2 .item:hover i {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

.features .all-features-item .features-item.active-bg .icon-item {
    color: #fff;
    font-weight: 500;
}

.features .all-features-item .features-item .content-box {
    padding-left: 20px;
}

.features .all-features-item .features-item .content-box span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 8px;
    display: block;
    color: #fff
}

.features .all-features-item .features-item .content-box h4 {
    position: relative;
    font-size: 22px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
}

.features .all-features-item .features-item .content-box p {
    margin-top: 15px;
    margin-bottom: 0;
    color: #F1F1F1;
}

.features .looking-partner {
    background-color: #65308e;
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.features .looking-partner span {
    margin-left: 5px;
    text-decoration: underline;
}

/* :: Features Home 3 */
.features.home-3 .all-features-item .features-item.one {
    border-bottom-left-radius: 5px;
}

.features.home-3 .all-features-item .features-item.three {
    border-bottom-right-radius: 5px;
}
 .features .all-features-item .features-item.four{
    background-color:#defbfb;
}
/* :: About US */
.about-us .about-us-img-box {
    position: relative;
    padding-right: 20px;
    height: 100%;
}

.about-us .about-us-img-box .img-box {
    position: relative;
    border-radius: 10px !important;
    height: 100%;
    max-width: 100%;

    /*background-size: cover;
    background-position: right;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
            box-shadow: 0 5px 40px rgb(9 29 62 / 11%);*/

}

.img-box img {
    max-width: 100%;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 5px;
    border: solid 1px #f1f1f1;
}
.about-us-text-box .sec-title h5{
    font-size: 18px;
    margin: 0px;
    font-weight: 500;
}


.about-us .about-us-text-box .sec-title {
    margin-bottom: 0px;
}

.about-us .about-us-text-box .sec-title h3 {
    margin-bottom: 20px;
}
.about-us .about-us-text-box .sec-title h3 span{
    color: #65308e;
}
.about-us .about-us-text-box p.providing {
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    color: #1C1A30;
    text-align: left;
}

.about-us-core-list {
    margin-bottom: 30px;
    overflow: hidden;
}

.about-us-core-list .item {
    position: relative;
    margin-bottom: 12px;
}

.about-us-core-list .item:last-of-type {
    margin-bottom: 0;
}

.about-us-core-list .item i {
    font-size: 12px;
    background-color: #65308e;
    margin-right: 8px;
    color: #FFF;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}

.about-us-core-list .item h4 {
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #6c757d;
    padding-left: 30px;
}

.about-us .about-us-text-box .img-person .about-us-person {
    border-radius: 50%;
    width: 60px;
    margin-right: 20px;
}

.about-us .about-us-text-box .img-person .signature {
    width: 250px;
}

.about-us .about-us-text-box .about-us-features-carousel {
    background: #F8F6F7 url(../images/01_pattern.png);
    overflow: hidden;
    border-radius: 5px;
    background-position: center;
}

.about-us .about-us-text-box .about-us-features-carousel .item {
    padding: 10px 40px;
}

.about-us .about-us-text-box .about-us-features-carousel .item i,
.services-carousel-item i,
.provide-core-list .provide-core-list-item i,
.statistic-item i {
    font-size: 38px;
    line-height: 1.1;
    display: inline-block;
    margin-bottom: 00px;
    color: #65308e;
    position: relative;
    padding: 15px 0 0 15px;
}

.about-us .about-us-text-box .about-us-features-carousel .item i:before,
.services-carousel-item i:before,
.provide-core-list .provide-core-list-item i:before,
.menu-box .inner-menu .contact-info .contact-box i:before,
.contact-info .contact-box i:before,
.statistic-item i:before {
    display: inline-block;
    position: relative;
    z-index: 1;
}

@-webkit-keyframes icon-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes icon-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.about-us .about-us-text-box .about-us-features-carousel .item i:after,
.services-carousel-item i:after,
.provide-core-list .provide-core-list-item i:after,
.menu-box .inner-menu .contact-info .contact-box i:after,
.contact-info .contact-box i:after,
.statistic-item i:after {
    content: '';
    background-color: #ffe7d4;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 40% 45% 40% 30%;
}

.menu-box .inner-menu .contact-info .contact-box i:after,
.contact-info .contact-box i:after {
    width: 35px;
    height: 35px;
}

.about-us .about-us-text-box .about-us-features-carousel .item h5 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 0px;
}

.about-us .about-us-text-box .about-us-features-carousel .item .btn-1 {
    min-width: auto;
    width: 100%;
}

/* :: About US Home 2 */
.about-us.home-2 .about-us-img-box {
    padding: 0 30px 0 0px;
}

.about-us.home-2 .about-us-img-box .img-box {
    background-position: center;
}

.start-grow {
    position: absolute;
    background-color: #65308e;
    color: #FFF;
    width: 160px;
    padding: 50px 30px;
    border-radius: 5px;
    top: 0;
    right: 0;
    z-index: 1;
    border-top-left-radius: 0;
}

.start-grow i {
    display: inline-block;
    font-size: 35px;
    margin-bottom: 25px;
}

.start-grow h5 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    position: relative;
}

.start-grow a {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    position: relative;
    margin-top: 20px;
}

.start-grow a:hover {
    color: #1C1A30;
}

.about-qualified-employees {
    position: absolute;
    background-color: #65308e;
    color: #FFF;
    width: 270px;
    padding: 30px;
    border-radius: 5px;
    bottom: 30px;
    left: 20px;
}

.about-qualified-employees i {
    float: left;
    font-size: 50px;
    display: inline-block;
}

.about-qualified-employees .content {
    padding-left: 65px;
}

.about-qualified-employees .content .employees-counter {
    font-size: 45px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 15px;
    font-family: 'Barlow', sans-serif;
}

.about-qualified-employees .content .counter-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
}

.features-style-2 .item {
    margin-bottom: 30px;
}

.features-style-2 .item i {
    font-size: 40px;
    line-height: 1.2;
    color: #65308e;
    float: left;
}

.features-style-2 .item .content-box {
    padding-left: 60px;
}

.features-style-2 .item .content-box h5 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 12px;
}

.features-style-2 .item .content-box p {
    margin-bottom: 0;
}

.about-quote {
    padding: 30px;
    background-color: #F9F9F9;
    border-radius: 5px;
    font-weight: 600;
    margin: 0;
}

.about-btn {
    margin-top: 30px;
}

/* :: About US Home 3 */
.about-us.home-3 .about-us-text-box .sec-title h2 {
    margin-bottom: 0;
}

.about-us.home-3 .about-us-text-box .sec-title h2:before {
    display: none;
}

.about-us.home-3 .about-us-img-box {
    padding: 40px 20px 40px 0;
}

.about-us.home-3 .about-us-img-box .img-box:after {
    content: '';
    background-color: #65308e;
    width: 80%;
    position: absolute;
    top: -40px;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    z-index: -1;
}

.about-us.home-3 .about-btn {
    margin-top: 0;
}

/* :: Services */
.services {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}

.services .bg-section {
    background-image: url(../images/services/01_services-bg.jpg);
    height: calc(100% - (450px/2));
}

.services .sec-title h3,
.services .sec-title .sec-explain {
    color: #FFF;
}

.services2 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.services2 .sec-title h3,
.services2 .sec-title .sec-explain {
    color: #1C1A30 !important;
}



.services-carousel-item {
    position: relative;
    padding: 50px 50px 0 50px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.services-carousel-item h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}

.services-carousel-item p {
    margin-bottom: 0;
}

.services-carousel-item .open-link {
    width: 100%;
    margin-top: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.services-carousel.owl-theme .owl-nav {
    display: none;
}

.services-carousel.owl-theme .owl-dots {
    margin-top: 30px;
}

.services-carousel.owl-theme .owl-dots .owl-dot span,
.projects-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 25px;
    height: 6px;
    border-radius: 5px;
    background-color: #FFF;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-carousel.owl-theme .owl-dots .owl-dot.active span,
.services-carousel.owl-theme .owl-dots .owl-dot:hover span,
.projects-carousel.owl-theme .owl-dots .owl-dot.active span,
.projects-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #65308e;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}




.services-carousel2.owl-theme .owl-nav {
    display: block;
}

.services-carousel2.owl-theme .owl-dots {
    margin-top: 30px;
}

.services-carousel2.owl-theme .owl-dots .owl-dot span,
.projects-carousel2.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 25px;
    height: 6px;
    border-radius: 5px;
    background-color: #1C1A30;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-carousel2.owl-theme .owl-dots .owl-dot.active span,
.services-carousel2.owl-theme .owl-dots .owl-dot:hover span,
.projects-carousel2.owl-theme .owl-dots .owl-dot.active span,
.projects-carousel2.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #65308e;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.services-carousel-item2 {
    position: relative;
    padding: 20px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    margin: 25px 15px;
    text-align: center;
    min-height: 280px;
    border-bottom: solid 5px #65308e;
}

.services-carousel-item2 h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    text-transform: none;
    position: relative;
}











/* :: Services Home-2 */
.services.home-2 {
    background-color: #F8F6F7;
}

.services.home-2 .bg-section {
    height: 54%;
    background-image: url(../images/services/02_services-bg.jpg);
}

.services.home-2 .services-carousel-item {
    padding: 0;
    overflow: hidden;
}

.services.home-2 .services-carousel-item .services-item-img-box {
    height: 260px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: all 1.2s ease;
}
.services.home-2 .services-carousel-item:hover .services-item-img-box{
    transform: scale(1.08);
}
.services.home-2 .services-carousel-item .services-item-img-box:before {
    font-family: 'ar-coder';
    position: absolute;
    z-index: 1;
    font-size: 45px;
    line-height: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

/*.services.home-2 .services-carousel-item.item-1 .services-item-img-box:before{
    content: "\e934";
}
.services.home-2 .services-carousel-item.item-2 .services-item-img-box:before{
    content: "\e93d"
}
.services.home-2 .services-carousel-item.item-3 .services-item-img-box:before{
    content: "\e916"
}
.services.home-2 .services-carousel-item.item-4 .services-item-img-box:before{
    content: "\e917"
}
.services.home-2 .services-carousel-item.item-5 .services-item-img-box:before{
    content: "\e910"
}
.services.home-2 .services-carousel-item.item-6 .services-item-img-box:before{
    content: "\e90d"
}*/
.services.home-2 .services-carousel-item:hover .services-item-img-box:before {
    opacity: 1;
    visibility: visible;
    color: #FFF;
    z-index: 4;
}

.services.home-2 .services-carousel-item .services-item-img-box span,
.projects-item span,
.services.home-3 .item-box span {
    position: absolute;
    z-index: 1;
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 1;
    background-color: #5a2b7e0f;

}

.services.home-2 .services-carousel-item:hover .services-item-img-box span,
.projects-item:hover span,
.services.home-3 .item-box:hover span {
    width: 2000px;
    height: 2000px;
}

.services.home-2 .item-box,
.services.home-3 .item-box {
    position: relative;
    padding: 20px 12px;
    min-height: 214px;
    background: #fff;
}

.services.home-2 .services-carousel-item .item-box i {
    float: left;
    padding: 0;
    line-height: 1.3;
    margin: 0;
    font-size: 45px;
}

.services.home-2 .services-carousel-item .item-box i:after {
    display: none;
}

.services.home-2 .services-carousel-item .item-box .content-box {
    padding-left: 0px;
}

.services.home-2 .services-carousel-item .item-box .content-box h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.services.home-2 .services-carousel-item .item-box .content-box .more,
.services.home-3 .item-box .content-box .more {
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    color: #564c4c;
    margin-top: 18px;
}

.services.home-2 .services-carousel-item .item-box .content-box .more:hover,
.services.home-3 .item-box .content-box .more:hover {
    color: #65308e;
}

.services.home-2 .services-carousel-item .item-box .content-box .more:after,
.services.home-3 .item-box .content-box .more:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.services.home-2 .services-carousel-item .item-box .content-box .more:hover:after,
.services.home-3 .item-box .content-box .more:hover:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #65308e;
}

.services.home-2 .services-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #1C1A30
}

.services.home-2 .services-carousel.owl-theme .owl-dots .owl-dot.active span,
.services.home-2 .services-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #6d2d8c;
}

/* :: Services Home 3 */
.services.home-3 {
    background-image: url(../images/02_pattern.png);
    background-position: center;
    position: relative;
    overflow: hidden;
}

.services.home-3 .sec-title h3 {
    color: #1C1A30;
}

.services.home-3 .sec-title .sec-explain {
    color: #9B9B9B;
}

.services.home-3 .item-box {
    margin-bottom: 30px;
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.services.home-3 .item-box span {
    background-color: #65308e;
    z-index: 0;
}

.services.home-3 .item-box i {
    float: left;
    line-height: 1.3;
    font-size: 45px;
    color: #65308e;
    position: relative;
}

.services.home-3 .item-box .content-box {
    padding-left: 65px;
}

.services.home-3 .item-box .content-box h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
}

.services.home-3 .item-box .content-box p {
    margin-bottom: 0;
    position: relative
}

.services.home-3 .item-box:hover i,
.services.home-3 .item-box:hover .content-box h4,
.services.home-3 .item-box:hover .content-box p,
.services.home-3 .item-box:hover .content-box .more,
.services.home-3 .item-box .content-box .more:hover:after {
    color: #FFF;
}


/* :: Video Presentation */
.video-presentation {
    position: relative;
    background-image: url(../images/video-presentation/01_video-presentation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    width: 100%;
    height: 450px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
}

.presentation-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.pulse {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.pulse i {
    background-color: #000f2d94;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
}

.pulse i:hover {
    background-color: #FFF;
    color: #65308e;
}

@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 70%), 0 0 0 0 rgb(245 112 9 / 70%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 70%), 0 0 0 0 rgb(245 112 9 / 70%);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgb(245 112 9 / 70%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgb(245 112 9 / 70%);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }
}

@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 70%), 0 0 0 0 rgb(245 112 9 / 70%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 70%), 0 0 0 0 rgb(245 112 9 / 70%);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgb(245 112 9 / 70%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgb(245 112 9 / 70%);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }
}

/* :: Team */
.team-box {
    margin-bottom: 30px;
    display: block;
}

.team-box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.team-box:hover .img-box img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.team-box .img-box ul {
    position: absolute;
    top: 15px;
    left: -40px;
    opacity: 0;
    visibility: hidden;
}

.team-box:hover .img-box ul {
    left: 15px;
    opacity: 1;
    visibility: visible;
}

.team-box .img-box ul li a {
    display: block;
    background-color: #65308e;
    font-size: 13px;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
}

.team-box .img-box ul li:hover a {
    background-color: #1C1A30;
}

.team-box .text-box {
    margin-top: 25px;
    padding: 0 25px;
}

.team-box .text-box h5 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #1C1A30;
}

.team-box .text-box h5 a {
    color: #1C1A30;
    display: inline-block;
}

.team-box .text-box h5:hover,
.team-box .text-box h5:hover a {
    color: #65308e;
}

.team-box .text-box span {
    display: inline-block;
    color: #65308e;
    margin: 12px 0 0 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
}

/* :: Team Home 2 */
.team.home-2 {
    background-color: #F8F6F7;
}

.team.home-2 .team-box .img-box ul li a {
    margin-bottom: 5px;
    border-radius: 3px;
}

/* :: Provide */
.provide {
    padding-top: 100px;
    position: relative;
}

.provide .bg-section {
    background-image: url(../images/provide/01_provide.jpg);
    height:calc(100% - (201px/2));
}

.provide .sec-title h3 {
    color: #FFF;
    margin-top: 0;
}

.provide .sec-title p {
    color: #FFF;
}

.provide-core-list .provide-core-list-item {
    padding: 40px;
    background-color: #FFF;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}

.provide-core-list .provide-core-list-item h4 {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #1C1A30;
    margin-bottom: 20px;
}

.provide-core-list .provide-core-list-item p {
    margin-bottom: 0;
}

/* :: Quote Box */
.quote-box {
    padding: 50px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    margin-top: 40px;
    background-color: #FFF;
}

.quote-box .sec-title {
    margin-bottom: 0px;
    /* border-bottom: 1px solid #E9E9E9; */
    padding-bottom: 0px;
}

.quote-box .sec-title h3 {
    color: #1C1A30;
    font-size: 32px;
    margin-bottom: 20px;
}

.quote-box .sec-title p {
    color: #9B9B9B;
}

.quote-box .contact-info h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.quote-box .contact-info .contact-box.last {
    margin-bottom: 0
}


.quote-box .quote-item input,
.quote-box .quote-item textarea {
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.quote-box .quote-item textarea {
    height: 140px;
}

.quote-box .quote-item input:hover,
.quote-box .quote-item textarea:hover,
.quote-box .quote-item input:focus,
.quote-box .quote-item textarea:focus,
.nice-select:active,
.nice-select.open,
.nice-select:hover,
.nice-select:focus,
.nice-select.open:after {
    border-color: #65308e;
}

.nice-select {
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 13px;
    margin-bottom: 30px;
    height: auto;
    line-height: unset;
    border-radius: 3px;
}

.nice-select .list {
    background-color: #1C1A30;
    min-width: 250px;
    border-color: #FFF;
    color: #FFF;
    border-radius: 5px;
}

.nice-select:after {
    border-color: #E9E9E9;
}

.nice-select .option {
    color: #FFF;
    padding: 0;
    margin: 0 20px;
    font-size: 13px;
    line-height: 50px;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    position: relative;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
    font-weight: 400;
}

.nice-select .option:last-of-type {
    border-bottom: 0;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: transparent;
    color: #65308e;
}

.quote-box .quote-item .submit {
    border: none;
    color: #FFF;
}
.quote-box.enquiry-form.banner-form{
    padding: 20px;
    overflow: visible;
    position: absolute;
    z-index: 111;
    background-color: #ffffffcf;
    top: 17%;
    right: 0;
    margin-right: 74px;
    max-width: 342px;
}
.quote-box.enquiry-form.banner-form .quote-item input {
    padding: 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #00000052;
}
.quote-box.enquiry-form.banner-form .quote-item textarea{
    height: 80px;
    margin-bottom: 10px;
    border: 1px solid #00000052;
}
.quote-box.enquiry-form.banner-form  .nice-select{
    border: 1px solid #00000052;
    padding: 6px 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 12px;
    margin-bottom: 10px;
    height: 40px;
    line-height: unset;
    border-radius: 3px;
}
.quote-box.enquiry-form.banner-form .nice-select .option{
    font-size: 12px;
    line-height: 40px;
    padding: 0px 47px 0px 0px;
}
.quote-box.enquiry-form.banner-form .nice-select .list{
    min-width: auto;
}
.quote-box.enquiry-form.banner-form .btn-1{
    height: 39px;
    line-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.quote-box.enquiry-form.banner-form .quote-item input:hover, .quote-box.enquiry-form.banner-form .quote-item textarea:hover, .quote-box.enquiry-form.banner-form  .nice-select:hover{
    border: 1px solid #8a1cfffa;
}
.banner-cls .row{
    align-items: center;
}

/* Chat Bot */
.chat-bot{
    bottom: 100px;
    right: 28px;
    position: fixed;
    z-index: 1000;
    border: 0px;
    background: #03a84e;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chat-bot svg{
    fill: #fff;
}
/* :: Provide Home 2 */
.provide.home-2 .provide-core-list .provide-core-list-item {
    padding: 30px 12px;
}

.provide.home-2 .provide-core-list .provide-core-list-item i {
    padding: 0;
    float: left;
    font-size: 45px;
    margin-bottom: 0;
}

.provide.home-2 .provide-core-list .provide-core-list-item i:after {
    display: none;
}

.provide.home-2 .provide-core-list .provide-core-list-item .item-content-box {
    padding-left: 55px;
}

.provide.home-2 .quote-box {
    padding: 40px;
}

.provide.home-2 .quote-box .map-box {
    height: 100%;
    margin-right: 16px;
}

.provide.home-2 .quote-box .map-box iframe {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.provide.home-2 .quote-box form {
    margin-left: 0;
}

/* :: Sponsors */
.sponsors {
    padding: 50px 0;
    border-bottom: 1px solid #E9E9E9;
    background: #F8F6F7;
}

.sponsors-box-item {
    border: solid 1px #f9f5f5;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 85px;
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}
.sponsors-box-item:hover {
    transform: translateY(-5px);
}
.sponsors-box-item img {
    opacity: 1;
    /* max-width: 80% !important; */
}

.sponsors-box-item img:hover {
    opacity: 1;
}

/* :: Statistic */
.statistic {
    padding: 50px 0 20px 0;
    border-bottom: 1px solid #E9E9E9;
}

.statistic-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.statistic-item i {
    float: left;
    margin-bottom: 0;
    font-size: 45px;
    padding: 12px 0 0 12px;
}

.statistic-item i:after {
    width: 40px;
    height: 40px;
}

.statistic-item .content {
    padding-left: calc(57px + 20px);
}

.statistic-item .statistic-counter {
    font-size: 50px;
    font-weight: 600;
    line-height: 0.9;
    margin-bottom: 10px;
    color: #1C1A30;
    font-family: 'Barlow', sans-serif;
}

.statistic-item .counter-name {
    color: #1C1A30;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
}

/* :: Projects */
.projects-item {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 30px;
}

.projects-item:hover .img-box img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.projects-item .hover-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.projects-item:hover .hover-box {
    background-color: rgb(245 112 9 / 80%);
}

.projects-item .hover-box .text-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.projects-item .hover-box .text-box .tags a {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 12px;
    margin-right: 5px;
    text-transform: capitalize;
    color: #FFF;
    display: inline-block;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.projects-item .text-box h4 a {
    color: #FFF;
    font-weight: 600;
    line-height: 1.2;
    font-size: 20px;
    display: inline-block;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    text-transform: capitalize;
}

.projects-item:hover .hover-box .text-box .tags a,
.projects-item:hover .text-box h4 a,
.projects-item:hover .hover-box .projects-icon {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.projects-item .hover-box .projects-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
}

.projects-item .hover-box .projects-icon li {
    display: inline-block;
}

.projects-item .hover-box .projects-icon li a {
    display: inline-block;
    background-color: #FFF;
    border: 2px solid #FFF;
    font-size: 13px;
    color: #65308e;
    width: 40px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    margin-right: 10px;
    border-radius: 3px;
}

.projects-item .hover-box .projects-icon li:hover a {
    background-color: transparent;
    color: #FFF
}

.projects-carousel.owl-theme .owl-nav {
    display: none;
}

.projects-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #1C1A30;
}

/* :: Projects Home 2 */
.projects.home-2 .projects-item:hover .hover-box {
    background-color: transparent;
}

/* :: Projects List */
.projects-list .list-name-projects {
    margin-bottom: 45px;
    display: inline-block;
}

.projects-list .list-name-projects li {
    display: inline-block;
    font-size: 13px;
    color: #1C1A30;
    text-transform: capitalize;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border: 1px solid #DDD;
    margin: 0 8px 5px 0;
    cursor: pointer;
}

.projects-list .list-name-projects li.active,
.projects-list .list-name-projects li:hover {
    background-color: #65308e;
    color: #FFF;
    border: 1px solid #65308e;
}

.projects-list .list-name-projects li:last-of-type {
    margin: 0;
}

.mix {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

/* :: Provide 2 */
.provide-2 {
    position: relative;
}

.provide-2 .bg-section {
    background-image: url(../images/provide/02_provide.jpg);
    height: calc(100%);
}

.provide-2 .sec-title {
    margin-bottom: 30px;
}

.provide-2 .sec-title h3 {
    color: #FFF;
}

.provide-2 .provide-btn {
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.provide-2 .provide-btn .btn-1:first-of-type {
    margin-right: 30px;
}

.have-experience {
    position: relative;
    margin-bottom: 30px;
    height: 55px;
}

.have-experience i {
    position: absolute;
    color: #65308e;
    font-size: 55px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.have-experience h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    color: #FFF;
    padding-left: 75px;
}

/* :: FAQs */
.provide-2 .faq {
    margin-left: calc(var(--bs-gutter-x) * 1);
}

.faq .faq-box {
    margin-bottom: 30px;
    border-radius: 5px;
    border: 2px solid #FFF;
    background-color: #FFF;
    position: relative;
}

.faq.style-2 .faq-box {
    border-color: #DDD;
}

.faq .faq-box .click {
    color: #1C1A30;
    background-color: transparent;
    border-radius: 0;
    border: none;
    line-height: 1;
    display: block;
    padding: 18px 20px;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

.faq .faq-box .click i {
    color: #1C1A30;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 16px;
    line-height: 20px;
    text-align: center;
}

.faq .faq-box .click:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq .faq-box .about-text {
    border: none;
    border-radius: 0;
    padding: 18px 0 0 0;
    font-size: 14px;
    border-top: 2px solid #DDD;
    margin: 0px 20px 20px 20px;
}

/* :: Get Update */
.get-update {
    padding: 50px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}

.get-update h5 {
    font-size: 38px;
    line-height: 1.3;
    color: #1C1A30;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: auto;
    position: relative;
}

.get-update h5 span {
    color: #65308e;
}

.get-update .phone {
    position: relative;
}

.get-update .phone:after,
.get-update .phone:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #DDD;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 15px);
}

.get-update .phone:before {
    right: calc(100% + 15px);
    left: auto
}

.get-update .pulse i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 24px;
}

.get-update .pulse i:hover {
    background-color: #1C1A30;
    color: #65308e;
}

.get-update .phone-mail {
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    font-family: 'Barlow', sans-serif;
    color: #1C1A30;
}

.get-update .phone-mail:hover {
    color: #65308e;
}

.get-update .phone-mail:last-of-type {
    margin-bottom: 0;
}

/* :: Provide 3 */
.provide-3 {
    position: relative;
}

.provide-3 .sec-title {
    margin-bottom: 30px;
}

.provide-3 .sec-title h3,
.provide-3 .about-us-core-list .item h4,
.provide-3 .statistic-item .statistic-counter,
.provide-3 .statistic-item .counter-name {
    color: #FFF;
}

.provide-3 .img-box {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 25px;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
}

/* :: Skills */
.skills .skill-box {
    margin-bottom: 30px;
}

.skills .skill-box:last-of-type {
    margin-bottom: 30px;
}

.skills .skill-box .skill-top {
    overflow: hidden;
    margin-bottom: 8px;
    line-height: 1;
}

.skills .skill-box .skill-top .name {
    color: #1C1A30;
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.skills .skill-box .skill-top .number {
    float: right;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #1C1A30;
    display: inline-block;
    font-family: 'Barlow', sans-serif;
}

.skills .skill-box .skill-line {
    height: 14px;
    width: 100%;
    background-color: #F8F6F7;
    border-radius: 3px;
}

.skills .skill-box .skill-line .line {
    height: 100%;
    width: 0%;
    background-color: #65308e;
}

/* :: How It Work */
.how-it-work {
    overflow: hidden;
}

.work-item {
    text-align: center;
    position: relative;
    padding: 30px;
    border-radius: 5px;
}

.work-item:hover {
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    margin-bottom: 30px;
}

.work-item:after {
    content: '';
    background-color: #E9E9E9;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(141px + 30px);
    z-index: -1;
}

.work-item:hover:after {
    background-color: #65308e;
}

.work-item:before {
    content: '';
    background-color: #E9E9E9;
    height: 3px;
    width: 1000px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(141px + 30px);
    z-index: -2;
}

.work-item .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 35px;
    display: inline-block;
    border: 3px dotted #E9E9E9;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
}

.work-item:hover .icon {
    border-color: #65308e;
    color: #F57009
}

.work-item:hover .icon:before {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.work-item span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #E9E9E9;
    display: block;
    margin: 0 auto 30px auto;
    position: relative;
}

.work-item:hover span {
    background-color: #65308e;
}

.work-item span:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.work-item:hover span:after {
    opacity: 1
}

.work-item h4 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #1C1A30;
    margin-bottom: 20px;
}

.work-item p {
    margin-bottom: 0;
}

/* :: Testimonial */
.testimonial {
    background-color: #e1e1e1;
}

.testimonial-carousel .item-box .text-box,
.testimonial.home-2 .box .text-box {
    position: relative;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    color: #1C1A30;
    margin-bottom: 30px;
    margin-top: calc(69px + 30px);
    text-align: center;
    font-family: 'Barlow', sans-serif;
}

.testimonial-carousel .item-box .item-name i,
.testimonial.home-2 .box .quote {
    font-size: 50px;
    line-height: 1;
    color: #65308e;
    display: block;
}

.testimonial-carousel .item-box .item-name h5,
.testimonial.home-2 .box .item-name h5 {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #1C1A30;
    text-align: center;
    font-family: 'Barlow', sans-serif;
}

.testimonial-carousel .item-box .item-name span,
.testimonial.home-2 .box .item-name span {
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #9B9B9B;
}

.testimonial .testimonial-carousel.owl-theme .owl-dots {
    line-height: 1;
    position: absolute;
    width: 100%;
    top: 0;
}

.testimonial .testimonial-carousel.owl-theme .owl-dots .owl-dot {
    margin: 0 8px;
    border-radius: 50%;
    ;
    padding: 5px !important;
    outline: none;
}

.testimonial .testimonial-carousel.owl-theme .owl-dots .owl-dot.active {
    border: 2px solid #65308e;
}

.testimonial .testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    background-size: cover;
    width: 55px;
    height: 55px;
    margin: auto;
    border-radius: 50%;
}

.testimonial .testimonial-carousel.owl-theme .owl-dots .owl-dot:nth-of-type(1) span {
    background-image: url(../images/testimonial/01_testimonial.jpg);
}

.testimonial .testimonial-carousel.owl-theme .owl-dots .owl-dot:nth-of-type(2) span {
    background-image: url(../images/testimonial/02_testimonial.jpg);
}

.testimonial .testimonial-carousel.owl-theme .owl-dots .owl-dot:nth-of-type(3) span {
    background-image: url(../images/testimonial/03_testimonial.jpg);
}

.testimonial .testimonial-carousel.owl-theme .owl-nav {
    display: none;
}

/* :: Testimonial Home 2 */
.testimonial.home-2 .img-box {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 26px;
}

.testimonial.home-2 .owl-item.active .img-box {
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
}

.testimonial.home-2 .box {
    margin: 100px 0
}

.testimonial.home-2 .box .quote {
    margin-bottom: 30px;
}

.testimonial.home-2 .box .text-box {
    margin: 0 0 30px 0;
    text-align: left;
}

.testimonial.home-2 .box .item-name h5 {
    margin-top: 0;
    text-align: left;
}

.testimonial.home-2 .box .item-name span {
    text-align: left;
}

.testimonial.home-2 .testimonial-carousel.owl-theme .owl-dots {
    display: none
}

.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav {
    display: block;
}

.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i {
    color: #1C1A30;
}

/* :: Blog */
.blog-item {
    margin-bottom: 30px;
}

.blog-item .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.blog-item:hover .img-box .open-post img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}

.blog-item .img-box ul {
    position: absolute;
    bottom: 10px;
    left: 30px;
    background-color: #FFF;
    padding: 2px 15px;
    border-radius: 3px;
}

.blog-item .img-box ul li {
    display: inline-block;
}

.blog-item .img-box ul li a {
    font-size: 13px;
    color: #65308e;
    text-transform: capitalize;
}

.blog-item .img-box ul li:hover a {
    color: #1C1A30;
}

.blog-item .text-box {
    padding: 30px 0px 0px 30px;
}

.blog-item .text-box .title-blog {
    display: block;
}

.blog-item .text-box h5 {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px 0;
    font-weight: 600;
    color: #1C1A30;
    text-transform: capitalize;
}

.blog-item .text-box .title-blog:hover,
.blog-item .text-box h5:hover {
    color: #65308e;
}

.blog-item .text-box .blog-date {
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    color: #65308e;
}

.blog-item .text-box .link {
    min-width: 120px;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
}

.blog-item .text-box .author-name {
    margin-left: 25px;
    display: inline-block;
    font-weight: 500;
}

/* :: Footer */
.footer {
    padding-top: 70px;
    /*background-color: #1C1A30;*/
    background: #1C1A30 url(../../assets/images/pattern-5.png);
}

.footer .logo,
.footer .links {
    margin-bottom: 30px;
}

.footer .logo img {
    max-width: 100%;
}

.footer .logo p {
    margin: 30px 0 10px 0;
    color: #F9F9F9;
}

.footer-title h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 25px;
}

.footer .links li a {
    display: inline-block;
    position: relative;
    color: #F9F9F9;
    font-size: 15px;
    line-height: 33px;
}

.footer .links li:hover a {
    color: #65308e;
}

/*.footer .links li a:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}*/

.footer .links li a:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 1;
    margin-left: 0;
    margin-right: 5px;

    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}



.footer .links li a:hover:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #65308e;
}

.footer .newsletter h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;

}

.footer .newsletter p {
    color: #F9F9F9;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
}

.footer .newsletter form {
    position: relative
}

.footer .newsletter form input {
    width: 100%;
    color: #9B9B9B;
    background-color: transparent;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 44px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    border: 1px solid rgb(204 204 204 / 0.1);
}

.footer .newsletter form input:focus {
    border-color: #65308e;
}

.footer .newsletter form button {
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    background-color: #65308e;
    font-size: 11px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    color: #FFF;
}

.footer .newsletter form button:hover {
    color: #65308e;
    background-color: #FFF;
}

.footer ul.icon {
    margin: 30px 0;
}

.footer ul.icon li {
    display: inline-block;
}

.footer ul.icon li a {
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #262442;
    color: #FFF;
    font-size: 13px;
    margin-right: 5px;
    border-radius: 2px;
}

.footer ul.icon li:hover a {
    background-color: #FFF;
    color: #65308e;
}

.copyright {
    margin-top: 50px;
    padding: 20px 0;
    background-color: #262442;
    overflow: hidden
}

.copyright p {
    margin: 0;
    color: #F4F4F4;
    float: left;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.copyright p a {
    color: #65308e;
}

.copyright ul {
    float: right;
}

.copyright ul li {
    display: inline-block;
    margin-left: 10px;
}

.copyright ul li a {
    color: #FFF !important
}

.copyright ul li:hover a {
    color: #F57009 !important;
}

/* :: Scroll Up */
.scroll-up {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.scroll-up.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.scroll-up a {
    background-color: #65308e;
    font-size: 16px;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #65308e;
    border-radius: 3px;
    outline: none;
}

.scroll-up:hover a {
    background-color: #1C1A30;
    border: 1px solid #1C1A30;
}

/* :: Breadcrumb Header */
.breadcrumb-header {
    padding-bottom: 120px;
    padding-top: calc(120px + 85px);
    color: #FFF;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.breadcrumb-header.style-2 {
    padding: 120px 0;
}

.breadcrumb-header .banner h1 {
    color: #FFF;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    font-size: 74px;
    margin-bottom: 30px;
}

.breadcrumb-header .banner ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.30px;
    color: #F9F9F9;
    text-transform: capitalize;
}

.breadcrumb-header .banner ul li:hover a {
    color: #65308e;
}

/* :: Brochures */
.brochures {
    padding: 40px;
    margin: 0px 0 30px 0;
    border-radius: 5px;
    background-color: #F8F6F7;
    background-image: url(../images/01_pattern.png);
    background-position: center;
    position: relative;
    overflow: hidden;
}

.brochures h5 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #1C1A30;
    margin-bottom: 10px;
}

.brochures a {
    width: 100%;
    min-width: 130px;
}

/* :: Call Back */
.call-back {
    padding: 40px;
    background-color: #65308e;
    margin-bottom: 30px;
    border-radius: 5px;
}

.call-back i {
    color: #FFF;
    display: inline-block;
    float: left;
    font-size: 30px;
    line-height: 1.6;
}

.call-back .content-box {
    padding-left: 45px;
}

.call-back .content-box h5 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
    color: #FFF;
}

.call-back .content-box .call-phone {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    display: block;
    font-family: 'Barlow', sans-serif;
    color: #FFF;
}

.call-back a.btn-1 {
    width: 100%;
    margin-top: 16px;
    min-width: 130px;
}

/* :: Single Team */
.single-team-sidebar .team-box .img-box img {
    width: 100%;
}

.single-team-content-box h2,
.single-services-content-box h2 {
    font-size: 40px;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}

.single-team-content-box h3,
.single-services-content-box h3 {
    font-size: 28px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 40px;
}

.single-team-content-box .about-us-core-list .item,
.single-services-content-box .about-us-core-list .item {
    width: 50%;
    float: left;
}

.single-team-content-box .skills .skill-box:last-of-type,
.single-services-content-box .skills .skill-box:last-of-type {
    margin-bottom: 30px;
}

/* :: Single Services */
.single-services-list li a {
    color: #9B9B9B;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #DDD;
}

.single-services-list li:last-of-type a {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.single-services-list li.active a,
.single-services-list li:hover a {
    color: #65308e;
}

.single-services-list li a i {
    float: right;
}

.single-services-content-box .single-services-img-box {
    overflow: hidden;
    border-radius: 5px;
    margin: 30px 0;
}

.single-services-content-box .video-presentation {
    margin-top: 50px;
}

/* :: Widget */
.widget {
    margin-bottom: 30px;
    padding: 40px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #DDD;
}

.widget .widget-title h3 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 22px;
}

/* :: Widget Search */
.widget .widget-body .search {
    position: relative;
}

.widget .widget-body .search input {
    position: relative;
    border: 2px solid #DDD;
    padding: 12px;
    width: 100%;
    color: #1C1A30;
    font-size: 13px;
    border-radius: 6px;
}

.widget .widget-body .search input:focus {
    border-color: #65308e;
}

.widget .widget-body .search button.click {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    font-size: 13px;
    background-color: transparent;
    color: #65308e;
    border: none;
}

/* :: Widget instagram */
.widget .widget-body .instagram ul {
    overflow: hidden;
}

.widget .widget-body .instagram ul li {
    float: left;
    display: inline-block;
    margin: 2px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.widget .widget-body .instagram ul li img {
    width: 60px;
    height: 60px;
}

.widget .widget-body .instagram ul li a {
    background-color: #65308e;
    color: #FFF;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.widget .widget-body .instagram ul li:hover a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* :: Widget Tags */
.widget .widget-body .tags ul li {
    display: inline-block;
}

.widget .widget-body .tags ul li a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid #DDD;
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
    border-radius: 3px;
    text-transform: capitalize;
}

.widget .widget-body .tags ul li:hover a {
    background-color: #65308e;
    color: #FFF;
    border: 1px solid #65308e;
}

.widget .widget-body .follow .icon li {
    display: inline-block;
    margin: 0 4px 4px 0;
}

.widget .widget-body .follow .icon li a {
    display: inline-block;
    text-align: center;
    color: #FFF;
    background-color: #65308e;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #65308e;
    border-radius: 2px;
}

.widget .widget-body .follow .icon li:hover a {
    background-color: #1C1A30;
    border-color: #1C1A30;
}

/* :: Widget News */
.news-item {
    margin-bottom: 22px;
    overflow: hidden;
}

.news-item:last-of-type {
    margin-bottom: 0px;
}

.news-item img {
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 3px;
}

.news-item .item-content {
    padding-left: 70px;
}

.news-item .item-content span a {
    color: #65308e;
    line-height: 0.8;
    display: block;
    padding-bottom: 8px;
}

.news-item .item-content a.title-blog {
    display: block;
}

.news-item .item-content a.title-blog h5 {
    color: #9B9B9B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
}

.news-item .item-content a.title-blog:hover,
.news-item .item-content a.title-blog:hover h5 {
    color: #65308e;
}

/* :: Pagination */
.pagination-area {
    margin-bottom: 30px;
}

.pagination-area .pagination li {
    display: inline-block;
    text-align: center;
    color: #1C1A30;
    font-weight: 600;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
    border: 1px solid #DDD;
    cursor: pointer;
    border-radius: 5px;
}

.pagination-area .pagination li:last-of-type {
    margin-right: 0;
}

.pagination-area .pagination li.active,
.pagination-area .pagination li:hover {
    background-color: #65308e;
    color: #FFF;
    border-color: #65308e;
}

.single-blog-page .blog-item .text-box {
    padding-left: 0;
}

/* :: Share Post */
.share-post {
    overflow: hidden;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.share-post span {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    margin: 4px 0;
    display: inline-block;
}

.share-post ul {
    float: right;
}

.share-post ul li {
    display: inline-block;
    margin: 0 4px 0px 0;
}

.share-post ul li a {
    display: inline-block;
    text-align: center;
    background-color: #F1F1F1;
    color: #65308e;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
}

.share-post ul li:hover a {
    background-color: #65308e;
    border-color: #65308e;
    color: #FFF;
}

/* :: Quotes People */
.quotes-people {
    background-color: #F9F9F9;
    padding: 60px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.quotes-people p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}

.quotes-people p:before {
    content: "\e92e";
    font-family: 'ar-coder' !important;
    font-size: 35px;
    position: absolute;
    top: 0;
    color: #65308e;
    left: -10px;
    z-index: -1;
    opacity: 0.6;
}

.quotes-people .people-name h5 {
    color: #1C1A30;
    margin-top: 20px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
}

.quotes-people .people-name span {
    color: #65308e;
    display: inline-block;
    line-height: 1.2;
    font-weight: 600;
    margin: 12px 0 0 0;
    text-transform: capitalize;
    font-size: 14px;
}

/* :: Single Blog Nav */
.single-blog-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    margin-bottom: 30px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    position: relative;
}

.single-blog-nav:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 1px;
    left: 50%;
    background-color: #DDD;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-blog-nav .blog-nav-prev {
    float: left;
    width: 50%;
    position: relative;
}

.single-blog-nav .blog-nav-prev .img-box {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.single-blog-nav .blog-nav-prev .text-box {
    padding-left: 120px;
    padding-right: 20px
}

.single-blog-nav .blog-nav-prev .text-box .subtitle,
.single-blog-nav .blog-nav-next .text-box .subtitle {
    color: #9B9B9B;
    display: inline-block;
    line-height: 1.2;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}

.single-blog-nav .blog-nav-prev .text-box .subtitle i,
.single-blog-nav .blog-nav-next .text-box .subtitle i {
    color: #65308e;
    margin-right: 8px;
}

.single-blog-nav .blog-nav-prev .text-box .title,
.single-blog-nav .blog-nav-next .text-box .title {
    color: #1C1A30;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    margin-top: 10px;
}

.single-blog-nav .blog-nav-next {
    float: right;
    width: 50%;
    position: relative;
    text-align: right;
}

.single-blog-nav .blog-nav-next .text-box {
    padding-right: 120px;
    padding-left: 20px;
}

.single-blog-nav .blog-nav-next .img-box {
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
}

.single-blog-nav .blog-nav-prev .img-box img,
.single-blog-nav .blog-nav-next .img-box img {
    border-radius: 5px
}

.single-blog-nav .blog-nav-prev:hover .img-box,
.single-blog-nav .blog-nav-next:hover .img-box {
    top: -5px;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 50%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 50%);
}

.single-blog-nav .blog-nav-next .text-box .subtitle i {
    margin: 0 0 0 8px;
}

.single-blog-nav .blog-nav-prev:hover .text-box .subtitle,
.single-blog-nav .blog-nav-next:hover .text-box .subtitle,
.single-blog-nav .blog-nav-prev:hover .text-box .title,
.single-blog-nav .blog-nav-next:hover .text-box .title {
    color: #65308e;
}

/* :: Single Blog Comments & Add Comment */
.item-comments {
    margin-bottom: 30px;
}

.item-comments .title h4,
.add-comments .title h4 {
    line-height: 1.2;
    margin-bottom: 30px;
    color: #1C1A30;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
}

.item-comments .inner-comments .comments-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
}

.item-comments .inner-comments .comments-box:last-of-type {
    padding: 0;
    margin: 0;
    border: none;
}

.item-comments .inner-comments .comments-box.reply,
.item-comments .inner-comments .comments-box .text-box {
    margin-left: 90px;
}

.item-comments .inner-comments .comments-box .img-box {
    display: block;
    margin-right: 20px;
    float: left;
    position: relative;
}

.item-comments .inner-comments .comments-box .img-box img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.item-comments .inner-comments .comments-box .text-box h5 {
    display: block;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #1C1A30;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
}

.item-comments .inner-comments .comments-box .text-box .time {
    line-height: 20px;
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 700;
    color: #65308e;
}

.item-comments .inner-comments .comments-box .text-box p {
    margin-bottom: 15px;
}

.item-comments .inner-comments .comments-box .text-box a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #DDD;
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
    border-radius: 3px;
    cursor: pointer;
}

.item-comments .inner-comments .comments-box .text-box a:hover {
    color: #FFF;
    border: 1px solid #65308e;
    background-color: #65308e;
}

.add-comments .inner-add-comments-box {
    margin-bottom: 30px;
}

.add-comments .inner-add-comments-box input,
.add-comments .inner-add-comments-box textarea,
.checkout-box .form-checkout .form-checkout-item input {
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 13px;
    border-radius: 5px;
}

.add-comments .inner-add-comments-box input:focus,
.add-comments .inner-add-comments-box textarea:focus,
.checkout-box .form-checkout .form-checkout-item input:focus,
.form-promo-code input:focus {
    border-color: #65308e;
}

.add-comments .inner-add-comments-box textarea {
    height: 200px;
    display: block;
}

.add-comments .inner-add-comments-box button.submit,
.checkout-box .form-checkout .form-checkout-item button.submit {
    border: none;
}

/* :: Shop Page */
.shop-item {
    margin-bottom: 30px;
}

.shop-item .item-img {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.shop-item .item-img .box-more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(29 27 50 / 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.shop-item:hover .item-img .box-more {
    opacity: 1;
    visibility: visible;
}

.shop-item .item-img .box-more a {
    padding: 0 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shop-item .item-text .open-item-shop h4 {
    margin: 16px 0 12px 0;
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #1C1A30;
    text-transform: capitalize;
}

.shop-item .item-text .open-item-shop h4:hover {
    color: #65308e;
}

.shop-item .item-text .item-review span {
    display: inline-block;
    font-size: 14px;
    color: #A5A5A5;
}

.shop-item .item-text .item-review span i.active {
    color: #65308e;
}

.shop-item .item-text .price {
    color: #65308e;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-top: 12px;
    display: block;
}

/* :: Price Range */
.irs--flat .irs-min,
.irs--flat .irs-max {
    padding: 0;
    background-color: transparent;
    font-weight: 600;
    font-size: 12px;
    color: #1C1A30;
    line-height: 1;
}

.irs--flat .irs-handle>i:first-child {
    background-color: #65308e;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    font-weight: 600;
    font-size: 12px;
    color: #FFF;
    line-height: 1;
    padding: 3px;
    background-color: #65308e;
}

.irs--flat .irs-line {
    background-color: #FDE4D0;
}

.irs--flat .irs-bar {
    background-color: #65308e;
}

/* :: Products Details Page */
.products-details-content {
    margin-bottom: 30px
}

.products-details-content .img-box,
.products-details-content .text-box {
    margin-bottom: 30px;
}

.products-details-content .text-box .title-product {
    text-transform: capitalize;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

.products-details-content .text-box .item-price {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
    color: #9B9B9B;
}

.products-details-content .text-box .item-explain {
    margin-bottom: 30px;
}

.products-details-content .text-box .item-inputs input {
    display: inline-block;
    border: 1px solid #DDD;
    border-radius: 3px;
    height: 55px;
    color: #9B9B9B;
    font-weight: 600;
    line-height: 55px;
    padding: 0 0 0 25px;
    margin-right: 20px;
}

.products-details-content .text-box .item-inputs a.btn-1 {
    border: 1px solid #DDD;
    display: -ms-inline-grid;
    display: inline-grid;
}

.products-details-content .text-box .list-details {
    margin: 30px 0;
}

.products-details-content .text-box .list-details li {
    display: inline-block;
    margin-right: 20px;
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
}

.products-details-content .text-box .list-details li span {
    color: #9B9B9B;
}

.products-details-content .nav-tabs {
    border-bottom: 1px solid #DDD;
}

.products-details-content .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    min-width: auto;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    border-radius: 3px;
    font-family: 'Barlow', sans-serif;
    color: #FFF;
    background-color: #65308e;
    border-bottom-right-radius: 0;
    border-color: #65308e;
    border-bottom-left-radius: 0;
    margin-right: 5px;
}

.products-details-content .nav-tabs .nav-item.show .nav-link,
.products-details-content .nav-tabs .nav-link.active {
    color: #9B9B9B;
    background-color: #FFF;
    border-color: #DDD;
    border-bottom: 0;
}

.products-details-content .tab-content>.active {
    border: 1px solid #DDD;
    padding: 40px;
    border-top: 0;
}

.products-details-content .tab-content>.tab-pane .title-tab {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
}

.products-details-content .tab-content>.tab-pane p.explain {
    font-weight: 500;
    margin-bottom: 20px;
}

.products-details-content .add-comments .inner-add-comments-box.tab {
    margin-bottom: 0;
}

/* :: Checkout Products Page */
.checkout-product-page {
    background-color: #F8F6F7;
}

.checkout-box,
.checkout-product-card {
    padding: 40px;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DDD;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.checkout-box .title {
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-size: 24px;
    position: relative;
}

.checkout-box .title.title-2 {
    margin-bottom: 30px;
}

.checkout-box .form-checkout .form-checkout-item input {
    margin-bottom: 30px;
}

.checkout-box .checkbox-info {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.checkout-box .checkbox-info .one,
.checkout-box .checkbox-info .two,
.payment .one,
.payment .two,
.payment .three {
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
    overflow: hidden;
}

.checkout-box .checkbox-info .one,
.payment .one,
.payment .two {
    margin-bottom: 12px;
}

.checkout-box .checkbox-info .checkbox[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
}

.checkout-box .checkbox-info .checkbox-name,
.payment .radio-name {
    padding-left: 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1.6;
}

.payment {
    margin-bottom: 30px;
}

.payment .one,
.payment .two,
.payment .three {
    min-height: auto;
}

.payment .radio[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    width: 20px;
    height: 20px;
}

.payment .form-check-input:checked,
.checkout-box .checkbox-info .form-check-input:checked {
    background-color: #65308e;
    border-color: #65308e;
}

.payment .form-check-input:focus,
.checkout-box .checkbox-info .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.checkout-box .form-checkout .form-checkout-item button.submit {
    width: 100%;
}

.checkout-product-card .card-title {
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-size: 22px;
    position: relative;
}

.checkout-product-card .card-title span:last-of-type {
    background-color: #65308e;
    color: #FFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
}

.checkout-product-card .list-items .item {
    padding: 20px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-bottom: 15px;
}

.checkout-product-card .list-items .item:last-of-type {
    margin-bottom: 0;
}

.checkout-product-card .list-items .item.success {
    background-color: #eafaf1;
    border-color: #2ecc71;
}

.checkout-product-card .list-items .item .item-name {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    line-height: 1;
}

.checkout-product-card .list-items .item .item-description {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-top: 15px;
    color: #9B9B9B;
}

.checkout-product-card .list-items .item .item-price {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    line-height: 1.4;
    color: #6c757d;
}

.checkout-product-card .list-items .item.success .item-name,
.checkout-product-card .list-items .item.success .item-description,
.checkout-product-card .list-items .item.success .item-price {
    color: #2ecc71;
}

.form-promo-code {
    position: relative;
}

.form-promo-code input {
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 13px;
    border-radius: 5px;
}

.form-promo-code button {
    position: absolute;
    right: 7px;
    border: 0;
    min-width: 90px;
    height: 40px;
    line-height: 39px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* :: Placed Order Page */
.placed-order-page {
    background-color: #F8F6F7;
}

.placed-order-page .widget {
    background-color: #FFF;
}

.placed-order-page .placed-order-box {
    padding: 40px;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DDD;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.placed-order-page .placed-order-box .title {
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.3;
}

.placed-order-page .placed-order-box .thanks {
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 1.3;
    color: #65308e;
}

.placed-order-page .placed-order-box .payment-summary {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 3px dotted #DDD;
    margin-bottom: 30px;
    color: #A5A5A5;
}

.placed-order-page .placed-order-box .order-list .item {
    margin-bottom: 16px;
}

.placed-order-page .placed-order-box .order-list .item:last-of-type {
    margin: 50px 0 0 0;
}

.placed-order-page .placed-order-box .order-list .item div,
.placed-order-page .placed-order-box .order-list .item span {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    line-height: 1;
}

/* :: Bill Product Page */
.bill-product-page {
    background-color: #F8F6F7;
}

.bill-product-page .bill-product-box {
    padding: 40px;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DDD;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.bill-product-page .bill-product-box .head {
    text-align: right;
    margin-bottom: 50px;
}

.bill-product-page .bill-product-box .head img {
    width: 140px;
}

.bill-product-page .bill-product-box .head h3 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    position: relative;
}

.bill-product-page .bill-product-box .head span {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-top: 15px;
    color: #9B9B9B;
}

.bill-product-page .bill-product-box .bill-info-list {
    border-top: 1px solid #DDD;
    padding-top: 30px;
}

.bill-product-page .bill-product-box .bill-info-list h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    display: block;
    line-height: 1.2;
}

.bill-product-page .bill-product-box .bill-info-list span {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    line-height: 1;
    margin-top: 12px;
    color: #9B9B9B;
    margin-bottom: 30px;
}

.bill-table {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow-x: hidden;
    border: 1px solid #DDD;
}

.bill-table>thead {
    background-color: #F8F6F7;
}

.bill-table>:not(:first-child) {
    border-top: 0;
}

.bill-table>:not(caption)>*>* {
    padding: 15px 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5;
}

.bill-table tbody tr th,
.bill-table tbody tr td {
    padding: 15px 20px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.2;
    color: #6c757d;
}

.bill-product-page .bill-product-box .note {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}

/* :: Careers Page */
.item-careers {
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 30px;
}

.item-careers h4 {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 18px 0;
    font-weight: 600;
    text-transform: capitalize;
}

.item-careers h4 a {
    color: #1C1A30;
}

.item-careers h4:hover a {
    color: #65308e;
}

.item-careers ul li {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}

.item-careers ul li.active {
    background-color: #65308e;
    padding: 2px 15px;
    color: #FFF;
    border-radius: 3px;
}

.item-careers p {
    margin: 18px 0 0 0;
}

.item-careers a.link {
    min-width: 120px;
    height: 45px;
    line-height: 45px;
    margin-top: 18px;
}

/* :: Contact US Page */
.contact-info-content {
    margin-bottom: 50px;
}

.contact-info-content .contact-box {
    padding: 40px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-bottom: 30px;
    text-align: center;
}

.contact-info-content .contact-box:hover {
    background-color: #65308e;
    border-color: #65308e;
}

.contact-info-content .contact-box i {
    font-size: 60px;
    line-height: 1;
    color: #65308e;
    display: inline-block;
    margin-bottom: 25px;
}

.contact-info-content .contact-box .box a,
.contact-info-content .contact-box .box p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5;
    position: relative;
    display: block;
    color: #9B9B9B;
    font-family: 'Barlow', sans-serif;
}

.contact-info-content .contact-box:hover i,
.contact-info-content .contact-box:hover .box a,
.contact-info-content .contact-box:hover .box p {
    color: #FFF;
}

.contact-us .map-box {
    height: 100%;
    margin-right: 20px;
}

.contact-us .map-box iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.contact-us .add-comments .inner-add-comments-box.last {
    margin-bottom: 0;
}

/* :: 404 Error Page */
.page-404-area {
    padding: 150px 0;
}

.page-404-area h2 {
    font-size: 250px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}

.page-404-area a {
    margin-top: calc(30px - 16px);
}



/* css add by farman */


.headings {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(#121b2299, #121b2299), url(../images/bg/inner-bg.jpg) no-repeat center center; */
    background-size: 100%;
    background: #32004a;

    /* Style second */
/*     
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#121b2299, #121b2299), url(../images/bg/inner-bg.jpg) no-repeat center center;
    background-size: 100%; */
}

.text-heading {
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-box-align: center;
    align-items: center;
}

.headings h1 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 800;
}

.headings h2 a,
.headings h2 {
    text-decoration: none;
    text-transform: none;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    transition: all .5s ease;
}

section.recently.portfolio {
    padding: 40px 0;
}

.main-box {
    width: 100%;
}

.main-box .left2 {
    top: 100px;
}

.main-box .left1 {
    /* width: 512px; */
    /* position: -webkit-sticky; */
    position: sticky;
    /* top: 20px; */
    display: inline-block;
    vertical-align: top;
    z-index: 4;
}

.left2 {
    float: left;
}

.left-side2 {
    margin-bottom: 20px;
    /* border-radius: 20px; */
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    border-radius: 6px;
    padding: 10px;
    border: solid 1px #efebeb;
    background: linear-gradient(167deg, #262442, #262442 97%);
}

.widget-boxed-header {
    padding: 8px 12px;
    /* padding-top: 0px; */
    border-bottom: 1px solid #eaeff5;
    margin-bottom: 7px;
    background: #65308e;
    border-radius: 6px;
}

.widget-boxed-header h4 {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.widget-boxed-header h4 .fa {
    color: #fff;
    position: relative;
    top: 0px;
}



input[type="checkbox"],
input[type="radio"] {
    width: auto;
    margin-right: 5px;
}


.checkbox-outer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    /* width: 0; */
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 1px #c1c1c1;
    border-radius: 2px;
}

.checkbox-outer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    color: #fff;
    font-weight: 500;
}

label {
    line-height: 24px;
    letter-spacing: 1px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.right {
    float: right !important;
}


.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}


.checkbox-outer input:checked~.checkmark {
    background-color: #65308e;
    border: solid 1px #65308e;
}

.checkbox-outer input:checked~.checkmark:after {
    display: block;
}

.checkbox-outer .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    /* -ms-transform: rotate(45deg); */
}

.checkmark:after {
    content: "";
    position: absolute;
    /* display: none; */
}

.checkbox-outer:hover input~.checkmark {
    background-color: #65308e;
    border: solid 1px #65308e;
}


.left-side2 {
    width: 94%;
    padding-right: 15px !important;
    padding-left: 15px !important;


}

.portfolio .project-single {
    position: relative;
    overflow: hidden;
    /* -webkit-transition: all 0.4s ease; */
    transition: all 0.4s ease;
    border: 1px solid #e7e7e7;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    margin: 0px 0px 33px 0px;
}


.btn-card {
    position: relative;
    text-align: center;
    background-color: #65308e;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 15px;
    border-radius: 3px;
    overflow: hidden;
    font-family: 'Heebo', sans-serif;
    display: inline-grid;
    cursor: pointer;
    transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.btn-card:hover:after, .btn-card:hover:before {
    background-color: #1C1A30 !important;
}

.btn-card:hover{
    background-color: #1C1A30;
    
}

.card a:hover{
color: #fff;
}

/* .card .card-body h4{
    font-size: 16px;
    font-weight: 700;
} */

.card .card-body p{
    text-align: justify;
}

.card-body{
    min-height: 210px;

}

.provide2{
    padding-top: 50px;

}


.card-body2{
    min-height: 252px !important;

}

.card-body3{
    min-height: 175px !important;

}

.card-body h4{
    font-weight: 700;
    font-size: 22px !important;
    color: #65308e;

}

.card-body .card-text{
    text-align: justify;
}


.card-margin-bottom{
    margin-top: 25px !important;
}

.ol-product{
    padding-left: 16px;
}

.benefit{
    margin-bottom: 5px;
}

.img-shadow{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;

}

.img-shadow img{
    border-radius: 10px;
}



/* 05-07-20323 */
.product-view-section{
    padding: 60px 0px 60px;
    min-height: 100vh;
    background-image: url(../images/bg/bg-1.jpg);
    background-size: cover;
    background-color: #ffffffe3;
    background-blend-mode: overlay;
}
.section-img-content {
    display: grid;
}

.section-img-box{
    width: 34%;
    height: 272px;
    overflow: hidden;
    background: #fff;
    padding: 2px 3px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.section-img-box.float-left{
    float: left;
    margin-bottom: 25px;
    margin-right: 25px;
    border-radius: 12px;
}
.section-img-box.float-right{
    float: right;
    margin-bottom: 25px;
    margin-left: 25px;
    border-radius: 12px;
}
.section-img-box img{
    width: 100%;
    border-radius: 12px;
    height: 266px;
}
.section-content-box .content-title{
    position: relative;
    display: inline;
    font-size: 28px;
    font-weight: 700;
    color: #ff6700;
}
.section-content-box .content-title::after{
    position: absolute;
    content: '';
    bottom: -11px;
    left: 0;
    margin: auto;
    width: 68px;
    height: 6px;
    background-color: #ff0000;
}
.section-content-box .content-title::before{
    position: absolute;
    content: '';
    bottom: -9px;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed;
}
.section-content-box .content-text{
    text-align: justify;
    color: #343434;
    display: table-cell;
    padding-top: 27px;
    font-size: 16px;    
    line-height: 30px;
}
.section-content-box .content-title i{
    color: #381302;
    font-size: 24px;
}

.section-content-box{
    margin-top: 20px;
    position: relative;
}

.pattern-one-for-page{
    position: absolute;
    right: 0;
    top: 130px;
    bottom: 0;
    margin: auto;
    width: 169px;
    opacity: 0.2;
    animation: upanddown 10s infinite;
}
.pattern-one-for-page img{
    width: 100%;
}
@keyframes upanddown {
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(0px);
    }
}
.pattern-one-for-page.left{
    left: 0;
    right: auto;
}

.bg-2{
    background-image: url(../images/bg/bg-2.jpg);
    background-size: cover;
}
@media screen and (max-width:768px){
    .about-us .about-us-img-box{
        height: auto!important;
        margin-bottom: 20px!important;
    }
    .section-img-box{
        width: 100%;
    }
    .section-content-box .content-title{
        font-size: 22px;
    }
    .section-content-box .content-title i{
        font-size: 20px;
    }
    .section-content-box .content-title::after{
        height: 4px;
    }
}

.get-in-touch-section {
    background: url(../images/bg/bg-3.jpg);
    padding: 46px 0px 46px;
}
.get-in-touch-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 07-07-2023 */
.provide-core-list .provide-core-list-item h4{
    font-size: 17px;
}


.section-content-box .product-para{
    font-size: 16px;
    color: #343434;
    text-align: justify;
}

.section-content-box .product-li{
    text-align: justify;
    color: #343434;
    display: table-cell;
    /* padding-top: 27px; */
    font-size: 16px;
    line-height: 25px;
    padding-left: 1rem;
    margin-top: 10px;
}
.benefits{
    margin: 8px 0px 8px 0px;
}
.info-block-one .inner-box {
    position: relative;
    display: block;
    background: #6d2d8c2e;
    padding: 0px 30px 0px 30px;
    transition: all 500ms ease;
    min-height: 172px;
    margin-bottom: 17px;
}
 
  .info-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 90px;
    font-size: 40px;
    color: #fff;
    background: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    margin-bottom: 30px;
    top: 32px;
    z-index: 1;
    transition: all 500ms ease;
  }
 
  .info-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    color: #fff;
    background: var(--theme-color);
    border-radius: 50%;
    margin-bottom: 30px;
    margin-left: -85px;
    /* matop: 40px; */
    z-index: 1;
    transition: all 500ms ease;
  }
 
  .info-block-one .inner-box h3 {
      /* position: relative; */
      display: inline-block;
      font-size: 23px;
      margin-top: 0 !important;
      line-height: 32px;
      /* margin-bottom: 16px; */
      /* text-align: center; */
      padding: 0 0 0 20px;
      font-weight: 600;
  }
 
  .info-block-one .inner-box p {
    color: #444444;
    /* text-align: center; */
    margin-top: -50px;
    padding-left: 31px;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
  }
 
  .info-block-one .inner-box p a {
    color: #444444;
  }
 
  .info-block-one .inner-box:hover {
    transform: translateY(-10px);
  }
 
  .info-block-one .inner-box p a:hover {
    text-decoration: underline;
  }
 
  .info-block-one .inner-box:hover .icon-box:before {
    transform: scale(1, 1);
  }
 
  .info-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: var(--secondary-color);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0, 0);
    z-index: -1;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
  }

  .info-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    color: #fff;
    background: #6d2d8c;
    border-radius: 50%;
    margin-bottom: 30px;
    margin-left: -85px;
    z-index: 1;
    transition: all 500ms ease;
}


.why-choose-us{
    padding: 60px 0px 60px;
}
.why-choose-us .sec-title.sec-title-dif h3 span{
    color: #65308e;
}
.why-choose-us .sec-title.sec-title-dif h5{
    font-size: 18px;
    margin: 0px;
    font-weight: 500;
}

.why-choose-us .sec-title.sec-title-dif p{
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 30px;
}
.why-us-quality ul li{
    display: flex;
    align-items: center;
    padding: 7px 0px 7px 0px;
    border-top: 1px solid #ddd;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.why-us-quality ul li:hover{
    background: #6d2d8c14;
}
.why-us-quality ul li:hover i{
    transform: rotate(360deg);
}
.why-us-quality ul li:last-child{
    border-bottom: 1px solid #ddd;
}
.why-us-quality ul li i{
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #65308e;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 20px;
}
.why-us-quality ul li p{
    color: #65308e;
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
}
.why-us-img{
    position: relative;
}
.why-us-img img{
    max-width: 100%;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 5px;
    border: solid 1px #f1f1f1;
    width: 100%;
    margin-left: 40px;
}

.why-us-exp-card{
    position: absolute;
    bottom: 24px;
    left: 30px;
    padding: 30px 50px;
    background: transparent;
    box-shadow: none;
    text-align: center;
    border: none;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0px;
    top: 0;
    margin: 0px auto auto 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-us-exp-card h2{
    font-size: 70px;
    font-weight: 700;
    color: #65308e;

}
.why-us-exp-card h5{
    font-size: 18px;
    font-weight: bold;
    color: #343434;
}


.gallery-section{
    padding: 60px 0px 60px;
    background: #f9f9f9;
}
.portfolio-slides .slick-slide {
    margin: 10px;
}
.portfolio-slides .single{
    width: 100%;
    height:auto;
    
}
.portfolio-slides .single img{
    width: 100%;
    cursor: zoom-in;
}
.portfolio-slides .single img:hover{
    transform: scale(1.02);

}
.gallery-section .sec-title.sec-title-dif{
    text-align: center;
    width: fit-content;
    margin: 0px auto 20px auto;
}
.sec-title.sec-title-dif h5{
    font-size: 18px;
    margin: 0px;
    font-weight: 500;
}
.sec-title.sec-title-dif h3 span{
    color: #65308e;
}


.testimonial-section{
    padding: 60px 0px 60px;
    background-image: url(../images/bg/client-testi-bg.png);
    background-size: cover;
}
.titlemargin-center.sec-title.sec-title-dif h3::after{
    right: 0;
    margin: auto;
}

.testimonila-carousel-section .inner-content{
    position: relative;
    display: block;
    padding: 73px 90px 45px;
    background: #ffffff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  
    border-radius: 5px;
}
@media screen and (max-width:425px){
    .testimonila-carousel-section .inner-content{
        padding: 94px 20px 20px 20px;
    }
    
}
.testimonila-carousel-section .testimonila-carousel .item{
    position: relative;
    padding: 20px;
}
.testimonila-carousel-section .testimonila-carousel .item:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 10px;
    background: rgb(157 157 157 / 26%);
    content: "";
    z-index: 3;
    width: 92%;
    margin: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.testimonila-carousel-section .inner-content:before {
    position: absolute;
    top: 43px;
    left: 40px;
    content: "";
    background-image: url(../images/icon-14.png);
    background-size: cover;
    background-color: #ffffffd6;
    background-blend-mode: screen;
    transform: perspective(0) rotateY(180deg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}
.testimonila-carousel-section .inner-content .text-box {
    position: relative;
    display: block;
    padding-bottom: 17px;
    padding-left: 10px;
}
.testimonila-carousel-section .inner-content .text-box p {
    color: #83888d;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-align: justify;
}
.testimonila-carousel-section .inner-content .client-info {
    position: relative;
    display: block;
    padding-left: 10px;
}
.testimonila-carousel-section .inner-content .client-info h3 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 600;
}
.testimonila-carousel-section .inner-content .client-info p {
    color: #6d2d8c;
    font-size: 15px;
    line-height: 16px;
    margin: 0;
    font-weight: 500;
}
.testimonila-carousel-section .inner-content:after {
    position: absolute;
    right: 40px;
    bottom: 43px;
    content: "";
    background-image: url(../images/icon-14.png);
    background-size: cover;
    background-color: #ffffffd6;
    background-blend-mode: screen;
    transform: rotateY(360deg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.quote-box.enquiry-form{
    margin-top: 0px;
    padding: 30px;
}
.enquiry-modal .modal-body{
    padding: 0px;
}
.close.enqr-modal-close{
    outline: none;
    border: none;
    background: transparent;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 11;
    font-size: 28px;
    transition: 0.3s ease-in-out!important;
}
.close.enqr-modal-close:hover{
    color: #65308e;
}
.inner-section{
    padding: 60px 0px 60px;
}
.inner-about-img{
    float: left;
    width: 36%;
    margin-right: 35px;
    margin-bottom: 10px;
}
.inner-about-img img{
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 5px;
    border: solid 1px #f1f1f1;
}
.inner-about-p-text .inner-title{
    margin-bottom: 16px;
}
.inner-about-p-text .inner-title h5{
    font-size: 19px;
    font-weight: 700;
    color: #65308e;
}
.inner-about-p-text .inner-title h4{
    font-size: 28px;
    color: #65308e;
    font-weight: 700;
    position: relative;
    display: inline;
    margin-bottom: 20px;
    color: #1C1A30;
}
.inner-about-p-text .inner-title h4::after{
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 20%;
    height: 3px;
    background: #65308e;
}
.inner-about-p-text p{
    text-align: justify;
}
.simple-title{
    font-size: 28px;
    font-weight: 700;
    position: relative;
    display: inline;
    margin-bottom: 20px;
    color: #1C1A30;
    position: relative;
}
.simple-title::after{
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 20%;
    height: 3px;
    background: #65308e;
}
@media screen and (max-width:768px){
    .inner-about-img{
        width: 100%;
    }
    .why-us-img img{
        margin-left: 0px;
    }
}

.light-box-gallery-section{
    padding: 60px 0px 60px;
}
.gallery__list {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
  }
.gallery__item {
width: calc(95% / 2);
}
.gallery__item:not(:nth-child(-n+2)) {
margin-top: 20px;
}
.gallery__item img {
width: 100%;
height: auto;
}
.gallery__item a {
transition: .5s;
}
.gallery__item a:hover {
filter: opacity(0.7);
cursor: zoom-in;
}
.gallery__item a:hover img {
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.info-block-one .inner-box{
    width: auto;
}


/* 27-08-2023 */
.about-us-img-carousel .owl-dots{
    position: absolute;
    bottom: 0px;
    left: 10px;
}
.about-us-img-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    height: 5px;
    background: #65308e;
    transition: 0.4s ease-in-out;
}
.about-us-img-carousel.owl-theme .owl-dots .owl-dot span{
    width: auto;
    height: 5px;
    background: #e9e9e9;
    margin: 5px 4px;
}
.title-cls-custom{
    width: fit-content;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 30px;
}



.our-team{
    padding: 50px 0px 50px;
    background: #F8F6F7;
}
.team-card{
    position: relative;
    padding: 0px 0px 0px 0px;
    background: #dddddd3d;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px; */
    overflow: hidden;
}
.team-card-img {
    width: 100%;
    overflow: hidden;
}
.team-card-img img{
    width: 100%;
    transition: 0.3s ease;
}
.team-card-content h4{
    font-size: 22px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 11;
    transition: all 0.3s ease;
}
.team-card-content p{
    font-size: 14px;
    color: #595959;
    margin: 0px;
    font-family: 'Heebo', sans-serif;
    position: relative;
    z-index: 11;
    transition: all 0.3s ease;
    margin-top: 5px;
}
.team-card-content{
    padding: 13px 0px;
    background: #fff;
    text-align: center;
}
.team-card-content::after{
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #65308e;
    transition: 0.3s ease;
    z-index: 1;
}
.team-card:hover{
    cursor: pointer;
}
.team-card:hover .team-card-img img{
    transform: scale(1.07);
}
.team-card:hover .team-card-content:after{
    height: 100px;
}
.team-card:hover .team-card-content p{
    color: #fff;
    transform: translateY(-10px);
  
}
.team-card:hover .team-card-content h4{
    color: #fff;
    transform: translateY(-10px);
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
  
  .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
  }
  
  .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
  }
  .sidebar-listing{
    position: sticky;
    top: 100px;
  }
  
  /* ---------------------------------------------------
      SIDEBAR STYLE
  ----------------------------------------------------- */
  
  .wrapper {
    display: flex;
    align-items: stretch;
    border-radius: 5px;
  }
  
  #sidebar {
    width: 100%;
    background: #f9f9f9;
    color: #2d2d2d;
    transition: all 0.3s;
    border-radius: 5px;
  }
  
  #sidebar a,
  #sidebar a:hover,
  #sidebar a:focus {
    color: inherit;
  }
  
  #sidebar.active {
    margin-left: -250px;
  }
  
  #sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
  }
  
  #sidebar ul.components {
    padding: 0;
    border-bottom: 1px solid #47748b;
    border-radius: 5px;
    overflow: hidden;
  }
  
  #sidebar ul p {
    color: #fff;
    padding: 10px;
  }
  
  #sidebar ul li a {
    padding: 10px;
    font-size: 15px;
    display: block;
  }
  
  #sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
  }
  
  #sidebar ul li.active > a,
  a[aria-expanded="true"] {
    color: #380049;
    background: #ddd4e0;
  }
  
 .sidebar-listing a[data-toggle="collapse"] {
    position: relative;
  }
  
 .sidebar-listing a[aria-expanded="false"]::before,
 .sidebar-listing a[aria-expanded="true"]::before {
    content: url(../images/arrow-down.png);
    display: block;
    position: absolute;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-size: 0.6em;
  }
  
  .sidebar-listing a[aria-expanded="true"]::before {
    content: url(../images/arrow-up.png);
  }
  
  .sidebar-listing ul ul a {
    font-size: 15px !important;
    padding-left: 30px !important;
    background: #e3e3e330;
  }
  
 .sidebar-listing ul.CTAs {
    padding: 20px;
  }
  
 .sidebar-listing ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  
 .sidebar-listing a.download {
    background: #fff;
    color: #7386D5;
  }
  
 .sidebar-listing a.article,
 .sidebar-listing a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
  }
.list-unstyled.components h4{
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    font-family: 'Heebo', sans-serif;
    background: #6d2d8c;
    color: #fff;
}
.list-unstyled.components li{
    border-bottom: 1px solid #ddd;
}
.list-unstyled.components li:last-child{
    border-bottom: none;
}
   /* ---------------------------------------------------
      MEDIAQUERIES
  ----------------------------------------------------- */
  
  @media (max-width: 768px) {
    #sidebar {
      margin-bottom: 20px;
    }
    #sidebar.active {
      margin-left: 0;
    }
    #sidebarCollapse span {
      display: none;
    }
  }



.product-listing{
   padding: 50px 0px 50px;
}
.product-listing-card{
    position: relative;
    border: 1px solid #ddd;
    padding: 0px 0px 20px 0px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.product-listing-card-img {
    width: 100%;
    overflow: hidden;
}
.product-listing-card-img img{
    width: 100%;
    transition: 0.4s ease;
    overflow: hidden;
}
.product-listing-card-content h4{
    /* text-align: center; */
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    font-weight: bold;
    
}
.product-listing-card-content p{
    padding: 0px 5%;
    margin-top: 10px;
    text-align: justify;
}
.product-list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0px 5%;
}

.product-list-title{
    /* text-align: center; */
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    padding: 0px 5%;
}
.product-list-title a{
    color: #1C1A30;
}
.product-list-btn .btn-1.btn-3.btn-4{
    font-size: 14px;
    font-weight: 600;
    min-width: auto;
    height: 40px;
    line-height: 41px;
    padding: 0 17px;
    background: #380049;
    color: #fff;
}
.product-list-btn .btn-1.btn-3.btn-4.btn-5{
    background: #ece7e7;
}
.product-list-btn .btn-1.btn-3.btn-4 span{
    color: #fff;
}
.product-list-btn .btn-1.btn-3.btn-4.btn-5 span{
    color: #1C1A30;
}
.product-list-btn .btn-1.btn-3.btn-4.btn-5:hover span{
    color: #fff;
}
.product-listing-card:hover .product-listing-card-img img{
    transform: scale(1.06);
}


.proudct-details{
    padding: 50px 0px 50px;
}
.product-d-img .gallery__item{
    width: 100%;
}
.product-d-img .gallery__list{
    margin: 0px;
}
.product-d-img .gallery__item a:hover{
    filter: opacity(1);
}
.product-d-img .gallery__item a img{
    border: 1px solid #ddd;
    border-radius: 5px;
}
.product-d-img .gallery__item a:hover img{
    box-shadow: none;
}
.product-d-title h1{
    font-size: 24px;
    font-weight: 600;
    font-family: 'Heebo', sans-serif;
}
.product-d-content-feature h5{
    font-size: 19px;
    font-weight: 600;
    font-family: 'Heebo', sans-serif;
}
.product-d-content ul {
    list-style: inside square;
    margin-top: 10px;
}
.product-d-content-feature p{
    margin-top: 10px;
    text-align: justify;
}
.quote-box.enquiry-form{
    overflow: visible;
}


.other-information{
    padding: 0px 0px 50px;
}
.other-info-sheet {
    width: 100%;
    margin-top: 20px;
}
.other-info-sheet img{
    width: 100%;
}
.product-d-title.other-t{
    font-size: 19px;
    font-weight: bold;
    position: relative;
    display: inline;
    padding-bottom: 4px;
}
.product-d-title.other-t::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 90%;
    height: 2px;
    background: #65308e;
}
.wrapper-form-detail-page {
    background-image: url(../images/bg/texture-bg-1.jpg);
    background-size: cover;
}
.inner-section.about-us-inr{
    background: url(../images/bg/texture-bg-1.jpg);
    background-size: cover;
}
.website-qr-code{
    width: 70px;
}
@media screen and (max-width:768px){
    .team-card{
        margin-bottom: 20px;
    }
}


/* 01-09-2023 */
.other-info-sheet .pr-table{
    width: 100%;
}
.other-info-sheet .pr-table th{
    padding: 10px;
    background: #6d2d8c;
    color: #fff;
    border-right: 1px solid #ddd;
}
.other-info-sheet .pr-table th:last-child{
    border-right:none ;
}
.other-info-sheet .pr-table td{
    padding: 10px;
    border: 1px solid #ddd;
}
.pr-table .pr-tbody tr:nth-child(even){
    background-color: #f3f3f3;
}
.pr-table .pr-tbody tr:nth-child(odd){
    background-color: #fafafa;
}


.product-vehicle-icon {
    width: 100%;
}
.pr-v-img-wrapp img{
    height: 72px;
}


/*Pankaj css start */


.info, .success, .warning, .error, .validation {
 
	margin: 10px 0px;
	padding: 5px 10px 5px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
  }
  
  .error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
  }
  
  
  input.parsley-success,
  select.parsley-success,
  textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  }
  
  input.parsley-error,
  select.parsley-error,
  textarea.parsley-error {
  color: #B94A48;
  background-color: #FFBEBE!important;
  border: 1px solid #EED3D7!important;
  }
  
  .parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.8em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  }
  
  .parsley-errors-list.filled {
  opacity: 1;
  }
  
  .ajaxError{ 
    font-size: 12px;
    color: #f00;
    font-weight: bold; 
  }
  /*date 080923*/
  .services.home-2 .services-carousel-item .services-item-img-box{
     background-size: 80%;
}
.header .header-carousel .sec-hero{  
    background-size: 100% 100%;
}


