
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Oswald', sans-serif!important;
    overflow-x:hidden;
    color: #3b3838!important;
}
.mt--20{
    margin-top:-33px;
}
.btn-success{
    color: #fff!important;
    background-color: #08ce2e!important;
    border: 2px solid #08ce2e!important;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    transition: all 0.5s;

}
.text-success {
    color: #14ce2e!important;
}
a{
    color: #3b3838!important;
}
.btn-success:hover{
    border:2px solid #08ce2e;
    color:#08ce2e!important;
    background: none!important;

}
.link-color {
    color: #14ce2e!important;
    font-weight: 600;
}
.about-img img{
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.6);
}

#preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999999;
  /* makes sure it stays on top */
}
p{
    text-align: justify!important;
}
a:hover{
    text-decoration: none;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/01.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
.btn-outline-success:hover{
    color: #fff!important;
    background-color: #08ce2e!important;
    border-color: #08ce2e!important;
}
.btn-outline-light:hover{
    color: #08ce2e!important;
}
#navbar {
  position: fixed!important;
  z-index: 9999;
  top: 0;
  left:0;
  right: 0;
  width:100%;
  display: block;
  transition: top 0.3s;
  margin: 0 auto;
  background: white;
  transition: all 1s;
}
/*.sticky {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 1140px;
    right: 0;
    background: white;
    margin: 0 auto;
    z-index: 999;
}

.sticky + .content {
  padding-top: 102px;
}*/
section{
    padding:80px 0 00px 0;
}
.mt--100{
    margin-top: 100px;
}


li.nav-item a{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.border-bottom{
    border-bottom:5px solid rgba(220,220,220,1)!important;
    width: 100%;
    background:white!important;
}
.navbar {
    padding: 0;
    position: relative;
    z-index: 99;
}
.navbar-light .navbar-nav .nav-link {
    color:rgba(59,56,56,1)!important;
    transition: all 1s;
    padding: 25px 26px 23px 26px;
    position: relative;
}
.navbar-light .navbar-nav .nav-link-2{
    color:rgba(59,56,56,1)!important;
    transition: all 1s;
    padding:8px 26px!important;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover {
    -webkit-background: #dcdcdc!important;
    -moz-background: #dcdcdc!important;
    -o-background: #dcdcdc!important;
    background: #dcdcdc!important;
    -webkit-color:#3b3838!important;
    -moz-color:#3b3838!important;
    -o-color:#3b3838!important;
    color:#3b3838!important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.top{
    position: fixed;
    bottom: 50px;
    right:30px;
    z-index: 999;
    background:#08ce2e;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color:white;
    font-size:20px;
    text-decoration: none;
}
a.top:hover{
    color:white;
}
.navbar-light .navbar-nav .active{
    -webkit-background: #dcdcdc!important;
    -moz-background: #dcdcdc!important;
    -o-background: #dcdcdc!important;
    background: #dcdcdc!important;
    -webkit-color:#3b3838!important;
    -moz-color:#3b3838!important;
    -o-color:#3b3838!important;
    color:#3b3838!important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border-bottom: 3px solid #08ce2e;
}
.navbar-light .navbar-nav .nav-link:after{
    position: absolute;
    content: "";
    width:0%;
    height:3px;
    background: #08ce2e;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    transition: all 1s;
}
.navbar-light .navbar-nav .nav-link:focus:after{
    width:100%;
}
.navbar-light .navbar-nav .nav-link:hover:after{
    width:100%;
}
.carousel-caption h1 {
    font-size:45px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}
.carousel-caption h1 span {
    font-size:70px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    color: #14ce2e;
}
.carousel-caption a {
    font-weight: 500;
    font-size:13px;
    letter-spacing: 1px;
    padding: 10px 15px;
    margin-top: 15px;
}
/*.carousel-caption h1:after {
    position: absolute;
    content: "";
    width:6%;
    height: 10px;
    background: #08ce2e;
    bottom:-20%;
    right: 0;
}*/
.text-color{
    color: black;
}
.carousel-caption {
    top: 65%;
    bottom: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*ABOUT-US*/
.about-us-head h2,
.our-services-head h2,
.offer h2,
.contact-head h2,
.solutions-head h2{
    font-size:40px;
    font-weight: 800;
    letter-spacing:1px;
    position: relative;
    display: inline-block;
}
.offer{
    margin-bottom:105px;
}
.offer-text{
    cursor:pointer;
}
.about-us-head h2:before,
.our-services-head h2:before,
.offer h2:before,
.contact-head h2:before,
.solutions-head h2:before{
    position: absolute;
    content: "";
    width:50px;
    height:5px;
    background: #08ce2e;
    bottom: -10px;
}
.about-us-body {
    margin-top: 15px;
}
.about-text span{
    font-size:  36px;
    font-weight:100;
    color:#9d9b9b;
}
.about-text h3{
    font-size:  36px;
    font-weight:600;
    letter-spacing: 1px;
    margin-top:0!important;
}
.offer-text h4{
    font-weight: 600;
    font-size:19px;
    letter-spacing: 1px;
}
.offer-text h4 span{
    font-weight: 600;
    font-size:32px;
    color:#14ce2e;
}

.about-text p,
.offer p{
    font-size:15px;
    font-weight:400;
    letter-spacing:1.5px;
    line-height: 25px;
}
.about-text a,
.offer a{
    font-weight:600;
    font-size:14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    color: #14ce2e;

}
/*END-ABOUT-US*/

/*SERVICES*/
.our-services{
    background: #f9f9f9;
    padding:50px 0 70px 0;
    position: relative;
    overflow:hidden;
}
.our-services:before{
    position: absolute;
    content: "";
    background: url(../images/s-bg.png);
    width:170px;
    height:500px;
    background-repeat: no-repeat;
    display: inline-block;
    transform: rotate(180deg);
}
.our-services:after{
    position: absolute;
    content: "";
    background: url(../images/s-bg-2.png);
    width:500px;
    height:1000px;
    background-repeat: no-repeat;
    display: inline-block;
    transform: rotate(180deg);
    right:0;
    bottom: 0;
}
.our-services-head p{
    font-size:16px;
    letter-spacing: 1.5px;
    font-weight: 400;
    color:#999999;
    line-height: 29px;
}
.os-details{
    padding: 50px 28px 50px 29px;
    background: white;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    position: relative;
    cursor:pointer;
    z-index: 999;
    
}
.os-head{
    display: flex;
    justify-content: space-between;
}

.os-details:after{
    position: absolute;
    content: "";
    width:100%;
    height:3px;
    background: #08ce2e;
    bottom: 0;
    left:0;
}
.os-details:before{
    content: "";
    height: 100%;
    width:0%;
    background-color: #08ce2e;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
}
.os-details:hover:before{
    width: 100%;
    left: 0;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right;
}
.os-details:hover .os-head i,.os-details:hover .os-body h4 ,.os-details:hover .os-body p,.os-details:hover .os-head h2,.os-details:hover .link-color{
    color:white!important;
}
.os-head i{
    font-size:80px;
    position: relative;
    z-index: 99;
    color:#08ce2e;
    transition:all 0.5s;
}
.os-head h2{
    font-size:100px;
    font-weight: 700;
    margin-top:-22px;
    color:#08ce2e;
    opacity: 0.1;
    
}
.os-body{
    position: relative;
    z-index:99;
}
.os-body h4{
    font-size:20px;
    font-weight: 600;
    text-align: left;
    
}
.os-body p {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    line-height: 25px;
}
/*END_SERVICES*/
               
/*OFFER*/
.offer-details-icon i{ 
font-size:50px; 
color:#08ce2e;
 }
.offer-details-text h4{ 
    font-size:22px; 
    font-weight: 600;
 }
.offer-details-text p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: inherit;
    color: #3b3838;
    line-height: 29px;
}
.offer-details-text a{
    font-weight:600;
    font-size:14px;
    letter-spacing: 1px;
    padding:0;
    color: #08ce2e!important;
    cursor: pointer;
}
.offer-details-text i{
    font-weight:600;
    font-size:14px;
}
.offer-bg{
    background:url(../images/bg-image.jpg);
    padding: 140px 0 150px 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;

}
.bg-text{
    overflow:hidden;
}
.bg-text h2{
    font-size:39px;
    color:white;
    font-weight:800;
    letter-spacing: 1px;
}
.bg-text span{
    color:#08ce2e;
}
.bg-text p{
    color:#fff;
    letter-spacing: 1px;
    font-size:15px;
    font-weight:500;
    text-align: center!important;
    line-height: 30px;
}
.bg-text a{
    
    padding: 10px 30px;
}
.counter-bg{
    background: url(../images/bg-image.jpg);
    padding:65px 30px;
    position: relative;
    top:-80px;
    border-top-left-radius:25px;
    border-bottom-right-radius:25px;
    overflow: hidden;
}
.counter{
  font-size:40px;
  color:white;
  font-weight: 700;
  letter-spacing: 1px;
}
.counter-text{
  font-size:25px;
  color:white;
  font-weight: 700;
  letter-spacing: 1px;
}
.counter-bg:before{
    content: "";
    position: absolute;
    width: 100%;
    height:100%;
    background: black;
    top:0;
    opacity: 0.5;
}
/*END_-OFFER*/
/*CONTACT-US*/
.contact-form{
    background: white;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    padding: 50px;
}
label {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom:0rem;
}
.form-control {
    border:none!important;
     border-bottom:  1px solid #3b3838!important;
     border-radius:0!important;
    }
    textarea.form-control {
    height: calc(2.25rem + 2px);
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow:none!important;
}
.contact-head p{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height:25px;
}
.contact a i{
    color: #08ce2e;
}
.contact a {
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    color:#3b3838;
    font-size:14px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
     background-color:white!important; 
     border-bottom:none!important; 
}
.card-header button {
    background: #08ce2e;
    padding:2px 10px;
    border:none;
    position: relative;
}
.card-header button:before {
    position: absolute;
    content: "";
    width: 30px;
    height:3px;
    background: #08ce2e;
    left: 100%;
    top:50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.card-header button:focus:before{
    width:20px;
}
.card-header button i{
    color:white;
    font-weight: 700;
}
.card {
    border:none;
}
.card-body{
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 500;
}
button:focus {
    outline: none!important;
}
/*END-CONTACT-US*/

header{
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
}
 header.sticky{
        height:56px;
 }
 header.sticky .navbar a.navbar-brand img{
        width:65%;
        margin-top:-5px;
 }
 header.sticky .navbar-light .navbar-nav .nav-link{
        padding: 15px 26px;
 }


/*footer*/
.footer-bg{
    background: #141414;
    padding: 35px 0;
    position: relative;
}
.footer-bg:before{
    content: "";
    position: absolute;
    background: url(../images/bg-footer.png);
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-size: contain;
    opacity: 0.6;
}
.news h3{
    font-size: 18px;
    font-weight: 600;
    color:white;
    letter-spacing: 2px;
}
.sub input{
    position: relative;
    border-radius: 5px!important;
}
.form-group button {
    position: absolute;
    right: 15px;
    top: 0;
    padding: 8px 18px;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    background: #08ce2e!important;
    border-color: #08ce2e!important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.sub-form{
    padding: 20px 0!important;
}
.company h3,
.link h3{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    color: white;
}
hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1)!important;
}
.company p,
.link p{
    letter-spacing: 1.5px;
    color:white;
    font-weight: 500;
    font-size:13px;
}
.company a {
    width: 36px;
    height:36px;
    border-radius: 25px;
    background: #3b3838;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    margin: 0 1px;
    transition: all 0.5s;
}
.company a:hover{
    background: white;
}
.company a:hover i{
    color: #3b3838;
}
.company a i{
    color:white;
    font-size: 15px;
    transition: all 0.5s;
}
.link ul li a,
.link a{
    letter-spacing: 1.5px;
    color:white!important;
    font-weight: 500;
    font-size:13px;
    text-decoration: none;
}
.copy span{
    letter-spacing: 1px;

}
/*end-footer*/

.ch-item {
    width: 100%;
    height: 100%;/*
    border-radius: 50%;*/
    position: relative;
    cursor: pointer;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
}
.ch-grid:after, .ch-item:before {
    content: '';
    display: table;
}
.business-img-box{
    height:170px;
    width:100%;
    border-radius:15px;
    overflow:hidden;
    position:relative;
}
.business-img-box:before{
    position:absolute;
    content:"";
    background:black;
    opacity:0;
    height:100%;
    width:100%;
    top:0;
    transition:all 0.7s;
}
.business-img-box:hover:before{
    position:absolute;
    content:"";
    background:black;
    opacity:0.7;
}
.business-img-box img{
    width:100%;
}
.business-img-box h4{
    position:absolute;
    top:-40%;
    left:50%;
    text-align:center;
    transform:translateX(-50%);
    font-size:16px;
    font-weight:600;
    color:white;
    letter-spacing:1px;
    z-index:999;
    transition:all 0.5s;
}
.business-img-box:hover h4{
    top:45%;
}
.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ch-info .ch-info-front {
    box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}
.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;/*
    border-radius: 50%;*/
    background-position: center center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
.ch-img-1 {
    background-image: url(../images/men-1.jpg);
    background-size: cover;
}
.ch-img-2 {
    background-image: url(../images/men.jpg);
    background-size: cover;
}
.main {
    width:100%;
    margin: 0 auto;
    position: relative;
}
.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}
.ch-grid li {
    width: 300px;
    height:300px;
    display: inline-block;
    margin: 20px;
}
.ch-text h4{
    color:#000!important;
    position: absolute;
    bottom:-50px!important;
    font-size:20px!important;
    text-transform: uppercase;
    left: 50%;
    font-weight: 600;
    transform: translateX(-50%);
}
.ch-text span{
    color:#000!important;
    position: absolute;
    bottom:-70px!important;
    font-size:16px!important;
    left: 50%;
    font-weight:500;
    transform: translateX(-50%);
}
.ch-info .ch-info-back {
    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #000;
    opacity: 0;
}
.ch-item:hover .ch-info-front {
    -webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    opacity: 0;
}
.ch-item:hover .ch-info-back {
    -webkit-transform: rotate3d(1,0,0,0deg);
    -moz-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
    padding: 6px;
}

.ch-info h3 {
    color: #14ce2e;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    letter-spacing:2px;
    line-height: 25px;
    font-size:14px;
    margin: 0 15px 15px 15px;
    padding: 60px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p {
    color: #fff;
    padding: 10px 5px;
    margin: 0 8px;
    font-size: 12px;
    text-align: center!important;
    border-top: 1px solid gray;

}
.team-bg{
    background:url(../images/team-bg.png);
    width: 100%;
    height:50%;
    background-size: cover;
}
.business-text p,
.business-text ul li {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
}
.life-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
@media (max-width: 575px){
section{
    padding: 10px 0 0 0;
}
.solutions-main {
    margin: 0px 0 30px 0!important;
}
.business-img-box {
    height: 140px;
    margin:10px 0;
}
.business-img-box {
    margin: 10px 0;
    height: 122px;
}
.mb--50{
    margin-bottom:50px;
}
.mt--50 {
    margin-top: -15px;
}
.mt--100{
    margin-top:0;
}
.top {
    bottom: 20px;
    right: 19px;
}
.navbar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 0 10px;
    border-bottom: 2px solid lightgray;
    z-index: 9999;
}

.border-bottom{
    left: 0px;
    right: 0px;
    top: 0px;
    position: fixed !important;
}
.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color:white;
    background: #08ce2e;
}
button:focus {
    outline:none!important;
}
   a.navbar-brand{
    width:24%!important;
}
.about-us-head h2, .our-services-head h2, .offer h2, .contact-head h2, .solutions-head h2{
    font-size: 24px;
}
button.navbar-toggler{
    font-size:13px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 10px;
}
li.nav-item a {
    font-size: 12px;
}
.navbar-light .navbar-nav .nav-link:hover{
    background: none!important;
    color:#3b3838!important;
    transition: all 1s;
}
.navbar-light .navbar-nav .nav-link:focus{
}
.border-bottom {
    border-bottom: 2px solid rgba(220,220,220,1)!important;
}
.navbar-light .navbar-nav .nav-link.active{
    background: none!important;
    color:#3b3838!important;
    border-bottom:none;
}
.navbar-light .navbar-nav .nav-link:after{
    display: none;
}
/*slider*/
.carousel-caption h1 {
    font-size: 13px;
}
.carousel-caption {
    right: 0%;
    bottom: 32%;
}
.carousel-caption h1 span {
    font-size: 28px;
}
.carousel-caption h1:after {
    display: none;
}
.carousel-caption a {
    font-weight: 500;
    font-size: 6px;
    letter-spacing: 1px;
    padding: 5px 6px;
    margin-top: 0px;
}
.carousel-indicators {
    bottom: -3px;
    width:35px;
    left:50%;
    transform:translateX(-50%);
    margin-left:0;
}
/*slider-end*/
/*about-us*/
.about-us-head h2:before, .our-services-head h2:before, .offer h2:before {
    position: absolute;
    content: "";
    width:30px;
    height: 3px;
    background: #08ce2e;
    bottom: -5px;
}
.about-text a, .offer a {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 10px;
}
.about-text{
    margin-top:-45px;
}

.about-text span {
    font-size: 24px;
}
.about-text h3 {
    font-size: 24px;
}
.about-text p, .offer p {
    line-height: 26px;
    font-size:12px;
    margin-bottom:5px;
}
.about-us-body {
    margin-top:10px;
}
.offer {
    margin-bottom: 60px;
}
.ch-grid li {
    margin: 39px 20px;
}
.ch-grid {
    margin-top:0!important;
}
/*end-about-us*/

/*our-sevices*/
.our-services-head p {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 5px;
}
.our-services-head {
    padding: 0;
}
.our-services {
    padding: 25px 0 30px 0;
}
.os-details {
    padding: 20px 28px 20px 29px;
    margin: 10px 0;
}
.os-head i {
    font-size: 65px;
}
.os-head h2 {
    font-size: 75px;
    margin-top: -10px;
}
.our-services:after,
.our-sevices:before{
    display: none;
}
/*end-our-sevices*/
/*OFFER*/
.bg-text {
    padding: 0px 0px;
}
.offer-bg {
    padding: 40px 0 110px 0;
}
.bg-text h2 {
    font-size: 23px;
}
.bg-text p {
    color: #fff;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 28px;
}
.bg-text a {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 10px;
}
.offer-text h4 {
    font-size: 16px;
}
.offer-text h4 span {
    font-size: 20px;
}
.counter-bg { 
    padding: 20px 20px;
}
.counter {
    font-size:18px;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
}
.counter-text {
    font-size: 12px;
}

header{
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
}
 header.sticky{
        height:42px;
 }
 header.sticky .navbar a.navbar-brand img{
        width:100%;
 }
 header.sticky .navbar-light .navbar-nav .nav-link{
        padding:10px;
 }

/*End-OFFER*/

/*COntact*/
.contact-form {
    margin-top: -14%;
    margin-bottom: 20px;
    padding: 30px;
}
.card-body {
    padding:0 1.15rem;
}
.card-header button {
    padding: 0px 8px;
}

.contact-head p {
    font-size: 12px;
}
/*End-COntact*/
/*Footer*/
.footer-bg {
    padding: 35px 0 20px 0;
}
.copy span{
    font-size:14px;
}
.breadcrumb{
    display: none;
}
.life-img {
    width: 100%;
    height: 100%;
}
/*End-Footer*/
}
@media (min-width:768px) and (max-width:991px){
section {
    padding: 10px 0 00px 0;
}
.about-us-body {
    margin-top: 10px;
}
.about-us-head h2, .our-services-head h2, .offer h2, .contact-head h2 {
    font-size: 32px;
}
.about-text span {
    font-size: 28px;
}
.business-img-box {
    height: 100px;
}
        .about-text h3 {
    font-size: 28px;
}

.about-text p, .offer p {
    margin-bottom:5px;
}
.counter-bg {
    padding: 50px 15px;
}
.counter-text {
    font-size: 18px;
}
.counter {
    font-size: 26px;
}
.contact-text{
    margin-top:15px;
}
.mt--100 {
    margin-top: 0px;
}
.our-services {
    background: #f9f9f9;
    padding: 25px 0 30px 0;
}
.ch-grid li{

    margin: 15px 4px 55px;
}

.navbar-nav{
    background:white;
}
.offer {
    margin-bottom: 25px;
}

.bg-text {
    padding: 0 0px;
}
.offer-bg {
    padding: 76px 0 110px 0;
}
.our-services-head {
    padding: 0 0px;
}
.carousel-caption {
    top: 34%;
}
.carousel-caption a {
    margin-top: 5px;
}
.carousel-caption h1:after {
    display: none;
}
header.sticky .navbar a.navbar-brand img {
    width: 60%;
    margin-top: 0px;
}
.navbar {
    padding: 4px 0;
}
.carousel-caption h1 span {
    font-size: 55px;
}
.carousel-caption h1 {
    font-size: 38px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(59,56,56,1)!important;
    transition: all 1s;
    padding: 15px 26px;
    position: relative;
}
.carousel-caption {
    text-align: right!important;
}
.carousel-caption {
    top: 27%!important;
    left:0;
}
.life-img {
    width: 100%;
    height: 100%;
}
}
@media (min-width:992px) and (max-width:1199px) {
    .carousel-caption {
        top: 70%;
    }

    .business-img-box {
        height: 140px;
    }
}
@media (min-width:576px) and (max-width:767px){
    section {
    padding: 10px 0 0px 0;
}
.mt--100 {
    margin-top: 0px;
}
.carousel-caption h1 span {
    font-size: 44px;
}
.carousel-caption h1 {
    font-size: 28px;
}
.life-img {
    width: 100%;
    height:100%;
}
.business-img-box {
    margin: 18px 0;
    height: 160px;
}
.carousel-caption a {
    margin-top: 0px;
}
.carousel-caption {
    left: 4%;
    top:31%;
}
.carousel-caption a {
    padding: 8px 11px;
}
.contact-head{
    margin-top:15px;
}
.carousel-caption h1:after {
    display: none;
}
.bg-text a {
    padding: 5px 13px;
}
header.sticky .navbar a.navbar-brand img {
    width: 100%;
    margin-top:0px;
}
.navbar{
    padding:5px 0;
}
.navbar-light .navbar-nav .nav-link {
    transition: all 1s;
    padding: 15px 26px;
}
.navbar-nav{
    background: white;
}
.about-us-body {
    margin-top: 10px;
}
.about-us-head h2, .our-services-head h2, .offer h2, .contact-head h2 {
    font-size: 28px;
}
.about-text p, .offer p {
    margin-bottom: 5px;
    }

.our-services-head {
    padding: 0px 10px;
}
.offer {
    margin-bottom: 17px;
}
.offer a {
    font-size: 12px;
    padding: 5px 9px;
}
.offer-bg {
    padding: 20px 0 110px 0;
}

.bg-text h2 {
    font-size: 28px;
}
.counter-text {
    font-size: 12px;
}
.counter {
    font-size: 27px;
}
.bg-text {
    padding: 0 15px;
    overflow: hidden;
}
.counter-bg {
    padding: 50px 30px;
}
}





/*********************

***BENEFITS-PAGE-END****

*********************/




/*********************

***SOLUTIONS-PAGE-START****

*********************/
.solutions-main{
    margin:30px 0 70px 0;
}

.solutions-icon h4{
    font-size: 17px;
    font-weight:700;
    letter-spacing: 1px;
    margin-bottom: 0!important;
    margin-top:5px;
    line-height: 25px;
    text-align: center;
    margin: 5px 5px;
}
.color{
    color:#08ce2e;
    font-size: 18px;
}

.life-img:hover span{
    left:50%;
}
.life-img span{
    font-size:18px;
    font-weight: bold;
    color:#fff;
    position: absolute;
    left:-100%;
    top:50%;
    transform: translate(-50%,-50%);
    transition:all 0.7s;
    z-index: 999;
}
.life-img:hover:before{
    height: 100%;
}
.business-img img {
    margin-top: 4px;
    width: 96%!important;
    border-radius: 10px;
}
.life-img:hover:after{
    height: 100%;
}
.ml--22 {
    margin-left: -35px;
}

.life-img:before{
    content:"";
    position: absolute;
    height:0%;
    width:100%;
    background:#000;
    top:-50%;
    left: 0;
    opacity: 0.4;
    transition: all 0.7s;
}
.life-img:after{
    content:"";
    position: absolute;
    height:0%;
    width:100%;
    background:#000;
    bottom:-50%;
    left: 0;
    opacity: 0.4;
    transition: all 0.7s;
}
.life-img img{
    width: 100%;
    height: 100%;
}
ul.list-style-tick > li{
    margin-bottom:10px!important;
    list-style: url(../images/tick.png);
}
.business-text i{
    color:#3b3838;
}
/*********************

***SOLUTIONS-PAGE-END****

*********************/

/*********************

***SEEVA-BUSINESS-PAGE-START****

*********************/
.solutions-head p.points {
    color: #14ce2e!important;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
}
.business-head h3{
    font-size: 24px;
    font-weight: bold;
    color:#484545;
    letter-spacing: 1px;
}

@media(max-width:575px){
.business-text p {
    font-size: 14px;
}
.solutions-head p.points {
    font-size: 17px;
}
.business-head h3 {
    font-size: 21px;
}
.breadcrumb-item {
    font-size: 10px;
    padding: 0 1px 0 2px!important;
}
.ml--22{
    margin-left:0px;
}
}
/*********************

***SEEVA-BUSINESS-PAGE-END****

*********************/

.breadcrumb {
     position: initial; 
    background: transparent;
    color: white!important;
    right: 0;
    line-height: 238px;
    letter-spacing: 1px;
    margin-left: auto;
    justify-content: flex-end;
    align-items: center;
}
.breadcrumb-item a{
    color:white!important;
}
.breadcrumb-item.active {
    color:#14ce2e!important;
}