@font-face {
    font-family: "Assistant";
    src: url("/fonts/Assistant-Regular.eot");
    src: url("../fonts/Assistant-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant-Regular.woff2") format("woff2"), url("../fonts/Assistant-Regular.woff") format("woff"), url("../fonts/Assistant-Regular.ttf") format("truetype"), url("../fonts/Assistant-Regular.svg#Assistant-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Assistant";
    src: url("../fonts/Assistant-Medium.eot");
    src: url("../fonts/Assistant-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant-Medium.woff2") format("woff2"), url("../fonts/Assistant-Medium.woff") format("woff"), url("../fonts/Assistant-Medium.ttf") format("truetype"), url("../fonts/Assistant-Medium.svg#Assistant-Bold") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Assistant";
    src: url("../fonts/Assistant-Bold.eot");
    src: url("../fonts/Assistant-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant-Bold.woff2") format("woff2"), url("../fonts/Assistant-Bold.woff") format("woff"), url("../fonts/Assistant-Bold.ttf") format("truetype"), url("../fonts/Assistant-Bold.svg#Assistant-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Assistant";
    src: url("../fonts/Assistant-SemiBold.eot");
    src: url("../fonts/Assistant-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant-SemiBold.woff2") format("woff2"), url("../fonts/Assistant-SemiBold.woff") format("woff"), url("../fonts/Assistant-SemiBold.ttf") format("truetype"), url("../fonts/Assistant-SemiBold.svg#Assistant-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Assistant";
    src: url("../fonts/Assistant-ExtraBold.eot");
    src: url("../fonts/Assistant-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant-ExtraBold.woff2") format("woff2"), url("../fonts/Assistant-ExtraBold.woff") format("woff"), url("../fonts/Assistant-ExtraBold.ttf") format("truetype"), url("../fonts/Assistant-ExtraBold.svg#Assistant-SemiBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Assistant";
    src: url("../fonts/Assistant-ExtraLight.eot");
    src: url("../fonts/Assistant-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Assistant-ExtraLight.woff2") format("woff2"), url("../fonts/Assistant-ExtraLight.woff") format("woff"), url("../fonts/Assistant-ExtraLight.ttf") format("truetype"), url("../fonts/Assistant-ExtraLight.svg#Assistant-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #ff900b;
    --black-color: #000000;
    --White-color: #ffffff;
    --blue-color: #3f64af;
    --gray-color: #7c7c7c;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    direction: rtl !important;
}

html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

blockquote,
q {
    quotes: none;
}

br {
    height: 0;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cf:after,
.cf:before {
    display: table;
    content: "";
}

.cf:after {
    clear: both;
}

html,
body {
    -webkit-appearance: none;
    border: none;
    -webkit-text-size-adjust: none;
}

body,
* {
    color: var(--black-color);
    font-size: 20px;
    line-height: 1.5;
    font-family: "Assistant";
    font-weight: normal;
}


/* 2. Define Base Typography
------------------------------------------------------------------------------*/


/* Create the Default */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--black-color);
    margin-bottom: 15px;
    line-height: 1;
    padding: 0;
}

h1,
.h1 {
    font-size: 53px;
    font-weight: bold;
}

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

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4 {
    font-size: 28px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 14px;
}

p {
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    border: 0 #000 solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 15px;
    padding-right: 0;
}

ul.list-unstyled {
    padding-right: 0;
    list-style: none;
}


/* Default Link Types */

a {
    text-decoration: none;
    display: inline-block;
    color: var(--blue-color);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    color: var(--primary-color);
}

:focus {
    outline: none;
    box-shadow: none;
}


/* button */

.btn {
    font-size: 17px;
    max-width: 180px;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: var(--White-color);
    background: var(--primary-color);
    text-align: center;
    line-height: 63px;
    height: 63px;
    cursor: pointer;
}

.btn:hover {
    background: var(--blue-color);
    color: var(--White-color);
}

.btn.hover_white:hover {
    background: var(--White-color);
    color: var(--primary-color);
}

.wrapper {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}


/* common css */

a,
input,
.btn,
.btn.hover_white,
.banner_tabin_area .tabs li,
.owl-dots .owl-dot {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

section {
    width: 100%;
    position: relative;
}

.d-flex {
    display: flex;
}

.align_center {
    align-items: center;
}

.common_heading {
    font-size: 53px;
    color: var(--black-color);
}

.common_heading strong {
    color: var(--White-color);
    font-weight: 600;
}

.common_heading.white_txt p {
    color: var(--White-color);
    line-height: 50px;
}


/* 5. Forms ------------------------------------------------------------------------------*/

input,
button,
select,
optgroup,
textarea {
    font-family: "Assistant";
}

input:focus::placeholder {
    font-size: 0;
}

input[type="submit"] {
    -webkit-appearance: none;
    border: none;
    -webkit-text-size-adjust: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {}

textarea {
    overflow: auto;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

::-ms-input-placeholder {
    color: #000;
}

:placeholder-shown {
    color: #000;
}

button {
    border: none;
    outline: none;
}

.form-control {
    font-size: 17px;
    color: var(--gray-color);
    max-width: 280px;
    width: 100%;
    padding: 0 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background: var(--White-color);
    line-height: 63px;
    height: 63px;
    margin-left: 10px;
}

.form-control::placeholder {
    color: var(--gray-color);
}

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

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


/* header section */

header {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9;
    opacity: 0;
}

header a {
    display: inline-block;
}


/* banner Section */

.banner {
    min-height: 718px;
    background-image: url("../images/site/header_bg.jpg");
    background-size: cover;
    background-position: center;
}

.banner::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 160px;
    background-image: url("../images/site/bottom_layer.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner_area {
    width: 100%;
    padding-top: 280px;
}

.banner_area .banner_content {
    max-width: 500px;
    width: 100%;
}

.banner_content h1,
.banner_content .banenr_tagline {
    color: var(--White-color);
}

.banner_content form {
    justify-content: space-between;
}

.banner .banner_tabin_area {
    position: absolute;
    left: 250px;
    z-index: 3;
    top: 330px;
    max-width: 204px;
}

.banner .banner_tabin_area::after {
    content: "";
    position: absolute;
    top: -8px;
    left: -14px;
    width: 236px;
    height: 444px;
    background-image: url("../images/site/phone_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}

.banner_tabin_area .tab-content {
    max-width: 181px;
    width: 100%;
    height: 399px;
    position: relative;
    top: 10px;
    z-index: 1;
}

.tab-content_area {
    pointer-events: none;
}

.banner_tabin_area .owl-dots {
    width: 299px;
    height: 299px;
    border: 1px dashed var(--primary-color);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: relative;
    position: absolute;
    bottom: -100px;
    margin: 0;
    z-index: -1;
    left: -32px;
}

.banner_tabin_area .owl-dots::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    top: -12px;
    left: -61px;
    border: 1px dashed #3f64af77;
    z-index: -1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.banner_tabin_area .owl-dots .owl-dot {
    cursor: pointer;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #818181;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: var(--White-color);
    z-index: 3;
    pointer-events: all;
}

.banner_tabin_area .owl-dots .owl-dot span {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
}

.banner_tabin_area .owl-dots .owl-dot.active span {
    color: var(--White-color);
}

.banner_tabin_area .owl-dots .owl-dot:nth-child(1) {
    width: 41px;
    height: 41px;
    right: 0px;
    top: 50px;
}

.banner_tabin_area .owl-dots .owl-dot:nth-child(2) {
    width: 46px;
    height: 46px;
    font-size: 17px;
    right: -20px;
    top: 110px;
}

.banner_tabin_area .owl-dots .owl-dot:nth-child(3) {
    width: 51px;
    height: 51px;
    font-size: 19px;
    right: -20px;
    top: 180px;
}

.banner_tabin_area .owl-dots .owl-dot:nth-child(4) {
    width: 56px;
    height: 56px;
    font-size: 21px;
    right: 30px;
    top: 230px;
}

.banner_tabin_area .owl-dots .owl-dot:nth-child(5) {
    width: 61px;
    height: 61px;
    font-size: 24px;
    right: 100px;
    top: 260px;
}

.banner_tabin_area .owl-dots .owl-dot:nth-child(6) {
    width: 66px;
    height: 66px;
    font-size: 30px;
    right: 180px;
    top: 250px;
}

.banner_tabin_area .owl-dots .owl-dot:nth-child(2) span {
    font-size: 17px;
}

.banner_tabin_area .owl-dots .owl-dot:nth-child(3) span {
    font-size: 19px;
}

.banner_tabin_area .owl-dots .owl-dot:nth-child(4) span {
    font-size: 21px;
}

.banner_tabin_area .owl-dots .owl-dot:nth-child(5) span {
    font-size: 24px;
}

.banner_tabin_area .owl-dots .owl-dot:nth-child(6) span {
    font-size: 30px;
}

.banner_tabin_area .owl-dots .owl-dot.active {
    background: var(--primary-color);
    border-color: transparent;
}


/* roo System section */

.roo_system_sec {
    padding: 200px 0;
}

.sytem_area {
    width: 100%;
    justify-content: space-between;
}

.sytem_area .system_box {
    max-width: 49%;
    width: 100%;
}

.sytem_area .system_detail h2 p {
    text-align: right;
    line-height: 50px;
}

.system_detail ul li {
    font-size: 25px;
    color: var(--black-color);
    padding-right: 35px;
    position: relative;
    list-style: none;
}

.system_detail ul li::after {
    content: "";
    position: absolute;
    right: 0;
    width: 25px;
    height: 25px;
    background: transparent;
    border: 1px solid var(--blue-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.system_list_box .list_box {
    max-width: 252px;
    width: 100%;
    height: 252px;
    background: var(--White-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 0 146px #00000020;
    padding: 50px;
    text-align: center;
    margin: 0 auto 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sytem_area .system_list_box {
    flex-wrap: wrap;
}

.sytem_area .system_list_box img {
    width: 60px;
    height: 60px;
}

.system_list_box .list_box h4 {
    font-size: 24px;
    margin: 5px 0 0;
}


/* view section */

.view_sec {
    background: url("../images/site/stepsbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.view_detail_box h2 p {
    line-height: 50px;
    text-align: right;
}

.view_detail_box {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-left: 0;
    padding: 184px 0 166px;
}

.view_detail_box ul li {
    color: var(--White-color);
}

.view_detail_box ul li::after {
    border-color: var(--White-color);
}

.view_sec .phone_img {
    position: absolute;
    top: -70px;
    z-index: 1;
}

.view_sec .phone_img .mob_phone {
    display: none;
}


/* Recommended Section */

.recommend_sec {
    padding: 96px 0 130px;
    background: #efeff0;
    text-align: center;
}

.recommend_sec .quote_img {
    padding: 30px 0 20px;
}

.recommend_area {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
}

.recommend_area .recommend_box p {
    font-size: 25px;
    margin-bottom: 30px;
}

.recommend_area .recommend_box .mar_rm {
    margin-bottom: 0;
    color: var(--blue-color);
}

.recommend_area .recommend_box h5 {
    font-weight: bold;
}

.recommend_area .owl-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-bottom: 0;
}

.recommend_area .owl-dots .owl-dot {
    list-style: none;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #7c7c7c;
    margin: 0 3px;
    cursor: pointer;
}

.recommend_area .owl-dots .owl-dot.active {
    background: var(--primary-color);
    border-color: transparent;
}


/* Contact Section */

.contact_sec {
    padding: 24px 0 64px;
    background: var(--blue-color);
}

.contact_sec::after,
.contact_sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    background: url("../images/site/contact_top_layer1.png");
    z-index: 1;
    background-size: 100% 100%;
}

.contact_sec::after {
    top: -60px;
}

.contact_sec::before {
    bottom: -60px;
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
}

.contact_sec .common_heading {
    text-align: center;
}

.contact_area form {
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.contact_area form .form-control {
    margin: 0 5px;
}

.contact_area form .btn {
    margin: 0 5px;
}

.contact_area h2 {
    color: #fff;
}


/* Client Section */

.client_Sec {
    padding: 70px 0 90px;
}

.client_Sec .common_heading {
    text-align: center;
}

.client_slider {
    padding-top: 30px;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.client_slider .slider_box {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}


/*max-width: 120px;*/

.client_slider .slider_box img {
    margin: 0 auto;
    height: 100px;
    width: auto;
}

.client_slider .owl-nav button span {
    font-size: 0;
    background: #a6a6a6;
    width: 57px;
    height: 57px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: absolute;
    top: calc(50% - 23.5px);
    z-index: 1;
    cursor: pointer;
}

.client_slider .owl-nav button span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: url("../images/site/arrow_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 29px;
}

.client_slider .owl-nav button {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
}

.client_slider .owl-nav button.owl-next {
    right: -57px;
}

.client_slider .owl-nav button.owl-prev {
    left: 0;
}

.client_slider .owl-nav button.owl-prev span {
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
}


/* footer section */

footer {
    padding: 30px 0 20px;
    width: 100%;
    background: var(--primary-color);
    text-align: center;
}

footer p {
    font-size: 17px;
    color: var(--White-color);
    font-weight: 600;
    margin-bottom: 0;
}


/* animation effect */

.sytem_area .system_box,
.phone_img,
.view_detail_box,
.banner,
.banner .banner_content,
.banner .banner_tabin_area,
.view_sec,
.recommend_sec .common_heading,
.recommend_sec .quote_img,
.recommend_sec #recommend_slider,
.contact_sec,
.contact_sec .common_heading,
.contact_sec form,
.client_Sec .common_heading,
.client_Sec #client_carousel,
.roo_system_sec .sytem_area .system_list_box,
.roo_system_sec .sytem_area .system_detail {
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    opacity: 0;
}

.roo_system_sec.come-in .sytem_area .system_box,
.view_sec.come-in .view_detail_box,
.view_sec.come-in .phone_img,
.banner.come-in,
.banner.come-in .banner_content,
.banner.come-in .banner_tabin_area,
.view_sec.come-in,
.recommend_sec.come-in .common_heading,
.recommend_sec.come-in .quote_img,
.recommend_sec.come-in #recommend_slider,
.contact_sec.come-in .common_heading,
.contact_sec.come-in form,
.contact_sec.come-in,
.client_Sec.come-in .common_heading,
.client_Sec.come-in #client_carousel,
.roo_system_sec-come-in .sytem_area .system_detail,
.roo_system_sec.come-in .sytem_area .system_detail {
    opacity: 1;
}

.roo_system_sec .sytem_area .system_detail,
.view_sec .phone_img,
.banner .banner_tabin_area,
.contact_sec form,
.recommend_sec #recommend_slider,
.client_Sec #client_carousel,
.roo_system_sec .sytem_area .system_list_box {
    transition-delay: 1s;
}

.roo_system_sec .sytem_area .system_detail {
    transition-delay: 1.5s;
}

.banner .banner_content,
.view_sec .view_detail_box,
.recommend_sec.come-in .quote_img,
.contact_sec .common_heading,
.client_Sec .common_heading {
    transition-delay: 0.5s;
}

.recommend_sec .common_heading {
    transition-delay: 0.2s;
}

.banner_tabin_area .tab-content img {
    max-width: 200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.goToTop {}


/* responsive */

@media only screen and (max-width: 1880px) {
    .banner .banner_tabin_area {
        top: 220px;
    }
}

@media only screen and (max-width: 1399px) {
    .banner {
        min-height: 520px;
    }
    .banner::after {
        height: 120px;
    }
    .banner_area {
        padding-top: 200px;
    }
    .banner .banner_tabin_area {
        top: 200px;
        left: 170px;
    }
    .banner_tabin_area .owl-dots::after {
        width: 270px;
        height: 270px;
        left: -30px;
    }
    .banner_tabin_area .owl-dots {
        bottom: -86px;
        left: 7px;
        width: 250px;
        height: 250px;
    }
    .banner_tabin_area .owl-dots .owl-dot:nth-child(1) {
        width: 31px;
        height: 31px;
        top: 40px;
    }
    .banner_tabin_area .owl-dots .owl-dot:nth-child(2) {
        width: 36px;
        height: 36px;
        font-size: 15px;
        top: 85px;
    }
    .banner_tabin_area .owl-dots .owl-dot:nth-child(3) {
        width: 41px;
        height: 41px;
        font-size: 17px;
        right: -20px;
        top: 135px;
    }
    .banner_tabin_area .owl-dots .owl-dot:nth-child(4) {
        width: 46px;
        height: 46px;
        font-size: 19px;
        right: 10px;
        top: 185px;
    }
    .banner_tabin_area .owl-dots .owl-dot:nth-child(5) {
        width: 51px;
        height: 51px;
        font-size: 22px;
        right: 60px;
        top: 215px;
    }
    .banner_tabin_area .owl-dots .owl-dot:nth-child(6) {
        width: 56px;
        height: 56px;
        font-size: 28px;
        right: 130px;
        top: 215px;
    }
    .banner_tabin_area .owl-dots .owl-dot:nth-child(2) span {
        font-size: 15px;
    }
    .banner_tabin_area .owl-dots .owl-dot:nth-child(3) span {
        font-size: 17px;
    }
    .banner_tabin_area .owl-dots .owl-dot:nth-child(4) span {
        font-size: 19px;
    }
    .banner_tabin_area .owl-dots .owl-dot:nth-child(5) span {
        font-size: 22px;
    }
    .banner_tabin_area .owl-dots .owl-dot:nth-child(6) span {
        font-size: 28px;
    }
    .banner_tabin_area .tab-content img {
        max-width: 200px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    h1,
    .h1 {
        font-size: 45px;
        font-weight: bold;
    }
    .common_heading {
        font-size: 45px;
    }
    .system_detail ul li {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper {
        padding: 0 15px;
    }
    .common_heading {
        font-size: 38px;
    }
    .system_list_box .list_box {
        max-width: 215px;
        height: 215px;
        padding: 30px;
    }
    .view_detail_box {
        padding: 100px 0;
    }
    .view_sec .phone_img {
        max-width: 460px;
    }
    .view_detail_box {
        max-width: 400px;
    }
    .client_slider .owl-nav button.owl-next {
        right: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .client_slider .owl-nav button span {
        width: 45px;
        height: 45px;
        top: calc(50% - 22.5px);
    }
    .client_Sec {
        padding: 50px 0;
    }
    .client_slider .owl-nav button span::after {
        width: 11px;
        height: 18px;
    }
    .banner .banner_tabin_area {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        top: 292px;
    }
    .roo_system_sec {
        padding: 390px 0 100px;
    }
    .banner {
        min-height: auto;
    }
    .banner::after {
        background-size: cover;
        background-position: bottom;
    }
    .sytem_area {
        flex-direction: column;
    }
    .sytem_area .system_box {
        max-width: 100%;
        padding-top: 40px;
        justify-content: center;
    }
    .roo_system_sec .common_heading {
        text-align: center;
    }
    .system_list_box .list_box {
        margin: 0 0 30px 20px;
    }
    .system_detail ul li::after {
        width: 20px;
        height: 20px;
    }
    .view_detail_box {
        padding: 15px 0;
        max-width: 100%;
        text-align: center;
    }
    .view_sec .phone_img {
        max-width: 297px;
        position: relative;
        top: 30px;
    }
    .view_detail_box ul li {
        display: inline-block;
        margin-right: 15px;
        padding: 20px 0 0;
        padding-right: 0 !important;
    }
    .view_detail_box.system_detail ul li::after {
        width: 20px;
        height: 20px;
        margin: 0 auto;
        left: 0;
        top: 0;
        transform: none;
    }
    .view_detail_box .common_heading {
        line-height: 30px;
    }
    .recommend_sec .quote_img {
        max-width: 80px;
        margin: 0 auto;
        padding: 0px 0;
    }
    .recommend_sec {
        padding: 50px 0 100px;
    }
    .contact_sec::before,
    .contact_sec::after {
        background-size: cover;
        background-position: center;
    }
    .contact_area form .btn {
        margin: 10px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper {
        max-width: 100%;
    }
    .d-flex {
        flex-wrap: wrap;
    }
    .banner_area {
        padding-top: 180px;
        flex-direction: column;
    }
    .banner_area .banner_content {
        max-width: 100%;
        text-align: center;
    }
    .banner_content h1 br {
        display: none;
    }
    .banner_tabin_area .tabs {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .banner_tabin_area .tabs::after {
        left: 0;
    }
    .banner_content form {
        justify-content: center;
    }
    .banner_content .form-control {
        margin-left: 10px;
    }
    .roo_system_sec {
        padding-top: 180px;
    }
    .banner .banner_tabin_area {
        top: 20px;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .banner {
        height: 739px;
    }
    .banner_content h1 {
        margin-bottom: 40px;
    }
    .banner_tabin_area .tabs .tab-link {
        color: #7c7c7c;
    }
    .roo_system_sec {
        padding-bottom: 70px;
    }
    .view_sec {
        background-image: url("../images/site/stepsbg_mob.jpg");
    }
    .view_sec .phone_img .desk_phone {
        display: none;
    }
    .view_sec .phone_img .mob_phone {
        display: block;
    }
    .recommend_area .recommend_box p {
        font-size: 18px;
    }
    footer {
        padding: 18px 0;
    }
    .roo_system_sec {
        padding-bottom: 100px;
    }
    .roo_system_sec .btn {
        position: absolute;
        bottom: -70px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
    }
    .sytem_area .system_detail {
        padding-bottom: 10px !important;
    }
    .sytem_area .system_detail h2 p {
        text-align: center;
        line-height: 35px;
        padding-top: 40px;
    }
    .sytem_area .system_detail p {
        text-align: right;
    }
    .view_detail_box ul li {
        font-size: 22px;
        line-height: 18px;
        max-width: 60px;
        text-align: center;
    }
    .view_detail_box h2 p {
        text-align: center;
        line-height: 35px;
    }
    .view_detail_box a {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .banner_content form {
        flex-direction: column;
        align-items: center;
    }
    .banner_tabin_area .tabs {
        left: 30px;
    }
    .banner_tabin_area .tabs::after {
        left: -20px;
        top: -15px;
    }
    .sytem_area .system_box {
        padding-top: 0;
    }
    .system_detail ul li {
        text-align: right;
    }
    .system_list_box .list_box h4 {
        font-size: 17px;
    }
    .system_list_box .list_box .box_img {
        max-width: 50px;
        width: 100%;
        margin: 0 auto;
    }
    .system_list_box .list_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 7px;
        height: 155px;
        max-width: 45%;
        padding: 15px;
    }
    .form-control {
        max-width: 284px;
        margin: 0 0 10px;
    }
    .btn {
        max-width: 284px;
    }
    .banner_content .form-control {
        margin-left: 0;
        text-align: center;
    }
    .banner_tabin_area .tab-content {
        text-align: center;
    }
    .system_detail ul li {
        font-size: 18px;
    }
    .system_detail ul li::after,
    .view_detail_box.system_detail ul li::after {
        width: 15px;
        height: 15px;
    }
    .system_detail ul li {
        padding-right: 25px;
    }
    .contact_area form .form-control {
        margin: 0 0 10px;
    }
    .contact_area form .btn {
        margin: 0;
    }
    .client_slider {
        padding: 15px 0 0;
        max-width: 65%;
    }
    .client_slider .slick-arrow {
        width: 35px;
        height: 35px;
        top: calc(50% - 17.5px);
    }
    .client_slider .slick-arrow::after {
        width: 9px;
        height: 14px;
    }
    .client_Sec {
        padding: 70px 0 20px;
    }
    .roo_system_sec {
        padding-top: 300px;
    }
    .banner .banner_tabin_area {
        top: 10px;
    }
    .banner .banner_tabin_area::after {
        left: -27px;
    }
    .contact_sec {
        padding: 24px 0;
    }
    .recommend_area .owl-dots .owl-dot {
        list-style: none;
        width: 14px;
        height: 14px;
    }
    .banner_tabin_area .owl-dots {
        bottom: -67px;
        left: -8px;
    }
    /* .banner .banner_tabin_area::after{left: -20px;} */
    .banner_tabin_area .tab-content {
        left: -13px;
    }
}

.banner_inner {
    text-align: center;
    background-image: url(../images/after_banner.png);
    height: 330px;
    display: flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.hideForForms {
    display: none !important;
}

.banner_inner h1 {
    margin: auto;
    color: #2d3789;
    font-size: 34px;
    font-weight: bold;
    background-color: rgba(246, 246, 245, 0.85);
    border-radius: 10px;
    padding: 15px 40px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

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

.breadcrumbs_wrap .breadcrumb ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    font-family: "Open Sans Hebrew Extra";
}

.ts-main--width {
    max-width: 1200px !important;
}

.breadcrumbs_wrap.banner_breadcrumbs {
    background-color: #f5f5f5;
}

.formNameClass {
    display: none !important;
}

.ts-main--width {
    text-align: center;
    max-width: unset !important;
    margin-right: unset !important;
}

.g-recaptcha {
    margin: 0 auto;
    display: table;
}

@media screen and (max-width: 950px) {
    .ts-main--width {
        top: unset !important;
        margin-right: unset !important;
        text-align: center;
    }
}

.ts-main--width input {
    border: 2px solid gainsboro;
}

.ts-share--buttons.ts-mc-2--bc {
    display: none !important;
}

.ts-input.input-submit button {
    border-radius: 15px;
    background-color: coral;
    padding: 10px;
    margin: 15px;
    font-weight: 700;
}

.breadcrumb {
    text-align: center !important;
}

.main-page-form {
    flex-wrap: wrap;
    z-index: 999;
}

.form-input {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.form-input select {
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 63px;
    text-align: center;
}

.form-input input[type="submit"] {
    width: 100%;
}