
/*=============================
	1. Google Fonts
===============================*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
/*** 
====================================================================
	Css Files
====================================================================
***/

/* Module Css */

@import url("module-css/header.css");
/*=============================
	1. Variable CSS
===============================*/


html,
body{
    font-family: "Josefin Sans" !important;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
:root {
    --thm-body-font: "Josefin Sans";
    --thm-body-font-size: 18px;
    --thm-body-font-weight: 400;
    --thm-body-font-color: #383838;
    --thm-heading-font: "Outfit", sans-serif;
    --thm-heading-font-color: #101010;
    --thm-heading-font-weight: 700;
    --thm-primary: #164343;
    --thm-secondary: #0c0668;
    --thm-body-background: #ffffff;
    --thm-bg-white: #ffffff;
    --thm-bg-ling-green: #e3f9f5;
    --thm-white: #ffffff;
    --thm-black: #101010;
    --thm-green: #164343;
    --thm-teal: #0c0668;
}

body {
    font-family: "Josefin Sans";
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #383838;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 0;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img,
.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #0c0668;
    text-decoration: none;
}

a,
button {
    color: #0c0668;
    outline: medium none;
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans";
    color: #101010;
    margin-top: 0px;
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3.12rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

/*=============================
	2. Comon CSS
===============================*/

.bg-green {
    background-color: var(--thm-green);
}

.bg-light-greem {
    background-color: #0c0668;
}

.hero-ptb {
    padding: 270px 0 130px;
}

.sec-ptb {
    padding: 60px 0;
}

.sec-pt {
    padding-top: 140px;
}

.sec-pb {
    padding-bottom: 140px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-100 {
    margin-right: 100px;
}

.c-black {
    color: #000 !important;
}

/*=============================
	3. Helping Class CSS
===============================*/

.text-white {
    color: #fff;
}

.text-teal {
    color: #0c0668;
}

.br-style1 {
    position: relative;
    border-radius: 0px 180px 0px 200px;
}

.br-style1::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-radius: 0px 200px;
    top: -30px;
    left: 30px;
}

.br-style2 {
    border-radius: 10px !important;
}

.br-style2::before {
    border: 2px solid rgba(22, 67, 67, 0.12);
    border-radius: 10px !important;
}

/*=============================
    4. Sec Content CSS
===============================*/

.sec-content p {
    margin-bottom: 12px;
}

.sec-content ul.sec-list-item {
    margin-bottom: 30px;
}

.sec-content ul.sec-list-item li {
    position: relative;
    margin-bottom: 16px;
    font-weight: 500;
    color: #000;
}

.sec-content ul.sec-list-item li i {
    color: #0c0668;
    margin-right: 8px;
}

.sec-content ul.sec-list-item li:last-child {
    margin-bottom: 0;
}

.sec-content .sec-btn {
    display: inline-block;
    margin-top: 10px;
}

/*=============================
	4. Sec Title CSS
===============================*/

.sec-sub-title {
    position: relative;
    display: block;
    padding-bottom: 14px;
    font-size: 45px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
}

.sec-title {
    position: relative;
    display: block;
    padding-bottom: 18px;
    font-size: 50px;
    line-height: 68px;
}

/*=============================
	5. Thm Btn CSS
===============================*/

.thm-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 7px 7px;
    background-color: transparent;
    border: 2px solid #0c0668;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Josefin Sans";
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.thm-btn::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    position: absolute;
    background: #0c0668;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thm-btn:hover:before,
.thm-btn:hover:after {
    width: 0;
}

.thm-btn .txt {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.thm-btn:hover {
    color: #0c0668;
}

.thm-btn i {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-left: 7px;
    font-size: 16px;
    z-index: 1;
}

a.read-more {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

a.read-more i {
    font-size: 20px;
    display: inline-block;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.read-more:hover i {
    margin-left: 5px;
}
.thm-btn-style2 {
    color: #fff;
    border: 2px solid #0c0668;
    width: 102px;
}


.thm-btn-style2::before {
    background: #0c0668;
}

.thm-btn-style2:hover {
    color: #0c0668;
}
.thm-btn-style3 {
    color: #000;
    border: 2px solid #0c0668;
    width: 102px;
}


.thm-btn-style3::before {
    background: #0c0668;
}

.thm-btn-style3:hover {
    color: #0c0668;
}
.btn-box img{
    width: 80px;
}
/*== Owl Nav Style1 Css ======*/

.owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    font-size: 32px;
    color: #0c0668;
    background: #e3f9f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    color: #fff;
    background: #0c0668;
}

.owl-nav .owl-prev {
    margin-right: 24px;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none;
}

hr {
    border-bottom: 1px solid var(--thm-primary-color);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #383838;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-placeholder {
    color: #383838;
    font-size: 18px;
    opacity: 1;
}

*::-webkit-input-placeholder {
    color: #383838;
    font-size: 18px;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #383838;
    font-size: 18px;
    opacity: 1;
}

*::-ms-input-placeholder {
    color: #383838;
    font-size: 18px;
    opacity: 1;
}

*::placeholder {
    color: #383838;
    font-size: 18px;
    opacity: 1;
}

.theme-overlay {
    position: relative;
}

.theme-overlay::before {
    background: var(--thm-primary-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid var(--thm-primary-color);
}

.auto-container {
    position: static;
    max-width: 1320px;
    width: 100%;
    padding: 0px 12px;
    margin: 0 auto;
}

/* Bootstrap 5 */

.container {
    max-width: 1320px;
    padding-left: 12px;
    padding-right: 12px;
}

.row {
    --bs-gutter-x: 24px;
}

.row.g-0 {
    --bs-gutter-x: 0;
}

.fix {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

/*=============================
	scrollUp css
===============================*/

/* scrollUp */

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 18px;
    border-radius: 6px;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #0c0668;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border: none;
}

.scroll-top.open {
    bottom: 19%;
    right: 25px;
}
.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: #0c0668;
}

/*=============================
	accordion css
===============================*/

.accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 2em;
    background-color: #000;
    font-size: 1.25em;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
    background-color: #00aaa7;
}

.accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
    opacity: 0;
}

.accordion-content {
    padding-left: 2.3125em;
    border: 1px solid #0079c1;
}

/*=============================
	6. breadcumb section css
===============================*/

#site-breadcumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#site-breadcumb .site-breadcumb-wrapper {
    background: rgba(22, 67, 67, 0.9);
    padding: 280px 0 140px;
}

.breadcumb-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcumb-content h1.breadcumb-title {
    font-size: 64px;
    color: #fff;
}

.breadcumb-content ul.page-navigator {
    margin-left: auto;
}

.breadcumb-content ul.page-navigator li {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    float: left;
    margin-right: 15px;
    position: relative;
}

.breadcumb-content ul.page-navigator li a {
    color: rgba(255, 255, 255, 0.3);
}

.breadcumb-content ul.page-navigator li a:hover {
    color: #fff;
}

.breadcumb-content ul.page-navigator li::after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    margin-left: 15px;
    color: #fff;
}

.breadcumb-content ul.page-navigator li:last-child {
    margin-right: 0;
}

.breadcumb-content ul.page-navigator li:last-child a {
    color: #fff;
    cursor: inherit;
}

.breadcumb-content ul.page-navigator li:last-child::after {
    display: none;
}

/*=============================
	7. Hero section CSS
===============================*/

.hero-content {
    position: relative;
    margin-right: 3%;
}

.hero-content .hero-tagline {
    color: #0c0668;
    font-weight: 500;
    margin-bottom: 14px;
}

.hero-content h1.hero-title {
    margin-bottom: 18px;
}

.hero-content .hero-btn-area {
    margin-top: 40px;
}

.hero-content .hero-btn-area a.thm-btn:last-child {
    margin-left: 24px;
}

.hero-content .hero-btn-area a.play-btn {
    margin-left: 30px;
}

.hero-content .hero-btn-area a.play-btn i {
    font-size: 24px;
    color: #0c0668;
    padding: 15px;
    border: 2px solid #0c0668;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hero-content .hero-btn-area a.play-btn i:hover {
    background: #0c0668;
    color: #fff;
}

.hero-content .hero-btn-area span.play-intro {
    color: #fff;
    margin-left: 14px;
    font-weight: 600;
}

.hero-content .hero-team-info {
    margin-top: 80px;
    padding: 7px 20px;
    border-radius: 120px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    width: 70%;
}

.hero-content .hero-team-info .team-members .team-members-img {
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: -30px;
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hero-content .hero-team-info .team-members:hover .team-members-img {
    margin-right: -25px;
}

.hero-content .hero-team-info .total-team-count {
    margin-left: 70px;
    color: #fff;
}

.hero-content .hero-team-info .total-team-count span {
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
}

.hero-images {
    position: relative;
}

.hero-images .feature-one img {
    width: 100%;
}

.hero-images .feature-two {
    position: absolute;
    right: -70px;
    bottom: -30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(16, 16, 16, 0.5);
    box-shadow: 0px 10px 50px 0px rgba(16, 16, 16, 0.5);
    overflow: hidden;
    -webkit-animation-name: moveUpDown;
    animation-name: moveUpDown;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.hero-style1::before {
    content: "\f103";
    font-family: flaticon_itco !important;
    font-size: 200px;
    position: absolute;
    color: #145656;
    top: 0;
    left: -10%;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.hero-sec2 {
    position: relative;
}

.hero-sec2::before,
.hero-sec2::after {
    content: "";
    position: absolute;
}

.hero-sec2::before {
    width: 700px;
    height: 700px;
    background: url(../assets/images/logo/circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: -30%;
    left: -14%;
    -webkit-animation: zoomInOut 5s infinite;
    animation: zoomInOut 5s infinite;
}

.hero-content-style1::before,
.hero-content-style1::after {
    content: "";
    position: absolute;
    font-family: flaticon_itco !important;
}

.hero-content-style1::before {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #8ec1ae;
    top: -10%;
    right: 20%;
    -webkit-animation: zoomInOut 2s infinite;
    animation: zoomInOut 2s infinite;
}

.hero-content-style1::after {
    height: 150px;
    width: 150px;
    background: url(../assets/images/hero/mask-group.svg);
    bottom: 0;
    right: 0;
    -webkit-animation: Roted 3s infinite;
    animation: Roted 3s infinite;
}

.hero-slider-item {
    width: 100%;
    height: 76vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-slider-item .slider-img-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: rgba(22, 67, 67, 0.7);
}

.hero-slider-item .hero-content {
    margin: 0 5%;
}

.hero-slider-item .hero-content span.hero-tagline {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
}

.hero-slider-item .hero-content .hero-title,
.hero-slider-item .hero-content p {
    color: #fff;
    opacity: 0;
}

.hero-slider-item .hero-content .hero-title {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.hero-slider-item .hero-content p {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.hero-slider-item .hero-content .hero-btn-area {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
}

.hero-slider .owl-nav {
    top: 50%;
    width: 100%;
}

.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
    position: absolute;
}

.hero-slider .owl-nav .owl-prev {
    left: 6%;
}

.hero-slider .owl-nav .owl-next {
    right: 6%;
}

.hero-slider .thm-btn:hover {
    color: #0c0668;
    background: #e3f9f5;
    border-color: #e3f9f5;
}

.hero-slider .thm-btn-style2:before {
    background: #e3f9f5;
}

.hero-slider .thm-btn-style2 {
    color: #0c0668;
    border-color: #e3f9f5;
}

.hero-slider .thm-btn-style2:hover {
    color: #fff;
    background: #0c0668;
    border-color: #0c0668;
}

.hero-slider .owl-item.active span.hero-tagline {
    -webkit-animation: fadeInDown;
    animation: fadeInDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    opacity: 1;
}

.hero-slider .owl-item.active h1.hero-title {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    opacity: 1;
}

.hero-slider .owl-item.active p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 1;
}

.hero-slider .owl-item.active .hero-content .hero-btn-area {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    opacity: 1;
}

/*=============================
	8. About section CSS
===============================*/

.about-sec .sec-content {
    margin-left: 76px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-sec .sec-images {
    position: relative;
}

.about-sec .sec-images .sec-img-one {
    width: 80%;
    border-radius: 318px;
}

.about-sec .sec-images .sec-img-one img {
    width: 100%;
}

.about-sec .sec-images .sec-img-one::after {
    content: "\f120";
    font-family: flaticon_itco !important;
    font-size: 200px;
    position: absolute;
    color: #0c0668;
    top: 84px;
    right: 15%;
    z-index: -1;
}

.about-sec .sec-images .sec-img-two {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    border: 10px solid #fff;
    border-radius: 153px;
}

.about-sec .sec-images .sec-img-two img {
    width: 100%;
}

.about-sec2 .sec-img-one {
    width: 100% !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.about-sec2 .sec-images {
    overflow: hidden;
}

.about-sec2 .sec-images .sec-img-info {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 286px;
    width: 269px;
    background: #0c0668;
    outline: 10px solid #fff;
    border-radius: 10px;
    padding: 42px 60px;
}

.about-sec2 .sec-images .sec-img-info span {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-sec2 .sec-images .sec-img-info p {
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.about-sec3 .sec-images {
    position: relative;
    border-radius: 10px !important;
    overflow: hidden;
    margin-left: 76px;
}

.about-sec3 .sec-images .sec-img-one img {
    width: 100%;
}

.about-sec3 .sec-images .sec-img-two {
    position: absolute;
    bottom: 0;
    left: 0;
    outline: 10px solid #fff;
    border-radius: 10px;
    width: 55%;
}

.about-sec3 .sec-images .sec-img-two img {
    width: 100%;
}


/*=============================
	12. Business Section CSS
===============================*/

.business-sec {
    padding-bottom: 250px;
}

.business-sec .sec-images {
    margin-left: 76px;
    border-radius: 10px;
    overflow: hidden;
}

.business-sec .sec-images img {
    width: 100%;
}

.ab-progress .progress-title {
    font-family: "Josefin Sans";
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.ab-progress .ab-progress-bar {
    height: 8px;
    background: #0c0668;
    border-radius: 6px;
}

.ab-progress .progress-bar-wrap {
    height: inherit;
    background: #a1cebe;
    border-radius: 6px;
    border: none;
}

.ab-progress+.ab-progress {
    margin-top: 25px;
}

.ab-progress .progress-indicator-inner {
    font-family: "Josefin Sans";
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: var(--thm-green);
}

.ab-progress .down-arrow {
    border-top: 7px solid var(--progress-indicator-background, var(--thm-green));
}

/*=============================
	13. company quick info Section CSS
===============================*/

.company-qinfo-raaper {
    padding: 50px 0;
    margin-top: -110px;
    border-radius: 10px;
}

.company-qinfo-raaper .single-info {
    padding: 14px 85px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.company-qinfo-raaper .single-info:last-child {
    border-right: inherit;
}

.company-qinfo-raaper .single-info i {
    font-size: 60px;
    color: #0c0668;
    margin-right: 25px;
}

.company-qinfo-raaper .single-info .info h2 {
    color: #fff;
}

.company-qinfo-raaper .single-info .info h2 span {
    font-family: "Josefin Sans";
    font-size: 3.12rem;
    font-weight: 700;
    line-height: 1.2em;
}

.company-qinfo-raaper .single-info .info span {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}



/*=============================
	15. Brand Section CSS
===============================*/

.brand-sec .sec-content h5 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.brand-sec .sec-content h5 span {
    color: #0c0668;
}

.brand-slider .item img {
    width: inherit;
}

/*=============================
	16. Testimonial Section css
===============================*/

.single-testimonial {
    position: relative;
    border-radius: 10px;
    background: #e3f9f5;
    overflow: hidden;
}

.single-testimonial .feedback {
    padding: 30px 30px 42px;
}

.single-testimonial .feedback .rating {
    margin-top: 20px;
    margin-bottom: 40px;
}

.single-testimonial .feedback .rating i {
    color: #0c0668;
    font-size: 18px;
}

.single-testimonial .customar-info {
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0c0668;
}

.single-testimonial .customar-info .customar-img {
    width: 60px;
    height: 60px;
    margin-right: 16px;
}

.single-testimonial .customar-info .customar-title h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2px;
    color: #fff;
}

.single-testimonial .customar-info .customar-title span.title {
    color: #fff;
}

.single-testimonial .com-logo {
    position: absolute;
    top: 30px;
    right: 30px;
}

.single-testimonial .com-logo i {
    font-size: 60px;
    color: rgba(22, 165, 113, 0.3);
}

.testimonial-slider .owl-dots,
.testimonial-slider3 .owl-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}

.testimonial-slider .owl-dots .owl-dot,
.testimonial-slider3 .owl-dots .owl-dot {
    border: 3px dotted transparent;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.testimonial-slider .owl-dots .owl-dot span,
.testimonial-slider3 .owl-dots .owl-dot span {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff !important;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0c0668;
    display: block;
    margin: 4px;
}

.testimonial-slider .owl-dots .owl-dot.active,
.testimonial-slider3 .owl-dots .owl-dot.active {
    border-color: #fff;
}

.testimonial-sec2 .sec-content h2.sec-title,
.testimonial-sec2 .sec-content h6.sec-sub-title {
    color: #fff;
}

.testimonial-slider2 {
    position: relative;
}

.testimonial-slider2::before {
    content: "\f11b";
    font-family: flaticon_itco !important;
    position: absolute;
    color: rgba(255, 255, 255, 0.05);
    font-size: 300px;
    top: 16%;
    left: 50%;
    -webkit-transform: rotate(180deg) translateX(50%);
    transform: rotate(180deg) translateX(50%);
}

.testimonial-slider2 .owl-nav {
    position: absolute;
    top: 8%;
    width: 100%;
}

.testimonial-slider2 .owl-nav .owl-prev,
.testimonial-slider2 .owl-nav .owl-next {
    position: absolute;
}

.testimonial-slider2 .owl-nav .owl-next {
    right: 0;
}

.single-testimonial-style2 .feedback {
    margin: 0 10%;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(250, 250, 254, 0.3);
}

.single-testimonial-style2 .feedback p {
    font-size: 26px;
    font-weight: 700;
    line-height: 42px;
    color: #fff;
}

.single-testimonial-style2 .customar-info {
    margin-top: 32px;
}

.single-testimonial-style2 .customar-info .customar-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 14px;
}

.single-testimonial-style2 .customar-info .customar-img img {
    width: 100%;
}

.single-testimonial-style2 .customar-info .customar-title h5 {
    font-size: 26px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 2px;
}

.single-testimonial-style2 .customar-info .customar-title span.title {
    color: #fff;
}

.single-testimonial-style3 {
    padding: 50px 30px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(22, 165, 113, 0.08);
    box-shadow: 0px 10px 10px 0px rgba(22, 165, 113, 0.08);
}

.single-testimonial-style3 .feedback {
    width: 34%;
    margin-right: 30px;
    text-align: center;
}

.single-testimonial-style3 .feedback .customar-img {
    border-radius: 5px;
    overflow: hidden;
}

.single-testimonial-style3 .feedback .customar-img img {
    width: 100%;
}

.single-testimonial-style3 .feedback .rating {
    margin-top: 20px;
}

.single-testimonial-style3 .feedback .rating i {
    color: #0c0668;
}

.single-testimonial-style3 .customar-info {
    position: relative;
    width: 66%;
}

.single-testimonial-style3 .customar-info .customar-title h5 {
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 2px;
}

.single-testimonial-style3 .customar-info p.comment {
    margin-top: 18px;
}

.single-testimonial-style3 .customar-info .com-logo {
    position: absolute;
    right: 0;
    top: 0;
}

.single-testimonial-style3 .customar-info .com-logo i {
    color: #0c0668;
    font-size: 60px;
}

/* Testimonial page css*/

.testimonial-page-sec {
    padding-bottom: 116px;
}

.testimonial-page-sec .single-testimonial {
    margin-bottom: 24px;
}

.faq-page.testimonial-sec2 h6.sec-sub-title {
    color: #0c0668;
}

.faq-page.testimonial-sec2 h2.sec-title,
.faq-page.testimonial-sec2 p.comment,
.faq-page.testimonial-sec2 .customar-title h5,
.faq-page.testimonial-sec2 .customar-title span.title {
    color: #000;
}

.faq-page.testimonial-sec2 .owl-nav .owl-prev {
    background: #0c0668;
}

.faq-page.testimonial-sec2 .owl-nav .owl-prev i {
    color: #fff;
}

.faq-page.testimonial-sec2 .single-testimonial-style2 .feedback {
    border-color: rgba(56, 56, 56, 0.3);
}

.faq-page.testimonial-sec2 .testimonial-slider2::before {
    color: rgba(22, 165, 113, 0.1);
}



/*=============================
	18. Faq Section CSS
===============================*/

.faq-sec #accordion h4.accordion-title {
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    background: transparent;
    color: #000;
    border-radius: 10px;
    margin-bottom: 14px;
    border: 1px solid rgba(56, 56, 56, 0.1);
}

.faq-sec #accordion h4.accordion-title::before,
.faq-sec #accordion h4.accordion-title::after {
    background: #000;
}

.faq-sec #accordion h4.accordion-title.open {
    background: #0c0668;
    color: #fff;
}

.faq-sec #accordion h4.accordion-title.open::before,
.faq-sec #accordion h4.accordion-title.open::after {
    background: #fff;
}

.faq-sec #accordion .accordion-content {
    padding: 0;
    margin: 0 5px 20px;
    border: none;
}

.faq-sec #accordion .accordion-content:last-child {
    margin-bottom: 0;
}

.faq-sec .sec-images {
    margin-left: 76px;
}

.faq-sec .sec-images .sec-img-one {
    border-radius: 275px 0px;
    overflow: hidden;
}

.faq-sec .sec-images .sec-img-one img {
    width: 100%;
}



/*=============================
	20. Footer Section CSS
===============================*/

/* .footer-sec {
    background: url(../images/footer.png) center/cover;
} */

.footer-sec .footer-hr {
    margin-bottom: 0;
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.footer-widget.pages-links {
    margin-left: -40px;
}

.footer-widget {
    color: #fff;
    margin-bottom: 40px;
}

.footer-widget .footer-widget-logo {
    margin-bottom: 30px;
}

.footer-widget h4.footer-widget-title {
    margin-bottom: 55px;
    font-size: 26px;
    line-height: 42px;
    color: #0c0668;
}

.footer-widget .footer-widget-content .footer-social-icon {
    margin-top: 30px;
}

.footer-widget .footer-widget-content .footer-social-icon a {
    height: 42px;
    width: 42px;
    border: 1px solid #0c0668;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
    color: #0c0668;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.footer-widget .footer-widget-content .footer-social-icon a:hover {
    background: #0c0668;
    color: #fff;
}

.footer-widget .footer-widget-content .footer-social-icon a:last-child {
    margin-right: 0;
}

.footer-widget .footer-widget-content .footer-links ul li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #0c0668
}

.footer-widget .footer-widget-content .footer-links ul li a {
    color: #0c0668;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 16px;
}

.footer-widget .footer-widget-content .footer-links ul li a:hover {
    color: #0c0668;
}

.footer-widget .footer-widget-content .footer-links ul li:last-child {
    margin-bottom: 0;
}

.footer-recent-post .blog-sidebar-box-item {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 0;
}

.footer-recent-post .blog-sidebar-box-item:last-child {
    margin-bottom: 0;
}

.footer-recent-post .blog-sidebar-box-item .content-box {
    margin-left: 15px;
}

.footer-recent-post .blog-sidebar-box-item .content-box .meta-box ul.meta-info {
    margin-bottom: 2px;
}

.footer-recent-post .blog-sidebar-box-item .content-box .meta-box ul.meta-info li {
    margin-right: 0;
}

.footer-recent-post .blog-sidebar-box-item .content-box .meta-box ul.meta-info li span a {
    color: #fff;
}

.footer-recent-post .blog-sidebar-box-item .content-box .title-box h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}

.footer-copyright-text p {
    color: #fff;
    padding: 30px 0;
}

.footer-copyright-text p a {
    font-weight: 500;
    color: #0fc482;
}

.footer2 .section-overlay {
    padding-top: 30px;
}

.newslatter-style2 {
    background: #0c0668;
    border-radius: 10px;
    padding: 38px 50px;
    overflow: hidden;
    margin-bottom: -68px;
}

.newslatter-style2 .newslatter-text {
    font-size: 30px;
    color: #fff;
}

.newslatter-style2 .Subscribe-form {
    position: relative;
}

.newslatter-style2 .Subscribe-form input.form-control {
    width: 100%;
    padding: 17px 20px;
    line-height: 30px;
    border-radius: 10px;
}

.newslatter-style2 .Subscribe-form button.thm-btn {
    position: absolute;
    background: #0c0668;
    margin-top: 4px;
    right: 5px;
    padding-left: 40px;
    padding-right: 40px;
}

.newslatter-style2 .Subscribe-form button.thm-btn:hover {
    color: #fff;
}
.footer__copy_write {
    padding: 20px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer__copy_write .copy__right {
    margin-bottom: 10px;
}
.footer__copy_write p {
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: 400;
}
.footer__copy_write .link {
    margin-bottom: 10px;
}
.footer__copy_write a {
    font-weight: 400;
    color: #fff;
    padding: 0px 5px;
}
.link img {
    width: 85px;
    margin-top: -16px;
}
.footer-widget-content{
    margin-top: -14%;
}
.footer-links li i{
    color: #000;
    font-size: 20px;
}
.footer-btm{
    background-color: #0c0668;
}

/* online css starts */
.section-bg-5 {
    background: linear-gradient(45deg, rgb(12 6 104 / 58%), rgb(5 5 13 / 67%)), url(../images/onsite1.jpg);
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
}

.pb-80 {
    padding-bottom: 80px;
}
.pt-120 {
    padding-top: 120px;
}

.mb-50 {
    margin-bottom: 50px;
}
.bd-section__title-two h6 {
    background: #fff;
    position: relative;
    padding: 8px 20px 8px 26px;
    border-radius: 50px;
    box-shadow: 0px 16px 32px 0px rgba(20, 31, 43, 0.06);
    color: #141f2b;
    display: inline-block;
    margin-bottom: 25px;
    line-height: 1;
}
.bd-section__title-two h6:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background-image: -webkit-linear-gradient(0deg, #ff3834 0%, #ff7033 100%);
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
    border-radius: 50%;
}
.bd-section__title-two.common.white h2 {
    color: #fff;
    letter-spacing: -1.7px;
    line-height: 1.2;
}
.bd-section__title-two.common h2 {
    font-size: 60px;
    margin-bottom: 30px;
    /* color: var(--clr-common-text-2); */
    /* line-height: 1.2;
    letter-spacing: -1.8px; */
}
.bd-section__title-two h2 {
    /* font-size: 80px; */
    font-weight: 700;
    /* line-height: 1.1;
    color: var(--clr-common-text-2); */
    position: relative;
    z-index: 50;
}
.bd-process__item-left {
    padding-right: 65px;
    padding-left: 15px;
}
.bd-process__arrow-top {
    position: absolute;
    content: "";
    top: 0;
    right: -10px;
}
.bd-process__item-2 {
    display: flex;
    align-items: center;
}
.bd-process__img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.bd-process__img img{
    border-radius: 50%;
}
.p-relative {
    position: relative;
}
.bd-process__item-2:hover .bd-process__img img {
    transform: scale(0.95);
}
.process__number {
    position: absolute;
    right: -20px;
    color: #fff;
    font-weight: 700;
    background-image: -webkit-linear-gradient(0deg, #ff3834 0%, #ff7033 100%);
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.bd-process__content-2 {
    position: relative;
    z-index: 5;
    margin-left: 40px;
}
.bd-process__content-2 h3 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 24p;
}
.bd-process__storck {
    font-size: 120px;
    -webkit-text-stroke: 1px #202e3d;
    color: transparent;
    font-weight: 700;
    position: absolute;
    top: 12px;
    left: -30px;
    z-index: -1;
}
.bd-process__content-2 p {
    color: #b5bcc4;
    margin-bottom: 0;
}

.bd-process__arrow-bottom {
    position: absolute;
    content: "";
    bottom: 0;
    right: -10px;
}
.bd-process__item-right {
    padding-left: 80px;
}
.mb-40 {
    margin-bottom: 40px;
}
/* online css ends */




/* service css starts */


@import "bootstrap";


/* ------------------------------------
	19. Services Section CSS
---------------------------------------*/
.rs-services.services-main-home .services-item .services-wrap {
    position: relative;
    overflow: hidden;
  }
  .rs-services.services-main-home .services-item .services-wrap .services-image img {
    width: 100%;
    height: 400px;
    max-width: unset;
    object-fit: cover;
  }
  .rs-services.services-main-home .services-item .services-wrap .services-content {
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .rs-services.services-main-home .services-item .services-wrap .services-content .service-inner {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
  }
  .rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .icon-top {
    background: #0c0668;
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 50%;
  }
  .rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .icon-top img {
    max-width: 50px;
    transform: scale(1);
  }
  .rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .services-titles .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    /* font-family: "Roboto", Sans-serif; */
    margin: 0 0 10px;
  }
  .rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .services-titles .title a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
  }
  .rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .services-txt {
    color: #CECCCC;
    margin-bottom: 30px;
  }
  .rs-services.services-main-home .services-item .services-wrap .normarl-text-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0c0668;
    padding-left: 30px;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .rs-services.services-main-home .services-item .services-wrap .normarl-text-area .services-titles .title {
    font-size: 20px;
    line-height: 30px;
    /* font-family: "Roboto", Sans-serif; */
    font-weight: 500;
    margin: 0 0 10px;
  }
  .rs-services.services-main-home .services-item .services-wrap .normarl-text-area .services-titles .title a {
    color: #fff;
    text-decoration: none;
  }
  .rs-services.services-main-home .services-item .services-wrap .normarl-text-area .icon-image {
    background: #fff;
    padding: 15px 20px;
  }
  .rs-services.services-main-home .services-item .services-wrap .normarl-text-area .icon-image img {
    margin-bottom: 0;
    border-radius: 0;
    max-width: 42px;
    transform: scale(1);
  }
  .rs-services.services-main-home .services-item .services-wrap:hover .services-content {
    visibility: visible;
    opacity: 1;
  }
  .rs-services.services-main-home .services-item .services-wrap:hover .normarl-text-area {
    opacity: 0;
    visibility: hidden;
    right: -100%;
  }
  .rs-services.services-style1 .services-slider {
    background-color: #FFFFFF;
    padding: 50px 35px 43px 35px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .rs-services.services-style1 .services-slider .services-img {
    margin: 0px 0px 39px 0px;
  }
  .rs-services.services-style1 .services-slider .services-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 0% 0% 0% 0%;
    background-color: #0c0668;
  }
  .rs-services.services-style1 .services-slider .services-img a img {
    width: 40px;
  }
  .rs-services.services-style1 .services-slider .services-content .services-titles .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    /* font-family: "Roboto", Sans-serif; */
    margin: 0px 0px 14px 0px;
  }
  .rs-services.services-style1 .services-slider .services-content .services-titles .title a {
    color: #010d14;
  }
  .rs-services.services-style1 .services-slider .services-content .services-titles .title a:hover {
    color: #0c0668;
  }
  .rs-services.services-style1 .services-slider .services-content .services-txt {
    margin: 0 0 25px;
  }
  .rs-services.services-style2 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    margin-top: -140px;
    z-index: 2;
  }
  .rs-services.services-style2 .services-box {
    padding: 38px 40px 38px 40px;
    background-color: #ffffff;
    box-shadow: 0px 11px 22px 0px rgba(204, 204, 204, 0.25);
  }
  .rs-services.services-style2 .services-box .services-icon {
    margin-bottom: 20px;
  }
  .rs-services.services-style2 .services-box .services-icon a img {
    width: 60px;
  }
  .rs-services.services-style2 .services-box .services-content .title {
    font-size: 21px;
    line-height: 31px;
    font-weight: 700;
    /* font-family: "Roboto", Sans-serif; */
    margin: 0 0 10px;
  }
  .rs-services.services-style2 .services-box .services-content .title a {
    color: #010d14;
  }
  .rs-services.services-style2 .services-box .services-content .title a:hover {
    color: #0c0668;
  }
  .rs-services.services-style2 .services-box .services-content .services-txt {
    margin: 0;
  }
  .rs-services.services-style2 .services-box.services-yellow-box {
    background-color: #0c0668;
  }
  .rs-services.services-style2 .services-box.services-yellow-box .services-content .title a {
    color: #010d14;
  }
  .rs-services.services-style2 .services-box.services-yellow-box .services-content .title a:hover {
    color: #010d14;
  }
  .rs-services.services-style3 .services-item {
    position: relative;
    display: flex;
    padding: 0 30px 0 0px;
  }
  .rs-services.services-style3 .services-item .services-icon img {
    max-width: unset;
    height: 70px;
    width: 70px;
  }
  .rs-services.services-style3 .services-item .services-text {
    padding: 0px 0px 30px 30px;
  }
  .rs-services.services-style3 .services-item .services-text .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    /* font-family: "Roboto", Sans-serif; */
    margin: 0 0 10px;
  }
  .rs-services.services-style3 .services-item .services-text .title a {
    color: #010d14;
  }
  .rs-services.services-style3 .services-item .services-text .title a:hover {
    color: #0c0668;
  }
  .rs-services.services-style3 .services-item .services-text .services-txt {
    margin: 0;
  }
  .rs-services.services-style3 .services-item:after {
    display: block;
    width: 47px;
    left: 124px;
    background: #0c0668;
    content: "";
    height: 4px;
    position: absolute;
    transition: all .3s ease 0s;
    bottom: 0;
    z-index: 9;
    transform: translateX(-50%);
  }
  .rs-services.services-style4 .services-item .services-image {
    position: relative;
    overflow: hidden;
  }
  .rs-services.services-style4 .services-item .services-image img {
    transform: scale(1);
    transition: 0.4s;
  }
  .rs-services.services-style4 .services-item .services-text {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
  }
  .rs-services.services-style4 .services-item .services-text .services-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
  }
  .rs-services.services-style4 .services-item .services-text .services-inner .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    /* font-family: "Roboto", Sans-serif; */
    margin: 0 0 0;
  }
  .rs-services.services-style4 .services-item .services-text .services-inner .title a {
    color: #000000;
  }
  .rs-services.services-style4 .services-item .services-text .services-inner .title a:hover {
    color: #eb003d;
  }
  .rs-services.services-style4 .services-item:hover .services-image img {
    transform: scale(1.1);
  }
  .rs-services.services-style5 .services-item {
    background-color: #031321;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 50px 30px 50px;
    margin: 0 -3px 0 -3px;
    position: relative;
    z-index: 1;
  }
  .rs-services.services-style5 .services-item .services-icon {
    margin-bottom: 20px;
  }
  .rs-services.services-style5 .services-item .services-icon img {
    height: 70px;
    width: 70px;
    max-width: unset;
  }
  .rs-services.services-style5 .services-item .services-text .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    /* font-family: "Roboto", Sans-serif; */
    color: #ffffff;
    margin: 0 0 12px;
  }
  .rs-services.services-style5 .services-item .services-text .services-txt {
    color: #D7D4D4;
    margin-bottom: 23px;
  }
  .rs-services.services-style5 .services-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #010d14;
    transform: scaleY(0);
    transition: all .3s ease 0s;
    z-index: -1;
  }
  .rs-services.services-style5 .services-item:hover:before {
    transform: scaleY(1);
  }
  .rs-services.services-style6 .services-item {
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 30px 35px 30px;
  }
  .rs-services.services-style6 .services-item .services-img a img {
    height: 100%;
    width: 100%;
    max-width: unset;
  }
  .rs-services.services-style6 .services-item .services-content {
    margin: 23px 0px 0px 0px;
  }
  .rs-services.services-style6 .services-item .services-content .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    /* font-family: "Roboto", Sans-serif; */
    margin: 0 0 10px;
  }
  .rs-services.services-style6 .services-item .services-content .title a {
    color: #010d14;
  }
  .rs-services.services-style6 .services-item .services-content .services-txt {
    margin-bottom: 22px;
  }
  .rs-services.services-style6 .services-item:hover .services-content .title a {
    color: #0052da;
  }
  .rs-services.services-style7 .services-item {
    position: relative;
    background-color: #183650;
    background-image: url(assets/images/services/style7/img/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 20px 60px 50px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
  }
  .rs-services.services-style7 .services-item .background-overlay {
    background-image: linear-gradient(180deg, #183650 0%, #0d6681 100%);
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  }
  .rs-services.services-style7 .services-item .rs-iconbox-area {
    position: relative;
  }
  .rs-services.services-style7 .services-item .rs-iconbox-area .icon-area {
    margin-bottom: 23px;
  }
  .rs-services.services-style7 .services-item .rs-iconbox-area .icon-area a img {
    width: 80px;
  }
  .rs-services.services-style7 .services-item .rs-iconbox-area .text-area .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    /* font-family: "Roboto", Sans-serif; */
    margin: 0 0 10px;
  }
  .rs-services.services-style7 .services-item .rs-iconbox-area .text-area .title a {
    color: #ffffff;
  }
  .rs-services.services-style7 .services-item .rs-iconbox-area .text-area .title a:hover {
    color: #21c0f5;
  }
  .rs-services.services-style7 .services-item .rs-iconbox-area .text-area .services-txt {
    line-height: 26px;
    color: #ffffff;
    margin: 0;
  }
  .rs-services.services-style7 .services-item.ser-bg2 {
    background-image: url(assets/images/services/style7/img/2.jpg);
  }
  .rs-services.services-style7 .services-item.ser-bg3 {
    background-image: url(assets/images/services/style7/img/3.jpg);
  }
  .rs-services.services-style8 .services-item {
    display: flex;
    padding: 30px 30px 11px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
  }
  .rs-services.services-style8 .services-item .services-icon img {
    height: 70px;
    width: 70px;
    max-width: unset;
  }
  .rs-services.services-style8 .services-item .services-text {
    padding: 0px 0px 30px 30px;
  }
  .rs-services.services-style8 .services-item .services-text .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    /* font-family: "Roboto", Sans-serif; */
    margin: 0 0 12px;
  }
  .rs-services.services-style8 .services-item .services-text .title a {
    color: #010d14;
  }
  .rs-services.services-style8 .services-item .services-text .title a:hover {
    color: #21c0f5;
  }
  .rs-services.services-style8 .services-item .services-text .services-txt {
    margin: 0;
  }
  .rs-services.services-style9 .services-item {
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .rs-services.services-style9 .services-item .services-image a img {
    height: 100%;
    width: 100%;
    max-width: unset;
  }
  .rs-services.services-style9 .services-item .services-text {
    padding: 20px 0px 20px 0px;
  }
  .rs-services.services-style9 .services-item .services-text .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    /* font-family: "Roboto", Sans-serif; */
    margin: 0;
  }
  .rs-services.services-style9 .services-item .services-text .title a {
    color: #010d14;
  }
  .rs-services.services-style9 .services-item .services-text .title a:hover {
    color: #e88e2e;
  }
  .rs-services.services-style10 .services-item {
    display: flex;
    padding: 30px 15px 30px 40px;
    background-color: #fff;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    margin: 0 -3px 0 -3px;
  }
  .rs-services.services-style10 .services-item .services-icon img {
    height: 50px;
    width: 50px;
    max-width: unset;
  }
  .rs-services.services-style10 .services-item .services-content {
    padding: 0px 0px 0px 30px;
  }
  .rs-services.services-style10 .services-item .services-content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 10px;
  }
  .rs-services.services-style10 .services-item .services-content .title a {
    color: #010d14;
  }
  .rs-services.services-style10 .services-item .services-content .title a:hover {
    color: #ba9071;
  }
  .rs-services.services-style10 .services-item .services-content .services-txt {
    margin-bottom: 6px;
  }
  .rs-services.services-style11 {
    margin-top: -70px;
    padding: 0px 10px 0px 10px;
    z-index: 3;
  }
  .rs-services.services-style11 .services-item {
    background-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    padding: 26px 25px 22px 25px;
    position: relative;
    z-index: 11;
  }
  .rs-services.services-style11 .services-item .services-icon {
    text-align: center;
    margin: 5px 0px 0px 0px;
    background-color: #70BF4A;
    line-height: 40px !important;
    min-width: 60px;
    height: 60px;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    padding: 5px;
    font-size: 50px;
    transition: all ease .3s;
  }
  .rs-services.services-style11 .services-item .services-icon img {
    margin: 5px 0px 0px 0px;
    height: 37px;
    width: 27px;
    max-width: unset;
  }
  .rs-services.services-style11 .services-item .services-text {
    padding: 0px 0px 0px 25px;
  }
  .rs-services.services-style11 .services-item .services-text .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.365em;
    color: #000000;
    margin-bottom: 8px;
  }
  .rs-services.services-style11 .services-item .services-text .services-txt {
    margin: 0;
  }
  .rs-services.services-style12 .services-item {
    padding: 30px 30px 24px 30px;
    background-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
  }
  .rs-services.services-style12 .services-item .services-icon {
    text-align: center;
    background-color: #70BF4A;
    line-height: 37px !important;
    min-width: 60px;
    height: 60px;
    margin-bottom: 20px !important;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    padding: 5px;
    font-size: 50px;
  }
  .rs-services.services-style12 .services-item .services-icon img {
    margin: 5px 0px 0px 0px;
    height: 37px;
    width: 27px;
    max-width: unset;
  }
  .rs-services.services-style12 .services-item .services-text .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.365em;
    margin-bottom: 15px;
  }
  .rs-services.services-style12 .services-item .services-text .title a {
    color: #000000;
  }
  .rs-services.services-style12 .services-item .services-text .services-txt {
    margin-bottom: 4px;
  }
  .rs-services.services-style12 .services-item:hover .services-text .title a {
    color: #70bf4a;
  }
  .rs-services.services-style13 .services-item {
    position: relative;
    padding: 40px 50px 46px 50px;
    margin: 0 -2px 0 -2px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  }
  .rs-services.services-style13 .services-item .serial-number {
    position: absolute;
    left: 242px !important;
    top: 13px !important;
    color: #00000008;
    font-size: 70px;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  .rs-services.services-style13 .services-item .services-icon {
    margin-bottom: 20px;
  }
  .rs-services.services-style13 .services-item .services-icon img {
    height: 70px;
    width: 70px;
    max-width: 100%;
    transform: scale(1);
    transition: 0.4s;
  }
  .rs-services.services-style13 .services-item .services-text .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    /* font-family: "Roboto", Sans-serif; */
    margin: 0 0 10px;
  }
  .rs-services.services-style13 .services-item .services-text .title a {
    color: #010d14;
  }
  .rs-services.services-style13 .services-item .services-text .title a:hover {
    color: #0c0668;
  }
  .rs-services.services-style13 .services-item .services-text .services-txt {
    margin-bottom: 0px;
  }
  .rs-services.services-style13 .services-item:hover .services-icon img {
    transform: scale(1.1);
  }
  .rs-services.services-style14 .services-item {
    padding: 40px 35px 40px 35px;
    background-color: #FFFFFF;
  }
  .rs-services.services-style14 .services-item .services-icon {
    text-align: center;
    background-color: #ff6314;
    line-height: 37px !important;
    min-width: 60px;
    height: 60px;
    margin-bottom: 20px !important;
    border-radius: 50%;
    display: inline-block;
    padding: 5px;
    font-size: 50px;
  }
  .rs-services.services-style14 .services-item .services-icon img {
    height: 30px;
    width: 30px;
    max-width: unset;
  }
  .rs-services.services-style14 .services-item .services-text .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.365em;
    text-transform: uppercase;
    /* font-family: "Roboto", Sans-serif; */
    margin-bottom: 18px;
  }
  .rs-services.services-style14 .services-item .services-text .title a {
    color: #000000;
  }
  .rs-services.services-style14 .services-item .services-text .title a:hover {
    color: #ff6314;
  }
  .rs-services.services-style14 .services-item .services-text .services-txt {
    color: #333333D4;
    margin-bottom: 20px;
  }
  .rs-services.services-style15 {
    position: relative;
  }
  .rs-services.services-style15 .services-overlay {
    background-color: #FFFFFF;
    opacity: 0.15;
    mix-blend-mode: color-dodge;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  .rs-services.services-style15 .services-item {
    position: relative;
    background-color: #FFFFFF;
    background-image: url(assets/images/services/style13/s-bg.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    padding: 30px 20px 30px 20px;
  }
  .rs-services.services-style15 .services-item .services-icon {
    text-align: center;
    background-color: #FF5A06;
    line-height: 60px !important;
    min-width: 80px;
    height: 80px;
    margin-bottom: 20px !important;
    display: inline-block;
    padding: 5px;
    font-size: 50px;
  }
  .rs-services.services-style15 .services-item .services-icon img {
    width: 45px;
    height: unset;
    max-width: 100%;
    transform: scale(1);
    transition: 0.4s;
  }
  .rs-services.services-style15 .services-item .services-text .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.365em;
    color: #010d14;
    margin-bottom: 15px;
  }
  .rs-services.services-style15 .services-item .services-text .services-txt {
    margin-bottom: 4px;
  }
  .rs-services.services-style15 .services-item:hover .services-icon img {
    transform: scale(1.1);
  }
  .rs-services.services-style16 .services-item {
    text-align: center;
  }
  .rs-services.services-style16 .services-item .services-icon {
    text-align: center;
    background-color: #ff6314;
    line-height: 90px !important;
    min-width: 100px;
    margin-bottom: 25px !important;
    display: inline-block;
    padding: 5px;
    font-size: 50px;
  }
  .rs-services.services-style16 .services-item .services-icon img {
    height: 33px;
    width: 33px;
    max-width: unset;
  }
  .rs-services.services-style16 .services-item .services-text .title {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    /* font-family: "Roboto", Sans-serif; */
    color: #ffffff;
    margin: 0 0 18px;
  }
  .rs-services.services-style16 .services-item .services-text .services-txt {
    color: #FFFFFFCC;
    margin-bottom: 0px;
  }
  .rs-services.services-style17 {
    position: relative;
    margin-top: -120px;
    z-index: 2;
  }
  .rs-services.services-style17 .services-item {
    padding: 30px 30px 30px 30px;
    background-color: #220902;
    transition: all 0.4s;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #38221B;
  }
  .rs-services.services-style17 .services-item .services-icon {
    margin: 0 0 20px;
  }
  .rs-services.services-style17 .services-item .services-icon img {
    width: 50px;
    height: 50px;
  }
  .rs-services.services-style17 .services-item .services-text .title {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    /* font-family: "Roboto", Sans-serif; */
    margin: 0 0 10px;
  }
  .rs-services.services-style17 .services-item .services-text .title a {
    color: #ffffff;
  }
  .rs-services.services-style17 .services-item .services-text .services-txt {
    color: #FFFFFFCC;
    margin-bottom: 0px;
  }
  .rs-services.services-style17 .services-item:hover {
    background-color: #2e0b00;
  }
  .rs-services.services-style17 .services-item.no-border {
    border: none;
  }
  .rs-services.services-style18 .services-item {
    padding: 30px 15px 30px 15px;
    background-color: #2E0B00;
    text-align: center;
  }
  .rs-services.services-style18 .services-item .services-icon {
    position: relative;
    margin: 0 0 44px;
  }
  .rs-services.services-style18 .services-item .services-icon img {
    max-width: 50px;
    transition: all 0.5s;
  }
  .rs-services.services-style18 .services-item .services-icon:before {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    position: absolute;
    width: 90px;
    height: 1px;
    background-color: #cb0000;
  }
  .rs-services.services-style18 .services-item .services-text .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #FFFFFF;
    margin: 6px 0px 12px 0px;
  }
  .rs-services.services-style18 .services-item .services-text .services-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFFCF;
    margin: 0px 0px 0px 0px;
  }
  .rs-services.services-style18 .services-item:hover .services-icon img {
    transform: scale(1.03);
  }
  .rs-services.services-style18.services-modify1 .services-item {
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
  }
  .rs-services.services-style18.services-modify1 .services-item .services-icon:before {
    background-color: #ff5a06;
  }
  .rs-services.services-style18.services-modify1 .services-item .services-text .title {
    /* font-family: "Roboto", Sans-serif; */
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #010d14;
  }
  .rs-services.services-style18.services-modify1 .services-item .services-text .services-txt {
    color: #333333;
  }
  .rs-services.services-style19 .services-item {
    display: flex;
    align-items: center;
  }
  .rs-services.services-style19 .services-item .services-icon {
    position: relative;
    display: inline-block;
    padding: 5px;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #010d14;
    min-width: 72px;
    height: 72px;
    background-color: #FF5A06 !important;
    transition: all ease .3s;
  }
  .rs-services.services-style19 .services-item .services-icon img {
    max-width: unset;
    height: 40px;
    width: 40px;
  }
  .rs-services.services-style19 .services-item .services-text {
    padding-left: 16px;
  }
  .rs-services.services-style19 .services-item .services-text .title {
    /* font-family: "Roboto", Sans-serif; */
    font-size: 22px;
    font-weight: 500;
    line-height: 1.365em;
    color: #442211;
    margin: 6px 0px 12px 0px;
  }
  .rs-services.services-style19 .services-item:hover .services-text .title {
    color: #ff5a06;
  }
  .rs-services.services-style20 .services-item {
    background-color: #FFFFFF;
    box-shadow: -37px 61px 64px 12px rgba(0, 0, 0, 0.05);
  }
  .rs-services.services-style20 .services-item .services-images {
    position: relative;
  }
  .rs-services.services-style20 .services-item .services-images .services-icon {
    position: absolute;
    left: 28px;
    bottom: -34px;
    display: inline-block;
    padding: 5px;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #010d14;
    min-width: 72px;
    height: 72px;
    background-color: #FF5A06 !important;
    transition: all ease .3s;
  }
  .rs-services.services-style20 .services-item .services-images .services-icon img {
    max-width: unset;
    height: 40px;
    width: 40px;
    transition: all 0.5s ease 0s;
    transform: scale(1);
  }
  .rs-services.services-style20 .services-item .services-text {
    padding: 55px 30px 35px 30px;
  }
  .rs-services.services-style20 .services-item .services-text .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    /* font-family: "Roboto", Sans-serif; */
    margin: 0 0 10px;
  }
  .rs-services.services-style20 .services-item .services-text .title a {
    color: #442211;
  }
  .rs-services.services-style20 .services-item .services-text .title a:hover {
    color: #ff5a06;
  }
  .rs-services.services-style20 .services-item .services-text .services-txt {
    color: #333333;
    margin-bottom: 24px;
  }
  .rs-services.services-style20 .services-item:hover .services-images .services-icon img {
    transform: scale(1.1);
  }
  .rs-services-single .services-add {
    background-color: #070706;
    position: relative;
    padding: 55px 35px 38px;
    text-align: center;
  }
  .rs-services-single .services-add .services-overlay {
    background-image: url(assets/images/services/services-single/ser2.jpg);
    border-radius: 80px 0px 80px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  .rs-services-single .services-add .address-wrap-item {
    position: relative;
  }
  .rs-services-single .services-add .address-wrap-item .divider {
    padding-top: 15px;
    padding-bottom: 35px;
  }
  .rs-services-single .services-add .address-wrap-item .divider .divider-separator {
    position: relative;
  }
  .rs-services-single .services-add .address-wrap-item .divider .divider-separator:before {
    height: 3px;
    display: block;
    width: 120px;
    border-bottom: 2px dashed #0c0668;
    content: '';
    margin: 0 auto;
  }
  .rs-services-single .services-add .address-wrap-item .title {
    font-size: 24px;
    line-height: 41px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
  }
  .rs-services-single .services-add .address-wrap-item .title span {
    color: #0c0668;
  }
  .rs-services-single .services-add .address-wrap-item a {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    color: #ffffff;
  }
  .rs-services-single .brochures {
    background-color: #E8EAEE;
    padding: 42px 26px 62px 35px;
  }
  .rs-services-single .brochures .content-text .title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #010d14;
    margin-bottom: 18px;
  }
  .rs-services-single .brochures .content-text .desc-part {
    color: #333333;
    margin: 0 0 41px;
  }
  .rs-services-single .brochures .btn-wrapper {
    position: relative;
    text-align: center;
    font-weight: 400;
    display: inline-block;
  }
  .rs-services-single .brochures .btn-wrapper .dual-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 18px 35px 18px 35px;
    background-color: #0c0668;
    color: #010d14;
    margin: 0 -4px;
  }
  .rs-services-single .brochures .btn-wrapper .dual-btn-connector {
    position: absolute;
    z-index: 9;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    color: #27374c;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    left: 46%;
    top: -2px;
  }
  .rs-services-single .brochures .btn-wrapper .rselement-dual-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 18px 35px 18px 35px;
    background-color: #010d14;
    color: #ffffff;
  }
  .rs-services-single .services-title .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #010d14;
    margin: 0;
  }
  .rs-services-single .desc-part {
    color: #333333;
    margin: 0;
  }


  .services-btn .btn-text {
    position: relative;
    display: inline-block;
    color: #fff;
    transition: all ease .3s;
    padding: 7px 15px 7px 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #0c0668;
    text-decoration: none;
}


.services-btn .btn-text:hover {
    background-color: #fff;
    color: #0c0668;
    text-decoration: none;
}

.mb-30{
    margin-bottom: 30px;
}

.services-main-home{
    padding-bottom: 50px;
}
/* services css ends */


.dkuywW {
    position: relative;
    width: 64px;
    margin: auto;
    display: none !important; 
}
.deQKmp {
    order: 2;
    position: relative;
    margin-bottom: 65px !important;
}


/*blog css starts*/
.area-padding {
    padding: 50px 0px;
}
.single-system {
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-bottom: 30px;
}
.main-system {
    display: block;
    width: 40%;
    float: left;
}
.system-content {
    padding: 22px;
    position: relative;
    left: 0px;
    z-index: 1;
    background: #075286;
    max-height: 480px;
    height: 100%;
    overflow: hidden;
    width: 600px;
    border-radius: 5px;
}
.system-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
}
.system-content p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: 600;
}
.top-content {
    float: left;
    width: 60%;
}
.system-images {
    position: relative;
}
.system-images img {
    width: 100%;
}

/*blog css ends*/



@media (max-width: 1200px) {
        .scroll-top.open {
        display: none;
    }
}

@media (max-width: 1024px) {
    .bd-process__item-left {
        padding-left: 0;
    }
    .bd-process__arrow-top {
        display: none;
    }
    .bd-process__item-right {
        padding-left: 0;
    }
    .footer-widget h4.footer-widget-title {
    line-height: 10px;
    color: #0c0668;
}
.sec-sub-title {
        font-size: 30px;
        font-weight: 600;
        color: #0c0668;
        line-height: 38px;
    }
    .footer-widget-content {
    margin-top: -5%;
}
    .footer-widget-logo img {
        width: 165px;
    }
.main-header-one__bottom-right {
    padding: 17px;
}
.main-header-one__bottom-right .btn-box {
     margin-left: 0px; 
}
.hero-slider-item {
    width: 100%;
    height: 58vh;
}
.hero-slider .owl-nav {
        display: none;
    }
}

@media (max-width: 991px) {
.single-system {
    display: block;
}
.main-system {
    width: 100%;
}
.top-content {
    float: left;
    width: 100%;
}
.system-content {
    width: 100%;
}
    .hero-slider-item {
        width: 100%;
        height: 44vh;
    }
    .service-details__right {
      margin-top: 22px !important;
    }
    .service-details__title-two {
      font-size: 32px !important;
      line-height: 43px !important;
  }
}
@media (max-width: 575px) {
    .bd-process__item-2 {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: center;
    }
    .bd-process__content-2 {
        margin-left: 0;
        text-align: center;
    }
    .bd-process__storck {
        left: 50%;
        transform: translateX(-50%);
    }
    .bd-process__item-right {
        padding-left: 7px;
    }
    .bd-process__item-left {
        padding-right: 13px;
        padding-left: 15px;
    }
    .footer__copy_write {
        padding: 20px 0px 10px 0px;
        display: block;
    }
    .footer__copy_write .copy__right {
        text-align: center;
    }
    .footer__copy_write p {
        text-align: center;
    }
    .hero-slider-item {
        height: 25vh;
    }
    
    .system-content {
    max-height: 100%;
    height: 100%;
}
.sc_techv img {
  height: auto !important;
}
.qua-flow {
  margin-left: 0px !important;
}
.qua-head {
  font-size: 32px !important;
}
.pages-title span {
  font-size: 34px !important;
}
.pages-title h1{
  line-height: 50px !important;
}
.service-details__title-two {
  font-size: 24px !important;
  line-height: 43px !important;
}
.contact-form {
  padding: 40px !important;
}
}
@media (max-width: 376px) {
     .hero-slider-item {
        height: 19vh;
    }
}

/* services page css starts */
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}
.service-details__sidebar {
  position: relative;
  display: block;
  margin-right: 10px;
}
.service-details__service-list-box {
  position: relative;
  display: block;
  background-color: #f1f3f6;
  padding: 44px 30px 40px;
  z-index: 1;
}
.service-details__service-list-box:before {
  position: absolute;
  top: 7px;
  left: 7px;
  right: -7px;
  bottom: -7px;
  content: "";
  border: 2px solid #7f8184;
  z-index: -1;
}
.service-details__service-title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 24px;
  margin-bottom: 39px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 8px;
}
.service-details__service-title:before {
  position: absolute;
  top: 5px;
  left: -8px;
  width: 5px;
  height: 19px;
  background-color: #0c0668;
  content: "";
}
.service-details__service-list {
  margin: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.service-details__service-list li.active a {
  border: 1px solid #e7e7e7;
  color: #0c0668;
}
.service-details__service-list li a:hover {
  border: 1px solid #e7e7e7;
  color: #0c0668;
}
.service-details__service-list li a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  padding: 11px 15px 11px;
  border: 1px solid transparent;
  border-bottom: 1px solid #e7e7e7;
}

.service-details__service-list li a:hover:before {
  transform: scale(1, 1);
  transform-origin: left center;
}
.service-details__service-list li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: #0c0668;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: right center;
}
.service-details__service-list li.active a span {
  color: #fff;
}
.service-details__service-list li a:hover span {
  color:#fff;
}
.service-details__service-list li a span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  border-top-left-radius: 15px;
  z-index: 1;
}
.service-details__service-list li.active a span:after {
  transform: scale(1, 1);
  transform-origin: left center;
}
.service-details__service-list li a span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #0c0668;
  border-top-left-radius: 15px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: right center;
  z-index: -1;
}
.service-details__service-list li a:hover span:after {
  transform: scale(1, 1);
  transform-origin: left center;
}
.service-details__sidebar-single+.service-details__sidebar-single {
  margin-top: 40px;
}
.service-details__brochures-box {
  position: relative;
  display: block;
  background-color: #f1f3f6;
  padding: 44px 30px 40px;
  z-index: 1;
}
.service-details__brochures-box:before {
  position: absolute;
  top: 7px;
  left: 7px;
  right: -7px;
  bottom: -7px;
  content: "";
  border: 2px solid #7f8184;
  z-index: -1;
}
.service-details__sidebar-single+.service-details__sidebar-single {
  margin-top: 40px;
}
.sidebar__call-box {
  position: relative;
  display: block;
  padding: 55px 40px 60px;
  background-color: #221e7d;
  z-index: 1;
}
.sidebar__call-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: overlay;
  z-index: -1;
}
.sideber__call-content {
  position: relative;
  display: block;
}
.sideber__call-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
}
.sideber__call-number {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 58px;
}
.sideber__call-number p {
  color: #fff;
}
.sideber__call-number h3 {
  font-size: 26px;
  font-weight: 600;
}
.sideber__call-number a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sideber__call-button {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.sideber__call-button-shape {
  position: absolute;
  bottom: -23px;
  left: -15px;
  border-radius: 50%;
  background-color: rgb(0, 92, 255);
  width: 79px;
  height: 79px;
  z-index: -1;
}
.sideber__call-button a {
  font-size: 16px;
  font-weight: 700;
  color:#fff;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sideber__call-button a:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 21px;
  right: 0;
  height: 1px;
  background-color: #8b8a95;
}
.sideber__call-button a i {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-right: 5px;
}
.service-details__right {
  position: relative;
  display: block;
  margin-top: -15px;
}
.service-details__title-two {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 10px;
    color: #0c0668;
}
.service-details__text-1 {
  font-size: 18px;
  color: #000;
  opacity: .80;
}
.service-details__img {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}
.service-details__img img {
  width: 100%;
}
.service-details__problem-solve {
  position: relative;
  display: block;
}
.service-details__problem-solve-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 16px;
}
.service-details__problem-solve-text-1 {
  font-size: 18px;
  color: #000;
  opacity: .80;
  padding-bottom: 0px;
}
.service-details__problem-solve-text-2 {
  font-size: 18px;
  color: #000;
  opacity: .80;
}
.service-details__core-product {
  position: relative;
  display: block;
  margin-top: 40px;
}
.service-details__core-product-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 12px;
}

/* services page css ends */

/* about page css starts */
.text {
  margin-top: 20px;
  font-size: 16px;
  color: #232629;
  font-weight: 500;
  margin-bottom: 0;
}
.group-title h2 {
  font-size: 35px;
  color: #e56a26;
}
.text p {
  font-size: 18px;
}
section {
  position: relative;
}
.inn-page {
  background-image: url(../images/slider.jpg);
  height: 335px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  /* padding-top: 32px; */
  justify-content: center;
}
.inn-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #0c0668a6, #0c0668c4);
  opacity: 0.6;
}
.pages-title span {
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  position: relative;
}
.pages-title p {
  color: #FFF;
  font-size: 18px;
}
.pages-title p a {
  color: #fff;
  font-weight: 700;
  z-index: 9;
  position: relative;
}

/* about page css ends */

/* contact us page css starts */
.pb-90 {
  padding-bottom: 90px;
}
.pt-120 {
  padding-top: 120px;
}
.bd-contact__wrapper-3 {
  padding: 50px 50px 40px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 16px 32px 0px rgba(20, 31, 43, 0.04);
  border-radius: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.bd-contact__info-title span {
  background: #141f2b;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 16px 32px 0px rgba(20, 31, 43, 0.06);
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  padding-top: 2px;
}
.bd-contact__info-title span:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #ff3834 0%, #ff7033 100%);
  background-image: -webkit-linear-gradient(0deg, #fff 0%, #fff 100%);
  background-image: -ms-linear-gradient(0deg, #ff3834 0%, #ff7033 100%);
}
.bd-contact__title h3 {
  font-size: 20px;
  line-height: 1;
  color: #0c0668;
}
.bd-contact__info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.bd-contact__info-title p {
  color: var(--clr-common-text-2);
  margin-bottom: 0;
}
.bd-contact__info-icon i {
  background: -webkit-linear-gradient(0deg, #0c0668 0%, #0c0668 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  min-width: 40px;
  text-align: center;
}
.bd-contact__stroke {
  font-size: 160px;
  color: transparent;
  -webkit-text-stroke: 1px #e8e8e8;
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: -1;
  font-weight: 700;
  line-height: 1;
}
/* contact us page css ends */


/* online page css starts */
#diffSection {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sc_techv img{
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 469px;
  background-image: linear-gradient(270deg, #8b0305b5, rgb(0 0 0 / 81%));
  animation: svc_ani 24s linear infinite;
  background-attachment: fixed;
}
.qua-flow {
  box-shadow: 0px 12px 20px #00000021;
  border-radius: 0px;
  background: #fff;
  padding: 54px;
  margin-top: 7%;
  margin-left: -50px;
  position: relative;
  z-index: 61;
  margin-bottom: 20px;
}
.qua-flow1 {
  box-shadow: 0px 12px 20px #00000021;
  border-radius: 0px;
  background: #fff;
  padding: 54px;
  margin-top: 7%;
  margin-right: -50px;
  position: relative;
  z-index: 61;
  margin-bottom: 20px;
}

.qua-head {
  font-size: 38px;
  margin-bottom: 20px;
  color: #0c0668;
  border-radius: 8px;
}
.qua-flow ul {
  padding: 0px;
  margin: 0px;
}
.qua-flow ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
.qua-flow ul li i {
  position: absolute;
  left: 0px;
  top: 4px;
  color: #0c0668;
}
.qua-flow1 ul {
  padding: 0px;
  margin: 0px;
}
.qua-flow1 ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
.qua-flow1 ul li i {
  position: absolute;
  left: 0px;
  top: 4px;
  color: #0c0668;
}

/* online page css ends */


/* contact us page css starts */
.pb-100 {
  padding-bottom: 100px;
}
.contact-form {
  margin: auto;
  background-color: #f5f7fa;
  padding: 112px 100px;
}
.contact-form h3 {
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: 500;
}
.contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form .form-group label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  letter-spacing: .08em;
}
.contact-form .form-group .form-control {
  background: #fff;
  border: 1px solid #bac3cc;
}

.form-control {
  height: 55px;
  color: #111;
  border: 1px solid #e5e5e5;
  background-color: rgba(241, 247, 248, .5);
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  transition: all ease .5s;
  border-radius: 5px;
}
.contact-form .form-group .form-control {
  background: #fff;
  border: 1px solid #bac3cc;
}
textarea.form-control {
  height: auto;
}



/* contact us page css starts */
.careers{
  padding: 40px 0px;
}

.careers h1{
  font-size: 40px;
  color: #0c0668;
}



/* industries page css statrs */
.indus-main{
  padding: 40px 0px;
}
.indu-sec{
  border: 0px solid black;
  /* / padding:10px; / */
  margin-top: 10px;
  text-align: center;
  background-color: #0c0668;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  border-radius: 10px;
}

.indu-sec p {
  padding: 40px;
  font-weight: bold;
  font-size: 20px;
  color:white;
}
/* industries page css ends */