@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&family=Red+Hat+Display:wght@500;600;700;800;900&display=swap');
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/owl.carousel.css);
@import url(css/owl.theme.default.min.css);
@import url(css/jquery.bxslider.min.css);
@import url(../plugins/opins-icon/style.css);
html {
    margin: 0;
    padding: 0;
    transition: all .3s ease;
    scroll-behavior: smooth
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #273167;
    font-weight: 300;
    scroll-behavior: smooth
}
h1 , h2{
   
    font-family: 'Red Hat Display', sans-serif;
}

a:active,
a:focus,
a:link,
a:visited {
    text-decoration: none;
    color: #3a0e87;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

hr.style-one {
    margin: 0;
    border-top: 1px solid #eaeaea
}

.block-title {
    margin-bottom: 50px
}

.block-title h2 {
    margin: 0;
    color: #9c33c3;
    font-size: 46px;
    margin-top: 30px;
    font-weight: 700
      margin-bottom: 20px;
}
section.feature-style-one .block-title a {
    color: #3a0e87;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    background-image:url("https://kodesolution.com/2019/opins/wp-content/uploads/2019/09/banner-bg-1-2.png");
    background-attachment: scroll;
    min-width: 1349px;
    left: 30px;
    width: 1348px;
    background-repeat: no-repeat;
    background-position: center center
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #3a0e87;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    text-align: center;
    transition: all .4s ease;
    display: none
}

.scroll-to-top i {
    font-size: 18px;
    line-height: 45px;
    color: #fff
}

.scroll-to-top:hover {
    background: #273167
}

.header-navigation {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.header-navigation .container {
    background: 0 0;
    position: relative;
    display: block
}

.header-navigation .container .logo-box {
  width: 20%;
}

.header-navigation .container .navbar-brand {
    height: auto;
    margin: 0
}

.header-navigation .container .menu-toggler {
    display: none
}

.header-navigation .container .right-side-box {
    display: inline-block;
    width: 15%;
    text-align: end;
}

.header-navigation .main-navigation {
    float: right;
    text-align: right
}

@media (min-width:1200px) {
    .header-navigation .main-navigation {
        display: inline-flex;
        justify-content: flex-end;
        width: 65%;
        align-items: center;
    }
}

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

.header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none
}

.header-navigation ul.navigation-box>li {
    position: relative;
    padding: 0 0;
    display: inline-block;
    vertical-align: middle
}

.header-navigation ul.navigation-box>li+li {
    margin-left: 45px
}

.header-navigation ul.navigation-box>li:first-child {
    padding-left: 0
}

.header-navigation ul.navigation-box>li:last-child {
    padding-right: 0
}

.header-navigation ul.navigation-box>li>a {
    font-weight: 500;
    font-size: 19px;
    color: #d6d6d6;
    padding: 0;
    transition: all .4s ease;
    position: relative
}
.site-header.header-one .header-navigation.stricky-fixed ul.navigation-box>li>a{
    color: #c000c6;
}
.header-navigation ul.navigation-box>li>a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    width: 100%;
    height: 2px;
    background-color: #63229a;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
    color: #cf01bb
}

.header-navigation ul.navigation-box>li.current>a:before,
.header-navigation ul.navigation-box>li:hover>a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.header-navigation ul.navigation-box>li>.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 220px;
    padding: 0 0;
    text-align: left;
    list-style: none;
    background-color: #c000c6;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
    box-shadow: 0 10px 18px rgba(0, 0, 0, .1)
}
.banner-style-one .content-block p span {
    color: #fff;
    font-size: 18px !important;
    line-height: 33px;
    margin-bottom: 45px;
}

@media (min-width:1200px) {
    .header-navigation ul.navigation-box>li>.sub-menu {
        display: block!important
    }
}

.header-navigation ul.navigation-box>li>.sub-menu.right-align {
    left: auto;
    right: 0
}

.header-navigation ul.navigation-box>li>.sub-menu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-navigation ul.navigation-box>li>.sub-menu>li {
    display: block;
    position: relative;
    transition: all .4s ease
}

.header-navigation ul.navigation-box>li>.sub-menu>li+li {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.header-navigation ul.navigation-box>li>.sub-menu>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    transition: all .4s ease
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>a {
    color: #273167;
    background: #fff
}

.header-navigation ul.navigation-box>li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.header-navigation ul.navigation-box>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    float: left;
    min-width: 220px;
    padding: 0 0;
    text-align: left;
    list-style: none;
    background-color: #273167;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
    box-shadow: 0 10px 18px rgba(0, 0, 0, .1)
}

@media (min-width:1200px) {
    .header-navigation ul.navigation-box>li>ul>li>.sub-menu {
        display: block!important
    }
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.right-align {
    left: auto;
    right: 100%
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li {
    display: block;
    position: relative;
    transition: all .4s ease
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li+li {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    transition: all .4s ease
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li:hover>a {
    color: #273167;
    background: #fff
}

.header-navigation ul.navigation-box>li>ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible
}

.header-navigation ul.navigation-box>li>ul>li ul {
    display: none
}

.header-navigation.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    background: #273167;
    border-bottom: 0
}

.site-header.header-one {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

.site-header.header-one .header-navigation {
    background: 0 0
}

.site-header.header-one .header-navigation.stricky-fixed {
    background-color: #fff;
    box-shadow: 0 5px 30px 0 rgba(233, 79, 202, .05)
}

.site-header.header-one .header-navigation .container {
    max-width: 1300px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.site-header.header-one .header-navigation ul.navigation-box>li.current>a,
.site-header.header-one .header-navigation ul.navigation-box>li:hover>a {
    color: #ffe5fd !important;
}

.site-header.header-one .header-navigation ul.navigation-box>li {
    padding: 24px 0
}

.site-header.header-one .header-navigation ul.navigation-box>li+li {
    margin-left: 25px
}
.form-group.mt-5 {
    margin-top: unset !important;
}

.site-header.header-one .header-navigation .right-side-box .header-btn {
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-color: #CF01BB;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 21px;
    transition: all .4s ease
    border-color: #cf01bb;
    background-color: white;
    color: #CF01BB;
    transition: all .4s ease;
    box-shadow: none!important;
}

.site-header.header-one .header-navigation .right-side-box .header-btn:hover {
    color: #fff;
    background-color: #cf01bb;
    border-color: #cf01bb;
}

.site-header.header-one .header-navigation.stricky-fixed ul.navigation-box>li {
    padding: 25px 0
}

.site-header.home-page-two .header-navigation.stricky-fixed {
    background-image: linear-gradient(-145deg, #fff 0, #fff 100%);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .15);
    width: 100vw
}


.site-header.home-page-two .header-navigation ul.navigation-box>li.current>a,
.site-header .header-navigation.stricky ul.navigation-box>li:hover>a,
.site-header.home-page-two .header-navigation ul.navigation-box>li:hover>a {
    color: #fff
}

.site-header.home-page-two .header-navigation .right-side-box .header-btn {
    border-color: #eb1454;
    background-color: #c000c6;
    color: #fff;
    transition: all .4s ease;
}

.site-header.home-page-two .header-navigation .right-side-box .header-btn:hover {
    color: #cf01bb;
    background-color: #fff;
    border-color: #cf01bb
}

.navbar-brand img {
    max-width: 225px;
    height: 65px;
}

.site-header.home-page-two .header-navigation.stricky-fixed ul.navigation-box>li.current>a,
.site-header.home-page-two .header-navigation.stricky-fixed ul.navigation-box>li:hover>a {
    color: #d100b9 !important
}

.site-header.home-page-two .header-navigation.stricky-fixed ul.navigation-box>li>a {
    color: #d100b9 !important
}

.site-header.home-page-two .header-navigation ul.navigation-box>li>a:before {
    background-color: #fff
}

.site-header.home-page-two .header-navigation.stricky-fixed ul.navigation-box>li>a:before {
    background-color: #c000c6;
}

.site-header.home-page-two .header-navigation.stricky-fixed .right-side-box .header-btn {
    border-color: #cf01bb;
    background-color: transparent;
    color: #CF01BB;
    transition: all .4s ease;
    box-shadow: none!important
}

.site-header.home-page-two .header-navigation.stricky-fixed .right-side-box .header-btn:hover {
    color: #fff;
    background-color: #cf01bb;
    border-color: #cf01bb;
}

.banner-style-one {
    position: relative;
    padding-top: 140px;
    padding-bottom: 50px;
    background: #fff url(https://www.diginfoexpert.com/frontEnd/images/banner-bg-1-2.jpg) top right no-repeat;
    background-size: auto;
    border-bottom-left-radius: 200px;
    margin-bottom: 30px;
   
}

.banner-style-one:after,
.banner-style-one:before {
    content: '';
    width: 318px;
    height: 318px;
    border-radius: 30%;
    border: 43px solid;
    position: absolute;
    -webkit-animation: BannercircleRotate 5s ease-in-out 0s infinite alternate;
    animation: BannercircleRotate 5s ease-in-out 0s infinite alternate
}

@-webkit-keyframes BannercircleRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: .5
    }
}

@keyframes BannercircleRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: .5
    }
}

.banner-style-one:before {
    border-color: #00000033;
    bottom: 10%;
    right: 32%
}

.banner-style-one:after {
    border-color: #00000033;
    top: 10%;
    left: 10%
}

.banner-style-one .banner-mock {
    position: absolute;
    top: 18%;
    right: 5%;
    -webkit-animation: bannerImgBounce 5s ease-in-out 0s infinite alternate;
    animation: bannerImgBounce 5s ease-in-out 0s infinite alternate
}

.banner-style-one .service-mock {
    position: absolute;
    top: 18%;
    right: 5%;
    -webkit-animation: bannerImgBounce 5s ease-in-out 0s infinite alternate;
    animation: bannerImgBounce 5s ease-in-out 0s infinite alternate
}

@-webkit-keyframes bannerImgBounce {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
    100% {
        -webkit-transform: translateY(-20px) translateX(-20px);
        transform: translateY(-20px) translateX(-20px)
    }
}

@keyframes bannerImgBounce {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
    100% {
        -webkit-transform: translateY(-20px) translateX(-20px);
        transform: translateY(-20px) translateX(-20px)
    }
}

.banner-style-one [class*=bubble-] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    background-color: #ede8ff;
    border: 1px solid #a98fff;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px
}

@-webkit-keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0)
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }
    100% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0)
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }
    100% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

.banner-style-one .bubble-1 {
    background-color: #fff7e0;
    border-color: #ffdd83;
    top: 10px;
    left: 20px
}

.banner-style-one .bubble-2 {
    background-color: #ffe6d0;
    border-color: #ffb59d;
    bottom: 30px;
    left: 10%
}

.banner-style-one .bubble-3 {
    background-color: #ebf3ff;
    border-color: #b9d4ff;
    top: 40px;
    left: 40%
}

.banner-style-one .bubble-4 {
    background-color: #ddffe4;
    border-color: #93ff6d;
    top: 10px;
    right: 40%
}

.banner-style-one .bubble-5 {
    background-color: #ccf2ff;
    border-color: #00b1eb;
    bottom: 30px;
    right: 25%
}

.banner-style-one .bubble-6 {
    background-color: #ffe6d0;
    border-color: #cf01bb;
    top: 40%;
    right: 10%
}

.banner-style-one .content-block {
    position: relative;
    z-index: 10
}

.banner-style-one .content-block h3,
.banner-style-one .content-block p {
    margin: 0
}

.banner-style-one .content-block h1 {
    color: #fff;
    font-size: 54px;
    line-height: 65px;
    font-weight: 500;
    margin-bottom: 30px
}

.banner-style-one .content-block p {
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 45px;
}
.pading_top{
    padding-top: 50px;
}

.banner-style-one .content-block .banner-btn {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    border-radius: 4px;
    box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1);
    vertical-align: middle;
    color: #63229a !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 1em;
    padding: 16.5px 0;
    padding-left: 68px;
    padding-right: 35px;
    position: relative;
    background-color: #fff;
    transition: all .4s ease
}

.banner-style-one .content-block .banner-btn span {
    font-size: 15px;
    display: block;
    line-height: 1em;
    margin-top: 5px
}

.banner-style-one .content-block .banner-btn i {
    font-size: 40px;
    color: #777b92;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease
}

.banner-style-one .content-block .banner-btn+.banner-btn {
    margin-left: 16px
}

.banner-style-one .content-block .banner-btn+.banner-btn+.banner-btn {
    margin-left: 0px;
    margin-top:20px;
}


.banner-style-one .content-block .banner-btn:hover {
    color: #fff !important;
    background-color: #cf01bb;
    border-color: #cf01bb;
}

.banner-style-one .content-block .banner-btn:hover i {
    color: #fff
}

.banner-style-one.home-page-two {
    /*background: #fff url(https://www.diginfoexpert.com/frontEnd/images/banner-bg-1-2.jpg) top right no-repeat;*/
    background-size: cover;
    background-position: center;
    background: linear-gradient( to left top, #9c34c3, #320b82 );
    border-bottom-left-radius: 200px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.banner-style-one.home-page-two:before {
    border-color: rgba(0, 0, 0, .04)
}

.banner-style-one.home-page-two:after {
    border-color: rgba(255, 255, 255, .06)
}

.banner-style-one.home-page-two [class*=bubble-] {
    background-color: transparent!important;
    border-width: 2px
}

.banner-style-one.home-page-two .banner-mock {
    right: 0;
    top: 20%
}

.banner-style-one.home-page-two .content-block h1 {
    color: #fff;
    text-transform: capitalize;
}


.banner-style-one.home-page-two .content-block p {
    color: #fff
}

.banner-style-one.home-page-two .content-block .banner-btn {
    color: #fff !important;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .1)
}

.banner-style-one.home-page-two .content-block .banner-btn i {
    color: #fff
}

.banner-style-one.home-page-two .content-block .banner-btn:hover {
    background-color: #cf01bb;
    border-color: #cf01bb;
    color: #fff !important;
}

.banner-style-one.home-page-two .content-block .banner-btn:hover i {
    color: #fff
}

.site-footer {
    position: relative
}

.site-footer [class*=bubble-] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    background-color: #ede8ff;
    border: 1px solid #a98fff;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0)
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }
    100% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

.site-footer .bubble-1 {
    background-color: #fff7e0;
    border-color: #ffdd83;
    top: 10px;
    left: 20px
}

.site-footer .bubble-2 {
    background-color: #fff1ec;
    border-color: #ffb59d;
    bottom: 30px;
    left: 10%
}

.site-footer .bubble-3 {
    background-color: #ebf3ff;
    border-color: #b9d4ff;
    top: 40px;
    left: 40%
}

.site-footer .bubble-4 {
    background-color: #ddffe4;
    border-color: #93ff6d;
    top: 10px;
    right: 40%
}

.site-footer .bubble-5 {
    background-color: #ede8ff;
    border-color: #a98fff;
    bottom: 30px;
    right: 25%
}

.site-footer .bubble-6 {
    background-color: #ffd4af;
    border-color: #cf01bb;
    top: 40%;
    right: 10%
}

.site-footer .inner-container {
    border: 1px solid #eaeaea;
    border-left: 0;
    border-right: 0;
    padding: 20px 0
}

.footer-widget h3,
.footer-widget p,
.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-widget .widget-title {
    margin-bottom: 28px
}

.footer-widget .widget-title h3  {
    background: var(--theme-color1);
}
.line-bottom-footer-widget:after {
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 54px;
    background: #555;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.footer-widget ul.contact-list li {
    color: #777b92
}

.footer-widget ul.contact-list li+li {
    margin-top: 9px
}

.footer-widget ul.links-list li+li {
    margin-top: 10px
}

.footer-widget ul.links-list li a {
    color: #777b92;
    font-size: 16px;
    display: inline-block;
    position: relative;
    transition: all .4s ease
}

.footer-widget ul.links-list li a:before {
    content: '\f101';
    font-family: FontAwesome;
    color: #cf01bb;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-15px);
    transform: translateY(-50%) translateX(-15px);
    opacity: 0;
    transition: all .4s ease
}

.footer-widget ul.links-list li a:hover {
    color: #cf01bb;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.footer-widget ul.links-list li a:hover:before {
    opacity: 1
}

.footer-widget .social-block a {
    display: inline-block;
    vertical-align: middle;
    width: 51px;
    height: 51px;
    border: 1px solid #eaeaea;
    line-height: 49px;
    text-align: center;
    background-color: #fff;
    color: #777b92;
    border-radius: 50%;
    box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1);
    transition: all .4s ease
}

.footer-widget .social-block a:hover {
    background-color: #63229a;
    color: #fff !important;
    border-color: #63229a;
}

.bottom-footer {
    padding: 5px 0
}

.bottom-footer p {
    color: #777b92;
    font-size: 16px;
    margin-bottom: unset;
}

.bottom-footer p a {
    color: #cf01bb
}

.subscribe-style-one {
    padding-top: 50px;
    padding-bottom: 50px
}

.subscribe-style-one h3 {
    margin: 0;
    color: #273167;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 60px
}

.subscribe-style-one .subscribe-form {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px
}

.subscribe-style-one .subscribe-form input {
    border: none;
    outline: 0;
    display: block;
    width: 100%;
    max-width: 470px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    height: 84px;
    font-size: 16px;
    padding-left: 30px
}

.subscribe-style-one .subscribe-form input::-webkit-input-placeholder {
    color: #777b92
}

.subscribe-style-one .subscribe-form input::-moz-placeholder {
    color: #777b92
}

.subscribe-style-one .subscribe-form input:-ms-input-placeholder {
    color: #777b92
}

.subscribe-style-one .subscribe-form input:-moz-placeholder {
    color: #777b92
}

.subscribe-style-one .subscribe-form button[type=button],
.subscribe-style-one .subscribe-form button[type=submit] {
    width: 208px;
    border-radius: 4px;
    margin-left: 20px;
    height: 84px;
    border: none;
    outline: 0;
    background-color: #63229a;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    transition: all .4s ease
}

.subscribe-style-one .subscribe-form button[type=button]:hover,
.subscribe-style-one .subscribe-form button[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #63229a;
    color: #63229a
}

.blog-style-one {
    background-color: #f7fbff;
    padding-top: 20px;
    padding-bottom: 50px;
}

.footer-widget img {
    width: 200px !important;
}

.blog-style-one.blog-page {
    background-color: #fff;
    padding-bottom: 120px;
}

.single-blog-style-one {
    margin-bottom: 60px
}

.single-blog-style-one .image-block {
    border-radius: 4px;
    background-color: #273167;
    box-shadow: 0 15px 30px 0 rgba(39, 49, 103, .1)
}

.single-blog-style-one .image-block .inner-block {
    overflow: hidden;
    position: relative;
    border-radius: 4px
}

.single-blog-style-one .image-block .inner-block>img {
    width: 100%;
    transition: all .4s ease
}

.single-blog-style-one .image-block .inner-block .date-block {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cf01bb;
    border-radius: 4px 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 3px 20px;
    z-index: 12
}

.single-blog-style-one .image-block .inner-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #273167;
    opacity: 0;
    z-index: 11;
    transition: all .4s ease
}

.single-blog-style-one .image-block:hover {
    cursor: pointer
}

.single-blog-style-one .image-block:hover .inner-block>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.single-blog-style-one .image-block:hover .inner-block:before {
    opacity: .5
}

.single-blog-style-one .text-block .meta-info {
    margin-top: 20px
}

.single-blog-style-one .text-block .meta-info a,
.single-blog-style-one .text-block .meta-info span {
    text-transform: uppercase;
    font-size: 14px;
    color: #cf01bb;
    font-weight: 500;
    letter-spacing: .1em;
    transition: all .4s ease
}

.single-blog-style-one .text-block .meta-info span.sep {
    margin-left: 16px;
    margin-right: 16px
}

.single-blog-style-one .text-block .meta-info a:hover {
    color: #273167
}

.single-blog-style-one .text-block h3,
.single-blog-style-one .text-block p {
    margin: 0
}

.single-blog-style-one .text-block h3 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    display: -webkit-box;
      max-width: 400px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
}

.single-blog-style-one .text-block h3 a {
    color: #273167;
    transition: all .4s ease
}

.single-blog-style-one .text-block h3 a:hover {
    color: #cf01bb
}

.single-blog-style-one .text-block .line-block {
    vertical-align: middle;
    background-color: #cf01bb;
    width: 41px;
    height: 2px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all .4s ease
}

.single-blog-style-one .text-block a.more-link {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #273167;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1em;
    transition: all .4s ease
}

.single-blog-style-one .text-block a.more-link:hover {
    color: #cf01bb
}

.single-blog-style-one .text-block:hover .line-block {
    width: 60px
}

.blog-post-pagination {
    margin-top: 0
}

.blog-post-pagination a {
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ebf3ff;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #273167;
    transition: all .4s ease
}

.blog-post-pagination a.next,
.blog-post-pagination a.prev {
    background: #273167;
    color: #fff;
    font-size: 14px
}

.blog-post-pagination a.active {
    cursor: auto
}

.blog-post-pagination a.active,
.blog-post-pagination a:hover {
    background: #cf01bb;
    color: #fff
}

.blog-post-pagination a+a {
    margin-left: 10px
}

.blog-details-page {
    padding: 120px 0
}

.blog-details-page .single-blog-style-one {
    margin-bottom: 0
}

.blog-details-page .single-blog-style-one .text-block {
    margin-top: 20px
}

.blog-details-page .single-blog-style-one .text-block .meta-info {
    margin: 0
}

.blog-details-page .single-blog-style-one .text-block .post-title {
    margin: 0;
    color: #273167;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 25px
}

.blog-details-page .single-blog-style-one .text-block p {
    margin: 0
}

.blog-details-page .single-blog-style-one .text-block p+p {
    margin-top: 20px
}

.blog-details-page .share-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eaeaea;
    padding-top: 40px;
    margin-top: 50px
}

.blog-details-page .share-block .left-block p {
    margin: 0;
    color: #273167;
    font-size: 20px
}

.blog-details-page .share-block .left-block p a {
    color: #777b92;
    font-size: 16px;
    transition: all .4s ease;
    margin-left: 10px
}

.blog-details-page .share-block .left-block p a:hover {
    color: #cf01bb
}

.blog-details-page .share-block .social-block a {
    display: inline-block;
    vertical-align: middle;
    width: 51px;
    height: 51px;
    border: 1px solid #eaeaea;
    line-height: 49px;
    text-align: center;
    background-color: #fff;
    color: #777b92;
    border-radius: 50%;
    box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1);
    transition: all .4s ease
}

.blog-details-page .share-block .social-block a:hover {
    color: #fff;
    background-color: #cf01bb;
    border-color: #cf01bb
}

.blog-details-page .author-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 60px;
    margin-top: 40px;
    margin-bottom: 60px
}

.blog-details-page .author-block .text-block {
    padding-left: 40px
}

.blog-details-page .author-block img {
    width: 169px;
    border-radius: 4px
}

.blog-details-page .author-block h3,
.blog-details-page .author-block p {
    margin: 0
}

.blog-details-page .author-block h3 {
    color: #273167;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 38px
}

.blog-details-page .author-block p {
    font-size: 16px;
    line-height: 30px
}

.blog-details-page .title-line {
    margin-bottom: 50px
}

.blog-details-page .title-line h3 {
    margin: 0;
    color: #273167;
    font-size: 30px;
    font-weight: 400
}

.blog-details-page .single-comment-one {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 60px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: flex
}

.blog-details-page .single-comment-one .image-block .inner-block {
    width: 90px;
    overflow: hidden;
    border-radius: 50%
}

.blog-details-page .single-comment-one .image-block .inner-block>img {
    width: 100%
}

.blog-details-page .single-comment-one .text-block {
    padding-left: 40px
}

.blog-details-page .single-comment-one .text-block h3,
.blog-details-page .single-comment-one .text-block p {
    margin: 0
}

.blog-details-page .single-comment-one .text-block h3 {
    color: #273167;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px
}

.blog-details-page .single-comment-one .text-block p {
    color: #777b92;
    font-size: 16px;
    line-height: 30px;
    width: 82%
}

.blog-details-page .single-comment-one .text-block .top-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px
}

.blog-details-page .single-comment-one .text-block .date-line {
    text-transform: uppercase;
    font-size: 14px;
    color: #cf01bb;
    font-weight: 500;
    letter-spacing: .1em;
    transition: all .4s ease
}

.blog-details-page .single-comment-one .text-block .date-line span.sep {
    margin-left: 16px;
    margin-right: 16px
}

.blog-details-page .single-comment-one .text-block .reply-btn {
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1);
    width: 97px;
    height: 42px;
    line-height: 40px;
    color: #777b92;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: all .4s ease
}

.blog-details-page .single-comment-one .text-block .reply-btn:hover {
    color: #fff;
    background-color: #cf01bb;
    border-color: #cf01bb
}

.blog-details-page .comment-form input,
.blog-details-page .comment-form textarea {
    border: none;
    outline: 0;
    border: none;
    width: 100%;
    height: 84px;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 30px;
    padding-left: 40px
}

.blog-details-page .comment-form textarea {
    height: 234px;
    padding-top: 20px
}

.blog-details-page .comment-form button[type=submit] {
    width: 276px;
    border-radius: 4px;
    height: 84px;
    border: none;
    outline: 0;
    background-color: #cf01bb;
    cursor: pointer;
    font-weight: 500;
    line-height: 84px;
    font-size: 20px;
    color: #fff;
    transition: all .4s ease
}

.blog-details-page .comment-form button[type=submit]:hover {
    background-color: #273167
}

.faq-style-one .container {
    padding-bottom: 120px
}

@media (min-width:1200px) {
    .faq-style-one .container {
        max-width: 920px
    }
}

.faq-style-one .block-title {
    padding-top: 30px
}

.faq-style-one .accrodion-grp .accrodion {
    border: 1px solid #eaeaea;
    padding: 30.5px 40px
}

.faq-style-one .accrodion-grp .accrodion+.accrodion {
    margin-top: 20px
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title {
    cursor: pointer
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    padding: 0 0;
    padding-top: 0;
    padding-left: 0;
    position: relative;
    color: #273167;
    transition: all .4s ease
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title h4:before {
    font-family: FontAwesome;
    content: '\f067';
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #273167;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
    margin-top: 30px
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #777b92
}

.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4 {
    color: #cf01bb
}

.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:before {
    content: '\f068';
    color: #cf01bb
}

.brand-carousel-one {
    padding: 119.5px 0;
    padding-left: 48px;
    padding-right: 48px
}

.brand-carousel-one .item img {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    transition: all .4s ease;
    width: 100px
}

.brand-carousel-one .item img:hover {
    opacity: 1
}

.brand-carousel-one .owl-dots,
.brand-carousel-one .owl-nav {
    display: none
}

.testimonials-style-one {
    background-color: #f2fff8;
    padding: 70px 0;
    position: relative
}

.testimonials-style-one .map-img {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation-name: mapMover;
    animation-name: mapMover;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: all .4s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

@-webkit-keyframes mapMover {
    0% {
        opacity: .05;
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0)
    }
    50% {
        opacity: .2;
        -webkit-transform: translateY(-55%) translateX(-20px);
        transform: translateY(-55%) translateX(-20px)
    }
    100% {
        opacity: .05;
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0)
    }
}

@keyframes mapMover {
    0% {
        opacity: .05;
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0)
    }
    50% {
        opacity: .2;
        -webkit-transform: translateY(-55%) translateX(-20px);
        transform: translateY(-55%) translateX(-20px)
    }
    100% {
        opacity: .05;
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0)
    }
}

.testimonials-style-one .block-title {
    margin-bottom: 45px
}

.testimonials-style-one .single-testi-one p {
    margin: 0;
    color: #777b92;
    font-size: 20px;
    line-height: 35px
}

.testimonials-style-one .single-testi-one h3 {
    color: #273167;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    margin-top: 40px
}

.testimonials-style-one .testi-carousel-one .owl-nav {
    margin: 0;
    position: absolute;
    bottom: -10px;
    right: 0;
    background-color: #f2fff8
}

.testimonials-style-one .testi-carousel-one .owl-nav [class*=owl-] {
    margin: 0 5px;
    padding: 0;
    background-color: transparent;
    opacity: .3;
    color: #273167;
    font-size: 32px;
    transition: all .4s ease
}

.testimonials-style-one .testi-carousel-one .owl-nav [class*=owl-]:hover {
    opacity: 1
}

.testimonials-style-one .bx-wrapper {
    border: none;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0
}

.testimonials-style-one .bx-wrapper ul.slider {
    padding: 0;
    margin: 0
}

.testimonials-style-one .bx-wrapper .bx-controls-direction {
    position: absolute;
    bottom: -10px;
    background-color: #f2fff8;
    right: 0
}

.testimonials-style-one .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    background-image: none;
    font-size: 32px;
    position: relative;
    top: 0;
    opacity: .3;
    color: #273167;
    transition: all .4s ease
}

.testimonials-style-one .bx-wrapper .bx-controls-direction a:hover {
    opacity: 1
}

.testimonials-style-one .bx-wrapper .bx-prev {
    left: 0;
    margin-right: 25px
}

.testimonials-style-one .bx-wrapper .bx-next {
    right: 0
}

#testimonials-slider-pager {
    width: 391px;
    height: 391px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(39, 49, 103, .15);
    border-radius: 50%;
    position: relative;
    -webkit-animation-name: tesiMove;
    animation-name: tesiMove;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition: all .4s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

@-webkit-keyframes tesiMove {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    15% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    33% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    66% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes tesiMove {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    15% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    33% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    66% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

#testimonials-slider-pager:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 174px;
    height: 174px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1)
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
    width: 71px;
    height: 71px;
    display: inline-block;
    vertical-align: middle;
    position: absolute
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(1) {
    top: 55px;
    left: -10px
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(2) {
    top: 55px;
    right: -10px
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(3) {
    bottom: 55px;
    left: -10px
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(4) {
    bottom: 55px;
    right: -10px
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(5) {
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(6) {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item>img {
    width: 100%;
    border-radius: 50%;
    transition: all .4s ease
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item.active img {
    opacity: .75;
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

#testimonials-slider-pager .testimonials-slider-pager-two .pager-item {
    width: 163px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all .4s ease
}

#testimonials-slider-pager .testimonials-slider-pager-two .pager-item.active {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(.95);
    transform: translate(-50%, -50%) scale(.95)
}

#testimonials-slider-pager .testimonials-slider-pager-two .pager-item>img {
    width: 100%;
    border-radius: 50%
}

.pricing-style-one {
    padding: 120px 0
}

.pricing-style-one .tab-title {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 0;
    margin-bottom: 60px
}

.pricing-style-one .tab-title li {
    display: inline-block;
    margin-bottom: 0!important
}

.pricing-style-one .tab-title li a {
    display: block;
    border: none;
    outline: 0;
    color: #86909e;
    display: inline-block;
    padding: 14px 33.5px;
    cursor: pointer;
    color: #777b92;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0!important;
    transition: all .4s ease;
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    background-color: #fefdfe;
    box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1)
}

.pricing-style-one .tab-title li a:hover {
    border-color: #cf01bb;
    background: #cf01bb;
    color: #fff
}

.pricing-style-one .tab-title li a.active {
    border-color: #cf01bb;
    background: #cf01bb!important;
    color: #fff!important
}

.pricing-style-one .tab-title li:first-child a {
    border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important
}

.pricing-style-one .tab-title li:last-child a {
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important
}

.single-pricing-one {
    padding: 60px 0;
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    border-radius: 4px;
    background-color: #fff;
    text-align: center
}

.single-pricing-one.basic-pack .price {
    color: #5dda6c
}

.single-pricing-one.basic-pack .line {
    background-color: #5dda6c
}

.single-pricing-one.basic-pack .price-btn:hover {
    background-color: #5dda6c;
    border-color: #5dda6c
}

.single-pricing-one.biz-pack .price {
    color: #f0a734
}

.single-pricing-one.biz-pack .line {
    background-color: #f0a734
}

.single-pricing-one.biz-pack .price-btn:hover {
    background-color: #f0a734;
    border-color: #f0a734
}

.single-pricing-one a,
.single-pricing-one span {
    display: block
}

.single-pricing-one ul.feature-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 40px
}

.single-pricing-one ul.feature-lists li {
    font-size: 18px;
    line-height: 1em;
    color: #777b92
}

.single-pricing-one ul.feature-lists li+li {
    margin-top: 20px
}

.single-pricing-one .price {
    color: #ad63f3;
    font-size: 60px;
    font-weight: 300;
    line-height: 1em
}

.single-pricing-one .pack-name {
    font-size: 14px;
    font-weight: 500;
    color: #273167;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 22px
}

.single-pricing-one .line {
    background-color: #ad63f3;
    width: 40px;
    height: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px
}

.single-pricing-one .price-btn {
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1);
    display: inline-block;
    vertical-align: middle;
    color: #777b92;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 42.5px;
    transition: all .4s ease
}

.single-pricing-one .price-btn:hover {
    background-color: #cf01bb;
    color: #fff;
    border-color: #cf01bb
}

.single-pricing-one .tag-line {
    font-size: 14px;
    text-transform: uppercase;
    color: #777b92;
    letter-spacing: .1em;
    margin-top: 40px
}

.feature-style-one {
    padding-top: 130px;
    background: #fff url(../images/bg-curve-1-2.png) center top no-repeat;
    background-size: cover;
    margin-top: -90px
}

.feature-style-one .container {
    padding-bottom: 50px
}

.feature-style-one .container hr.style-one {
    margin-bottom: 30px
}

.feature-style-one .image-block {
    margin-top: -50px;
    position: relative;
    right: -20px;
    -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
    animation: featureImgBounce 5s ease-in-out 0s infinite alternate
}

@-webkit-keyframes featureImgBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes featureImgBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

.feature-style-one .content-block .block-title {
    margin-bottom: 30px
}

.feature-style-one .content-block p {
    font-size: 20px;
    color: #777b92;
    line-height: 35px;
    margin: 0;
    margin-bottom: 20px
}
.single-blog-style-one a.more-link {
    display: block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1em;
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    padding: 20px 10px;
    background-color: #63229a;
    box-shadow: 0 4px 15px 0 rgb(45 54 65 / 75%);
}

.feature-style-one .content-block ul.feature-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 54px
}

.feature-style-one .content-block ul.feature-lists li {
    position: relative;
    color: #777b92;
    font-size: 18px;
    padding-left: 35px
}

.feature-style-one .content-block ul.feature-lists li+li {
    margin-top: 10px
}

.feature-style-one .content-block ul.feature-lists li i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    color: #cf01bb
}

.feature-style-one .content-block .feature-btn {
    border-style: solid;
    border-width: 1px;
    border-color: #cf01bb;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 15px 30px 0 rgba(119, 123, 146, .1);
    display: inline-block;
    vertical-align: middle;
    color: #cf01bb;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 42.5px;
    transition: all .4s ease
}

.feature-style-one .content-block .feature-btn:hover {
    background-color: #cf01bb;
    color: #fff;
    border-color: #cf01bb
}

.feature-style-two {
    padding-top: 0px
}

.feature-style-two .image-block {
    margin-top: -50px;
    position: relative;
    left: -50px;
    -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
    animation: featureImgBounce 5s ease-in-out 0s infinite alternate
}

.feature-style-two .image-block:after,
.feature-style-two .image-block:before {
    content: '';
    width: 318px;
    height: 318px;
    border-radius: 50%;
    border: 43px solid #fafafa;
    position: absolute
}

.feature-style-two .image-block:before {
    top: 50px;
    left: 40px
}

.feature-style-two .image-block:after {
    bottom: 50px;
    right: -10px
}

.feature-style-two .image-block img {
    position: relative;
    z-index: 10
}

.feature-style-two .content-block .block-title {
    margin-bottom: 50px
}

.feature-style-two .content-block p {
    font-size: 20px;
    color: #777b92;
    line-height: 35px;
    margin: 0;
    margin-bottom: 46px;
}

.feature-style-two .content-block ul.feature-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 54px
}

.feature-style-two .content-block ul.feature-lists li {
    position: relative;
    color: #777b92;
    font-size: 18px;
    padding-left: 35px
}

.feature-style-two .content-block ul.feature-lists li+li {
    margin-top: 10px
}

.feature-style-two .content-block ul.feature-lists li i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    color: #cf01bb
}

.feature-style-two .content-block .feature-btn {
    border-style: solid;
    border-width: 1px;
    border-color: #cf01bb !important;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 15px 30px 0 rgb(119 123 146 / 10%);
    display: inline-block;
    vertical-align: middle;
    color: #cf01bb !important;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 42.5px;
    transition: all .4s ease;
}

.feature-style-two .content-block .feature-btn:hover {
    background-color: #63229a;
    color: #fff !important;
    border-color: #63229a;
}

.services-style-one {
    background-color: #fff8f8;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px
}
.services-style-one .block-title h2 {
    margin: 20px 0px 0px 0px;
}

.dUeHXH {
    background-color: #c000c6 !important;
}
.services-style-one:before {
    content: '';
    width: 100%;
    height: 251px;
    background: #fff url(../images/bg-curve-1-1.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0
}

.services-style-one .single-service-one {
    padding: 30px 25px;
    padding-bottom: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffe5e5;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 15px 30px 0 rgba(255, 228, 228, .3);
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
    margin-top:30px;
    text-align: center;
}

.services-style-one .single-service-one:before {
    content: '';
    width: 600px;
    height: 600px;
    border-radius: 50%;
    position: absolute;
    bottom: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background-color: #d001b9;
    z-index: 8;
    transition: all .4s ease
}

.services-style-one .single-service-one .hover-block:after,
.services-style-one .single-service-one .hover-block:before {
    content: '';
    width: 600px;
    height: 600px;
    border-radius: 50%;
    position: absolute
}

.services-style-one .single-service-one .hover-block:before {
    bottom: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background-color: #d001b9;
    z-index: 10;
    transition: all .4s ease
}

.services-style-one .single-service-one .hover-block:after {
    background-color: #bf2aae;
    bottom: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 9;
    transition: all .4s ease
}

.services-style-one .single-service-one i {
    font-size: 64px;
    color: #5cda6b;
    transition: all .4s ease;
    position: relative;
    z-index: 10
}

.services-style-one .single-service-one h3 {
    color: #273167;
    font-size: 20px;
    line-height: 34px;
    margin: 0;
    margin-top: 17px;
    margin-bottom: 35px;
    transition: all .4s ease;
    position: relative;
    z-index: 10
}

.services-style-one .single-service-one p {
    color: #777b92;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 23px;
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    text-align: initial;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-style-one .single-service-one .line-block {
    display: block;
    background-color: #5dda6c;
    width: 41px;
    height: 2px;
    margin-bottom: 20px;
    transition: all .4s ease;
    position: relative;
    z-index: 10
}

.services-style-one .single-service-one a.more-link {
    display: block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1em;
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    padding: 20px 10px;
    background-color: #63229a;
    box-shadow: 0 4px 15px 0 rgb(45 54 65 / 75%);
}

.services-style-one .single-service-one:hover {
    background-color: #63229a;
    border-color: #63229a
}

.services-style-one .single-service-one:hover a.more-link,
.services-style-one .single-service-one:hover h3,
.services-style-one .single-service-one:hover i,
.services-style-one .single-service-one:hover p {
    color: #fff
}

.services-style-one .single-service-one:hover .line-block {
    background-color: #fff
}

.services-style-one .single-service-one:hover:before {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition-delay: .2s
}

.services-style-one .single-service-one:hover .hover-block:before {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition-delay: .1s
}

.services-style-one .single-service-one:hover .hover-block:after {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.services-style-one [class*=col-]:nth-child(1) .single-service-one i {
    color: #5cda6b
}

.services-style-one [class*=col-]:nth-child(1) .single-service-one .line-block {
    background-color: #5cda6b
}

.services-style-one [class*=col-]:nth-child(1) .single-service-one:hover i {
    color: #fff
}

.services-style-one [class*=col-]:nth-child(1) .single-service-one:hover .line-block {
    background-color: #fff
}

.services-style-one [class*=col-]:nth-child(2) .single-service-one i {
    color: #00b1eb
}

.services-style-one [class*=col-]:nth-child(2) .single-service-one .line-block {
    background-color: #00b1eb
}

.services-style-one [class*=col-]:nth-child(2) .single-service-one:hover i {
    color: #fff
}

.services-style-one [class*=col-]:nth-child(2) .single-service-one:hover .line-block {
    background-color: #fff
}

.services-style-one [class*=col-]:nth-child(3) .single-service-one i {
    color: #cf01bb
}

.services-style-one [class*=col-]:nth-child(3) .single-service-one .line-block {
    background-color: #cf01bb
}

.services-style-one [class*=col-]:nth-child(3) .single-service-one:hover i {
    color: #fff
}

.services-style-one [class*=col-]:nth-child(3) .single-service-one:hover .line-block {
    background-color: #fff
}

.services-style-one [class*=col-]:nth-child(5) .single-service-one i {
    color: #00b1eb
}

.services-style-one [class*=col-]:nth-child(5) .single-service-one .line-block {
    background-color: #00b1eb
}

.services-style-one [class*=col-]:nth-child(5) .single-service-one:hover i {
    color: #fff
}

.services-style-one [class*=col-]:nth-child(5) .single-service-one:hover .line-block {
    background-color: #fff
}

.services-style-one [class*=col-]:nth-child(6) .single-service-one i {
    color: #cf01bb
}

.services-style-one [class*=col-]:nth-child(6) .single-service-one .line-block {
    background-color: #cf01bb
}

.services-style-one [class*=col-]:nth-child(6) .single-service-one:hover i {
    color: #fff
}

.services-style-one [class*=col-]:nth-child(6) .single-service-one:hover .line-block {
    background-color: #fff
}

.services-style-one [class*=col-]:nth-child(8) .single-service-one i {
    color: #00b1eb
}

.services-style-one [class*=col-]:nth-child(8) .single-service-one .line-block {
    background-color: #00b1eb
}

.services-style-one [class*=col-]:nth-child(8) .single-service-one:hover i {
    color: #fff
}

.services-style-one [class*=col-]:nth-child(8) .single-service-one:hover .line-block {
    background-color: #fff
}

.services-style-one [class*=col-]:nth-child(9) .single-service-one i {
    color: #cf01bb
}

.services-style-one [class*=col-]:nth-child(9) .single-service-one .line-block {
    background-color: #cf01bb
}

.services-style-one [class*=col-]:nth-child(9) .single-service-one:hover i {
    color: #fff
}

.services-style-one [class*=col-]:nth-child(9) .single-service-one:hover .line-block {
    background-color: #fff
}

.fun-fact-style-one {
    padding-bottom: 50px
}

.fun-fact-style-one .title-line {
    margin: 0;
    color: #273167;
    letter-spacing: .2em;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Red Hat Display';
}

.fun-fact-style-one .single-funfact-one h3,
.fun-fact-style-one .single-funfact-one p {
    margin: 0
}

.fun-fact-style-one .single-funfact-one h3 {
    color: #273167;
    font-size: 60px;
    font-weight: 300;
    line-height: 1em
}

.fun-fact-style-one .single-funfact-one p {
    font-size: 14px;
    color: #777b92;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
    line-height: 1em;
    margin-top: 20px
}

.inner-banner {
    background: #fff url("https://kodesolution.com/2019/opins/wp-content/uploads/2019/09/banner-bg-1-2.png")center center no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 150px
}

.inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-45deg, #94e4ff 0, #00ade7 100%);
    opacity: .94
}

.inner-banner .container {
    position: relative;
    text-align: center
}

.inner-banner .thm-breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none
}

.inner-banner .thm-breadcrumb li {
    display: inline-block;
    vertical-align: middle
}

.inner-banner .thm-breadcrumb li a,
.inner-banner .thm-breadcrumb li span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fcfbfe;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 1em
}

.inner-banner .thm-breadcrumb li span.sep {
    margin-left: 10px;
    margin-right: 10px;
}

.inner-banner h2,
.inner-banner h3 {
    color: #63229a;
    margin: 0;
    font-size: 46px;
    font-weight: 400;
    margin-top: 5px
}

.sidebar .single-sidebar:not(.search-widget) {
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    border-radius: 4px;
    padding: 50px
}

.sidebar .single-sidebar+.single-sidebar {
    margin-top: 30px
}

.sidebar .single-sidebar .widget-title {
    margin-bottom: 30px
}

.sidebar .single-sidebar .widget-title h3 {
    margin: 0;
    font-size: 20px;
    color: #273167;
    font-weight: 400
}

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

.sidebar .single-sidebar .widget-single-post {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.sidebar .single-sidebar .widget-single-post+.widget-single-post {
    margin-top: 30px
}

.sidebar .single-sidebar .widget-single-post .image-block .inner-block {
    width: 60px;
    overflow: hidden;
    border-radius: 50%
}

.sidebar .single-sidebar .widget-single-post .image-block .inner-block>img {
    width: 100%
}

.sidebar .single-sidebar .widget-single-post .text-block {
    padding-left: 20px
}

.sidebar .single-sidebar .widget-single-post .text-block h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.sidebar .single-sidebar .widget-single-post .text-block h3 a {
    color: #777b92;
    transition: all .4s ease
}

.sidebar .single-sidebar .widget-single-post .text-block h3 a:hover {
    color: #cf01bb
}

.sidebar .single-sidebar .links-list {
    margin-top: -10px
}

.sidebar .single-sidebar .links-list li+li {
    margin-top: 15px
}

.sidebar .single-sidebar .links-list li a {
    color: #777b92;
    font-size: 16px;
    font-weight: 400;
    transition: all .4s ease;
    position: relative;
    display: inline-block
}

.sidebar .single-sidebar .links-list li a:before {
    content: '\f101';
    font-family: FontAwesome;
    color: #cf01bb;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-15px);
    transform: translateY(-50%) translateX(-15px);
    opacity: 0;
    transition: all .4s ease
}

.sidebar .single-sidebar .links-list li a:hover {
    color: #cf01bb;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.sidebar .single-sidebar .links-list li a:hover:before {
    opacity: 1
}

.sidebar .single-sidebar .tag-list-wrapper {
    margin-top: -10px
}

.sidebar .single-sidebar .tag-list-wrapper a {
    font-size: 16px;
    color: #777b92;
    transition: all .4s ease
}

.sidebar .single-sidebar .tag-list-wrapper a:hover {
    color: #cf01bb
}

.sidebar .single-sidebar .search-form {
    width: 100%;
    position: relative;
    height: 84px;
    border-radius: 4px;
    overflow: hidden
}

.sidebar .single-sidebar .search-form input {
    border: none;
    outline: 0;
    background-color: #cf01bb;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 50px;
    position: absolute;
    top: 0;
    left: 0
}

.sidebar .single-sidebar .search-form input::-webkit-input-placeholder {
    color: #fff
}

.sidebar .single-sidebar .search-form input::-moz-placeholder {
    color: #fff
}

.sidebar .single-sidebar .search-form input:-ms-input-placeholder {
    color: #fff
}

.sidebar .single-sidebar .search-form input:-moz-placeholder {
    color: #fff
}

.sidebar .single-sidebar .search-form button[type=submit] {
    border: none;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px
}

.site-header.home-page-two .header-navigation .container .menu-toggler {
    color: #cf01bb!important;
    margin: 0px 0px 0px 49%;
}
.header-navigation .container .menu-toggler{
     margin: 0px 0px 0px 49% !important;
}

.banner-style-one .content-block .banner-btn.other-btn i {
    font-size: 20px;
    left: 40px
}

.about-us-text {
    font-size: 22px;
    line-height: 32px
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20000;
    background-image: linear-gradient(-120deg, #cf01bb 0, #00b1eb 100%)
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all .3s ease;
    color: #63229a;
    font-size: 20px
}

.icon-bar a:hover.facebook {
    background: #3b5998;
    color: #fff
}

.icon-bar a:hover.twitter {
    background: #55acee;
    color: #fff
}

.icon-bar a:hover.google {
    background: #dd4b39;
    color: #fff
}

.icon-bar a:hover.linkedin {
    background: #007bb5;
    color: #fff
}

.icon-bar a:hover.youtube {
    background: #b00;
    color: #fff
}

.content {
    margin-left: 75px;
    font-size: 30px
}

.btn-primary {
    background: #cf01bb;
    color: #ffffff !important;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #63229a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    width: 165px;
    transition: ease-in-out .4s all;
    -webkit-transition: ease-in-out .4s all;
    -moz-transition: ease-in-out .4s all;
    -o-transition: ease-in-out .4s all
}

.btn-primary:active,
.btn-primary:hover {
    background: #ffffff !important;
    box-shadow: 0 6px 12px rgba(33, 33, 33, .2);
    color: #63229a!important;
    border-color: #63229a!important;
    border-bottom: 1px solid #63229a!important;
    outline: 0
}

.vision-content {
    padding: 0 25px 0 25px
}

.section {
    padding: 50px 0 50px 0
}
section.section.form-and-address-section {
    padding-top: 30px !important;
}

#techandplatform {
    background-image: url(../images/tech-back.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto
}

#how-we-work .row>.col-12.col-sm-12.col-md-5.col-lg-5.col-xl-5 {
    margin-top: 20px;
    padding-left: 58px;
    margin-bottom: 20px
}

#how-we-work .row>.col-12.col-sm-12.col-md-5.col-lg-5.col-xl-5::before {
    content: "";
    display: block;
    background-image: url(../images/right-tick.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 11px;
    top: 8px;
    width: 35px;
    height: 35px
}

.faq-style-one .career.block-title {
    padding-top: 0!important
}

.career-section {
    padding: 100px 20px
}

.career-tab .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    border-radius: 25px;
    background-color: #fff;
    font-size: 18px;
    box-shadow: 0 5px 21px 0 rgba(214, 223, 228, .66)
}

.nav-pills .nav-link.active,
.nav-pills .show .nav-link:hover,
.nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #cf01bb !important;
    border-radius: 25px
}

.oppninggrid {
    background-color: #fff;
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 0 10px #ccc;
    margin-top: 50px
}

.oppninggrid h3 {
    background-color: #cf01bb;
    color: #fff;
    font-size: 22px;
    padding: 10px 25px;
    margin: 0 -30px 22px -30px;
    text-transform: uppercase;
    letter-spacing: 3px
}

.oppninggrid p {
    line-height: 36px;
    color: #777
}

.contact-form {
    padding-top: 0
}

.contact-info .content {
    font-size: 16px;
    margin-left: 0
}

.contact-info .content a:link{
    display: block;
}

.contact-form p input[type=text],
.contact-form p textarea {
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 13px;
    padding: 10px;
    width: 100%
}

.contact-form .form-submit input {
    background: #bd8348 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 50px;
    margin-top: 40px;
    text-transform: uppercase;
    width: 100%
}

.contact-title.text-center span {
    color: #9d9d9d;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 100;
    text-transform: uppercase
}

.contact-title.text-center {
    color: #606060;
    margin-bottom: 50px
}

.contact-title.text-center>h2 {
    margin-bottom: 30px
}

.contact-info {
    padding: 30px 0 100px
}

#commentform {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px
}

.contact-info strong {
    display: inline-table;
    font-size: 15px;
    font-weight: 500
}

.contact-info>ul {
    list-style: outside none none;
    padding: 0
}

.contact-info li {
    float: left;
    margin-bottom: 20px;
    width: 100%
}

.contact-info .f-sicon2 ul {
    margin: 30px 0 0 0;
    padding: 0
}

.contact-info .f-sicon2 li {
    float: inherit;
    margin: 0 15px 0 0
}

.contact-info .f-sicon2 li a {
    color: #606060;
    font-size: 16px
}

.contact-info .img-icon {
    float: left;
    margin-right: 25px
}

.contact-header {
    background: rgba(0, 0, 0, 0) url(../images/contact-bg.jpg) no-repeat scroll 0 0/cover
}

.f-sicon>ul {
    padding: 0
}

.pagetions ul {
    padding: 0
}

.social-media-c .social-link-c {
    color: #777;
    font-size: 25px;
    margin-left: 20px
}

.social-media-c .social-link-c:hover {
    color: #cf01bb;
}

.map-section {
    padding: 0!important;
    height: 400px
}

.c-info {
    padding: 20px 50px
}

.parent .container {
    width: 100%;
    margin: auto
}

.parent {
    overflow: hidden;
    min-height: 500px;
    height: auto;
    width: 100%;
    margin-top: 50px
}

.parent .contant h1 {
    position: relative;
    text-transform: uppercase;
    font-family: arial;
    margin-bottom: 55px;
    color: #fff
    
}

.parent .contant h1:before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background-color: #cf01bb;
    position: absolute;
    bottom: -10px;
    left: 3px
}

.parent .contant p {
    color: #777b92
}

.parent .contant {
    float: left;
    margin-top: 60px
}

.parent .boxes {
    float: left;
    margin: 170px 0 0 -40px;
    padding: 50px;
    position: relative
}

.parent .boxes .box-1,
.parent .boxes .box-2,
.parent .boxes .box-3,
.parent .boxes .box-4,
.parent .boxes .box-5,
.parent .boxes .box-6,
.parent .boxes .box-7,
.parent .boxes .box-8 {
    background-color: #f9f9f9;
    transform: rotate(45deg);
    position: absolute;
    width: 130px;
    height: 130px;
    transition: all .7s ease-in-out
}

.parent .boxes .box-1:hover,
.parent .boxes .box-2:hover,
.parent .boxes .box-3:hover,
.parent .boxes .box-4:hover,
.parent .boxes .box-5:hover,
.parent .boxes .box-6:hover,
.parent .boxes .box-7:hover,
.parent .boxes .box-8:hover {
    transform: rotate(405deg);
    background-color: #63229a;
    cursor: pointer;
    border-bottom: 3px solid #00b1eb
}

.parent .boxes .box-1 h3,
.parent .boxes .box-2 h3,
.parent .boxes .box-3 h3,
.parent .boxes .box-4 h3,
.parent .boxes .box-5 h3,
.parent .boxes .box-6 h3,
.parent .boxes .box-7 h3,
.parent .boxes .box-8 h3 {
    transform: rotate(-45deg) scale(.9);
    text-align: center;
    white-space: nowrap;
    position: relative;
    left: 7px;
    top: 30px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: tahoma;
    transition: color .5s ease-in-out
}

.parent .boxes .box-1 i,
.parent .boxes .box-2 i,
.parent .boxes .box-3 i,
.parent .boxes .box-4 i,
.parent .boxes .box-5 i,
.parent .boxes .box-6 i,
.parent .boxes .box-7 i,
.parent .boxes .box-8 i {
    color: #63229a;
    transform: rotate(-45deg);
    position: relative;
    top: 34px;
    left: 38px;
    font-size: 23px
}

.parent .boxes .box-1:hover h3,
.parent .boxes .box-2:hover h3,
.parent .boxes .box-3:hover h3,
.parent .boxes .box-4:hover h3,
.parent .boxes .box-5:hover h3,
.parent .boxes .box-6:hover h3,
.parent .boxes .box-7:hover h3,
.parent .boxes .box-8:hover h3 {
    color: #fff
}

.parent .boxes .box-1:hover i,
.parent .boxes .box-2:hover i,
.parent .boxes .box-3:hover i,
.parent .boxes .box-4:hover i,
.parent .boxes .box-5:hover i,
.parent .boxes .box-6:hover i,
.parent .boxes .box-7:hover i,
.parent .boxes .box-8:hover i {
    color: #fff
}

.parent .boxes .box-2 {
    top: -44px;
    left: 144px
}

.parent .boxes .box-3 {
    top: 50px;
    left: 238px
}

.parent .boxes .box-4 {
    top: -138px;
    left: 238px
}

.parent .boxes .box-5 {
    top: -44px;
    left: 332px
}

.parent .boxes .box-6 {
    top: -138px;
    left: 426px
}

.parent .boxes .box-7 {
    top: -44px;
    left: 520px
}

.parent .boxes .box-8 {
    top: -138px;
    left: 614px
}

.site-header.home-page-two .header-navigation .container .menu-toggler {
    color: #000!important
}

.footer-widget img {
    max-width: 250px
}

.blog-details-page .comment-form button[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #cf01bb;
    color: #cf01bb;
}

#ordersendmessage,
#sendmessage,
#subscribesendmessage {
    color: green!important;
    border: 1px solid #b1deca;
    background: #e7fff7;
    display: none;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px
}

#errormessage,
#ordererrormessage,
#subscribeerrormessage {
    color: red;
    display: none;
    border: 1px solid #ea9c97;
    background: #ffe4e9;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px
}



#popupModal {
    margin-top: 20px;
}

#popupModal .modal-dialog{
    overflow-y: initial !important;
}

#popupModal .modal-body{
    
    overflow-y: auto;
}

#popupModal h3,
#popupModal h4 {
    color: #3a0e87!important;
    font-size: 28px;
    margin: unset;
    letter-spacing: 1px;
    text-transform: capitalize;
}

#popupModal img {
    width: 100%
}

#popupModal label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px
}

#popupModal .modal-header {
    display: block
}

#popupModal button.btn.btn-primary.mt-4 {
    width: 100%;
}
button.close {
    background-color: #fff;
    opacity: 1;
    border-radius: 31px;
    margin-right: 0px !important;
    padding: 10px 15px !important;
}

#popupModal .modal-body {
    padding: 0 50px 20px 50px
}

#popupModal .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #a6a6a6;
    outline: 0;
    box-shadow: none;
    min-height: 30px!important;
    height: 30px!important;
    font-size: 14px;
    outline: 0!important;
    box-shadow: none!important;
    line-height: 30px!important;
    padding: 5px!important;
    margin-top: 25px!important
}

#popupModal .first {
    margin-top: 0!important
}

#popupModal .modal-content {
   padding: 0!important;
    border-radius: 10px !important;
    border: 2px solid rgba(0,0,0,.2) !important;
}
#popupModal h3, #popupModal h4 {
    color: #ffffff!important;
}
#popupModal .modal-header {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Red Hat Display';
    background-color: #cf01bb;
    border-radius: unset;
}
.blog-entry .hero-image {
    margin-left: auto;
    margin-right: auto
}

.blog-entry .blog-title {
    font-weight: 500;
    font-size: 40px
}

.blog-entry .blog-info {
    font-size: 14px;
    color: #999;
    text-transform: capitalize
}

.blog-entry .blog-content {
    color: #666
}

.blog-entry .blog-content p {
    font-size: 19px;
    line-height: 200%;
    margin-bottom: 25px
}

.blog-entry .blog-content p:last-child {
    margin-bottom: 0
}

.form-search.search-form {
    position: relative
}

.btn-search-sidebar {
    background: 0 0;
    border: 0;
    position: absolute;
    right: 0;
    top: 11px;
    z-index: 2000
}

.recent-post-box img {
    width: 100px;
    height: 100px
}

.recent-post-box .content {
    margin-left: 20px
}

.recent-post-box .rec-post-head {
    list-style: none;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 500
}

.recent-post-box .rec-post-head a {
    color: #00b1ed
}

.recent-post-box .rec-post-description {
    font-size: 14px;
    color: #777
}

.prev-next-section {
    padding: 0
}

.prev-next-section .post-nav-box {
    padding: 100px;
    font-size: 18px
}

.post-nav-box:hover {
    background-color: #e9e9e9
}

.odd-section {
    background-color: #eff2f4
}

footer .c-list-only {
    text-decoration: none;
    color: #63229a!important
}

@media (max-width:450px) {
    .navbar-brand img {
        max-width: 150px
    }
}
@media (max-width: 1199px) {
 .right-side-box.desktop_talk {
    display: none !important;
}
}

@media (max-width:370px) {
    .navbar-brand img {
        max-width: 140px
    }
}

.career-section a:hover {
    color: #63229a!important
}

.career-section .active a:link:hover {
    color: #ffffff ;
}

.oppninggrid p {
    font-size: 18px;
    line-height: 38px
}

.banner-style-one.home-page-two .content-block a {
    color: #fff !important;
}
.footer-widget a {
    color: #612198 !important;
}
.site-header .header-navigation.stricky .logo-box img {
    filter: brightness(0) invert(1);
}
.site-header .header-navigation.stricky-fixed .logo-box img {
    filter: unset;
}
#hubspot-messages-iframe-container .bTxCHT,
#hubspot-messages-iframe-container .cYoUpi,
#hubspot-messages-iframe-container .dUeHXH {
    background-color: #c000c6 !important;
}
.glJZay svg {
    color: rgb(192 0 198);
}
.bLIpSL {
    display: inline-flex;
    vertical-align: middle;
    fill: rgb(192 0 198);
}
section.testimonials-style-one {
    display: none;
}