@font-face {
    font-family: Metropolis;
    font-weight: 900;
    src: url('fonts/Metropolis-ExtraBold.otf');
}

@font-face {
    font-family: Metropolis;
    font-weight: 700;
    src: url('fonts/Metropolis-Black.otf');
}

@font-face {
    font-family: Metropolis;
    font-weight: 600;
    src: url('fonts/Metropolis-Bold.otf');
}

@font-face {
    font-family: Metropolis;
    flex-wrap: 500;
    src: url('fonts/Metropolis-SemiBold.otf');
}

@font-face {
    font-family: Metropolis;
    font-weight: 400;
    src: url('fonts/Metropolis-Regular.otf');
}

@font-face {
    font-family: Metropolis;
    font-weight: 300;
    src: url('fonts/Metropolis-Light.otf');
}

@font-face {
    font-family: Metropolis;
    font-weight: 200;
    src: url('fonts/Metropolis-Thin.otf');
}

@font-face {
    font-family: Metropolis;
    font-weight: 100;
    src: url('fonts/Metropolis-ExtraLight.otf');
}



/* @font-face {
    font-family: Metropolis;
    font-weight: 500;
    src: url('fonts/Metropolis-Medium.otf');
} */




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
textarea,
a {
    font-family: Metropolis;
}

a:hover {
    text-decoration: none;
}

.font-metro {
    font-family: Metropolis;
}

.text-center {
    text-align: center;
}

li {
    list-style: none;
}

.flex_col {
    flex-direction: column;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1440px;
    width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

section {
    margin-bottom: 100px;
}

.d-flex {
    display: flex;
}

.text-center {
    text-align: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.align-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.comman_btn {
    padding: 16px 27px !important;
    background-color: #38ACEA;
    margin-left: 10px;
}

.comman_btn:hover {
    background-color: #2b225e;
}

/* comman content  */
.comman_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #38ACEA;
    margin-bottom: 15px;
}

.heading_comman {
    font-weight: 600;
    font-size: 46px;
    line-height: 46px;
    color: #221F1F;
}

.comman_content {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #6A6D7C;
    text-align: left !important;
}

.read-more-btn {
    padding-top: 15px;
}

.read-more-btn a {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #221F1F;
}

.new-box {
    max-width: 435px !important;
}

.mt-5 {
    padding-top: 1rem;
}

#snackbar {
    font-family: 'Metropolis';
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 10;
    right: 30px;
    top: 30px;
    font-size: 17px;
    background-color: green;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 5s;
    animation: fadein 0.5s, fadeout 0.5s 5s;
}

.pointer {
    cursor: pointer;
}

.check-box-all {
    padding-top: 10px;
}

.check-box-all ul {
    display: flex;
    flex-wrap: wrap;
}

.check-box-all ul li {
    width: 50%;
    padding-bottom: 10px;
    cursor: pointer;
}


.input-code input {
    width: unset !important;
    padding: 0 !important;
    margin-right: 10px;
    cursor: pointer;
}

.input-code label {
    cursor: pointer;
}

@-webkit-keyframes fadein {
    from {
        right: 0;
        opacity: 0;
    }

    to {
        right: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        right: 0;
        opacity: 0;
    }

    to {
        right: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        right: 30px;
        opacity: 1;
    }

    to {
        right: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        right: 30px;
        opacity: 1;
    }

    to {
        right: 0;
        opacity: 0;
    }
}

/* header */
header {
    padding-top: 15px;
}

.main_header {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.logo img {
    max-width: 200px;
}

.menu_ul li {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    padding: 0px 20px;

}

.menu_ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

.menu_ul li a:hover {
    color: #38ACEA;
}

.menu_icon {
    display: none;
}

.close_icon {
    display: none;
}

.menu_icon i {
    font-size: 25px;
    color: #FFFFFF;
}


/* hero  */
.main_hero img {
    width: 100%;
}

.hero_mobile {
    display: none;
}

.hero_main {
    position: relative;
}

.hero_left {
    position: absolute;
    bottom: 13%;
    left: 0;
    width: 30%;
    overflow: hidden;
    padding-right: 60px;
}

.hero_right {
    position: absolute;
    bottom: 13%;
    right: 0;
    width: 30%;
    overflow: hidden;
    padding-left: 60px;
}

.hero_content {
    position: absolute;
    top: 33%;
    left: 20%;
    right: 20%;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}

.hero_content h3 {
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    color: #FFFFFF;
    /* font-family: Metropolis; */
}

.hero_content p {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 25px;
}

/* 2nd section  */
.second_sec_img {
    width: 50%;
    margin-right: 50px;
}

.second_sec_text {
    width: 50%;
    margin-left: 50px;

}


.second_sec_text .text_line {
    border: 1px solid #EEEEEE;
    position: relative;
}

.second_sec_text .text_line .line {
    border: 3px solid #38ACEA;
    background-color: #38ACEA;
    width: 90px;
    position: absolute;
    top: -3px;
    left: -2px;
    clip-path: polygon(0 1%, 100% 0%, 93% 100%, 0% 100%);
}

.second_sec_text .text_line {
    margin: 20px 0 30px;
    background-color: #eeeeee;
}



/* comman heading  */
.comman_heading p {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #38ACEA;
}

.comman_heading h3 {
    font-weight: 600;
    font-size: 46px;
    line-height: 46px;
    color: #221F1F;
    padding: 10px 0 10px;
}

.comman_heading .main_line {
    position: relative;
    border: 1px solid #EEEEEE;
    background-color: #EEEEEE;
    width: 260px;
    margin: 0 auto;
}

.comman_heading .line {
    position: absolute;
    border: 5px solid #38ACEA;
    width: 90px;
    background: #38ACEA;
    right: 35px;
    left: 35px;
    margin: 0 auto;
    top: -6px;
    clip-path: polygon(0 0, 100% 0%, 92% 100%, 9% 100%);
}

.comman_heading {
    text-align: center;
}

/* portfolio */

.All_portfolo_btn a {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.All_portfolo_btn button {
    border: none;
    background-color: #38ACEA;
    padding: 16px 20px;
}

.All_portfolo_btn {
    margin-top: 30px;
    text-align: center;
}

.portfolio {
    background-color: #F5F6F8;
}

.portfolio_main {
    padding: 100px 0;
}

.portfolio_box {
    background-color: #FFFFFF;
    max-width: 450px;
    padding: 80px 30px 30px;
    margin-top: 90px;
    position: relative;
}

.portfolio_box .portfolio_img {
    position: absolute;
    top: -30%;
    width: 127px;
}

.portfolio_box h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #221F1F;
    margin-bottom: 10px;
}

.portfolio_box p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #6A6D7C;
}


/* news letter  */
.news_letter {
    background-image: url('images/news_letter.png');
    background-size: cover;
    background-position: right;
    margin-bottom: 60px;
}

.news_letter_content {
    max-width: 580px;
}

.news_letter_content h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
}

.news_letter_main {
    padding: 75px 0;
}

.container__item input {
    padding: 18px 189px 18px 18px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #6A6D7C;
    border: none;
    border-radius: 3px;
    outline: none;
}

.container__item button {
    padding: 18px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    background-color: #38ACEA;
    margin-left: 15px;
    border: none;
    border-radius: 3px;
}


/* blog  */
.blog_box_main .blog_box {
    /* max-width: 330px; */
}

.index_blog {
    margin-bottom: 10px;
}

.blog_box_main {
    margin-top: 30px;
}

.blog_box .blog_box_content .blog_line_1 h4 {
    color: #38ACEA;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding-left: 10px;
}

.blog_box .blog_box_content .blog_line_1 {
    margin: 20px 0 16px;
}

.blog_box .blog_box_content .blog_text h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #221F1F;
}

.blog_box .blog_box_content .blog_text h4 {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #6A6D7C;
    padding-top: 10px;
}

.blog_box .blog_box_content .blog_text button {
    margin-top: 15px;
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
}

.blog_box .blog_box_content .blog_text button svg {
    margin-left: 15px;
}

.blog_box .blog_box_content .blog_text a {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #221F1F;
    text-decoration: none;
}

.blog_box {
    padding: 0 10px;
}

/* .blog_box_main .blog_box:first-child {
    padding-left: 0;
}

.blog_box_main .blog_box:last-child {
    padding-right: 0;
} */

.blog_box_main .slick-prev {
    position: absolute;
    left: -50px;
    background-image: url('images/previous.png');

}

.blog_box_main .slick-next {
    position: absolute;
    right: -50px;
    background-image: url('images/next.png');
}

.slick-arrow {
    top: 50%;
    width: 50px;
    height: 50px;
    box-shadow: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 0;
    margin: 0;
    z-index: 99;
    border: 0px solid;
    background-color: transparent;
    cursor: pointer;
    background-size: 100% !important;
}

/* footer  */
.footer_logo {
    max-width: 250px;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 10px;
}

.footer_col {
    width: 25%;
    display: flex;
    justify-content: center;
    border-right: 1px solid #eeeeee;
}

.footer_col:last-child {
    border-right: none;
}

.facebook_icon {
    margin-right: 15px;
}

.linkdin_icon {
    margin-right: 15px;
}

.footer_col .footer_col_heading h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #221F1F;
    padding-bottom: 10px;
}

.footer_col .footer_ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #6A6D7C;
    text-decoration: none;


}

.footer_col .footer_ul li {
    padding: 7px 0;
}

.social_main {
    margin: 0 auto;
}

.footer_ul li svg {
    margin-right: 10px;
}

.footer_qode {
    border-bottom: 1px solid #EEEEEE;
}

.footer_main {
    margin-bottom: 10px;
}

.footer_bot h3 {
    padding: 10px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #6A6D7C;
    text-align: center;
}


/* animation css  */

.rotate {
    animation: rotation 2s infinite linear;
}

#the_image {


    overflow: hidden;
}

#the_image2 {

    overflow: hidden;
}

.termsfeed-com---palette-dark .cc-nb-okagree {
    color: #fff !important;
    background-color: #38acea !important;
}

.termsfeed-com---palette-dark .cc-nb-reject {
    color: #fff !important;
    background-color: #38acea !important;
}

.termsfeed-com---palette-dark .cc-nb-changep {
    background-color: #eaeaea;
    color: #111;
    display: none !important;
}

.error {
    color: red;
    font-size: 14px;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.bui-content {
    display: flex;
    justify-content: center;
}

.business-dev p {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #6A6D7C;
    text-align: center;
    max-width: 891px;
}

.row-boost {
    display: flex;
    align-items: center;
}

.col-left .content-left p {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #6A6D7C;
}

.col-left {
    flex: 0 0 auto;
    width: 50%;
}

.col-right {
    flex: 0 0 auto;
    width: 50%;
    position: relative;
}

.content-rihht {
    text-align: center;
}

.content-rihht img {
    position: relative;
    z-index: 9;
    max-width: 100%;
}

.spanlogo {
    position: absolute;
    top: 74px;
    left: -90px;
}

.Phone_contact {
    opacity: 0;
}

.map {
    opacity: 0;
}


@media screen and (max-width:767px) {
    .check-box-all ul li {
        width: 100%;
    }

    .first_name {
        width: 100%;
        margin-right: 15px;
    }
}