body {
    margin: 0;
    padding: 0;
    font-family: 'BenchNine', sans-serif;
}
li {
    list-style: none;
}
a:hover,
a:visited,
a {
    text-decoration: none;
}
h1,
h2 {
    text-transform: uppercase;
    font-weight: bold;
}


.carousel-item {
  height: 86vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
  stroke-width: 1;
}

.services-icon {
  margin-bottom: 20px;
  font-size: 30px;
}
bgc2, .vLine, .hLine {
    background-color: #0F52BA;
}

.quote-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
.services-icon {
    font-size: 60px;
    margin-left: 2rem;
}



/*slider area*/

.slider-row {
    margin: 0;
    padding: 0;
}
.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}



.item {
    position: relative;
}

.carousel-caption {
    position: absolute;
    text-align: left;
    left: 15%;
    line-height: 1;
    top: 40%;
    margin-top: -80px;
}


.carousel-caption h1 {
    font-size: 111px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.carousel-caption p {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
}
.carousel-caption .btn {
    left: 20%;
    padding: 5px 30px;
    background: #087A9C;
    color: #fff;
    border: 1px;
    border-radius: 18px;
        height: 50px;
    font-size: 26px;
    text-transform: uppercase;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.carousel-caption .btn:hover {
    background: #086999;
}

.carousel-control {
    width: 1%;
}
.carousel-inner {
    background: -webkit-linear-gradient(left, #6DCCDE, #127a9b);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #6DCCDE, #127a9b);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, hsl(190, 57%, 51%), #127a9b);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #6DCCDE, #127a9b);
    /* Standard syntax */
    min-height: 350px !important;
}

.carousel-item {
    position: relative;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; 
    opacity: 0.5;
}



/*about area*/

.about h2 {
    font-size: 90px;
    color: #42b3e5;
    margin-top: 50px;
}
.about h4 {
    font-size: 24px;
    color: #737373;
    margin-bottom: 45px;
}
.about-img img {
    width: 100%;
}
.single-about-detail {
    position: relative;
}
.pentagon-text h1 {
    font-size: 68px;
    color: #087A9C;
    margin-top: 0;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    position: absolute;
    left: 15%;
    width: 50px;
    top: -6%;
}
.pentagon-text {
    width: 70px;
    height: 52px;
    background: #fff;
    position: relative;
    top: -30px;
    left: 43%;
}
.pentagon-text:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #fff;
}
.pentagon-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0px;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #fff;
}
.about-details {
    background: #087A9C;
    border-top: 2px solid #fff;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.about-details h3 {
    font-size: 32px;
    color: #fff;
    margin-top: 0;
}
.about-details p {
    font-size: 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0 25px;
    padding-bottom: 30px;
}
.single-about-detail:hover .about-details {
    background: #3a9dca;
}
.single-about-detail:hover .pentagon-text h1 {
    color: #3a9dca;
}


/*service area*/

.service {
    background: url(../img/pattern.jpg);
    background-repeat: repeat-y;
    margin-top: 60px;
}

.service h2, .single-service h3, .single-service h4 {
    color: #fff;
}

.service h2 {
    font-size: 1.75em;
    margin: 70px 0 15px 0;
}

.single-service h3 {
    margin-top: 80px;
}

.single-service h4 {
    margin-bottom: 15px;   
    display: block;
}

.single-service-img, .service-img {
    position: relative;
    left: 50%;
}

.single-service-img {
    width: 205px;
    height: 125px;
    background: #fff;
    margin: 70px 0 0 -100px;
}

.single-service-img:before, .single-service-img:after, .service-img:before, .service-img:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
}

.single-service-img:before {
    top: -42px;
    border-left: 102px solid transparent;
    border-right: 104px solid transparent;
    border-bottom: 42px solid #fff;
}

.single-service-img:after {
    bottom: -42px;
    border-left: 102px solid transparent;
    border-right: 102px solid transparent;
    border-top: 42px solid #fff;
    z-index: 0;
}

.service-img {
    width: 200px;
    height: 123px;
    background: #3a9ecb;
    top: 1px;
    left: 2px;
}

.service-img:before {
    top: -40px;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 40px solid #3a9ecb;
}

.service-img:after {
    bottom: -39px;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #32beff;
    z-index: 1;
}


.service-img img.brain {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.carousel-inner {
    position: relative;
}

/*======================css for carousel=========================*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(8, 105, 153, 0) 100%);
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

/******************************
responsive area
********************************/


/* md */
@media (min-width: 992px) and (max-width: 1199px) {

    .carousel-caption h1 {
        font-size: 111px;
    }
    .carousel-caption p {
        font-size: 32px;
    }
  .carousel-caption .btn {
    padding: 5px 25px;  
    font-size: 24px;
    }
    
}

/* sm */

@media (min-width: 768px) and (max-width: 991px) {

    .carousel-caption h1 {
        font-size: 90px;
    }
    .carousel-caption p {
        font-size: 30px;
    }
  .carousel-caption .btn {
    padding: 5px 20px;  
    font-size: 22px;
    }

}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {

 .carousel-item {
  height: 82vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  
    .carousel-caption {
        margin-top: -110px;
    }
    .carousel-caption h1 {
        font-size: 80px;
    }
    .carousel-caption p {
        font-size: 25px;
    }
  .carousel-caption .btn {
    padding: 5px 20px;  
    font-size: 21px;
    }
    
}



/* XS Portrait */
@media (max-width: 479px) {
 
 .carousel-item {
  height: 92vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
 
    .carousel-caption {
        margin-top: -60px;
    }
    .carousel-caption h1 {
        font-size: 70px;
    }
    .carousel-caption p {
        font-size: 12px;
    }
 
  .carousel-caption .btn {
    padding: 5px 15px;  
    font-size: 21px;
    }
  
}


@media (max-width: 767px) {
    .single-service h2 {
        font-size: 24px;
        /* Other styles for small screens if needed */
    }

    .single-service h4 {
        font-size: 20px;
        /* Other styles for small screens if needed */
    }
}


