:root {
    --primary-clr: #08aa3e
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
}

.color_main {
    color: #222;
}

/* -----Font Family------- */
.playfair {
    font-family: 'Playfair Display', serif;
}

.hide {
    display: none;
}

.avoid-clicks {
    pointer-events: none;
}

.header_outer {
    position: relative;
}

span.navbar-toggler-icon_custom {
    width: 22px;
    height: 22px;
    display: flex;
}

span.navbar-toggler-icon_custom svg {
    width: 22px;
    height: 20px;
}

span.navbar-toggler-icon_custom {
    width: 22px;
    height: 22px;
    display: flex;
}

span.navbar-toggler-icon_custom svg {
    width: 22px;
    height: 20px;
}

.header_inner .navbar-toggler {
    padding-top: 6px;
}

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: #ffffff21;
}

.text-error {
    font-size: 12px;
    color: red;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 20px 20px;
}

.header_inner .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.header_inner .navbar {
    width: 100%;
}

.logo_block img {
    max-width: 175px;
}

.logo_block {
    padding: 0 0 0 20px;
}

.banner_section {
    position: relative
}

.banner-content {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    max-width: 700px;
    width: 100%;
    transform: translate(-50%, -50%);
}

.banner_content_inner {
    max-width: 700px;
    color: #fff;
    background: #0000007a;
    padding: 50px 30px;
    z-index: 9
}

.banner_content_inner h1 {
    font-weight: 400;
    font-size: 55px;
    text-align: center;
}

.banner_content_inner h1 b {
    color: #08aa3e;
}

.banner_content_inner h1 span {
    font-weight: 800;
}

.banner_content_inner a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}

.banner-content:after {
    content: '';
    background: #00000047;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.heading h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 35px;
    color: #222;
}

.heading h2 span {
    font-size: 60px;
}

.heading {
    position: relative;
    padding: 40px 0 0;
}

.heading:before {
    content: '';
    width: 1px;
    height: 50px;
    background: #222;
    position: absolute;
    top: 0;
}

.about_content p {
    font-size: 18px;
}

.about_content {
    padding: 20px 0 0;
}

.service_content_inner svg {
    width: 50px;
    height: 50px;
}

.service_grid_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.container--small {
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
}

.tabs_section {
    display: flex;
    flex-wrap: wrap;
}

.service_left_column, .service_right_column {
    width: 50%;
}

.sm-container-small {
    padding-top: 20%;
    padding-bottom: 20%;
}

.tab-content {
    background-image: url('../images/service-bg-img.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.service_right_column ul {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
}

.service_right_column .nav-link.active {
    border: none;
}

.service_right_column .nav-link {
    padding: 0;
    border: none;
}

.service_right_column .nav-link:hover {
    border: none;
}

.services_bg_img div {
    z-index: 9;
    position: relative;
    color: #fff;
}

.tab-content:after {
    content: '';
    background: #000000e0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.services_bg_img h5 {
    font-weight: 100;
    font-style: italic;
    font-size: 28px;
    position: relative;
    animation-name: servicetxt;
    animation-duration: 2s;
}

@keyframes servicetxt {
    0% {
        right: -100%;
    }

    100% {
        right: 0;
    }
}

.services_bg_img h2 {
    font-size: 50px;
    font-weight: 100;
    position: relative;
    animation-name: headingAnimation;
    animation-duration: 2s;
}

@keyframes headingAnimation {
    0% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

.services_bg_img h2 span {
    font-weight: 800;
}

.services_bg_img p {
    font-weight: 100;
    font-size: 18px;
    position: relative;
    animation-name: servicetxt;
    animation-duration: 2s;
}

@keyframes servicetxt {
    0% {
        right: -100%;
    }

    100% {
        right: 0;
    }
}

.service_content_inner h4 {
    font-size: 20px;
    padding: 20px 0 20px;
    position: relative;
    color: #495057;
}

.service_content_inner h4:after {
    content: '';
    width: 70px;
    height: 3px;
    background: #e4e4e4;
    bottom: 0;
    position: absolute;
    left: 0;
}

.service_content_inner p {
    font-size: 14px;
    color: #575757;
    padding: 10px 0 0;
}

.service_right_column .col-service:first-child {
    padding-bottom: 50px;
}

.business_consultant_wrap img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}

.business_consultant_wrap {
    position: absolute;
}

.business_content {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.business_content .row {
    margin: 0;
    width: 100%;
}

.business_inner_block {
    max-width: 650px;
    margin: 0 auto;
    color: #fff;
    background: #000000b0;
    padding: 50px 20px;
    border: 1px solid #ffffffe0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.business_inner_block h5 span {
    color: #08aa3e;
}

.business_inner_block h5 {
    font-size: 40px;
    font-weight: 800;
    text-align: center
}

.business_consultant_wrap {
    position: relative;
}

.business_consultant_wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #0000001f;
    position: absolute;
    left: 0;
    top: 0;
}

.business_inner_block a {
    background: transparent;
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 10rem;
    margin: 20px 0 0;
    position: relative;
    display: inline-block;
}

.business_inner_block a:before {
    content: '';
    width: 15px;
    height: 15px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 14px;
    top: 11px;
    transform: rotate(-45deg);
}

.business_inner_block a:focus {
    outline: none;
}

.content_image_grid svg {
    width: 22px;
    height: 22px;
    fill: #6e6e6e;
}

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

.contant_column li {
    display: flex;
    padding: 0 0 10px;
}

.contant_column li:last-child {
    padding: 0;
}

.content_image_grid {
    padding: 5px 15px 0 0;
}

.content_txt_grid h4 {
    font-size: 20px;
}

.content_txt_grid {
    color: #2d2d2d;
}

.content_txt_grid p {
    font-size: 15px;
    font-weight: 200;
}

.image_column {
    border: 1px solid #e1e1e1;
    padding: 40px 30px;
    text-align: center;
}

.image_column img {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.logo_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -10px 0 0 0;
    flex-wrap: wrap;
}

ul.logo_list.logo-list-last {
    margin: -20px 0 0;
}

.logo_list li {
    padding: 0 7px;
}

.hexagon img {
    max-width: 100px;
}

#testimonials {
    background-image: url(../images/testimonial_bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.testimonial_section {
    padding: 70px 0 70px;
    position: relative;
}

.testimonial_section .heading h2 {
    color: #fff;
}

.testimonial_section .heading:before {
    background: #fff;
}

.testimonial_section:after {
    content: '';
    background: #0000002e;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.testimonial_section div {
    z-index: 99;
}

.testimonial-slider {
    width: min(100%, 730px);
    background: linear-gradient(hsla(0deg, 0%, 0%, .6), hsla(0deg, 0%, 0%, .6));
    padding: 2rem 70px;
    margin-inline: auto;
    margin-top: 50px
}

.testimonial-slider p {
    color: white;
    text-align: center;
    font-weight: 300;
    font-size: 17px
}

.testimonial-slider .author {
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0
}

.slick-arrow:focus {
    background: inherit !important
}

.testimonial-slider .slick-prev {
    left: -58px
}

.testimonial-slider .slick-next {
    right: -58px
}

.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
    width: 40px;
    height: 40px;
    background: linear-gradient(hsla(0deg, 0%, 0%, .5), hsla(0deg, 0%, 0%, .5));
    border-radius: 50%
}

.testimonial-slider .slick-prev:hover, .testimonial-slider .slick-next:hover {
    background: linear-gradient(hsla(0deg, 0%, 0%, .75), hsla(0deg, 0%, 0%, .75))
}

.testimonial-slider .slick-prev::before, .testimonial-slider .slick-next::before {
    content: '';
    display: inline-block;
    width: 13px;
    aspect-ratio: 1;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.testimonial-slider .slick-prev::before {
    transform: translateX(3px) rotate(45deg)
}

.testimonial-slider .slick-next::before {
    transform: translateX(-3px) rotate(225deg)
}

.slick-dots {
    left: 0
}

.contact-column svg {
    width: 50px;
    height: 50px;
}

.contact-column h3 {
    color: #16923b;
    font-size: 22px;
    padding: 10px 0 0;
}

.contact-column a {
    color: #474747;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    display: block;
}

.contact-column.normal a {
    font-weight: normal;
}

.contact_form_custom input, .contact_form_custom textarea, .contact_form_custom select {
    background: #f6f6f6;
    border-color: #e0e0e0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 100;
    color: #9f9f9f;
}

.contact_form_custom input:focus, .contact_form_custom textarea:focus, .contact_form_custom select:focus {
    outline: none;
    box-shadow: none;
    border-color: #16923b;
    background: #f6f6f6;
}

.contact_form_custom input::placeholder, .contact_form_custom textarea::placeholder {
    color: #9f9f9f;
}

.contact_form_custom input.error, .contact_form_custom textarea.error, .contact_form_custom select.error {
    border: 1px solid red;
}

.contact_form_custom button {
    border-radius: 10rem;
    background: #16923b;
    border: none;
    font-weight: 100;
    padding: 10px 30px;
    height: 44px;
    width: 110px;
}

.contact_form_custom button svg {
    margin-top: -5px;
}

.contact_form_custom button:hover {
    background: #000;
}

#recaptcha-error {
    color: red;
}

footer {
    background: #bbbbbb;
    padding: 20px 0 32px;
    margin-bottom: 10px;
    display: block;
}

footer p {
    margin: 0;
    text-wrap: nowrap
}

footer p a, footer p a:hover {
    color: #16923b;
    text-decoration: none;
}

footer p:last-child {
    font-size: 12px;
}

.marquee {
    width: 100%;
    padding: .25rem;
    position: fixed;
    bottom: 0;
    background: #212529;
    color: #fff;
    font-size: 14px;
    z-index: 99
}

footer .marquee p {
    display: inline-block;
    font-size: 14px;
    animation: marquee 50s linear infinite
}

@keyframes marquee {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100%);
    }
}

.fixed-header {
    animation: slide-down 0.7s;
    opacity: 0.9;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #000;
    z-index: 999;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}


/*========Career Page========*/

.banner_section_career {
    background-image: url('../images/career.jpg');
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}

.banner_section_career:before {
    content: '';
    background: #0000009e;
    width: 100%;
    height: 100%;
    position: absolute;
}

.banner_section_career h1 {
    z-index: 99;
    position: relative;
    font-size: 60px;
}

.career_block_left a:hover {
    text-decoration: none;
}

.career_block_left a {
    color: #000;
}

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

.career_content ul li {
    padding: 0 0 10px;
}

.career_head {
    padding: 0 0 10px;
}

.cv_promobox p {
    font-size: 15px;
    margin: 0
}

.cv_promobox a {
    background: #08aa3e;
    border: none;
    color: #fff !important;
    padding: 7px 15px;
    font-size: 14px;
    display: inline-block;
}

.cv_promobox a:hover {
    text-decoration: none;
}

.career_head span {
    display: inline-flex;
    align-items: center;
}

.form_profile label {
    font-size: 13px;
}

.form_profile input, .form_profile select {
    border-radius: 0;
    background: #f5f5f5;
    font-size: 13px;
}

.form_profile input:focus, .form_profile select:focus {
    box-shadow: none;
}

.form_profile .error {
    border: 1px solid red;
}

.cv_submit_btn {
    position: absolute;
    opacity: 0;
    left: 0;
}

.submit_cv_label {
    position: relative;
    background: #5d5d5d;
    color: #fff;
    padding: 10px 10px;
    margin: 0;
    width: 100px;
    font-size: 13px;
    text-align: center;
}

/*==========Job Details===========*/
.Job_heading {
    font-size: 18px;
    font-weight: bold;
}

.job_model {
    font-size: 13px;
}

.job_model table td {
    padding: 10px 0 10px 0;
}

.job_model table tr td:first-child {
    width: 150px;
}

.job_model table {
    margin-bottom: 10px;
}

.job_block h4 {
    font-size: 16px;
    font-weight: 700;
    padding-top: 20px;
}

.job_block {
    font-size: 13px;
}

.job_block li {
    padding: 0 0 10px;
}

.job_block li:last-child {
    padding-bottom: 0;
}

.career_block_left a.submit_cv_label {
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

#success {
    display: none;
}

#warning {
    display: none;
}

.loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.loader:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fff;
    border-color: #333d50 #6b2f2f00 #222d42 transparent;
    animation: loader 1.2s infinite;
}

@keyframes loader {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

#particles-js {
    height: 750px;
    width: 100%;
    background-color: #000000;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#particles-js canvas {
    display: block;
    /* vertical-align: bottom;  */
}

.spinner {
    margin-top: -7px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.spinner-wrapper {
    display: none;
}

/* Start Why Us animation */
.animation_rounded {
    padding-top: 50px;
    padding-bottom: 100px;
}

.main_animation img {
    width: 100%;
}

.main_animation img#sun {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main_animation {
    width: 420px;
    height: 420px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

.main_animation img {
    width: 320px
}

.inner__animtion_block {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 5px;
}

.understand_txt {
    background: #6fbb56;
}

.inner__animtion_block p {
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 12px;
}

.time_txt, .team_txt, .understand_txt {
    background: #000;
}

.quality_txt, .involvement_txt, .management_txt {
    background: #21b251;
}

/*.involvement_txt {
    background: #ee5a73;
}
.team_txt {
    background: #f38344;
}
.quality_txt {
    background: #1076cd;
}
.time_txt {
    background: #3c8376;
}
.management_txt {
    background: #3c8376;
}*/
.circle_first, .circle_scnd, .circle_third, .circle_fourth, .circle_fifth, .circle_sixth {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
}

.circle_first {
    animation: circle 15.1s linear infinite;
}

@keyframes circle {
    0% {
        transform: rotate(0deg) translate(-240px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-240px) rotate(-360deg);
    }
}

.circle_scnd {
    animation: circlescnd 15.1s linear infinite;
}

@keyframes circlescnd {
    0% {
        transform: rotate(60deg) translate(-240px) rotate(-60deg);
    }

    100% {
        transform: rotate(420deg) translate(-240px) rotate(-420deg);
    }
}

.circle_third {
    animation: circlethird 15.1s linear infinite;
}

@keyframes circlethird {
    0% {
        transform: rotate(120deg) translate(-240px) rotate(-120deg);

    }

    100% {
        transform: rotate(480deg) translate(-240px) rotate(-480deg);
    }
}

.circle_fourth {
    animation: circlefourth 15.1s linear infinite;
}

@keyframes circlefourth {
    0% {
        transform: rotate(180deg) translate(-240px) rotate(-180deg);

    }

    100% {
        transform: rotate(540deg) translate(-240px) rotate(-540deg);
    }
}

.circle_fifth {
    animation: circlefifth 15.1s linear infinite;
}

@keyframes circlefifth {
    0% {
        transform: rotate(240deg) translate(-240px) rotate(-240deg);

    }

    100% {
        transform: rotate(600deg) translate(-240px) rotate(-600deg);
    }
}

.circle_sixth {
    animation: circlesixth 15.1s linear infinite;
}

@keyframes circlesixth {
    0% {
        transform: rotate(300deg) translate(-240px) rotate(-300deg);
    }

    100% {
        transform: rotate(660deg) translate(-240px) rotate(-660deg);
    }
}

.hexagon .img_node, .img_laravel, .hexagon .img_react, .hexagon .img_python, .hexagon .img_net, .hexagon .img_angular, .hexagon .html_logo, .hexagon .css_logo, .hexagon .bootstrap_logo, .hexagon .img_wordpress, .hexagon .typescript_logo {
    animation-name: fetureanimate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: fetureanimate;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: fetureanimate;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: fetureanimate;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: fetureanimate;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.hexagon .img_node, .hexagon .img_react {
    animation-name: animation-first;
}

@keyframes animation-first {
    0%, 100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.hexagon .img_laravel, .hexagon .img_net, .hexagon .img_angular, .hexagon .img_python {
    animation-name: animation_scnd;
}

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

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.hexagon .html_logo, .hexagon .css_logo, .hexagon .bootstrap_logo, .hexagon .img_wordpress, .hexagon .typescript_logo {
    animation-name: animation_third;
}

@keyframes animation_third {
    0%, 100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

/*.hexagon .img_wordpress, .hexagon .typescrit_logo {
    animation-name:animation_four;
}
@keyframes animation_four {
    0%,100%{
        -webkit-transform:translateY(50px);
        transform:translateY(50px)
        }
    50%{
        -webkit-transform:translateY(-5px);
        transform:translateY(-5px)
        }
}*/

.g-recaptcha.cap-red>div {
    border: 1px solid red
}

.form-group .submit-btn {
    margin-left: auto;
    display: block
}

.custom-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px
}

iframe {
    width: 100%
}

@media (max-width: 479px) {
    .inner__animtion_block p {
        font-size: 10px;
        line-height: 10px;
    }

    .main_animation {
        width: 300px;
        height: 300px;
    }

    .main_animation img#sun {
        max-width: 130px;
    }

    .circle_first, .circle_scnd, .circle_third, .circle_fourth, .circle_fifth, .circle_sixth {
        width: 70px;
        height: 70px;
    }

    @keyframes circle {
        0% {
            transform: rotate(0deg) translate(-115px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translate(-115px) rotate(-360deg);
        }
    }

    @keyframes circlescnd {
        0% {
            transform: rotate(60deg) translate(-115px) rotate(-60deg);
        }

        100% {
            transform: rotate(420deg) translate(-115px) rotate(-420deg);
        }
    }


    @keyframes circlethird {
        0% {
            transform: rotate(120deg) translate(-115px) rotate(-120deg);

        }

        100% {
            transform: rotate(480deg) translate(-115px) rotate(-480deg);
        }
    }


    @keyframes circlefourth {
        0% {
            transform: rotate(180deg) translate(-115px) rotate(-180deg);

        }

        100% {
            transform: rotate(540deg) translate(-115px) rotate(-540deg);
        }
    }


    @keyframes circlefifth {
        0% {
            transform: rotate(240deg) translate(-115px) rotate(-240deg);

        }

        100% {
            transform: rotate(600deg) translate(-115px) rotate(-600deg);
        }
    }


    @keyframes circlesixth {
        0% {
            transform: rotate(300deg) translate(-115px) rotate(-300deg);
        }

        100% {
            transform: rotate(660deg) translate(-115px) rotate(-660deg);
        }
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .circle_first, .circle_scnd, .circle_third, .circle_fourth, .circle_fifth, .circle_sixth {
        width: 75px;
        height: 75px;
    }

    .inner__animtion_block p {
        font-size: 11px;
    }

    .contant_column {
        padding: 0 0 30px;
    }

    @keyframes circle {
        0% {
            transform: rotate(0deg) translate(-190px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translate(-190px) rotate(-360deg);
        }
    }

    @keyframes circlescnd {
        0% {
            transform: rotate(60deg) translate(-190px) rotate(-60deg);
        }

        100% {
            transform: rotate(420deg) translate(-190px) rotate(-420deg);
        }
    }

    @keyframes circlethird {
        0% {
            transform: rotate(120deg) translate(-190px) rotate(-120deg);

        }

        100% {
            transform: rotate(480deg) translate(-190px) rotate(-480deg);
        }
    }

    @keyframes circlefourth {
        0% {
            transform: rotate(180deg) translate(-190px) rotate(-180deg);

        }

        100% {
            transform: rotate(540deg) translate(-190px) rotate(-540deg);
        }
    }

    @keyframes circlefifth {
        0% {
            transform: rotate(240deg) translate(-190px) rotate(-240deg);

        }

        100% {
            transform: rotate(600deg) translate(-190px) rotate(-600deg);
        }
    }

    @keyframes circlesixth {
        0% {
            transform: rotate(300deg) translate(-190px) rotate(-300deg);
        }

        100% {
            transform: rotate(660deg) translate(-190px) rotate(-660deg);
        }
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .circle_first, .circle_scnd, .circle_third, .circle_fourth, .circle_fifth, .circle_sixth {
        width: 80px;
        height: 80px;
    }

    .inner__animtion_block p {
        font-size: 11px;
    }

    .inner__animtion_block p {
        line-height: 14px;
    }

    @keyframes circle {
        0% {
            transform: rotate(0deg) translate(-160px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translate(-160px) rotate(-360deg);
        }
    }

    @keyframes circlescnd {
        0% {
            transform: rotate(60deg) translate(-160px) rotate(-60deg);
        }

        100% {
            transform: rotate(420deg) translate(-160px) rotate(-420deg);
        }
    }

    @keyframes circlethird {
        0% {
            transform: rotate(120deg) translate(-160px) rotate(-120deg);

        }

        100% {
            transform: rotate(480deg) translate(-160px) rotate(-480deg);
        }
    }

    @keyframes circlefourth {
        0% {
            transform: rotate(180deg) translate(-160px) rotate(-180deg);

        }

        100% {
            transform: rotate(540deg) translate(-160px) rotate(-540deg);
        }
    }

    @keyframes circlefifth {
        0% {
            transform: rotate(240deg) translate(-160px) rotate(-240deg);

        }

        100% {
            transform: rotate(600deg) translate(-160px) rotate(-600deg);
        }
    }

    @keyframes circlesixth {
        0% {
            transform: rotate(300deg) translate(-160px) rotate(-300deg);
        }

        100% {
            transform: rotate(660deg) translate(-160px) rotate(-660deg);
        }
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .circle_first, .circle_scnd, .circle_third, .circle_fourth, .circle_fifth, .circle_sixth {
        width: 90px;
        height: 90px;
    }

    .logo_section {
        padding-top: 50px;
    }

    @keyframes circle {
        0% {
            transform: rotate(0deg) translate(-210px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translate(-210px) rotate(-360deg);
        }
    }

    @keyframes circlescnd {
        0% {
            transform: rotate(60deg) translate(-210px) rotate(-60deg);
        }

        100% {
            transform: rotate(420deg) translate(-210px) rotate(-420deg);
        }
    }


    @keyframes circlethird {
        0% {
            transform: rotate(120deg) translate(-210px) rotate(-120deg);

        }

        100% {
            transform: rotate(480deg) translate(-210px) rotate(-480deg);
        }
    }


    @keyframes circlefourth {
        0% {
            transform: rotate(180deg) translate(-210px) rotate(-180deg);

        }

        100% {
            transform: rotate(540deg) translate(-210px) rotate(-540deg);
        }
    }


    @keyframes circlefifth {
        0% {
            transform: rotate(240deg) translate(-210px) rotate(-240deg);

        }

        100% {
            transform: rotate(600deg) translate(-210px) rotate(-600deg);
        }
    }


    @keyframes circlesixth {
        0% {
            transform: rotate(300deg) translate(-210px) rotate(-300deg);
        }

        100% {
            transform: rotate(660deg) translate(-210px) rotate(-660deg);
        }
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .main_animation {
        margin-top: 30px;
    }

    .animation_rounded {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .inner__animtion_block p {
        font-size: 14px;
        line-height: 17px;
    }

    .logo_section {
        padding-top: 100px;
    }
}

/* End Animation*/


/*----- MEdia Query --------*/

@media (max-width: 1199px) {
    #services .container--small {
        padding-inline: 10%
    }

    #services .service_right_column {
        display: flex;
        align-items: center
    }
}

@media (max-width: 991px) {
    .header_inner {
        padding: 10px 0;
    }

    .header_inner .navbar-toggler {
        background: #08aa3e;
        border: none;
        border-radius: 0;
    }

    .logo_block {
        padding: 0;
    }

    .header_inner .navbar-toggler:focus {
        outline: none;
    }

    .fixed-header, header {
        opacity: 1;
        background: #000;
    }

    #services .tabs_section {
        flex-direction: column;
    }

    #services .tabs_section .service_left_column,
    #services .tabs_section .service_right_column {
        width: 100%
    }

    #services .service_right_column ul {
        padding-block: 3.5rem
    }

    #section-5 .container {
        max-width: unset
    }

    #section-5 .main_animation img {
        width: 275px
    }

    .testimonial-slider {
        width: 80%
    }

    #contactus {
        overflow: hidden
    }

    #contactus .container {
        max-width: unset
    }

    .contact_map_section .row {
        gap: 12px;
        flex-wrap: nowrap
    }

    .contact_map_section .row>div:first-child {
        padding-left: 1rem;
        padding-right: 0
    }

    .contact_map_section .row>div:last-child {
        padding-left: 0;
        padding-right: 1rem
    }
}

@media (max-width: 870px) {
    .contact_map_section .row {
        flex-wrap: wrap;
        padding-inline: 1rem
    }

    .contact_map_section .row>div {
        flex: 0 0 100%;
        max-width: unset
    }

    .contact_map_section .row>div:first-child, .contact_map_section .row>div:last-child {
        padding: unset
    }
}

@media (max-width: 767px) {
    .container--small {
        padding-left: 10%;
        padding-right: 10%;
    }

    .logo_block img {
        max-width: 150px
    }

    #services .service_content_inner .img-heading-wrapper {
        display: flex;
        align-items: center;
        gap: 1rem
    }

    #services .service_content_inner .img-heading-wrapper h4{
        padding: unset;
        margin: unset
    }

    #services .service_content_inner .img-heading-wrapper h4::after{
        content: unset
    }

    .testimonial-slider {
        padding: 2rem
    }
}

@media (max-width: 650px) {

    .testimonial-slider .slick-arrow {
        display: none !important
    }

    .testimonial-slider .slick-dots li button, .testimonial-slider .slick-dots li button::before {
        color: white;
        opacity: .75
    }

    .testimonial-slider .slick-dots .slick-active button, .testimonial-slider .slick-dots .slick-active button::before {
        color: white;
        opacity: 1
    }
}

@media (max-width: 575px) {
    .sm-container-small {
        padding-top: 0;
    }

    .contact_map {
        padding: 50px 0 0;
    }

    .heading h2 {
        font-size: 25px;
    }

    .heading:before {
        height: 40px;
    }

    #services .service_right_column ul {
        padding-block: 0
    }

    #services .sm-container-small {
        padding: unset
    }

    #testimonials {
        background-image: linear-gradient(hsla(0deg, 0%, 0%, .5), hsla(0deg, 0%, 0%)), url(../images/testimonial_bg.jpg);
    }

    .testimonial-slider {
        margin-top: 24px;
        background: unset;
        width: 100%
    }

    .testimonial-slider p {
        font-size: 15px
    }

    .contact_column_center {
        padding: 30px 0
    }

    .banner_content_inner h1 {
        font-size: 35px;
    }

    .banner-content:after {
        display: none;
    }

    .banner_content_inner {
        background: transparent;
        padding: 20px 30px 20px;
        text-align: center;
    }

    .service_right_column {
        display: none;
    }

    .service_left_column {
        width: 100%;
        padding-block: 50px;
    }

    .sm-container-small:after {
        /* content: ''; */
        width: 80%;
        height: 1px;
        background: #565555;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 50px;
    }

    .services_bg_img h2 {
        font-size: 30px;
    }

    .services_bg_img h5 {
        font-size: 22px;
    }

    .services_bg_img p {
        font-size: 15px;
    }

    .service_right_column .col-service:first-child {
        padding-bottom: 40px;
        padding-top: 50px;
    }

    .service_right_column .col-service {
        padding-bottom: 40px;
    }

    .business_inner_block h5 {
        font-size: 28px;
    }

    .business_inner_block {
        width: 100%;
        height: 100%;
        border: none
    }

    .business_inner_block a {
        width: 40px;
        height: 40px;
    }

    .business_inner_block a:before {
        width: 12px;
        height: 12px;
        left: 11px;
        top: 9px;
    }

    .logo_list {
        margin: 0;
        flex-wrap: wrap;
    }

    ul.logo_list.logo-list-last {
        margin: 0px 0 0;
    }

    .hexagon:after {
        bottom: -24px;
    }

    .hexagon:before {
        top: -24px;
    }

    .logo_list li {
        padding: 10px 10px;
    }

    .main_animation {
        max-width: 350px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .logo_list {
        margin: 0;
    }

    ul.logo_list.logo-list-last {
        margin-top: 10px;
    }

    .logo-list-last-cv li {
        margin-bottom: 20px;
    }

    .service_right_column .col-service {
        padding-bottom: 50px;
    }

    .banner_content_inner h1 {
        font-size: 35px;
    }

    .banner_content_inner {
        max-width: 500px;
    }

    .heading h2 {
        font-size: 30px;
    }

    .services_bg_img h2 {
        font-size: 35px;
    }

    .services_bg_img h5 {
        font-size: 25px;
    }

    .business_inner_block h5 {
        font-size: 35px;
    }

    .business_inner_block {
        padding: 40px 20px;
    }

    .contact_column_center {
        padding: 40px 0;
    }

    .content_txt_grid h4 {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner_content_inner h1 {
        font-size: 45px;
    }

    .container--small {
        padding-left: 10%;
        padding-right: 10%;
    }

    .services_bg_img h2 {
        font-size: 40px;
    }

    .service_content_inner h4 {
        font-size: 17px;
    }

    .logo_list.logo-list-last-cv {
        margin: -14px 0 0;
    }

    .logo_list.logo-list-last-cv li {
        margin-bottom: 15px;
    }
}

@media (max-width: 460px) {

    .business_inner_block h5 {
        font-size: 26px;
        line-height: 1.5em
    }

    .custom-row {
        flex-direction: column
    }

    .custom-row .form-group {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .custom-row .form-group button {
        width: 100%
    }

    .testimonial-slider {
        margin-block: unset;
        padding: 0 1rem;
        padding-bottom: 1rem
    }
}