@import "reset.css";
@import "font.css";
@import "slick.css";
@import "slick-theme.css";

/**
--------------------------------------------------------------------------------------
------------------------ ************ Public Css ************ ------------------------
--------------------------------------------------------------------------------------
**/

html {
    scroll-behavior: smooth;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/* Center aligned images */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

/* Left aligned images */
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

/* Right aligned images */
.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.main_content img {
    width: auto;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container.blog,
.container.single_blog {
    width: 970px;
}

.container-fluid {
    width: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

body {
    font-family: Estedad, sans-serif !important;
    background-color: #ffffff;
}

body, h1, h2, h3, h4, h5, h6, p, span, a, li, td, th, div, input, textarea, button, strong, b, em, i, label, blockquote, cite, figcaption, small, code, pre {
    font-family: Estedad, sans-serif !important;
}

.elementor *,
.elementor-widget *,
.elementor-section *,
.elementor-column *,
.elementor-container * {
    font-family: Estedad, sans-serif !important;
}


img {
    width: 100%;
    height: auto;
    display: block;
}

.telegram {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    z-index: 999999999999;
}

#header {
    padding: 30px 0;
}

#header .container {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 30px;
    box-shadow: 0 3px 10px #e6e6e6;
    border: 1px solid #efefef;
}

.logo_systemsazi {
    float: right;
}

.logo {
    width: 90px;
    margin: 0 auto;
}

.title_of_site a {
    font-weight: 700;
    font-size: 16px;
    color: #f97212;
}

.main_menu {
    float: right;
    margin: 12px 20px;
}

.main_menu ul li {
    float: right;
    padding: 16px 12px;
    font-size: 15px;
}

.main_menu ul li a {
    color: #555555;
    transition: 0.3s ease;
}

.main_menu ul li a:hover {
    color: #000000;
}

.mobile_menu_open {
    display: none;
    margin: 10px auto;
    border: 1.5px solid #000000;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 20px;
    color: #000000;
    width: 100px;
    text-align: center;
}

.mobile_menu_frame {
    position: fixed;
    background: rgb(0 0 0 / 90%);
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    right: 0;
    display: none;
    padding: 30px;
}

.mobile_menu_close {
    width: 55px;
    height: 55px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto 25px;
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
}

.mobile_menu_frame ul li {
    text-align: center;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.mobile_menu_frame ul li:last-child {
    border-bottom: unset;
}

.mobile_menu_frame ul li a {
    display: block;
    padding: 9px;
    color: #fff;
    font-size: 15px;
}

.CTA_header {
    float: left;
    padding: 21px 0;
}

.CTA_header form {
    position: relative;
}

.CTA_header input {
    width: 100%;
    font-size: 15px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 5px 10px;
    outline: none;
}

.CTA_header button {
    background-color: #e7e7e7;
    box-shadow: unset;
    position: absolute;
    top: 0;
    left: 0;
    border: unset;
    outline: unset;
    padding: 8px 12px;
    border-radius: 5px 0 0 5px;
    font-size: 12px;
    color: #323232;
}

.left_banner {
    width: calc(100% - 400px);
    float: left;
    height: 420px;
    /*background: #00385d;*/
    border-radius: 10px;
    overflow: hidden;
}

.right_banners {
    float: right;
    width: 400px;
    padding: 0 0 0 20px;
}

.right_banner {
    width: 100%;
    height: 200px;
    /*background: #00385d;*/
    border-radius: 10px;
    overflow: hidden;
}

.right_banner:not(:last-child) {
    margin: 0 0 20px 0;
}

.main_title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.main_content {
    text-align: justify;
}

.main_content ul li {
    list-style: disc;
    list-style-position: inside;
}

.main_content p {
    margin: 0 0 15px 0;
}

.main_content h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.main_content h2 {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.main_content h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.main_content h4 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.main_content h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.main_content h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.main_content a {
    color: #005ef2;
}

#footer {
    padding: 30px 0;
}

#footer .container {
    background: #00385d;
    border-radius: 10px;
    padding: 30px;
}

.col_footer {
    float: right;
}

.col_footer1 {
    width: 35%;
    padding: 0 0 0 70px;
}

.col_footer2 {
    width: 36%;
    padding: 0 0 0 70px;
}

.col_footer3 {
    width: 29%;
}

.col_articles ul li {
    list-style: disc;
    list-style-position: inside;
}

.col_footer ul li a {
    font-size: 15px;
    color: #ffffff;
}

.title_footer {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #f97314;
}

.text_footer {
    font-size: 15px;
    text-align: justify;
    color: #ffffff;
}

.col_footer ul li span {
    font-weight: 500;
    margin: 0 0 0 10px;
}

.col_footer ul li {
    font-size: 15px;
    color: #ffffff;
}

#services_section {
    padding: 30px 0;
}

.row_services {
    margin: 0 -8px;
}

.col_service {
    width: 25%;
    padding: 8px;
    float: right;
}

.box_service {
    background: #00385d;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    height: 83px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease;
}

.box_service:hover {
    background: #f97314;
}

.box_service a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

#suggestion_section {
    padding: 30px 0;
}

#suggestion_section .container {

}

#suggestion_section img {
    border-radius: 10px;
}

#what_section {
    padding: 30px 0;
}

.what_right_section {
    width: 50%;
    float: right;
    padding: 0 0 0 50px;
}

.what_left_section {
    width: 50%;
    float: left;

}

.what_left_section img {
    border-radius: 10px;
}

.what_content_section p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    margin: 0 0 10px;
}

.what_button_section {
    margin: 20px 0 0 0;
    float: left;
}

.what_button_section a {
    background: #00385d;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px;
    display: table;
    border-radius: 10px;
}

#clients_section {
    padding: 30px 0;
}

.row_clients {
    margin: 0 -10px;
}

.col_client {
    width: 14.28%;
    float: right;
    padding: 10px;
}

.box_client {
    background: #ffffff;
    padding: 5px;
    border-radius: 10px;
}

#videos_section {
    padding: 30px 0;
}

.col_videos {
    width: 50%;
    float: right;
}

.col_podcast {
    float: right;
}

.col_podcast_photo {
    width: 35%;
}

.col_podcast_lists {
    width: 65%;
    padding: 30px;
}

.col_podcast img {
    border-radius: 10px;
}

.col_podcast_lit {
    width: 50%;
    float: right;
    padding: 10px;
    display: inline-flex;
}

.col_podcast_lit audio {
    width: 100%;
}

.archive_blog_row {
    width: 25%;
    float: right;
    padding: 15px;
}

.archive_blog_image {
    height: 170px;
    overflow: hidden;
    border-radius: 5px;
}

.archive_blog_image img {
    border-radius: 5px;
}

.archive_blog_title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 10px 0;
    height: 45px;
}

.archive_blog_excerpt {
    font-size: 14px;
    color: #505050;
    text-align: justify;
    height: 200px;
    overflow: hidden;
}

.archive_blog_read_more a {
    color: #fc6300;
    font-size: 14px;
    font-weight: 500;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    display: table;
    margin: 0 auto;
}

.pagination .current {
    background: #0c5390;
    color: #fff;
}

.pagination span, .pagination a {
    display: block;
    float: right;
    margin: 2px 0px 2px 10px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    color: #868686;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 35px;
    padding: 5px;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 20%);
    background: white;
}

.podcast_button a {
    background: #baa898;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    display: table;
    margin: 30px auto 0 auto;
    border-radius: 50px;
    transition: 0.3s ease;
}

.podcast_button a:hover {
    background: #a28f7e;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.main_content ul li,
.main_content ol li {
    list-style-position: inside;
}

.main_content form {
    margin: 0 -10px;
}

.success_message {
    background-color: green;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    margin: 0 10px 20px 10px;
    border-radius: 5px;
}

.success_message a {
    color: #ffffff;
    font-weight: 500;
    text-shadow: 2px 2px 10px #003700;
}

.row_form label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.row_form input {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 7px 10px;
    font-size: 15px;
    outline: none;
}

.row_form button {
    background: #fe8607;
    color: #fff;
    font-size: 16px;
    padding: 5px 40px;
    outline: none;
    border: none;
    border-radius: 5px;
    margin: 20px auto 0 auto;
    display: block;
}

.col_form {
    width: 50%;
    float: right;
    padding: 7px 10px;
}

@media only screen and (max-width: 599px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .left_banner {
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
    }

    .right_banners, .what_right_section {
        width: 100%;
        padding: 0;
    }

    .right_banner {
        width: 100%;
        height: auto;
    }

    .right_banner:not(:last-child) {
        margin: 0 0 15px 0;
    }

    .col_service {
        width: 50%;
        padding: 5px;
    }

    .what_left_section {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .col_client {
        width: 33.33%;
    }

    .col_videos {
        width: 100%;
        margin: 5px 0;
    }

    .row_clients {
        margin: 0;
    }

    .logo_systemsazi {
        float: unset;
    }

    .main_menu {
        display: none;
    }

    .mobile_menu_open {
        display: block;
    }

    .CTA_header {
        float: unset;
        padding: 0;
        margin: 0 auto;
        display: table;
    }

    #header, #footer {
        padding: 20px 15px;
    }

    .col_podcast, .col_podcast_lit {
        width: 100%;
    }

    .col_footer {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
    }

    #footer .container {
        height: auto;
    }

    .archive_blog_title, .archive_blog_image, .archive_blog_excerpt {
        height: auto;
    }

    .archive_blog_row {
        width: 100%;
    }
}