/**
* Template Name: Arsha - v3.0.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Segoe UI", sans-serif;
  /*color: #666;*/
  background-color: #F9F9F9;
  
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

ul{
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  color: #2F3F50;
  font-weight: 600;
}


/*Preloader*/
#preloader-image {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999;
    transform: translate(-50%, -50%);
}
.preloader-wrapper {
  width: 100%;
  height: 100%;
  background: white;

  position: fixed;
  z-index: 99999;
}
.preloader,
.preloader:before {
  --playState: running;
  border-radius: 50%;
}
.preloader {
  --stopC1: hsl(0, 0%, 20%);
  --stopC2: hsl(0, 0%, 10%);
  animation: changeColor 24s ease-in-out infinite var(--playState);
  background-image: radial-gradient(
      100% 100% at 50% 0,
      hsla(0, 0%, 0%, 0) 92%,
      hsl(0, 0%, 0%, 0.5)
    ),
    radial-gradient(100% 100% at 25% 0, var(--stopC1) 25%, var(--stopC2));

  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10em;
  height: 10em;

  background: white;
}
/*.bgkd{
  width: 100%;
  height: 300px;
  background-image: url('../img/culture2.png');
   background-size: cover ; 
   margin-top:80px; 
   padding-left: 70px;
}*/
.preloader:before {
  --c: hsl(0, 89%, 60%);
  --cT: hsla(0, 89%, 60%, 0);
  animation: spin 2s ease-in-out infinite var(--playState);
  background-image: radial-gradient(
    100% 100% at 48% 50%,
    var(--cT) 48%,
    currentColor 52%
  );
  border: 0;
  border-right: 0.3em solid;
  box-shadow: 0.3em 0 0.3em;
  color: var(--c);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: translateX(-0.15em) rotate(0deg);
  transform-origin: calc(50% - 0.15em) 50%;
}
@keyframes changeColor {
  from {
    filter: hue-rotate(0deg);
  }
  8.33% {
    filter: hue-rotate(30deg);
  }
  16.67% {
    filter: hue-rotate(60deg);
  }
  25% {
    filter: hue-rotate(90deg);
  }
  33.33% {
    filter: hue-rotate(120deg);
  }
  41.67% {
    filter: hue-rotate(150deg);
  }
  50% {
    filter: hue-rotate(180deg);
  }
  58.33% {
    filter: hue-rotate(210deg);
  }
  66.67% {
    filter: hue-rotate(240deg);
  }
  75% {
    filter: hue-rotate(270deg);
  }
  83.33% {
    filter: hue-rotate(300deg);
  }
  91.67% {
    filter: hue-rotate(330deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: translateX(-0.15em) rotate(2turn);
  }
}


/*Preloader*/


/*Particles*/
#particles-js {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
#particles-js1 {
    position: absolute;
    display: block;
    width: 100%;
    height: 40%;
    top: 83%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
@media(max-width: 450px) and (min-width: 300px){
  #particles-js1 {
    top: 91%;
  }
}
/*Particles*/


.overlay {
    background: rgba(0,0,0,0.5)!important;
}


@media(max-width: 576px){
  .carousel-inner img {
    width: 100%;
    height: 300px;
}
}


/*Navbar*/
nav.nav-menu ul li a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
  border: 2px solid transparent;
}
nav.nav-menu ul li a,
nav.nav-menu ul li a:after,
nav.nav-menu ul li a:before {
  transition: all .2s;
}
nav.nav-menu ul li a:hover {
  color: #fff!important;
}
nav.nav-menu ul li a {
  position:relative;
  z-index: 1;
}

nav.nav-menu ul li a:hover {
  color: #fff;
}
nav.nav-menu ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #962d22;
    border-radius: 10%;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.nav-menu ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.dark {
    color: #666!important;
}
.dark:hover{
  color: #fff!important;
}
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

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


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
#header .logo img {
    max-height: 55px;
    position: relative;
    width: 230px;
    top: -3px;
}
@media(min-width: 1200px) and (max-width: 3500px){
#header .logo img {
   max-width: 230px;
}
}
@media(max-width: 1199px) and (min-width: 576px){

#header .logo img {
    max-height: 48px;
    position: relative;
    width: 200px;
    top: -3px;
    max-width: 200px;
}
}
@media(max-width: 575px) and (min-width: 380px){
  #header .logo img {
    max-height: 50px;
    position: relative;
    width: 220px;
    top: -3px;
}
}
@media(max-width: 379px) and (min-width: 200px){
  #header .logo img {
    max-height: 40px;
    position: relative;
    width: 200px;
    top: -3px;
}
}
@media(max-width: 1199px) and (min-width: 992px){
    a.get-started-btn {
    position: relative;
    left: -12px;
}
}
@media(max-width: 991px) and (min-width: 380px){
  button.mobile-nav-toggle.d-lg-none {
    margin-top: 5px;
}
}
.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu li:hover > a {
  color: #731001!important;
 border-bottom: none;
}
.nav-menu .active > a{
     color: #4970DC!important;
    border-bottom: 2px solid;
}
.nav-menu .drop-down ul {
  border-radius: 8px;
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0c3c53;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #47b2e4;
    
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}
  .carousel-inner img {
    width: 100%;
    /*height: 100vh;*/
  }
/*    .carousel {
    position: relative;
}*/
.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
/*
.get-started-btn {
  margin-left: 25px;
  color: #fff;
  border-radius: 50px;
  padding: 6px 25px 7px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #731001;
  font-weight: 600;
}
*/

/*
.get-started-btn:hover {
  background: #731001;
  color: #fff;
}
*/

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 30px 0 0;
/*    padding: 6px 10px 7px 20px;*/
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #37517e;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #47b2e4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 58, 90, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
@media(max-width: 991px) and (min-width: 576px){
  .get-started-btn{
    position: absolute;
    right: 50px;
  }
}
@media(max-width: 575px) and (min-width: 300px){
  .get-started-btn{
    position: relative;
    right: -10px;
  }
}

@media(max-width: 991px){
  .mobile-nav{
    height: 250px;
  }
}

/*Navbar*/

/*Core Competency*/
    .chapter1-header{
        
      font-size:40px;
      text-align: center;
      }
      .chapter1-container{
        width: 100%;
        /*border:1px solid orange;*/
        margin-top: 2%;
      }
   
      .chapter1-content1{
        padding: 20px;
          /*width:25%;
          border:1px solid green;*/
          display: inline-block;
          box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
          border-radius: 20px;
      }
      .chapter1-content2{
          /*width:25%;*/
          padding: 20px;
          /*border:1px solid green;*/
          display: inline-block;
          /*margin-left: 5%;*/
          box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
          border-radius: 20px;
      }
      .chapter1-content3{
          /*width:25%;*/
          padding: 20px;
          /*border:1px solid green;*/
          display: inline-block;
          /*margin-left: 5%;*/
          box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
          border-radius: 20px;
      }
      .chapter1-content1-img{
        width: 250px;
        height: 200px;
        background-image: url('../img/app2.jpg');
        background-size: cover;
        margin: 0 auto;
        display: block;
      }
      .cnt2{
        background-image: url('../img/app6.png');
        
      }
      .cnt3{
        
        background-image: url('../img/app5.jpg');
       
      }
      .chapter1-header2{
       
       text-align:center;
      
      font-size:15px;
      text-align: center;
      color:#27a8e0;
      }
      .chapter1-content1-text{
        margin:20px;        
      }
      .chapter1-content1-para{
       
       text-align:left;
    
      font-size:14px;
      color:#666;
      line-height:25px;
      margin-left:10px;
      margin-right:10px;
      text-align: justify;
      }


      .chapter1-content1.aos-init.aos-animate
       {
          height: 100%;
      }
      .chapter1-content2.aos-init.aos-animate {
          height: 100%;
      }
      .chapter1-content3.aos-init.aos-animate{
        height: 100%;
      }
/*Core Competency*/



/*Expertize*/
.progress-bar {
    background-color: #000043;
}
.chapter2-header2{
 
  text-align:left;
  
  font-size:15px;
  color:#27a8e0;
  text-transform: uppercase;
  /*margin-left: 1%;*/
  margin-top: 3%;

}
.chapter2-imgbg{

width:250px;
height: 350px;
background-color:  #d5d8f8;
border-radius:20px;
margin-left: 10%;
}

@media(max-width: 767px){
  .chapter2-imgbg{
    margin: 0 auto!important;
  }
}


.chapter2-img-content{
width:300px;
height: 300px;
background-image: url('../img/stat0.jpg');
background-position: cover;
background-size: 113%;
border-radius:20px;
position: absolute;
left: 15%;
margin-top:10%;
 box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
}
@media(max-width: 450px){
  .chapter2-img-content{
    width: 220px!important;
  }
}
.chapter2-img-content2{
width:250px;
height: 180px;
background-image: url('../img/stat8.jpg');
background-position: cover;
background-size: 113%;
border-radius:20px;
position: absolute;
left:-50px;
margin-top:50%;
 box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
}
@media(max-width: 450px){
  .chapter2-img-content2{
    width: 220px!important;
    left: -15px!important;
  }
}
.chapter2-content-para{
        
       text-align:left;
      
      font-size:17px;
      color:#666;
      line-height:25px;
      /*margin-left:20%;
      margin-right:20%;*/
      text-align: center;

      }
/*  .chapter2-content{

      margin-left: 10%;
      margin-right: 10%;
  }*/


/*Expertize*/

/*Progress Bar*/
.header {
  position: fixed;
  top: 90px;
  /*z-index: 99;*/
  width: 100%;
}
.progress-container {
  width: 100%;
  height: 1px;
}

.progress-bar1 {
  height: 4px;
  width: 0%;
  background: #962d22;
}

@media(max-width: 991px) and (min-width: 576px){
  .header{
    top: 75px;
  }
}

@media(max-width: 575px) and (min-width: 380px){
  .header{
    top: 76px;
  }
}
@media(max-width: 379px) and (min-width: 200px){
  .header{
    top: 68px;
  }
}
/*Progress Bar*/



/*Aboutus*/
  .mission-content{
    display: inline-block;
  }
  .mission-field{
  border:2px solid #B6244F;
  border-radius:20px;
  // box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
  }
  .mission-legend{
    text-align: center;
    border:none;
    outline:none;

  }
  .chapter3-content1-para{
       text-align:left;
      font-size:14px;
      color:#666;
      line-height:25px;
      margin-left:10px;
      margin-right:10px;
      text-align: justify;
      padding: 30px;

  }
  .vision-content{
    display: inline-block;

  }

/*Aboutus*/

/*Our Process*/
.process-header{
      font-size:40px;
      text-align: center;
      color:white;
      margin-top:2%; 
}
.process-content-para {
    text-align: left;
    font-size: 17px;
    color: white;
    line-height: 25px;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
}

.container1 {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px;
  position: relative;
  width: 100%;
}
.container--big {
  height: 175vh;
}

@media(max-width: 1199px) and (min-width: 992px){
  .container--big {
  height: 165vh;
}
}


@media(max-width: 991px) and (min-width: 768px){
  .container--big {
  height: 165vh;
}
}


@media(max-width: 767px) and (min-width: 576px){
  .container--big {
  height: 225vh;
}
}
@media(max-width: 575px) and (min-width: 451px){
  .container--big {
  height: 275vh;
}
}

@media(max-width: 450px) and (min-width: 300px){
  .container--big {
  height: 900vh;
}
}
.container--full {
  height: 100vh;
}
.container--small {
  height: 40vh;
}
.container1 .content {
  /*background: rgba(0, 0, 0, .75);*/
  border-radius: 8px;
  color: #fff;
  margin: 0 auto;
  padding: 30px 35px;
  text-align: center;
  position: absolute;
  top: 0;
}

.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}
.parallax__container .parallax {
  /* can be put in a seperate class for better control */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* --------------------------- */
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}

.parallax__container .parallax:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}
.bg1 {
  background-image: url("../img/bg1.jpg");
}

#bg3 {
  background-image: url("../img/process2.jpg");
}

.show-on-mobile--inline {
  display: none;
}

.arrow {
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
  bottom: -64px;
  bottom: -4rem;
  left: calc(50% - 19px);
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity 250ms ease-in-out;
  width: 38px;
}
.arrow--hide {
  opacity: 0;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@media screen and (max-width: 480px) {
  .hide-on-mobile {
    display: none;
  }

  .show-on-mobile--inline {
    display: inline;
  }
}




.block {
    overflow: hidden;
    background: #fff;
    padding: 20px;
    max-width: 24rem;
    margin: 0 auto;
    border-radius: 25px;
    height: 100%;
}
.block img {
    width: 50px;
    float: left;
    position: relative;
    left: 0px;
    top: 10px;
}
.block h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0.8rem 0rem 0.5rem -15px;
    text-align: justify;
}
hr.drk {
    color: #000;
    height: 1px;
    position: relative;
    top: 0px;
    margin: 0.8rem 0rem 0.5rem -15px;
}
.block > div {
  width: calc(100% - 75px - 1rem);
  float: right;
}
.tsd{
  text-align: justify;
  margin: 0.8rem 0rem 0.5rem -15px;
  color: #666;
  line-height: 25px;
  font-weight: 400;
}
/*Our Process*/

/*ScrollTop*/
.go-top {
  right: 3%;
  bottom: 5%;
  color: white;
  position: fixed;
  background-color: #404dff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
  text-decoration: none;
  z-index: 1000;
}
.go-top:hover {
  color: white;
}
/*ScrollTop*/



/*Career Backgd*/
.hdr{
  color: #f9f9f9;
}
.showcase1 {
 background: url('../img/carrerbg1.png') center center/cover no-repeat #1d3f5b;
/*background-image: linear-gradient(to right top, #6ebcf7, #73b8f5, #77b5f2, #7cb1ef, #80adec, #88a7e9, #91a1e6, #9a9ae1, #aa8fd8, #ba83ca, #c777b9, #d16ba5);
background: linear-gradient(to left, #0D5775, #3391AF );*/

/*background: linear-gradient(to right, #2A5298, #1E3C72);*/
  background-size: cover;
  background-position: center;
  height: 500px;
  color: rgb(0, 0, 0);
  padding-top: 200px;
}
/*Career Backgd*/




/*BELIEF*/
.card.cardy {
    height: 100%;
    background-color: transparent;
    border: none;
}
p.card-text.cardy-text {
    text-align: justify;
}
.sbgf {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    position: relative;
    top: 12px;
}

@media(max-width: 767px){
  .vdh{
  margin-top: 15px;
}
  .vdhs{
    position: relative;
    top: 30px;
  }
}

/*BELIEF*/
/*Footer*/
.single-widget,
a {
  color: #aaa;
}
.single-widget h6 {
  color: white;
}
.single-widget .widget-tiltle {
  font-size: 20px;
  color: #fff;
}
.single-widget .widget-tiltle-a {
  position: relative;
/*  left: 30px;*/
  font-size: 20px;
  color: #fff;
}
.single-widget .widget-tiltle-b {
  position: relative;
  left: 70px;
  font-size: 20px;
  color: #fff;
}
.single-widget .widget-tiltle-c {
  position: relative;
  left: 70px;
  font-size: 20px;
  color: #fff;
}
.single-widget i {
  color: #ee1515;
  font-size: 30px;
}
.single-widget ul li {
  padding: 10px;
  display: flex;
  align-items: center;
}
.tags-widget a {
  color: #aaa;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 2px;
  font-size: 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin: 10px 10px 0 0;
}
.footer-bottom-area {
  height:90px;
  background-color: #26264b;
  color: white;
}
.privacy {
  font-size: 13px;
  padding: 20px;
}
.privacy a {
  color: white;
}
.bgfooter{
  background: url('../img/footer-bg.png') center center/cover no-repeat #26264b;
}


@media(max-width: 1199px) and (min-width: 576px){
  .cmpy {
    position: relative;
    left: 30px!important;
    text-align: left!important;
}
.cmpul{
  position: relative;
  left: -40px;
}
.servc {
    position: relative;
    left: 33px!important;
    text-align: left!important;
}
.servul {
    position: relative;
    left: -37px;
}
.single-widget.tags-widget {
    position: relative;
    left: 30px;
}
.fgst{
  margin-top: 15px;
}
}


@media(max-width: 575px){
  .cmpy {
    text-align: left!important;
    position: relative;
    left: 33px!important;
}
.servc{
  text-align: left!important;
    position: relative;
    left: 30px!important;
}
.single-widget.tags-widget {
    position: relative;
    left: 30px;
}
.fjsk {
    margin-top: 15px;
}
.servul {
    position: relative;
    left: -40px;
}
.cmpul{
  position: relative;
  left: -40px;
}
}


/*Footer*/



.slideshow-element{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
     font-size: 30px;
     letter-spacing: 3px;
  color: #fff;
  font-family: Verdana,Geneva,sans-serif!important;
  font-weight: 600;
  text-transform: capitalize;
  white-space: nowrap;
}


@media(max-width: 1199px) and (min-width: 992px){
  .slideshow-element{
    top: 35%;
    font-size: 30px;
}
}
@media(max-width: 991px) and (min-width: 768px){
  .slideshow-element{
    top: 30%;
    font-size: 25px;
}
}

@media(max-width: 767px) and (min-width: 576px){
.slideshow-element{
  top: 30%;
    font-size: 20px;
}
}


@media(max-width: 575px) and (min-width: 300px){
 .slideshow-element{
    font-size: 20px;
    top: 25%;
    white-space: normal;
}
}


.btrf {
    position: relative;
    left: 30px;
}

.slrf {
    position: relative;
    left: -60px;
    white-space: nowrap;
}
.last {
       color: #aaa;
    margin-top: -1px!important;
    margin-left: 42px;
    font-style: italic;
}
.social-links.mt-2 {
    position: relative;
    top: -15px;
}
.crtf {
    position: relative;
    top: -20px;
}
.mrqe{
  margin-top: 30px;
}
.sftrw{
  border-top: 2px solid grey;
}
@media(max-width: 1199px){
  .slrf {
    position: relative;
    left: 0px!important;
    white-space: nowrap;
}
}
.mrgt{
  margin-right: 0!important;
}
@media (max-width:767px){
   .footer-bottom-area {
  height:auto;
}
    .crtf {
    position: relative;
    top: -20px;
    display: flex
}
}
 .switch {
  display: inline-block;
  height: 18px;
  position: relative;
  width: 49px;
}
.switch input {
  display:none;
}
.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  border:2px solid #fff;
}
.slider:before {
  background-color: #fff;
  bottom: -7px;
  content: "JP";
  height: 27px;
  padding-top: 4px;
  left: -2px;
  position: absolute;
  transition: .4s;
  width: 26px;
  font-size: 11px;
  text-align: center;
  color: #666;
  font-weight: bold;
 box-shadow: inset 0 -5px 5px -5px #000,
                inset 0 5px 5px -5px #fff,
                inset 0 5px 5px -15px #333,
                0 3px 6px -3px #000,
                2px 3px 15px #444;
}
input:checked + .slider {
  /*background-color:  #66BB6A;*/
   background: rgb(32, 45, 61);
  background: linear-gradient(
    0deg,
    rgba(32, 45, 61, 1) 0%,
    rgba(56, 75, 99, 1) 100%
  );
}
input:checked + .slider:before {
  transform: translateX(26px);
    content:"JP";
    color: green;
    background-color: #4FEA57;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}