@charset "utf-8";
/* CSS Document */

.bs-slider{
    overflow: hidden;
    max-height: 600px;
    position: relative;
    background: #000000;
    margin-top: 100px;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 20%;
    /* left: 46%; */
    /* width: 100%;
    height: 100%; */    
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}




/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    /* right: 40%;
    bottom: 3%;
    left: auto; */
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 75px;
    height: 10px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background:#26cdff;
   border-radius: 0%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
  
    background-color: #ff263a;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}


/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    
    top: 25%;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 34px 47px;
    
}



.slide-text  h1 {
    
     color: #ffffff;
    font-size: 50px;
	text-transform:uppercase;
	font-family:'oswald';
    font-style: normal;
   line-height: 38px;
   font-weight:600;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text  p {
    padding: 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 37px;
    font-weight: 300;
	font-weight:500;
	font-family:'oswald';
    margin-bottom: 20px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    text-transform: uppercase;
}
.slide-text  a.btn-default{
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 15px 45px;
    border-radius: 10px;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
	font-family:'oswald';
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text  a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text  a:hover,
.slide-text  a:active {
    color: #000000;
    background: #cb9e4d;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.btn-default {background-color: #fecc00;}
.btn{border-radius: 0px;} 
.ab-span{font-size:25px !important; color: #fecc00 !important;}
.socials a{margin-right:5px;}
.inner-images img{max-width: 300px;}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
	    /* .slide-text{right: 46% !important;} */
}
@media only screen and (max-width: 1199px) {
.slide-text {
    /* right: 37% !important; */
}	   
}
@media only screen and (max-width: 1024px) {
.slide-text {
    /* right: 32% !important; */
}
}
@media (max-width: 991px) {
    .slide-text {
    /* right: 26% !important; */
}
.indicators-line > .carousel-indicators {
    /* right: 37% !important; */
}
}


@media only screen and (max-width: 1000px) {

.slide-text  h1 { font-size: 45px !important;}

}
@media (max-width: 900px) {
.indicators-line  .carousel-indicators {  right: 37% !important;}
.slide-text {  display:block;}
.step-item.step-1 .step-header:after{display: none !important;}
.step-item.step-2 .step-header:after{display: none !important;}
.layer-con {padding: 70px 0px ;}
.inner-images img{max-width: 230px;}
.process-section::after{display: none;}

}


@media  (max-width: 769px) {
.slide-text  p {  font-size: 21px !important; }
.slide-text  h1 {  font-size: 32px !important;margin-bottom: 5px;}
.slide-text  a.btn-default {font-size: 15px!important;   padding: 9px 20px !important;    border-right: 3px solid white;border-bottom: 3px solid white;}
.slide-text{padding: 23px 21px !important;} 
.slide-text  p {margin-bottom: 10px;}
.slide-text { padding: 12px 21px !important;}
.bs-slider{margin-top: 60px;}
.slide-text{top: 31%;}
.about{background-size:cover;}
.sec-title h2{font-size: 37px;}
.layer{padding: 20px 0px 20px  0px;}
.sec-title{margin-bottom: 10px;}
.about.about-2 .item-list .item.clearfix { margin-top: 0px;}
.sec-title h2 { font-size: 25px; }
.about.about-2 .item-list .item .content-box p {margin-top: 0px; padding-bottom: 0px;  text-align: center;  font-size: 13px;}
.process-section::after{display: none;}

}
@media  (max-width: 600px) {
      .mn-hedaers {
     
display:none !important;}
    .indicators-line  .carousel-indicators {  right: 23% !important;}
    .bs-slider{margin-top: 80px;}
    .slide-text{top: 18%;}
    .about{background-size: cover;}
    .about.about-2 .item-list .item .content-box p {padding-bottom: 8px;font-size: 12px; line-height: 16px; margin-top: 0px;}
    .layer-con {padding: 60px 0px 60px 0px;}
    .inner-images {position: relative;text-align: end;}
    .copyright p {text-align:left;max-width: 290px;}
    .layer {padding: 20px 0px;}
    .ab-span{font-size:18px !important;}
    .sec-title{margin-bottom: 8px;}
    .sec-title h2 {margin-bottom: 0px;}
    .read a { border: solid 3px #fff;  padding: 5px 30px; font-size: 13px;}
    .inner-images-indutries img {width: 100%;}
    .our-services::before {clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 281%);}
    .sec-title span { font-size: 26px;}
    .sec-title1 h2 { font-size: 35px;margin-bottom: 7px;}
    .missionimg{margin-bottom: 10px;}
    .inner-images{display: none;}
    .step-item.step-1 .step-header:after{display: none !important;}
    #cssmenu ul { top: 0px;}
    .hero {margin-top: 79px; }
    .bg-img img { height: auto;  max-width: 100%;width:auto;}
    .center-circle {left: 40%;bottom:-117px;}
    .arrow {transform: rotate(-30deg); margin: 10px 0; }
    .services-ban .bgclients-bann {margin-top: 78px;}
    .section-title h2 {font-size: 12px;}
    .process-section::after{display: none;}
    .right-spans-left {
    font-size: 25px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 30px;
    top: -15px;
    left: -4px;
}
.right-spans{
    font-size: 25px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 31px;
    font-weight: 700;
    top: -15px;
    right: -4px;

}

.feature {width: 100%;}
.feature:not(:last-child)::after{display: none;}
.feature2 { width: 50% !important;margin-bottom: 10px;justify-content: center;}
.top-features {justify-content: center;}
.contact-section{margin-top:80px}


}
@media  (max-width: 500px) {

    .top-header{display: none;}
    .slide-text h1 {line-height: 23px;font-size: 21px !important;margin-bottom: 0px;}
    .slide-text p {   font-size: 12px !important;line-height: 14px;}
    .slide-text a.btn-default {  font-size: 12px !important; padding: 6px 15px !important;border-right: 2px solid white;border-bottom: 2px solid white; }
  
}

