/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++
AUTHOR : Vijayan PP
PROJECT : Nim-MUTLIT PURPOSE LANDING PAGE TEMPLATE
VERSION : 1.1
++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
	INDEX
++++++++++++++++++++++++++++++++++++++++++++++++++++++
	1> IMPORT FONTS
	2> RESET
	3> GENERAL
        4> TYPOGRAPHY
        5> BUTTON
        6> PRELOADER
	7> NAVIGATION
        8> MAIN HEADER
        9> ABOUT US
       10> OUR WORKS
       11> OUR TEAM
       12> INSPIRATION
       13> TESTIMONIAL
       14> OUR STATS      
       15> SERVICES
       16> CONTACT US
       17> SITE-FOOTER
       18> ANIMATION

       
-------------------------------------------------------*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
	IMPORT FONTS
++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@import url("http://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
	RESET
++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

* {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}

html {
  -webkit-font-smoothing: antialiased;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
hr,
th,
td {
  margin: 0;
  padding: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
	GENERAL
++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
  color: #fff;
  font: normal 16px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: #000;
  overflow-x: hidden;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

h1 strong {
  font-weight: 900;
}
h2 {
  line-height: 20px;
  margin: 0;
}
h3 {
  /* font-size: 1.2em; */
  font-size: 1.5em;
  font-weight: 900;
}

h5 {
  font-weight: 700;
  line-height: 20px;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.93em;
}

a {
  text-decoration: none !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text-capitalize {
  text-transform: uppercase;
}

p.intro {
  font-size: 0.9em;
  margin: 14px 0;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.relative {
  position: relative;
}
.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.rightText {
  text-align: justify;
}
.leftText {
  text-align: left;
}
.RightText {
  text-align: right;
}
.top10 {
  margin-top: 1.2em;
}
.top20 {
  margin-top: 1.3em;
}
.top30 {
  margin-top: 2em;
}
.top40 {
  margin-top: 2.2em;
}

.margin-top {
  margin-top: 30px;
}
.margin-bottom {
  margin-bottom: 10px;
}

.a-slog {
  font-size: 1.2em;
  /* max-width: 450px; */
  margin: 0 auto;
  padding-top: 10px;
  /* font-weight: bold; */
}

.gap {
  width: 100%;
  height: 2em;
}
.title {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
}
.scroll-block {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*	TYPOGRAPHY
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
}

/*	BUTTON
------------------------------*/
.btn {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
.btn:focus,
.btn:active {
  outline: none !important;
  color: #ffffff;
}
.btn-custom {
  border-radius: 3px;
  padding: 0.8em 1.8em;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
}
.btn-custom:hover,
.btn-custom:focus {
  color: #fff;
}
.btn-custom-outline {
  border-radius: 3px;
  padding: 0.8em 1.8em;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-custom-outline:hover,
.btn-custom-outline:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-bar a {
  margin-right: 10px;
}

/*	PRELOADER
------------------------------*/

div.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #f7f7f7;
}

@-webkit-keyframes loader {
  0%,
  10%,
  100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}

@keyframes loader {
  0%,
  10%,
  100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -webkit-animation: loader 1.2s infinite ease-in-out;
  animation: loader 1.2s infinite ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: 20px;
  border-radius: 50%;
  -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
  animation: loaderBlock 1.2s infinite ease-in-out both;
  background: #000;
}

.loader span:nth-child(1) {
  top: 0;
  left: 0;
}

.loader span:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}

/*	RAMSH-STYLE STARTS HERE
------------------------------*/

/* Navigation */
.nim-menu {
  padding: 10px;
  transition: all 0.8s;
  background: #000;
  border-bottom: none;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.nim-menu a.navbar-brand {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 900;
  color: #fff;
}

.nim-menu.navbar-default .navbar-nav > li > a {
  color: #fafafa;
  letter-spacing: 1px;
  font-size: 0.73em;
  text-shadow: 1px 0px rgba(0, 0, 0, 0.5);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  font-weight: 700;
}

.navbar-toggle {
  border-radius: 20%;
  transition: all 1s;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #fff;
}

/*	MAIN HEADING
------------------------------*/

.main-heading {
  background: url(../images/860.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #cfcfcf;
  margin-top: 80px;
}

.overlay {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.73) 17%,
    rgba(0, 0, 0, 0.66) 35%,
    rgba(0, 0, 0, 0.55) 62%,
    rgba(0, 0, 0, 0.4) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.8)),
    color-stop(17%, rgba(0, 0, 0, 0.73)),
    color-stop(35%, rgba(0, 0, 0, 0.66)),
    color-stop(62%, rgba(0, 0, 0, 0.55)),
    color-stop(100%, rgba(0, 0, 0, 0.4))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.73) 17%,
    rgba(0, 0, 0, 0.66) 35%,
    rgba(0, 0, 0, 0.55) 62%,
    rgba(0, 0, 0, 0.4) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.73) 17%,
    rgba(0, 0, 0, 0.66) 35%,
    rgba(0, 0, 0, 0.55) 62%,
    rgba(0, 0, 0, 0.4) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.73) 17%,
    rgba(0, 0, 0, 0.66) 35%,
    rgba(0, 0, 0, 0.55) 62%,
    rgba(0, 0, 0, 0.4) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.73) 17%,
    rgba(0, 0, 0, 0.66) 35%,
    rgba(0, 0, 0, 0.55) 62%,
    rgba(0, 0, 0, 0.4) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
  //background-attachment: fixed;
  height: auto;
  height: 100%;
  position: relative;
}

.overlay > .container {
  padding: 170px 0px;
}

.main-heading > .overlay {
  height: 750px;
}
p.lead {
  position: relative;
  top: 5px;
  color: #e3e3e3;
  font-size: 0.93em;
}

.main-heading-content {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

.main-heading-title {
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 3.5em;
  text-shadow: rgba(0, 0, 0, 0.498039) 2px 2px 2px;
  letter-spacing: 0.02em;
}
.main-heading-title span {
  margin-left: 6px;
}
.main-heading-text {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}
.main-cursor {
  opacity: 1;
  -webkit-animation: blink 0.6s infinite;
  -moz-animation: blink 0.6s infinite;
  -ms-animation: blink 0.6s infinite;
  -o-animation: blink 0.6s infinite;
  animation: blink 0.6s infinite;
}

/*----------------ABOUT US

-------------------------------------------------------*/
.aboutus > .container {
  padding: 60px 0px;
}

.about-box {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}
.about-box i {
  font-size: 36px;
}
.about-box .about-line {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
/* .about-box h4 {
  padding-top: 10px;
} */
.about-box h4 {
  padding-top: 10px;
  font-weight: bold;
  font-size: 23px;
}
/* .about-box p {
  font-size: 0.93em;
  padding-top: 10px;
} */
.about-box p {
  font-size: 1em;
  padding-top: 10px;
  /* font-style: italic; */
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}

/*----------------OUR WORKS

-------------------------------------------------------*/

.recent-works > .container {
  padding: 70px 0px;
}

.item-img-wrap {
  position: relative;
  text-align: center;
  place-self: center;
  overflow: hidden;
  border-bottom-style: groove;
}

.item-img-wrap img {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  background-color: white;
  min-height: 260px;
}
.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.item-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #222 url("../images/plus.png") center center no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 99;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
.item-img-wrap:hover .item-img-overlay span {
  opacity: 0.6;
}
.item-img-wrap:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.work-desc {
  width: 100%;
  padding: 10px 20px;
  border-top: none;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}
.work-desc h3 {
  margin: 0;
  padding: 0;
  /* font-size: 0.93em; */
  font-size: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Roboto Slab", serif;
  margin-bottom: 5px;
}

.work-desc h3 a {
  /* color: #fff; */
  color: #ff0000;
}
.work-desc span {
  color: black;
  margin-top: 10px;
  /* font-size: 0.82em; */
  font-size: 1.1em;
  /* font-style: italic; */
  font-family: "Roboto Slab", serif;
}

/*----------------OUR TEAM

-------------------------------------------------------*/
.our-team > .container {
  padding: 70px 0px;
}

.our-team h4 {
  font-family: "Roboto Slab", serif;
  color: red;
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0px 0px 1px #000000c7;
}

.our-team h4,
.our-team h5 {
  padding-top: 15px;
  justify-self: left;
  padding-left: 10px;
}
.our-team h5 {
  font-size: 18px;
}
/* .our-team p {
  font-size: 0.83em;
  padding-top: 15px;
} */
.our-team .para {
  text-align: -webkit-left;
  padding-left: 10px;
  margin-top: 10px;
}
.list-inline a {
  color: #000;
}

/*----------------INSPIRATION

-------------------------------------------------------*/
.inspiration {
  background: url("../images/team.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.inspiration > .overlay.container {
  padding: 80px 0px;
}

.subheading h4 {
  color: #ffffff;
  font-style: italic;
  font-family: "Roboto Slab", serif;
}
.intermediate-container .heading h2 {
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
}

/*	TESTIMONIAL
------------------------------*/
.client-testimonial {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    /* Adjust the color and opacity here */
      url("../images/young-woman-working-on-computer-600nw-1711024264.webp");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.client-testimonial .container {
  padding: 70px 0px;
}

#testimonial {
  padding: 30px 0;
}
#testimonial .item {
  display: block;
  width: 100%;
  height: auto;
}

#testimonial .item p {
  font-weight: 400;
  margin: 30px 0;
  color: #d1d1d1;
}

/*	STATS
------------------------------*/
.our-stats {
  background: #35434f;
}

.our-stats > .container {
  padding: 60px 0px;
}

.our-stat-icon .fa {
  font-size: 60px;
  color: #fff;
  line-height: 90px;
}

.our-stat-info span {
  color: #fff;
  font-size: 32px;
  margin: 1em 0;
  line-height: 60px;
}

.our-stat-info h5 {
  color: #fff;
  line-height: 3em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0;
}

/*  Services
----------------------------------------------------------------------------- */
.services > .container {
  padding: 60px;
}

.nim-service i.fa {
  float: left;
  font-size: 1.6em;
  width: 70px;
  height: 70px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding-top: 25px;
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
}
.nim-service .nim-service-detail {
  margin-left: 90px;
}
.nim-service .nim-service-detail h4 {
  font-family: "Roboto Slab", serif;
  font-size: 21px;
  font-weight: bold;
}
.nim-service .nim-service-detail p {
  color: #9aa7af;
  margin-top: 10px;
  /* font-size: 0.83em; */
  color: #202020;
}

.nim-service:hover > i.fa {
  background: #fff;
  color: #000;
  box-shadow: 2px 3px 5px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}

/*----------------CONTACTUS

-------------------------------------------------------*/
.sub-form {
  background: #222;
}
.sub-form > .container {
  padding: 80px 0px;
}

.form-control::-webkit-input-placeholder {
  color: #8a8a8a;
}
.form-control:-moz-placeholder {
  color: #8a8a8a;
}
.form-control::-moz-placeholder {
  color: #8a8a8a;
}
.form-control:-ms-input-placeholder {
  color: #8a8a8a;
}

.form-control {
  /* background-color: #222; */
  color: #4c4c4c;
  box-shadow: none;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  /* padding: 0 1.5em; */
}
#mc-form {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.form-control:focus {
  border-color: #000000;
  outline: 0;
  box-shadow: none;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.sub-form .btn {
  padding: 1em;
}

#mc-form .btn-default {
  height: 60px;
}

#mc-notification {
  margin: 0.75em 0 0;
  font-weight: 400;
  color: #8a8a8a;
  font-size: 17px;
}

.error {
  color: #ff4c4c !important;
}

.valid {
  color: #4caf50 !important;
}

.error i,
.valid i {
  padding-right: 0.5em;
}

/*----------------SITE FOOTER

-------------------------------------------------------*/
.site-footer {
  background: #fafafa;
  font-size: 0.93em;
}
.site-footer > .container {
  padding: 10px 0px;
}

.site-footer small {
  display: inline-block;
}

.footer-links,
.site-footer small {
  margin: 0 0 0.75em;
}

.site-footer small,
.footer-links a {
  color: #8a8a8a;
  font-weight: 300;
  font-size: 0.93em;
}

.footer-links a:hover {
  color: #fa5454;
}

.footer-links a:first-child {
  padding-right: 0.4em;
}

/*----------------SOCIAL

-------------------------------------------------------*/

.social li {
  display: inline-block;
  padding-right: 0.5em;
  text-align: center;
}

.social li:last-child {
  padding-right: 0;
}

.social li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 50%;
  position: relative;
  transition: all 0.8s ease;
  font-size: 1.3em;
  background: #d6d6d6;
}

.social li a:hover {
  background: #000;
}

/*----------------ANIMATIONS

-------------------------------------------------------*/
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* .work-desc {
   background: #f8198d; 
  background: red !important;
} */
.work-desc {
  /* background: #f8198d; */
  background: #ffffff !important;
  /* border-top: 2px black; */
  min-height: 160px;
}
.theme_background_color,
#downloadbt:hover {
  /* background-color: #f8198d; */
  background-color: red !important;
}

.themecolor {
  /* color: #f8198d; */
  color: red !important;
}

.navbar-brand {
  padding: 0px;
}

.owl-theme .owl-controls .owl-page span {
  background: white;
}

#testimonial .item {
  color: white;
}

.statss::after {
  content: "+";
  margin-left: 2px; /* Adjust for spacing if needed */
}

.for-full-back {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  /* IE 5-7 */
  filter: alpha(opacity=90);

  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers */
  opacity: 0.9;
  padding-top: 30px;
  padding-bottom: 120px;
}

.contact-cls {
  font-size: 20px;
  line-height: 40px;
}

#social-icon a {
  margin-right: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ruluko", sans-serif;
}
/* p {
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
} */
p {
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  font-size: 1em;
}

/* Modal Background */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  position: relative;
  border-radius: 8px;
}

/* Close Button */
.close-button {
  background-color: #cccccc; /* Light gray background */

  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

.close-button:hover,
.close-button:focus {
  /* color: #000; */
  text-decoration: none;
  cursor: pointer;
  background-color: #999999; /* Darker gray on hover */
}

/* Optional styling for the button */
.btn-custom-outline {
  text-decoration: none;
  padding: 10px 20px;
  /* border: 2px solid #000;
    color: #000; */
  border-radius: 4px;
}

.iti * {
  color: black;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* Basic styling for page content */
.margin-top {
  margin-top: 20px;
}

/* Modal styles */
.custom-modall {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-items: center;
  overflow: auto;
  /* justify-content: center;
  align-items: center; */
  z-index: 1000;
}

.custom-modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 71px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.custom-modal h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
}

/* Form styling */
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.submit-btn {
  background-color: red;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
}

.submit-btn:hover {
  background-color: #b50202;
}

.btnbtn {
  background-color: red;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin-right: 10px; /* Adds spacing between the two buttons */
}

.btnbtn:hover {
  background-color: #b50202;
  color: white;
}

.iti {
  width: 100%;
}

#hiringForm {
  margin-top: 13px;
}
.fa {
  color: red;
}
.divh2 {
  font-weight: bold;
  line-height: 1.1;
  color: black;
  text-align: center;
}
h2 {
  font-weight: bold;
  line-height: 1.1;
}

.close-btn {
  font-size: 38px;
}

.heading {
  color: black;
  font-weight: bold;
  font-size: 20px;
}

#Header {
  background-size: cover !important;
  background-attachment: fixed;
  color: #cfcfcf;
  margin-top: 80px;
  color: #cfcfcf;
  margin-top: 80px;
  background: white;
}
#2xSchhol {
  background: white;
}
.pt-20 {
  padding-top: 20px;
}
.project-banner {
  place-self: center;
  display: flex;
  text-align: center;
  gap: 10px;
}
.h2style {
  max-width: 633px;
  color: black;
  text-align: left;
}
.pstyle {
  max-width: 500px;
  color: black;
  text-align: left;
}
.header-section {
  /* background-image: url('images/header-bg.jpg'); Optional background image */
  background-size: cover;
  padding: 60px 20px;
  color: black;
  text-align: center;
}

.header-section h1 {
  font-weight: bold;
  margin-bottom: 15px;
  color: black;
}

.header-section p {
  color: black;
  margin-bottom: 0;
}
/* Project Section */
.project-section {
  padding: 40px 20px;
  background-color: #f4f7f9;
  border: 2px solid black;
}

/* .project-banner h2 {
  max-width: 633px;
  font-weight: 600;
  color: #333;
  text-align: left;
  margin-bottom: 15px;
} */
.project-banner h2 {
  max-width: 700px;
  font-weight: 700;
  color: #222;
  text-align: left;
  margin-bottom: 20px;
  font-size: 3.5rem;
  line-height: 1.3;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  background: linear-gradient(90deg, #7d2727, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 5px;
  /* border-bottom: 4px solid rgba(90, 45, 130, 0.8); */
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .project-banner {
    flex-direction: column;
  }
  .contact-cls {
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .site-footer small,
  .footer-links a {
    max-width: min-content;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .work-desc span {
    width: 190px !important;
  }
  .services .container .row {
    display: flex;
    flex-direction: column;
  }
  .services .container .row .col-sm-4 {
    width: auto !important;
    /* width: 33.33333333%; */
  }
}
@media screen and (max-width: 530px) {
  .main-heading-title {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 991px) {
  .project-banner {
    flex-direction: column;
    width: 100%;
  }
  .project-banner p {
    margin: 0px !important;
  }
}

.project-banner p {
  color: #555;
  max-width: 500px;
  text-align: left;

  margin: 0 auto 20px auto;
  line-height: 1.6;
}

.project-image img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  width: 100%;
  height: auto;
}

.project-image img:hover {
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .project-section .container {
    align-items: center;
    justify-content: center;
  }
}
.work-desc span {
  display: inline-block; /* Ensures the width applies to the text content */
  width: 280px; /* Set to desired width */
  text-align: center; /* Optional, for centered text */
  white-space: normal; /* Allows wrapping */
}
/*===========================
     08.TESTIMONIAL css 
===========================*/
.single-testimonial {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  overflow: hidden;
  border-radius: 10px;
  padding: 0px;
  border-radius: 10px;
  border: 2px solid transparent;
  margin: 30px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single-testimonial {
    padding: 20px 20px 5px;
  }
}

.single-testimonial .testimonial-review .quota i {
  font-size: 36px;
  color: #119bd2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-testimonial .testimonial-review .star ul li {
  display: inline-block;
  font-size: 16px;
  color: #fe806d;
}

.single-testimonial .testimonial-text {
  margin-top: 25px;
}

.single-testimonial .testimonial-author .author-image {
  position: relative;
  place-self: center;
}

.single-testimonial .testimonial-author .author-image .author {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 80px;
  height: 80px;
}

.single-testimonial .testimonial-author .author-content .holder-name {
  font-size: 18px;
  font-weight: 700;
  color: #2e2e2e;
}

.single-testimonial .testimonial-author .author-content .text {
  font-size: 15px;
}

.single-testimonial:hover {
  border-color: #fe7a7b;
}

.single-testimonial:hover .testimonial-review .quota i {
  color: #fe7a7b;
}

.slick-center .single-testimonial {
  border-color: #fe7a7b;
}

.slick-center .single-testimonial .testimonial-review .quota i {
  color: #fe7a7b;
}

.testimonial-active .slick-dots {
  margin: 0 auto;
  padding: 12px;
}

.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.testimonial-active .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: red;
  border: 0;
  font-size: 0;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.testimonial-active .slick-dots li.slick-active button {
  opacity: 1;
  width: 15px;
  height: 15px;
}
.site-footer .row {
  display: block !important;
}
/* .social li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .social li a {
    font-size: 24px;
    color: inherit; 
  }
  
  .social li a .fa-twitter {
    color: #1DA1F2; 
  }
  
  .social li a .fa-facebook {
    color: #1877F2; 
  }
  
  .social li a .fa-youtube-play {
    color: #FF0000; 
  }
  
  .social li a .fa-instagram {
    color: #E4405F !important; 
  }
  
  .social li a .fa-linkedin {
    color: #0A66C2; 
  } */
