@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.top-haeder{
  width: 100%;
  background-color: #0151ac;
}
.top-haeder ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.top-header-left{
  width: 100%;
  position: relative;
}
.top-header-left li{
  float: left;
  position: relative;
  color: #fff;
  padding: 7px 15px;
  font-size: 14px;
  padding-left: 20px;
  line-height: 15px;

}
.top-header-left li i{
  position: absolute;
  left: 0px;
  top:5px;
  font-size: 18px;
  color: #23b0fb;

}
header {
  font-family: 'Roboto', sans-serif;
  position: relative;
  width: 100%;
  z-index: 9999;
  /* border-bottom: 1px solid #ccc; */
  /* box-shadow: 0 5px 5px rgba(0, 1, 1, 0.2); */
}
header.iner-header{
  position: relative;
  
}
.container{
  font-family: 'Roboto', sans-serif;
}
header p {
  color: #fff;
  margin-bottom: 0px;
}
.logo {
  padding: 10px 0px;
  max-width: 150px;
  display: block;
  position: relative;
}
.carousel-control-next, .carousel-control-prev{
  width: 9%;
}
.top-header {
  background: #54813c;
  padding: 5px 0px;
}
.top-header ul {
  margin: 0px;
  padding: 0px;
  float: right;
}
.top-header ul li {
  float: left;
  list-style: none;
  padding: 0px 5px;
}
.top-header ul li a {
  color: #fff;
}
.top-header ul li a i {
  color: #90c743;
}
.carousel-caption {
  top: 34%;
  left: 9%;
  width: 100%;
  z-index: 9;
}
.carousel-caption h2 {
  text-align: left;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #001e46;
  text-transform: uppercase;
  text-shadow: none;
}
.carousel-caption p {
  text-align: left;
  color: #444;
  padding: 10px 0px;
}
.carousel-caption a.more {
  background: #fff;
  color: #222;
  border:1px solid #fff;
  text-align: center;
  padding: 10px 24px;
  margin: 10px 0;
  border-radius: 30px;
  font-size: 16px;
  margin-right: 15px;
  font-weight: 400;
  float: left;
  max-width: 130px;
}
.button-slider{
  width: 350px;
}
a.more {
  background: #194987;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  margin: 10px auto;
  border-radius: 5px;
float: left;
  font-size: 16px;
  max-width: 120px;
}
textarea:focus, input:focus{
  outline: none !important;
  box-shadow: none;
  outline-width: 0;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
textarea {
outline: none;
box-shadow:none !important;
border: 1px solid #ccc;
}
.form-slider input[type='text']:focus,
.form-slider input[type='email']:focus,
.form-slider input[type='number']:focus,
.form-slider input[type='password']:focus,
.form-slider textarea {
outline: none;
box-shadow:none !important;
border:0px;
border-bottom: 1px solid #fff !important;
}
.form-slider{
  position: absolute;
  right: 10%;
  top:20%;
  width: 100%;
  z-index: 999;
  max-width: 450px;
  min-height: 300px;
  background-color: rgba(255, 255, 255, 0.60);
  padding: 15px;
  /* border:20px solid rgba(255, 255, 255, 0.60) */
}
.form-slider h1{
  width: 95%;
  margin:0 auto;
  display: block;
  border-bottom: 2px solid #fff;
  font-size: 29px;
}
.form-slider p{
  width: 95%;
  margin:0 auto;
  display: block;
}
.form-sld{
  background-color: rgba(20, 132, 210, .5);
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  min-height: 280px;
}
.form-sld .form-control{
  border:0px;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 15px 0px;
  margin-bottom: 20px;
}
.form-slider input[type="text"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-slider input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-slider input[type="text"]::-moz-placeholder  {
  color: #fff;
  opacity: 1;
}
.form-slider input::-webkit-input-placeholder{
  color: #fff;
  opacity: 1;
}
.form-slider input[type="text"]:-ms-input-placeholder { 
  color: #fff;
  opacity: 1;
}
.form-slider input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-slider input[type="text"]:-moz-placeholder { 
  color: #fff;
  opacity: 1;
}
.form-slider input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-slider input::-webkit-input-placeholder{
  color:#fff;
  opacity: 1;
}
.form-slider input:-moz-placeholder {
  color:#fff;
  opacity: 1;
}

.form-slider textarea::-webkit-input-placeholder,
.form-slider textarea:-webkit-input-placeholder,
.form-slider textarea:-moz-placeholder,
.form-slider textarea::-moz-placeholder,
.form-slider textarea:-ms-input-placeholder { color: #fff!important; opacity: 1!important; }
.head-text-line{
  width: 50px;
  margin:0 auto;
  height: 1px;
  background-color: #23b0fb;
  display: block;
}
.form-slider input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#fff;
  opacity: 1;
}

.form-slider input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#fff;
  opacity: 1;
}

.form-slider input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
  color:#fff;
  opacity: 1;
}
.form-slider textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#fff;
  opacity: 1;
}

.form-slider textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#fff;
  opacity: 1;
}

.form-slider textarea::-ms-input-placeholder { /* Microsoft Edge */
  color:#fff;
  opacity: 1;
}
.form-slider textarea::-webkit-input-placeholder {
   color:#fff !important;
  opacity: 1;
  }
   
  .form-slider textarea:-moz-placeholder { /* Firefox 18- */
   color:#fff !important;
  opacity: 1;  
  }
   
  .form-slider textarea::-moz-placeholder {  /* Firefox 19+ */
   color:#fff !important;
  opacity: 1;  
  }
   
  .form-slider textarea:-ms-input-placeholder {  
   color:#fff !important;
  opacity: 1;  
  }
.box-main-b .card-header{
  background: transparent;
  padding: 0px;
}
.box-main-b{
  border:0px !important
}
.box-we-do{
  background-color: #0252ac;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
    padding: 10px;
}
.counter {
  background-color:transparent;
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 122px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: rgb(255 255 255 / 37%);
    position: relative;
}

.count-text {
  font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: 77px;
    left: 0;
    width: 100%;
    color: #fff;
}
.home-h{
  width: 100%;
  clear: both;
  padding: 70px 0px;
}
.home-h h5{
  color: #111;
  position: relative;
}
.margin-top--2{
  margin-top:-50px;
}
.card-box{
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px -8px 11px -7px rgba(0, 0, 0, .5);
  text-align: center;
}
.card-box h4{
  color: #222;
  padding-top: 15px;
}
.card-box p{
  text-align: center;
  color: #555;
}
.home-h span {
  float: left;
}
.card-box a.more{
  background-color: #fff;
  float: none;
  margin: 0 auto;
  display: block;
  color: #222;
  border:1px solid #222
}
.box-a:hover h4{
  color: #ed499f;
}
.box-a:hover a.more{
  color: #fff;
  background-color: #ed499f;
  border:1px solid #ed499f
}
.more-w{
  color: #fff;
  width: 210px;
  line-height: 40px;
  border: 2px solid #23b0fb;
  background-color: #23b0fb;
  display: block;
  border-radius: 30px;
  text-align: center;
  margin-top: 10px;
  margin:0 auto;
}
.read-more{
  color: #0252ac;
  width: 125px;
  line-height: 40px;
  border: 2px solid #0252ac;
  background-color: #fff;
  display: block;
  border-radius: 15px;
  text-align: center;
  margin-top: 10px;
  margin:0 auto;
}/*
.read-more:hover {
  color: #0252ac;
  border: 2px solid #0252ac;
  background-color: #fff;
}*/
.blog-box {
  padding: 0px;
}
.blog-box h4{
  color: #222;
  padding: 10px 0px;
}
.blog-box a{
  color: #222;
}
.blog-box:hover h4, .blog-box:hover a{
  color: #e00714;
}
.home-bosx{
  width: 100%;
  margin-bottom: 50px;
}
.box-home{
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  padding:40px 25px;
}
.box-home i{
  font-size: 30px;
}
.box-home h3{
  padding: 10px 0px;
}
.box-home i, .box-home h3, .box-home p{
  color: #194987;
}
.box-home:hover{
  background-color: #194987;
}
.box-home:hover i, .box-home:hover h3, .box-home:hover p{
  color: #fff;
}
.box-c{
  background-color: #e8edf3;
  /* box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3); */
  padding:50px;
}
.box-c i{
  font-size: 30px;
}
.box-c h3{
  padding: 10px 0px;
}
.box-c i, .box-c h3, .box-c p{
  color: #194987;
}
.box-c:hover{
  background-color: #194987;
}
.box-c:hover i, .box-c:hover h3, .box-c:hover p{
  color: #fff;
}
.home-b{
  background-color: #194987;
  padding: 50px 0px;
}
.line{
  z-index: 9;
  position: relative;
  width: 100px;
  content: '';
  height: 1px;
  margin-top:13px;
  margin-left: 10px;
  background-color: #194987;
}
.carousel-caption a.more1 {
  background: #23b0fb;
  color: #fff;
  text-align: center;
  border:1px solid #23b0fb;
  
  padding: 10px 28px;
  margin: 10px 0;
  margin-left: 10px;
  border-radius: 30px;
float: left;
max-width: 140px;
  font-size: 16px;
}
.more2 {
  background: #23b0fb;
  color: #fff;
  text-align: center;
  border:1px solid #23b0fb;
  
  padding: 10px 28px;
  margin: 10px 0;
  margin-left: 10px;
  border-radius: 30px;
float: left;
max-width: 140px;
  font-size: 16px;
}
.home-list-home {
  margin-top: -60px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.07);
}
.box-s-h {
  width: 100%;
  padding: 20px;
}
.box-s-h h2 {
  font-size: 23px;
}
.box-s-h img {
  width: 50px;
  margin: 15px auto;
  display: block;
}
.product{
  position: relative;
overflow: hidden;
border-radius: 0px 10px 0px 10px;
margin-bottom: 30px;
}
.oveerlay-bg{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #194987;
}
p {
  color: #5a5959;
}
.box-s-h p {
  color: #707070;
  text-align: center;
}
.home-corv {
  width: 100%;
}
.home-corv p {
  color: #fff;
  text-align: center;
}
.home-corv h2 {
  color: #fff;
  text-align: center;
}
.home-corv span {
  color: #94f70a;
}
.home-corv ul {
  margin: 10px 0;
  padding: 0px;
}
.home-corv ul li {
  color: #fff;
  list-style: none;
  padding: 5px 0px;
}
.home-corv ul li::before {
  content: "\2022";
  color: #94f70a;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.nav-sidebar {
  width: 100%;
  position: relative;
}
.nav-sidebar li {
  width: 100%;
  position: relative;
}
.nav-sidebar li:nth-child(2) {
  padding: 80px 0px;
}
.nav-sidebar li a {
  color: #707070;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  width: 100%;
  display: inline-block;
}
.nav-sidebar::before {
  height: calc(100% - 34px);
}
.nav-sidebar::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  right: 0px;
  background-color: #f1f1f1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.nav-sidebar .nav {
  background: transparent;
}

.nav-sidebar .nav.tabs li a::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-color: #d9d9d9;
  border: 6px solid #f3f3f3;
  border-top-color: rgb(243, 243, 243);
  border-right-color: rgb(243, 243, 243);
  border-bottom-color: rgb(243, 243, 243);
  border-left-color: rgb(243, 243, 243);
  top: 0;
  right: -9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.nav-sidebar .nav.tabs li a.active::before {
  background-color: #54813c;
  border-color: #fff;
  box-shadow: -5px 7px 30px rgba(0, 0, 0, 0.07);
}
.nav-sidebar .nav.tabs li a.active {
  color: #222;
}
.btn-primary {
  background: #54813c;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #54813c;
}
.text-justify {
  text-align: justify !important;
}
.mb-4 {
  margin-bottom: 40px !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.font-25 {
  line-height: 30px;
}
h1 {
  font-size: 30px;
}
.home-page-form {
  width: 100%;
}
.home-list {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.home-list ul {
  margin: 0px;
  padding: 0px;
}
.home-list li {
  padding: 40px 20px;
  list-style: none;
  margin: 0px;
  width: 25%;
  float: left;
  color: #fff;
}
.home-list li i {
  color: #fff;
  font-size: 50px;
  text-align: center;
  width: 100%;
}
.home-list li p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.home-list li:first-child {
  background: #60bafd;
}
.home-list li:nth-child(2) {
  background: #3eacff;
}
.home-list li:nth-child(3) {
  background: #0d97ff;
}
.home-list li:nth-child(4) {
  background: #1b75bb;
}
.bg-light {
  background: #8fb8db;
}
.contact-box {
  padding: 15px;
  margin: 15px 0px;
  border: 1px solid #ccc;
  min-height: 200px;
}
.contact-box p {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.contact-box h4 {
  font-size: 18px;
}
.contact-box i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #54813c;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
}
.conf .form-control {
  background-color: transparent;
  padding-left: 0px;
  border: 0px;
  border-radius: 0px;
  color: #000;
  border-bottom: 1px solid #636363;
}
.tab-container-main .nav-tabs .nav-item {
  width: 100%;
  display: block;
  padding: 0px;
}
.tab-container-main {
  border: 1px solid #d8d8d8;
  margin: 50px 0px;
  min-height: 350px;
}
.box-h {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.col-text p {
  padding: 0px 0px;
  margin: 0px;
}
h1 {
  font-size: 38px;
  font-weight: 700;
}
.bg-bl{
  background-color: #1c4b88;
  padding: 30px;
}
.carousel-control-next,
.carousel-control-prev {
  z-index: 99;
}
.serv ul {
  margin: 0px;
  padding: 0px;
}
.serv ul li {
  list-style: none;
  padding-left: 15px;
}
.serv ul li::before {
  content: "Ã¢â‚¬Â¢ ";
  color: #90c743;
  font-size: 20px;
  border-radius: 50%;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -15px;
}

.box-h h3 {
  background: #90c743;
  color: #252525;
  margin-top: -15px;
  padding: 30px 0px 15px 0px;
  text-align: center;
}
.tab-container-main .accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
}
.tab-container-main .accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}
.tab-container-main .card-header {
  background-color: transparent;
}
.tab-container-main .card {
  border: 0px;
}
.tab-container-main .nav-tabs .nav-item a {
  border: 1px solid #d8d8d8;
  border-radius: 0px;
}
.tab-container-main .nav-tabs .nav-item a.active {
  border-right: 0 !important;
}
.icon-main {
  width: 100%;
}
.icon-main h5 {
  text-align: center;
  padding: 15px 0px;
}
.icon-main li {
  list-style: none;
  float: left;
  width: 18%;
  margin: 0 1%;
}
.icon-main li i {
  background: #54813c;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
}

.mt-5 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.uber-1 {
  width: 100%;
  padding: 50px 0px;
}
.box-1 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.uber-1 h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}
.uber-1 p {
  text-align: center;
  padding: 0px 10px 10px 10px;
  line-height: 25px;
}
.home-bg {
  background-size: 100%;
  padding: 60px 0px;
}
.overlay {
  position: relative;
}
.box-r-m {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.fixed-top {
  background: #fff;
  margin: 0px;
  padding: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #222;
}

.box-r-m h3 {
  font-size: 20px;
  padding: 7px 5px;
  margin: 0px;
  margin-top: 15px;
}

.overlay::before {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
}
.text-white {
  color: #fff;
}
.butt {
  background: #ba0000;
  min-width: 150px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.hone-cont {
  margin: 50px 0;
  width: 100%;
}
.main-box-container {
  padding: 50px 0px;
  position: relative;
}
.container {
  position: relative;
}
.box-2 {
  background: #fff;
  padding: 20px;
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
.box-2 i,
.box-2 h4 {
  -ms-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}
.box-2 i {
  font-size: 25px;
  text-align: center;
}
.box-2 h4 {
  text-align: center;
}
.box-2:hover i,
.box-2:hover h4 {
  color: #1b75bb;
}
.contact-in {
  margin: 50px 0px;
}
.bg-red{
  width: 100%;
  height: 100%;
  background-color: #dc0714;
  z-index: 9;
}
.bg-red::before{
  background-color: #dc0714;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  content: '';
  z-index: -1;
}
.black-bg{
  width: 100%;
  background-color: #000;
}
.contact-bg ul{

  margin: 0px;
  padding: 0px;
}
.contact-bg li{
  float: left;
  color: #000;
  display: block;
  padding: 0px;
  font-size: 16px;
  width: 100%;
  font-weight: 600;
  padding: 5px 0px;

}
.box-ca{
  border:1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  padding: 20px;
  min-height: 180px;
}
.box-ca h4{
  color: #111;
  font-size: 19px;
}
.nb-g{
  background-color: #ed499f;
  padding: 10px 0px;
  margin-bottom: 40px;
}
.contact-bg li i{
  padding-right: 5px;
   color: #23b0fb;
}
.contact-bg li a{
  color: #000;
}
.form-control,
.custom-select {
  font-size: 16px;
  color: #ccc;
  border:1px solid #ccc;
  background-color: transparent;
border-radius: 0px;
}
.form-control:focus{
  background-color: transparent;
  border-radius: 0px;
  border:0 ;
  border-bottom:1px solid #b7b7b7;
  outline: none;
}
textarea:focus, input:focus{
  outline: none;
}
*:focus {
  outline: none;
}
form .form-control::-webkit-input-placeholder { 
  color: #b7b7b7;
}

form .form-control::-moz-placeholder {
  color: #b7b7b7;
}
form .form-control:-ms-input-placeholder {
  color: #b7b7b7;
}
form .form-control:placeholder {
  color: #b7b7b7;
}
.custom-button {
  min-width: 150px;
  margin: 0 auto;
  background:#dc0714;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  border: 0px;
  display: block;
  border-radius: 20px;
  float: none;
}
.contact-bg .form-control{
  border-radius: 20px;
  padding: 5px 20px;
}
.border-box-a{
  border:1px solid #e24395;
  margin: 15px 0px;
  padding:20px;
  border-radius: 15px;
}
.list-u{
  margin: 0px;
  padding: 0px;
}
.list-u li{
  list-style: none;
  list-style-position: inside;
  padding: 3px 0px;
  display: block;
 padding-left: 15px;
  position: relative;
}
.list-u li:after {
  content: '';
  height: .4em;
  width: .4em;
  background: #a6bcd4;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 12px;
  left: 0;
}
.over-lay{
  background: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1)); 
  position: absolute;
  left: 0;
  bottom: 0px;
  padding:25px 20px;
}
.btn-33{
  background-color: #e24395;
  padding: 5px;
  display: block;
  color: #fff;
  text-align: center;
}
.btn-32{
  background-color: #a9bdd8;
  color: #fff;
  padding: 5px;
  display: block;
  text-align: center;
}
.border-box{
  border:1px solid #999;
  margin: 15px 0px;
  padding:20px;
  border-radius: 20px;
}
.border-box:hover{
  background-color: #e24395;
  border: 1PX solid #E24395;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.border-box:hover h5{
  color: #fff;
}
.border-box:hover li{
  color: #fff;
}
.border-box:hover P{
  color: #fff;
}
.border-box:hover a{
  color: #222;
  border:2px solid #fff;
}

.border-box a{
  background:#fff;
  color: #222;
  border:2px solid #222;
  width: 200px;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 15px;
  display: block;
  line-height: 40px;
  border-radius: 20px;
}

.col-form-label {
  font-size: 15px;
}
.col-form-label em {
  font-size: 15px;
  color: #1b75bb;
  font-style: normal;
}
.cont-bos {
  width: 100%;
}
.cont-bos h4 {
  font-size: 20px;
  line-height: 20px;
  margin: 15px 0px;
}
.cont-bos p {
  text-align: justify;
}
.bg-dark {
  background: #222;
}
.bg-gray {
  background: #e4e3e3;
}
.round {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #1b75bb;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 70px;
  margin: 20px auto;
}
.bg-dark h1 {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.bg-dark p {
  text-align: center;
  color: #fff;
}
.more {
  padding: 10px 10px;
  border: 1px solid #1b75bb;
  margin: 3px auto;
  width: 345px;
  display: block;
  text-align: center;
  color: #000;
  background: #e1e1e1;
}
.clearfix {
  clear: both;
}
.more:hover {
  background: #636363;
  color: #fff;
}
.box-in input {
  background-color: #fff;
  padding: 5px;
  width: 84%;
  height: 40px;
  float: left;
  border: 0px;
}
.box-in button {
  width: 16%;
  float: right;
  text-align: center;
  border: 0px;
  background-color: #dc0714;
  height: 40px;
  color: #fff;
}
footer {
  padding: 40px 0px;
  background-size: 100% 100%;
  background-color: #23282e;
  margin-top:0px;
  padding-bottom: 0px;
}
footer h3 {
  color: #268c59;
}
footer ul li{
  float: left;
  width: 100%;
  text-align: left;
  color: #959595;
}
footer ul li a{
  color: #fff;
}
footer {
  width: 100%;
  display: inline-block;
}
.box-6 {
  min-height: 200px;
  padding: 10px;
  color: #fff;
}
.box-6 p {
  color: #fff;
  line-height: 30px;
}
footer ul {
  display: block;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0px;
}
footer ul li {
  position: relative;
  list-style: none;
}
.box-in ul{
  margin: 0px;
  padding: 0px;
  padding-top: 20px;
}
.box-in li{
  float: left;
  display: inline-block;
  padding: 5px;
  width: auto;
}
footer ul li:first-child::before {
  display: none;
}
footer p{
  color: #fff;
}
.user-d{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:1px solid #e24395;
  margin: -45px auto 0 auto;
  background-color: #fff;
  overflow: hidden;
}
.staff-item-wrapper{
  max-width: 800px;
  margin: 0px auto 0 auto;
  display: block;
  border:1px solid #ccc;
  border-radius: 0px;
  padding: 0px;
}
.partners img{
  width: 88px !important;
  margin: 0 auto;
  height: 78px;
  display: block;
}
.footer-ad{
  width: 100%;
}
.footer-ad li{
  position: relative;
}
.footer-ad li a{
  position: relative;
  margin-left: 25px;
  padding: 8px 0px;
}
.footer-ad li a i{
  position: absolute;
  left: -23px;
  top:13px;
}
.partners{
  opacity: .6;
    transition: .25s ease-in-out opacity;
}
.partners:hover{
  opacity: 1;
}
.best-staff .staff-item{
  padding: 5px;
}
.best-staff h4{
  color: #222;
  padding: 20px 20px 0px 20px;
  font-size: 18px;
}
.best-staff p{
  padding: 0px 20px 15px 20px;
}
footer ul li a {
  padding: 5px 0px;
  display: block;
}
.text-f{
  background-color: #454749;
  height: 45px;
  padding: 5px 20px;
  width: 100%;
  border-radius: 30px;
  border:0px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-bottom{
  border-top: 2px solid #615f5f;
  margin-top:40px
}
.footer-bottom ul{
  float: right;
}
.footer-bottom p{
  padding: 20px 0px;
  color: #959595;
}
.footer-bottom li{
  float: left;
  display: inline-block;
  width: auto;
  padding: 10px 5px;
  color: #959595;
}
footer .soc{
  width: 100%;
  display: block;
  margin-top:15px;
  clear: both;
}
footer .soc ul li{
  float: left;
  width: auto;
}
footer .soc ul li a{

}
footer .footer-bottom li a{
  padding: 0px;
   color: #959595;
}
.soc li a{
  width: 30px;
  height: 30px;
  background-color: #9c9a9c;
  line-height: 23px;
   color: #fff;
   margin-right: 15px;
  text-align: center;
  border-radius: 50px;
}
footer ul li a:hover {
  color: #fff;
}
.footer-logo {
  width: 300px;
  margin: 30px auto;
  display: block;
}
.p-0 {
  padding: 0px !important;
}
.mt-0 {
  margin-top: 0px;
}
.mb-5 {
  margin-bottom: 50px !important;
}
.bg-gray {
  background: #e5e5e5;
}
.mt-4 {
  margin-top: 40px;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.box-3 {
  background: #fff;
  display: inline-block;
  border: 1px solid #ba0000;
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  width: 100%;
  margin: 15px 0px;
}
.box-3 h4 {
  -ms-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}
.box-3 figure {
  width: 40%;
  float: left;
}
.main-contant {
  width: 100%;
}
.box-4 {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.box-4 h4 {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 15px;
}
.box-4 p {
  padding: 10px 15px;
}
.box-4 p a {
  color: #ba0000;
}
.p-1 {
  padding: 10px;
}
.black-text {
  color: #000;
}
.box-contact {
  margin: 15px 0px;
  width: 100%;
  display: block;
}
.contant-ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.contant-ul li {
  width: 100%;
  display: block;
  padding: 5px 0px 5px 20px;
  position: relative;
  color: #5a5959;
}
.contant-ul li::before {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  content: "o";
  font-size: 20px;
  color: #000;
}

.box-7 {
  border: 1px solid #1b75bb;
  padding: 50px 20px;
  margin-bottom: 20px;
  width: 100%;
  display: block;
  color: #222;
}
.box-7:hover {
  background: #1b75bb;
  color: #fff;
}
.box-7:hover p {
  color: #fff;
}
.box-8 {
  background: #f5f5f5;
  padding: 20px;
  border: 1px solid #1b75bb;
}
.box-8 h3 {
  color: #000;
  font-style: italic;
  font-size: 20px;
  padding: 50px 30px;
  text-align: center;
  font-weight: 400;
  position: relative;
}
.box-8 h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 70px;
  color: #5a5959;
  background: url("../images/quote-left-solid.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.box-8 h3::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 70px;
  color: #5a5959;
  background: url("../images/quote-right-solid.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.box-9 {
  width: 18%;
  margin: 1%;
  float: left;
}
.box-9:hover {
  float: left;
}
.box-9 figure {
  display: block;
  width: 100%;
  border: 1px solid #1b75bb;
}
.box-9 figure:hover {
  background: #cc1122;
  border: 1px solid #1b75bb;
}
.box-9 figure img {
  width: 60px;
  height: 60px;
  margin: 50px auto;
  display: block;
}
.box-9 .main-img-hover {
  display: none;
  width: 60px;
  height: 60px;
  margin: 50px auto;
}
.box-9:hover .main-img {
  display: none;
}
.box-9:hover .main-img-hover {
  display: block;
}
.link-ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.link-ul li {
  float: left;
  width: 100%;
  padding: 4px 5px 4px 25px;
  list-style: none;
  position: relative;
  color: #5a5959;
}
.link-ul li::before {
  position: absolute;
  left: 0px;
  top: 7px;
  content: "";
  background: url(../images/icon-h.png) 0 0 no-repeat;
  width: 15px;
  height: 15px;
}
/* .navbar-toggler {
  border: 1px solid #444;
} */
.navbar-toggler-icon {
  background-image: url("http://website.lmprojekte.de/7fitdays/wp-content/uploads/2020/05/nav.png");
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/
/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/

.nav {
  position: relative;
  font-size: 14px;
  font-weight: 900;
  background: transparent;
  width: 100%;
  display: nowrap;

  display: inline-block;

  -ms-flex-wrap: nowrap;

  flex-wrap: nowrap;

  padding-left: 0;

  margin-bottom: -8px;

  list-style: none;
}
.nav-list {
  float: right;
  margin: 0px;
  padding: 0px;
}

.nav-item {
  z-index: 22;
  float: left;
  *display: inline;
  zoom: 1;
  list-style: none;
  text-align: center;
  position: relative;
  padding: 15px 0px;
}
.white-bg {
  width: 100%;
  background: #fff;
}

.head-line {
  width: 80px;
  height: 2px;
  background: #ccbd92;
  margin: 0 auto;
}
.nav-item a {
  display: block;
  color: #363636;
  padding: 10px 22px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.btn-red {
  background: #ff0000;
  color: #fff;
  min-width: 150px;
  line-height: 40px;
  border: 0px;
  cursor: pointer;
}
.box-icon-home{
  text-align: center;
  display: block;
  position: relative;
}
.box-icon-home img{
 width: 100%;
}
.box-icon-home .overlay{
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left: 0px;
}
.box-icon-home:hover .overlay{
  background-color: rgba(220, 7, 20, 0.3);
}
.skew-bg:before {
  content: "";
  width: 116px;
  height: 100%;
  top: 0px;
  position: absolute;
  -ms-transform: skewX(-11deg);
  -moz-transform: skewX(-11deg);
  -webkit-transform: skewX(-11deg);
  transform: skewX(-11deg);
  right: -59px;
  display: inline-block;
  float: left;
  background-color: #dc0714;
  z-index: 1;
}
.skew-bg1{
  position: relative;
}
.skew-bg2:before {
  content: "";
  width: 116px;
  height: 100%;
  top: 0px;
  position: absolute;
  -ms-transform: skewX(-7deg);
  -moz-transform: skewX(-7deg);
  -webkit-transform: skewX(-7deg);
  transform: skewX(-7deg);
  right: -46px;
  display: inline-block;
  float: left;
  background-color: #dc0714;
  z-index: 1;
}
.skew-bg1:before {
  content: "";
  width: 116px;
  height: 100%;
  top: 0px;
  position: absolute;
  -ms-transform: skewX(-173deg);
  -moz-transform: skewX(-173deg);
  -webkit-transform: skewX(-173deg);
  transform: skewX(-173deg);
  left: 37px;
  display: inline-block;
  float: left;
  background-color: #dc0714;
  z-index: 1;
}
.ing-w img{
  width: 110%;
}
.skew-bg a{
  color: #fff;
    width: 130px;
    line-height: 40px;
    border: 2px solid #fff;
    display: block;
    text-align: center
}
.pad-50{
  padding: 70px;
  position: relative;
  z-index: 9;
}
.box-icon-home h3{
  position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.box-icon-home h5{
  text-align: center;
  padding: 20px 0px;
  font-size: 22px;
  color: #000;
}
.box-icon-home p{
  text-align: center;
}
.head-txt{
  color: #898989;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.more-n{
  color:
#898989 !important;
border: 1px solid
#898989;
border-radius: 15px;
width: 118px;
line-height: 38px;
margin: 20px auto;
display: block;
text-align: center;
}
.images-box {
  padding: 15px 0px;
}
.text-box {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
}
.text-box ul {
  text-align: justify;
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
}
.text-box ul li {
  margin: 0px;
  padding: 5px 0px;
}
.nav-item a:hover {
  background: transparent !important;
  color: #e00714 !important;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.nav-item.active a {
  background: transparent;
  color: #e00714 ;
}
.nav-item:hover .sub-menu {
  display: block;
}
h4{
  color: #222;
  font-size:22px;
}
.serv-d{
  width: 100%;
  border:1px solid #ccc;
  padding: 15px;
}
.serv-d ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
}
.serv-d ul li{
  display: block;
  position: relative;
}
.serv-d ul li a::after{
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0px;
  top:10px;
  color: #222;
}
.serv-d ul li a{
  display: block;
  padding: 5px;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  color: #222;
}
.sqr{
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
  margin-bottom: 10px;
  border: 1px solid  #e3e1e1;
  padding: 20px;;
}
.sqr li{
  list-style: none;
  padding: 3px 0px;
  position: relative;
  display: block;
  padding-left: 20px;
}
.sqr li::before{
  position: absolute;
  left: 0;
  top:10px;
  width: 10px;
  height: 10px;
  background-color: #194987;
  content: "";
}
/* Navigation submenu */
.sub-menu {
  display: none;
  position: absolute;
  right: 0;
  width: 250px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: #ebebeb;
}
.sub-menu a {
  color: #222;
  text-align: left;
  padding: 10px;
}
.sub-menu-item a {
  background: #8b2770;
  border-bottom: 1px solid #9a337e;
  display: block;
  padding: 15px;
}
.sub-menu-item a:hover {
  background: #0123b4;
}
/* Mobile navigation */
.nav-mobile {
  display: none; /* Hide from browsers that don't support media queries */
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/nav.png) no-repeat center center;
  background-size: 18px;
  height: 57px;
  width: 57px;
  z-index: 99;
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #ccc;
  height: 48px;
  width: 48px;
  cursor: pointer;
}
.nav-click i {
  display: block;
  height: 48px;
  width: 48px;
  background: url(../images/arrow-d.png) no-repeat center center;
  background-size: 20px;
}

.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mt-5 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.nav-m {
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0px;
  border-bottom: 0px solid #9696967d;
 
}
.header .nav-m{
  background-color: #fff;
  position: relative;
}
.footer-menu {
  text-align: center;
  display: block;
  width: 100%;
}

.gallery{
  overflow: hidden;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.single-new:hover .overlay-1 i {
  padding-top: 27%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #efbf00;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.single-new .overlay-1 {
  display: none;
  width: 100%;
  height:100%
}

.single-new img {
  width: 100%;
}

.single-new:hover .overlay-1 {
  position: absolute;
  left: 0;
  display: block;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.single-new:hover .overlay-1 i {
  font-size: 22px;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;

  text-align: center;
}

.single-new.single-small:hover i,
.single-new.single-small-1:hover i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single {
  width: 100%;
  margin: 0;
  float: left;
  position: relative;
}
.pp2, .nn2, .pp1, .nn1 {
  color: 
  #000c5b;
  background:
  transparent;
  border: 1px solid
  #000c5b;
  font-size: 25px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  float: right;
  margin: 7px 10px 0px 0px;
  cursor: pointer;
}
.btn-black{
  width: 100%;
  background-color: #000;
  padding: 10px 15px;
  display: block;
  color: #fff;
  text-align: center;
}
.no-container{
  overflow: hidden;
}
.whats-app-fixed{
  position: fixed;
  /*right: 5%;*/
  /*bottom: 30px;*/
  right: 2%;
  bottom: 90px;
  font-size: 20px;
  width: 45px;
  z-index: 9999;
}
footer .whats-app-fixed img{
  width: 100% !important;
}
@media only screen and (min-width: 1600px) and (max-width: 2000px){
  .skew-bg::before {
      content: "";
      width: 160px;
      height: 100%;
      top: 0px;
      position: absolute;
      -ms-transform: skewX(-11deg);
      -moz-transform: skewX(-11deg);
      -webkit-transform: skewX(-11deg);
      transform: skewX(-11deg);
      right: -81px;
      display: inline-block;
      float: left;
      background-color: #dc0714;
      z-index: 1;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1024px){
  .pad-50 {
    padding:20px 30px;
  }
  .skew-bg1:before {
    left: 28px;
  }
  .skew-bg1{

  }
  .skew-bg1   .pad-50{
    padding-left: 70px;
  }
  h2{
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
 .carousel-control-next, .carousel-control-prev{
    width: 4%;
    z-index: 9;
  }
  .box-we-do {
    background-color: #0252ac;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
  }
  .box-we-do img{
    width: 17px;
  }
   .carousel-caption .container{
    max-width: 80%;
   }
   .carousel-caption {
    top: 28%;
  }
  .carousel-caption h2{
    font-size: 28px;
    max-width: 80%;
    line-height: 40px;
  }
  .carousel-caption p{
    max-width: 80%;
  }
  .form-slider h1 {
    width: 95%;
    margin: 0 auto;
    display: block;
    border-bottom: 2px solid #fff;
    font-size: 19px;
    padding-top: 0px !important;
}
.form-slider p{
  font-size: 14px;
}
  .form-slider {
    position: absolute;
    right: 5%;
    top: 6%;
    max-width: 350px;
  }
  .banner .carousel-item img{
    min-height: 628px;
object-fit: cover;
  }
  .form-sld .form-control{
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .nav-mobile {
    display: block;
  }
  .nav-list:first-child {
    margin-top: 56px;
    color: #1b75bb;
  }
  .nav-list {
    width: 100%;
    text-align: center;
  }
  .nav-list a {
    text-align: center;
    color: #000;
  }
  .nav-item {
    text-align: left;
  }
  header .col-md-3 {
    float: left;
    max-width: 150px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: transparent;
    min-width: 120px;
  }
  header .col-md-3 img{
    width: 100%;
  }
  h1 {
    font-size: 22px;
  }
  .logo {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    padding-top: 6px;
    max-width: 82px;
  }
.button-slider{
  width: 100%;
  margin-top: 5px;
}
  header .col-md-8 {
    float: right;
    width: 100%;
  }
  .nav {
    width: 100%;
    padding: 0 0;
    height: 57px;
  }
  .nav .container {
    width: 100%;
    padding: 0px;
  }
  .nav-list {
    display: none;
    margin: 0px;
    padding: 0px;
    background: #fff;
    z-index: 999;
    position: relative;
  }
  .nav-item {
    width: 100%;
    float: none;
    padding: 0px;
  }
  .nav-item > a {
    padding: 11px 15px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    background: #fff;
  }
  .nav-item:first-child a {
    border-top: 1px solid #fff;
  }
  .nav-click {
    display: block;
  }
  .nav-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }
  .nav-item:hover .sub-menu {
    display: none;
  }
  .sub-menu {
    position: static;
    width: 100%;
  }
  .nav-item.active a {
    background: #f5f5f5;
    color: #1b75bb !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .best-staff-nav{
    right: 7% !important;
  }
  .footer-bottom ul {
    float: none;
    text-align: center;
    display: inline-block;
}
.footer-bottom p{
  padding-bottom: 0px;
}
  .form-slider{
    position: relative;
    left: 0px;
    max-width: 100%;
  }
  .count-text {
    font-size: 17px;
  }
  .home-h.pt-5 .count-title {
    font-size: 96px;
  }
  footer .soc{
    margin: 0 auto;
    width: 180px;
    display: block;
  }
 footer .more2{
    margin: 0 auto;
    display: block;
    float: none;
  }
  .carousel-caption{
    left: 0px;
  }
  .carousel-caption p{
    text-align: left;
  }
 .carousel-caption h2{
   font-size: 18px;
   margin-bottom: 0px;
   padding: 0px;
   line-height: 20px;
 }
 .contact-bg {
   background: #fff !important;
 }
 .contact-bg .col-md-6{
   background-color: #fff;
 }
 .contact-bg .col-md-6 + .col-md-6{
   background-color: #fff;
 }
 .carousel-caption {
  top: 15%;
}
.carousel-item img{
  min-height: 250px;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -14px;
}
.carousel-caption a.more{
  padding: 5px 20px;
  margin-bottom:0px;
  float: left;
  margin-right: 7px;
  text-align: center;
  display: inline-block;
}
.carousel-caption a.more1{
  padding: 5px 20px;
}
.skew-bg:before{
  display: none;
}
.pad-50{
  padding: 30px 15px;
}
footer img{
  width: auto;
  text-align: center;
}
footer, footer p{
  text-align: center;
}
footer p{
  margin-top: 15px;
}
footer ul li a {
  display: block;
  text-align: center;
}
.box-in {
  display: block;
}
.home-h{
  background-size: cover !important;
}
.box-in li{
  float: none;
  display: inline-block;
  text-align: center;
}
.carousel-caption p{
  font-size: 14px;
  margin-bottom: 0px;
}
.carousel-control-next, .carousel-control-prev{
  width: 3%;
  z-index: 9;
}
 .carousel-caption .container{
  max-width: 80%;
 }
  .home-list-home {
    margin-top: 26px;
  }
  .nav-sidebar li {
    padding: 5px 18px;
    width: auto;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    margin: 5px;
    font-size: 14px;
  }
  .nav-sidebar .nav {
    background: transparent;
    display: block;
    text-align: center;
    height: auto;
    margin-bottom: 20px;
  }
  .btn {
    margin-bottom: 20px;
  }
  .nav-sidebar li:nth-child(2) {
    padding: 5px;
  }
  .home-corv {
    background: #90c843 !important;
  }
  .nav-sidebar::before {
    display: none;
  }
  .nav-sidebar .nav.tabs li a::before,
  .nav-sidebar .nav.tabs li a.active::before,
  .nav-sidebar .nav-mobile {
    display: none;
  }
  .banner {
    margin-top: 0px;
  }
  .navbar-expand-lg > .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .box-1 {
    margin-bottom: 30px;
  }
  .butt {
    margin-bottom: 20px;
  }
  .box-2 {
    background: #fff;
    padding: 20px;
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    margin-bottom: 15px;
  }
  .box-2 i,
  .box-2 h4,
  .box-3,
  .box-3 h4 {
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  textarea.form-control {
    margin-bottom: 20px;
  }
  .tan-cont .nav-item {
    width: 100% !important;
    float: left;
    margin: 0.5%;
  }
}

.tan-cont .nav-item {
  width: 24%;
  float: left;
  margin: 0.5%;
}
.tan-cont .nav-item a {
  padding: 0px;
  border: 0px;
}
.tan-cont ul {
  border: 0px;
}
.tan-cont .nav-item .box-9 {
  width: 100%;
}
.icon-main ul {
  margin: 0px;
  padding: 0px;
}

#full-stars-example .rating-group {
  display: inline-flex;
}
#full-stars-example .rating__icon {
  pointer-events: none;
}
#full-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example{
  text-align: center;
}
.best-staff-nav i, .client_part-nav i {
  text-align: center;
  line-height: 26px;
  font-size: 24px;
  width: 100%;
  color: rgb(129, 129, 135);
}
.best-staff-nav, .client_part-nav {
  width: 100%;
  max-width: 70px;
  position: absolute;
  top: 50%;
  right:  0%;
}
.best-staff-nav{
  margin-top:50px
}
.sub-banner h3{
  padding: 100px 0px;
  color: #fff;
  text-align: center;
  background-size: cover;
}
.best-staff-right, .client_part-right {
  width: 30px;
  border:1px solid #ccc;
  height: 30px;
  cursor: pointer;
  float: right;
}
.best-staff-left, .client_part-left {
  border:1px solid #ccc;
  width: 30px;
  height: 30px;
  float: left;
}
#full-stars-example .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1rem;
}
#full-stars-example .rating__icon--star {
  color: orange;
}
#full-stars-example .rating__icon--none {
  color: #eee;
}
#full-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
#full-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}
#full-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}

#half-stars-example {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* set icon padding and size */
  /* add padding and positioning to half star labels */
  /* set default star color */
  /* set color of none icon when unchecked */
  /* if none icon is checked, make it red */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
  /* make none icon grey on rating group hover */
  /* make none icon red on hover */
}
#half-stars-example .rating-group {
  display: inline-flex;
}
#half-stars-example .rating__icon {
  pointer-events: none;
}
#half-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#half-stars-example .rating__label {
  cursor: pointer;
  /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
  padding: 0 0.1em;
  font-size: 2rem;
}
#half-stars-example .rating__label--half {
  padding-right: 0;
  margin-right: -0.6em;
  z-index: 2;
}
#half-stars-example .rating__icon--star {
  color: orange;
}
#half-stars-example .rating__icon--none {
  color: #eee;
}
#half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
#half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
  color: orange;
}
#half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
#half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
  color: #ddd;
}
#half-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}
#half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}

#full-stars-example-two {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
}
#full-stars-example-two .rating-group {
  display: inline-flex;
}
#full-stars-example-two .rating__icon {
  pointer-events: none;
}
#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
  display: none;
}
#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
#full-stars-example-two .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.overlay-img{
  background-color: rgb(13 151 255 / 82%);
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: none;
  position: absolute;
}
.element-item:hover .overlay-img{
  display: block;
}
.element-item {
  overflow: hidden;
    position: relative;
    width: calc(100% / 4);
    display: block;
    float: left;
    border: 15px solid transparent;
}
.portfolio-button{
  width: 60%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 5px;
  border-top:1px solid #16325a;
  margin-bottom: 40px;
  border-bottom:1px solid #16325a;
}
.portfolio-button button{
  border:0px;
  background-color: transparent;
  color: #222;
  padding: 5px 14px;
}
.portfolio-button button.is-checked{
  color: rgb(13 151 255 / 100%);;
}
.text-center-box{
  width: 77px;
  margin:0 auto;
  display: block;
  top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}
.text-center-box i{
  width: 35px;
  color: #fff;
  line-height: 30px;
  height: 35px;
  border:1px solid #fff;
  text-align: center;
}
.element-item img{
  width: 100%;
}
.ul-newsand-m{
  width: 100%;
}
.ul-newsand-m ul{
  margin: 0px;
  padding: 0px;
  float: right;
}
.ul-newsand-m ul li{
  float: left;
  font-size: 14px;
  list-style: none;
  padding: 5px 15px;
  position: relative;
}
.ul-newsand-m ul li a img{
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.ul-newsand-m ul li::before{
  content: '/';
  position: absolute;
  left: 0px;
  top:5px;
}
.ul-newsand-m ul li:first-child::before{
  display: none;
}
.box-s-in{
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.serv-d  .blog-list-side{
  width: 100%;
}
.serv-d ul.blog-list-side li{
  padding: 0px;
  margin: 0px;
}
.serv-d ul.blog-list-side li a::after{
  display: none;
}
.serv-d ul.blog-list-side li a{
  padding: 15px 0px;
  color: #000;
  line-height: 20px;
  border-bottom: 1px solid #ccc;
}
.serv-d ul.blog-list-side li:last-child a{
  border-bottom: 0px;
  padding-bottom: 5px;
}
.serv-d ul.blog-list-side li a p{
  margin-bottom: 0px;
  color: #222;
  font-weight: 500;
}
.bg-blue .text-center-box{
  margin-top:30%
}
.sub-banner{
  float: left;
  clear: both;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .portfolio-button {
    width: 100%;
  }
  .home-list li {
    width: 25%;
  }
  header .col-md-9 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .skew-bg:before{
    right: -49px;
    display: none;
  }
 .box-icon-home h3 {
    font-size: 20px;
}
.card-box{
  box-shadow: 15px;
}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .home-list li {
    width: 50%;
  }
  .icon-main li {
    list-style: none;
    float: left;
    width: 30%;
    margin: 0 1%;
  }
  .element-item {
    overflow: hidden;
    position: relative;
    width: calc(100% / 3);
  }
  .portfolio-button {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .element-item {
    overflow: hidden;
    position: relative;
    width: calc(100% / 2);
  }
  .portfolio-button {
    width: 100%;
  }
  .home-list li {
    width: 50%;
  }
  .icon-main li {
    list-style: none;
    float: left;
    width: 48%;
    margin: 0 1%;
  }
  .margin-top--2{
    margin-top: 40px;
  }
  .card-box{
    box-shadow: none;
    padding: 10px;
  }
  .box-a{
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .element-item {
    overflow: hidden;
    position: relative;
    width: calc(100% / 1);
  }
  .form-slider{
    position: relative;
    left: 0px;
  }
  footer .soc{
    margin: 0 auto;
    width: 180px;
    display: block;
  }
 footer .more2{
    margin: 0 auto;
    display: block;
    float: none;
  }
  .carousel-caption{
    left: 0px;
  }
  .carousel-caption p{
    text-align: left;
  }
  .home-list li {
    width: 100%;
  }
  .icon-main li {
    list-style: none;
    float: left;
    width: 48%;
    margin: 0 1%;
  }
  .margin-top--2{
    margin-top: 40px;
  }
  .card-box{
    box-shadow: none;
    padding: 0px;
  }
  .box-a{
    margin-bottom: 30px;
  }
}
.process .card{
	background-color: transparent;
}
.process{
	padding: 50px 0 75px 0;
	background: rgba(0, 0, 0, .9) url(../images/bg-logos.jpeg) 
}
.home-h.process span{
  float: none;
}
.process .nav-tabs .nav-link {
    display: block;
    padding: 15px 29px;
    text-decoration: none;
    transition: all .3s ease;
    background: rgba(34,34,34,.09);
    color: #434343;
    position: relative;
    transition: all .3s ease;
}
.process img{
	max-width: 55px;
	display: block;
}
.process  .nav-tabs .nav-item {
    margin-right: 20px;
    margin-bottom: 20px;
}
.process  .nav-tabs .nav-link.active::after {
    opacity: 1;
    bottom: -10px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #fff transparent transparent;
    transition: all .3s ease;
}
.process  .nav-tabs .nav-link.active {
	border-color: #fff;
	background-color: #fff;
}
.process .nav-tabs {
    display:none;
}
.process h4 {
    color: #404040;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 34px;
}
@media(min-width:768px) {
  .process .nav-tabs {
        display: flex;
    }
    
    .process  .card {
        border: none;
    }

    .process .card .card-header {
        display:none;
    }  

    .process .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
  .process .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}
