.sticky img.down {
    display: none;
}
img.main_sticky {
    display: none !important;
}
.sticky img.main_sticky {
    display: inherit !important;
}
.menu {
    width: 100%;
}
.menu a.logo {
    display: inline-block;
    float: left;
    padding: 25px 0 0;
    position: relative;
    z-index: 1;
}
.menu img {
    max-width: 100%;
}
.menu-mobile {
    display: none;
    padding: 20px;
}
.menu-mobile:after {
    content: "\f394";
    float: right;
    font-size: 2.5rem;
    padding: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
.menu-dropdown-icon:before {
    background: #fff;
    color: #333;
    content: "\f489";
    cursor: pointer;
    display: none;
    float: right;
    padding: 1.5em 2em;
}
.menu > ul {
    list-style: none;
    position: relative;
    text-align: right;
}
.menu > ul:after,
.menu > ul:before {
    content: "";
    display: table;
}
.menu > ul:after {
    clear: both;
}
.menu > ul > li {
    display: inline-block;
}
.menu > ul > li a {
    color: #232323;
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding: 30px 28px 32px 0;
    text-decoration: none;
}
.menu > ul > li > ul {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.menu > ul > li > ul:after,
.menu > ul > li > ul:before {
    content: "";
    display: table;
}
.menu > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li {
    background: none;
    float: left;
    list-style: none;
    margin: 0;
    padding-bottom: 0;
    width: 25%;
}
.menu > ul > li > ul > li a:hover {
    background: #28a745;
    color: #fff;
}
.menu > ul > li > ul > li > ul {
    box-sizing: border-box;
    display: block;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}
.menu > ul > li > ul > li > ul:after,
.menu > ul > li > ul > li > ul:before {
    content: "";
    display: table;
}
.menu > ul > li > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li > ul > li {
    float: left;
    margin: 0;
    padding: 2px 0;
    width: 100%;
}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
    color: #333 !important;
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.3;
    margin: 0;
    padding: 12px 20px;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
.menu > ul > li > ul.normal-sub {
    left: auto;
    width: 265px;
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    color: #333 !important;
    font-size: 15px;
    padding: 10px 20px;
    text-align: left;
}
.menu > ul > li > ul > li > ul > li a span {
    background: #28a745;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px 2px;
}
.menu > ul > li > ul.normal-sub > li a:hover,
.menu > ul > li > ul > li > ul > li a:hover {
    color: #fff !important;
}
.sticky .menu > ul > li a {
    color: #000;
}
@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-container .menu {
        display: inline-block;
    }
    .menu-mobile {
        float: right;
        padding: 20px 20px 0;
    }
    .menu-dropdown-icon:before,
    .menu-mobile {
        display: block;
    }
    .menu > ul {
        display: none;
        width: 100%;
    }
    .menu > ul > li {
        display: block;
        float: none;
        width: 100%;
    }
    .menu > ul > li a {
        display: block;
        padding: 1.5em;
        width: 100%;
    }
    .menu > ul > li > ul {
        padding: 0 40px;
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        margin-top: 20px;
        width: 100%;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}
html {
    scroll-behavior: smooth;
}
.techno_nav_manu {
    background: #fff;
    margin-bottom: 0;
    position: relative;
    transition: 0.5s;
    z-index: 999;
}
.techno_nav_manu.transparent_menu {
    background: transparent;
    margin-bottom: -87px;
    position: relative;
}
.transparent_menu .menu > ul > li a {
    color: #fff;
}
.transparent_menu.up .menu > ul > li a {
    color: #232323;
}
.sticky {
    -webkit-animation: fadeInDown 0.3s running;
    animation: fadeInUp 0.5s running;
    animation-name: slideInDown;
    background: #fff !important;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    transition: 0.5s;
    width: 100%;
    z-index: 999;
}
.style-two.techno_nav_manu {
    background: transparent;
    margin-bottom: -87px;
    position: relative;
    transition: 0.5s;
    z-index: 999;
}
.style-two .techno_menu > ul > li > a {
    color: #fff;
    font-size: 16px;
}
.style-two .donate-btn-header {
    display: inline-block;
    margin-left: 30px;
}
.style-two a.dtbtn {
    background: #fff;
    color: #232323;
    font-size: 16px;
    -moz-user-select: none;
}
.upper.style-two .donate-btn-header {
    display: inline-block;
    margin-left: 25px;
}
.upper.style-two .donate-btn-header a.seo-button {
    background: #fff;
    color: #28a745;
}
.upper.style-two .donate-btn-header a.seo-button:hover {
    color: #fff;
}
.style-three .techno_menu > ul > li > a {
    color: #616161;
    font-size: 16px;
    font-weight: 400;
}
.style-four.techno_nav_manu {
    background: #1137c8;
    height: 97px;
    z-index: 1;
}
.style-four .techno_menu > ul > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
a.seo-button {
    background: #28a745;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: 35px;
    z-index: 1;
}
a.seo-button:before {
    background: #006635;
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
}
a.seo-button:hover:before {
    transform: scale(1);
}
a.seo-button:hover {
    color: #fff;
}
.techno_menu,
.techno_menu ul {
    text-align: right;
}
.techno_menu ul {
    display: inline-block;
    list-style: none;
}
.techno_menu > ul > li {
    display: inline-block;
    position: relative;
}
.techno_menu > ul > li > a {
    color: #232323;
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin: 30px 10px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.white .techno_menu > ul > li > a {
    color: #fff;
}
.techno_menu ul li:last-child a {
    margin-right: 0;
}
.techno_menu > ul > li.current > a {
    color: #006635;
}
.white .techno_menu > ul > li.current > a {
    color: #fff;
}
.techno_menu ul .sub-menu {
    background: #fff;
    border-top: 2px solid #28a745;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 130%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    width: 217px;
    z-index: 1;
}
.techno_menu ul li:hover > .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 9;
}
.techno_menu ul .sub-menu li {
    position: relative;
}
.techno_menu ul .sub-menu li a {
    color: #333 !important;
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.3;
    margin: 0;
    padding: 12px 20px;
    text-transform: capitalize;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    visibility: inherit !important;
}
.techno_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a,
.techno_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.techno_menu ul .sub-menu .sub-menu li:hover > a,
.techno_menu ul .sub-menu li:hover > a {
    background: #28a745;
    color: #fff !important;
}
.techno_menu ul .sub-menu li a span {
    background: #28a745;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px 2px;
}
.techno_menu ul .sub-menu li:hover > a span {
    background: #fff;
    color: #28a745;
}
.techno_menu ul .sub-menu .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 100%;
    opacity: 0;
    top: 130%;
    visibility: hidden;
}
.techno_menu ul .sub-menu li:hover > .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    top: 0;
    visibility: visible;
}
.techno_menu ul .sub-menu .sub-menu li {
    position: relative;
}
.techno_menu ul .sub-menu .sub-menu .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: auto;
    opacity: 0;
    right: 100%;
    top: 130%;
    visibility: hidden;
}
.techno_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    top: 0;
    visibility: visible;
}
.techno_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}
.techno_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    top: 0;
    visibility: visible;
}
.donate-btn-header {
    display: inline-block;
    margin-left: 16px;
}
a.dtbtn {
    background: #28a745;
    border: 2px solid #28a745;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 30px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-user-select: none;
    vertical-align: middle;
}
a.dtbtn:hover {
    background: #006635;
}
a.dtbtn.up:hover,
a.dtbtn:hover {
    border: 2px solid #006635;
    color: #fff;
}
a.dtbtn.up:hover {
    background: linear-gradient(270deg, #74d87f, #22772c);
}
.techno_menu li a:hover:before {
    width: 101%;
}
.main_sticky,
.techno_nav_manu.sticky .logo_img {
    display: none;
}
.techno_nav_manu.sticky .main_sticky {
    display: inherit;
}
.techno_nav_manu.sticky .techno_menu li a {
    color: #fff;
}
.techno_nav_manu.sticky a.dtbtn {
    background: #fff;
    border: 2px solid #fff;
    color: #28a745;
}
.techno_nav_manu.sticky a.dtbtn:hover {
    color: #28a745;
}
.mobile-menu.mean-container {
    overflow: hidden;
}
.header_top_menu_address_inner ul {
    list-style: none;
}
.header_top_menu_address_inner ul li {
    display: inline-block;
}
.header_top_menu_icon_inner ul {
    list-style: none;
    text-align: right;
}
.header_top_menu_icon_inner ul li {
    display: inline-block;
}
.header_top_menu_address_inner ul li a i {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.header_top_menu_address_inner ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
}
.header_top_menu_icon_inner ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
}
.slider7 {
    background-image: url(../storage/images/bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    position: relative;
}
.hero_section_thumb {
    position: relative;
    z-index: 1;
}
.em-hero-inner-thumb {
    left: 50px;
    position: absolute;
    top: 65px;
}
.em-hero-icon-thumb {
    left: 104px;
    position: absolute;
    top: 122px;
}
.em-hero-inner-thumb1 {
    position: absolute;
    right: 155px;
    top: 0;
}
.em-hero-inner-thumb2 {
    position: absolute;
    right: -60px;
    top: 50px;
}
.em-hero-inner-thumb3 {
    position: absolute;
    right: -174px;
    top: 286px;
}
.em-hero-inner-thumb4 {
    bottom: 215px;
    left: 0;
    position: absolute;
}
@keyframes wooo {
    0% {
        transform: rotate3d(0, 0, 0);
    }
    50% {
        transform: rotateY(180deg);
    }
    to {
        transform: rotateY(359deg);
    }
}
.slider_text_inner {
    display: inline-block;
}
.slider_text_inner h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
    text-transform: none;
}
.slider_text_inner h1 span {
    color: #28a745;
}
.slider_text_inner h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    letter-spacing: 1px;
    margin: 0 0 24px;
    text-transform: uppercase;
}
.slider_text_inner p {
    color: #fff;
    font-size: 16px;
    padding: 29px 0 22px;
    width: 70%;
}
.slider_text_desc p {
    color: #fff;
    font-size: 18px;
    width: 62%;
}
.text_center .slider_text_desc p {
    margin: auto;
}
.em-hero-inner-shape1 {
    bottom: -160px;
    position: absolute;
    right: 75px;
}
.em-hero-inner-shape {
    left: -126px;
    position: absolute;
    top: -125px;
}
.effective_slider .slider_text > h1 {
    margin-bottom: 13px;
}
.particles-js-canvas-el {
    position: absolute;
    top: 0;
}
.hero-call-icon {
    display: inline-block;
    position: relative;
    top: -6px;
}
.color_black .slider_text_inner h1 {
    color: #232323;
}
.color_black .slider_text_desc p {
    color: #616161;
}
.color_black .slider_text_inner h5 {
    color: #28a745;
}
.button a {
    background: #28a745;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    padding: 16px 32px;
    position: relative;
    transition: 0.5s;
    z-index: 44;
}
.button.color_two a {
    background: #006635;
}
.button.color_two a:before {
    background: #28a745;
}
.button.three a,
.button.two a {
    padding: 14px 35px;
}
.button.three a {
    background: #fff;
    color: #28a745;
}
.button.style-four a {
    background: transparent;
    border: 2px solid #28a745;
    border-radius: 30px;
    color: #28a745;
    padding: 10px 30px;
}
.button.style-four a:before {
    background: #28a745;
}
.button .active {
    background: #006635;
    margin-left: 25px;
}
.button .active:before {
    background: #28a745;
}
.button a i {
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.button a:before {
    background: #006635;
    content: "";
    height: 100%;
    left: -25%;
    position: absolute;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    width: 0;
    z-index: -1;
}
.button a:hover {
    color: #fff;
}
.button a:hover:before {
    width: 180%;
}
.slider-video {
    position: relative;
}
.slider-video .video-icon {
    position: absolute;
    right: 0;
    top: -165px;
}
.slider-video.two .video-icon {
    left: 262px;
    top: -74px;
}
.appointment .slider-video.two .video-icon {
    left: 0;
    top: 0;
}
.single-video2 .video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.video-icon a {
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    background: #fff;
    border-radius: 50%;
    color: #28a745;
    display: inline-block;
    font-size: 28px;
    height: 75px;
    line-height: 75px;
    position: relative;
    text-align: center;
    -webkit-transition: 0.5s;
    width: 75px;
    z-index: 44;
}
@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.3),
            0 0 0 10px hsla(0, 0%, 100%, 0.3), 0 0 0 20px hsla(0, 0%, 100%, 0.3);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.3),
            0 0 0 10px hsla(0, 0%, 100%, 0.3), 0 0 0 20px hsla(0, 0%, 100%, 0.3);
    }
    to {
        -webkit-box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0.3),
            0 0 0 20px hsla(0, 0%, 100%, 0.3), 0 0 0 30px hsla(0, 0%, 100%, 0);
        box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0.3),
            0 0 0 20px hsla(0, 0%, 100%, 0.3), 0 0 0 30px hsla(0, 0%, 100%, 0);
    }
}
@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.3),
            0 0 0 10px hsla(0, 0%, 100%, 0.3), 0 0 0 20px hsla(0, 0%, 100%, 0.3);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.3),
            0 0 0 10px hsla(0, 0%, 100%, 0.3), 0 0 0 20px hsla(0, 0%, 100%, 0.3);
    }
    to {
        -webkit-box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0.3),
            0 0 0 20px hsla(0, 0%, 100%, 0.3), 0 0 0 30px hsla(0, 0%, 100%, 0);
        box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0.3),
            0 0 0 20px hsla(0, 0%, 100%, 0.3), 0 0 0 30px hsla(0, 0%, 100%, 0);
    }
}
.owl-prev {
    left: -60px;
}
.owl-next,
.owl-prev {
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.owl-next {
    right: -60px;
}
.owl-next i,
.owl-prev i {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #fff;
    height: 60px;
    line-height: 55px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 60px;
    z-index: 1;
}
.owl-next i:hover,
.owl-prev i:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
}
.banner1 {
    height: 800px;
}
.banner_text_content h1 {
    font-size: 60px;
    font-weight: 800;
    margin: 0;
}
.banner1 .cd-headline.clip span b {
    color: #232323;
    font-weight: 800;
    text-transform: capitalize;
}
.data_science_video {
    position: relative;
}
.banner_area .data_science_video_inner {
    bottom: -16px;
    left: 40%;
    position: absolute;
}
.data_science_video_inner a i {
    color: #28a745;
    font-size: 25px;
    left: 52px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
.single_banner_thumb_inner img {
    width: 100%;
}
.banner_shape {
    position: relative;
}
.banner_shape_inner1 {
    left: 24%;
    position: absolute;
    top: 156px;
}
.section-inner-content p {
    font-size: 18px;
    margin: 0;
}
.banner_shape_inner2 {
    left: 56%;
    position: absolute;
    top: 220px;
}
.banner_shape_inner3 {
    left: 92%;
    position: absolute;
    top: 162px;
}
.banner_shape_inner4 {
    left: 190px;
    position: absolute;
    top: 371px;
}
.banner_shape_inner5 {
    position: absolute;
    right: -140px;
    top: 342px;
}
.banner_shape_inner6 {
    bottom: -77px;
    position: absolute;
    right: 55px;
}
.machine_banner_shape {
    position: relative;
}
.machine_banner_shape_inner1 {
    left: 115px;
    position: absolute;
    top: -100px;
}
.machine_banner_shape_inner2 {
    left: 6px;
    position: absolute;
    top: 60px;
}
.machine_banner_shape_inner3 {
    left: 184px;
    position: absolute;
    top: 100px;
}
.machine_banner_shape_inner4 {
    left: 265px;
    position: absolute;
    top: 70px;
}
.machine_banner_shape_inner5 {
    position: absolute;
    right: -45px;
    top: -92px;
}
.machine_banner_shape_inner6 {
    position: absolute;
    right: -20px;
    top: 100px;
}
.machine_banner_shape_inner7 {
    position: absolute;
    right: -195px;
    top: 60px;
}
.machine_banner_shape_inner8 {
    left: -10px;
    position: absolute;
    top: 210px;
}
.machine_banner_shape_inner9 {
    left: 230px;
    position: absolute;
    top: 340px;
}
.machine_banner_shape_inner10 {
    position: absolute;
    right: -165px;
    top: 225px;
}
.machine_banner_shape_inner11 {
    position: absolute;
    right: 30px;
    top: 345px;
}
.banner2 {
    background: url(assets/images/cn-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}
.banner2 .banner_text_content h1 {
    font-size: 45px;
}
.banner3 {
    background: url(assets/images/slider/banner1.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 850px;
}
.banner3 .banner_text_content h1 {
    font-size: 55px;
}
.affiliate_banner_shape {
    position: relative;
}
.affiliate_banner_shape_inner1,
.affiliate_banner_shape_inner2 {
    left: 0;
    position: absolute;
    top: 170px;
}
.affiliate_banner_shape_inner3 {
    left: 126px;
    position: absolute;
    top: 45px;
}
.affiliate_banner_shape_inner4 {
    left: 170px;
    position: absolute;
    top: -30px;
}
.affiliate_banner_shape_inner5 {
    position: absolute;
    right: -245px;
    top: 50px;
}
.affiliate_banner_shape_inner5 img {
    width: 80%;
}
.affiliate_banner_shape_inner6 {
    position: absolute;
    right: -135px;
    top: 190px;
}
.affiliate_banner_shape_inner7 {
    position: absolute;
    right: -163px;
    top: -45px;
}
.lines {
    left: 0;
    margin: auto;
    right: 0;
    width: 90vw;
}
.lines,
.lines .line {
    height: 100%;
    position: absolute;
    top: 0;
}
.lines .line {
    background: hsla(0, 0%, 100%, 0.1);
    left: 50%;
    overflow: hidden;
    width: 2px;
}
.lines .line:after {
    -webkit-animation: moveLeftBounces-one 20s linear infinite;
    animation: moveLeftBounces-one 20s linear infinite;
    background-color: #fff;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lines .line:first-child {
    margin-left: -25%;
}
.lines .line:first-child:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.lines .line:nth-child(3):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.lines .line:nth-child(3) {
    margin-left: 25%;
}
.lines .line-two {
    background: hsla(0, 0%, 100%, 0.1);
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 2px;
}
.lines .line-two:after {
    -webkit-animation: moveLeftBounces-two 20s linear infinite;
    animation: moveLeftBounces-two 20s linear infinite;
    background-color: #d80650;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lines .line-two:first-child {
    margin-left: -25%;
}
.lines .line-two:first-child:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.lines .line-two:nth-child(3):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.lines .line-two:nth-child(3) {
    margin-left: 25%;
}
.lines .line-three {
    background: hsla(0, 0%, 100%, 0.1);
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 2px;
}
.lines .line-three:after {
    -webkit-animation: moveLeftBounces-one 20s linear infinite;
    animation: moveLeftBounces-one 20s linear infinite;
    background-color: #d80650;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lines .line-three:first-child {
    margin-left: -25%;
}
.lines .line-three:first-child:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.lines .line-three:nth-child(3):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.lines .line-three:nth-child(3) {
    margin-left: 25%;
}
@-webkit-keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.nivo_slider_area {
    position: relative;
}
.nivo-caption {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: 100%;
    opacity: 1;
}
.em_slider_inner {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}
.em-slider-title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 23px;
    text-transform: uppercase;
}
.em-slider-main-title {
    color: #fff;
    font-size: 120px;
    font-weight: 800;
}
.em-slider-sub-title {
    color: #fff;
    font-size: 33px;
    font-weight: 400;
}
.em-nav-slider-title-center {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
}
.em-nav-slider-title-centerspan {
    color: #28a745;
}
.em-slider-up-title {
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 3px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.em-slider-sub-em-title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.em-slider-descript {
    color: #ddd;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 59%;
    z-index: 999;
}
.text-left .em-slider-descript {
    margin-left: 0;
    margin-right: auto;
}
.text-center .em-slider-descript {
    margin: 11px auto 28px;
}
.text-right .em-slider-descript {
    margin-left: auto;
    margin-right: 0;
}
.text-center {
    text-align: center;
}
.em-slider-button.wow.bounceInUp.em-button-button-area.animated {
    padding-top: 19px;
}
.em-button-button-area a {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-top: 12px;
    padding: 15px 41px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 999;
}
.em-button-button-area a:hover,
a.em-active-button {
    background: #28a745;
    border-color: #28a745;
}
.em-button-button-area a:hover {
    color: #fff;
}
a.em-active-button:hover {
    background: transparent;
    border-color: #fff;
}
.em-slider-half-width {
    width: 50%;
}
.em-slider-left {
    padding-right: 30px;
}
.em-slider-right {
    padding-left: 30px;
}
.em-slider-full-width {
    width: 85%;
}
.em-slider-half-width .em-slider-descript {
    width: 100%;
}
.em-nivo-slider-wrapper .nivo-directionNav a {
    background: #fff;
    border-radius: 50%;
    border-radius: 0;
    color: #28a745;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 40px;
    height: 75px;
    left: 0;
    line-height: 68px;
    margin-right: 30px;
    opacity: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 50px;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {
    margin-left: 30px;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 50px;
    opacity: 1;
    visibility: visible;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 50px;
}
.em-nivo-slider-wrapper .nivo-controlNav {
    bottom: 50px;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.em-nivo-slider-wrapper .nivo-controlNav a {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
    width: 25px;
}
.em-nivo-slider-wrapper .nivo-controlNav a.active,
.em-nivo-slider-wrapper .nivo-controlNav a:hover {
    background: #ffa700 none repeat scroll 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
.cd-headline.clip span {
    display: inline-block;
    padding: 0;
}
.cd-headline.clip span b {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
.appointment {
    position: relative;
    z-index: 99 !important;
}
.sign-up-form-wrap {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.form-control {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 54px;
    padding: 6px 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.form-group .btn {
    background: #28a745;
    border: 0;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    height: 54px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}
.appointment_title {
    font-weight: 800;
}
.slider_bottom_shape_inner {
    bottom: -4px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.slider {
    position: relative;
    width: 100%;
}
.tp-caption a {
    background: #28a745;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 17px !important;
    margin-right: 16px;
    padding: 12px 32px !important;
    transition: 0.5s;
}
.tp-caption a:hover {
    background: #006635;
}
.normalWraping {
    white-space: normal !important;
}
.tp-bullets.vor_bullet .tp-bullet span {
    display: none;
}
.breatcome_area {
    background: url(storage/images/bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
    opacity: 0.5;
}
.breatcome_area:before {
    /* background-image: linear-gradient(
        90deg,
        rgba(0, 153, 51, 0.85),
        rgba(0, 153, 51, 0.8),
        rgba(0, 102, 34, 0.7),
        rgba(0, 102, 34, 0.75),
        rgba(0, 51, 17, 0.75)
    ); */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.breatcome_title {
    text-align: center;
}
.breatcome_title_inner h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    background-color: #006635;
}

@media (max-width: 767px) {
    .breatcome_title_inner h2 {
        font-size: 14px; 
    }
}

.breatcome_content ul li {
    display: inline-block;
}
.breatcome_content ul li a {
    color: #fff;
    opacity: 0.7;
    transition: 0.5s;
}
.breatcome_content ul li i {
    color: #fff;
    opacity: 0.7;
    padding: 0 5px;
}
.breatcome_content ul li span {
    color: #fff;
    opacity: 0.7;
}
.breatcome_content ul li a:hover {
    opacity: 1;
}
.bg-dark {
    background: #232435;
}
.bg-dark2 {
    background: #181b2d;
}
.dark1 {
    background-image: url(assets/images/slider/dark1.jpg);
}
.dark1,
.dark2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}
.dark2 {
    background-image: url(assets/images/slider/dark2.jpg);
}
.dark.top_feature .techno_flipbox .techno_flipbox_font {
    background: #181b2d;
}
.dark .about_icon .icon,
.dark .singel-about-content h5,
.dark .singel-about-content p,
.dark .single_it_work_content_text p,
.dark .single_testimonial_content_title h4,
.dark .single_work_content_title h4,
.dark.top_feature .techno_flipbox .flipbox_title h3 {
    color: #fff;
}
.dark .single_blog {
    border: 0;
}
.dark .cntr_bg_up {
    margin-bottom: -100px;
    position: relative;
}
.landing .button,
.landing .slider_text_desc p {
    margin: auto;
}
.landing .big-half-circle.big-half-circle-1 {
    bottom: 0;
    height: 80px;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
}
.section_sub_title h6 {
    letter-spacing: 5px;
}
.section_title.text_center {
    text-align: center;
}
.section_main_title h1,
.section_main_title h2 {
    font-weight: 800;
    margin: 0;
}
.text_left .section_main_title h1 {
    letter-spacing: -1px;
    margin: 0;
}
.section_main_title h1 span {
    color: #28a745;
}
.section_content_text p {
    font-size: 18px;
}
.text_center .section_content_text p {
    font-size: 19px;
    margin: auto;
    width: 75%;
}
.section_content_text.bold p {
    font-size: 22px;
    font-weight: 600;
}
.section_title.white .section_content_text p,
.section_title.white .section_main_title h1,
.section_title.white .section_main_title h2,
.section_title.white .section_sub_title h6 {
    color: #fff;
}
.section_sub_title h6 {
    color: #28a745;
    font-size: 16px;
    letter-spacing: 0;
}
.about_area.odoo .section_content_text {
    margin: 36px 0 26px;
}
.about_area.odoo .text_left .section_main_title h1 {
    font-size: 39px;
}
.section_button {
    text-align: right;
}
.phone_number h5 {
    font-weight: 500;
    letter-spacing: 1px;
}
.about_area .upper.section_content_text {
    margin: 19px 0 26px;
}
.about_area .upper.section_content_text p {
    border-left: 2px solid #28a745;
    font-size: 16px;
    padding: 0 0 0 20px;
    width: 100%;
}
.upper.section_content_text p {
    font-size: 16px;
    padding: 0 0 0 20px;
    width: 62%;
}
.upper1.section_content_text p {
    font-size: 16px;
    padding: 18px 0 0;
    width: 100%;
}
.upper.section_main_title h1 {
    font-size: 38px !important;
    letter-spacing: 0;
}
.section_sub_title h5 {
    color: #28a745;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0 0 18px 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
.section_sub_title h5:before {
    background-color: #fff;
    border-radius: 4px;
    content: "";
    filter: drop-shadow(0 5px 15px rgba(152, 179, 223, 0.2));
    height: 42px;
    left: 0;
    position: absolute;
    top: -12px;
    width: 145px;
    z-index: -1;
}
.upper.section_sub_title h5:before {
    left: 15px;
    margin: auto;
    right: 0;
    top: -12px;
}
.feature-area .section_sub_title h5:before,
.service-area .section_sub_title h5:before {
    width: 174px;
}
.why-choose-us .section_sub_title h5:before {
    width: 161px;
}
.testimonial-area .section_sub_title h5 {
    color: #fff;
}
.testimonial-area .section_sub_title h5:before {
    background-color: hsla(0, 0%, 100%, 0.149);
    filter: drop-shadow(0 5px 15px rgba(152, 179, 223, 0.2));
    width: 173px;
}
.blog-area .section_sub_title h5:before {
    height: 42px;
    width: 123px;
}
.section_main_title1 h1 {
    color: #232323;
    font-size: 32px;
    line-height: 45px;
}
.section_sub_title1 h6 {
    color: #28a745;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
}
.section_content_text1 p {
    font-size: 16px;
    padding: 17px 0 10px;
}
.section_content_text2 p {
    font-size: 16px;
    padding: 10px 0 15px;
}
.upper.section_sub_title1 h6 {
    color: #28a745;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 0 0 40px;
    position: relative;
    z-index: 1;
}
.upper.section_sub_title1 h6:before {
    background: #0c59db;
    content: "";
    height: 1px;
    left: -1px;
    position: absolute;
    top: 11px;
    width: 32px;
}
.section_main_title1 h2 {
    color: #232323;
    font-size: 42px;
    line-height: 50px;
}
.section_sub_title1 h5 {
    color: #28a745;
    display: inline-block;
    font-size: 18px;
    padding: 0 0 3px;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}
.section_sub_title1 h5:before {
    background: #cedef8;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 65% 100%);
    content: "";
    height: 26px;
    position: absolute;
    right: -10px;
    top: -2px;
    transition: 0.5s;
    width: 30px;
    z-index: -1;
}
.section_sub_title1 h5:hover {
    padding-left: 14px;
}
.section_sub_title1 h5:hover:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 103%;
}
.style-two .section_sub_title h5 {
    color: #28a745;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0 0 16px 24px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
.style-two .section_sub_title h5:before {
    background: #28a745;
    border-radius: 9px;
    content: "";
    height: 9px;
    left: 7px;
    position: absolute;
    right: inherit;
    top: 8px;
    width: 9px;
    z-index: -1;
}
.style-two .section_sub_title h5:after {
    background: rgba(35, 181, 255, 0.702);
    border-radius: 12px;
    content: "";
    height: 12px;
    left: 1px;
    position: absolute;
    right: inherit;
    top: 3px;
    width: 12px;
}
.style-two .section_main_title h1 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}
.style-two .section_content_text p {
    font-size: 16px;
    padding: 16px 0 0;
}
.style-two.up .section_sub_title h5:before {
    left: -104px;
    margin: auto;
    right: 0;
}
.style-two.up .section_sub_title h5:after {
    left: -114px;
    margin: auto;
    right: 0;
}
.section_sub_title span {
    position: relative;
    z-index: 1;
}
.style-two.up .section_sub_title span:before {
    background: #28a745;
    border-radius: 9px;
    content: "";
    height: 9px;
    left: 71px;
    position: absolute;
    right: inherit;
    top: 8px;
    width: 9px;
    z-index: -1;
}
.style-two.up .section_sub_title span:after {
    background: rgba(35, 181, 255, 0.702);
    border-radius: 12px;
    content: "";
    height: 12px;
    left: 74px;
    position: absolute;
    right: inherit;
    top: 3px;
    width: 12px;
}
.em_bar {
    background: #9b50db none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 62px;
}
.text_left .em_bar {
    margin: 0;
}
.em_bar_bg {
    background: #cbbded;
    border-radius: 30px;
    height: 5px;
    margin: 20px auto;
    position: relative;
    width: 90px;
}
.em_bar_bg:before {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #28a745;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: -2.7px;
    width: 10px;
}
@-webkit-keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}
@keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}
.about_area {
    position: relative;
}
.style-five .single_about_thumb,
.style-four .single_about_thumb,
.style-three .single_about_thumb,
.up.single_about_thumb {
    left: -92px;
    position: relative;
}
.em-about-thmub-inner {
    bottom: -60px;
    left: -90px;
    position: absolute;
}
.em-about-thmub-inner1 {
    left: -60px;
    position: absolute;
    top: -45px;
}
.em-about-thmub-inner2 {
    left: -35px;
    position: absolute;
    top: -35px;
}
.em-about-border-box {
    border-bottom: 1px solid rgba(35, 35, 35, 0.102);
    border-top: 1px solid rgba(35, 35, 35, 0.102);
    padding: 20px 0 28px;
}
.em-about-icon {
    float: left;
    margin-right: 20px;
}
.em-about-title h3 {
    font-size: 20px;
    line-height: 28px;
}
.abou-button1 a {
    background: linear-gradient(270deg, #74d87f, #22772c);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    padding: 14px 30px;
    position: relative;
    transition: 0.5s;
    z-index: 44;
}
.abou-button1 a:before {
    background: #006635;
    content: "";
    height: 100%;
    left: -25%;
    position: absolute;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    width: 0;
    z-index: -1;
}
.abou-button1 a:hover:before {
    width: 180%;
}
.abou-button1 a:hover {
    color: #fff;
}
.em-about-icons {
    float: left;
    margin-right: 20px;
}
.em-about-icons i {
    border: 1px solid rgba(35, 35, 35, 0.102);
    border-radius: 50%;
    color: #1029b9;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}
.em-about-title2 p {
    margin-bottom: 0;
}
.em-about-title2 h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 2px;
}
.shape-thumb {
    left: 33px;
    position: absolute;
    top: -164px;
    z-index: -1;
}
.happy-client-title p {
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.happy-client-title p:before {
    background-color: rgba(12, 90, 219, 0.251);
    content: "";
    height: 2px;
    position: absolute;
    right: 5px;
    top: 15px;
    width: 60px;
}
.brand-thumb {
    text-align: right;
}
.style-three.about_area {
    background: #f4f8fd;
    padding: 105px 0 170px;
}
.abou-button2 a {
    background: linear-gradient(270deg, #74d87f, #22772c);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 13px 35px;
    position: relative;
    transition: 0.5s;
    z-index: 44;
}
.abou-button2 a:before {
    background: #006635;
    content: "";
    height: 100%;
    left: -25%;
    position: absolute;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    width: 0;
    z-index: -1;
}
.abou-button2 a:hover:before {
    width: 180%;
}
.abou-button2 a:hover {
    color: #fff;
}
.style-four.about_area {
    background: #f4f5fa;
    padding: 105px 0;
    z-index: 11;
}
.row.contact-shape {
    position: relative;
    z-index: 1;
}
.em-about-counter {
    border-top: 1px solid #28a745;
    margin: 45px 0 0;
    padding-top: 35px;
}
.em-dot {
    position: relative;
    top: 13px;
    z-index: 1;
}
.em-dot:before {
    top: 0;
    z-index: 2;
}
.em-dot:after,
.em-dot:before {
    background: #28a745;
    border-radius: 5px;
    content: "";
    height: 6px;
    left: 20px;
    position: absolute;
    width: 6px;
}
.em-dot:after {
    top: 15px;
    z-index: 1;
}
.em-dot span {
    position: relative;
    z-index: 1;
}
.em-dot span:before {
    background: #28a745;
    border-radius: 5px;
    content: "";
    height: 6px;
    left: 4px;
    position: absolute;
    top: 0;
    width: 6px;
}
.em-dot span:after {
    background: #dbe5f6;
    clip-path: polygon(55% 0, 100% 0, 100% 100%, 0 100%);
    content: "";
    height: 30px;
    position: absolute;
    right: -32px;
    top: -4px;
    transition: 0.5s;
    width: 32px;
    z-index: -1;
}
.em-about-counter-title {
    padding: 0 0 0 50px;
}
.em-about-counter-title h3,
.em-about-counter-title span {
    display: inline-block;
    font-size: 42px;
    position: relative;
    top: -15px;
}
.em-about-counter-title span {
    color: #232323;
    font-weight: 700;
}
.em-about-counter-title h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    position: relative;
    top: -10px;
}
.em-dot span:hover:after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.em-about-shape {
    bottom: -26px;
    left: -360px;
    position: absolute;
    z-index: -1;
}
.em-about-shepe-1 {
    animation: moveLeftBounce 3s linear infinite;
    bottom: 0;
    position: absolute;
    right: -217px;
}
.about_area.style-five {
    background: url(assets/images/about-bg2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 0 100px;
}
.style-five .single_about_thumb_inner img {
    width: inherit;
}
.style-five .em-about-icon-box {
    background: #f6f7ff;
    border-radius: 5px;
    padding: 15px 30px 30px;
    position: relative;
    z-index: 1;
}
.style-five .em-about-icon-box:before {
    background: linear-gradient(10deg, #22772c, #2474fb) border-box;
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    width: 0;
    z-index: -3;
}
.style-five .em-about-icon-box:after {
    background-color: #f6f7ff;
    border-radius: 5px;
    content: "";
    height: 96.5%;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 98.5%;
    z-index: -3;
}
.style-five .em-about-icon-box:hover:before {
    width: 100%;
}
.style-five .em-about-icon-box1 {
    background: #fff3ec;
    border-radius: 5px;
    padding: 15px 30px 30px;
    position: relative;
    z-index: 1;
}
.style-five .em-about-icon-box1:before {
    background: linear-gradient(10deg, #22772c, #2474fb) border-box;
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    width: 0;
    z-index: -3;
}
.style-five .em-about-icon-box1:after {
    background-color: #fff3ec;
    border-radius: 5px;
    content: "";
    height: 96.5%;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 98.5%;
    z-index: -3;
}
.style-five .em-about-icon-box1:hover:before {
    width: 100%;
}
.style-five .em-about-icon {
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}
.style-five .em-about-thmub-inner2 {
    animation: moveLeftBounce 3s linear infinite;
    left: -75px;
    position: absolute;
    top: -75px;
    z-index: -1;
}
.about_area.style-five.upper .section_content_text p {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 16px 0 0;
}
.about_area.style-five.upper .em-about-icon span i {
    background: linear-gradient(131deg, #22772c, #2473fb);
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    width: 23px;
}
.about_area.style-five.upper .em-about-icon span h6 {
    color: #232323;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
}
.about_area.style-five.upper .about-special-button {
    padding: 35px 0 0;
}
.about_area.style-five.upper .about-button-text {
    display: inline-block;
}
.about_area.style-five.upper .about-button-text p {
    display: inline-block;
    padding: 0 0 0 50px;
    position: relative;
    z-index: 1;
}
.about_area.style-five.upper .about-button-text p:before {
    background: #28a745;
    content: "";
    height: 2px;
    left: 2px;
    position: absolute;
    top: 14px;
    width: 40px;
}
.about_area.style-five.upper .about-button2 {
    display: inline-block;
    padding-left: 10px;
}
.about_area.style-five.upper .about-button2 a {
    display: inline-block;
    text-decoration: underline;
}
.about_area.style-five.upper .about-button2 a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 3px;
}
.about_area.style-five.upper .em-about-thmub-inner1 {
    left: 200px;
    position: absolute;
    top: 13px;
}
.about_area.style-five.upper .em-about-thmub-inner2 {
    animation: moveLeftBounce 3s linear infinite;
    left: -22px;
    position: absolute;
    top: -22px;
    z-index: -1;
}
.row.brand-bg3 {
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(0 10px 20px rgba(12, 90, 219, 0.07));
    padding: 86px 27px 84px;
    position: relative;
    top: -103px;
    z-index: 1;
}
.brand-img {
    transition: 0.5s;
}
.brand-img img:hover {
    filter: invert(15%) sepia(32%) saturate(77%) hue-rotate(6deg)
        brightness(11%) contrast(60%);
}
.counter-area {
    background: url(assets/images/counter-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 45px;
}
.row.counter-shap {
    position: relative;
    z-index: 1;
}
.counter-title h1 {
    color: #fff;
    display: inline-block;
    font-size: 48px;
    font-weight: 800;
}
.counter-title h6 {
    color: #fff;
    font-weight: 600;
}
.counter-title span {
    color: #fff;
    display: inline-block;
    font-size: 48px;
    font-weight: 800;
}
.ems-border {
    border: 2px solid #33dbff;
    border-radius: 30px;
}
.em-border1,
.ems-border {
    height: 36px;
    left: -7px;
    position: relative;
    top: -66px;
    width: 36px;
    z-index: -1;
}
.em-border1 {
    border: 2px solid #ffcd33;
    border-radius: 30px;
}
.em-border2 {
    border: 2px solid #ff6a33;
    border-radius: 30px;
    height: 36px;
    left: -7px;
    position: relative;
    top: -66px;
    width: 36px;
    z-index: -1;
}
.counter-shape-thumb {
    animation: moveLeftBounce 3s linear infinite;
    left: -178px;
    position: absolute;
    top: -108px;
}
.counter-shape-thumb1 {
    bottom: -69px;
    position: absolute;
    right: -77px;
}
.nagative_margin,
.nagative_margin3 {
    margin-top: -100px;
    position: relative;
}
.nagative_margin3 {
    z-index: 99;
}
.nagative_margin4 {
    margin-top: -225px;
    position: relative;
}
.nagative_margin5 {
    margin-top: -70px;
    position: relative;
}
.top_feature .techno_flipbox .techno_flipbox_font {
    background: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.top_feature .techno_flipbox .techno_flipbox_back {
    background: #28a745;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.top_feature .techno_flipbox .techno_flipbox_inner {
    padding: 0 30px;
}
.top_feature .techno_flipbox .techno_flipbox_back:before {
    display: none;
}
.top_feature .icon {
    color: #28a745;
    display: inline-block;
    font-size: 45px;
    line-height: 46px;
}
.top_feature .techno_flipbox .flipbox_title h3 {
    color: #232323;
    font-family: Muli;
    font-size: 20px;
    font-weight: 700;
}
.em-feature-single-box {
    background: #e5eeff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 23px 40px 40px;
    position: relative;
    z-index: 1;
}
.em-feature-single-box:before {
    background: linear-gradient(270deg, #74d87f, #22772c);
    border-radius: 10px;
    width: 0;
}
.em-feature-single-box:after {
    background: url(assets/images/box-bg.png);
    border-radius: 10px;
    top: 0;
}
.feature-single-box-inner {
    position: relative;
    z-index: 1;
}
.feature-single-box-inner:before {
    background: url(assets/images/feature1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 78%;
    position: absolute;
    right: -117px;
    top: 19px;
    width: 80%;
    z-index: 1;
}
.feature-single-box-inner1 {
    position: relative;
    z-index: 1;
}
.feature-single-box-inner1:before {
    background: url(assets/images/feature2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 78%;
    position: absolute;
    right: -117px;
    top: 19px;
    width: 80%;
    z-index: 1;
}
.em-feature-title h2 {
    font-size: 24px;
    font-weight: 700;
    transition: 0.5s;
}
.em-feature-title p {
    font-size: 16px;
    padding: 17px 0 16px;
    transition: 0.5s;
}
.em-feature-button a {
    background: linear-gradient(270deg, #74d87f, #22772c);
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 8px 30px;
    transition: 0.5s;
}
.em-feature-single-box:hover:before {
    left: 0;
    width: 100%;
}
.em-feature-single-box:hover .em-feature-title h2,
.em-feature-single-box:hover .em-feature-title p {
    color: #fff;
}
.em-feature-single-box:hover .em-feature-button a {
    background: transparent;
    border: 1px solid #fff;
}
.feature-extra-single-box {
    border-radius: 5px;
    filter: drop-shadow(0 0 30px rgba(188, 195, 208, 0.2));
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.style-two .feature-extra-single-box:before {
    background: #fff;
    border-radius: 5px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    content: "";
    height: 236px;
    left: 9px;
    position: absolute;
    top: 104px;
    transition: 0.5s;
    width: 222px;
    z-index: -1;
}
.style-two .em-feature-single-box {
    background: #fff;
    border-radius: 5px;
    filter: drop-shadow(0 0 30px rgba(188, 195, 208, 0.2));
    margin-bottom: 30px;
    padding: 68px 25px 1px;
    position: relative;
    text-align: center;
    z-index: 222;
}
.em-feature-single-box:before {
    background: url(assets/images/bg-feature.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    z-index: 1;
}
.em-feature-single-box:after,
.em-feature-single-box:before {
    border-radius: 5px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    transition: 0.5s;
}
.em-feature-single-box:after {
    background: url(assets/images/feature-shape-2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    top: -57px;
    width: 100%;
    z-index: -1;
}
.feature-single-box-inner2 {
    position: relative;
    z-index: 1;
}
.style-two .feature-single-box-inner:before {
    background: url(assets/images/ellipse1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 78%;
    position: inherit;
    right: 25px;
    top: -61px;
    width: 80%;
    z-index: -1;
}
.style-two .feature-single-box-inner2:before {
    background: url(assets/images/ellipse2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 78%;
    position: inherit;
    right: 25px;
    top: -61px;
    width: 80%;
    z-index: -1;
}
.feature-top-icon {
    left: 66px;
    position: relative;
    top: -10px;
}
.style-two .em-feature-title h2 {
    font-size: 22px;
    font-weight: 700;
    transition: 0.5s;
}
.row.feature-shape {
    position: relative;
    z-index: 1;
}
.feature-shape1 img {
    width: 90%;
}
.feature-shape1 {
    position: absolute;
    right: 152px;
    top: 35px;
}
.feature-shape2 {
    bottom: -410px;
    left: -49px;
    position: absolute;
}
.feature-extra-single-box:hover:before {
    background: linear-gradient(270deg, #74d87f, #22772c);
}
.flip-box {
    background-color: transparent;
    height: 225px;
    margin-bottom: 30px;
    perspective: 1000px;
    width: 100%;
}
.flip-box-inner {
    height: 100%;
    position: relative;
    text-align: center;
    transform-style: preserve-3d;
    transition: transform 0.8s;
    width: 100%;
}
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}
.flip-box-back,
.flip-box-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
}
.flip-box-front {
    background-color: #28a745;
    border-radius: 5px;
    color: #000;
}
.flipbox-icon {
    padding-top: 22px;
}
.flip-box-content h2 {
    color: #fff;
    font-size: 23px;
}
.flip-box-content p {
    color: #fff;
    padding: 10px 15px;
}
.flipbox-icon .icon {
    color: #fff;
    font-size: 35px;
}
.flip-box-back {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 25px 17px rgba(0, 0, 0, 0.15);
    color: #fff;
    padding: 10px 0 0;
    transform: rotateY(180deg);
}
.flip-box-back-content h2 {
    color: #28a745;
    font-size: 23px;
}
.flip-box-back-content p {
    color: #232323;
    padding: 10px 15px 3px;
}
.flip-box-back-content a {
    background-color: #28a745;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    display: inline-block;
    padding: 9px 30px;
}
.flipbox_area.odoo .techno_flipbox_font .icon {
    background: transparent;
    color: #fff;
    font-size: 40px;
}
.flipbox_area.odoo .techno_flipbox .flipbox_title h3 {
    margin: 0;
}
.flipbox_area.odoo .techno_flipbox .techno_flipbox_back:before {
    background: #28a745eb;
}
.flipbox_area.odoo
    .techno_flipbox
    .techno_flipbox_back
    .flipbox_button
    a:hover {
    background: #1f1c51;
    border-color: #1f1c51;
    color: #fff;
}
.flipbox_area.odoo .techno_flipbox_back .flipbox_desc p {
    color: #fff;
    margin: 0 0 5px;
}
.flipbox_area.odoo .section_title.white .section_main_title h1,
.section_title.white .section_main_title h2 {
    font-size: 39px;
}
.top_feature.two .techno_flipbox .techno_flipbox_back,
.top_feature.two .techno_flipbox .techno_flipbox_font {
    min-height: 223px;
}
.top_feature.two .techno_flipbox .techno_flipbox_back {
    background: #fff;
}
.top_feature.two .techno_flipbox .techno_flipbox_inner {
    padding: 0 24px;
}
.top_feature.two .icon {
    background: #28a745;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    color: #fff;
    font-size: 40px;
    height: 90px;
    line-height: 90px;
    width: 90px;
}
.top_feature.two .techno_flipbox .flipbox_title h3 {
    font-size: 21px;
    padding-bottom: 0;
}
.top_feature.two .techno_flipbox .techno_flipbox_back .flipbox_title h3 {
    color: #232323;
    font-size: 21px;
}
.top_feature.two .techno_flipbox_back .flipbox_desc p {
    color: #616161;
}
.feature_style_three {
    border-radius: 10px;
    position: relative;
}
.feature_style_three:before {
    background: rgba(41, 55, 66, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.feature_style_three:before,
.feature_style_tree_thumb img {
    border-radius: 10px;
    width: 100%;
}
.feature_style_tree_content {
    bottom: -67px;
    left: 0;
    padding: 0 50px 0 38px;
    position: absolute;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.feature_style_thre_icon .icon {
    color: #fff;
    font-size: 50px;
}
.feature_style_three_title h4 {
    color: #fff;
    font-weight: 700;
}
.feature_style_three_butoon a,
.feature_style_three_text {
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}
.feature_style_three_butoon a {
    font-size: 14px;
    text-transform: uppercase;
}
.feature_style_three:hover:before {
    background: rgba(12, 90, 219, 0.85);
}
.feature_style_three:hover .feature_style_three_butoon a,
.feature_style_three:hover .feature_style_three_text {
    opacity: 1;
}
.feature_style_three:hover .feature_style_tree_content {
    bottom: 45px;
}
.feature_style_four {
    background: #fff;
    border-radius: 7px;
    box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
    padding: 50px 45px;
    text-align: center;
    transition: 0.5s;
}
.feature_style_four.active {
    background: #28a745;
}
.feature_style_four_icon i {
    background: #edf4fc;
    border-radius: 100%;
    color: #28a745;
    display: inline-block;
    font-size: 40px;
    height: 130px;
    line-height: 130px;
    transition: 0.4s;
    width: 130px;
}
.feature_style_four_title h4 {
    font-weight: 700;
    transition: 0.5s;
}
.feature_style_four_button a,
.feature_style_four_text p {
    transition: 0.5s;
}
.feature_style_four.active .feature_style_four_button a,
.feature_style_four.active .feature_style_four_text p,
.feature_style_four.active .feature_style_four_title h4 {
    color: #fff;
}
.feature_style_four_button a i {
    margin-left: 6px;
}
.feature_style_four:hover {
    background: #28a745;
    transform: translateY(-10px);
}
.feature_style_four:hover .feature_style_four_button a,
.feature_style_four:hover .feature_style_four_text p,
.feature_style_four:hover .feature_style_four_title h4 {
    color: #fff;
}
.feature_style_five {
    background: #fff;
    border-radius: 0 50px 50px 50px;
    box-shadow: 0 10px 29.7px 0.3px hsla(0, 0%, 88%, 0.64);
    padding: 35px 30px 10px;
    position: relative;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.feature_style_five:after {
    background-image: url(assets/images/dot.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.feature_style_five_cion i {
    background-color: #eff2f7;
    border-radius: 0 40px 40px;
    color: #28a745;
    font-size: 25px;
    height: 70px;
    line-height: 70px;
    transition: 0.5s;
    width: 70px;
}
.feature_style_five_title h4 {
    font-size: 22px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.feature_style_five_text p {
    transition: 0.5s;
}
.feature_style_five:hover {
    background: #28a745;
    transform: translateY(-10px);
}
.feature_style_five:hover .feature_style_five_text p,
.feature_style_five:hover .feature_style_five_title h4 {
    color: #fff;
}
.single_feature_six {
    background: rgba(0, 0, 0, 0.67);
    margin-bottom: 30px;
    padding: 20px 20px 15px;
    position: relative;
    z-index: 1;
}
.single_feature_six:before {
    background: #28a745;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s;
    width: 5px;
    z-index: -1;
}
.single_feature_six_icon {
    float: left;
    margin-top: 12px;
}
.single_feature_six_icon i {
    color: #fff;
    font-size: 40px;
}
.single_feature_six_content.white {
    overflow: hidden;
}
.single_feature_six_content p {
    padding-top: 10px;
}
.single_feature_six:hover:before {
    width: 100%;
}
.single_feature_seven {
    background: #fff;
    border: 1px solid #e4ecf9;
    margin-bottom: 30px;
    padding: 40px 24px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.single_feature_seven:before {
    background: #adc7f1;
    bottom: 0;
    content: "";
    height: 45px;
    position: absolute;
    right: 0;
    transition: 0.3s;
    width: 45px;
    z-index: -1;
}
.single_feature_six_seven_icon .icon {
    color: #28a745;
    font-size: 55px;
    transition: 0.5s;
}
.single_feature_seven_content h4 {
    padding-top: 15px;
    transition: 0.5s;
}
.single_feature_seven_content p {
    padding-top: 8px;
    transition: 0.5s;
}
.single_feature_seven:hover:before {
    background: #28a745;
    height: 100%;
    width: 100%;
}
.single_feature_seven:hover .single_feature_seven_content h4,
.single_feature_seven:hover .single_feature_seven_content p,
.single_feature_seven:hover .single_feature_six_seven_icon .icon {
    color: #fff;
}
.feature_style_eight {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 20px 50px 5px #e9eef7;
    padding: 60px 40px 45px;
    text-align: center;
    transition: 0.5s;
}
.feature_style_eight:hover {
    box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
}
.feature_style_eight_icon {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 20px 50px 5px #e9eef7;
    color: #28a745;
    display: inline-block;
    font-size: 60px;
    height: 130px;
    line-height: 120px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease;
    width: 130px;
    z-index: 1;
}
.feature_style_eight_icon .icon {
    display: inline-block;
}
.feature_style_eight:hover .feature_style_eight_icon {
    box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
    color: #fff;
}
.feature_style_eight_icon:before {
    background: rgba(12, 90, 219, 0.1);
    border-radius: 50%;
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: -8px;
    position: absolute;
    top: -5px;
    transition: 0.5s;
    width: 100%;
    z-index: -1;
}
.feature_style_eight:hover .feature_style_eight_icon:before {
    background: rgba(12, 90, 219, 0.8);
}
.anim-icon {
    -webkit-animation: service_hexagon 3s linear infinite;
    -moz-animation: service_hexagon 3s linear infinite;
    -o-animation: service_hexagon 3s linear infinite;
    animation: service_hexagon 3s linear infinite;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.feature_style_eight:hover .anim-icon {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
.anim-icon .icon-1 {
    -webkit-animation: zoom-fade-two 5s linear infinite;
    animation: zoom-fade-two 5s linear infinite;
    left: -25px;
    top: 60px;
}
.anim-icon .icon-1,
.anim-icon .icon-2 {
    background: rgba(99, 119, 238, 0.8);
    border-radius: 50%;
    height: 20px;
    position: absolute;
    width: 20px;
}
.anim-icon .icon-2 {
    -webkit-animation: zoom-fade-two 4s linear infinite;
    animation: zoom-fade-two 4s linear infinite;
    left: 10px;
    top: -20px;
}
.anim-icon .icon-3 {
    -webkit-animation: zoom-fade-two 3s linear infinite;
    animation: zoom-fade-two 3s linear infinite;
    background: rgba(99, 119, 238, 0.8);
    border-radius: 50%;
    height: 12px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 12px;
}
.feature_style_eight_title a {
    font-size: 24px;
    font-weight: 700;
}
.style_nine .feature_style_eight {
    padding: 45px 24px 25px;
}
.style_nine .feature_style_eight_icon {
    border-radius: 50%;
    font-size: 40px;
    height: 100px;
    line-height: 95px;
    width: 100px;
}
.style_nine .feature_style_eight_title a {
    font-size: 20px;
}
.techno_flipbox_font {
    border: 1px solid #28a745;
    border-radius: 8px;
}
.flipbox .section_main_title h1,
.flipbox .section_sub_title h6 {
    color: #fff;
}
.flipbox .section_title {
    margin-bottom: 30px;
}
.techno_flipbox {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    z-index: 1;
}
.techno_flipbox .techno_flipbox_back,
.techno_flipbox .techno_flipbox_font {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 1px 51.3px 5.7px hsla(221, 9%, 57%, 0.15);
    height: auto;
    min-height: 250px;
    position: relative;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.techno_flipbox .techno_flipbox_back:before {
    background: linear-gradient(180deg, transparent -80%, #006635);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.icon {
    font-size: 45px;
    line-height: 45px;
}
.techno_flipbox .techno_flipbox_inner {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
    left: 0;
    outline: 1px solid transparent;
    padding: 0 25px;
    perspective: inherit;
    -webkit-perspective: inherit;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    width: 100%;
    z-index: 2;
}
.techno_flipbox_icon {
    color: #fff;
    display: inline-block;
    font-size: 45px;
    overflow: hidden;
    text-align: center;
}
.techno_flipbox_font .flipbox_desc p {
    color: #fff;
}
.techno_flipbox .flipbox_title h3 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.techno_flipbox .techno_flipbox_back {
    border-radius: 2px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
}
.techno_flipbox .techno_flipbox_back .flipbox_button a {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #28a745;
    display: inline-block;
    margin-top: 22px;
    padding: 4px 25px;
    text-transform: capitalize;
    transition: 0.5s;
}
.techno_flipbox_back .flipbox_desc p {
    color: #fff;
}
.techno_flipbox .techno_flipbox_back .flipbox_button a i {
    display: none;
}
.techno_flipbox .techno_flipbox_back .flipbox_title h3 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-top: 0;
}
.techno_flipbox .techno_flipbox_back .flipbox_desc,
.techno_flipbox .techno_flipbox_font .flipbox_desc {
    color: #fff;
}
.flipbox_area.top_feature.upper .techno_flipbox_font .icon {
    background: transparent;
    color: #28a745;
    font-size: 45px;
}
.techno_flipbox:hover .techno_flipbox_font {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.techno_flipbox:hover .techno_flipbox_back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}
.pages .techno_flipbox .techno_flipbox_font .flipbox_title h3 {
    color: #444;
}
.pages .techno_flipbox_font .flipbox_desc p {
    color: #666;
}
.about_icon {
    float: left;
}
.about_icon .icon {
    color: #28a745;
    font-size: 40px;
}
.singel-about-content {
    overflow: hidden;
}
.singel-about-content.boder {
    border-left: 1px solid #ddd;
}
.singel-about-content h5 {
    font-weight: 700;
    margin: 0;
}
.about_skill_thumb img,
.about_thumb img,
.single_about_thumb_inner img {
    width: 100%;
}
.skill-wrapper h6 {
    margin-bottom: 8px;
}
.pd_gap {
    background: #fff;
    border-radius: 8px;
    padding: 18px 0;
}
.home11 .about_icon .icon {
    font-size: 20px;
    margin-top: -8px;
}
.headingh_experience_number h1 {
    color: #28a745;
    display: inline;
    float: left;
    font-size: 136px;
    font-weight: 800;
    line-height: 1;
    margin-right: 15px;
    margin-top: -14px;
}
.heading_experience_title h2 {
    color: #232323;
    display: inline;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    padding-top: 11px;
}
.heading_experience_text p {
    font-size: 18px;
}
.experience .main_video {
    margin-top: -285px;
    position: relative;
}
.data_science_about_icon .icon {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 20px 50px 5px #e9eef7;
    color: #28a745;
    font-size: 40px;
    height: 90px;
    line-height: 90px;
    position: relative;
    text-align: center;
    width: 90px;
    z-index: 1;
}
.data_science_about_icon .icon:before {
    background: rgba(12, 90, 219, 0.1);
    border-radius: 50%;
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: -8px;
    position: absolute;
    top: -5px;
    transition: 0.5s;
    width: 100%;
    z-index: -1;
}
.singel_about_left_inner:hover .data_science_about_icon .icon:before {
    background: rgba(12, 90, 219, 0.9);
}
.singel_about_left_inner:hover .data_science_about_icon .icon {
    color: #fff;
}
.about_content_machine span {
    display: block;
    margin-bottom: 8px;
}
.about_content_machine span i {
    background: #28a745;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}
.style_two .singel-about-content h5 {
    font-size: 22px;
    font-weight: 800;
    margin-top: 10px;
}
.style_two .about_icon .icon {
    background: #28a745;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    font-size: 45px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    width: 75px;
}
.subscribe-area {
    background: url(assets/images/subscribe.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 55px;
}
.call-do-action-title p {
    color: #fff;
    padding: 25px 0 37px;
}
.subscribe-area .form_box input {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #232323;
    height: 54px;
    padding-left: 15px;
    transition: 0.5s;
    width: 100%;
}
.subscribe-area .quote_btn button {
    background: #33b9ff;
    border: 0;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 15px 35px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
}
.subscribe-area .call-do-thumb1 {
    bottom: -258px;
    left: -350px;
    position: absolute;
    z-index: 1;
}
.subscribe-area .call-do-thumb {
    bottom: 55px;
    left: -40px;
    position: absolute;
    z-index: 1;
}
.subscribe-area .call-do-thumb2 {
    bottom: -93px;
    position: absolute;
    right: 6px;
}
.call-do-action {
    background: url(assets/images/call-do-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.call-do-action-content {
    position: relative;
    z-index: 1;
}
.call-do-action-title h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    line-height: 38px;
}
.call-button a {
    background: #34bbff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 45px;
    overflow: hidden;
    padding: 12px 27px;
    position: relative;
    transition: 0.5s;
    z-index: 44;
}
.call-button a:before {
    background: #006635;
    content: "";
    height: 100%;
    left: -25%;
    position: absolute;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    width: 0;
    z-index: -1;
}
.call-button a i {
    font-size: 18px;
    position: relative;
    top: 3px;
}
.call-button a:hover:before {
    width: 180%;
}
.call-do-thumb {
    bottom: 65px;
    left: 85px;
    position: absolute;
    z-index: 1;
}
.call-do-thumb1 {
    bottom: -185px;
    left: -170px;
    position: absolute;
    z-index: 1;
}
.call-do-thumb2 {
    bottom: 6px;
    position: absolute;
    right: 135px;
}
.call-do-thumb3 {
    position: absolute;
    right: 28px;
    top: -12px;
}
.call-do-thumb4 {
    position: absolute;
    right: -182px;
    top: -50px;
}
.style-two.call-do-action {
    background: url(assets/images/call-do-bg1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.style-two.call-do-action .section_content_text p {
    color: #232323;
    font-size: 16px;
    padding: 16px 0 0;
}
.style-two .call-do-icon i {
    background-color: #fff;
    border-radius: 50%;
    color: #28a745;
    display: inline-block;
    filter: drop-shadow(0 10px 20px rgba(146, 176, 225, 0.4));
    font-size: 30px;
    height: 64px;
    line-height: 64px;
    margin-top: 13px;
    text-align: center;
    width: 64px;
}
.style-two .call-do-icon span {
    color: #232323;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    padding-left: 15px;
}
.style-two .call-button a {
    background: #34bbff;
    background-image: linear-gradient(131deg, #22772c, #2473fb);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
    overflow: hidden;
    padding: 14px 32px;
    position: relative;
    transition: 0.5s;
    z-index: 44;
}
.style-two.call-do-action .call-do-thumb4 {
    left: -290px;
    position: absolute;
    right: inherit;
    top: -50px;
}
.prossess-ber-plugin span {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
}
.barfiller {
    background: #4b4c59;
    background-color: rgba(12, 90, 219, 0.2);
    border-radius: 5px;
    filter: drop-shadow(0 10px 10px rgba(60, 115, 206, 0.2));
    height: 8px;
    margin-bottom: 28px;
    margin-top: 11px;
    position: relative;
    width: 100%;
}
.barfiller .fill {
    background: #333;
    display: block;
    height: 100%;
    position: relative;
    width: 0;
    z-index: 1;
}
.barfiller .tipWrap {
    display: none;
}
.barfiller .tip {
    border-radius: 2px;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: -39px;
    z-index: 2;
}
.stat-bar:first-of-type .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}
span.fill {
    background: #0cd0b2 !important;
    border-radius: 5px;
}
span.fill.my-class {
    background: #28a745 !important;
    border-radius: 5px;
}
span.fill.my-class2 {
    background: #ff6a33 !important;
    border-radius: 5px;
}
.single_slider_shape {
    position: relative;
}
.single_slider_shape_image {
    position: absolute;
    right: -250px;
    top: -499px;
    z-index: 1;
}
.single_slider_shape_image img {
    width: 90%;
}
.single_slider_rot_inner {
    bottom: -340px;
    left: 50%;
    position: absolute;
}
.single_slider_rot.two .single_slider_rot_inner {
    left: -45%;
}
.single_slider_sp {
    bottom: 370px;
    left: 79%;
    position: absolute;
}
.single_slider_sp img {
    opacity: 0.8;
    width: 100%;
}
.single_about_shape {
    position: relative;
}
.single_about_shape_thumb {
    bottom: -70px;
    left: -94px;
    position: absolute;
    z-index: -1;
}
.single_about_shape_thumb img {
    width: 70%;
}
.single_about_signesur_thumb {
    float: left;
}
.single_about_signesur_thumb img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.border_ift {
    position: relative;
    z-index: 1;
}
.border_ift:after {
    animation: bannerimage_translate 3s infinite;
    animation-direction: alternate;
    animation-play-state: running;
    background: 0 0;
    border: 15px solid #00000008;
    bottom: 12px;
    content: "";
    height: 475px;
    position: absolute;
    right: -41px;
    width: 536px;
    z-index: -1;
}
@keyframes bannerimage_translate {
    0% {
        transform: translateX(0) translateY(0);
    }
    0% {
        transform: translateX(-30px) translateY(-12px);
    }
}
.video_thumb img {
    width: 100%;
}
.video_shape_thumb1 {
    left: -16px;
    position: absolute;
    top: 80px;
    z-index: -1;
}
.video_shape_thumb2 {
    position: absolute;
    right: 0;
    top: 16px;
    z-index: -1;
}
.video_shape_thumb3 {
    bottom: 50px;
    left: 0;
    position: absolute;
    z-index: -1;
}
.video_shape_thumb4 {
    bottom: 83px;
    position: absolute;
    right: -135px;
    z-index: -1;
}
.main_video {
    margin-top: -175px;
    position: relative;
}
.single-panel-thumb .main_video {
    margin-top: -325px;
    position: relative;
}
.shape_thumb {
    position: relative;
}
.about_shape_thumb {
    bottom: 202px;
    position: absolute;
    right: 157px;
}
.about_shape_thumb2 {
    bottom: 70px;
    position: absolute;
    right: 155px;
}
.about_shape_thumb_affiliate1 {
    bottom: 65px;
    left: 150px;
    position: absolute;
}
.about_shape_thumb_affiliate2 {
    bottom: 443px;
    bottom: 490px;
    left: 77px;
    left: 45px;
    position: absolute;
}
.about_icon_box_inner i {
    background: #28a745;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 12px;
    text-align: center;
    width: 30px;
}
.about_icon_box_inner span {
    color: #232323;
    font-size: 16px;
    font-weight: 700;
}
.service_style_one {
    background: #fff;
    border-radius: 10px;
}
.service_style_one_icon i {
    background: #e8ecfc;
    border-radius: 100%;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    color: #28a745;
    display: inline-block;
    font-size: 35px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 75px;
}
.service_style_one_title h4 {
    color: #28a745;
    font-weight: 700;
    position: relative;
}
.service_style_one_title h4:before {
    background: #d1d1d1;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 37px;
    width: 100px;
}
.service_style_one_button a {
    border: 1px solid #e8ecfc;
    border-radius: 30px;
    color: #616161;
    display: inline-block;
    font-size: 16px;
    padding: 5px 23px;
}
.service_style_one_button a i {
    margin-left: 7px;
}
.service_style_one:hover .service_style_one_button a {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}
.service_style_one:hover .service_style_one_icon i {
    background-color: #28a745;
    color: #fff;
}
.service_style_two_number {
    float: left;
}
.service_style_two_content {
    overflow: hidden;
}
.service_style_two_number h5 {
    color: #28a745;
    font-weight: 700;
    position: relative;
}
.service_style_two_number h5:before {
    background: #28a745;
    content: "";
    height: 2px;
    left: 34px;
    position: absolute;
    top: 14px;
    width: 32px;
}
.service_style_two_title h4 {
    font-weight: 700;
    transition: 0.3s;
}
.service_style_two_button a {
    color: #28a745;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.service_style_two_button a i {
    margin-left: 5px;
    transition: 0.3s;
}
.service_style_two_title h4:hover {
    color: #28a745;
}
.service_style_three {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 7px;
    box-shadow: 2px 10px 50px hsla(0, 0%, 62%, 0.25);
    transition: 0.5s;
}
.service_style_three_icon i {
    background: #28a745;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 95px;
}
.service_style_three_title h4 {
    font-size: 22px;
    font-weight: 700;
    transition: 0.3s;
}
.service_style_three_bt_icon {
    margin-bottom: -28px;
    position: relative;
}
.service_style_three_bt_icon a {
    background: #fff;
    border: 2px solid #28a745;
    border-radius: 100%;
    color: #28a745;
    display: inline-block;
    height: 55px;
    line-height: 50px;
    transition: 0.5s;
    width: 55px;
}
.service_style_three:hover {
    border: 2px solid #28a745;
}
.service_style_three_title h4:hover {
    color: #28a745;
}
.service_style_three:hover .service_style_three_bt_icon a {
    background: #28a745;
    color: #fff;
}
.service_style_four {
    background: #fff;
    border-radius: 7px;
    box-shadow: 2px 10px 50px hsla(0, 0%, 62%, 0.25);
    transition: 0.5s;
}
.service_style_four_icon i {
    color: #28a745;
    display: inline-block;
    font-size: 48px;
    transition: 0.5s;
}
.service_style_four_title h4 {
    font-size: 22px;
    font-weight: 700;
    transition: 0.5s;
}
.service_style_four_text p {
    transition: 0.5s;
}
.service_style_four_button a {
    color: #28a745;
    transition: 0.5s;
}
.service_style_four_button a i {
    margin-left: 5px;
}
.service_style_four:hover {
    background: #28a745;
    transform: translateY(-8px);
}
.service_style_four:hover .service_style_four_button a,
.service_style_four:hover .service_style_four_icon i,
.service_style_four:hover .service_style_four_text p,
.service_style_four:hover .service_style_four_title h4 {
    color: #fff;
}
.service_style_five {
    background: transparent;
    border: 1px solid #d5c7c7;
    border-radius: 8px;
    transition: 0.5s;
}
.service_style_five_title h4 {
    font-size: 22px;
    font-weight: 700;
    transition: 0.5s;
}
.service_style_five_button a,
.service_style_five_icon i,
.service_style_five_text p {
    transition: 0.5s;
}
.service_style_five_button a i {
    margin-left: 5px;
}
.service_style_five:hover {
    background: #28a745;
    border: 1px solid #28a745;
    transform: translateY(-8px);
}
.service_style_five:hover .service_style_five_button a,
.service_style_five:hover .service_style_five_icon i,
.service_style_five:hover .service_style_five_text p,
.service_style_five:hover .service_style_five_title h4 {
    color: #fff;
}
.single_service_inner {
    background: #fff;
    border-radius: 0 50px 50px 50px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    padding: 19px 0 5px;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}
.single_service_inner:before {
    background: #28a745;
    border: 1px transparent;
    border-radius: 0 30px 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.5s;
    width: 60px;
    z-index: -1;
}
.single_service_icon {
    float: left;
    margin-left: 15px;
    margin-right: 30px;
    margin-top: -5px;
}
.single_service_icon i {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single_service_content h4 {
    font-size: 16px;
    margin: 0 0 12px;
    text-align: left;
    transition: 0.5s;
}
.right .single_service_inner_thumb {
    margin-left: 115px;
    margin-top: -130px;
}
.right .single_service_brg {
    position: relative;
}
.right .single_service_brg_thumb {
    bottom: -66px;
    left: 25px;
    position: absolute;
}
.left .single_service_inner_thumb {
    margin-left: 71px;
    margin-top: -144px;
}
.left .single_service_brg {
    position: relative;
}
.left .single_service_brg_thumb {
    bottom: -66px;
    left: -16px;
    position: absolute;
}
.single_service_inner:hover .single_service_content h4 {
    color: #fff;
}
.single_service_inner:hover {
    background: #28a745;
}
.single_service_inner:hover:before {
    background: #fff;
}
.single_service_inner:hover .single_service_icon i {
    color: #28a745;
}
.service_style_seven {
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.1);
    transition: 0.5s;
}
.service_style_seven_icon {
    float: left;
}
.service_style_seven_icon i {
    color: #28a745;
    font-size: 40px;
    margin-top: 14px;
}
.service_style_seven_content {
    overflow: hidden;
}
.service_style_seven_title h4 {
    font-weight: 700;
}
.service_style_seven:hover {
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.service_style_eight {
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 35px 25px 33px;
    position: relative;
    z-index: 1;
}
.service_style_eight:before {
    background: #28a745;
    border-radius: 0 0 5px 0;
    bottom: 0;
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
    transition: 0.5s;
    width: 50px;
    z-index: -1;
}
.service_style_eight:hover:before {
    height: 100%;
    width: 100%;
}
.service_style_eight_icon .icon i {
    color: #fff;
}
.service_style_eight_content h4 {
    font-size: 22px;
    padding-bottom: 10px;
}
.service_style_eight_content a {
    color: #fff;
}
.service_style_eight_content a i {
    font-size: 20px;
    margin-left: 10px;
}
.service_style_nine {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 50px 5px #e9eef7;
    margin-bottom: 30px;
    padding: 60px 40px 34px;
    transition: 0.5s;
}
.service_style_nine:hover {
    box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
}
.services_style_nine_icon .icon {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 20px 50px 5px #e9eef7;
    color: #28a745;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    position: relative;
    text-align: center;
    transition: 0.5s;
    width: 100px;
    z-index: 1;
}
.services_style_nine_icon .icon:before {
    background: rgba(12, 90, 219, 0.1);
    border-radius: 50%;
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: -8px;
    position: absolute;
    top: -5px;
    transition: 0.5s;
    width: 100%;
    z-index: -1;
}
.service_style_nine:hover .services_style_nine_icon .icon {
    color: #fff;
}
.service_style_nine:hover .services_style_nine_icon .icon:before {
    background: rgba(12, 90, 219, 0.8);
}
.single_service_style_ten {
    background: #fff;
    box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
    margin-bottom: 30px;
    padding: 30px 30px 15px;
    position: relative;
    transition: 0.5s;
}
.single_service_style_ten:before {
    background: #28a745;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: 0.5s;
    width: 20%;
}
.single_service_style_ten:hover:before {
    width: 100%;
}
.single_service_style_ten:hover {
    transform: translateY(-10px);
}
.single_service_style_ten:hover .service_style_ten_icon .icon {
    background: rgba(12, 90, 219, 0.9);
    color: #fff;
}
.service_style_ten_content h4 a {
    font-size: 22px;
    font-weight: 700;
}
.service_style_ten_icon .icon {
    background: rgba(12, 90, 219, 0.1);
    border-radius: 5px;
    color: #28a745;
    display: inline-block;
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transition: 0.5s;
    width: 70px;
}
.single_service_style_eleven {
    border-radius: 0 40px;
    box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
    margin-bottom: 30px;
    padding: 35px 30px 30px;
    position: relative;
    z-index: 1;
}
.single_service_style_eleven:before {
    background: #28a745;
    border-radius: 0 40px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: 0.5s;
    width: 100%;
    z-index: -1;
}
.service_style_eleven_icon {
    float: left;
    margin-right: 15px;
}
.service_style_eleven_icon .icon {
    background: rgba(12, 90, 219, 0.1);
    border-radius: 50%;
    color: #28a745;
    font-size: 28px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    transition: 0.5s;
    width: 58px;
}
.service_style_eleven_title h4 {
    font-size: 21px;
    transition: 0.5s;
}
.servic_style_eleven_button a,
.service_style_eleven_text p {
    transition: 0.5s;
}
.single_service_style_eleven:hover .servic_style_eleven_button a,
.single_service_style_eleven:hover .service_style_eleven_text p,
.single_service_style_eleven:hover .service_style_eleven_title h4 {
    color: #fff;
}
.single_service_style_eleven:hover .service_style_eleven_icon .icon {
    transform: rotate(1turn);
}
.single_service_style_eleven:hover:before {
    height: 100%;
}
.single_service_style_eleven:hover .service_style_eleven_icon .icon {
    background: #fff;
}
.service_style_12 {
    border: 1px solid #eee;
    border-bottom: 3px solid #28a745;
    border-radius: 5px;
    overflow: hidden;
}
.service_style_12_thumb img {
    width: 100%;
}
.service_style12_content {
    padding: 0 20px 20px;
}
.service_style_12_content_inner h2 {
    font-size: 22px;
    font-weight: 700;
}
.service_style_12_icon {
    margin-top: -40px;
    position: relative;
}
.service_style_12_icon .icon {
    background: #28a745;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}
.service_style_12_content_inner {
    padding-top: 15px;
}
.service_style_12_content_inner a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.owl-dots {
    cursor: pointer;
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
}
.owl-dot.active {
    background: #28a745;
    width: 40px;
}
.owl-dot {
    background: #ccc;
    border-radius: 103px;
    display: inline-block;
    height: 6px;
    line-height: 30px;
    margin-right: 12px;
    transition: 0.5s;
    width: 30px;
}
.service-area {
    background: url(assets/images/service-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.em-service-single-box {
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(0 5px 30px rgba(162, 188, 231, 0.1));
    height: 320px;
    margin-bottom: 30px;
    overflow: hidden;
}
.em-service-box-inner,
.em-service-single-box {
    position: relative;
    z-index: 1;
}
.em-service-single-box:after {
    background: url(assets/images/box-bg2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s;
    width: 0;
    z-index: -1;
}
.em-service-content {
    padding: 40px 40px 0;
}
.em-icon {
    float: left;
    margin-right: 10px;
}
.em-icon-title h4 {
    color: #28a745;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    transform: 0.5s;
}
.em-service-title h2 {
    font-size: 24px;
    line-height: 32px;
    padding: 15px 0;
    transition: 0.5s;
}
.em-service-text p {
    transition: 0.5s;
}
.em-service-button {
    margin: 40px 0 0;
}
.em-service-button a {
    color: #28a745;
    display: inline-block;
    text-decoration: underline;
    transition: 0.5s;
}
.em-service-button a i {
    font-size: 28px;
    position: relative;
    top: 7px;
}
.em-service-single-box:hover:after {
    left: 0;
    width: 100%;
}
.em-service-single-box:hover .em-icon-title h4,
.em-service-single-box:hover .em-service-button a,
.em-service-single-box:hover .em-service-text p,
.em-service-single-box:hover .em-service-title h2 {
    color: #fff;
}
.em-service-single-box:hover .em-service-box-inner:before {
    background-color: hsla(0, 0%, 100%, 0.102);
}
.service-area.style-four {
    background: inherit;
}
.em-service-single-box1 {
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(0 5px 30px rgba(162, 188, 231, 0.3));
    height: 345px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
}
.em-service-single-box1:before {
    background: #0b59db;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: 0.5s;
    width: 100%;
    z-index: -1;
}
.em-service-title1 h2 {
    font-size: 22px;
    line-height: 32px;
    padding: 16px 0 10px;
    transition: 0.5s;
}
.em-service-text1 p {
    line-height: 30px;
    transition: 0.5s;
}
.em-icon1 {
    position: relative;
    z-index: 1;
}
.em-icon1:before {
    background: url(assets/images/t2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.upper1.em-service-single-box1:before {
    background: #01cb99;
}
.upper2.em-service-single-box1:before {
    background: #ea599e;
}
.upper3.em-service-single-box1:before {
    background: #ff6a01;
}
.upper4.em-service-single-box1:before {
    background: #764ae5;
}
.active.em-service-single-box1 {
    background-color: #28a745;
}
.active .em-service-text1 p,
.active .em-service-title1 h2 {
    color: #fff;
}
.em-service-single-box1:hover:before {
    height: 100%;
    top: 0;
}
.em-service-single-box1:hover .em-service-text1 p,
.em-service-single-box1:hover .em-service-title1 h2 {
    color: #fff;
}
.style-five.service-area {
    background: inherit;
}
.style-five .em-service-content {
    padding: 35px 30px 15px;
}
.style-five .em-service-single-box1 {
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(0 5px 30px rgba(162, 188, 231, 0.3));
    height: inherit;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
}
.style-five .em-icon1:before {
    background: url(assets/images/em.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.style-five .em-icon1:before,
.style-five .upper.em-icon1:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.style-five .upper.em-icon1:before {
    background: url(assets/images/em1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.style-five .upper1.em-icon1:before {
    background: url(assets/images/em2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.style-five .em-icon1 i {
    color: #fff;
    display: inline-block;
    font-size: 35px;
    height: 85px;
    line-height: 100px;
    margin-left: -7px;
}
.style-five .em-service-title1 h2 {
    color: #333c4e;
    font-size: 20px;
    line-height: 32px;
    padding: 15px 0 6px;
    transition: 0.5s;
}
.style-five .upper1.em-service-single-box1:before {
    background-image: linear-gradient(to bottom right, #ff9b07, #fd4f2f 90%);
}
.style-five .upper2.em-service-single-box1:before {
    background-image: linear-gradient(to bottom right, #0b59db, #00237d 90%);
}
.style-five .upper3.em-service-single-box1:before {
    background-image: linear-gradient(to bottom right, #ca30fb, #8c3ffd 90%);
}
.service-details-pn-list ul li {
    list-style: none;
    margin-bottom: 2px;
    transition: 0.5s;
}
.service-details-pn-list ul li a {
    background-color: #f3f6f9;
    color: #232323;
    display: block;
    font-family: Muli;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 15px 14px 18px;
    position: relative;
    transition: 0.5s;
}
.service-details-pn-list ul li a:hover {
    background: #28a745 !important;
    color: #fff !important;
}
.service-details-pn-list ul li a i {
    float: right;
    font-size: 17px;
    font-weight: 600;
    margin-top: 5px;
    position: relative;
}
.service-details-big-button a {
    background: #28a745;
    border: 0 solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: Open Sans;
    font-weight: 500;
    padding: 14px 35px;
    text-transform: capitalize;
}
.service-details-big-button a:hover {
    background: #006635;
}
.details-big-content {
    text-align: center !important;
}
.service-details-big-button a span i {
    margin-left: 20px;
}
.service-details-pn-about {
    position: relative;
    z-index: 1;
}
.service-details-pn-about:before {
    background: rgba(12, 90, 219, 0.85);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.service-details-pn-about-content {
    text-align: center;
}
.service-main-details-content-title h3 {
    font-weight: 800;
}
.service-details-pn-about-content-title h4 {
    color: #fff;
    font-weight: 700;
}
.service-details-pn-about-content-text p {
    color: #fff;
}
.service-details-pn-about-content-button a {
    background: #fff;
    border-radius: 5px;
    color: #28a745;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 30px;
}
.service-details-video-thumb img,
.service-main-details-inner-thumb img {
    width: 100%;
}
.service-details-video .single-video {
    position: relative;
}
.service-details-video .video-icon {
    bottom: 265px;
    left: 0;
    position: absolute;
    right: 0;
}
.service-details-research-button a {
    background: #28a745;
    border: 0 solid #fff;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-family: Open Sans;
    font-weight: 500;
    margin-top: 15px;
    padding: 14px 35px;
    text-transform: capitalize;
    transition: 0.5s;
}
.service-details-research-button a:hover {
    background: #006635;
}
.service-details-research-title h4 {
    font-weight: 800;
}
.single_team {
    border-radius: 5px;
    overflow: hidden;
    transition: 0.5s;
}
.single_team_thumb {
    position: relative;
}
.single_team_thumb:before {
    background: rgba(12, 90, 219, 0.85);
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}
.single_team_icon,
.single_team_thumb:before {
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single_team_icon {
    background: #fff;
    padding: 13px 0;
    right: -50px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
}
.single_team_icon a {
    color: #28a745;
    display: block;
    font-size: 16px;
    margin: 4px 0;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single_team_thumb img {
    width: 100%;
}
.single_team_content {
    background: #fff;
    border-bottom: 2px solid #28a745;
    padding: 12px 20px 23px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.single_team_content h4 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    transition: 0.3s;
}
.single_team_content span {
    color: #28a745;
    padding-top: 2px;
}
.single_team:hover {
    transform: translateY(-10px);
}
.single_team:hover .single_team_icon {
    opacity: 1;
    right: -1px;
}
.single_team_content h4:hover {
    color: #28a745;
}
.single_team:hover .single_team_thumb:before {
    opacity: 1;
}
.team_style_three {
    position: relative;
    transition: 0.5s;
}
.team_style_three-thumb,
.team_style_three_thumb_inner {
    position: relative;
    transition: 0.5s;
    z-index: 1;
}
.team_style_three_thumb_inner {
    overflow: hidden;
}
.team_style_three_thumb_inner:before {
    background: #fff;
    bottom: -59px;
    content: "";
    height: 120px;
    left: -70px;
    position: absolute;
    -webkit-transform: skew(-30deg);
    -khtml-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-98deg);
    width: 133%;
}
.team_style_three-thumb:after {
    background: #28a745;
    bottom: 4px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: skew(1deg);
    -khtml-transform: skew(69deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transition: 0.5s;
    width: 100%;
    z-index: -1;
}
.team_style_three_thumb_inner img {
    width: 100%;
}
.team_style_three_content {
    bottom: -21px;
    left: 0;
    padding: 15px 10px 35px 50px;
    position: absolute;
    right: 18px;
    transition: 0.5s;
    z-index: 1;
}
.team_style_three_content:before {
    background: #28a745;
    transition: 0.5s;
}
.team_style_three_content:after,
.team_style_three_content:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 50px;
    top: 0;
    -webkit-transform: skew(-30deg);
    -khtml-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -webkit-transition: all 0.2s linear 0ms;
    -khtml-transition: all 0.2s linear 0ms;
    -moz-transition: all 0.2s linear 0ms;
    -ms-transition: all 0.2s linear 0ms;
    -o-transition: all 0.2s linear 0ms;
    transition: all 0.2s linear 0ms;
    z-index: -2;
}
.team_style_three_title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.team_style_three_sub_title {
    left: 51px;
    position: absolute;
    top: 40px;
    transition: 0.5s;
}
.team_style_three_sub_title span {
    color: #fff;
    font-size: 14px;
    transition: 0.5s;
}
.team_style_three_icon a {
    color: #fff;
    display: inline-block;
    margin: 5px;
}
.team_style_three_icon {
    left: 47px;
    opacity: 0;
    position: absolute;
    top: 50px;
    transition: 0.5s;
}
.team_style_three:hover .team_style_three_icon {
    opacity: 1;
    top: 35px;
}
.team_style_three:hover .team_style_three-thumb:after {
    opacity: 1;
    -webkit-transform: rotate(-10deg);
    -webkit-transform: skew(1deg);
    transform: rotate(-10deg);
}
.team_style_three:hover .team_style_three_sub_title {
    margin-top: -20px;
    opacity: 0;
}
.team_style_three:hover .team_style_three_content:before {
    background: #006635;
    transition: 0.5s;
}
.single_team_style_three {
    margin-bottom: 30px;
}
.single_team_style_three_thumb {
    position: relative;
}
.single_team_style_three_thumb img {
    width: 100%;
}
.single_team_style_three_icon {
    background: #28a745;
    left: 0;
    margin: auto;
    opacity: 0;
    padding: 12px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 90%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: 0.5s;
    width: 83%;
}
.single_team_style_three_content {
    -webkit-box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
    box-shadow: -1 16px 32px rgba(207, 228, 255, 0.8);
    padding: 10px 0 22px;
    text-align: center;
    -webkit-transform: translateY(0);
    z-index: 1;
}
.single_team_style_three:hover .single_team_style_three_icon {
    opacity: 1;
    top: 82%;
}
.single_team_style_three_icon i {
    color: #fff;
    margin: 0 5px;
}
.team_area.style-four {
    background: url(assets/images/choose-us-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.style-four .single_team {
    border-radius: 5px;
    filter: drop-shadow(0 5px 15px rgba(137, 166, 198, 0.2));
    overflow: inherit;
    position: relative;
    transition: 0.5s;
    z-index: 222;
}
.style-four .single_team:before {
    background: #fff;
    border-radius: 5px;
    bottom: -21px;
    clip-path: polygon(4% 18%, 100% 21%, 100% 100%, 0 80%);
    content: "";
    height: 95px;
    left: 13px;
    position: absolute;
    transition: 0.6s;
    width: 223px;
    z-index: -1;
}
.style-four .single_team_thumb1:before {
    background-image: linear-gradient(109deg, #4152c3, #508df8);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    content: "";
    height: 100%;
    left: 50%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    transition: 0.5s;
    width: 0;
}
.style-four .single_team_content {
    background: #fff;
    border-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    filter: drop-shadow(0 5px 15px rgba(137, 166, 198, 0.2));
}
.style-four .single_team_content span {
    color: #616161;
    display: inline-block;
    padding-top: 7px;
}
.style-four .single_team_icon1 a i {
    background-color: #fff;
    border-radius: 50%;
    color: #28a745;
    display: inline-block;
    filter: drop-shadow(0 10px 30px rgba(197, 207, 223, 0.4));
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    text-align: center;
    width: 36px;
}
.style-four .single_team_icon1 {
    bottom: -18px;
    left: 23%;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: 0.5s;
}
a.team-color2 i {
    color: #07c1f1 !important;
}
a.team-color3 i {
    color: #e8200a !important;
}
.style-four .single_team:hover .single_team_thumb1:before {
    left: 0;
    width: 100%;
}
.style-four .single_team:hover .single_team_icon1 {
    bottom: 25px;
    opacity: 1;
}
.style-four .single_team:hover .single_team:before {
    background-image: linear-gradient(109deg, #4152c3, #508df8);
}
.style-four .single_team:hover:before {
    background: linear-gradient(109deg, #cbd2ea, #d2def6);
    transition: 0.5s;
}
.style-four .single_team:hover .single_team_content h4 {
    color: #28a745;
}
.team_area.style-four .style-two.up .section_sub_title span:before {
    left: 84px;
    top: 8px;
}
.team_area.style-four .style-two.up .section_sub_title span:after {
    left: 86px;
    top: 2px;
}
.team_area.style-four .style-two.up .section_sub_title h5:before {
    left: -128px;
    right: 0;
}
.team_area.style-four .style-two.up .section_sub_title h5:after {
    left: -137px;
    right: 0;
}
.feature-area.owl-nav3.style-two .owl-dots {
    top: 72px;
}
.feature-area.owl-nav3.style-two .owl-dots,
.owl-nav3 .owl-dots {
    cursor: pointer;
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
}
.owl-nav3 .owl-dots {
    background-color: rgba(35, 35, 35, 0.102);
    bottom: -90px;
    height: 2px;
}
.owl-nav3 .owl-dot {
    background-color: transparent;
    border-radius: 103px;
    display: inline-block;
    height: 2px;
    line-height: 30px;
    margin-right: 12px;
    position: relative;
    top: -17px;
    transition: 0.5s;
    width: 215px;
}
.owl-nav3 .owl-dot.active {
    background: #28a745;
    height: 6px;
    width: 218px;
}
.owl-nav3 .owl-prev {
    left: -60px;
}
.owl-nav3 .owl-next,
.owl-nav3 .owl-prev {
    bottom: -36%;
    opacity: 1;
    position: absolute;
    top: inherit;
    transform: translateY(-50%);
    transition: 0.3s;
}
.owl-nav3 .owl-next {
    right: -60px;
}
.owl-nav3 .owl-next i,
.owl-prev i {
    background-image: linear-gradient(109deg, #22772c, #2473fb);
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.21, 1.1, 0.25, 1) 0s;
    width: 53px;
    z-index: 1;
}
.single_software_box {
    margin-bottom: 20px;
}
.single_software_box_content {
    background: #eff2f7;
    border-radius: 3px;
    padding: 8px 15px 20px 17px;
    position: relative;
    z-index: 1;
}
.single_software_box_content:before {
    background: #28a745;
    border-radius: 3px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: 0.5s;
    width: 100%;
    z-index: -1;
}
.single_software_box:hover .single_software_box_content:before {
    height: 100%;
}
.single_software_box_content h5 {
    font-size: 17px;
}
.single_software_box:hover .single_software_box_content h5 {
    color: #fff;
}
.software_thumb_inner img {
    width: 100%;
}
.software_shape_thumb_inner1 {
    bottom: 0;
    left: 45px;
    position: absolute;
}
.software_shape_thumb_inner1 img {
    width: 40%;
}
.software_shape_thumb_inner2 {
    bottom: -35px;
    left: 340px;
    position: absolute;
}
.software_shape_thumb_inner2 img {
    width: 85%;
}
.software_shape_thumb_inner3 {
    position: absolute;
    right: 0;
    top: -49px;
}
.software_shape_thumb_inner4 {
    left: 104px;
    position: absolute;
    top: -74px;
}
.single_case_study {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}
.single_case_study_thumb {
    transform: scale(1.01);
    transition: 0.5s;
}
.pdn_0 {
    padding: 0;
}
.single_case_study_thumb:before {
    background: rgba(153, 255, 187, 0.3);
    border: 3px solid #fff;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s;
    width: 100%;
}
.single_case_study_thumb img {
    width: 100%;
}
.single_case_study_content {
    background: #fff;
    border-radius: 5px;
    left: 0;
    margin: auto;
    opacity: 0;
    padding: 20px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 70%;
    transform: translateY(-50%);
    transition: 0.5s;
    width: 80%;
    z-index: 1;
}
.single_case_study_icon {
    padding-bottom: 10px;
    text-align: center;
}
.single_case_study_content_inner {
    text-align: center;
}
.single_case_study_content_inner h2 {
    font-size: 22px;
}
.single_case_study_content_inner h2 a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    transition: 0.5s;
}
.single_case_study_icon i {
    background: #fff;
    border-radius: 5px;
    color: #28a745;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: 0.5s;
    width: 40px;
}
.single_case_study:hover .single_case_study_thumb {
    transform: scale(1.03);
}
.single_case_study:hover .single_case_study_content {
    opacity: 1;
    top: 50%;
}
.single_case_study:hover .single_case_study_thumb:before {
    opacity: 1;
}
.single_case_study_content_inner h2 a:hover {
    color: #28a745;
}
.single_case_study_icon i:hover {
    background: #28a745;
    color: #fff;
}
.case_study_style_two {
    position: relative;
}
.case_study_style_two_thumb {
    position: relative;
    z-index: 1;
}
.case_study_style_two_thumb:before {
    background: rgba(12, 90, 219, 0.65);
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}
.case_study_style_two_thumb img {
    border-radius: 10px;
    width: 100%;
}
.case_study_style_two_content {
    background: transparent;
    border-radius: 5px;
    left: 0;
    margin: auto;
    padding: 0 30px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    z-index: 1;
}
.case_study_style_two_title h4 a {
    color: #fff;
    display: block;
    font-weight: 700;
}
.case_study_style_two_title span {
    color: #fff;
    font-weight: 600;
}
.case_study_style_two_button a {
    color: #fff;
}
.case_study_style_two:hover .case_study_style_two_content {
    top: 70%;
}
.three .case_study_style_two_content {
    top: 75%;
}
.three .case_study_style_two:hover .case_study_style_two_content {
    top: 60%;
}
.three .case_study_style_two_title h4 {
    font-size: 20px;
}
.four .single_case_study {
    margin-bottom: 65px;
    overflow: inherit !important;
}
.four .single_case_study_content {
    background: #006635;
    opacity: 1;
    transition: 0.5s;
}
.four .single_case_study:hover .single_case_study_content,
.four .single_case_study_content {
    bottom: -100px !important;
    top: inherit;
}
.four .single_case_study_inner {
    overflow: hidden;
}
.four .single_case_study_content_inner h2 a,
.four .single_case_study_content_inner span {
    color: #fff;
}
.single-case-study-details {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 50px;
}
.case-study-details-title h3 {
    font-weight: 800;
}
.case-study-details-content-inner ul li span {
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}
.case-study-details-content-inner ul li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    list-style: none;
    padding: 13px 0;
    text-transform: capitalize;
}
.case-study-details-content-inner ul li:last-child {
    border-bottom: none;
}
.case-study-details-icon-text span {
    float: left;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}
.case-study-details-icon-inner a {
    background: #28a745;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    width: 35px;
}
.case-study-details-full-title h3 {
    font-weight: 800;
}
.case-study-details-thumb img {
    width: 100%;
}
.portfolio_nav {
    margin-bottom: 50px;
}
.portfolio_menu ul {
    list-style: none;
    text-align: center;
}
.portfolio_menu ul li {
    cursor: pointer;
    display: inline-block;
    margin: 0 14px;
}
.portfolio_menu ul li a {
    color: #fff;
    display: block;
    position: relative;
    text-transform: uppercase;
    transition: 0.5s;
}
.portfolio_menu ul li a:before {
    background: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 24px;
    transition: 0.5s;
    width: 0;
}
.portfolio_nav ul li {
    background: #f2f4ff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 3px 7px;
    padding: 12px 27px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.portfolio_nav ul li.current_menu_item,
.portfolio_nav ul li:hover {
    background: #28a745;
    color: #fff;
}
.single_portfolio {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}
.single_portfolio_thumb {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.5s;
}
.single_portfolio_content {
    background: #28a745;
    border-radius: 5px;
    bottom: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 20px;
    margin: auto;
    opacity: 0;
    padding: 30px 20px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-align: left;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.single_portfolio_icon {
    padding-bottom: 10px;
    text-align: center;
}
.single_portfolio_content_inner {
    text-align: center;
}
.single_portfolio_content_inner h2 {
    font-size: 22px;
    margin: 0;
}
.single_portfolio_content_inner h2 a {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
}
.single_portfolio_icon i {
    background: #fff;
    border-radius: 5px;
    color: #135ef3;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: 0.5s;
    width: 40px;
}
.single_portfolio_thumb img {
    width: 100%;
}
.single_portfolio_content_inner span {
    color: #fff;
}
.single_portfolio:hover .single_portfolio_thumb {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.portfolio_menu ul li a:hover:before {
    width: 100%;
}
.single_portfolio:hover .single_portfolio_content {
    bottom: 35px;
    opacity: 1;
}
.single_portfolio_icon i:hover {
    background: #fff;
    color: #135ef3;
}
.style_two .single_portfolio_thumb {
    position: relative;
    z-index: 1;
}
.style_two .single_portfolio_thumb:after {
    background: rgba(12, 90, 219, 0.85);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -moz-transform: perspective(15em) rotateX(-90deg);
    -o-transform: perspective(15em) rotateX(-90deg);
    -ms-transform: perspective(15em) rotateX(-90deg);
    -webkit-transform: perspective(15em) rotateX(-90deg);
    transform: perspective(15em) rotateX(-90deg);
    transform-origin: top;
    -moz-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 100%;
    z-index: 1;
}
.style_two .single_portfolio_content_inner h2 a {
    color: #232323;
    font-weight: 700;
}
.style_two .single_portfolio_content_inner span {
    color: #135ef3;
}
.style_two .single_portfolio_icon i {
    background: #135ef3;
    color: #fff;
}
.style_two .single_portfolio_content {
    background: #fff;
    z-index: 1;
}
.style_two .single_portfolio:hover .single_portfolio_thumb:after {
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
}
.style_three .single_portfolio_thumb {
    position: relative;
}
.style_three .single_portfolio_thumb:before {
    background: rgba(12, 90, 219, 0.75);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: 0.5s;
    width: 100%;
}
.style_three .single_portfolio_content {
    background: transparent;
    left: 0;
    opacity: 0;
    padding: 0;
    right: 0;
    text-align: left;
}
.style_three .single_portfolio:hover .single_portfolio_thumb:before {
    height: 100%;
}
.portfolio_area.style-four {
    overflow: hidden;
}
.style-four .portfolio_nav ul li {
    background: #f2f4ff;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    filter: drop-shadow(0 5px 15px rgba(152, 179, 223, 0.2));
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    margin: 78px 3px 7px;
    padding: 8px 15px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.portfolio_nav ul li.current_menu_item,
.style-four .portfolio_nav ul li:hover {
    background: linear-gradient(270deg, #74d87f, #22772c);
    color: #fff;
}
.style-four .single_portfolio {
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 0 20px rgba(170, 192, 228, 0.3));
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px 20px 22px;
    position: relative;
    transition: 0.5s;
}
.single_portfolio_thumb1 {
    position: relative;
    z-index: 1;
}
.single_portfolio_thumb1:before {
    background-color: rgba(4, 96, 248, 0.6);
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: 0.8s;
    width: 100%;
}
.style-four .single_portfolio_thumb1 img {
    width: 100%;
}
.style-four .single_portfolio_content_inner {
    padding: 20px 0 0;
    text-align: left;
}
.style-four .single_portfolio_icon {
    left: 33%;
    opacity: 0;
    padding-bottom: 10px;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 0;
    transform: translate(50%, -50%);
    transition: 0.5s;
    z-index: 1;
}
.style-four .single_portfolio_icon a i {
    background: #fff;
    border-radius: 50%;
    color: #132fbf;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 55px;
}
.style-four .single_portfolio_content_inner h2 a {
    color: #232323;
    display: inline-block;
    font-weight: 700;
    line-height: 30px;
    overflow: hidden;
    padding: 7px 0 0;
}
.style-four .port-icon-thumb {
    float: left;
    margin-right: 9px;
}
.style-four .port-icon-title p {
    color: #28a745;
    font-weight: 600;
    margin: 0;
}
.style-four .single_portfolio:hover .single_portfolio_content_inner h2 a {
    color: #28a745;
    text-decoration: underline;
}
.style-four .single_portfolio:hover .single_portfolio_thumb1:before {
    height: 100%;
    top: 0;
}
.style-four .single_portfolio:hover .single_portfolio_icon {
    opacity: 1;
    top: 39%;
}
.single_it_work {
    text-align: center;
}
.single_it_work_content_list {
    position: relative;
}
.single_it_work_content_list:before {
    background: #ddd;
    content: "";
    height: 1px;
    position: absolute;
    right: -75px;
    top: 26px;
    width: 130px;
}
.single_it_work_content_list.three:before {
    display: none;
}
.single_it_work_content_list span {
    background: #28a745;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    position: relative;
    transition: 0.3s;
    width: 45px;
}
.single_work_content_title h4 {
    font-size: 20px;
    font-weight: 700;
}
.single_it_work_content_list span:after {
    height: 65px;
    left: -10px;
    opacity: 0.4;
    top: -10px;
    width: 65px;
}
.single_it_work_content_list span:after,
.single_it_work_content_list span:before {
    background: #28a745;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    right: 0;
    transition: 0.3s;
    z-index: -1;
}
.single_it_work_content_list span:before {
    height: 85px;
    left: -20px;
    opacity: 0.2;
    top: -20px;
    width: 85px;
}
.single_it_work:hover .single_it_work_content_list span,
.single_it_work:hover .single_it_work_content_list span:after,
.single_it_work:hover .single_it_work_content_list span:before {
    transform: scale(1.1);
}
.how_it_work.odoo .custom-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    padding: 0 15px;
}
.how_it_work.odoo .single_it_work {
    margin-bottom: 30px;
    padding: 0 11px;
    text-align: center;
}
.how_it_work.odoo .work_progress_icon i {
    background: linear-gradient(90deg, #1e55bd, #437eeb);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 120px;
    z-index: 1;
}
.how_it_work.odoo .work_progress_icon {
    margin-bottom: 127px;
    position: relative;
    z-index: 1;
}
.how_it_work.odoo .work_progress_icon:after {
    border: 2px solid #ddd;
    border-radius: 100%;
    bottom: -32px;
    content: "";
    height: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 15px;
}
.how_it_work.odoo .work_progress_icon:before {
    border-left: 2px dashed #ddd;
    border-radius: 100%;
    bottom: -74px;
    content: "";
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 2px;
}
.how_it_work.odoo .single_it_work_content_list span:after,
.how_it_work.odoo .single_it_work_content_list span:before {
    display: none;
}
.how_it_work.odoo .single_it_work_content_list span {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #ccc;
    color: #28a745;
    display: inline-block;
    font-weight: 600;
    line-height: 45px;
    position: absolute;
    top: 0;
    transition: 0.3s;
    width: 45px;
}
.how_it_work.odoo .single_it_work_content_list {
    left: 53%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-50%);
}
.how_it_work.odoo .single_it_work:after {
    background-image: url(assets/images/direction-sign.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 40px;
    margin-right: -119px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 200px;
}
.how_it_work.odoo .single_it_work.last:after,
.how_it_work.odoo .single_it_work_content_list:before {
    display: none;
}
.how_it_work.odoo .section_main_title h1,
.section_main_title h2 {
    font-size: 39px;
}
.it_work_style_two .techno_flipbox .techno_flipbox_back,
.it_work_style_two .techno_flipbox .techno_flipbox_font {
    min-height: 410px;
}
.it_work_style_two .it_work_style_two .techno_flipbox .techno_flipbox_inner {
    top: 50%;
}
.techno_flipbox_font .icon {
    background: #28a745;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    width: 80px;
}
.it_work_style_two .techno_flipbox_font {
    background: #fff;
    border: 2px solid #e8ecfc;
    border-radius: 7px 7px 7px 7px;
}
.it_work_style_two .techno_flipbox_font .flipbox_title h3 {
    color: #444;
    font-size: 24px;
    font-weight: 700;
}
.it_work_style_two .techno_flipbox_font .flipbox_desc p {
    color: #666;
}
.it_work_style_two .techno_flipbox .techno_flipbox_back .flipbox_button a {
    background: inherit;
    border: inherit;
    border-radius: inherit;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    padding: 0;
}
.it_work_style_two .techno_flipbox .techno_flipbox_back:before {
    background: inherit;
}
.style_three .single_how_it_work {
    position: relative;
}
.style_three .how_it_work_number {
    left: 56px;
    position: absolute;
    top: -50px;
}
.style_three .how_it_work_icon .icon {
    color: #28a745;
    font-size: 65px;
    transition: 0.5s;
    z-index: 1;
}
.style_three .how_it_work_number h4 {
    background: #28a745;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 45px;
}
.style_three .how_it_work_icon_bg_thumb_inner {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -48px;
    z-index: -1;
}
.style_three .how_it_work_bg_thumb_inner_hv {
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -18px;
    transition: 0.5s;
    z-index: -1;
}
.style_three .how_it_work_title a {
    font-size: 22px;
    font-weight: 700;
}
.style_three .single_how_it_work:hover .how_it_work_bg_thumb_inner_hv {
    opacity: 1;
    top: -48px;
}
.style_three .single_how_it_work:hover .how_it_work_icon .icon {
    color: #fff;
}
.odoo_contact_section .row.upper {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    margin-top: -203px;
    padding: 40px;
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    z-index: 1;
}
.odoo-left-side {
    text-align: center;
}
.odoo-contact-thumb img {
    width: 100%;
}
.odoo-contact-content {
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    padding: 18px 0 23px;
}
.odoo-contact-content h2 {
    font-size: 20px;
    margin: 0 0 16px;
}
.odoo-social-icon ul li {
    background: #256bdf;
    border-radius: 4px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-right: 1px;
    width: 32px;
}
.odoo-social-icon ul li a {
    color: #fff;
    display: inline-block;
}
.odoo_contact_section .form_box input {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 54px;
    padding: 6px 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.odoo_contact_section .quote_wrapper {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    padding: 32px 50px 9px;
}
.odoo_contact_section .apointment-form-title {
    margin-bottom: 30px;
    text-align: center;
}
.odoo_contact_section .apointment-form-title h2 {
    font-size: 25px;
    margin: 0 0 10px;
}
.form-control,
.odoo_contact_section select {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 54px;
    padding: 6px 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}
.odoo_contact_section .quote_btn button {
    background: #28a745;
    border: 0;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    padding: 14px 39px;
    text-align: center;
    transition: 0.3s;
    width: 100%;
}
.odoo_contact_section .button:hover {
    background: #006635;
    color: #fff;
}
.odoo_contact_section .form_box input:focus,
.odoo_contact_section .form_box textarea:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #495057;
    outline: 0;
}
.process-area,
.row.process-bg {
    position: relative;
    z-index: 1;
}
.process-single-box {
    margin-bottom: 30px;
    text-align: center;
}
.process-contant {
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(0 10px 20px rgba(35, 50, 83, 0.07));
    padding: 22px 22px 15px;
    position: relative;
}
.process-contant:before {
    background-image: linear-gradient(-45deg, #00237d, #0b59db);
    border-radius: 5px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s;
    width: 0;
    z-index: -1;
}
.upper1.process-contant:before {
    background-image: linear-gradient(-45deg, #fe542d, #ff950b);
}
.upper2.process-contant:before {
    background-image: linear-gradient(-45deg, #8b3ffe, #d02ffb);
}
.upper3.process-contant:before {
    background-image: linear-gradient(-45deg, #ff4f2b, #ff47a6);
}
.proces-icon {
    margin: 0 0 53px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.proces-icon:before {
    background-image: url(assets/images/proces1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
    z-index: -1;
}
.upper1.proces-icon:before {
    background-image: url(assets/images/proces2.png);
}
.upper2.proces-icon:before {
    background-image: url(assets/images/proces3.png);
}
.upper3.proces-icon:before {
    background-image: url(assets/images/proces4.png);
}
.proces-icon i {
    color: #fff;
    display: inline-block;
    font-size: 35px;
    height: 92px;
    line-height: 90px;
    padding-left: 15px;
}
.upper2.proces-icon i {
    font-size: 55px;
}
.process-title h3 {
    font-size: 16px;
    padding: 0 0 14px;
    transition: 0.5s;
}
.process-text p {
    transition: 0.5s;
}
.process-shape {
    left: 127px;
    position: absolute;
    top: -6px;
}
.process-shape-2 {
    position: absolute;
    right: -6px;
    top: -135px;
    z-index: -1;
}
.process-single-box:hover .process-contant:before {
    left: 0;
    width: 100%;
}
.process-single-box:hover .process-text p,
.process-single-box:hover .process-title h3 {
    color: #fff;
}
.process-area.style-two {
    background: #f7f8ff;
}
.style-two .process-contant1 {
    background: url(assets/images/process-bg1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    filter: drop-shadow(0 10px 20px rgba(35, 50, 83, 0.07));
    padding: 60px 22px 15px;
    position: relative;
    z-index: 1;
}
.process-contant1:before {
    background: url(assets/images/process-bg2.png);
    border-radius: 5px;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: 0.5s;
    width: 100%;
    z-index: -1;
}
.style-two .process-number {
    left: 98px;
    position: absolute;
    top: -34px;
}
.style-two .process-number-inner {
    position: relative;
    z-index: 1;
}
.style-two .process-number-inner:before {
    background: #1c53de;
    border-radius: 30px;
    content: "";
    height: 47px;
    left: -9px;
    position: absolute;
    top: -12px;
    transition: 0.5s;
    width: 46px;
    z-index: -1;
}
.style-two .process-number-inner span {
    background-color: #23b5ff;
    border: 3px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 27px;
    font-weight: 700;
    height: 70px;
    line-height: 67px;
    transition: 0.5s;
    width: 70px;
}
.style-two .process-title h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
    padding: 0 0 8px;
    transition: 0.5s;
}
.style-two .process-text p {
    color: #fff;
    transition: 0.5s;
}
.style-two .upper .process-contant1 {
    background: url(assets/images/process-bg2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.style-two .upper .process-contant1:before {
    background: url(assets/images/process-bg1.png);
    border-radius: 5px;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: 0.6s;
    width: 100%;
    z-index: -1;
}
.style-two .upper .process-number-inner:before {
    background: #23b5ff;
    left: 37px;
    top: -9px;
}
.style-two .upper .process-number-inner span {
    background-color: #1c53de;
}
.style-two .upper .process-title h3 {
    color: #232323;
}
.style-two .upper .process-text p {
    color: #616161;
}
.style-two .process-contant1:hover:before {
    transform: scale(1);
}
.style-two .process-contant1:hover .process-title h3 {
    color: #232323;
}
.style-two .process-contant1:hover .process-text p {
    color: #616161;
}
.style-two .upper .process-contant1:hover:before {
    transform: scale(1);
}
.style-two .upper .process-contant1:hover .process-text p,
.style-two .upper .process-contant1:hover .process-title h3 {
    color: #fff;
}
.style-two .process-contant1:hover .process-number-inner span {
    background-color: #1c53de;
}
.style-two .process-contant1:hover .process-number-inner:before,
.style-two .upper .process-contant1:hover .process-number-inner span {
    background-color: #23b5ff;
}
.style-two .upper .process-contant1:hover .process-number-inner:before {
    background-color: #1c53de;
}
.style-two .process-shape {
    left: 127px;
    position: absolute;
    top: -53px;
}
.process-shape-thumb {
    animation: moveLeftBounce 3s linear infinite;
    position: absolute;
    right: -140px;
    top: -471px;
}
.single_pricing {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 51px 40px 60px;
    text-align: center;
    transition: 0.5s;
}
.single_pricing.active {
    border: 1px solid #28a745;
}
.pricing_title h3 {
    color: #28a745;
    font-size: 30px;
    font-weight: 700;
}
.pricing_body {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    transition: 0.5s;
}
.single_pricing.active .pricing_body {
    border: 1px solid #28a745;
}
.pricing_body .featur ul li {
    display: block;
    margin-bottom: 13px;
}
.curencyp {
    color: #28a745;
    font-size: 29px;
    font-weight: 500;
    position: relative;
    top: -15px;
}
.pricing_tk h2 {
    color: #28a745;
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
}
.pricing_tk h2 span {
    font-size: 19px;
    font-weight: 500;
}
.order_now a {
    border: 1px solid #e6e6e6;
}
.single_pricing.active .order_now a {
    background: #28a745;
    border: 1px solid #28a745;
    color: #fff;
}
.single_pricing:hover,
.single_pricing:hover .pricing_body {
    border: 1px solid #28a745;
}
.single_pricing:hover .order_now a {
    background: #28a745;
    border: 1px solid #28a745;
    color: #fff;
}
.pricing_style2 {
    border-radius: 10px;
    box-shadow: 0 8px 14.72px 1.28px hsla(0, 0%, 81%, 0.3);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0 0 32px;
    position: relative;
    text-align: center;
    transition: 0.5s;
}
.pricing_head_style2 {
    background: #0762f8;
    padding: 12px 0 21px;
}
.pricing_title_style2 h3 {
    color: #fff;
    font-size: 25px;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.pricing_tk_style2 h2 {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    transition: 0.5s;
}
.pricing_tk_style2 span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.pricing_body_style2 {
    margin-top: 40px;
}
.pricing_body_style2 .featur_style2 ul li {
    display: block;
    font-size: 15px;
    margin-bottom: 18px;
}
.pricing_body_style2 .deactive {
    color: #ccdcea;
    text-decoration: line-through;
}
.pricing_style2_button {
    margin-top: 33px;
}
.order_style2_now a {
    background: #f5f5f5;
    border-radius: 5px;
    color: #0762f8;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    padding: 18px 55px;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}
.active .order_style2_now a {
    background: #0762f8;
    color: #fff;
}
.order_style2_now a:before {
    background: #0762f8;
    content: "";
    height: 100%;
    left: -25%;
    position: absolute;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transition: 0.5s;
    width: 0;
    z-index: -1;
}
.pricing_style2:hover {
    transform: translateY(-10px);
}
.pricing_style2:hover .order_style2_now a:before {
    width: 180%;
}
.pricing_style2:hover .order_style2_now a {
    color: #fff;
}
.single_pricing_three {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
}
.pricing_head_three {
    background: #28a745;
    padding: 36px 0 50px;
    position: relative;
    z-index: 1;
}
.pricing_head_three:before {
    background: url(assets/images/new/pricing-bg1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.pricing_thumb {
    background: #fff;
    border: 1px solid #28a745;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -50px;
    z-index: 1;
}
.pricing_body_three .featur ul li {
    list-style: none;
    padding: 6px 0;
}
.pricing_tk_three h2 {
    color: #fff;
    font-size: 70px;
}
.pricing_tk_three span {
    font-size: 20px;
}
.pricing_head_three .curencyp {
    color: #fff;
    font-size: 30px !important;
    font-weight: 700;
    position: relative;
    right: -18px;
    top: -37px;
}
.order_now a {
    background: transparent;
    border: 1px solid #28a745;
    border-radius: 5px;
    color: #616161;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 42px;
    transition: 0.5s;
}
.single_pricing_three:hover .order_now a {
    background: #28a745;
    color: #fff;
}
.pricing_style_four {
    background: #fff;
    box-shadow: 0 20px 50px 5px #e9eef7;
    margin-bottom: 30px;
}
.pricing_style_four_content {
    background: url(assets/images/new/pr-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0 77px;
}
.active .pricing_style_four_content {
    background: url(assets/images/new/pr-bg2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0 77px;
}
.pricing_style_four_content_inner {
    padding-right: 50px;
    text-align: right;
}
.pricing_style_four_title h4 {
    font-weight: 500;
    text-transform: uppercase;
}
.pricing_style_four_tk h2 {
    font-weight: 500;
}
.pricing_style_four_tk h2 span {
    font-size: 20px;
}
.pricing_style_four_body {
    padding: 55px 28px 40px;
}
.pricing_style_four_body ul {
    list-style: none;
}
.pricing_style_four_body ul li {
    font-size: 18px;
    margin-bottom: 18px;
}
.pricing_style_four_body ul li i {
    color: #28a745;
    margin-right: 10px;
}
.pricing_style_four_button a {
    background: #211e3b;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.pricing_style_four_button a span {
    font-size: 20px;
    margin-left: 5px;
}
.pricing_style_four_button a:before {
    background: #28a745;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.5s;
    width: 10%;
    z-index: -1;
}
.pricing_style_four:hover .pricing_style_four_button a:before {
    width: 100%;
}
.single_price_icon {
    position: relative;
}
.single_price_icon_inner {
    bottom: 0;
    left: 74px;
    position: absolute;
}
.single_price_icon_inner .icon {
    background: #006635;
    border: 5px solid #fff;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    height: 100px;
    line-height: 95px;
    text-align: center;
    width: 100px;
}
.single_process {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    transition: 0.5s;
}
.single_process_thumb {
    animation: checkAnim 2s infinite;
    border-radius: 100%;
    display: inline-block;
    height: 230px;
    line-height: 230px;
    width: 230px;
}
.single_process_thumb img {
    border: 10px solid #fff;
    border-radius: 100%;
    width: 100%;
}
.single_process_number {
    position: relative;
}
.single_process_number_inner {
    bottom: -25px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: 0.5s;
}
.single_process_number span {
    background: #28a745;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.single_process_content {
    padding-top: 30px;
}
.single_process_content h2 {
    font-size: 22px;
    font-weight: 700;
}
.single_process:hover .single_process_number_inner {
    bottom: 50px;
}
.cntr_bg_up {
    background: #fff;
    border-radius: 15px;
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
}
.countr_text h1 {
    font-size: 40px;
    font-weight: 800;
}
.counter_desc h5 {
    color: #28a745;
    margin-top: 6px;
}
.single_counter_icon i {
    background: #28a745;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 80px;
}
.white .counter_desc h5,
.white .countr_text h1 {
    color: #fff;
}
.border_bottom_lin {
    position: relative;
}
.border_bottom_lin:before {
    background: #28a745;
    content: "";
    height: 90px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 30px;
    width: 3px;
}
.single_counter_content {
    overflow: hidden;
}
.single_counter_icon_two .icon {
    float: left;
    margin-right: 20px;
    margin-top: 12px;
}
.single_counter_icon_two .icon i {
    background: #28a745;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}
.counter_style_three {
    border: 2px solid #686666;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 0 20px 40px;
    text-align: center;
    transition: 0.5s;
}
.color2 .counter_style_three_icon .icon {
    background: #fd8424;
}
.color3 .counter_style_three_icon .icon {
    background: #d83030;
}
.counter_style_three.color2:hover {
    border-color: #fd8424;
}
.counter_style_three.color3:hover {
    border-color: #d83030;
}
.counter_style_three_icon .icon {
    background: #28a745;
    border-radius: 50% 15%;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    height: 85px;
    line-height: 80px;
    margin-top: -50px;
    position: relative;
    width: 85px;
}
.counter_style_three:hover {
    border: 2px solid #28a745;
}
.counter_style_four {
    margin-bottom: 30px;
}
.counter_style_four_icon .icon {
    color: #fff;
    font-size: 42px;
}
.counter_style_four_icon .icon:before {
    background-image: url(assets/images/shape/cn-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -8px;
    content: "";
    height: 85px;
    left: -23px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: rotate(-70deg);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 85px;
}
.counter_style_four_text h1 {
    color: #fff;
    font-size: 35px;
}
.counter_style_four_text h5 {
    color: #fff;
    font-size: 18px;
}
.counter_style_four:hover .counter_style_four_icon .icon:before {
    transform: rotate(-130deg);
}
.counter_area.odoo .countr_text h1 {
    margin-bottom: 11px;
}
.counter_area.odoo .text_center {
    border: solid #a4c2f3;
    border-width: 0 1px 0 0;
    text-align: center;
}
.counter_area.odoo .text_center.last {
    border: none;
    border-color: inherit;
}
.erp_area .section_content_text p,
.section-inner-content p {
    font-size: 16px;
    line-height: 24px;
}
.erp_area .text_left .section_main_title h1 {
    font-size: 39px;
}
.odoo_section.pt-70.pb-100 {
    background: #28a745;
    padding: 81px 0 224px;
    position: relative;
    z-index: 1;
}
.odoo_section.pt-70.pb-100 .shape_img {
    position: absolute;
    right: 20px;
    top: 70px;
    z-index: -1;
}
.single_testimonial_content_text {
    background: #fff;
    box-shadow: 0 18px 17px 0 rgba(0, 0, 0, 0.1);
    padding: 32px 43px 20px;
    position: relative;
}
.single_testimonial_content_text:before {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 15px;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: auto;
    width: 0;
}
.single_testimonial_thumb {
    float: left;
}
.single_testimonial_thumb img {
    border-radius: 50%;
    margin: auto;
    width: 100%;
}
.single_testimonial_content_title h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
}
.single_testimonial_content_title span {
    color: #28a745;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-top: 4px;
}
.single_testimonial_content_title.white span {
    color: #fff;
}
.experience_thumb img {
    width: 100%;
}
.testimonial_area.odoo .single_testimonial_content_text {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 52px 30px 35px;
    position: relative;
    text-align: left;
}
.testimonial_area.odoo .single_testimonial_content_title h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}
.testimonial_area.odoo .testi-star i.active {
    color: #28a745;
    font-size: 21px;
    margin: 0 1px;
}
.testimonial_area.odoo .single_Testimonial_inner_content {
    position: relative;
    top: 8px;
}
.single_testimonial_two {
    background: #fff;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.17);
    padding: 40px 20px 30px;
    text-align: center;
}
.single_testimonial_thumb_two img {
    border-radius: 50%;
    margin: auto;
}
.single_testimonial_content_title_two h4 {
    font-size: 22px;
}
.single_testimonial_content_title_two span {
    color: #28a745;
}
@keyframes checkAnim {
    0%,
    to {
        box-shadow: 0 0 0 5px rgba(12, 90, 219, 0.8);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(12, 90, 219, 0.8);
    }
}
#section-quote {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
#section-quote > h2 {
    color: #0e1c2a;
    font-family: OpenSans-Regular;
    font-size: 36px;
    font-weight: 400;
}
#section-quote > p {
    color: #767676;
    font-family: OpenSans-Light;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}
#section-quote .container-quote {
    height: 135px;
    margin: 55px 0 150px;
    -webkit-perspective: 10000px;
    -moz-perspective: 10000px;
    -ms-perspective: 10000px;
    perspective: 10000px;
    position: relative;
    width: 100%;
}
#section-quote .container-quote .quote {
    cursor: pointer;
    height: 100%;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    width: 520px;
}
#section-quote .container-quote .quote.hide-top {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
    -moz-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
    -ms-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
    -o-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
    transform: translateX(-50%) translateY(-100%) rotateX(70deg);
}
#section-quote .container-quote .quote.show {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0) rotateX(0deg);
    -moz-transform: translateX(-50%) translateY(0) rotateX(0deg);
    -ms-transform: translateX(-50%) translateY(0) rotateX(0deg);
    -o-transform: translateX(-50%) translateY(0) rotateX(0deg);
    transform: translateX(-50%) translateY(0) rotateX(0deg);
}
#section-quote .container-quote .quote.hide-bottom {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -moz-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -ms-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -o-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    transform: translateX(-50%) translateY(100%) rotateX(-70deg);
}
#section-quote .container-quote .quote p {
    display: block;
    line-height: 28px;
}
#section-quote .container-quote .quote .container-info {
    display: inline-block;
    margin-top: 20px;
    padding-left: 40px;
    position: relative;
    text-align: left;
}
#section-quote .container-quote .quote .container-info .pp {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 120%;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
}
#section-quote .container-quote .quote-text-1 .container-info .pp {
    background-image: url(assets/images/testi/1.jpg);
}
#section-quote .container-quote .quote-text-2 .container-info .pp {
    background-image: url(assets/images/testi/2.jpg);
}
#section-quote .container-quote .quote-text-3 .container-info .pp {
    background-image: url(assets/images/testi/3.jpg);
}
#section-quote .container-quote .quote-text-4 .container-info .pp {
    background-image: url(assets/images/testi/4.jpg);
}
#section-quote .container-quote .quote-text-5 .container-info .pp {
    background-image: url(assets/images/testi/5.jpg);
}
#section-quote .container-quote .quote-text-6 .container-info .pp {
    background-image: url(assets/images/testi/6.jpg);
}
#section-quote .container-quote .quote-text-8 .container-info .pp {
    background-image: url(assets/images/testi/8.jpg);
}
#section-quote .container-quote .quote-text-9 .container-info .pp {
    background-image: url(assets/images/testi/9.jpg);
}
#section-quote .container-quote .quote-text-10 .container-info .pp {
    background-image: url(assets/images/testi/10.jpg);
}
#section-quote .container-quote .quote-text-11 .container-info .pp {
    background-image: url(assets/images/testi/11.jpg);
}
#section-quote .container-quote .quote-text-12 .container-info .pp {
    background-image: url(assets/images/testi/12.jpg);
}
#section-quote .container-quote .quote-text-13 .container-info .pp {
    background-image: url(assets/images/testi/13.jpg);
}
#section-quote .container-quote .quote-text-14 .container-info .pp {
    background-image: url(assets/images/testi/14.jpg);
}
#section-quote .container-quote .quote .container-info .name {
    color: #444;
    font-size: 22px;
    font-weight: 600;
}
#section-quote .container-quote .quote .container-info .job {
    color: #666;
    font-size: 16px;
}
#section-quote .container-pe-quote {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
#section-quote .container-pe-quote.left {
    left: 110px;
}
#section-quote .container-pe-quote.right {
    right: 80px;
}
#section-quote .container-pe-quote .pp-quote {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-name: floating;
    -webkit-animation-name: floating;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: absolute;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
#container-general
    .anim-section-quote
    #section-quote
    .container-pe-quote
    .pp-quote {
    opacity: 1;
}
#section-quote .container-pe-quote .pp-quote .img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 120%;
    border-radius: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
#section-quote .container-pe-quote .pp-quote.li-quote-1 .img {
    background-image: url(assets/images/testi/1.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-2 .img {
    background-image: url(assets/images/testi/2.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-3 .img {
    background-image: url(assets/images/testi/3.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-4 .img {
    background-image: url(assets/images/testi/4.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-5 .img {
    background-image: url(assets/images/testi/5.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-6 .img {
    background-image: url(assets/images/testi/6.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-7 .img {
    background-image: url(assets/images/testi/7.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-8 .img {
    background-image: url(assets/images/testi/8.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-9 .img {
    background-image: url(assets/images/testi/9.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-10 .img {
    background-image: url(assets/images/testi/10.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-11 .img {
    background-image: url(assets/images/testi/11.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-12 .img {
    background-image: url(assets/images/testi/12.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-13 .img {
    background-image: url(assets/images/testi/13.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-14 .img {
    background-image: url(assets/images/testi/14.jpg);
}
#section-quote .container-pe-quote .pp-quote:after {
    background-color: #fff;
    border-radius: 100%;
    content: "";
    height: calc(100% + 5px);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: calc(100% + 5px);
}
#section-quote .container-pe-quote .pp-quote.active:after,
#section-quote .container-pe-quote .pp-quote:hover:after {
    background: #28a745;
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
@keyframes floating {
    0% {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn) translate(-10px) rotate(-1turn);
        -moz-transform: rotate(1turn) translate(-10px) rotate(-1turn);
        -ms-transform: rotate(1turn) translate(-10px) rotate(-1turn);
        -o-transform: rotate(1turn) translate(-10px) rotate(-1turn);
        transform: rotate(1turn) translate(-10px) rotate(-1turn);
    }
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn) translate(-10px) rotate(-1turn);
        -moz-transform: rotate(1turn) translate(-10px) rotate(-1turn);
        -ms-transform: rotate(1turn) translate(-10px) rotate(-1turn);
        -o-transform: rotate(1turn) translate(-10px) rotate(-1turn);
        transform: rotate(1turn) translate(-10px) rotate(-1turn);
    }
}
#section-quote .container-pe-quote .li-quote-1 {
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    height: 90px;
    left: 40px;
    top: 30px;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    width: 90px;
}
#section-quote .container-pe-quote .li-quote-2 {
    animation-duration: 12s;
    -webkit-animation-duration: 12s;
    height: 63px;
    left: 150px;
    top: 150px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 63px;
}
#section-quote .container-pe-quote .li-quote-3 {
    animation-duration: 11s;
    -webkit-animation-duration: 11s;
    height: 82px;
    left: -70px;
    top: 180px;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    width: 82px;
}
#section-quote .container-pe-quote .li-quote-4 {
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    height: 48px;
    left: 80px;
    top: 250px;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    width: 48px;
}
#section-quote .container-pe-quote .li-quote-5 {
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    height: 73px;
    left: -60px;
    top: 320px;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    width: 73px;
}
#section-quote .container-pe-quote .li-quote-6 {
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    height: 63px;
    left: 65px;
    top: 380px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 63px;
}
#section-quote .container-pe-quote .li-quote-12 {
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    height: 63px;
    left: -15px;
    top: 460px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: 63px;
}
#section-quote .container-pe-quote .li-quote-7 {
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    height: 73px;
    right: -15px;
    top: 30px;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    width: 73px;
}
#section-quote .container-pe-quote .li-quote-8 {
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    height: 73px;
    right: 50px;
    top: 150px;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    width: 73px;
}
#section-quote .container-pe-quote .li-quote-9 {
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    height: 48px;
    right: 150px;
    top: 90px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: 48px;
}
#section-quote .container-pe-quote .li-quote-10 {
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    height: 90px;
    right: 225px;
    top: 250px;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    width: 90px;
}
#section-quote .container-pe-quote .li-quote-11 {
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    height: 52px;
    right: 40px;
    top: 320px;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    width: 52px;
}
#section-quote .container-pe-quote .li-quote-13 {
    animation-duration: 9s;
    -webkit-animation-duration: 9s;
    height: 42px;
    right: 128px;
    top: 380px;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    width: 42px;
}
#section-quote .container-pe-quote .li-quote-14 {
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    height: 48px;
    right: 108px;
    top: 470px;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    width: 48px;
}
.testimonial_style_three_content {
    padding: 50px;
    position: relative;
    z-index: 1;
}
.testimonial_style_three_content:before {
    background: #28a745;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 17% 0);
    content: "";
    height: 100%;
    left: -100px;
    position: absolute;
    top: 0;
    width: 123%;
    z-index: -1;
}
.testimonial_style_three_title {
    border-left: 2px solid #fff;
    padding-left: 25px;
}
.testimonial_style_three_title h4 {
    color: #fff;
    font-weight: 800;
}
.testimonial_style_three_title span {
    color: #fff;
    font-weight: 600;
}
.testimonial_style_three_text p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
}
.testimonial_style_three_reviwer_star i {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-right: 2px;
}
.testimonial_style_three_quote i {
    color: #fff;
    font-size: 50px;
}
.testimonial-area {
    background: url(assets/images/testi/testi-bg1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-single-box1 {
    position: relative;
    z-index: 1;
}
.testi-counter-box {
    left: -70px;
    position: absolute;
    top: 180px;
    z-index: 1;
}
.testi-counter-box-inner {
    background: #ff6a32;
    border: 12px solid #ebc7c4;
    border-radius: 50%;
    height: 155px;
    padding: 10px 0 0;
    text-align: center;
    width: 155px;
}
.testi-counter-title h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    line-height: 27px;
}
.testi-counter-icon i {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 5px 0 0;
}
.testi-counter-text span {
    color: #fff;
    font-size: 15px;
    position: relative;
    top: -4px;
}
.em-testimonial-title p {
    padding: 15px 0;
}
.people-thumb {
    float: left;
    margin-right: 20px;
}
.people-title {
    display: inline-block;
}
.people-title h4 {
    font-size: 18px;
}
.people-title p {
    font-size: 15px;
    padding: 3px 0 0;
}
.testimonial_list3 .owl-dots {
    animation: fadeInRight 1.5s;
    bottom: 22px;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: -460px;
    text-align: center;
}
.testimonial_list3 .owl-dot {
    background: #548df7;
    border-radius: 103px;
    display: inline-block;
    height: 12px;
    line-height: 30px;
    margin-right: 8px;
    transition: 0.5s;
    width: 12px;
}
.testimonial_list3 .owl-dot.active {
    background: #ff6933;
    height: 12px;
    width: 12px;
}
.testimonial-area.style-two {
    background: #f7f9fd;
    padding: 290px 0 170px;
}
.style-two .people-thumb {
    float: left;
    margin-right: 32px;
    margin-top: 80px;
    position: relative;
}
.style-two .testimonial-content {
    border-bottom: 12px solid #f0f2f1;
    border-right: 12px solid #f0f2f1;
    overflow: hidden;
    padding: 0 32px 30px;
    transition: 0.5s;
}
.style-two .em-testimonial-title h6 {
    font-size: 17px;
}
.style-two .em-testimonial-title h6 span {
    color: #828fa0;
    font-size: 16px;
    padding: 0 0 0 26px;
    text-align: right;
}
.style-two .em-testimonial-text p {
    color: #828fa0;
    padding: 5px 0 10px;
}
.quote-icon i {
    color: #0b59db;
    font-size: 80px;
}
.testimonial-content:hover {
    border-bottom: 12px solid #0b59db;
    border-right: 12px solid #0b59db;
}
.testimonial-area.style-two .owl-dots {
    cursor: pointer;
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
    top: 65px;
}
.style-three.testimonial-area {
    background: url(assets/images/testi/testi-bg-1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 950px;
    padding: 120px 0 140px;
}
.style-three .em-testimoinal-single-box {
    padding: 81px 0 0;
}
.style-three .testimonial-content1 {
    background-color: #fff;
    border-radius: 5px;
    padding: 80px 35px 45px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.style-three .testimonial-content1:before {
    background-image: linear-gradient(-45deg, #00237d, #0b59db);
    border-radius: 5px;
    content: "";
    filter: drop-shadow(0 10px 20px rgba(35, 50, 83, 0.07));
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transition: 0.5s;
    width: 0;
    z-index: -1;
}
.style-three .testimonial-content1:after {
    animation: moveLeftBounce 3s linear infinite;
    background: url(assets/images/testi/testi-sp.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 18px;
    width: 100%;
}
.style-three .single-quote-icon {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -80px;
}
.style-three .quote-icon {
    filter: drop-shadow(0 0 15px rgba(35, 50, 83, 0.07));
    position: relative;
    z-index: 1;
}
.style-three .quote-icon i {
    display: inline-block;
    height: 115px;
    line-height: 115px;
    width: 123px;
}
.style-three .quote-icon:before {
    background: url(assets/images/testi/testi-2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
}
.style-three .quote-icon:after,
.style-three .quote-icon:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.4s;
    width: 100%;
    z-index: -1;
}
.style-three .quote-icon:after {
    background: url(assets/images/testi/testi-1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.style-three .em-testi-start-icon i {
    color: #ffc107;
    display: inline-block;
    font-size: 16px;
    padding: 5px 9px 0 0;
}
.style-three .em-testimonial-title h6 {
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
}
.em-testimonial-text p {
    transition: 0.5s;
}
.style-three .active.testimonial-content1:before {
    left: 0;
    width: 100%;
}
.style-three .active.quote-icon:before {
    opacity: 1;
}
.style-three .active.quote-icon:after {
    opacity: 0;
}
.style-three .active.em-testimonial-text p,
.style-three .active.em-testimonial-title h6,
.style-three .active.quote-icon i {
    color: #fff;
}
.style-three .testimonial-content1:hover:before {
    left: 0;
    width: 100%;
}
.style-three .testimonial-content1:hover .quote-icon:after {
    opacity: 0;
}
.style-three .testimonial-content1:hover .quote-icon:before {
    opacity: 1;
}
.style-three .testimonial-content1:hover .em-testimonial-text p,
.style-three .testimonial-content1:hover .em-testimonial-title h6,
.style-three .testimonial-content1:hover .quote-icon i {
    color: #fff;
}
.owl-nav1 .owl-carousel .owl-nav.disabled {
    bottom: -70px;
    display: inline-block;
    left: 50%;
    position: absolute;
}
.owl-nav1 .owl-next i {
    background-color: transparent;
    color: #28a745;
    margin-right: 25px;
}
.owl-nav1 .owl-next i,
.owl-nav1 .owl-prev i {
    border: 2px solid #28a745;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 1;
}
.owl-nav1 .owl-prev i {
    background-color: #28a745;
    color: #fff;
}
.nagative_margin2 {
    margin-top: -108px;
    position: relative;
}
.nav-tabs .nav-item {
    margin: 0 5px;
}
.nav-tabs .nav-link {
    background: #28a745;
    border: 1px solid #28a745 !important;
    color: #fff;
    font-size: 20px;
    padding: 22px 50px;
}
.nav-tabs .nav-item.active .nav-link {
    background: #fff;
    border: 1px solid #fff !important;
    color: #28a745;
}
.nav-tabs {
    border-bottom: inherit !important;
}
.nav-tabs .nav-link i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
    text-align: center;
}
.tab_thumb img {
    width: 100%;
}
.tab_content_title h4 {
    font-weight: 700;
}
.tab_content_sub_text ul {
    display: block;
}
.tab_content_sub_text ul li {
    list-style: none;
    margin-bottom: 5px;
}
.choose_us .techno_flipbox .techno_flipbox_back,
.choose_us .techno_flipbox .techno_flipbox_font {
    min-height: 410px;
}
.choose_us .techno_flipbox .techno_flipbox_font {
    border: 0 !important;
    position: relative;
}
.choose_us .techno_flipbox .techno_flipbox_font:before {
    background: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0)) !important;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.choose_us .techno_flipbox .techno_flipbox_inner {
    top: 72%;
}
.choose_us .techno_flipbox .techno_flipbox_back .techno_flipbox_inner {
    top: 50%;
}
.choose_icon_lft {
    float: left;
}
.choose_icon_lft i {
    background: transparent;
    border: 1px solid #307cff;
    border-radius: 4px 4px 4px 4px;
    color: #28a745;
    font-size: 30px;
    height: 70px;
    line-height: 68px;
    text-align: center;
    transition: 0.5s;
    width: 70px;
}
.choose_content_title_lft h5 {
    font-weight: 700;
}
.choose_us_content:hover .choose_icon_lft i {
    background: #28a745;
    color: #fff;
}
.choose_content_text_bold p {
    color: #232323;
    font-size: 19px;
    font-weight: 600;
}
.single_choose_us_thumb img {
    width: 100%;
}
.single_choose_us_icon .icon {
    background: #28a745;
    border: 1px solid #28a745;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 35px;
    height: 70px;
    line-height: 68px;
    margin-right: 20px;
    text-align: center;
    transition: 0.5s;
    width: 70px;
}
.single_choose_us_content:hover .single_choose_us_icon .icon {
    background: transparent;
    color: #28a745;
}
.why-choose-us.style-two {
    background: #f7f9fd;
}
.choose-icon h6 {
    color: #1d2124;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
}
.choose-icon span i {
    display: inline-block;
    font-size: 14px;
}
span.chose-icon {
    background: #ff6900;
}
span.chose-icon,
span.chose-icon1 {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 19px;
    text-align: center;
    width: 20px;
}
span.chose-icon1 {
    background: #0b59db;
}
span.chose-icon2 {
    background: #e73d8d;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 19px;
    text-align: center;
    width: 20px;
}
.choose-icon-text p {
    color: #828fa0;
    margin: 0 0 11px;
    padding: 7px 0 0;
}
.why-choose-us-thumb {
    left: 75px;
    position: relative;
    z-index: 1;
}
.why-choose-shape-thumb {
    left: -15px;
    position: absolute;
    top: 177px;
}
.why-choose-main-thumb {
    left: -160px;
    position: relative;
}
.why-choose-main-thumb1 {
    left: -75px;
    position: relative;
}
.why-choose-us.style-four {
    background: #f4f5fa;
}
.style-four span.chose-icon {
    background-image: linear-gradient(0deg, #615dff, #19c3ff);
    filter: drop-shadow(0 3px 10.5px rgba(33, 184, 255, 0.35));
}
.style-four span.chose-icon,
.style-four span.chose-icon1 {
    border-radius: 15px 0 15px 15px;
    color: #fff;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 27px;
}
.style-four span.chose-icon1 {
    background-image: linear-gradient(0deg, #fd4f2f, #ff9b07);
    filter: drop-shadow(0 3px 10.5px rgba(254, 94, 40, 0.35));
}
.style-four span.chose-icon2 {
    background-image: linear-gradient(0deg, #ff4f25, #ff47ad);
    border-radius: 15px 0 15px 15px;
    color: #fff;
    display: inline-block;
    filter: drop-shadow(0 3px 10.5px rgba(255, 72, 163, 0.35));
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 27px;
}
.style-four .choose-icon span i {
    display: inline-block;
    font-size: 20px;
}
.choose-shape {
    left: -340px;
    position: absolute;
    top: 5px;
    z-index: -1;
}
.why-choose-us.style-five {
    background: url(assets/images/choose-us-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.style-five p.upper-text {
    font-size: 16px;
    padding: 18px 0 0;
}
.style-five .choose-us-number {
    float: left;
    margin-right: 25px;
    position: relative;
    z-index: 1;
}
.style-five .choose-us-number:before {
    background-image: linear-gradient(131deg, #22772c, #2473fb);
    border-radius: 30px;
    content: "";
    height: 34px;
    left: -7px;
    position: absolute;
    top: 4px;
    width: 34px;
    z-index: -1;
}
.style-five .choose-us-number span {
    background: #23b5ff;
    border: 3px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    height: 56px;
    line-height: 50px;
    margin-top: 12px;
    text-align: center;
    width: 56px;
}
.style-five .upper .choose-us-number:before {
    background: #23b5ff;
}
.style-five .upper .choose-us-number span {
    background-image: linear-gradient(131deg, #22772c, #2473fb);
}
.style-five .choose-us-title {
    overflow: hidden;
}
.style-five .choose-us-title h3 {
    display: inline-block;
    font-size: 22px;
    margin: 0;
    padding: 0 0 10px;
}
.style-five .why-choose-us-thumb {
    left: 0;
    position: relative;
    z-index: 1;
}
.style-five .why-choose-us-thumb img {
    width: 100%;
}
.choose-us-thumb {
    position: absolute;
    right: -148px;
    top: 100px;
    z-index: 1;
}
.choose-us-thumb1 {
    position: absolute;
    right: -148px;
    top: 338px;
}
.single_fun_faq {
    background: url(assets/images/new/fun1.jpg);
    margin-bottom: 30px;
    padding: 20px 30px;
}
.single_fun_faq_number h1 {
    font-size: 45px;
    font-weight: 800;
}
.main-accordion-lt {
    background: #2d2d2d;
}
.acd-items.acd-arrow {
    margin-left: 160px;
}
.panel-heading .panel-title a {
    background: #393939;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
}
.faq .panel-heading .panel-title a {
    background: #eff2f7;
    color: #232323;
    transition: 0.5s;
}
.faq .panel-heading .panel-title a:hover {
    color: #28a745;
}
.faq .panel-body p {
    color: #8a8a8a;
}
.acd-items .panel-heading {
    padding: 0;
}
.panel.panel-default {
    border-color: #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}
.panel-body p {
    color: #ccc;
}
.default .panel-body p {
    color: #666;
}
.accordion-area .absod {
    padding: 0;
}
.panel-heading.mb-3 a i {
    font-size: 15px;
    margin-right: 10px;
}
.panel-group.symb .panel-heading a:after {
    content: "-";
    top: 7px;
}
.panel-group.symb .panel-heading a.collapsed:after,
.panel-group.symb .panel-heading a:after {
    font-family: Font Awesome\5 Free;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    right: 10px;
}
.panel-group.symb .panel-heading a.collapsed:after {
    content: "+";
    top: 10px;
}
.single_faq_title h4 {
    font-weight: 700;
}
.style-two .panel-heading .panel-title a {
    background: #28a745 !important;
    border: 1px solid #d4d4d4 !important;
    color: #fff;
    font-size: 20px;
    padding: 20px 15px;
}
.style-two .panel-heading.mb-3 a i {
    font-size: 20px;
    margin-right: 10px;
}
.style-two .panel-group.symb .panel-heading a.collapsed:after {
    top: 19px;
}
.style-two .panel-group.symb .panel-heading a:after {
    top: 17px;
}
.form_box input {
    height: 50px;
}
.form_box input,
.form_box textarea {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding-left: 15px;
    transition: 0.5s;
    width: 100%;
}
.form_box textarea {
    height: 250px;
    padding-top: 20px;
}
.quote_btn button {
    background: #fff;
    border: 0;
    border-radius: 7px;
    display: inline-block;
    padding: 14px 39px;
    text-align: center;
    transition: 0.3s;
}
.quote_btn button:hover {
    background: #006635;
    color: #fff;
}
.appointment_form_inner {
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    padding: 70px;
}
.appointment_title h1 {
    font-weight: 800;
    text-align: center;
}
.appointment_form .form_box input,
.appointment_form .form_box textarea {
    border: 1px solid #e6e6e6;
    color: #495057;
}
.appointment_form .quote_btn button {
    background: #28a745;
    color: #fff;
}
.appointment_form .form_box input:focus,
.appointment_form .form_box textarea:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #495057;
    outline: 0;
}
.main_contact_area .form_box input,
.main_contact_area .form_box textarea {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #495057;
}
.main_contact_area .quote_btn button {
    background: #28a745;
    color: #fff;
}
.main_contact_area .form_box input:focus,
.main_contact_area .form_box textarea:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #495057;
    outline: 0;
}
.map {
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 410px;
    margin: 0;
    width: 100%;
}
.google_map_area .col-lg-12 {
    padding: 0;
}
.style_three .contact_address_company ul li {
    display: block;
    list-style: none;
    margin-bottom: 12px;
}
.style_three .contact_address_company ul li i {
    background: #28a745;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    height: 55px;
    line-height: 55px;
    margin-right: 15px;
    text-align: center;
    width: 55px;
}
.style_three .contact_address_company ul li a {
    color: #616161;
}
.style_three .contact_from_box {
    background: #fff;
    border-radius: 5px;
    border-top: 8px solid #28a745;
    box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
    padding: 35px 50px 40px;
}
.style_three .form_box textarea {
    height: 180px;
}
.style_three .footer-bottom-content-copy p,
.style_three .footer-bottom-right-text a {
    color: #232323;
}
.techno-seo-area {
    background: url(assets/images/techno-seo.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 85px;
}
.techno-seo-title h3 {
    color: #fff;
    font-size: 30px;
}
.techno-seo-title p {
    color: #fff;
    padding: 22px 0 17px;
}
.upper1 .subscribe_form input {
    background: #f8f9fa;
    border: 10px solid #fff;
    border-radius: 10px;
    font-size: 14px;
    height: 70px;
    margin: auto;
    padding: 5px 25px;
    position: relative;
    width: 620px;
}
.upper1 .subscribe_form_send button {
    background: #28a745;
    border: none;
    border-radius: 5px;
    bottom: -3%;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: auto;
    padding: 13px 28px;
    position: absolute;
    right: 270px;
    text-align: center;
    text-transform: capitalize;
    top: inherit;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
    z-index: 11;
}
.seo-shape-thumb {
    bottom: 0;
    left: -224px;
    position: absolute;
}
.seo-shape-thumb1 {
    left: 199px;
    position: absolute;
    top: 101px;
}
.seo-shape-thumb2 {
    position: absolute;
    right: 40px;
    top: 85px;
}
.seo-shape-thumb2 img {
    width: 75%;
}
.seo-shape-thumb3 {
    bottom: 0;
    position: absolute;
    right: -155px;
}
p.seo-text {
    color: #828fa0;
    padding: 19px 0 2px;
}
p.seo-text1 {
    color: #828fa0;
    padding: 0 0 8px;
}
.single_contact_address {
    border: 1px solid #d0e5fb;
    border-radius: 5px 5px 5px 5px;
    padding: 30px 25px 15px;
}
.contact_address_icon i {
    color: #28a745;
    font-size: 40px;
}
.contact_address_title h4 {
    font-weight: 700;
}
.single_contact_address_two {
    background: #fff;
    box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 30px 22px 37px;
}
.single_contact_address_two_content h4 {
    font-size: 22px;
}
.single_contact_address_two_icon .icon {
    background: #28a745;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    margin-right: 15px;
    text-align: center;
    width: 70px;
}
.single_contact_address_two_content span {
    color: #28a745;
    text-transform: uppercase;
}
.single_contact_rt_thumb img {
    width: 100%;
}
.cnt_box {
    background: #fff;
    box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.2);
}
.contact_sm_area .form_box input {
    border: 1px solid #ddd;
}
.contact_sm_area .form_box textarea {
    border: 1px solid #ddd;
    height: 180px;
}
.contact_sm_area .quote_btn button {
    background: #28a745;
    color: #fff;
}
.contact_sm_area .form_box input:focus,
.contact_sm_area .form_box textarea:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #495057;
    outline: 0;
}
.single_contact_abs_thumb img {
    width: 100%;
}
.app .form_box textarea {
    height: 170px;
}
.single_contact_now {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 25px;
    text-align: center;
}
.single_contact_now_inner {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 30px 20px 15px;
    transition: 0.5s;
}
.single_contact_now_icon i {
    color: #28a745;
    font-size: 40px;
}
.single_contact_now:hover .single_contact_now_inner {
    border-color: #28a745;
}
.single_blog {
    border: 1px solid #ebebeb;
    overflow: hidden;
    transition: 0.5s;
}
.single_blog_content {
    background: #fff;
}
.single_blog:hover {
    border-color: transparent;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
.blog_page_title h3 {
    font-size: 21px;
    transition: 0.5s;
}
.blog_page_title a {
    font-weight: 700;
}
.single_blog_thumb img {
    width: 100%;
}
.blog_page_button a {
    color: #616161;
    font-size: 15px;
    transition: 0.5s;
}
.blog_page_button.style_two a {
    border: 1px solid #28a745;
    border-radius: 30px;
    color: #28a745;
    display: inline-block;
    font-size: 15px;
    padding: 8px 30px;
    transition: 0.5s;
}
.blog_page_button a i {
    margin-left: 6px;
}
.blog_page_button a:hover,
.blog_page_title a:hover {
    color: #28a745;
}
.techno_blog_meta a {
    color: #616161;
    position: relative;
    transition: 0.3s;
}
.techno_blog_meta a:before {
    background: #666;
    content: "";
    height: 14px;
    position: absolute;
    right: -6px;
    top: 5px;
    width: 1px;
}
.techno_blog_meta a:hover {
    color: #28a745;
}
.blog_area.oddo {
    background: #eff2f7;
}
.techno_blog_meta.shado_bg {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.11);
    margin-top: -26px;
    padding: 10px 12px;
    position: relative;
}
.single_blog_thumb.el_thumb {
    overflow: hidden;
}
.single_blog_thumb.el_thumb img {
    overflow: hidden;
    transition: 0.5s;
}
.single_blog:hover .single_blog_thumb.el_thumb img {
    transform: scale(1.2);
}
.single_blog_date {
    position: absolute;
    right: 0;
    top: 0;
}
.single_blog_date_inner {
    background: #28a745;
    display: inline-block;
    padding: 2px 15px 10px;
}
.color2 .single_blog_date_inner {
    background: #fd8424;
}
.color3 .single_blog_date_inner {
    background: #d83030;
}
.single_blog_date_inner h3 {
    color: #fff;
}
.single_blog_date_inner span {
    color: #fff;
    display: block;
}
.single-blog-box {
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(0 0 40px rgba(125, 149, 188, 0.1));
    margin-bottom: 30px;
}
.single-blog-box,
.single-blog-thumb,
.single-blog-thumb img {
    overflow: hidden;
    transition: 0.5s;
}
.single-blog-thumb img {
    width: 100%;
}
.em-blog-content {
    border-radius: 5px;
    padding: 12px 30px 25px;
}
.meta-blog-text p {
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
    z-index: 1;
}
.meta-blog-text p:before {
    background: url(assets/images/date.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 55%;
    left: 0;
    position: absolute;
    top: 7px;
    width: 55%;
}
.em-blog-title h2 {
    font-size: 22px;
    padding: 4px 0 0;
}
.em-blog-title h2 a {
    color: #232323;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    transition: 0.5s;
}
.em-blog-text p {
    border-bottom: 1px solid rgba(125, 149, 188, 0.1);
    display: inline-block;
    margin-bottom: 11px;
    padding: 14px 0 22px;
}
.em-blog-icon {
    display: inline-block;
    float: left;
}
.em-blog-thumb {
    float: left;
}
.em-blog-icon-title {
    display: inline-block;
}
.em-blog-icon-title h6 {
    font-size: 16px;
    margin-left: 10px;
}
.blog-button {
    padding: 6px 0 0;
    text-align: right;
}
.blog-button a {
    color: #232323;
    display: inline-block;
    text-decoration: underline;
    transition: 0.5s;
}
.blog-button a i {
    color: #153ac8;
    display: inline-block;
    font-size: 16px;
    padding: 0 0 0 5px;
    position: relative;
    top: 2px;
}
.single-blog-box:hover .em-blog-title h2 a {
    color: #28a745;
    text-decoration: underline;
}
.single-blog-box:hover .blog-button a {
    color: #28a745;
}
.single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.1);
}
.single-blog-box:hover {
    filter: drop-shadow(0 0 13px rgba(125, 149, 188, 0.2));
}
.blog-area.blog-new .owl-carousel .owl-dots.disabled,
.blog-area.blog-new .owl-carousel .owl-nav.disabled {
    display: inline-block;
}
.blog-area.blog-new .owl-next i,
.blog-area.blog-new .owl-prev i {
    background-image: linear-gradient(270deg, #74d87f, #22772c);
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 1;
}
.blog-area.blog-new .owl-next {
    position: absolute;
    right: 15px;
    top: -83px;
}
.blog-area.blog-new .owl-prev {
    left: inherit;
    position: absolute;
    right: 80px;
    top: -83px;
}
.blog-area.blog-new .owl-carousel:hover .owl-prev {
    left: inherit;
}
.blog-area .contact_from {
    background: #28a745;
    border-radius: 5px;
    padding: 30px 37px 5px;
    position: relative;
    z-index: 1;
}
.blog-area .form_box input {
    background: #3d7be2;
    border: 0;
    border-radius: 5px;
    color: #fff;
    height: 52px;
    padding-left: 15px;
    transition: 0.5s;
    width: 100%;
}
.blog-area .form_box input::placeholder {
    color: #fff;
}
.blog-area .contact-form-title h2 {
    color: #fff;
    font-size: 35px;
}
.blog-area .contact-form-title p {
    color: #fff;
    font-size: 18px;
    padding: 18px 0 20px;
}
.contact-form-icon {
    padding: 0 0 20px;
}
.blog-area .contact-form-icon i {
    color: #fff;
    display: inline-block;
    font-size: 48px;
    height: 115px;
    line-height: 136px;
    padding: 0 0 0 23px;
    position: relative;
    width: 123px;
    z-index: 1;
}
.blog-area .contact-form-icon i:after {
    background: url(assets/images/contact.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.contact-form-shape {
    position: absolute;
    right: 60px;
    top: 75px;
}
.style-two .em-blog-content {
    border-radius: 5px;
    padding: 32px 30px 25px;
}
.style-two .meta-blog-post {
    background: #0b59db;
    border-radius: 3px;
    bottom: 178px;
    left: 2px;
    margin: auto;
    padding: 16px 18px;
    position: absolute;
    right: 0;
    width: 87%;
    z-index: 11;
}
.style-two .meta-blog-text1 {
    display: inline-block;
}
.style-two .meta-blog-text1 p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.style-two .meta-blog-text1 p i {
    color: #fff;
    font-size: 14px;
    padding-right: 8px;
}
.style-two .meta-blog-comment {
    display: inline-block;
    padding: 0 0 0 30px;
}
.style-two .meta-blog-comment span {
    color: #fff;
    font-size: 14px;
}
.style-two .meta-blog-comment span i {
    display: inline-block;
    margin-right: 8px;
}
.style-two .em-blog-title h2 a {
    line-height: 1.5;
}
.style-two .em-blog-text p {
    border-bottom: 0;
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 0 0;
}
.style-two .single-blog-box:hover .em-blog-title h2 a {
    color: #28a745;
    text-decoration: inherit;
}
.up.blog-area.blog-new {
    background: #f8f8ff;
}
.subscribe_content_title h2 {
    font-size: 32px;
    font-weight: 700;
}
.subscribe_form input {
    background: #f6f6fc;
    border: 0;
    border-radius: 0;
    border-radius: 15px;
    font-size: 14px;
    height: 65px;
    margin: auto;
    padding: 5px 25px;
    position: relative;
    width: 100%;
}
.subscribe_form_send button {
    background: #28a745;
    border: none;
    border-radius: 15px;
    color: #fff;
    display: block;
    display: inline-block;
    font-weight: 500;
    margin: auto;
    padding: 15px 43px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: capitalize;
    top: 74%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.subscribe_form_send button:hover {
    color: #fff;
}
.style_two .row.sbc_bg_box {
    background: #28a745;
    border-radius: 15px;
    margin-bottom: -140px;
    padding: 25px 0 55px;
    position: relative;
    z-index: 1;
}
.style_two.tp-mg .row.sbc_bg_box {
    margin-bottom: 0;
    margin-top: -145px;
}
.style_two .subscribe_bg_box form {
    background: #fff;
    border-radius: 80px;
    padding: 30px 40px 25px;
}
.style_two .subscribe_form input {
    background: #f6f6fc;
    border: 0;
    border-radius: 0;
    border-radius: 40px;
    font-size: 14px;
    height: 65px;
    margin: 0;
    padding: 5px 25px;
    position: relative;
    width: 75%;
}
.style_two .subscribe_form_send button {
    background: #28a745;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    margin: auto;
    padding: 17px 55px;
    right: 55px;
    top: 68%;
}
.style_two .subscribe_form_send button:hover {
    color: #fff;
}
.style_three .row.sbc_bg_box {
    background: url(assets/images/subcrib-bg.png);
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 42px 45px 50px;
}
.style_three .subscribe_content_title h2 {
    font-size: 34px;
    font-weight: 800;
    line-height: 50px;
}
.style_three .subscribe_content_title p {
    font-size: 20px;
    padding: 6px 0 0;
}
.subscribe_form {
    position: relative;
    z-index: 1;
}
.style_three .subscribe_form input {
    background: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    height: 68px;
    margin-bottom: 14px;
    padding: 5px 25px;
    position: relative;
    width: 640px !important;
    width: 100%;
}
.style_three .subscribe_form_send button {
    background: #28a745;
    border: none;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin: auto;
    padding: 15px 30px;
    position: absolute;
    right: 37px;
    text-align: center;
    text-transform: capitalize;
    top: 159px;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.subscribe-thumb {
    animation: moveLeftBounce 3s linear infinite;
    left: 120px;
    position: relative;
    top: 37px;
    z-index: 1;
}
@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.upper .subscribe_form input {
    background: #f8f9fa;
    border: 10px solid #fff;
    border-radius: 10px;
    font-size: 14px;
    height: 70px;
    margin: auto;
    padding: 5px 25px;
    position: relative;
    width: 100%;
}
.upper .subscribe_form_send button {
    background: #28a745;
    border: none;
    border-radius: 5px;
    bottom: -4%;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: auto;
    padding: 13px 28px;
    position: absolute;
    right: 12px;
    text-align: center;
    text-transform: capitalize;
    top: inherit;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
    z-index: 11;
}
.footer-middle {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background: #111a3a;
}
.widget-title {
    color: #fff;
    font-size: 22px;
}
.company-info-desc p {
    color: #fff;
}
.menu-quick-link-container ul li a {
    color: #fff;
    position: relative;
    transition: 0.5s;
}
.menu-quick-link-container ul li a:before {
    background: #fff;
    content: "";
    height: 1px;
    left: -24px;
    position: absolute;
    top: 10px;
    width: 13px;
}
.menu-quick-link-container ul li {
    list-style: none;
    padding-bottom: 10px;
}
.recent-post-text a {
    color: #fff;
    font-weight: 500;
    transition: 0.5s;
}
.footer-middle .recent-post-image {
    float: left;
    margin-right: 20px;
}
.follow-company-text a {
    font-size: 16px;
    transition: 0.5s;
}
.follow-company-text a p {
    color: #fff;
    transition: 0.5s;
}
.follow-company-text {
    float: left;
}
.follow-company-icon a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px;
    transition: 0.5s;
}
.footer-social-info p span {
    color: #fff;
    font-weight: 600 !important;
}
.footer-social-info p {
    color: #fff;
}
.recent-post-text span {
    color: #adb0be;
}
.recent-post-item.active {
    border-bottom: 1px solid #adb0be;
}
.follow-company-icon a:hover,
.follow-company-text a p:hover,
.menu-quick-link-container ul li a:hover,
.recent-post-text a:hover {
    color: #28a745;
}
.footer_middle_area {
    overflow: hidden;
}
.footer_middle_social_icon {
    text-align: center;
}
.footer_middle_social_icon a {
    background: #28a745;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 65px;
    line-height: 65px;
    margin: 0 5px;
    text-align: center;
    transition: 0.5s;
    width: 65px;
}
.footer_middle_social_icon a.color1 {
    background: #ef6330;
}
.footer_middle_social_icon a.color2 {
    background: #43baff;
}
.footer_middle_social_icon a.color3 {
    background: #ff9000;
}
.footer_middle_social_icon a.color4 {
    background: #e60023;
}
.footer_middle_social_icon a.color5 {
    background: #006635;
}
.footer_middle_social_icon a.color6 {
    background: #6659d4;
}
.footer_middle_social_icon a.color7 {
    background: #5eb414;
}
.footer_middle_social_icon a:hover {
    background: #28a745;
}
.footer_bottom_menu_inner {
    text-align: center;
}
.footer_bottom_menu_inner ul {
    list-style: none;
}
.footer_bottom_menu_inner ul li {
    display: inline-block;
}
.footer_bottom_menu_inner ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 12px;
    transition: 0.5s;
}
.footer_bottom_menu_inner ul li a:hover {
    color: #28a745;
}
.footer_bg_shape {
    position: relative;
}
.footer_bg_shape:before {
    background: url(assets/images/new/footer-bgdt.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 80%;
    left: 0;
    margin: auto;
    opacity: 0.6;
    position: absolute;
    right: 0;
    width: 50%;
}
.style_three .widget-title {
    color: #232323;
    font-size: 22px;
}
.style_three .menu-quick-link-container ul li a {
    color: #232323;
}
.style_three .menu-quick-link-container ul li a:hover {
    color: #28a745;
}
.style_three .company-info-desc p,
.style_three .footer-social-info p,
.style_three .recent-post-text a {
    color: #232323;
}
.style_three .follow-company-icon a {
    color: #28a745;
}
.style_three .follow-company-text a p,
.style_three .footer-social-info p span {
    color: #232323;
}
.style_three .menu-quick-link-container ul li a:before {
    background: #28a745;
}
.style-four.footer-middle {
    background: url(assets/images/footer-bg-techno.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.style-four .follow-company-text {
    float: inherit;
}
.style-four .follow-company-text a {
    font-size: 20px;
    font-weight: 700;
    transition: 0.5s;
}
a.social-icon-color {
    background: #187dff;
}
a.social-icon-color,
a.social-icon-color1 {
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}
a.social-icon-color1 {
    background: #229ff9;
}
a.social-icon-color2 {
    background: linear-gradient(to top left, #e94d5a, #c327a2);
}
a.social-icon-color2,
a.social-icon-color3 {
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}
a.social-icon-color3 {
    background: #f70102;
}
.style-four .follow-company-icon a:hover {
    color: #fff;
}
.style-four .menu-quick-link-container ul li {
    list-style: none;
    padding-bottom: 15px;
}
.style-four .menu-quick-link-container ul li a:hover {
    color: #fff;
}
.style-four .recent-post-item.active {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.23);
}
.style-four .recent-post-text a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    transition: 0.5s;
}
.style-four .recent-post-text span {
    color: #9eb3ef;
}
.style-four .company-info-title h6 {
    color: #fff;
    font-size: 18px;
    margin: 3px 0;
}
.style-four .company-info-title p {
    color: #9eb3ef;
    padding: 0 0 7px;
}
.style-four .company-icon {
    float: left;
    margin-right: 20px;
}
.style-four .company-icon a i {
    background: #3d65de;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    width: 38px;
}
.upper.style-four.footer-middle {
    background: url(assets/images/footer-bg1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.upper.style-four .company-icon a i {
    background: #33337b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    width: 38px;
}
.footer-bottom {
    border-top: 1px solid hsla(0, 0%, 100%, 0.23);
}
.footer-bottom-content-copy p {
    color: #fff;
}
.footer-bottom-right-text {
    text-align: right;
}
.footer-bottom-right-text a {
    color: #fff;
    display: inline-block;
}
.footer-bottom-right-text .absod {
    margin-right: 30px;
    position: relative;
}
.footer-bottom-right-text .absod:before {
    background: #fff;
    content: "";
    height: 14px;
    position: absolute;
    right: -17px;
    top: 6px;
    transform: skew(-20deg);
    width: 1px;
}
.blog-details-area {
    background: #fff;
}
.blog_dtl_top_bs span {
    background: #28a745;
    border-radius: 30px;
    color: #fff;
    padding: 8px 30px;
}
.techno-blog-thumb img {
    transform: scale(1.01);
    transition: 0.5s;
    width: 100%;
}
.techno-single-blog.admin:hover .techno-blog-thumb img {
    transform: scale(1.2);
}
.blog_dtl_content,
.recent_post_dtls {
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 3px 19px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 19px rgba(0, 0, 0, 0.08);
    padding: 38px 45px 45px;
}
.blog_dt_title h4 {
    font-weight: 700;
}
.blog_dtl_thumb img {
    width: 100%;
}
.blog_dtl_content h2 {
    color: #0d1218;
    font-size: 35px;
    font-weight: 700;
    padding-top: 20px;
}
.techno-blog-meta-left {
    padding: 12px 0 35px;
}
.techno-blog-meta-left span {
    color: #0d1218;
    margin-right: 40px;
}
.techno-blog-meta-left i {
    margin-right: 10px;
}
.blog_details_dtn_icon a i {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #565872;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
}
.blog_details_dtn_icon a i:hover {
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}
.blog_dtl_content h3 {
    color: #0d1218;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0 20px;
}
.blog_details blockquote {
    background: #f7fafd;
    border-left: 7px solid #28a745;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    margin: 37px 0 36px;
    padding: 25px 35px 15px;
}
.signatures {
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    text-align: right;
}
.blog_comments_section {
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 3px 19px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 19px rgba(0, 0, 0, 0.08);
    padding: 38px 45px 45px;
}
.comments_ttl > h3 {
    color: #0d1218;
    font-size: 24px;
    font-weight: 700;
}
.comments_ttl {
    margin-bottom: 37px;
}
.commentst_content p {
    color: #0d1218;
}
.comments_thumb {
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
.commentst_content {
    overflow: hidden;
}
.blog_comments_section .post_meta {
    margin-bottom: 6px;
}
.blog_comments_section .post_meta span {
    color: #6d6d6d;
    font-weight: 400;
    padding-right: 15px;
}
.blog_comments_section .post_meta span:hover {
    color: #03a9f4;
}
.blog_comments_section .post_meta span:last-child:before {
    display: none;
}
.commentst_meta_reply {
    float: right;
}
.commentst_meta_reply i {
    margin-right: 10px;
}
.commentst_meta_reply:hover {
    color: #03a9f4;
}
.single_commentst_inner {
    margin-bottom: 44px;
    margin-top: 46px;
    padding-left: 63px;
}
.badmin i {
    margin-right: 3px;
}
.blog_reply {
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
    margin-top: 50px;
    overflow: hidden;
    padding: 20px 15px 37px;
}
.reply_ttl > h3 {
    color: #0d1218;
    font-size: 24px;
    font-weight: 700;
}
.reply_ttl {
    margin-bottom: 36px;
}
.blog_reply .em_contact_form {
    margin-bottom: 0;
}
.blog_reply .contact_bnt button:hover {
    background: #0d2352;
    color: #fff;
}
.request_form_title h2 {
    color: hsla(0, 0%, 87%, 0.79);
    font-size: 18px;
    font-weight: 500;
    padding: 47px 0 7px;
    text-transform: uppercase;
}
.request_form_title h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 40px;
    text-transform: uppercase;
}
.blog_reply_coment_dtl .form_box input,
.blog_reply_coment_dtl .form_box textarea {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #495057;
}
.blog_reply_coment_dtl .quote_btn button {
    background: #28a745;
    color: #fff;
}
.blog_reply_coment_dtl .form_box input:focus,
.blog_reply_coment_dtl .form_box textarea:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #495057;
    outline: 0;
}
.paginations {
    margin-bottom: 28px;
    margin-top: 20px;
    text-align: center;
}
.page-numbers li {
    display: inline-block;
}
.page-numbers span.current,
.paginations a {
    border: 1px solid #ddd;
    color: #888;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    margin: auto 5px;
    width: 35px;
}
.page-numbers span.current,
.paginations a.current,
.paginations a:hover {
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}
.wedget_sideber_thumb img {
    width: 100%;
}
.widget_about_content,
.widget_about_thumb {
    text-align: center;
}
.widget_about_content h5 {
    font-weight: 700;
    padding-bottom: 3px;
}
.widget_about_icon {
    text-align: center;
}
.widget_about_icon a {
    display: inline-block;
    margin: 0 3px;
}
.single_team_details {
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(17, 12, 79, 0.1);
    margin-bottom: 30px;
    padding: 32px 0 18px;
    text-align: center;
}
.single_team_details_content_inner {
    padding: 10px 0 15px;
}
.single_team_details_content_inner h2 {
    font-size: 24px;
}
.single_team_details_content_inner span {
    color: #28a745;
}
.single_team_details_icon a {
    background: #28a745;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin: 3px;
    text-align: center;
    width: 32px;
}
.single_team_details_phone {
    padding-top: 20px;
}
.single_team_details_phone_icon i {
    color: #28a745;
    font-size: 30px;
}
.single_team_details_phone .number p {
    font-size: 18px;
}
.single_team_details_overview {
    margin-left: 30px;
}
.single_team_details_overview_content_text .overview_text {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 15px;
}
.team_style_two {
    position: relative;
    transition: 0.5s;
}
.team_style_two:before {
    background: rgba(12, 90, 219, 0.85);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.team_style_two:before,
.team_style_two_thumb img {
    border-radius: 100%;
    width: 100%;
}
.team_style_two_content {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 62%;
    transform: translateY(-50%);
    transition: 0.5s;
    transition-delay: 0.3s;
}
.team_style_two_title h5 {
    color: #fff;
    display: block;
    font-weight: 700;
    padding-bottom: 5px;
}
.team_style_two_title span {
    color: #fff;
}
.team_style_two_icon a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
}
.team_style_two:hover .team_style_two_content {
    opacity: 1;
    top: 50%;
}
.team_style_two:hover:before {
    opacity: 1;
}
.single_team_thumb1 {
    position: relative;
    z-index: 1;
}
.single_team_thumb1:before {
    background-image: -webkit-linear-gradient(-9deg, #533eff, #740fd7 97%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    content: "";
    height: 100%;
    left: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    transition: 0.5s;
    width: 0;
}
.single_team_thumb1:hover:before {
    left: 0;
    width: 100%;
}
.single_team_thumb1 img {
    width: 100%;
}
.style-three .single_team_content {
    background: #fff;
    border-bottom: 2px solid #28a745;
    padding: 12px 20px 30px;
    text-align: center;
    transition: 0.5s;
}
.style-three .single_team_content span {
    color: #28a745;
    display: inline-block;
    padding-top: 2px;
}
.single_team_icon1 {
    padding: 11px 0 0;
}
.single_team_icon1 a i {
    background: #0056b3;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.row.vedio-bg {
    background: url(assets/images/vedio-seo-.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    margin-bottom: -175px;
    padding: 50px 0 65px;
    position: relative;
    text-align: center;
}
.techno-vedio-title h2 {
    color: #fff;
    font-size: 30px;
}
.techno-vedio-title p {
    color: #fff;
    line-height: 30px;
    padding: 20px 0 15px;
}
.faq-thumb {
    left: -106px;
    position: relative;
}
.faq-thumb img {
    width: 100%;
}
ul.accordion {
    height: 510px;
}
.accordion li {
    list-style: none;
    padding: 2px 0 15px;
    position: relative;
}
.accordion li a {
    color: #232323;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
}
.accordion li p {
    color: #828fa0;
    display: none;
    font-size: 16px;
    margin: 0;
    padding-top: 20px;
}
.accordion a:before {
    height: 12px;
    right: 43px;
    top: 12px;
    transform: rotate(0deg);
    width: 2px;
}
.accordion a:after,
.accordion a:before {
    background: #232323;
    content: " ";
    position: absolute;
    transition: all 0.2s ease-in-out;
}
.accordion a:after {
    height: 2px;
    right: 38px;
    top: 17px;
    width: 12px;
}
.accordion a.active:after {
    background: #1e54e7 !important;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accordion a.active:before {
    display: none;
}
.accordion a.active {
    color: #1e54e7 !important;
}
.up.faq-thumb {
    left: -155px;
    position: relative;
}
.up.faq-thumb img {
    width: inherit;
}
.up.faq-thumb .data_science_video1 {
    left: 52%;
    position: absolute;
    top: 28%;
}
.tab_container {
    position: relative;
}
ul.accordion.upper {
    height: 365px;
}
.upper.accordion li {
    list-style: none;
    padding: 2px 0 22px;
    position: relative;
}
.upper.accordion li:before {
    background-image: linear-gradient(0deg, #fd4f2f, #ff9b07);
    border-radius: 50%;
    content: "";
    filter: drop-shadow(0 3px 10.5px rgba(254, 94, 40, 0.35));
    height: 33px;
    line-height: 33px;
    position: absolute;
    right: 27px;
    top: 0;
    width: 33px;
    z-index: -1;
}
.upper.accordion a:before {
    background: #fff;
}
.upper.accordion a:after {
    background: #fff;
    height: 2px;
}
.upper a.active:after {
    background: #fff !important;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}
.upper a.active {
    color: #ff8812 !important;
}
.tab-shape {
    animation: moveLeftBounce 3s linear infinite;
    position: absolute;
    right: -185px;
    top: 0;
}
.skill_area {
    padding: 80px 0 70px;
}
.our_skill {
    margin-bottom: 30px;
}
.skill-wrapper h5 {
    font-size: 18px;
    padding: 15px 0 12px;
}
.call_do_thumb img {
    width: 100%;
}
.element_blog_content h4 {
    font-size: 22px;
    margin: 0 0 10px;
}
.section-sub-title h4 {
    border-bottom: 1px solid #ddd;
    font-size: 35px;
    margin-bottom: 40px;
    padding: 0 0 30px;
}
.list-icon span {
    display: block;
}
.list-icon span i {
    background: linear-gradient(131deg, #22772c, #2473fb);
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}
.list-icon span h6 {
    color: #232323;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
}
.upper.list-icon span i {
    background: transparent;
    color: #28a745;
    font-size: 20px;
}
.upper1 ul.accordion {
    height: 350px;
}
.error_page_area {
    padding: 65px 0 98px;
}
.single_error_inner {
    text-align: center;
}
.single_error_inner h1 {
    font-size: 150px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px;
}
.single_error_inner h1 span {
    color: #28a745;
}
.single_error_inner h2 {
    font-size: 28px;
    padding-bottom: 16px;
}
.single_error_button {
    margin-top: 30px;
}
.single_error_button a {
    background: #fff;
    border: 2px solid #28a745;
    border-radius: 5px;
    color: #28a745;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    padding: 11px 26px;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}
.single_error_button a:before {
    background: #28a745;
    content: "";
    height: 100%;
    left: -25%;
    position: absolute;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    width: 0;
    z-index: -1;
}
.single_error_button a:hover {
    color: #fff;
}
.single_error_button a:hover:before {
    width: 180%;
}
.input-group.error-page form {
    width: 64%;
}
.input-group.error-page input:focus {
    background: transparent;
    border: 2px solid #28a745 !important;
}
#scrollUp {
    background: #28a745 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 30px;
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    right: 100px;
    text-align: center;
    width: 40px;
}
.intro__bg,
.intro__bg canvas {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.bounce-animate {
    animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-name: float-bob;
    -moz-animation-name: float-bob;
    -ms-animation-name: float-bob;
    -o-animation-name: float-bob;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
}
.bounce-animate2 {
    animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-name: float-bob2;
    -moz-animation-name: float-bob2;
    -ms-animation-name: float-bob2;
    -o-animation-name: float-bob2;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
}
.bounce-animate3 {
    animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-name: float-bob3;
    -moz-animation-name: float-bob3;
    -ms-animation-name: float-bob3;
    -o-animation-name: float-bob3;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
}
.bounce-animate4 {
    animation-duration: 5s;
    -moz-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-name: float-bob4;
    -moz-animation-name: float-bob4;
    -ms-animation-name: float-bob4;
    -o-animation-name: float-bob4;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
}
.bounce-animate5 {
    animation-duration: 6s;
    -moz-animation-duration: 6s;
    -ms-animation-duration: 6s;
    -o-animation-duration: 6s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-name: float-bob5;
    -moz-animation-name: float-bob5;
    -ms-animation-name: float-bob5;
    -o-animation-name: float-bob5;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@-webkit-keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    to {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}
@-webkit-keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    to {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@-webkit-keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }
    to {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
}
@-webkit-keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
    }
    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }
    to {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
    }
}
@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.rotateme {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
    }
}
@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}
@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}
@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}
@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0) 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);
    }
    to {
        -webkit-transform: translate(0) rotate(0deg);
    }
}
#spinnerbtn {
    -webkit-animation: spin 10s linear infinite alternate,
        glow 5s linear infinite alternate;
    -moz-animation: spin 10s linear infinite alternate,
        glow 5s linear infinite alternate;
    -ms-animation: spin 10s linear infinite alternate,
        glow 5s linear infinite alternate;
    -o-animation: spin 10s linear infinite alternate,
        glow 5s linear infinite alternate;
    animation: spin 10s linear infinite alternate,
        glow 5s linear infinite alternate;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #28a745 transparent;
    border-radius: 100px;
    border-style: solid;
    border-width: 10px;
    height: 100px;
    opacity: 0.7;
    width: 100px;
}
#spinnerbtn,
#spinnerbtn:before {
    background: none;
    position: relative;
}
#spinnerbtn:before {
    -webkit-animation: spin2 5s linear infinite alternate,
        glow 3s linear infinite alternate;
    -moz-animation: spin2 5s linear infinite alternate,
        glow 3s linear infinite alternate;
    -ms-animation: spin2 5s linear infinite alternate,
        glow 3s linear infinite alternate;
    -o-animation: spin2 5s linear infinite alternate,
        glow 3s linear infinite alternate;
    animation: spin2 5s linear infinite alternate,
        glow 3s linear infinite alternate;
    border-bottom: 15px solid #28a745;
    border-radius: 115px;
    border-top: 15px solid #28a745;
    border-color: transparent #28a745;
    border-style: solid;
    border-width: 15px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    padding: 15px;
    top: 0;
    width: 100%;
    z-index: -1;
}
.white-color #spinnerbtn {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 10px;
}
.white-color #spinnerbtn:before {
    background: none;
    border-bottom: 15px solid #fff;
    border-radius: 115px;
    border-top: 15px solid #fff;
    border-color: transparent #fff;
    border-style: solid;
    border-width: 15px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    padding: 15px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: -1;
}
.white-color .data_science_video_inner a i {
    color: #fff;
}
@keyframes "spin" {
    0% {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        transform: rotate(1turn);
    }
    to {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes "spin" {
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-ms-keyframes "spin" {
    0% {
        -ms-transform: rotate(1turn);
        transform: rotate(1turn);
    }
    to {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-o-keyframes "spin" {
    0% {
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
    to {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes "spin2" {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-moz-keyframes spin2 {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes "spin2" {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-ms-keyframes "spin2" {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-o-keyframes "spin2" {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes "glow" {
    0% {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    50% {
        -webkit-box-shadow: 10px -10px 30px #28a745, -10px 10px 30px #28a745;
        box-shadow: 10px -10px 30px #28a745, -10px 10px 30px #28a745;
    }
    to {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@-moz-keyframes glow {
    0% {
        box-shadow: none;
    }
    50% {
        box-shadow: 10px -10px 30px #28a745, -10px 10px 30px #28a745,
            inset 10px -10px 30px #28a745, inset -10px 10px 30px #28a745;
    }
    to {
        box-shadow: none;
    }
}
@-webkit-keyframes "glow" {
    0% {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    50% {
        -webkit-box-shadow: 10px -10px 30px #28a745, -10px 10px 30px #28a745,
            inset 10px -10px 30px #28a745, inset -10px 10px 30px #28a745;
        box-shadow: 10px -10px 30px #28a745, -10px 10px 30px #28a745,
            inset 10px -10px 30px #28a745, inset -10px 10px 30px #28a745;
    }
    to {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@-ms-keyframes "glow" {
    0% {
        box-shadow: none;
    }
    50% {
        box-shadow: 10px -10px 30px #28a745, -10px 10px 30px #28a745,
            inset 10px -10px 30px #28a745, inset -10px 10px 30px #28a745;
    }
    to {
        box-shadow: none;
    }
}
@-o-keyframes "glow" {
    0% {
        box-shadow: none;
    }
    50% {
        box-shadow: 10px -10px 30px #28a745, -10px 10px 30px #28a745,
            inset 10px -10px 30px #28a745, inset -10px 10px 30px #28a745;
    }
    to {
        box-shadow: none;
    }
}
.data_science_video1 {
    left: 44%;
    position: relative;
}
.data_science_video_inner1 a i {
    color: #fff;
    font-size: 32px;
    left: 52px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
.white-color1 #spinnerbtn {
    border-color: #fff #006635;
    border-style: solid;
    border-width: 10px;
}
.white-color1 #spinnerbtn:before {
    background: none;
    border-bottom: 15px solid #fff;
    border-radius: 115px;
    border-top: 15px solid #fff;
    border-color: #006635 #fff #00247f;
    border-style: solid;
    border-width: 15px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    padding: 15px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: -1;
}
.loader-wrapper {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.8s ease 1s;
    width: 100%;
    z-index: 666;
}
.loader {
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: #28a745;
    display: block;
    height: 100px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: relative;
    top: 50%;
    transition: all 1s ease 1s;
    width: 100px;
    z-index: 201;
}
.loader:before {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border: 3px solid transparent;
    border-left-color: #730fd7;
    border-radius: 50%;
    bottom: 6px;
    content: "";
    left: 6px;
    position: absolute;
    right: 6px;
    top: 6px;
}
.loader:after {
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
    border: 3px solid transparent;
    border-radius: 50%;
    border-right-color: #fe6c04;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.loader-wrapper .loder-section {
    background: #111;
    height: 100%;
    position: fixed;
    top: 0;
    width: 50%;
    z-index: 2;
}
.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s ease 1.4s;
}
.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s ease 1.4s;
}
.loaded .loder-section.left-section {
    left: -100%;
}
.loaded .loder-section.right-section {
    right: -100%;
}
.loaded .loader-wrapper {
    visibility: hidden;
}
.loaded .loader {
    opacity: 0;
    top: -100%;
}
div#particles {
    position: relative;
}
#webcoderskull {
    left: 0;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 100%;
}
