
body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

a {
  color: #a8182a;
  text-decoration: none;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #a8182a;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
#hero p {color: #fff;}

#hero ul li {color: #fff; text-align: left;}

.back-to-top:hover {
  background: #3e9bdd;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid #e6f2fb;
}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: #16507b;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
    height: 560px;
    background: url(../img/slide_001.jpeg) center top;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  
  position: relative;
}

/* #hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */

#hero .container {
  padding-top: 80px;
}

#hero h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 72px;
  color: #fff;
  text-transform: uppercase;
}
#hero h3{font-size: 15px; color: #fff;}

#hero h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 22px;
}

#hero .btn-get-started {
 
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 30px;
  transition: 0.5s;
  margin-top: 50px;
  text-transform: uppercase;
  color: #fff;
  background: #bc2034;
}

#hero .btn-get-started:hover {
  background: #bc2034;
}

#hero .icon-boxes {
  margin-top: 100px;
}

#hero .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#hero .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}

#hero .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #a8182a;
}

#hero .icon-box:hover {
  transform: scale(1.08);
}

#hero .icon-box:hover .title a {
  color: #a8182a;
}

@media (min-width: 1024px) {
  #hero {
    /* background-attachment: fixed; */
  }
}

@media (max-height: 800px) {
  #hero {
    /* height: auto; */
  }
}

@media (max-width: 992px) {
  #hero {
    /* height: auto; */
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f8fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #000;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #a8182a;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #a8182a;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #a8182a;
}

.about .content .btn-learn-more:hover {
  background: #a8182a;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 60px 0;
}

.counts .count-box {
  width: 100%;
  text-align: center;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: #124265;
  margin-left: 80px;
  margin: auto;
}

.counts .count-box p {
  padding: 8px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1e6ca6;
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
  font-size: 15px;
}

.about-video .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.about-video .content ul {
  list-style: none;
  padding: 0;
}

.about-video .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about-video .content ul i {
  font-size: 24px;
  color: #a8182a;
  position: absolute;
  left: 0;
  top: -2px;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
  padding-top: 40px !important;
    padding-bottom: 80px !important;
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #124265;
  transition: ease-in-out 0.3s;
  font-size: 18px;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}


.services .iconbox-red:hover .icon i {
  color: #fff;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}


.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #a8182a;
  color: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #a8182a;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #a8182a;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #a8182a;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bg_yash{
  background-color: #F5F5FA;
}

.btn-get-started{
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 6px 24px;
  border-radius: 2px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #a8182a;
  position: fixed;
  top: -11px;
  right: 20px;}

.about-us-block{text-align: center;}
img.prof{ 
  border-radius: 3px;}
.about-us-block h6{    color: #080809;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding-top: 19px;}
  

    .about .content ul li {
      padding-left: 48px;
      position: relative;
      font-weight: 600;
      color: #000;
      padding-top: 9px;
      font-size: 16px;
     
  }
  .about .content ul li::before { /* add the new bullet point */
    display: inline-block;
      content: '';
      -webkit-border-radius: 0.375rem;
      border-radius: 0.375rem;
      height: 6px;
      width: 12px;
      margin-right: 0.5rem;
      background-color: #484C7A;
  }
  
  .about .content ul {
    list-style: none;
    padding: 0;
    margin-left: -20px;
    margin-top: 25px;
}

    .about .content ul i {
      position: absolute;
      left: 0;
      top: 9px;
      font-size: 30px;
      color: #121314;
      line-height: 1;
      padding-right: 60px;
      float: left;
  }
  .about-txt{width: 75%;
    margin: auto;}
img.intro-img-fluid{
      
      float: right;
     
  
      height: 480px;
  }
  .content h1{ 
    font-weight: 600;
    font-size: 32px;
    color: #000;
    padding-bottom: 15px;}

    .section-title h2 {
      font-size: 32px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 20px;
      padding-bottom: 0;
      color: #121212;
  }
  .m-top-20{margin-top: 20px;}

  .services .icon-box {
    text-align: center;
    width: 100%;
    transition: all ease-in-out 0.3s;
    background: #fff;
   
    height: 313px;
    padding-top: 75px;
    border-radius: 6px;
    transition: transform 0.2s ease-out 0s, box-shadow 0.2s ease-out 0s;
    /* background-image: linear-gradient(rgb(255, 255, 255), rgb(245, 245, 250)); */
}
.btn-learn-more {
  /* font-family: "Raleway", sans-serif; */
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 1px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 26px;
  border: 2px solid #f2f3f4;
  background: transparent;
  text-transform: uppercase;
}
.btn-learn-more:hover {
 color: #fff;
 transform: translateY(-5px);
}
.services .icon-box h4 a {
  color: #111314;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon.icon-one svg path {
  fill: #de80c9;
}
.services .icon-box .icon.icon-two svg path {
  fill: #0042ff;
}
.services .icon-box .icon.icon-three svg path {
  fill: #ff4657;
}
.services .icon-box .icon.icon-four svg path {
  fill: #009cff;
}
.services .icon-box .icon.icon-five svg path {
  fill: #bb8cd6;
}
.services .icon-box .icon.icon-six svg path {
  fill: #80dea3;
}
.services .icon-box .icon.icon-seven svg path {
  fill: #de80c9;
}
.services .icon-box .icon.icon-eight svg path {
  fill: #0042ff;
}
.services .icon-box .icon.icon-nine svg path {
  fill: #ff4657;
}


.services .icon-box:hover {
  border-color: #fff;

  background: #ff5e52 !important;
  transform: translateY(-5px);
    box-shadow: rgb(37 44 97 / 15%) 0px 10px 30px 0px, rgb(93 100 148 / 20%) 0px 4px 18px 0px;
}



.services .iconbox:hover .icon svg path {
  fill: #ffffff !important;
}

.services .icon-box:hover h4 a{    color: #ffffff;}
.services .icon i {
  color: #ffffff;
}
.services .iconbox:hover .icon i {
  color: #ff5e52;
}
.services .icon-box:hover .icon svg path{  fill: #ffffff;}
.services .icon-box:hover .icon i{  color: #ff5e52 !important;}

.contact .info h4 {
  padding: 0 0 0 0px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact .info p {
 
  margin-bottom: 0;
  font-size: 14px;
  color: #171718;
}
.contact-bg{background-image: url(../img/contact-bg.JPG);
  text-align: center;
  padding: 60px;
  border-radius: 24px;
}
  .contact-bg h3{color: #fff;
    font-size: 21px;
    padding-bottom: 30px;}
.address p{    padding-left: 0px !important;
  padding-bottom: 17px;}
  .address ul{    margin-top: 10px;
    padding:0px;}
.address ul li{    font-size: 14px;
  padding-top: 6px; list-style: none;}

  .address ul li::before{
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 6px;
  width: 12px;
  margin-right: 1rem;
  background-color: #484C7A;
}
.contact .info i {
  font-size: 20px;
  color: #a8182a;
  float: left;
  width: 44px;
  height: 44px;
  background: #e3f0fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}
.ml-20{margin-left:20px}
.php-email-form p{color: #fff;
  text-align: left;
  font-size: 13px;
  font-weight: 500;}
  .contact .php-email-form .form-group {
    text-align: left;
}
.contact-bg label{color: #fff;
  text-align: left;
  font-size: 13.5px;
  font-weight: 500;
  padding-bottom: 10px;}

  .contact .php-email-form button {
    background: #1aaaa8 !important;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 1px;
    float: left;
    border: #0f7675 1px solid;
}

.clients img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 17px;
  /* filter: grayscale(100); */
  border: #e2ecf6 1px solid;
  border-radius: 2px;
  background-color: #fff;
}

.vertical-btn{
  position: fixed;
  top: 240px;
  right: 0px;
  padding: 0px;
  margin: 0px;
  width: 50px;
  height: 220px;
  background: #a8182a;
  z-index: 15;
  border-radius: 0;
  border: #6c0f1a 1px solid;
  border-right: 0px;
  font-size: 14px;
}

  .vertical-btn p{ color: #fff;
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    top: 155px;
    position: relative;
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1180px;
}
}

.vc_block{
  text-align: center;
}
.vc_block h6{
  font-size: 16px;
    
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #36395a;
}
.vc_block p{
  font-size: 14px;
  
margin-bottom: 20px;
    padding-bottom: 0;
    color: #484c7a;
    width: 74%;
    margin: auto;
}

.bxs-default {
  -webkit-box-shadow: 0 5px 15px 0 rgb(37 44 97 / 15%), 0 2px 4px 0 rgb(93 100 148 / 20%);
  box-shadow: 0 5px 15px 0 rgb(37 44 97 / 15%), 0 2px 4px 0 rgb(93 100 148 / 20%);
}


.eli_box{}
.eli_box h5{
  margin-bottom: 30px;
  font-size: 20px;
  color: #000;
}
.eli_box p{
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 20px;
}

.or_dev{
  display: block;
  margin: 15px 0px;
  font-size: 14px;
}