

:root {
    --primary-purple: #5470DB; /* The main accent color */
    --dark-bg: #090e1c;       /* Dark background color */
    --text-light: #fff;
    --text-dark: #2c2c2c;
    --light-bg-pattern: #f5f5ff; /* Very light background for patterned areas */
    --subtle-line: #e0e0e0;
    --max-width: 1200px;
    font-family: "Open Sans", sans-serif;
}
body {
  font-family: "Open Sans", sans-serif;
}
a.navbar-brand {
    max-width: 30%;
}

.container{
  max-width: 1500px;
}

.header-design a.navbar-brand img {
    width: 70%;
}
.header-design ul.navbar-nav {
    gap: 47px;
}
.header-design ul.navbar-nav li a {
   color: #000;
}
.mail-contact a {
    background-color: #c78a2c;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding: 15px 25px;
}


/********** slider-design ************/

section.slider-design {
    background-image: url(../img/slider.png);
    height: 800px;
    background-size: cover;
    display: flex;
    justify-content: center;
}
.slider-design2 {
    text-align: center;
    width: 100%;
    max-width: 65%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.slider-design2 h4 {
    color: #fff;
    font-size: 55px;
    margin-bottom: 30px;
}

.slider-design2 p {
    color: #ffff;
}

.slider-design2 a {
    color: #fff;
    text-decoration: none;
    background-color: #c78a2c;
    max-width: 150px;
    width: 100%;
    padding: 16px 1px;
    border-radius: 25px;
    margin-top: 20px;
}

/****************** our-work ******************/
.work-process h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 35px;
}
.work-process span {
    color: #c78a2c;
}
.work-process {
    margin-top: 60px;
}
.business-icon {
    width: 180px;
    height: 180px;
    border-radius: 100px;
    box-shadow: 0px 0px 15px 0px #0000002b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.border {
    border: 1.5px dashed #c78a2c !important;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work-process1 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.business-planning {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arrow:after {
    content: "";
    background-image: url(../img/arrow.png);
    position: absolute;
    top: 64px;
    height: 33px;
    width: 132px;
    left: 16%;
}
.arrow2:after {
    content: "";
    background-image: url(../img/arrow.png);
    position: absolute;
    top: 64px;
    height: 33px;
    width: 132px;
    left: 45%;
}
.arrow3:after {
    content: "";
    background-image: url(../img/arrow.png);
    position: absolute;
    top: 64px;
    height: 33px;
    width: 132px;
    left:74%;
}


/**************** providing ******************/

.providing {
    background-image: url(../img/provinding-bg.png);
    height: 520px;
    margin-top:60px;
    padding: 30px 0;
    background-size: cover;
    background-position: left;
}
.providing2 a {
    text-decoration: none;
    background-color: #c78a2c;
    color: #fff;
    padding: 10px 19px;
    border-radius: 15px;
}
.providing3 {
    display: flex;
    gap: 22px;
    margin-bottom: 30px;
}

/**************** our-service ******************/
.our-service {
    margin-top: 60px;
}

.our-service h6 {
    text-align: center;
    font-size: 25px;
}

.our-service h3 {
    text-align: center;
    font-size: 40px;
    color: #000;
    margin-bottom: 35px;
}

.our-service h3 span {
    color: #c78a2c;
}
.our-service1 h5 {
    font-size: 15px;
    color: #8195e4;
}

.our-service1 h4 {
    font-size: 40px;
    color: #c78a2c;
    margin-bottom: 20px;
}

.our-service1 h4 span {
    color: #000;
    font-weight: normal;
}

.our-service1 a {
    text-decoration: none;
    background-color: #c78a2c;
    color: #fff;
    padding: 10px 19px;
    border-radius: 15px;
}

.our-service1 {
    padding-bottom: 11px;
}

.our-service1 p {
    font-size: 15px;
    padding-bottom: 12px;
}
.our-service2 img {
    width: 20%;
    margin-bottom: 15px;
}

.our-service2 {
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px #0000002e;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 35px;
}
.row.services-one {
    display: flex;
    align-items: center;
}

/********************* business **********************/

.business-img {
    position: absolute;
    text-align: center;
}

.business-img img {
    width: 82%;
    margin-top: -125px;
}

.business-text {
    position: relative;
    margin-top: 120px;
    height: 650px;
    padding-top: 40px;
}
.leadership-strategy {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #6e6e6e;
    padding-bottom: 25px;
}

.strategy-icon {
    width: 20%;
}

.strategy-text {
    width: 80%;
}

.strategy-icon img {
    width: 75%;
}

.strategy-text h4 {
    font-size: 25px;
    color: #c78a2c;
}

.strategy-text p {
    margin-bottom: 0;
    font-size: 15px;
}

/*************** Lets contact ******************/

.lets-contact1 {
    box-shadow: 0px 0px 15px 0px #0000003d;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.form-bt0 button {
    text-decoration: none;
    background-color: #c78a2c;
    color: #fff;
    padding: 10px 35px;
    border-radius: 15px;
    border: 0;
}
.form-bt0{
  text-align: center;
}

.lets-contact1 h6 {
    font-size: 14px;
}

.lets-contact1 h4 {
    font-size: 32px;
    padding-top: 4px;
}

.lets-contact1 ul,li {
    text-decoration: none;
    padding: 0;
    list-style: none;
}
ul.lets-contact3 li {
    padding-bottom: 6px;
}
ul.lets-contact3 li i {
    background-color: #c78a2c;
    color: #fff;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    padding: 9px 0;
    margin-right: 8px;
}

ul.lets-contact3 li a
 {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

.lets-contact{
    margin-top:60px;
}
.lets-contact2 {
    box-shadow: 0px 0px 15px 0px #0000003d;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.input-group.message textarea {
    color: #7a7a7a;
    font-size: 16px;
    transition: all 0.3s;
    border: 1px solid #4c4c4c;
    height: 160px;
    width: 100%;
    padding: 15px;
}
.input-group {
            position: relative;
            margin-bottom: 28px;
        }

.input-group i {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(0 0 0 / 70%);
    font-size: 18px;
    transition: color 0.3s;
    z-index: 999;
}

.input-group input {
    width: 100%;
    padding: 16px 12px 16px 30px;
    border: none;
    border-radius: 11px !important;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #7a7a7a;
    font-size: 16px;
    transition: all 0.3s;
    border: 1px solid #4c4c4c;
}
.promptly-form {
    display: flex;
    gap: 20px;
}
.lets-contact2 h4 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 16px;
}
.input-group.message input {
    height: 160px;
    display: flex;
    align-content: flex-start;
}

/***************. footer ******************/

.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
      color: #c78a2c;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #c78a2c;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #c78a2c;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #c78a2c;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #c78a2c;
    padding: 13px 20px;
    border: 1px solid #c78a2c;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #c78a2c;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #c78a2c;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer {
    margin-top: 60px;
}
.providing3 h5 {
    font-size: 16px;
}



#slider {
    position: relative;
    overflow: hidden;
    margin: 0px auto 0 auto;
    border-radius: 4px;
    width: 100% !important;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
    margin-left: 0 !important;
    width: auto !important;
}

#slider ul li img {
    background-size: cover;
    width: 100%;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height:460px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
    position: absolute;
    bottom: 0;
    z-index: 999;
    display: block;
    padding: 3% 4%;
    width: auto;
    height: auto;
    background: #ebf8f8;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    /* opacity: 0.8; */
    cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  /* opacity: 1; */
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
    left: 68px;
    /* border-radius: 2px 0 0 2px; */
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

/***************** About-us *****************/

.about-breadcrumb {
    background-image: url(../img/co-workers-smiling.jpg);
    height: 400px;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #151414f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-breadcrumb h3 {
    font-size: 55px;
    color: #fff;
    margin-bottom: 20px;
}
.about-breadcrumb h5,a {
    color: #fff;
    text-decoration: none;
}

.about-breadcrumb h5 span {
    padding: 0 8px;
}
.solution-img img {
    width: 100%;
    padding-right: 50px;
}

section.solution-about {
    margin-top: 60px;
}

.solution-text h6 {
    font-size: 20px;
    border: 1px solid #00000030;
    max-width: 220px;
    text-align: center;
    border-radius: 50px;
    padding: 10px 0;
}

.solution-text h3 {
    font-size: 45px;
    color: #2d2042;
    font-weight: 600;
    padding: 8px 0px;
}

.solution-text ul,li {
    padding-left: 0;
    line-height: 38px;
}
.experties {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
}

.experties-button a {
    color: #ffffff;
    background-color: #c78a2c;
    border-radius: 10px;
    padding: 15px 40px;
}

.empowring-text i {
    font-size: 50px;
    margin-bottom: 22px;
    margin-top: 22px;
    color: #c78a2c;
}
.empowring-text {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 13px 0px #00000057;
    height: 100%;
    border-radius: 10px;
}   
.empowring-text h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}

.empowring h3 {
    font-size: 20px;
    border: 1px solid #000;
    max-width: 235px;
    text-align: center;
    padding: 3px 0;
    border-radius: 5px;
}

.empowring {
    background-color:#ececec;
    padding: 75px 0;
    margin-top: 60px;
}
.experties-text h4 {
    font-size: 35px;
    font-weight: 600;
    color: #2d2042;
}

.experties-text span {
    color: #c78a2c;
}


/*************slider************/

.slider {
  height:300px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.slider__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txt {
  color: #999;
  margin-bottom: 3rem;
  max-width: 300px;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

.review-client h3 {
    text-align: center;
    font-size: 40px;
    font-size: 45px;
    color: #2d2042;
    font-weight: 600;
}
.review-client {
    margin-top: 60px;
}


/************************** Contact ****************************/

.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    height: 100%;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
    background: #071c34;
    padding: 30px 0px;
    height: 100%;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
    background: #c78a2c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 23px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}
.contact-page-sec {
    margin-top: 60px;
}

.submit4 button {
    background-color: #c78a2c;
    color: #fff !important;
    border: 1px solid #c78a2c;
}
.submit4 button:hover {
    background-color: #c78a2c;
    color: #fff !important;
    border: 1px solid #c78a2c;
}
.solution-img.impli1 img {
    padding: 0;
}
.description-content {
    margin-top: 60px;
}
.description-content ul {
    padding-left: 0;
}
.description-content h4 {
    color: #2d2042;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 25px;
}

.zoho-service1 {
    display: flex;
    gap: 15px;
}

section.zoho-service {
    margin-top: 60px;
}

.zoho-service2 {
    padding: 10px;
    box-shadow: 0px 0px 14px 0px #0000002e;
    border-radius: 10px;
}

.zoho-service2:hover {
    box-shadow: none;
}
.zoho-service2 h5 {
    color: #2d2042;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 20px;
}
.zoho-service2 i {
    font-size: 45px;
    padding-top: 15px;
}

.providing2 p {
    margin-bottom: 50px;
}
