@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,800|Roboto:300,400,400i,500,500i,700&amp;display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

a,
button {
    color: #1696e7;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #30323d;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #878991;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}

.btn {
    -moz-user-select: none;
    background: #e56780 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 19px 35px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.btn:hover {
    color: #fff;
}

.solid-btn {
    background: #ff577f;
}

.solid-btn:hover {
    box-shadow: 0px 10px 20px 0px rgba(40, 39, 95, 0.15);
}

.yellow-btn {
    background: #ff8b13;
}

.yellow-btn:hover {
    box-shadow: 0px 10px 20px 0px rgba(40, 39, 95, 0.15);
}

.gradient-btn {
    position: relative;
    box-shadow: none;
    background-image: linear-gradient(to right, #DD618E 0%, #F16F70 50%, #DD618E 100%);
    background-image: -webkit-linear-gradient(to right, #DD618E 0%, #F16F70 50%, #DD618E 100%);
    background-image: -ms-linear-gradient(to right, #DD618E 0%, #F16F70 50%, #DD618E 100%);
    background-size: 200% auto;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.gradient-btn:hover {
    box-shadow: 0px 10px 20px 0px rgba(40, 39, 95, 0.15);
    background-position: right center;
}

.s-gradient-btn {
    background-image: linear-gradient(to right, #F62D53 0%, #FF5F3F 50%, #F62D53 100%);
    background-image: -webkit-linear-gradient(to right, #F62D53 0%, #FF5F3F 50%, #F62D53 100%);
    background-image: -ms-linear-gradient(to right, #F62D53 0%, #FF5F3F 50%, #F62D53 100%);
}

.e-gradient-btn {
    background-image: linear-gradient(to right, #F03B74 0%, #FF824B 50%, #F03B74 100%);
    background-image: -webkit-linear-gradient(to right, #F03B74 0%, #FF824B 50%, #F03B74 100%);
    background-image: -ms-linear-gradient(to right, #F03B74 0%, #FF824B 50%, #F03B74 100%);
    border-radius: 5px;
}

.green-btn {
    background: #5fcf8e;
    border-radius: 30px;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
}

.green-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(-140deg, rgb(42, 26, 238) 0%, rgb(82, 180, 252) 100%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 30px;
}

.green-btn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.s-green-btn {
    background: #00c47e;
}

.s-green-btn::before {
    background: linear-gradient(-140deg, #0055fc 0%, #0055fc 100%);
}

.blue-btn {
    background: #00c0ff;
}

.breadcrumb>.active {
    color: #888;
}

.p-relative {
    position: relative;
}

#scrollUp {
    background: #fdb302;
    height: 40px;
    width: 40px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    line-height: 40px;
}

#scrollUp:hover {
    background: #444;
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: .3s;
}

.main-menu .navbar {
    padding: 10px 0;
}

.main-menu .navbar-nav li.nav-item {
    margin-left: 30px;
}

.main-menu .navbar-nav li.nav-item:first-child {
    margin-left: 0px;
}

.main-menu .navbar-nav li.nav-item a.nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 35px 0;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Roboto'
}

.main-menu .navbar-nav li.nav-item a.nav-link::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 29px;
    background: #ffffff;
    width: 100%;
    height: 2px;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.main-menu .navbar-nav li.nav-item:hover a.nav-link::before,
.main-menu .navbar-nav li.nav-item.active a.nav-link::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 999;
    background-image: linear-gradient(to right, #F6D6E2 0%, #F18B6F 50%, #E76880 100%);
    background-image: -webkit-linear-gradient(to right, #F6D6E2 0%, #F18B6F 50%, #E76880 100%);
    padding: 0;
}

.sticky-menu .main-menu .navbar {
    padding: 0;
}

.s-transparent-menu.sticky-menu {
    background-image: linear-gradient(to right, rgb(244, 160, 200) 0%, rgb(112, 40, 228) 100%);
    background-image: -webkit-linear-gradient(to right, rgb(244, 160, 200) 0%, rgb(112, 40, 228) 100%);
}

.t-transparent-menu.sticky-menu {
    background-image: linear-gradient(to left, rgb(42, 26, 238) 0%, rgb(82, 180, 252) 100%);
    background-image: -webkit-linear-gradient(to left, rgb(42, 26, 238) 0%, rgb(82, 180, 252) 100%);
}

.f-transparent-menu.sticky-menu {
    background: #233590;
}

.hfive-transparent-menu.sticky-menu {
    background-image: -moz-linear-gradient(left, rgb(255, 254, 253) 0%, rgb(249, 212, 215) 32%, rgb(208, 231, 252) 100%);
    background-image: -webkit-linear-gradient(left, rgb(255, 254, 253) 0%, rgb(249, 212, 215) 32%, rgb(208, 231, 252) 100%);
}

.hsix-transparent-menu.sticky-menu {
    background-image: -moz-linear-gradient(-90deg, rgb(57, 68, 205) 0%, rgb(120, 198, 245) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(57, 68, 205) 0%, rgb(120, 198, 245) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(57, 68, 205) 0%, rgb(120, 198, 245) 100%);
}

.seven-transparent-menu.sticky-menu {
    background-image: -moz-linear-gradient(-43deg, rgb(11, 131, 207) 0%, rgb(117, 54, 207) 100%);
    background-image: -webkit-linear-gradient(-43deg, rgb(11, 131, 207) 0%, rgb(117, 54, 207) 100%);
    background-image: -ms-linear-gradient(-43deg, rgb(11, 131, 207) 0%, rgb(117, 54, 207) 100%);
}

.e-transparent-menu.sticky-menu {
    background-image: linear-gradient(to right, rgb(37, 21, 41) 0%, rgb(90, 40, 62) 100%);
    background-image: -webkit-linear-gradient(to right, rgb(37, 21, 41) 0%, rgb(90, 40, 62) 100%);
}

.header-btn .btn {
    background: #fff;
    color: #e06687;
    padding: 19px 45px;
}

.header-btn .btn:hover {
    box-shadow: 0px 10px 20px 0px rgba(40, 39, 95, 0.15);
}

.header-btn.ml-30 {
    margin-left: 50px;
}

.s-header-btn .btn {
    color: #6d27d4;
}

.t-header-btn.ml-30 {
    margin-left: 50px;
}

.t-header-btn .green-btn,
.t-header-btn .e-gradient-btn {
    padding: 10px 20px;
}

.hfive-main-menu .navbar-nav li.nav-item a.nav-link {
    color: #30323d;
}

.hfive-main-menu .navbar-nav li.nav-item a.nav-link::before {
    background: #30323d;
}

.f-header-btn .solid-btn {
    padding: 19px 54px;
}

.six-header-btn .btn {
    background: transparent;
    color: #fff;
    padding: 17px 48px;
    border: 2px solid #fff;
}

.six-header-btn .btn:hover {
    background: #ff8b13;
    border-color: #ff8b13;
}

.breadcrumb-bg {
    position: relative;
    padding-top: 335px;
    padding-bottom: 260px;
}

.breadcrumb-bg::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/bg/breadcrumb_bg.png);
    width: 100%;
    height: 1074px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.breadcrumb-wrap h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
}

.breadcrumb-wrap .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-wrap .breadcrumb li {
    font-size: 20px;
    color: #de628c;
    line-height: 1;
}

.breadcrumb-wrap .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #30323d;
    content: "/";
}

.breadcrumb-wrap .breadcrumb li a {
    color: #30323d;
}

.slider-one-bg {
    min-height: 1064px;
    background-position: left center;
    background-size: cover;
}

.slider-img {
    margin-left: -35px;
}

.slider-overflow {
    padding-top: 125px;
    overflow: hidden;
}

.slider-content h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
    font-family: 'Roboto'
}

.slider-content p {
    font-size: 18px;
    color: #30323d;
    line-height: 1.2;
    margin-bottom: 40px;
    font-family: 'Roboto';
    width: 75%;
}

.slider-two-bg {
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 837px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1119px;
    z-index: -1;
}

.s-slider-overflow {
    padding-top: 142px;
    padding-bottom: 120px;
}

.slider-shape {
    position: absolute;
    z-index: -1;
}

.slider-shape-one {
    left: 35px;
    top: 170px;
}

.slider-shape-two {
    bottom: 46%;
    left: 10%;
    animation: animationFramesOne 15s infinite linear;
}

.slider-shape-three {
    left: 23%;
    top: 23%;
    animation: animationFramesOne 30s infinite linear;
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

.third-slider-content h2 {
    color: #fff;
}

.third-slider-content p {
    color: #aeabcc;
}

.slider-three-bg {
    min-height: 1160px;
    background-position: right center;
    background-size: cover;
}

.fourth-slider-img {
    position: absolute;
    right: 0;
    top: -150px;
}

.slider-four-bg {
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 200px;
    padding-bottom: 290px;
    overflow: hidden;
    z-index: 1;
}

.fourth-slider-overflow {
    padding-top: 0;
    padding-bottom: 0;
    overflow: unset;
}

.fourth-slider-img.fsi-one {
    right: 31.5%;
    top: -100px;
    z-index: 0;
}

.fourth-slider-shape {
    position: absolute;
}

.fourth-slider-shape.rotateme {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.f-sshape-one {
    left: 100px;
    bottom: 60px;
}

.f-sshape-two {
    left: 30px;
    top: 160px;
}

.f-sshape-three {
    left: 12%;
    top: 46%;
    z-index: -1;
    animation: animationFramesOne 15s infinite linear;
}

.f-sshape-four {
    left: 30%;
    top: 27%;
    z-index: -1;
    animation: animationFramesOne 25s infinite linear;
}

.f-sshape-five {
    left: 57%;
    top: 12%;
    z-index: -1;
}

.f-sshape-six {
    left: 46%;
    top: 47%;
    z-index: -1;
}

.f-sshape-seven {
    left: 41%;
    top: 60%;
    z-index: -1;
}

.f-sshape-eight {
    right: 12%;
    top: 49px;
    z-index: -1;
}

.vid_shape01 {
    left: 13%;
    top: 40%;
    z-index: -1;
}

.vid_shape02 {
    left: 9%;
    top: 92%;
    z-index: -1;
}

.vid_shape03 {
    left: 30%;
    bottom: -10%;
    z-index: -1;
}

.vid_shape04 {
    right: 10%;
    bottom: 6%;
    z-index: -1;
}

.vid_shape05 {
    right: 13%;
    top: 25%;
    z-index: -1;
}

.f_demo_shape {
    position: absolute;
}

.f_demo_shape.rotateme {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.f_demo_shape01 {
    left: 5%;
    top: 23%;
    z-index: -1;
}

.f_demo_shape02 {
    left: 20%;
    top: 75%;
    z-index: -1;
}

.f_demo_shape03 {
    left: 29%;
    bottom: 69%;
    z-index: -1;
}

.f_demo_shape04 {
    right: 33%;
    top: 15%;
    z-index: -1;
}

.tenis h3 {
    font-size: 35px;
    font-weight: 600;
}

.t_shape {
    position: absolute;
}

.t_shape.rotateme {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.t_shape01 {
    left: 56%;
    bottom: 30%;
    z-index: -1;
}

.t_shape02 {
    right: 37%;
    top: 25%;
    z-index: -1;
}

.t_shape03 {
    right: 18%;
    top: 26%;
    z-index: -1;
}

.t_shape04 {
    right: 15%;
    top: 40%;
    z-index: -1;
}

.t_shape05 {
    right: 14%;
    bottom: 35%;
    z-index: -1;
}

.t_shape06 {
    right: 26%;
    bottom: 25%;
    z-index: -1;
}

.fs-gradient-bg {
    background-image: -moz-linear-gradient(left, rgb(255, 254, 253, .502) 0%, rgb(249, 212, 215, .502) 32%, rgb(208, 231, 252, .502) 100%);
    background-image: -webkit-linear-gradient(left, rgb(255, 254, 253, .502) 0%, rgb(249, 212, 215, .502) 32%, rgb(208, 231, 252, .502) 100%);
    background-image: -ms-linear-gradient(left, rgb(255, 254, 253, .502) 0%, rgb(249, 212, 215, .502) 32%, rgb(208, 231, 252, .502) 100%);
    position: relative;
}

.fs-gradient-bg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -28%;
    width: 100%;
    height: 570px;
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 49%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 49%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 49%, rgba(255, 255, 255, 0) 100%);
}

.slider-six-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1560px;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.slider-six-content h2 {
    font-size: 48px;
    margin-bottom: 35px;
    color: #fff;
    line-height: 1.3;
}

.slider-six-shape {
    position: absolute;
}

.slider-six-shape-one {
    top: 74%;
    left: 8%;
}

.slider-six-shape-two {
    top: 74%;
    right: 8%;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

.six-slider-overflow {
    padding-top: 225px;
}

.slider-seven-bg {
    min-height: 980px;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.slider-seven-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(-43deg, rgb(11, 131, 207) 0%, rgb(117, 54, 207) 100%);
    background-image: -webkit-linear-gradient(-43deg, rgb(11, 131, 207) 0%, rgb(117, 54, 207) 100%);
    background-image: -ms-linear-gradient(-43deg, rgb(11, 131, 207) 0%, rgb(117, 54, 207) 100%);
    opacity: .9;
    z-index: -1;
}

.seven-slider-overflow {
    padding-top: 160px;
    padding-bottom: 0;
}

.single-brand img {
    display: inline-block;
    opacity: .5;
    transition: .3s linear;
    cursor: pointer;
}

.single-brand:hover img {
    opacity: 1;
}

.brand-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

.hseven-brand {
    background: #f5f6fb;
    padding: 60px 0;
}

.features-top-content h3 {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 1.6;
}

.single-features.mb-80 {
    display: flex;
    align-items: start;
}

.features-icon {
    margin-right: 10px;
}

.features-icon img {
    transform: rotateY(0deg);
    transition: .5s linear;
}

.features-content {
    overflow: hidden;
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.09);
    padding: 45px 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.features-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.features-content p {
    margin-bottom: 0;
}

.single-features:hover .features-icon img {
    transform: rotateY(360deg);
}

.s-single-features {
    border: 1px solid #dcdfe5;
    border-radius: 0px;
    padding: 0px 50px 40px;
    transition: .3s linear;
}

.s-features-icon {
    margin-top: 40px;
    margin-bottom: 35px;
}

.s-features-content h4 {
    font-size: 24px;
    margin-bottom: 12px;
}

.s-features-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.s-features-content p {
    margin-bottom: 0;
}

.support p {
    margin-bottom: 0;
    line-height: normal;
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

.s-single-features:hover {
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.09);
    border-color: transparent;
}

.s-features-area {
    padding-top: 230px;
}

.t-single-features {
    padding-right: 100px;
}

.t-features-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.t-features-content p {
    margin-bottom: 0;
}

.t-features-icon img {
    transition: .5s linear;
    transform: rotateY(0deg);
}

.t-single-features:hover .t-features-icon img {
    transform: rotateY(360deg);
}

.t-features-area {
    margin-top: -237px;
}

@keyframes animationFramesFour {
    0% {
        transform: translate(-300px, 151px) rotate(0deg);
    }

    100% {
        transform: translate(251px, -200px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
    }
}

.features-shape {
    position: absolute;
    z-index: -1;
}

.features-shape span {
    height: 18px;
    width: 18px;
    background: #129ae0;
    display: block;
    line-height: 1;
    border-radius: 50%;
    z-index: -1;
}

.f-shape-one {
    left: 75px;
    top: 17%;
    animation: animationFramesOne 30s infinite linear;
}

.f-shape-two {
    top: 0;
    left: 30%;
    animation: animationFramesOne 15s infinite linear;
}

.f-shape-two span {
    height: 10px;
    width: 10px;
}

.f-shape-three {
    right: 26%;
    top: -50px;
    opacity: .5;
    animation: animationFramesOne 25s infinite linear;
}

.f-shape-three span {
    background: #5fcf8e;
}

.f-shape-four {
    right: 46%;
    bottom: 39%;
    animation: animationFramesOne 20s infinite linear;
}

.f-shape-four span {
    height: 10px;
    width: 10px;
    background: #5fcf8e;
}

.f-shape-five {
    right: 115px;
    bottom: 33%;
    animation: animationFramesOne 15s infinite linear;
}

.f-shape-five span {
    height: 10px;
    width: 10px;
}

.f-shape-six {
    bottom: 16%;
    left: 9%;
}

.f-shape-seven {
    bottom: 30%;
    right: 13%;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.features-img {
    margin-left: -85%;
    margin-top: 0px;
}

.f-single-features {
    border-radius: 20px;
    padding: 25px 30px 40px 30px;
    transform: translateY(0);
    transition: .3s linear;
    min-height: 20rem;
}

.f-features-content h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.f-features-content p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}

.f-single-features.blue {
    background: #233590;
    margin-top: -40px;
}

.f-single-features.yellow {
    background: #EABB15;
    margin-top: 40px;
}

.f-single-features.green {
    background: #398697;
    margin-top: -85px;
}

.f-single-features.light-blue {
    background: #8346B4;
}

.f-single-features:hover {
    transform: translateY(-10px);
}

.hfive-single-features {
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.09);
    padding: 40px 30px;
    border-radius: 5px;
    background: #fff;
    transition: .3s linear;
    transform: translateY(0);
}

.hfive-features-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.hfive-features-content p {
    margin-bottom: 0;
}

.home-five-features .col-lg-3:nth-child(2n) {
    margin-top: 30px;
}

.hfive-single-features:hover {
    transform: translateY(-10px);
}

.six-features-area .s-single-features {
    border-color: transparent;
    background: #F2F5FC;
}

.six-features-area .supporth {
    min-height: 20rem;
}

.six-features-area .s-single-features:hover {
    border-color: #22A7EF;
}

.seven-single-features {
    padding: 0 35px;
}

.seven-single-features:hover .t-features-icon img {
    transform: rotateY(360deg);
}

.e-features-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.eight-features-wrap .col-md-6:nth-child(3) {
    margin-top: -30px;
}

.eight-features-wrap .col-md-6:nth-child(2) {
    margin-top: 30px;
}

.mp0 {
    margin: 0px;
    padding: 0px;
}

.bw {
    background: #ffffff !important;
}

.video-bg img {
    width: 100%;
}

.s-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 140px;
    width: 140px;
    text-align: center;
    line-height: 140px;
    background-image: -moz-linear-gradient(0deg, rgb(35, 53, 144) 0%, rgb(86, 63, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(35, 53, 144) 0%, rgb(86, 63, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(35, 53, 144) 0%, rgb(86, 63, 255) 100%);
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    z-index: 1;
}

.s-video::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    background-image: -moz-linear-gradient(0deg, rgb(35, 53, 144) 0%, rgb(86, 63, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(35, 53, 144) 0%, rgb(86, 63, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(35, 53, 144) 0%, rgb(86, 63, 255) 100%);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 3000ms ease-out infinite;
}

.calender-bg {
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.09);
    border-radius: 30px;
    background: #fff;
    padding: 20px;
    margin: 15px;
}

.calendlywidget {
    width: 100%;
    min-height: 600px;
    height: 100%;
    background: #fff;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.s-video:hover {
    color: #fdb302;
}

.video-bg-shape::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1893px;
    height: 1141px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s-video-bg {
    margin: 0 auto;
    text-align: center;
}

.s-video-bg img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.s-video-bg .s-video {
    height: 90px;
    width: 90px;
    font-size: 24px;
    line-height: 90px;
    color: #fff;
    background-image: -moz-linear-gradient(0deg, rgb(35, 53, 144) 0%, rgb(86, 63, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(35, 53, 144) 0%, rgb(86, 63, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(35, 53, 144) 0%, rgb(86, 63, 255) 100%);
    box-shadow: 0px 36px 35px 0px rgba(0, 0, 0, 0.24);
}

.s-video-bg .s-video::before {
    height: 100px;
    width: 100px;
    background-image: -moz-linear-gradient(0deg, rgb(35, 53, 144) 0%, rgb(86, 63, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(35, 53, 144) 0%, rgb(86, 63, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(35, 53, 144) 0%, rgb(86, 63, 255) 100%);
}

.s-video-area {
    margin-bottom: -431px;
}

.t-video-area {
    margin-bottom: -540px;
}

.t-video-area .third-video {
    background: #5fcf8e;
    background-image: unset;
}

.t-video-area .third-video::before {
    background: #5fcf8e;
    background-image: unset;
}

.six-video-area .third-video {
    background: #ff8b13;
    background-image: unset;
}

.six-video-area .third-video::before {
    background: #ff8b13;
    background-image: unset;
}

.six-video-area {
    margin-bottom: -370px;
}

.title-icon img {
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.09);
    border-radius: 50%;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.section-title h5 {
    font-size: 25px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

.title-line {
    height: 150px;
    width: 3px;
    background-image: -moz-linear-gradient(96deg, rgb(221, 97, 142) 0%, rgb(241, 111, 112) 100%);
    background-image: -webkit-linear-gradient(96deg, rgb(221, 97, 142) 0%, rgb(241, 111, 112) 100%);
    background-image: -ms-linear-gradient(96deg, rgb(221, 97, 142) 0%, rgb(241, 111, 112) 100%);
    display: inline-block;
    transition: 1s ease-out;
    transform: scale(1, 0);
    line-height: 1;
}

.title-line.show-line {
    transform: scale(1, 1);
}

.choose-img img {
    box-shadow: 0px 39px 79px 0px rgba(55, 58, 68, 0.24);
    border-radius: 10px;
}

.inner-title span {
    font-size: 14px;
    font-weight: 700;
    color: #f63c9c;
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.s-inner-title span {
    color: #9046dd;
}

.t-inner-title span {
    color: #4fa5fa;
}

.f-inner-title span {
    color: #233590;
}

.inner-title h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    color: #1B1C4A;
    width: 70%;
}

.side-features-content p {
    color: #000000;
    width: 75%;
    font-size: 23px;
    font-weight: normal;
    line-height: 1.2;
}

.choose-content p {
    margin-bottom: 35px;
}

.choose-img-two img:last-child {
    margin-top: -232px;
    margin-right: 100%;
}

.choose-circle {
    position: absolute;
}

.ccircle-one {
    left: 50px;
    top: 56%;
}

.ccircle-two {
    bottom: 60px;
    right: 0;
    z-index: -1;
}

.choose-bg-shape {
    position: absolute;
    top: 19%;
    left: 0;
    z-index: -1;
}

.choose-shape {
    position: absolute;
    z-index: -1;
}

.choose-shape-one {
    right: 50px;
    top: 35%;
}

.choose-shape-two {
    right: 17%;
    top: 42%;
}

.choose-shape-three {
    right: 80px;
    top: 55%;
    animation: animationFramesOne 20s infinite linear;
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(-73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(-141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(-83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(-141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(-83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

.third-choose-bg-shape {
    position: absolute;
    right: 0;
    bottom: 9%;
    z-index: -1;
}

.hfour-choose-bg {
    position: relative;
    padding-bottom: 180px;
    padding-top: 390px;
}

.hfour-choose-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../img/bg/choose_bg.png);
    width: 100%;
    height: 1160px;
    z-index: -1;
}

.hfour-choose-bg1 {
    position: relative;
    padding-bottom: 150px;
    padding-top: 100px;
}

.hfour-choose-bg1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-position: left center;
    background-size: cover;
    background-image: url(../img/bg/choose_bg1.png);
    width: 100%;
    height: 1050px;
    z-index: -1;
}

.hfour-choose-bg2 {
    position: relative;
    padding-bottom: 180px;
    padding-top: 60px;
}

.hfour-choose-bg2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../img/bg/choose_bg2.png);
    width: 100%;
    height: 1400px;
    z-index: -1;
}

.choose-img-bg {
    position: relative;
}

.choose-img-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    background-image: url(../img/images/choose_img_bg.png);
    width: 625px;
    height: 541px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}

.hfive-gradient-bg {
    background-image: -moz-linear-gradient(left, rgb(255, 254, 253, .502) 0%, rgb(249, 212, 215, .502) 32%, rgb(208, 231, 252, .502) 100%);
    background-image: -webkit-linear-gradient(left, rgb(255, 254, 253, .502) 0%, rgb(249, 212, 215, .502) 32%, rgb(208, 231, 252, .502) 100%);
    background-image: -ms-linear-gradient(left, rgb(255, 254, 253, .502) 0%, rgb(249, 212, 215, .502) 32%, rgb(208, 231, 252, .502) 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hfive-gradient-bg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25%;
    width: 100%;
    height: 570px;
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 49%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 49%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 49%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.hfive-gradient-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: -25%;
    width: 100%;
    height: 570px;
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 49%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 49%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 49%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.choose-circle.six-ccircle {
    bottom: 5%;
    z-index: -1;
    right: 5%;
}

.choose-area h2 {
    color: #1B1C4A;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
}

.choose-content p {
    color: #000000;
    margin-top: 0px;
    font-style: normal;
    line-height: 1.4;
    font-size: 18px;
}

.choose-content {
    width: 90%;
}

.chooseimg {
    margin-left: 0%;
}

.fact-box {
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.09);
    border-radius: 30px;
    background: #fff;
    padding-top: 85px;
    padding-bottom: 50px;
    margin-bottom: -220px;
}

.single-fact h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    background-image: -moz-linear-gradient(left, rgb(221, 97, 142) 0%, rgb(241, 111, 112) 100%);
    background-image: -webkit-linear-gradient(left, rgb(221, 97, 142) 0%, rgb(241, 111, 112) 100%);
    background-image: -ms-linear-gradient(left, rgb(221, 97, 142) 0%, rgb(241, 111, 112) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.single-fact>span {
    font-size: 20px;
    color: #808080;
    line-height: 1;
    display: block;
}

.s-fact-box {
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    background: none;
    position: relative;
    z-index: 1;
}

.s-single-fact h2 {
    background-image: unset;
    color: #000;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
}

.s-fact-area.pt-95 {
    margin-bottom: -260px;
}

.f-single-fact h2 {
    color: #ff577f;
}

.testi-bg {
    padding-bottom: 330px;
}

.testi_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: -470px;
    bottom: 0px;
    background-image: url(../img/bg/testi_bg.png);
    width: 100%;
    height: 2000px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.section-title.white-title h2 {
    color: #fff !important;
    font-size: 40px;
    padding-top: 100px;
    font-weight: 700;
}

.testimonial-img {
    float: left;
    margin-right: 20px;
}

.testimonial-img img {
    border-radius: 50%;
}

.testimonial-content p {
    font-size: 12px;
    color: #000;
    line-height: normal;
    padding-right: 25px;
    margin-bottom: 20px;
}

.testi-avatar h6 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 0;
    margin-bottom: 10px;
}

.testi-avatar h5 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: normal;
    padding: 0px;
    margin: 0px 0 0px 0;
    font-weight: 700;
}

.testi-avatar h4 {
    color: #535353;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: normal;
    padding: 0px;
    margin-top: 0px;
    font-weight: normal;
}

.s-testi-bg {
    padding-top: 555px;
    background-position: center;
    background-size: cover;
    padding-bottom: 178px;
}

.t-testi-bg {
    padding-top: 650px;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.s-section-title h2 {
    margin-bottom: 25px;
}

.s-section-title p {
    font-size: 22px;
    margin-bottom: 0;
    color: #000;
}

.s-section-title.white-title p {
    color: #fff;
}

.single-testimonial.white-bg {
    padding: 40px 20px;
    border-radius: 0px;
    margin-top: 80px;
    min-height: 23rem;
}

.testi-shape {
    position: absolute;
    z-index: -1;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}

.testi-shape-one {
    left: 70px;
    top: 300px;
}

.testi-shape-two {
    left: 70%;
    top: 52%;
}

.testi-shape-three {
    right: 21%;
    top: 17%;
    animation: animationFramesOne 10s infinite linear;
}

.hfive-testimonial-area.pt-115 {
    padding-top: 118px;
}

.seven-gradient-bg {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.seven-gradient-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(-43deg, rgb(11, 131, 207) 0%, rgb(117, 54, 207) 100%);
    background-image: -webkit-linear-gradient(-43deg, rgb(11, 131, 207) 0%, rgb(117, 54, 207) 100%);
    background-image: -ms-linear-gradient(-43deg, rgb(11, 131, 207) 0%, rgb(117, 54, 207) 100%);
    opacity: .9;
    z-index: -1;
}

.e-testi-bg {
    padding-top: 330px;
    padding-bottom: 260px;
    background-position: center;
    background-size: cover;
}

.testimonials {
    margin-top: 50px;
}

.client_box img {
    width: auto !important;
}

.client_box {
    padding: 30px;
    height: auto;
    min-height: 27rem;
    border-radius: 5px;
    transition: all ease 0.5s 0s !important;
    box-shadow: 1px 1px 6px 0px rgba(215, 215, 215, 0.75);
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=1);
}

.center .client_con h2 {
    color: #fff;
}

.center .client_con h3 {
    color: #fff;
}

.center .client_box .quate_img {
    display: none !important;
}

.center .client_box .quate_img_hover {
    display: block !important;
}

#slider1 .item {
    margin: 25px 15px 15px 15px;
}

.client_box p {
    font-size: 12px;
    color: #000;
    letter-spacing: 0px;
    line-height: 1.2;
    margin-top: 20px;
}

.client_img {
    vertical-align: middle;
    display: table-cell;
    height: 75px;
    width: 75px;
    color: #0c65ed;
    font-size: 40px;
    padding-top: 9px;
    text-align: center;
    border-radius: 5px;
    margin-right: 25px;
}

.client_img img {
    border-radius: 100px;
}

.client_con {
    vertical-align: middle;
    display: table-cell;
    padding-left: 0px;
    text-transform: capitalize;
}

.client_con h2 {
    font-size: 18px;
    color: #2a3032;
    font-weight: 600;
    padding-top: 15px;
    font-family: 'Titillium Web', sans-serif;
}

.client_con h3 {
    font-size: 13px;
    color: #a344d4;
    font-family: 'Titillium Web', sans-serif;
}

div#slider1 {
    margin-top: 50px;
}

.quate_img {
    display: block;
}

.quate_img_hover {
    display: none !important;
}

.client_box:hover .quate_img {
    display: none !important;
}

.client_box:hover .quate_img_hover {
    display: block !important;
}

.owl-dots {
    text-align: center;
    padding: 30px 0px 0px 0px;
}

.footer-text p {
    margin-bottom: 0;
    padding-right: 50px;
}

.fw-title h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.fw-link ul li {
    margin-bottom: 10px;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
}

.fw-link ul li:last-child {
    margin-bottom: 0px;
}

.fw-link ul li a {
    color: #000000;
    display: inline-block;
}

.fw-link ul li a:hover {
    color: #E26586;
}

.s-fw-link ul li a:hover {
    color: #5fcf8e;
}

.f-fw-link ul li a:hover {
    color: #233590;
}

.copyright-wrap {
    padding: 15px 0;
    border-top: 1px solid #e1e1e3;
}

.copyright-text p {
    color: #000000;
    margin-bottom: 0;
    font-size: 14px;
}

.clients-section {
    position: relative;
    padding: 80px 0px 0px 0px;
    text-align: center;
}

.clients-section .image-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .image-box img:hover {
    opacity: 0.5;
}

.clients-section .owl-nav {
    display: none;
}

.clients-section .sec-title {
    margin-bottom: 10px;
}

.clients-section .sec-title h2 {
    font-weight: 700;
    color: #1B1C4A;
    font-size: 2.80rem;
    padding-bottom: 50px;
}

.clients-section .owl-dots {
    position: relative;
    margin: 0px auto;
    display: none;
}

.clients-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 3px solid #a1a1a1;
    border-radius: 50%;
    margin: 0px 7px;
    cursor: pointer;
    transition: all 500ms ease;
}

.clients-section .owl-theme .owl-dots .owl-dot.active span {
    background: #4527a4;
    border-color: #4527a4;
}

.features h2 {
    color: #30323d;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding-bottom: 80px;
    font-size: 45px;
}

.features h3 {
    color: #30323d;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    font-size: 30px;
}

.features h4 {
    color: #30323d;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
    font-size: 40px;
}

.features_icon1 {
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.features_con1 h3 {
    font-size: 19px;
    color: #000000;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 0px
}

.features_con1 p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: normal;
    color: #000000;
    text-align: left;
    margin-left: 95px;
}

.features_con1 {
    height: 13rem;
}

.features_icon {
    background: #212226;
    height: 65px;
    width: 65px;
    text-align: center;
    border-radius: 50%;
    line-height: 62px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    margin-left: 15px;
}

.features_con h3 {
    font-size: 19px;
    color: #000000;
    letter-spacing: 0px;
    font-weight: 700;
}

.features_con p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: normal;
    color: #000000;
    text-align: left;
    margin-left: 100px;
}

.features_con {
    height: 13rem;
}

.features_con1 {
    height: 10rem;
}

.features_img {
    transition: all 0.4s ease;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.features_con:hover .features_img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    cursor: pointer;
}

.features .seaction_border {
    margin-top: 40px;
}

.features_con1:hover .features_img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.py100 {
    padding: 50px 0;
}

.right-side-about {
    width: 80%;
}

.right-area-about-list .media {
    padding-top: 30px;
}

.right-area-about-list .media img {
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    width: 38%;
}

.media_list {
    display: flex;
}

.media_list p {
    padding-bottom: 0px !important;
}

.mr-3,
.mx-3 {
    margin-right: 10px !important;
    margin-top: 4px !important;
}

.vtext h2 {
    font-size: 35px;
    color: #000000;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

.vtext p {
    font-size: 25px;
    color: #000000;
    letter-spacing: 0px;
    font-weight: normal;
}

.vtext h4 {
    font-size: 30px;
    color: #000000;
    letter-spacing: 0px;
    font-weight: normal;
    font-weight: 600;
}

.about-detauls {
    padding-left: 30px;
}

.aboutpad {
    margin-left: -15px;
    margin-bottom: 30px;
}

.about-detauls ul li {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: normal;
}

.about-detauls ul li:last-child {
    padding: 0;
}

.about-detauls ul li img {
    padding-right: 10px;
}

.about-detauls p {
    color: #000000;
    font-size: 18px;
    width: 90%;
    font-weight: normal;
    line-height: 1.2;
    padding-bottom: 20px;
}

.bcapp h2 {
    font-size: 40px;
    color: #1B1C4A;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 20px;
}

.tickimg {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
}

#about-area-two {
    padding: 100px 0;
}

.right-side-about {
    width: 80%;
}

.right-area-about-list .media {
    padding-top: 30px;
}

.right-area-about-list .media img {
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    width: 38%;
}

.right-area-about-list .media:hover img {
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    color: #fff;
}

.enterprise-section {
    position: relative;
    margin: 70px 0px 0px 0px;
    padding-bottom: 100px;
    z-index: 10;
}

.enterprise-section .sec-title {
    padding-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.enterprise-section .sec-title h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.enterprise-section .single-item .inner-box {
    position: relative;
    display: block;
    background: #243591;
    overflow: hidden;
    padding: 40px 290px 40px 40px;
    transition: all 500ms ease;
    border-radius: 30px;
}

.enterprise-section .single-column:first-child .single-item .inner-box {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.enterprise-section .single-item .inner-box .image-box {
    position: absolute;
    right: 40px;
    top: 80px;
}

.enterprise-section .single-item .inner-box h6 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    color: #FDB302;
}

.enterprise-section .single-item .inner-box p {
    font-size: 13px;
    line-height: normal;
    font-weight: normal;
    color: #fff;
    padding-bottom: 15px;
}

.enterprise-section .single-item .inner-box .text {
    position: relative;
    display: block;
}

.enterprise-section .single-column {
    margin-bottom: 30px;
}

.contact-section .contact-form-area .form-inner .form-group {
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
    z-index: 10;
}

::placeholder {
    color: #d4d4d4;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #d4d4d4;
}

.contact-section .contact-form-area .form-inner .form-group input[type='text'],
.contact-section .contact-form-area .form-inner .form-group input[type='email'],
.contact-section .contact-form-area .form-inner .form-group textarea {
    position: relative;
    width: 100%;
    height: 40px;
    background: #fff;
    padding: 0px 40px 0px 10px;
    font-size: 12px;
    font-weight: normal;
    color: #585858 !important;
    border-radius: 5px;
    border: 1px solid #eee;
    transition: all 500ms ease;
}

.contact-section .contact-form-area .form-inner .form-group textarea {
    height: 100px;
    resize: none;
    border-radius: 5px;
}

.contact-section .contact-form-area .form-inner .form-group input:focus,
.contact-section .contact-form-area .form-inner .form-group textarea:focus {
    border-color: #eee;
    border-radius: 5px;
    border: 3px solid #ccc;
}

.contact-section .contact-form-area .form-inner .message-btn {
    margin: 0px;
}

.contact-section .contact-form-area .form-inner .message-btn .theme-btn-two {
    padding: 13px 38px;
    font-weight: 400;
}

.contact-section .contact-form-area .sec-title h2 {
    margin-bottom: 63px;
}

.f-download-bg {
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: 100px;
    padding-top: 200px;
    padding-bottom: 230px;
    overflow: hidden;
    z-index: 1;
    height: 1000px;
}

.animation-img-one {
    -webkit-animation: img-animation-one 5s linear 0s infinite;
    animation: img-animation-one 5s linear 0s infinite;
    transition: .4s all ease-in-out;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
}

@-webkit-keyframes img-animation-one {
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}

@keyframes img-animation-one {
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}

.animation-img-two {
    -webkit-animation: img-animation-two 5s linear 0s infinite;
    animation: img-animation-two 5s linear 0s infinite;
}

@-webkit-keyframes img-animation-two {
    50% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
}

@keyframes img-animation-two {
    50% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fb4f53;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}


.pull-right {
    float: right;
}

.social {
    margin-top: 0.2em;
    text-align: center;
    position: relative;
    z-index: 99;
}

.footersocial {
    display: inline-block;
    margin: 0.625em 0.125em;
}

.footersocial i {
    color: #fff;
    width: 2.375em;
    font-size: 1em;
    height: 2.375em;
    background: rgba(35, 53, 144);
    text-align: center;
    line-height: 2.375em;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footersocial .fa-facebook:hover {
    background: #fdb302;
}

.footersocial .fa-instagram:hover {
    background: #fdb302;
}

.footersocial .fa-linkedin:hover {
    background: #fdb302;
}


@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}











.modal-title {
    float: left;
    color: #000;
    font-size: 14px;
    text-transform: uppercase
}

.img-fix {
    margin: 0 8px 3px;
}

.org-lin {
    background-color: #ffb400;
    height: 5px;
    clear: both;
}

.pas-lin {
    padding-top: 15px
}

.hot-mrg {
    margin: 50px 0;
}

.bv-form .help-block {
    color: red;
}

.modal-dialog {
    max-width: 600px !important;
}

.bv-form .help-block {
    color: red;
}

#contactForm .has-error .form-control {
    border: 1px solid red;
}

#contactForm .has-success .form-control {
    border: 1px solid #3c763d;
}

.modal3 {
    display: none;
    position: fixed;
    z-index: 1200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.close {
    cursor: pointer;
    padding-right: 5px;
}

.m-gbox {
    color: #736F6E;
    text-align: center;
    padding-bottom: 4px;
}

.m-gbox span a:hover {
    color: #fff !important;
}

.footwebsite {
    padding-bottom: 5px;
    display: block;
}

.grecaptcha-badge {
    visibility: hidden;
}

.tics-cetn {
    padding: 10px 0 20px;
    text-align: center
}

.sub-hgr {
    padding: 50px 0;
}

.tics-txts {
    text-align: center;
    color: #736F6E !important;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0;
}

.tics-txtb {
    text-align: center;
    color: #fdb302 !important;
    font-size: 1.2rem;
    margin: 0;
    padding-bottom: 30px;
}

.img-mid h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: transparent;
    font-size: 10px;
}

#container {
    background-color: black;
    position: relative;
    width: 100%;
    padding-top: 50%;
    max-height: 100vh;
    overflow: hidden;
}

#imgs_container {
    width: 100%;
    height: 100%;
}

.img_container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    transition: left 0.3s;
}

.img_container>img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

#overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(200, 200, 200, 0.2);
}

.overlay_button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    top: 30%;
    cursor: pointer;
}

.overlay_button:hover {
    background-color: #FFF;
}

#left_button {
    left: 2.5%;
}

#right_button {
    right: 2.5%;
}