body{
    font-family: 'Poppins', sans-serif;
}
/*.container-fluid{
    padding-left:0px;
    padding-right:0px;
}*/
section{
    width:100%;
}
.slider-container{
    padding-left:15px;
    padding-right:15px;
}
.slider-container .item img{
   height:100vh;
   object-fit:contain;
}
/* CAROUSEL */
.carousel-control.right {
    right: 0;
    left: auto;
     background-image: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%); 
    background-image: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%);
     background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,0))); 
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%); 
    background-image: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%);
     background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,0))); 
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-indicators li {
    background-color: #dcdcde;
    /*border: 1px solid #f05a28;*/
    border:none;
    border-radius: 10px;
}
.carousel-indicators .active{
     background-color: #a7a8ac;
      border:none;
     width:10px;
    height:10px; 
}
 .carousel-indicators {
    right: 20px;
    top: 50%;
    transform: translate(-50%);
    bottom: auto;
    left: auto;
    width: auto;
    margin: 0;
    padding: 0;
}
 .carousel-indicators li {
    display: block;
    margin: 10px 0;
}
/* NAVBAR */
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 99999;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: rgba(220, 220, 222, 0.75);
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/*@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}*/
@media  (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.slider-container{
    position:relative;
}
.navbar-pos{
    position:fixed;
    top:20px;
    right:20px;
    z-index:9999;
   }
.nav-icon{
    font-size:30px;cursor:pointer;color: #a7a8ac;    padding-right: 25px;
}
.logo-pos{
    position:absolute;
    top:20px;
    left:0px;
        padding-left: 25px;
}
.arrow-icon{
    position:absolute;
    bottom:20px;
    left:46.5%;
    
}
.object {
  animation: MoveUpDown 1s linear infinite;
  position: absolute;
  left: 46%;
  bottom: 15px;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 15px;
  }
  50% {
    bottom: 25px;
  }
}
/*********************  WHO WE ARE *************************************/
.who-we-are{
    width:100%;
    background-color: #00adef;
    /* background-color: #ffffff;*/
    color:#fff;
    padding:20px 20px;
}
.who-we-are  h1 .blue{
   
    color:#00adef;
   
}
.who-we-are  h1.red{
   
     color:#f05a28;
    
}
.who-we-are-title{
    font-size:52px;
    padding:10px 0px ;
    font-weight:700;
    text-transform: uppercase;
    text-align:center;
}

.who-we-are p{
    /*color:#818181;*/
    color:#fff;
    font-size:16px;
    line-height: 1.6;
    font-weight:700;
    text-align: justify;
}
.who-we-are hr{
    color:#fff;height:5px;    border-top: 3px solid #fff;
}
.who-we-are  .img-bk{
    background-color: #fff;
}
.who-we-are  .p-text{
    padding:10px 0px 30px 30px;
    
}
/**************************** OUR SERVICES *********************************/
.our-services-t2{
    font-size:52px;
    padding:10px 0px ;
    font-weight:700;
    text-transform: uppercase;
    text-align: center;
    color:#f05a28
}
.our-services-t1{
    font-size:52px;
    padding:10px 0px ;
    font-weight:700;
    text-transform: uppercase;
    color: #00adef;
    text-align: center;
}
.our-services-p1{
    font-size:16px;
    padding:10px 0px ;
    font-weight:700;
    text-transform:capitalize;
    color: #333;
    text-align: center;
}
.our-services img{
    width:100px;
    margin:auto;
    height:100px;
}
.our-services .blue {
    text-align:center;
    background-color: #f2f2f2;
    min-height:445px;
    padding: 15px 15px;
    margin-bottom: 30px;
}
.our-services .red {
   text-align:center;
    background-color:#f2f2f2;
     min-height:445px;
   padding: 15px 15px;
        margin-bottom: 30px;
}
.our-services .blue h1{
    font-size:20px;
    color:#00adef;
    text-transform: uppercase;
     min-height:30px;
}
.our-services .red h1{
    font-size:20px;
     color:#f05a28;
     text-transform: uppercase;
     min-height:30px;
}
.our-services .blue h4{
    font-size:16px;
    color:#848588;
    font-weight:700;
    min-height:20px;
    text-transform: capitalize;
}
.our-services .red h4{
    font-size:16px;
     color:#848588;
    font-weight:700;
     min-height:20px;
     text-transform: capitalize;
}
.our-services .blue p{
    font-size:16px;
    color:#797b7e;
}
.our-services .red p{
    font-size:16px;
     color:#797b7e;
}
/**************************** OUR CLIENTS *********************************/
.our-clients{
    width:100%;
    background-color:#f05a28;
    color:#fff;
       padding: 20px 20px 60px 20px;
   
}
.our-clients-t1{
    font-size:52px;
    padding:10px 0px ;
    font-weight:700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.our-clients-p1{
    font-size:16px;
    padding:10px 0px ;
    font-weight:700;
    text-transform:capitalize;
    color: #fff;
    text-align: center;
}
.our-clients img{
    width:auto;
    margin:auto;
    height:auto;
   }
.our-clients .img-box{  
    margin:10px;
    background-color: #fff;
}
@media screen and (min-width: 768px){
.our-clients .carousel-control .glyphicon-chevron-left, .our-clients .carousel-control .icon-prev {
    margin-left: -40px;
}
}
@media screen and (min-width: 768px){
.our-clients .carousel-control .glyphicon-chevron-left, 
.our-clients .carousel-control .glyphicon-chevron-right,
.our-clients  .carousel-control .icon-next,
.our-clients .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -16px;
    font-size: 30px;
}
    
}
@media  screen and (min-width: 768px){
.our-clients .carousel-control .glyphicon-chevron-right, .our-clients .carousel-control .icon-next {
    margin-right: -40px;
}
}
/**************************** OUR WORK *********************************/
.our-work{
    width:100%;
    padding:20px 20px;
}
.our-work .fixedBlock{
    max-height:650px;
    overflow-y:scroll;
    overflow-x:hidden;
}
.our-work  .img-responsive {
    object-fit: contain;
    height:250px;
    width: 76%;
}
.our-work-t2{
    font-size:52px;
    padding:10px 0px ;
    font-weight:700;
    text-transform: uppercase;
    text-align: center;
    color:#f05a28;
}
.our-work-t1{
    font-size:52px;
    padding:10px 0px ;
    font-weight:700;
    text-transform: uppercase;
    color: #00adef;
    text-align: center;
}

/* Center website */
.our-work .main {
    max-width: 100%;
    margin: auto;
}  
/* Content */
.our-work .content {

    padding: 10px;
}
.our-work .col-md-3 ,.our-work .col-sm-3,.our-work .col-xs-12{
    padding-right: 0px; 
    padding-left: 0px;
}
.column {
    display: none; /* Hide all elements by default */
}
/* The "show" class is added to the filtered elements */
.our-work .show {
  display: block;
}

/* Style the buttons */
.our-work .workbtn {
  border: none;
  outline: none;
  padding:0;
  background-color: #fff;
  cursor: pointer;
}

 .our-work .workbtn:hover {
  background-color: #ddd;
}

 .our-work .workbtn.active {
  background-color:#f05a28!important;
  color: white;
}
#myBtnContainer{
        margin-bottom: 20px;
}
 .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #f05a28;
}
.nav-pills>li>a, .nav-pills>li>a:focus, .nav-pills>li>a:hover {
    color: #555;
    background-color: transparent;
    font-weight:600;
    font-size: 14px;
    letter-spacing: 1px;
}
.nav-pills>li {
    /* float: left; */
    float: none;
    display: inline-block;
}
.our-work .carousel-control {   
         text-shadow: none!important;    
}
.previousslide{
    background-image: url('../img/slider-arrows/slider-arrow-left.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
}
.previousslide:hover{
    background-image: url('../img/slider-arrows/slider-arrow-left-hover.png');
}
.nextslide{
    background-image: url('../img/slider-arrows/slider-arrow-right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
   
}
.nextslide:hover{
    background-image: url('../img/slider-arrows/slider-arrow-right-hover.png');
}
@media screen and (min-width: 768px){
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -50px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -50px;
    }
}
.pad-nav-pills{padding: 10px 20px 30px;}
/*********************  CONTACT US *************************************/
.errorbox {display:none;}
.contact-us{
    width:100%;
    background-color: #00adef;
    color:#fff;
    padding:20px 20px;
   
}
.contact-us-title{
    font-size:52px;
    padding:10px 0px ;
    font-weight:700;
    text-transform: uppercase;
    text-align: center;
}
.contact-us-p1{
    font-size:16px;
   
    font-weight:700;
    text-transform:capitalize;
    color: #fff;
    text-align: center;
}
.contact-us .contact-us-tag{
    font-size:32px;
    font-weight:700;
    color: #fff;
    text-align:left;
}
.contact-us ul{
    padding-left:0px;
}
.contact-us h3{
   text-transform:capitalize;
        font-size: 32px;
    font-weight: 700;
    margin:20px 0px ;
}
.contact-us h4{
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing:3px;
     margin:20px 0px;
}
.contact-us ul li {
    display:inline-block;
    padding:4px;
    list-style-type: none;
}
.contact-us i{
    padding-right:10px;
    color:#fff;
}
.footer{
    background-color: #fff;
    text-align:center;
    padding:20px;
}
 .footer .text {
    color:#333;
    font-size:14px;
}
.form-control {
    border-radius: 0px;
}
.form-pad{
    padding-top:15px;
}
.btn-red{
    width: 100%;
    border-radius: 0px;
    color: #fff;
    background-color: #f05a28;
    border: none;
    text-transform:uppercase;
    font-weight:700;
}
.btn-red:hover{
    color:#fff;
    font-weight:700;
   
}


/************************ media mobile ***************************************/
@media (min-width:768px){
    .add-padding{
        padding-bottom: 24px;
    }
}
@media (min-width:768px )and (max-width:1024px){
        .our-work .img-responsive {
        object-fit: contain;
        height: 170px;
        width: 100%;
    }
    .our-services .red {
    
    min-height: 525px;
    padding: 15px 15px;
    margin-bottom: 30px;
    }
}
@media (max-width:767px){
    .who-we-are-title{
    font-size:24px;
    }
    .our-clients-t1{
    font-size:24px;
    }
    .our-services-t1{
    font-size:24px;
    }
    .our-services-t2{
    font-size:24px;
    }
    .our-services-p1{
    font-size:12px;
    }
    .our-work-t2{
    font-size:24px;
    }
    .our-work-t1{
    font-size:24px;
    }
    .contact-us-title{
        font-size:24px;}
    .contact-us .contact-us-tag{
        font-size:16px;}
    .our-services .blue {
        min-height: auto;
        padding: 10px;
       
        margin-bottom:10px;
    }
     .our-services .red {
        min-height:auto;
        padding: 10px;
       
        margin-bottom:10px;
    }
    .contact-us h3{
    font-size: 24px;
    
    }
    .contact-us h4{
        font-size: 12px;
    }
    .our-work .workbtn {
        padding: 8px 8px;
    }
    #myBtnContainer{
                margin-bottom: 10px;
        }
        .our-clients img{
    width:auto;
    margin:auto;
    height:auto;
   }
    .our-work .img-responsive {
       height: 70px;
    }
    .arrow-icon {
       left: 35%;
    }
}
@media (width:768px){
   
       .our-services .blue {
        min-height:625px;
    }
     .our-services .red {
        min-height:625px;
    }
  
}