@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;469;500;600;700&display=swap");

body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: "Roboto", sans-serif;
}

.all_body_section {
    overflow: hidden;
}

ul,
li {
    text-transform: none;
    list-style: none;
    margin: 0;
}

a {
    outline: 0;
    text-decoration: none;
}

/* nav bar section */

/*  top nav bar section */

.top_nav_bar {
    background-color: #21252b;
    position: relative;
    -webkit-transition: background 0.1s ease-in-out 0s;
    -moz-transition: background 0.1s ease-in-out 0s;
    -ms-transition: background 0.1s ease-in-out 0s;
    -o-transition: background 0.1s ease-in-out 0s;
    transition: background 0.1s ease-in-out 0s;
}

.logo-size {
    width: 300px;
}

.click_to_call {
    display: inline-block;
    margin: 1px 0 0;
    width: 150px;
    position: relative;
    border: 1px solid #2d343c;
    border-radius: 2px;
    height: 27px;
    padding-left: 30px;
    font-size: 14px;
}

.click_div {
    position: relative;
    line-height: 28px;
}

.click_to_call i {
    position: absolute;
    height: 25px !important;
    width: 26px;
    font-size: 14px !important;
    padding: 5px 3px;
    text-align: center;
    left: 0;
    top: 0px !important;
    background: #2d343c;
    border-radius: 2px 0 0 2px;
    line-height: 1.2 !important;
    margin: 0;
    color: var(--primary-bg-color);
}

.click_to_call strong {
    line-height: 1.2 !important;
    color: #ccccd5;
    font-weight: 600;
}

.click_to_call .click_text {
    position: absolute;
    left: 156px;
    top: 2px;
    width: 80px;
    background: var(--primary-bg-color);
    height: 20px;
    border-radius: 2px;
    color: #ccccd5;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    padding: 3px 5px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.click_to_call .click_text:before {
    content: " ";
    border: 4px solid transparent;
    border-right-color: var(--primary-bg-color);
    border-right-width: 5px;
    position: absolute;
    left: -8px;
    top: 6px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.loging_div {
    display: inline-block;
    float: right;
}

.from_inline {
    display: inline-block;
}

.pos-icon {
    position: relative;
}

.input_icon {
    position: absolute;
    top: -3px;
    left: 10px;
    z-index: 1;
    font-size: 14px;
    line-height: 38px;
    color: #adadad;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    color: #777d85;
}

.mail_input input.input_width[type="text"],
.pass_input input.input_width[type="password"] {
    margin-top: 4px;
    font-size: 12px;
    padding-left: 32px;
}

.mail_input .form-control,
.pass_input .form-control {
    height: 30px;
    background: #444b52;
    border-color: #444b52;
    border-top-color: #353d44;
    color: #616b75;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* // top nav bar section */

.from-with-icon .form-comments {
    background: #444b52;
    border-color: #444b52;
    border-top-color: #353d44;
    color: #616b75;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* // nab bar section */
/* service section */
.service_one {
    padding: 30px 0;
}

.service_section_tittle h2 {
    text-align: center;
    color: var(--primary-bg-color);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Oswald", Sans-serif;
    text-transform: uppercase;
    padding: 31px 0 0;
}

.section_details {
    text-align: center;
    color: #696868;
}

.section_details p {
    margin-bottom: 2em;
    font-size: 17px;
}

.top_row .row .col-md-4 {
    padding-right: 0px !important;
    padding-left: 6px !important;
}

.top_row {
    margin-bottom: 6px;
}

.bottom_row .row .col-md-4 {
    padding-right: 0px !important;
    padding-left: 6px !important;
}

.row_one {
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    /* border-color: rgba(64, 84, 178, 0.23); */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 25px 25px;
    border-color: #c5c7ca;
}

.column_1 {
    border-width: 0px 1px 1px 0px;
    border-radius: 0px 0px 25px 0px;
}

.column_2 {
    border-width: 0px 1px 1px 1px;
    border-radius: 0px 0px 25px 25px;
}

.column_3 {
    border-width: 0px 0px 1px 1px;
    border-radius: 0px 0px 0px 25px;
}

.column_4 {
    border-width: 1px 1px 0px 0px;
    border-radius: 0px 25px 0px 0px;
}

.column_5 {
    border-width: 1px 1px 0px 1px;
    border-radius: 25px 25px 0px 0px;
}

.column_6 {
    border-width: 1px 0px 0px 1px;
    border-radius: 25px 0px 0px 0px;
}

.row_two {
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    /* border-color: rgba(64, 84, 178, 0.23); */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 25px 25px 0px 0px;
    border-color: #c5c7ca;
}


.image_div img {
    margin: 10px auto;
    display: block;
}

a {
    text-decoration: none;
}

a.primum_button_one span {
    color: var(--primary-bg-color);
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none !important;
}

.read_more_button {
    padding: 10px;
}

.read_more_button_dir a span {
    fill: #54595f;
    color: #54595f;
    font-family: "Poppins", poppins;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.button_div,
.starts_div,
.service_div_details,
.read_more_button {
    text-align: center;
}

.starts_div {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-bg-color);
}

.service_div_details {
}

.button_bottom {
    text-align: center;
    padding: 40px 0;
    display: block;
}

.button_bottom a {
    box-sizing: border-box;
    background-color: var(--primary-bg-color);
    border-radius: 25px 25px 25px 25px;
    padding: 15px 35px 15px 35px;
    color: white;
}

/* service section two */
.our_service_product {
    padding-bottom: 20px;
}

.service_section_two {
    background-color: var(--primary-bg-color);
    padding: 40px 0px;
}

.service_section_two_tittle {
    padding-bottom: 30px;
}

.service_section_two_tittle h3 {
    text-align: center;
    color: white;
    font-family: "Oswald", Sans-serif;
    /* color:  var(--primary-bg-color); */
    /* font-family: 'Roboto', sans-serif; */
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.service_section_two .row .col-md-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.product_div {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.toper_image_tittle {
    color: var(--primary-bg-color);
}

.toper_image_tittle h2 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    padding: 15px 0px;
    margin: 0;
}

.toper_image_tittle h2 > a {
    color: inherit;
    font-size: inherit;
}

/* //service section two */

/* how to work section */

/* //how to work section */

/* price section */
.price_div_title_section {
    border-radius: 10px;
    border: 1px solid #efefef;
    padding: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.price_div {
    text-align: center;
    padding: 50px 0 30px 0;
    background: #f4f6f6;
}

.price_title h2 {
    color: var(--primary-bg-color);
    font-size: 30px;
    font-weight: bold;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: "Oswald", Sans-serif;
    /* font-family: raleway, Helvetica, Arial, sans-serif; */
}

.price_title p {
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #5d5c5c;
    column-gap: 0px;
    padding-bottom: 10px;
    text-align: center;
    margin: 0 auto;
}

.price_list_section_body {
    margin: 20px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.price_list_section_top {
    background-color: var(--primary-bg-color);
    padding: 15px 7px 15px 7px;
    text-align: center;
    border-radius: 7px 7px 0 0;
}

.price_list_section_top h3 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    /* font-family: 'Roboto', sans-serif; */
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.container_width {
    width: 960px;
    margin: 0 auto;
}

.price_list_section_top span {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.price_section {
    color: #910b3e;
    font-weight: 800;
    font-size: 65px;
    padding: 40px 0;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    font-family: "Roboto", Sans-serif;
    flex-wrap: wrap;
}

.price_section .doller_sign {
    line-height: 1;
    font-size: 0.3em;
    align-self: flex-start;
}

.price_section .price_tag {
    line-height: 0.8;
}

.price_section .quantity_tag {
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 400;
    font-size: medium;
    font-style: normal;
    display: block;
    width: 100%;
    font-family: "Roboto Slab", Sans-serif;
    text-align: center;
}

.price_table_section {
    padding: 0px 25px 0px 25px;
    text-align: left;
    list-style-type: none;
    margin: 0;
}

.price_table i {
    margin-right: 10px;
    font-size: 1.3em;
    color: #910b3e;
}

.price_table span {
    font-weight: 500;
    color: #910b3e;
    font-size: 14px;
}

/*   */

.button_div .button_style {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    background-color: var(--primary-bg-color);
    color: #fff;
}

.button_div .button_style:hover {
    background-color: #fff;
    border: 1px solid var(--primary-bg-color);
    color: var(--primary-bg-color);
}

.how_it_work {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.full_section {
    max-width: 1118px;
    height: 318px;
    display: flex;
}

.left_side_contents {
    width: 35%;
    height: 100%;
    background: var(--primary-bg-color);
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 30px 40px 30px 30px;
}

.process_introdection {
    position: relative;
    color: #fff;
}

.process_introdection .process_introdection_title {
    margin-top: 0;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Oswald", sans-serif;
}

.process_introdection_title strong {
    font-size: 120%;
    display: block;
}

.process_introdection_title::before {
    content: "";
    height: 3px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: inline-block;
    bottom: 0;
}

.right_sight_contents {
    float: left;
    width: 66%;
    border-radius: 5px;
    position: relative;
    min-height: 230px;
    background: #fff;
}

.right_side_content_icon {
    font-size: 60px;
    margin: 20px 0 15px;
    min-height: 50px;
    line-height: 50px;
}

.right_sight_contents::before {
    content: "";
    width: 103%;
    height: 108%;
    position: absolute;
    left: -30px;
    -webkit-transform: skewX(-10deg) translate3d(0, 0, 0);
    -ms-transform: skewX(-10deg) translate3d(0, 0, 0);
    transform: skewX(-10deg) translate3d(0, 0, 0);
    border: solid 1px #e0e0e0;
    top: -4%;
    padding-right: calc(((100vw - 1170px) / 2) + 60px);
    box-sizing: content-box;
    border-radius: 5px;
    background: white;
}

.right_sight_contents::after {
    content: "";
    width: 10px;
    height: 106%;
    position: absolute;
    left: -40px;
    -webkit-transform: skewX(-10deg) translate3d(0, 0, 0);
    -ms-transform: skewX(-10deg) translate3d(0, 0, 0);
    transform: skewX(-10deg) translate3d(0, 0, 0);
    z-index: 1;
    top: -3%;
    background: -webkit-gradient(
            100% 50%,
            ellipse,
            rgba(0, 0, 0, 0.5),
            transparent 70%
    );
    background: -webkit-radial-gradient(
            100% 50%,
            ellipse,
            rgba(0, 0, 0, 0.5),
            transparent 70%
    );
    background: radial-gradient(
            ellipse at 100% 50%,
            rgba(0, 0, 0, 0.5),
            transparent 70%
    );
    background: -webkit-radial-gradient(
            100% 50%,
            100% 70%,
            rgba(0, 0, 0, 0.5) 0%,
            transparent 70%
    );
}

.right_sight_contents_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 318px;
}

.right_side_content_product {
    padding: 20px;
    position: relative;
    text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.right_side_content_icon span i {
    margin: 20px 0 15px;
    min-height: 50px;
    line-height: 50px;
    color: #910b3e;
}

.right_side_content_title {
}

.right_side_content_title h3 {
    color: #333;
    font-weight: 700;
    font-size: 19px;
    line-height: 40px;
    font-family: "Roboto", sans-serif;
}

.right_side_content_title p {
    color: #888;
    margin-bottom: 0;
}

.right_side_content_product::after {
    content: "";
    width: 10px;
    height: 70%;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iMzAwcHgiIHZpZXdCb3g9IjAgMCAxMCAzMDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjMuMiAoMTIwNDMpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnY8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0idiIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCIgZmlsbD0iIzAwMDAwMCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjA3MTc4NTcxMzksMjguMTY3MTMzOCBMMi4wMDk5OTk5OSwyOC4xNjcxMzM4IEwyLjAwOTk5OTk5LDMwMC4xNjcxMzQgTDAsMzAwLjE2NzEzNCBMMC4wNzE3ODU3MTM5LDI4LjE2NzEzMzggWiIgaWQ9IlNoYXBlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjA4NjMzMDk0LDI4LjE2NzEzMzggTDAuMDcxOTQyNDQ2LDI4LjE2NzEzMzggTDcuNzY5Nzg0MTcsMTQuMDQ3MzYyNCBMOS43MTIyMzAyMiwxNC4wNDczNjI0IEwyLjA4NjMzMDk0LDI4LjE2NzEzMzggWiIgaWQ9IlNoYXBlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjE1ODI3MzM4LDAgTDAuMDcxOTQyNDQ2LDAgTDcuOTg1NjExNTEsMTQuMDQ3MzYyNCBMMTAsMTQuMDQ3MzYyNCBMMi4xNTgyNzMzOCwwIFoiIGlkPSJTaGFwZSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    left: 100%;
    top: 15%;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    opacity: 0.05;
    position: absolute;
}

/* footer section */

.footer_div {
    background-color: #21252b;
    /* margin-top: 50px; */
}

.row-width {
    margin: 0 auto;
    padding: 26px 40px 20px;
    border-top: 1px dashed #333941;
}

/* =====information row======= */

.information_row {
}

.information_row h6,
.contact_div_title h6,
.contact_form_div_title h6 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 15px;
}

.information_row ul,
.contact_div ul {
    margin: 0;
    padding: 0;
}

.information_row ul li {
    list-style: none;
    padding: 9px 0px;
    /* border-bottom: 1px dashed #333941; */
}

.information_row ul li a {
    color: #858d91;
}

.information_row ul li a:hover {
    color: var(--primary-bg-color);
}

.information_row ul li a i {
    font-size: 12px;
    color: #40464f;
    padding-right: 10px;
}

/* //information row*/

/* =========contact div========== */

.contact_div {
    background-image: url(../assects/map-base.png);
    background-position: 50% 55px;
    background-repeat: no-repeat;
}

.contact_div_title ul li {
    padding: 9px 0px;
    list-style: none;
}

.contact_list li.home-add {
    padding-top: 8px;
}

.contact_list li.email_envel {
    padding-bottom: 18px;
}

.contact_list strong {
    color: #ccccd5;
    font-weight: 600;
    font-size: 14px;
}

.contact_list li i {
    color: #ccccd5;
    font-size: 12px;
    padding: 0px 5px;
}

.address_link {
    color: #858d91;
    margin: 0 22px;
    padding: 0 0 20px 0;
}

.call_div {
    padding-bottom: 18px;
}

.clock_div {
    padding-bottom: 20px;
}

.social_media_hover_icon ul {
    padding: 0;
    margin: 0;
}

.social_media_hover_icon ul li {
    display: inline-block;
}

.media_icon_list {
    display: inline-block;
    list-style: none;
    margin-bottom: 12px;
    padding: 0;
    line-height: 0;
    font-size: 0;
    -webkit-padding-start: 0;
}

.media_icon_list li {
    display: inline-block;
    margin: 0 5px 8px 0;
    letter-spacing: normal;
    zoom: 1;
    line-height: normal;
    font-size: 14px;
}

.media_icon_list a {
    display: block;
    padding: 0;
    position: relative;
    border-width: 0;
    text-decoration: none;
    border: 0;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    width: 28px;
    height: 28px;
    border-radius: 3px;
}

.media_icon_list a i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 28px;
    text-align: center;
    -webkit-transition: top 0.1s ease-in-out 0s;
    -moz-transition: top 0.1s ease-in-out 0s;
    -ms-transition: top 0.1s ease-in-out 0s;
    -o-transition: top 0.1s ease-in-out 0s;
    transition: top 0.1s ease-in-out 0s;
    width: 28px;
    height: 28px;
    color: #fff;
    transition: 0.1s;
}

.media_icon_list a:hover i {
    transform: translateY(100%);
    color: #fff;
}

.media_icon_list.icon-jump a i:first-child {
    top: -28px;
    color: #fff;
}

.media_icon_list.icon-jump a i:first-child.icon-facebook {
    background: #2b4170 !important;
}

.media_icon_list.icon-jump a i:last-child.icon-facebook {
    background: #395793 !important;
}

.media_icon_list.icon-jump a i:first-child.icon-gplus {
    background: #771d15 !important;
}

.media_icon_list.icon-jump a i:last-child.icon-gplus {
    background: #9e3023 !important;
}

.media_icon_list.icon-jump a i:first-child.icon-twitter {
    background: #1679b3 !important;
}

.media_icon_list.icon-jump a i:last-child.icon-twitter {
    background: #1ca3db !important;
}

.media_icon_list.icon-jump a i:first-child.icon-linkdin {
    background: #09466b !important;
}

.media_icon_list.icon-jump a i:last-child.icon-linkdin {
    background: #0a6594 !important;
}

.media_icon_list.icon-jump a i:first-child.icon-behance {
    background: #014fce !important;
}

.media_icon_list.icon-jump a i:last-child.icon-behance {
    background: #0061ff !important;
}

.media_icon_list.icon-jump a i:first-child.icon-pinterest {
    background: #821c22 !important;
}

.media_icon_list.icon-jump a i:last-child.icon-pinterest {
    background: #a9272f !important;
}

.media_icon_list.icon-jump a i:first-child.icon-youtube {
    background: #8c1a17 !important;
}

.media_icon_list.icon-jump a i:last-child.icon-youtube {
    background: #ad2c27 !important;
}

.media_icon_list.icon-jump a i:first-child.icon-paypal {
    background: #0dc0c0;
}

.media_icon_list.icon-jump a i:last-child.icon-paypal {
    background: #2b3139;
}

/* // footer section */

.from-with-icon {
    padding-top: 20px;
}

.from-with-icon .form-comments {
    background: #444b52;
    border-color: #444b52;
    border-top-color: #353d44;
    color: #616b75;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.from-with-icon .area_icon {
    position: absolute;
    top: 21px;
    left: 10px;
    z-index: 1;
    font-size: 14px;
    line-height: 38px;
    color: #adadad;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    color: #777d85;
}

.from-with-icon .form-control {
    padding-left: 32px;
    font-size: 14px;
}

.form-control:focus {
    background-color: #fff;
    border-color: #12c3cc;
    color: #777d85;
}

.text-right-side .btn_style {
    display: inline-block;
    padding: 9px 12px 9px;
    border: 1px solid transparent;
    line-height: 18px;
    font-size: 14px;
    vertical-align: middle;
    text-align: left;
    outline: none;
    cursor: pointer;
    white-space: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: var(--primary-bg-color);
    color: #fff;
}

.protected_section {
    border: 1px solid #32383f;
    background: #2a3037;
    border-radius: 3px;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

/* .protected_section span {
} */

.protected_section span.right-side {
    float: right;
}

.right-side span.text-orange {
    color: var(--primary-bg-color);
}

.benefit_left_section_content h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: var(--primary-bg-color);
    letter-spacing: 1px;
    line-height: 1.3em;
    padding: 0px;
    margin: 0 0 15px;
    font-family: "Oswald", sans-serif;
}

.benefit_left_section_content p.top_p {
    color: #3c3f44;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6em;
}

.benefit_left_section_content p.bottom_p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.4em;
    color: #666e70;
}

.benefit_left_section_content p.bottom_p strong {
    color: #21252b;
    font-weight: 600;
}

.list_item_two {
    padding-top: 10px;
}

.list_item_two ul {
    padding: 0;
    margin: 0;
}

.list_item_two ul li {
    list-style: none;
    margin: 12px 0;
    color: #666e70;
    position: relative;
    padding-left: 35px;
}

.list_item_two .benefits_icon {
    width: 26px;
    height: 26px;
    font-size: 14px;
    overflow: hidden;
    line-height: 26px;
    top: -1px;
    text-align: center;
    position: absolute;
    left: 0;
    border-radius: 3px;
    background: #910b3e;
    color: #e5eaea;
}

.start_price {
    padding: 8px 9px 8px 9px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1em;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    background: #f5f8f8;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03);
}

.start_price p {
    margin: 4px 0;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.start_price p strong {
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.icon_style_two {
    margin-right: 5px;
    text-align: center;
}

.counter_progressbar {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: width 2s cubic-bezier(0.8, 0, 0.1, 1);
    -moz-transition: width 2s cubic-bezier(0.8, 0, 0.1, 1);
    -ms-transition: width 2s cubic-bezier(0.8, 0, 0.1, 1);
    -o-transition: width 2s cubic-bezier(0.8, 0, 0.1, 1);
    transition: width 2s cubic-bezier(0.8, 0, 0.1, 1);
    background: var(--primary-bg-color);
    -webkit-box-shadow: 0 2px 15px var(--pink);
    -moz-box-shadow: 0 2px 15px var(--pink);
    box-shadow: 0 2px 15px var(--pink);
}

.start_price.start_line .counter_progressbar {
    background: var(--primary-bg-color);
    -webkit-box-shadow: 0 2px 15px var(--pink);
    -moz-box-shadow: 0 2px 15px var(--pink);
    box-shadow: 0 2px 15px var(--pink);
}

/* benefits items */

/* guarantee section */

.our_guarantee_section {
    padding: 40px 0;
    background: white;
}

.guarantee_process .guarantee_process_items {
    display: block;
    float: left;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 20px;
}

.guarantee_process .guarantee_process_items button {
    display: block;
    border: 0;
    background-color: transparent;
    width: 100%;
    margin-left: 15px !important;
    position: relative;
}

.guarantee_process .guarantee_process_items button img {
    display: block;
    margin: 0px auto;
}

.guarantee_process .guarantee_process_items button p {
    border-top: 10px solid #eeeeee;
    display: block;
    margin-top: -10px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #6f6f6f;
}

.guarantee_process .guarantee_process_items button span {
    position: absolute;
    top: 29%;
    left: 0;
    padding: 6px 8px;
    background-color: #eeeeee;
    color: #6f6f6f;
}

.guarantee_process .guarantee_process_items button:hover p {
    border-top: 10px solid var(--primary-bg-color);
    color: #1f83bf;
    font-weight: 700;
}

.guarantee_process .guarantee_process_items button:hover span {
    background-color: #c70042;
    color: #fff;
}

.guar_title {
    font-size: 26px;
    font-weight: bold;
    color: var(--primary-bg-color);
    line-height: 29px;
    text-align: left !important;
    padding-top: 10px;
    text-transform: uppercase;
    padding-bottom: 5px;
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Oswald", sans-serif;
}

.guar_p {
    text-align: justify;
    color: #6f6f6f;
    /* font-family: raleway, Helvetica, Arial, sans-serif; */
    /* font-weight: bold; */
    font-size: 16px;
}

.icon_list {
    padding: 15px 0px 15px 18px;
    text-align: center;
}

.icon_list h5 span {
    color: #6f6f6f;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* //guarantee section */

/* feed back */

.feedback_four {
    font-size: 26px;
    font-weight: bold;
    color: var(--primary-bg-color);
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: -10px;
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Oswald", sans-serif;
}

.feedback_wrapper {
    margin-top: 6%;
    background: #f8f8f991;
    border: 1px solid #f1e5e8;
    padding: 30px 120px;
    position: relative;
}

.feedback_wrapper .feedback_profile_pic {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 0;
    margin-top: -45px;
}

.feedback_wrapper .feedback_profile_pic img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.feedback_wrapper h4 {
    text-transform: uppercase;
    color: #3e3638;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

.feedback_wrapper h6 {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 300;
    font-size: 1.1em;
    color: #040404;
}

.feedback_wrapper p {
    font-size: 16px;
    color: #6f6f6f;
    font-weight: 300;
    margin: 0 0 10px;
    font-family: "Roboto", sans-serif;
}

.feedback_wrapper .feedback ul {
    margin: 0;
    padding: 0;
}

.feedback_wrapper .feedback ul li {
    list-style: none;
    display: inline-block;
}

.pic-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.feedback_wrapper .feedback ul {
    margin: 0;
    padding: 0;
}

.feedback_wrapper .feedback ul li {
    list-style: none;
    display: inline-block;
}

.feedback_wrapper .feedback ul li i {
    color: #910b3e;
}

.carousel-indicators .active {
    background-color: var(--primary-bg-color) !important;
}

.carousel-indicators li {
    border: 1px solid #525252 !important;
}

.slick-dots li button {
    display: none !important;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    margin: 1px !important;
    text-indent: -999px;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #fff;
    border-radius: 10px !important;
}

.carousel-indicators {
    bottom: -40px;
}

/* //feed back */

/* seller slider */
.best_seller {
    padding: 30px 30px 50px 30px;
    /* background: var(--primary-bg-color); */
    background-color: #f7f7f7;
}

.best_seller_details .best_seller_title {
    text-align: center;
    position: relative;
    /* color: white; */
    color: var(--primary-bg-color);
    font-family: "Oswald", Sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.best_seller_details .best_seller_title::before {
    content: "";
    position: absolute;
    border: 2px solid var(--primary-bg-color);
    width: 100px;
    left: 45%;
    bottom: -20px;
    /* border: 2px solid white; */
}

.best_seller_para {
    text-align: center;
    font-size: 1rem;
    color: #7a7a7a;
    padding: 40px 0;
    /* color: white; */
}

.all_slide {
    margin-top: 15px;
}

.slider_img img {
    height: 200px;
    width: 100%;
}

.user_details_section span {
    /* color: #c7003e !important; */
    font-size: 16px;
    color: #7a7a7a;
}

h3.card_text-style a {
    cursor: pointer;
    color: #7a7a7a;
    line-height: 20px;
    font-weight: bold;
    height: 48px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 8px 3px;
    word-wrap: break-word;
    word-break: break-word;
    transition: 0.15s ease-in-out;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

ul.list_style_card {
    padding: 0;
    margin: 0;
}

.list_style_card li {
    display: inline-block;
}

.list_style_card li button {
    outline: none;
    border: none;
    background-color: transparent;
    padding: 2px;
}

.card {
    margin-bottom: 20px;
}

.user_details_section img {
    border-radius: 50%;
    width: 24px;
    height: auto;
    display: inline-block;
}

.user_details_section {
    padding: 20px 10px 10px 10px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.list_group_item2 {
    padding: 8px 12px;
}

.list_group_item2 span.color_item {
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-bg-color);
}

.list_group_item2 span {
    color: #b2b2b2;
    font-weight: bold;
    margin-left: -2px;
    font-size: 14px;
}

.small_text {
    color: #555;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 2px 8px 0 0;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 13px;
}

.text_style {
    margin-top: 10px;
    margin-right: 12px;
}

.price {
    font-size: 18px;
    line-height: 20px;
    margin-top: 1px;
    color: #555;
    font-weight: 500;
    cursor: pointer;
}

.bar_icon i,
.heart_icon i {
    font-size: 17px;
}

/* nav bottom */

.bottom_nav_bar .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bottom_nav_bar .navbar-nav {
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
}

.bottom_nav_bar .navbar-nav .nav-link {
    color: #21252b;
    padding-right: 15px;
    padding-left: 15px;
}

.bottom_nav_bar .navbar-nav .active > .nav-link {
    color: var(--primary-bg-color);
}

.bottom_nav_bar .navbar-nav .nav-link {
    font-size: 15px;
    outline: 0;
    margin-left: 1px;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #6f6f6f;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
}

.bottom_nav_bar .navbar-nav .nav-link:hover {
    color: var(--primary-bg-color);
}

.dropdown_list {
    border-top: 5px solid var(--primary-bg-color);
    margin: -3px 0 0 0;
    position: absolute;
    width: 180px;
    top: 100px;
}

.dropdown_list a {
    padding: 13px 18px;
    line-height: 16px;
}

.dropdown-menu_two {
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    padding: 0 0;
    border-radius: 0 !important;
    font-weight: 600;
}

.dropdown-menu_two a {
    background: #1e2127;
    color: #abb3b9;
    transition: color 0.1s ease-in-out, border 0.1s ease-in-out;
    border-bottom: 1px solid #262c33;
    font-weight: 600 !important;
    line-height: 16px;
}

.dropdown-menu_two a:hover {
    background: #313438;
    color: #0dc0c0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.cart_icon i {
    font-size: 20px;
}

.cart_qunt {
    position: absolute;
    top: 10px;
}

/* // nav bottom */

/* banner section */

.banner_title {
    margin-top: 20px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 50, 0, 0, 1);
    transition: all 0s ease 0s;
}

.banner_title h6 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    letter-spacing: -1px;
    font-weight: 700;
}

.banner_work_side ul {
    margin: 0;
    padding: 0;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 50, 0, 0, 1);
    transition: all 0s ease 0s;
}

.banner_work_side_list li span {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    letter-spacing: -1px;
    font-weight: 700;
}

.banner_work_side_list li a {
    color: #333;
    padding: 0px 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 18px;
    font-weight: 400;
}

.banner_work_side_list li a:hover {
    color: var(--primary-bg-color);
}

.banner_work_side_list li a.different_color {
    color: #ff7302;
}

.banner_work_side_list li a.different_color:hover {
    color: #ffa902;
}

.banner_help_side {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 50, 0, 0, 1);
    transition: all 0s ease 0s;
}

.banner_help_side span {
    position: absolute;
}

.banner_help_side p {
    font-size: 24px;
    font-weight: 600;
    /*  background-color: #c70042; */
    position: absolute;
    padding: 5px 10px;
    top: 60px;
    line-height: 30px;
    border-radius: 3px;
    /* color: white; */
    /*   background: #e9ecef; */
    color: #272626;
    background: #d0d3d6;
}

.banner_num {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 0, 0, 0, 1);
    transition: all 0s ease 0s;
    font-size: 16px;
    font-weight: 600;
    background: #e9ecef;
    position: absolute;
    padding: 5px 10px;
    top: 295px;
    line-height: 30px;
    left: 65px;
    border-radius: 3px;
    color: #272626;
    /* background: var(--primary-bg-color); */
}

.banner_mail {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 0, 0, 0, 1);
    transition: all 0s ease 0s;
    font-size: 16px;
    font-weight: 600;
    /*  background: rgba(33, 37, 43, 0.8); */
    position: absolute;
    padding: 5px 10px;
    top: 295px;
    line-height: 30px;
    left: 250px;
    border-radius: 3px;
    background: #e9ecef;
    color: #272626;
    /* background: var(--primary-bg-color); */
}

.banner__contact {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 0, 0, 0, 1);
    transition: all 0s ease 0s;
    font-size: 16px;
    font-weight: 600;
    /* background: rgba(33, 37, 43, 0.8); */
    position: absolute;
    padding: 5px 10px;
    top: 295px;
    line-height: 30px;
    left: 490px;
    border-radius: 3px;
    /*  color: #fff;
    background: var(--primary-bg-color); */
    background: #e9ecef;
    color: #272626;
}

.icon_size_set {
    font-size: 14px;
    padding-right: 10px;
}

.banner_section_top {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    /* background-image: url(../assects/back-ar.png); */
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
}

.banner_pic_div {
    position: relative;
    height: 380px;
    background-color: #f3f2f2;
    width: 100%;
}

.banner_cross {
    background-image: url(../assects/cross-v1.png);
    background-size: cover;
    background-position: center top;
    width: 360px;
    height: 360px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    margin: 0 auto;
}

.banner_signin {
    background-image: url(../assects/signin.png);
    width: 360px;
    height: 360px;
    position: absolute;
    background-repeat: no-repeat;
    visibility: visible;
    opacity: 1;
    left: 10px;
    top: 0;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 0, 0, 0, 1);
}

.banner_upload {
    background-image: url(../assects/upload.png);
    width: 360px;
    height: 360px;
    position: absolute;
    background-repeat: no-repeat;
    visibility: visible;
    opacity: 1;
    right: -168px;
    top: 0;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 0, 0, 0, 1);
}

.banner-paySubmit {
    background-image: url(../assects/pay.png);
    width: 360px;
    height: 360px;
    position: absolute;
    background-repeat: no-repeat;
    visibility: visible;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 0, 0, 0, 1);
    bottom: -157px;
    right: 10px;
}

.banner_download {
    background-image: url(../assects/download-v1.png);
    width: 360px;
    height: 360px;
    position: absolute;
    top: 0px;
    left: 11px;
    background-repeat: no-repeat;
    visibility: visible;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 0, 0, 0, 1);
}

/* banner bottom */

.banner_bottom {
    background-color: #21252b;
    color: #858d91;
    position: relative;
    -webkit-transition: background 0.1s ease-in-out 0s;
    -moz-transition: background 0.1s ease-in-out 0s;
    -ms-transition: background 0.1s ease-in-out 0s;
    -o-transition: background 0.1s ease-in-out 0s;
    transition: background 0.1s ease-in-out 0s;
}

.extra_background {
    background-image: url(../assects/hexagon.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.banner_bottom_content {
    padding: 10px 0px;
}

.banner_bottom_two_content {
    padding-left: 45px;
}

.banner_bottom_two_content h1 {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 300;
    color: var(--primary-bg-color);
}

.banner_bottom_two_content p {
    /* color: #ff0055; */
    opacity: 1;
    font-size: 17px;
    line-height: 1.6em;
    color: white;
    font-weight: 300;
}

.banner_bottom_two_content .orange_color {
    color: white;
    font-size: 22px;
    font-weight: 400;
}

.button_item {
    text-align: right;
    margin: 40px 0px;
}

.banner_button {
    font-weight: 600;
}

.button_base {
    background: var(--primary-bg-color);
    border: 1px solid #c70042;
    color: #fff !important;
    -webkit-box-shadow: inset 0 1px 0 #0fc8c8;
    -moz-box-shadow: inset 0 1px 0 #0fc8c8;
    box-shadow: inset 0 1px 0 #c70042;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 20px;
    padding: 12px 17px 12px;
    border-radius: 3px;
}

.button_yellow {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 17px 12px;
    border-radius: 3px;
    background: #fcd746;
    border: 1px solid #f2c02b;
    color: #68422c !important;
    -webkit-box-shadow: inset 0 1px 0 #fde473;
    -moz-box-shadow: inset 0 1px 0 #fde473;
    box-shadow: inset 0 1px 0 #fde473;
    text-shadow: 0 1px 0 #ffed8c;
}

/* //banner bottom */

/*// banner section */
/* chat button */
.fixed-position_div {
    position: static;
}

.chat_button_section {
    position: fixed;
}

.msg_icon_div {
    position: absolute;
    top: -100px;
    left: 1256px;
    opacity: 999;
    color: white;
    width: 50px;
    height: 50px;
    background: var(--primary-bg-color);
    border-radius: 50px;
    text-align: center;
    transform: translate(10px, 10px);
    z-index: 999;
}

.msg_icon_div i.msg {
    position: absolute;
    top: 30%;
    right: 30%;
    font-size: 22px;
    transform: rotate(-25deg);
    align-items: center;
    z-index: 999;
}

/* // chat button */

/* benefit section */
.benefit_section {
    padding: 50px 0;
    background-color: white;
}

/* slick slider */
.single_left_angle {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 1;
    width: 20px;
    height: 30px;
    color: white;
    display: block;
    z-index: 999999;
}

.single_left_angle i {
    margin-top: 7px;
    margin-left: 2px;
    font-size: 25px;
}

.single_right_angle {
    position: absolute;
    right: 15px;
    top: 43%;
    color: white;
    width: 20px;
    height: 30px;
    display: block;
    text-align: center;
}

.single_right_angle i {
    margin-top: 7px;
    margin-left: 2px;
    font-size: 25px;
}

.multi_left_angle {
    position: absolute;
    top: 50%;
    opacity: 1;
    left: -16px;
    width: 20px;
    height: 30px;
    color: rgb(136, 136, 136);
    display: block;
}

.multi_left_angle i {
    margin-top: 7px;
    margin-left: 2px;
    font-size: 30px;
    /* color: #c70042; */
    color: #e8e8e8;
}

.multi_right_angle {
    position: absolute;
    right: -16px;
    top: 50%;
    color: white;
    width: 20px;
    height: 30px;
    display: block;
    text-align: center;
}

.multi_right_angle i {
    margin-top: 7px;
    margin-left: 2px;
    font-size: 30px;
    /* color: #c70042; */
    color: #e8e8e8;
}

/* //slick slider */

/* 05/07/2020 */
:root {
    --primary-bg-color: #c70042;
    --secoundery-bg-color: #910b3e;
    --third-bg-color: #571847;
}

.nav-item.nav-link {
    display: inline-block;
    margin: 1px 4px 0;
    width: 150px;
    position: relative;
    border: 1px solid #2d343c;
    border-radius: 2px;
    height: 27px;
    padding-left: 30px;
    font-size: 14px;
}

.navbar-nav .nav-item.nav-link i.style_icon,
.hidden_bar .nav-item.nav-link i.style_icon {
    color: var(--primary-bg-color);
    /* padding: 0.1rem 0.3rem; */
    position: absolute;
    height: 25px !important;
    width: 26px;
    top: 0px;
    left: 0px;
    font-size: 14px !important;
    padding: 5px 3px;
    text-align: center;
    background: #2d343c;
    border-radius: 2px 0 0 2px;
    line-height: 1.2 !important;
    margin: 0px;
}

.navbar-nav a.nav-item.nav-link span,
.hidden_bar a.nav-item.nav-link span {
    color: #ccccd5;
    padding: 0.1rem;
    margin: 0.2rem;
    position: absolute;
    line-height: 1.2;
    left: 30px;
    top: 0px;
    font-weight: 700;
    letter-spacing: 1px;
}

.modal-content button.close {
    outline: none;
}

.modal-content.extra_content button span {
    outline: none;
    display: block;
    text-align: end;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.modal-content.extra_content .modal-header {
    padding: 15px;
    display: block;
    text-align: center;
    color: #910b3e;
    border-bottom: none;
}

.modal-content.extra_content .modal-header h3 {
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modal-content .modal-body {
    padding: 0px 30px 16px 30px;
}

.modal-content .modal-body p {
    line-height: 32px;
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.modal-content .modal-body p a {
    color: #910b3e;
}

.modal-content .modal-body .submit_button_div .btn_button {
    color: #fff;
    background: var(--primary-bg-color);
    font-weight: 600;
    padding: 10px 40px;
    border: none;
    outline: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0px;
}

.modal-content .modal-body input[type="text"],
.modal-content .modal-body input[type="password"],
.modal-content .modal-body input[type="email"] {
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
    padding: 10px 0;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
    outline: none;
    margin-bottom: 20px;
    text-align: center;
}

/* price */
.price_list_section_body {
    margin: 20px 10px;
    outline: none;
    border-radius: 5px 5px 5px 5px;
}

.extra_mr {
    margin-top: 10px;
    padding: 30px;
}

/* our_product_service_div */
.our_product_service {
    font-family: "Poppins", sans-serif;
    padding: 50px 0;
    background: white;
}

.our_product_service_div .service_product_name {
    font-size: 51px;
    line-height: 71.5px;
    font-weight: bold;
    color: var(--primary-bg-color);
    text-align: left;
    margin-bottom: 35px;
    margin-top: 40px;
    font-family: "Oswald", sans-serif;
}

.our_product_service_div .service_product_title {
    font-size: 23px;
    line-height: 31.2px;
    color: var(--primary-bg-color);
    text-align: left;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}

p.service_product_text {
    font-size: 17px;
    line-height: 28.05px;
    /* color: #100f0f; */
    text-align: left;
    margin-left: 30px;
    font-family: "Roboto", sans-serif;
    /* max-width: 500px; */
    color: #7a7a7a;
}

p.service_product_text::before {
    content: "";
    position: absolute;
    height: 40px;
    border: 2px solid #a91c44;
    left: 12px;
}

.service_product_list li {
    font-size: 17px;
    padding: 5px 0;
    /* color: #181919; */
    color: #7a7a7a;
}

.service_product_slider_img {
    box-shadow: 0px 0px 62px 0px rgba(0, 22, 106, 0.12);
}

.img-style {
    margin: 0 15px;
}

/* our satisfaction */
.satisfaction-div {
    /* margin: 30px 0; */
    text-align: center;
    background-color: #f1f1f1;
}

.black_div {
    position: absolute;
    background: #f9f5f5;
    width: 50%;
    height: 5px;
}

.red_div {
    position: absolute;
    background: #c70042;
    width: 50%;
    height: 5px;
    right: 0;
}

.satisfaction-div_content {
    padding: 20px 0;
}

.satisfaction-div_content p {
    margin: 0;
    /* font-size: 14px; */
    /* color: #000000; */
    /* font-weight: 400; */
    display: block;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 500;
}

.satisfaction-div_content h4 {
    /* margin: 0; */
    /* font-weight: 900; */
    color: var(--primary-bg-color);
    display: block;
    font-weight: 900;
    line-height: 36px;
    font-size: 30px;
    /* color: #6f6f6f; */
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif;
}

.satisfaction-div_content a {
    outline: none;
    padding: 7px 5% 8px 4%;
    border: 0;
    color: #fff !important;
    background-color: #6f6f6f;
    width: 50%;
    font-weight: 300;
    display: block;
    margin: 0px auto;
}

.satisfaction-div_content button:hover {
    background-color: var(--primary-bg-color);
    color: white;
}

/* top banner slider */
.banner_section_top .carousel-indicators {
    bottom: 0px;
    left: -2%;
}

.banner_section_top .carousel-indicators .active {
    background-color: var(--primary-bg-color) !important;
}

.banner_section_top .carousel-indicators li {
    background-color: rgba(220, 217, 217, 0.96) !important;
}

/* navbar */
.bottom_nav_bar {
    z-index: 999;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #21252b;
}

/* feedback_section */
.feedback_section {
    /* margin: 20px 0; */
    background: white;
    padding: 20px 0 50px 0;
}

/* footer choose us div */
ul.whyChooseUs {
    padding-inline-start: 0px;
    margin-top: 15px;
}

.whyChooseUs li {
    color: #858d91;
    padding: 0px 0 18px 25px;
    line-height: 18px;
    background: url(../assects/why-choose-us.png) top left no-repeat;
    margin: 0;
}

.information_title h6,
.information_title h6,
.contact_div_title h6,
.contact_form_div_title h6 {
    color: #858d91;
    padding: 10px 0;
}

.slide {
    outline: none;
}

.footer_img img {
    width: 80%;
}

.footer_details p {
    color: #858d91;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.top_border {
    width: 100%;
    border-top: 3px solid #c70042;
    position: relative;
    top: 2px;
}

.transfer_section {
    padding: 20px 0;
}

.shadow_effect {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.5);
}

.background_effect {
    background-color: #f8fafa;
    padding: 30px 10px 25px 10px;
    border-radius: 5px;
    border: 1px solid #dde1e1;
}

.img_div {
    padding: 0 0 0 25px;
    align-items: center;
    display: block;
}

.we_title {
    font-weight: 600;
    color: #21252b;
    margin-bottom: 5px;
    font-size: 17px;
}

.submit_button_all {
    margin: 15px 0;
    text-align: center !important;
    font-weight: 600 !important;
    background: var(--primary-bg-color);
    border: 1px solid var(--primary-bg-color);
    color: #ffffff !important;
    -webkit-box-shadow: inset 0 1px 0 var(--primary-bg-color);
    -moz-box-shadow: inset 0 1px 0 #fde473;
    box-shadow: inset 0 1px 0 var(--primary-bg-color);
    text-shadow: 0 1px 0 #060606;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 17px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*  free trail section */
h5.free_trial_heading {
    padding-top: 0px !important;
    margin-top: 5px;
    padding-bottom: 0px;
    font-size: 26px;
    font-weight: 700;
    color: var(--primary-bg-color);
    line-height: 29px;
    text-align: left !important;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.free_trial_details {
    font-size: 15px;
    text-align: justify;
    color: #6f6f6f;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.trial_backgound {
    background-image: url(../assects/free.jpg);
    background-size: cover;
    height: 110px;
    margin-top: 50px;
    text-align: center;
}

h2.free_trial_form_title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-top: 30px;
    font-size: 27px;
    font-weight: 700;
}

p.free_trial_form_sub_title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 0;
}

.captcha {
}

.trial_from_section {
    background: #f5f5f5;
    padding: 2%;
}

.trial_from_section form label {
    color: #6f6f6f;
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    margin-top: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    width: 160px;
    display: block;
    float: left;
    padding-left: 1%;
}

.trial_from_section form label .star_sign {
    color: red;
}

.trial_from_section form label span {
    float: right;
}

.trial_from_section form input {
    outline: none !important;
}

input[type="file"] {
    display: none;
}

label#for-file {
    color: white;
    height: 40px;
    background-color: var(--primary-bg-color);
    position: absolute;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

#for-file span {
    float: left;
}

#for-file span i {
    position: absolute;
    font-size: 20px;
    left: 15px;
    top: 10px;
    /*   padding: 0 5px; */
}

.file-max {
    position: absolute;
    left: 220px;
    top: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #6f6f6f;
}

input[type="submit"] {
    border: 0;
    display: block;
    color: #fff;
    width: 98.75%;
    padding: 10px;
    background-color: var(--primary-bg-color);
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: 8px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.no-margin-padding {
    padding-left: 0;
    padding-right: 0;
}

.p-40 {
    padding-top: 40px;
}

.extra_nav_section .breadcrumb-item + .breadcrumb-item::before {
    content: "" !important;
}

.extra_nav_section .breadcrumb-item .angle {
    position: absolute;
    top: 20px;
    color: #8e8e8e;
    padding: 0 0 0 3px;
}

.extra_nav_section .breadcrumb-item i {
    font-size: 12px;
    position: relative;
    top: -2px;
    padding: 0 4px 0 0;
    color: #717375;
}

.extra_nav_section li {
    padding: 0 15px 0 0;
    color: #6f6f6f;
}

.extra_nav_section li a {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 300;
    padding: 15px 3px 0px 3px;
    margin-right: 2px;
    font-family: "Roboto", sans-serif;
}

.breadcrumb-item.active {
    font-size: 14px !important;
    color: var(--primary-bg-color) !important;
}

.breadcrumb {
    background-color: #fff !important;
    padding: 0.75rem 0rem !important;
}

/*  //free trail section */

.price_section_title h2 {
    text-align: center;
    padding: 20px 0 60px 0;
    font-family: "Roboto", sans-serif;
    color: var(--primary-bg-color);
    font-size: 26px;
    font-weight: 800;
}

.price_list_div_section {
    padding: 15px 0 0px 0;
}

.p-bottom {
    padding-bottom: 20px;
}

.price_all_item {
    font-family: "Roboto", sans-serif;
    text-align: center;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); */
}

.primary-price {
    background-color: var(--primary-bg-color);
    font-family: "Roboto", sans-serif;
    height: 610px;
    position: relative;
    top: -15px;
}

/* The slow way */
.price_all_item_Big {
    text-align: center;
}

.price_all_item {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease-in-out;
    /*  border: 1px solid #eaeaea; */
    /* border: 1px solid var(--primary-bg-color); */
    border: 1px solid #ec9cb6;
    margin-bottom: 50px;
}

/* Transition to a bigger shadow on hover */
.price_all_item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1.06);
    border: none;
}

/* // */
.price_all_item_Big h6.price_title_div {
    text-align: center;
    color: #fff;
    padding: 30px 0px 30px 0px;
    font-size: 24px;
    line-height: 20px;
}

.price_all_item h6.price_title_div {
    text-align: center;
    color: var(--primary-bg-color);
    padding: 30px 0px 30px 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
}

.price_middle_section_big {
    border-radius: 100%;
    display: block;
    margin: auto;
    padding: 30px 0;
    width: 190px;
    background: white;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.price_middle_section {
    border-radius: 100%;
    display: block;
    margin: auto;
    padding: 30px 0;
    width: 190px;
    background-color: var(--primary-bg-color);
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.price_middle_section {
    background-color: var(--primary-bg-color);
    color: #fff;
}

.price_middle_section_big .middle_price span {
    display: inline-block;
    width: 100%;
    clear: both;
    font-size: 17px;
}

.price_middle_section .middle_price span {
    display: inline-block;
    width: 100%;
    clear: both;
    font-size: 17px;
}

.middle_price h2 {
    font-size: 48px;
    line-height: 45px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 0px 0px 10px 0px;
}

.middle_price p {
    margin-bottom: 0px;
}

.price_big_list_div {
    color: #fff;
    text-align: center;
}

.price_list_div {
    color: var(--primary-bg-color);
    text-align: center;
}

.margin-padding-none {
    margin: 0;
    padding: 0;
}

.price_big_list_div ul {
    list-style-type: none;
    padding: 20px 0px 30px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.price_list_div ul {
    list-style-type: none;
    padding: 20px 0px 30px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.price_big_list_div ul li {
    border-bottom: 1px dotted #fff;
    line-height: 18px;
    padding: 10px 10px;
    font-size: 16px;
}

.price_list_div ul li {
    /* border-bottom: 1px dotted #909090; */
    border-bottom: 1px dotted var(--primary-bg-color);
    line-height: 18px;
    padding: 10px 10px;
    font-size: 16px;
}

.price_content_big_section_div i {
    margin-right: 5px;
}

.price_content_section_div i {
    margin-right: 5px;
}

a.button_big_option.small {
    color: var(--primary-bg-color);
    background-color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 40px 0px 15px;
    line-height: 40px;
    border-radius: 2px;
    display: inline-block;
}

a.button_option.small {
    color: white;
    background-color: var(--primary-bg-color);
    font-size: 13px;
    font-weight: 400;
    padding: 0px 40px 0px 15px;
    line-height: 40px;
    border-radius: 2px;
    display: inline-block;
}

a.button_big_option:before {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 0;
    z-index: -1;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    border-radius: inherit;
    width: 100%;
    opacity: 0;
}

a.button_option:before {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 0;
    z-index: -1;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    border-radius: inherit;
    width: 100%;
    opacity: 0;
}

a.button_big_option:hover:before {
    opacity: 1;
}

a.button_option:hover:before {
    opacity: 1;
}

a.button_big_option.small:hover {
    background-color: black;
    color: white;
}

a.button_option.small:hover {
    background-color: black;
    color: white;
}

a.button_big_option.small i:hover {
    background-color: rgb(172, 13, 13);
    color: white;
}

a.button_option.small i:hover {
    background-color: rgb(172, 13, 13);
    color: white;
}

a.button_big_option {
    color: #ffffff;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin-top: 10px;
    z-index: 3;
    position: relative;
}

a.button_option {
    color: #ffffff;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin-top: 10px;
    z-index: 3;
    position: relative;
}

a.button_big_option.small i {
    width: 40px;
    font-size: 14px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

a.button_option.small i {
    width: 40px;
    font-size: 14px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

a.button_big_option i {
    text-align: center;
    border-radius: 0px 2px 2px 0px;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    position: absolute;
    right: 0;
    top: 0;
}

a.button_option i {
    text-align: center;
    border-radius: 0px 2px 2px 0px;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    position: absolute;
    right: 0;
    top: 0;
}

.buy_now {
    padding: 0 0 40px 0;
}

.button_big_option:hover:before {
    opacity: 1;
}

.carousel-item img {
    width: 100%;
    height: 100%;
}

/* about us page */
.hour_div h3,
.online_support_div_title h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--primary-bg-color);
    padding: 0 0 20px 0;
}

.online_support_div {
    text-align: center;
}

.accpet_div h5 {
    color: #222;
    font-weight: normal;
    line-height: normal;
    margin: 20px 0;
}

.support_section {
    padding: 50px 0;
}

.about_us_details_section h3 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding: 50px 0 20px 0;
    color: var(--primary-bg-color);
    font-family: "Oswald", Sans-serif;
}

.about_us_details_section p {
    text-align: justify;
    font-size: 17px;
}

.about_us_details_section p a {
    font-weight: 600;
    color: var(--primary-bg-color);
}

.guranteed-img {
    width: 70%;
}

.online_support_div_title p {
    font-size: 20px;
}

p.note_div {
    font-size: 14px;
    text-align: left;
}

h6.provide_title {
    font-size: 13px;
    margin-top: 50px;
    font-weight: bold;
}

.provide_list {
    padding: 0;
    margin: 0 0 0 -20px;
}

.provide_list ul li {
    list-style-type: square;
    color: #3b4146;
    padding: 0;
    font-size: 14px;
}

h5.why_choosee_us_title {
    font-size: 25px;
    padding: 20px 0;
    font-weight: 400;
    font-family: "Oswald", Sans-serif;
    color: var(--primary-bg-color);
}

.why_choosee_us_div ul {
    padding: 0;
    margin: 0;
}

.why_choosee_us_div ul li {
    font-size: 16px;
    color: #222;
    display: block;
    border-bottom: 1px dashed #ededed;
    padding: 15px 0px 12px 0px;
}

.why_choosee_us_div ul li i {
    color: var(--primary-bg-color);
    font-size: 16px;
    margin-right: 20px;
    line-height: 22px;
}

.register_button button {
    outline: none;
    padding: 5px 10px;
    width: 100%;
    border: none;
    background: var(--primary-bg-color);
    color: #efeaea;
    font-weight: 700;
}

.password_div label {
    color: #777;
    font-size: 14px;
}

.modal-content {
    /*border: none !important;*/
    /*padding-bottom: 25px;*/
}

.register_button button a {
    color: white;
}

/* //about us page */
/* pricing section start */
h3.price_section_title {
    padding: 35px 0 0 0;
    color: var(--primary-bg-color);
    font-weight: 700;
    /* font-family: "Roboto", sans-serif; */
    font-size: 22px;
    font-family: "Oswald", sans-serif;
}

/*

/* pricing banner */
.price_banner {
    padding-bottom: 30px;
}

.price_banner_div {
    background: url(../assects/Pricing-bn-irl.jpg);
    background-position: center;
    background-size: cover;
    padding: 115px 0 95px 0;
}

.service_banner_div {
    background: url(../assects/header-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 50px 0 50px 0;
}

h1.title {
    font-size: 40px;
    line-height: 75px;
    color: #262b49;
    font-weight: 700;
}

/* pricing banner end */
/* blog section */
.blog_banner_div {
    background: url(../assects/Untitled-2.jpg);
    background-position: center;
    background-size: cover;
    padding: 115px 0 95px 0;
}

.blog_date {
    width: 100px;
    height: 100px;
    background-color: var(--primary-bg-color);
    text-align: center;
    border-radius: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog_date .date {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    display: block;
}

.blog_date .month {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.blog_content h1.blog-title {
    font-size: 35px;
    line-height: 45px;
    color: #2e3841;
    font-weight: 700;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    /* font-family: "Roboto", sans-serif; */
    transition: all 0.3s ease-in;
    font-family: "Oswald", sans-serif;
}

p.blog-title_content {
    font-size: 16px;
    line-height: 26px;
    color: #7d7c8f;
    font-family: "Roboto", sans-serif;
}

.blog_content a {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    width: auto;
    border-radius: 30px;
}

.blog_button {
    border-radius: 30px;
}

.boxed-btn:hover {
    background-color: var(--primary-bg-color);
    color: white;
}

.boxed-btn {
    display: inline-block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    width: 200px;
    background-color: var(--primary-bg-color);
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog_component_details {
    padding: 50px 0;
}

.pagination_div {
    padding-left: 30px;
    padding-bottom: 50px;
}

/* col-md-4 */
.search_div input[type="text"] {
    padding: 8px;
    width: 70%;
    outline: none;
}

.catagory_section_title {
    padding-top: 30px;
}

.search_div input[type="submit"] {
    border: 0;
    /* display: block; */
    display: inline-block;
    color: #fff;
    padding: 10px;
    background-color: var(--primary-bg-color);
    text-align: center;
    position: absolute;
    width: 27%;
    bottom: 0;
    left: 68%;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    outline: none !important;
}

.col4-banner-img {
    padding: 10px 0;
}

.catagori_section_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.catagori_section_list > ul > li > a {
    color: #00a;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #0051;
    line-height: 24px;
    display: block;
    margin: 2px 0;
    letter-spacing: 2px;
    text-align: left;
}

.catagory_section_title h3 {
    font-size: 28px;
    line-height: 28px;
    display: inline-block;
    font-weight: 700;
    color: #2e3841;
    position: relative;
    font-family: "Roboto", sans-serif;
}

.catagory_section_title h3:before {
    position: absolute;
    right: -60px;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: #ebebeb;
    content: "";
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.catagory_section_title h3:after {
    position: absolute;
    left: -60px;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: #ebebeb;
    content: "";
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pagination_div .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

/* //flip card */
.flip_box_img {
    background: transparent;
    /* border: 1px solid gainsboro; */
    display: block;
    width: 100%;
    height: 240px;
    position: relative;
    perspective: 1000px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 1px solid #f7b8b8;
}

div.befor_img {
    backface-visibility: hidden;
}

div.befor_img,
div.after_img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    transform-style: preserve-3d;
    transition: all 1s ease-in-out;
}

div.after_img {
    transform: rotateY(-180deg);
    z-index: 1;
}

/* .flip_box:hover .flip_box_img img {
  opacity: .8;
} */
div.flip_box_img:hover div.befor_img {
    transform: rotateY(180deg);
}

div.flip_box_img:hover div.after_img {
    transform: rotateY(0);
}

.flip_box_content {
    border: 2px solid white;
    /* border: 2px solid rgb(84 84 84 / 10%); */
    border-top: none;
    padding: 27px 40px 27px 40px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.flip_box_content_2 {
    border: 2px solid white;
    /* border: 2px solid rgb(84 84 84 / 10%); */
    border-top: none;
    padding: 0px 40px 0 40px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

h4.flip_box_content_title {
    color: #fff;
    font-size: 24px;
    line-height: 35px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    font-family: "Oswald", Sans-serif;
}

.flip_box_content_details {
    min-height: 250px;
    height: 250px;
    overflow: hidden;
}

.flip_box_content_details p {
    color: #f8f9fa;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

a.btn_flip {
    height: 40px;
    line-height: 40px;
    padding: 12px 25px;
    width: auto;
    border-radius: 30px;
    /* background-color: var(--primary-bg-color); */
    background: white;
    font-weight: 700;
    color: #f50e6e;
}

a.btn_flip:hover {
    background: var(--primary-bg-color);
    color: white;
    border: 2px solid white;
}

p.forget_pass {
    text-align: center;
}

.login_site {
    padding: 50px;
}

p.footer_copyright {
    text-align: center;
}

.show_small {
    display: none;
}

.right_side_content_product:last-child::after {
    background-image: none;
}

.portfolio_div {
    padding: 50px 0;
}

/* CLIPPING_PATH SERVICE PAGE */
.top_nav_barner_section {
    /* background-image: url(../assects/clipping-path-banner-05-copy.jpg) no-repeat; */
    background: url(../assects/clipping-path-banner-05-copy.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 80px 0;
}

.top_banner_title h1 {
    font-size: 40px;
    line-height: 75px;
    color: #262b49;
    font-weight: 700;
    color: var(--primary-bg-color);
}

h1.cliping_path_service_title {
    text-align: center;
    padding: 50px 0;
    font-family: "Oswald", Sans-serif;
    color: var(--primary-bg-color);
    font-size: 40px;
}

.cliping_path_service_details p {
    font-size: 15px;
}

.cliping_path_service_details p strong {
    color: var(--primary-bg-color);
}

button.cliping_path_service_button {
    outline: none;
    border: none;
    padding: 50px 0;
    background: none;
}

.cliping_path_service_button a {
    background-color: var(--primary-bg-color);
    border-style: double;
    border-color: var(--secoundery-bg-color);
    padding: 15px;
    color: white;
    border-radius: 25px;
    font-size: 20px;
    box-shadow: -1px 0px 10px -48px rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.cliping_path_service_button a:hover {
    background: #fff;
    color: var(--primary-bg-color);
}

.what_clip_path_div {
    background-image: linear-gradient(
            170deg,
            var(--third-bg-color) 0%,
            #db2052 50%
    );
    font-family: "Oswald", Sans-serif;
    margin-bottom: 15px;
}

.what_clip_path_div h2 {
    color: #fff;
    text-align: center;
    padding: 15px;
}

.cliping_path_service_details {
    padding: 16px;
    text-align: justify;
}

.cliping_path_service_details h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--primary-bg-color);
    padding-bottom: 10px;
    text-align: center;
}

.clipping_path_service_btn button {
    outline: none;
    border: none;
    padding: 20px 0;
    background: none;
}

.clipping_path_service_btn a {
    background-color: var(--primary-bg-color);
    border-style: double;
    border-color: var(--secoundery-bg-color);
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    box-shadow: -1px 0px 10px -48px rgba(0, 0, 0, 0.5);
    font-weight: 500;
    border-radius: 10px;
}

.clipping_path_service_btn a:hover {
    background: #fff;
    color: var(--primary-bg-color);
}

/* //CLIPPING_PATH SERVICE PAGE */
/* CLLIPPING CART PAGE */
.left_side_product {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cart_title h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: "Oswald", Sans-serif;
}

.cart_details {
    margin-bottom: 10px;
}

.guantity_title h6 {
    margin-top: 10px;
    margin-right: 15px;
}

.increase button,
.decrease button {
    outline: none;
    border: 2px solid var(--primary-bg-color);
    border-radius: 5px;
    background: none;
    margin: 5px 0;
}

.increase button i,
.decrease button i {
    font-size: 12px;
    color: var(--primary-bg-color);
}

.quantity {
    margin: 0 5px;
    width: 68px;
    height: 40px;
    border: 2px solid var(--primary-bg-color);
    text-align: center;
    position: relative;
}

.quantity span {
    color: var(--primary-bg-color);
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.quantity_price h6 {
    margin: 10px 10px;
    font-size: 16px;
    font-weight: 900;
}

.summery_title h6 {
    line-height: 14px;
    padding-bottom: 15px;
    color: rgb(134 132 132);
}

.summery_section {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.summery_option {
    padding-top: 10px;
    padding-bottom: 10px;
}

.payment-summary-item {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    color: rgb(134 132 132);
}

.confirm_button button {
    padding: 10px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    outline: none;
    background-color: var(--primary-bg-color);
    border: none;
}

.different {
    border-top: 1px solid #ddd;
    font-weight: bold;
    margin-top: 10px;
}

.payment_getway a i {
    font-size: 40px;
}

/* //Clipping end cart page */

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 0px) and (max-width: 576px) {
    .best_seller_details .best_seller_title::before {
        left: 40%;
        /* border: 2px solid white; */
    }

    .logo-size {
        width: 230px;
    }

    .show_small {
        display: block;
    }

    .not_show_small {
        display: none;
    }

    .navbar-toggler-icon {
        width: 1.2em !important;
        height: 1em !important;
    }

    .bottom_nav_bar .navbar-nav {
        line-height: 25px;
        align-items: center;
    }

    .right_sight_contents {
        width: 100%;
    }

    .full_section {
        display: block;
    }

    .left_side_contents {
        width: 100%;
    }

    .right_sight_contents::before {
        content: "";
        width: 100%;
        height: 108%;
        position: absolute;
        left: -10px;
        border: solid 1px #e0e0e0;
        top: -4%;
        transform: inherit;
    }

    .right_sight_contents::after {
        position: inherit;
    }

    .right_side_content_product {
        display: block;
    }

    .client_feedback .carousel-inner {
        padding-top: 50px;
    }

    .feedback_wrapper {
        margin-top: 0%;

        padding: 35px 20px;
        position: relative;
    }

    .guarantee_process .guarantee_process_items {
        width: 47%;
    }

    .our_product_service_div .service_product_name {
        font-size: 40px;
    }

    .best_seller_details .best_seller_title {
        font-size: 25px;
    }

    .our_guarantee_section {
        padding: 40px 0 0 0;
    }

    .our_product_service {
        padding: 0;
    }

    /* //price */
    .price_all_item {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .bottom_nav_bar .navbar {
        padding: 0;
    }

    a.primum_button_one span {
        font-size: 14px;
    }

    .starts_div {
        font-size: 10px;
        font-weight: 700;
    }

    .price_banner_div {
        padding: 0;
    }

    /* transfer */
    .background_effect {
        margin-bottom: 20px;
    }

    .img-width {
        width: 30%;
        margin: 0 auto;
        display: block;
    }

    .img_div {
        padding: 0;
        align-items: center;
        display: block;
    }

    .wetransfer_deatils {
        text-align: center;
    }

    .transfer_btn {
        text-align: center;
    }

    .button_item {
        margin: 20px 0px;
        text-align: center;
    }

    .captcha {
        margin-top: 70px;
    }

    .trial_from_section form label {
        padding-left: 0px;
        margin-left: 15px;
    }

    label#for-file {
        left: 0;
    }

    .service_banner_div {
        padding: 15px 0 10px 0;
    }

    /* // */
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 576px) and (max-width: 768px) {
    .background_effect {
        margin-bottom: 20px;
    }

    .img-width {
        width: 30%;
        margin: 0 auto;
        display: block;
    }

    .wetransfer_deatils {
        text-align: center;
    }

    .transfer_btn {
        text-align: center;
    }

    .show_small {
        display: block;
    }

    .not_show_small {
        display: none;
    }

    .bottom_nav_bar .navbar-nav {
        align-items: center;
    }

    .price_banner_div {
        padding: 0;
    }

    .right_sight_contents {
        width: 100%;
    }

    .full_section {
        display: block;
    }

    .left_side_contents {
        width: 100%;
    }

    .right_sight_contents::before {
        content: "";
        width: 100%;
        height: 108%;
        position: absolute;
        left: -10px;
        border: solid 1px #e0e0e0;
        top: -4%;
        transform: inherit;
    }

    .right_sight_contents::after {
        position: inherit;
    }

    .right_side_content_product {
        display: block;
    }

    .button_item {
        margin: 20px 0px;
        text-align: center;
    }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 769px) and (max-width: 991px) {
    .right_side_content_product:nth-child(3)::after {
        background-image: none;
    }

    .button_item {
        margin: 20px 0px;
        text-align: center;
    }

    .show_small {
        display: block;
    }

    .not_show_small {
        display: none;
    }

    .bottom_nav_bar .navbar-nav {
        align-items: center;
    }

    .price_banner_div {
        padding: 30px 0 50px 0;
    }

    .right_sight_contents {
        width: 100%;
    }

    .full_section {
        display: block;
    }

    .left_side_contents {
        width: 100%;
    }

    .right_sight_contents::before {
        content: "";
        width: 100%;
        height: 108%;
        position: absolute;
        left: -10px;
        border: solid 1px #e0e0e0;
        top: -4%;
        transform: inherit;
    }

    .right_sight_contents::after {
        position: inherit;
    }

    .right_side_content_product {
        float: left;
        width: 33.3333%;
    }

    .right_side_content_product::after {
        transform: inherit;
    }
}

.nav_top_list nav.navbar {
    padding: 0 !important;
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 992px) and (max-width: 1170px) {
    .logo-size {
        width: 230px;
    }
}
