* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    color: white;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
}

@media (max-width: 768px) {
    header .top .lang {
        margin-right: 9px;
        margin-top: 10px;
    }
}

header .bottom {
    display: flex;
    width: 100%;
    height: 100px;
}

.dropdown-menu {
    transition: 1s;
}

header .bottom ul li {
    display: inline-block;
    margin-left: 10px;
    color: #174875;
    font-size: 17px;
    font-weight: 400;
}

/* fixed nav */

#navbar {
    overflow: hidden;
    background-color: #fff;
    z-index: 10;
    border-bottom: #27aae1 solid;
}

#navbar a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
}

#navbar a.active {
    color: #27aae1;
    font-size: 20px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: rgba(17, 12, 46, 0.15) 0 48px 100px 0;
}

/* */
#search {
    width: 140px;
    height: 35px;
    border-radius: 3px;
    display: none;
}
@media (max-width: 768px) {
    header .bottom ul li a {
        color: blue;
        font-size: 16px;
        font-weight: bolder;
    }
}

/*  image header */

.image-header img {
    width: 100%;
    height: 800px;
}

.image-title {
    position: absolute !important;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#btn-head {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    background-color: #27aae1;
    border-radius: 15px;
    color: white;
}

/* Career page */

.info-page {
    text-align: center;
    color: #010608;
    padding: 14px;
    transition: 1s;
}

.title-page {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px;
    color: black;
    transition: 1s;
}

.title-page:hover {
    color: #27aae1;
}

.iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#button-career {
    background-color: #27aae1;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    margin-bottom: 80px;
}

/* career apply page */

.formApply {
    width: 90%;
    border-radius: 5px;
    box-shadow: 0 0 12px 0;
    color: #27aae1;
    margin-top: 30px;
    border: solid 1px blue;
    margin-bottom: 70px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
}

label {
    margin-bottom: 25px;
}

input,
select {
    height: 60px;
}

#btn-apply {
    background-color: #27aae1;
    color: white;
    font-size: 22px;
    border-radius: 2px;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    margin-bottom: 10px;
}

#div-btn {
    margin-left: auto;
    margin-right: auto;
}

/* footer style start */

footer {
    background-color: #27aae1;
}
#footer {
    height: fit-content;
    padding-bottom: 1px;
    padding-top: 20px;
}

footer .logoFooter {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}

footer .socialFooter {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}
footer .socialFooter li {
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}
footer .contactFooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
footer .linkFooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
footer .coprightFooter {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}
footer .policyFooter {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
footer .linkFooter span {
    font-size: 16px;
    font-weight: 400;
}
footer .contactFooter span {
    font-size: 16px;
    font-weight: 400;
}
/* footer style end */

/* left side style
footer .logo {
    width: 145px;
    height: 95px;

}
*/

/* left middle styles */

.middle-left ul {
    direction: rtl;
    margin-top: 30px;
}

.middle-left li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.copyright-policys {
    font-size: 9px;
    font-weight: 400;
}

/* right middle  styles */

.middle-right {
    margin-left: 120px;
    text-align: left;
}

.title {
    margin-top: 70px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.footerUl {
    font-size: 18px;
    font-weight: 450;
}

/* right side styles */

.policys {
    font-size: 9px;
    font-weight: 400;
    text-align: left;
}
.policys1 {
    font-size: 9px;
    font-weight: 400;
    text-align: right;
}
.contactfooter {
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 350;
}

/* home page */

/* vars */

:root {
    --mainColor: #27aae1;
    --mainBackColor: rgb(39 170 225 /6%);
    --mainHeadingColor: #174875;
    --prargrapgTitleColor: #1b4b77;
    --paragraphColor: #464646;
    --buttonColor: #174875;
}

/* reset for all website */

/* body styles */

/* this styles for al section titles in the bage */

.section-title {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    color: var(--mainHeadingColor);
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
    width: 416px;
}

/* this styles for all button in the bage */

#card-button {
    padding-left: 5px;
    font-size: 11px;
    font-weight: 450;
    color: var(--buttonColor);
    border: none;
    text-decoration: underline 2px var(--buttonColor);
    background-color: inherit;
}

/* this styles for all links in the bage */

.links {
    display: inline-block;
    color: var(--mainColor);
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
}

/* contaner styles / this styles for all sections in the bage */

.web-contaner {
    width: 100%;
    margin-bottom: 150px;
}

.section-container {
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    width: 85%;
    text-align: center;
}

.title {
    margin-bottom: 40px;
}

.title h1 {
    font-size: 35px;
    font-weight: 400;
    color: var(--mainHeadingColor);
    margin-bottom: 15px;
}

.item-container {
    width: fit-content;
    background-color: var(--mainBackColor);
}

.item-content {
    padding-left: 10%;
    text-align: left;
    padding-right: 10%;
}

.item-content h3 {
    color: var(--prargrapgTitleColor);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    letter-spacing: 1px;
    margin: 0;
}

.item-content p {
    color: var(--paragraphColor);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.hr {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    width: 85%;
    height: 1px;
    background: #464646;
}

/* Ready Made ERP section styles */

.container .ready {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container .ready .section-title {
    margin-top: 140px;
}

.card span {
    color: var(--prargrapgTitleColor);
    font-size: 17px;
    display: block;
    padding: 15px;
    font-weight: 400;
}

.card p {
    padding-left: 15px;
    color: var(--paragraphColor);
    font-size: 14px;
    font-weight: 400;
}

/* Subscribe section styles */

.Subscribe {
    width: 100%;
    background-image: url("../images/Rectangle-1.png"); /* edit */
    height: 275px;
    margin-top: 100px;
    background-repeat: no-repeat;

    position: relative;
    z-index: 1;
}

.Subscribe::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #174875;
    opacity: 44%;
    z-index: -1;
}

.Subscribe .Subscribe-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-top: 64px;
    height: 100%;
}

.Subscribe .Subscribe-content p {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    line-height: 56px;
}

.Subscribe-buttun {
    width: 210px;
    height: 60px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    display: block;
    border-radius: 4px;
    position: relative;
}

.Subscribe-buttun span {
    position: absolute;
    top: 25%;
    right: 25%;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.mobile-app-container {
    height: 275px;
    width: 100%;
    background-image: url("../images/Rectangle.svg");
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
}

/* overly styles */

.mobile-app-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #174875;
    opacity: 48%;
    z-index: -1;
}

.Mobile-apps-subscribe {
    margin: 0px auto;
    width: 85%;
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 300px;
}
.Mobile-apps-subscribe .right-side-content {
    position: absolute;
    top: -30%;
    right: 0;
    height: 100%;
}

.Mobile-apps-subscribe .right-side-content .logo-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.Mobile-apps-subscribe .right-side-content .overlay-image {
    height: 150%;
}
@media (max-width: 991px) {
    .Mobile-apps-subscribe .right-side-content {
        position: relative;
        top: 0;
    }

    .Mobile-apps-subscribe h1 {
        font-size: 24px;
    }

    .Mobile-apps-subscribe .right-side-content .overlay-image {
        height: 100%;
        width: 400px;
    }
    .Mobile-apps-subscribe .right-side-content .logo-image {
        width: 80px;
    }
}
/* .Mobile-apps-subscribe .left-side styles */

.Mobile-apps-subscribe .left-side {
    margin-top: 140px;
}

.Mobile-apps-subscribe .left-side h1 {
    font-size: 43px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.Mobile-apps-subscribe .left-side .line {
    width: 17%;
    height: 3.5px;
    background: #fff;
    display: block;
}

.Mobile-apps-subscribe .left-side p {
    margin-top: 25px;
    color: white;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 500;
}

.Mobile-apps-subscribe .left-side a {
    display: block;
    width: 115px;
    height: 38px;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid;
    text-align: center;
}

.Mobile-apps-subscribe .left-side a span {
    padding-top: 10.5px;
    display: block;
}

/* .Mobile-apps-subscribe right side */

.Mobile-apps-subscribe .right-side {
    position: relative;
    text-align: end;
}

.Mobile-apps-subscribe .right-side .logo {
    position: absolute;
    top: 145px;
    right: 95px;
}

.What-Client-Say-container {
    text-align: center;
    width: 100%;
    height: fit-content;
    background-color: var(--mainBackColor);
}

.What-Client-Say {
    padding-top: 10px;
}

.section-content h1 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #111111;
}

.section-content p {
    font-size: 17px;
    font-weight: 400;
}

/* bottom sectiom */

.bottom-section {
    height: 290px;
    display: grid;
}
.input--file {
    position: relative;
    color: #7f7f7f;
    float: right;
}

.input--file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.card-text {
    color: black;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
#href-card h5 p ul:hover {
    color: orange;
}
.card-title {
    color: black;
    transition: 0.5s;
}
.card-title:hover {
    color: orange !important;
}
.card-text:hover {
    color: orange !important;
}
.card-text:hover {
    transition: 0.5s;
}
#img-card {
    top: 0;
    margin: 0;
    padding: 0;
    height: 220px;
    width: 200px;
}
#button-card {
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 12px;
    box-shadow: 0 0 4px 0;
}

/* ========================================================= */
/* owl-carousel */
/* ========================================================= */
.shadow-effect {
    text-align: center;
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
    color: #333;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    padding: 18px 34px;
    border-radius: 12px;
    text-align: center;
    color: #333;
    font-weight: 600;
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px 10px;
    margin-bottom: 80px;
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
    border-radius: 50%;
    border: 2px #27aae1 solid;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190e7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190e7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
/* */
/* */
/* */

.owl-carousel {
    position: relative;
    padding-top: 80px;
}

#customers-testCarousel .item-details {
    background-color: #fff;
    color: #333;
    padding: 20px 10px;
    text-align: left;
}
#customers-testCarousel .item-details h5 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 18px;
}
#customers-testCarousel .item-details h5 span {
    color: red;
    float: right;
    padding-right: 20px;
}
#customers-testCarousel .item-details p {
    font-size: 14px;
}
#customers-testCarousel .item {
    text-align: center;
    margin-bottom: 80px;
    border: #d8d8d8 1px solid;
    border-radius: 7px;
}

.owl-carousel .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

.owl-carousel .owl-prev {
    left: -70px;
}

.owl-carousel .owl-next {
    right: -70px;
}
@media (max-width: 769px) {
    .owl-carousel .owl-next,
    .owl-carousel .owl-prev {
        display: none;
    }
}
.owl-carousel .owl-item #img {
    transform-style: preserve-3d;
    width: 100%;
    margin: 0 auto 17px;
    border: none;
}

hr {
    width: 100%;
    color: #bbbbbb;
}

.header_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: background 0.4s, all 0.3s linear;
}
.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}
.header_area .navbar .logo_h {
    color: #fff;
    height: 80px;
    text-align: center;
    line-height: 69px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.header_area .navbar .navbar-brand {
    padding-top: 0;
}
.header_area .navbar .nav .nav-item {
    margin-right: 35px;
}
.header_area .navbar .nav .nav-item .nav-link {
    font: 500 12px/80px "Poppins", sans-serif;
    text-transform: uppercase;
    color: #202e31;
    padding: 0px;
    display: inline-block;
    /* font-size: 14px; */
}
.header_area .navbar .nav .nav-item .nav-link:after {
    display: none;
}
.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
    color: #27aae1;
}
.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}
.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0px;
        min-width: 500px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
    }
}
.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #202e31;
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #27aae1;
    color: #fff;
}
@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}
.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}
.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}
.header_area + section,
.header_area + row,
.header_area + div {
    margin-top: 122px;
}
.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
}

.top_menu {
    background: #27aae1;
}
.top_menu .header_social {
    float: right;
}
.top_menu .header_social li {
    display: inline-block;
    margin-right: 15px;
}
.top_menu .header_social li a {
    font-size: 13px;
    color: #888888;
    display: inline-block;
    line-height: 42px;
    transition: all 300ms linear 0s;
}
.top_menu .header_social li:last-child {
    margin-right: 0px;
}
.top_menu .header_social li:hover a {
    color: #27aae1;
}
@media (max-width: 991px) {
    .top_menu .header_social li {
        margin-right: 7px;
    }
}
.top_menu .dn_btn {
    line-height: 42px;
    display: inline-block;
    font-size: 14px;
    margin-right: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #888888;
    transition: all 300ms linear 0s;
}
.top_menu .dn_btn:hover {
    color: #27aae1;
}
.top_menu .dn_btn:last-child {
    margin-right: 0px;
}
.top_menu .dn_btn i {
    color: #27aae1;
    margin-right: 10px;
}
@media (max-width: 991px) {
    .top_menu .dn_btn {
        margin-right: 5px;
        font-size: 13px;
    }
}
.top_menu .follow_us {
    float: left;
    color: #777;
    font-size: 14px;
    line-height: 42px;
    margin-right: 17px;
}

@media (max-width: 767px) {
    .top_menu {
        display: none;
    }
}
.right-button {
    margin-left: 60px;
    margin-top: 15px;
}
.right-button ul {
    padding: 0;
    list-style: none;
}
.right-button ul li {
    display: inline-block;
    margin-left: 30px;
    font-size: 16px;
}
.right-button ul li a {
    color: #777;
}
.right-button .shop-icon {
    position: relative;
}
.right-button .shop-icon span {
    position: absolute;
    background: #27aae1;
    right: -10px;
    top: -4px;
    border-radius: 50px;
    color: #fff;
    width: 15px;
    height: 15px;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
}
@media (max-width: 991px) {
    .right-button {
        display: none;
    }
}

#search_input_box {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1140px;
    z-index: 999;
    text-align: center;
    padding: 0 20px;
    background: #27aae1;
}
#search_input_box ::placeholder {
    color: #fff;
}

#search_input_box .form-control {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    padding: 0;
}

#search_input_box .btn {
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

#search_input_box .ti-close {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 10px;
}

.search-inner {
    padding: 5px 15px;
}

.form-control:focus {
    box-shadow: none;
}

.navbar_fixed #search_input_box {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1140px;
    z-index: 999;
    text-align: center;
    padding: 0 20px;
    top: 80px;
}
@media (max-width: 1619px) {
    /* Main Menu Area css
    ============================================================================================ */
    .header_area .navbar .search {
        margin-left: 40px;
    }
    /* End Main Menu Area css
    ============================================================================================ */
    .testimonials_area .owl-prev,
    .testimonials_area .owl-next {
        right: 15px;
    }
}
@media (max-width: 1300px) {
    .testimonials_area .owl-prev,
    .testimonials_area .owl-next {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 25px;
        top: auto;
    }
    .testimonials_area .owl-prev {
        transform: rotate(90deg);
    }
    .testimonials_area .owl-next {
        transform: rotate(90deg);
        margin-left: -40px;
    }
}
.What-Client-Say-container{
    margin-top: 150px;
}
.What-Client-Say-container #customers-testimonials{
    padding-top: 0;
}

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

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: white;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.row.m0 {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

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

.p_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pad_top {
    padding-top: 120px;
}

.mt-25 {
    margin-top: 25px;
}



img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

@media (min-width: 1620px) {
    .box_1620 {
        max-width: 1650px;
        margin: auto;
    }
}
/* */

.top_menu .float-right .navbar-nav {
    display: contents;
}

.top_menu .float-right ul .nav-item {
    display: inline-block;
}
.header_area .top_menu .btn-group button {
    border: none;
}

.header_area .top_menu .btn-group .dropdown-menu {
    width: 195px;
    background: transparent;
    border: none;
}
.header_area .top_menu .btn-group .dropdown-menu li {
    display: inline-block;
    background: transparent;
    border: none;
}
.header_area .top_menu .btn-group .dropdown-menu li a {
    padding: 0 5px;
}
.header_area .top_menu .btn-group .dropdown-item:active {
    background: transparent;
}

.header_area .top_menu .btn-group .dropdown-item:hover {
    background: transparent;
}
