/*
        Cosmix by TEMPLATE STOCK
        templatestock.co @templatestock
        Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Hide scrollbar for IE, Edge and Firefox */
@import url('https://fonts.googleapis.com/css?family=Poppins');
body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none; 
    overflow-x: scroll;/* Firefox */
}


/* About us styling */
.aboutus-texts p {
    font-size: 14px !important;
    text-align: justify;
}


.form-group select{
    padding-right: 540px;
    /* padding-right: unset; */
}
body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensure that the body fills the height of the viewport */
}
body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.pdown{
    padding-right: 250px;
}

body {
    font-family: 'Poppins', sans-serif;
}
/*for-section-text-start-here*/
::selection {
    background: #e73131; /* WebKit/Blink Browsers */
    color:#fff;
}
::-webkit-selection {
    background-color: #e73131;
    color: #FFF;
}
::-ms-selection {
    background-color: #e73131;
    color: #FFF;
}
::-o-selection {
    background-color: #e73131;
    color: #FFF;
}
::-moz-selection {
    background-color: #e73131;
    color: #FFF;
}
/* ========================================================================
  Hover animation 
 ========================================================================== */
@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/* ========================================================================
  Hover End 
 ========================================================================== */
#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
#pre-status, .preload-placeholder {
    /*background-image:url(../preloader.gif);*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*height: 296px;*/
    /*left: 38%;*/
    /*margin: -20px 0 0 -20px;*/
    /*position: absolute;*/
    /*top: 32%;*/
    /*width: 296px;*/
}
.preload-placeholder {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
.parallex {
    background-attachment:fixed;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
p {
    /* font-size:15px; */
    color: #305073;
    font-weight: 500;
    /* font-stretch: extra-condensed; */
    font-size: 20px;
    line-height:25px;
    font-family: 'Poppins', sans-serif;
    /*padding-left: 12px;*/
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Poppins', sans-serif;
}
h1 {
    color:#fff;
    font-size:51px;
    text-transform:uppercase;
}
h2 {
    color:#555;
    font-size:35px;
    text-transform:uppercase;
    font-weight:bolder;
}
h3 {
    color:#333;
    font-size:23px;
}
h4 {
    color:#555;
    font-size:21px;
    text-transform:uppercase;
}
h5 {
    color:#333;
    font-size:18px;
}
h6 {
    font-size:16px;
}
strong {
    font-weight:bolder;
}
span {
    color:#e73131;
}
.space {
    margin:30px 0px;
}
.line {
    border:2px solid #049ee2;
    width:15%;
    margin-top: 20px;
}
a:hover, a:focus {
    text-decoration:none;
}
a.btn-down {
    height:50px;
    width:50px;
    color:#fff;
    border:2px solid #fff;
    padding:5% 10%;
    position: relative;
    top: 35px;
    font-size: 17px;
}
a.btn-down:hover {
    background:#fff;
    color:#e73131;
    transition:all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.btn-order {
    height: 50px;
    width: 50px;
    color: #e73131;
    border: 2px solid #e73131;
    padding: 3% 5%;
    font-size: 15px;
    position: relative;
    top: 5px;
}
a.btn-order:hover {
    background:#e73131;
    color:#fff;
    transition:all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.btn-send {
    color: #e73131;
    border: 2px solid #e73131;
    padding: 2% 0%;
    font-size: 15px;
}
a.btn-send:hover {
    background:#e73131;
    color:#fff;
    transition:all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*Navigation-stylesheets-include-here*/
.navbar-default {
    background:rgba(255, 255, 255, 0.9);
    border:rgba(248, 248, 248, 0);
    padding:15px 0px;
}
a.navbar-brand img {
    position:relative;
    height: 65px;    
}
#menu {
    position:absolute;
}
#menu .nav {
    margin-top: 1%;
    position: relative;
    left: 150px;
}
#menu ul.nav li a {
    font-size:15px;
    color:black;
}
#menu .nav > li > a {
    background:none;
    color: black;
}
#menu ul.nav li a:hover, #menu ul.nav li a.active {
    color:#e73131;
    transition:all 0.4s;
}
#menu .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#e73131;
    background:transparent;
}
a.navbar-brand {
    padding:0px;
    
}
ul.nav li.active a:before {
    opacity:1;
}
.on {
    background:#fff;
    transition:all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

@media (min-width: 299px) and (max-width: 479px){
.navbar-default {
	background:#fff;
	}
}
/*Slider-stylesheets-include-here*/

#home-carousel .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size:cover;
    /*width:100%;*/
    height: 700px;
}
#home-carousel .item:before {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    /*width: 100%;*/
}
.carousel-caption {
    left: 80px;
    /*right: 15px;*/
    top: 70%;
    font-size: 15px;
    text-align: left;
    color: #fff;
    text-shadow: none;
    margin-top: -150px;
}
.carousel-caption h1 {
    font-size:58px;
    margin-bottom:10px;
    letter-spacing:2px;
    font-weight:bold;
    color: #fff;
}
.carousel-caption h2 {
    color:#fff;
    font-size:75px;
    font-weight:600;
    margin-top:0px;
    text-transform:none;
    letter-spacing:2px;
    margin-bottom:20px;
}

.carousel-caption p {
    color:#FFFFFF;
    font-size:17px;
    font-weight:normal;
    line-height:27px;
}
.home-carousel-left, .home-carousel-right {
    /* background-color: #e73131; */
    color:#fff;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}
.home-carousel-left:hover, .home-carousel-right:hover{
    color: black;
}
.home-carousel-left {
    left:-32px;
}
.home-carousel-right {
    right:-32px;
}
#home-carousel:hover .home-carousel-left {
    left:0;
}
#home-carousel:hover .home-carousel-right {
    right:0;
}
/* Carousel animation */

#home-carousel .item h1, #home-carousel .item h2, #home-carousel .item p {
    opacity:0;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
#home-carousel .item h1 {
    -webkit-transition: all 0.5s ease-in-out 0.15s;
    -moz-transition: all 0.5s ease-in-out 0.15s;
    -ms-transition: all 0.5s ease-in-out 0.15s;
    -o-transition: all 0.5s ease-in-out 0.15s;
    transition: all 0.5s ease-in-out 0.15s;
}
#home-carousel .item.active h1, #home-carousel .item.active h2, #home-carousel .item.active p {
    opacity:1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#home-carousel .item h2 {
    -webkit-transition: all 0.5s ease-in-out 0.30s;
    -moz-transition: all 0.5s ease-in-out 0.30s;
    -ms-transition: all 0.5s ease-in-out 0.30s;
    -o-transition: all 0.5s ease-in-out 0.30s;
    transition: all 0.5s ease-in-out 0.30s;
}
#home-carousel .item p {
    -webkit-transition: all 0.5s ease-in-out 0.45s;
    -moz-transition: all 0.5s ease-in-out 0.45s;
    -ms-transition: all 0.5s ease-in-out 0.45s;
    -o-transition: all 0.5s ease-in-out 0.45s;
    transition: all 0.5s ease-in-out 0.45s;
}
/*About-stylesheets-include-here*/
#about {
    background-image: url('path/to/your/image.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    top: 10px;

}
#about {
    padding:3% 0%;
}
#about .heading {
    text-align:left;
}
.heading h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    color: #e5f1f7;
    margin-bottom: 0px;
}
.heading p {
    /*padding:20px 0px;*/
    font-size:30px;
    font-weight:bolder;
    color:#555;
}
.ab-sec {
    text-align:justify;
}
.ab-sec h3 {
    font-weight:bolder;
}
.ab-sec p {
    padding:10px 0px;
    font-size:20px;
}
/*Background-stylesheets-include-here*/
.bg-sec {
    background:#e73131;
    margin-top:10px;
    padding: 1% 0%;
}
.bg-sec h3 {
    color:#FFFFFF;
    text-transform:none;
    font-weight:bolder;
}
.bg-sec p {
    color:#FFFFFF;
}
/*Product-stylesheets-include-here*/
#product .container{
    height: auto !important;
    /* margin-left: 100px; */
    padding-left: 0px;
}

#product h6{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

#product p{
    padding: 0px !important;
    line-height: 15px;
}

@media (max-width: 768px) {
    #product .container{
        height: auto !important;
        margin-left: auto !important;
        padding-left: 15px !important;
    }
.pdown{
    padding-right: 0px;
}
}
#products img {
   height :450px;
   width : 450px;
}
#products  {
   margin-top :80px;
}
#features img {
   height :450px;
}
#features  {
   margin-top :80px;
}

/*Service-stylesheets-include-here*/
#service {
    text-align:center;
    padding:2% 0%;
}
#features-sec {
    padding: 100px 0;
}
#features-sec .media.service-box:first-child {
    margin-top: 80px;
}
#services {
    padding: 100px 0 75px;
}
.media.service-box {
    margin: 25px 0;
}
.media.service-box .pull-left {
    margin-right: 20px;
}
.media.service-box .pull-left > i {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #e73131;
    border:1px solid #d7d7d7;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
}
.media.service-box:hover .pull-left > i {
    background:#e73131;
    color:#fff;
    transform:rotateY(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -webkittransform:rotate(360deg);
    transition:all 0.5s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.media-body h5 {
    font-weight:bolder;
    text-align:left;
}
.media-body p {
    text-align:justify;
}
/*Experience-stylesheets-include-here*/
.experience {
    margin-top:30px;
}
.progress {
    height: 20px;
    background-color: #d7d7d7;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 25px;
}
.progress-bar {
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: right;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 600;
    background:#e73131;
}
.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    transition:  width 2s ease-in-out;
}
.lead {
    font-size:16px;
    font-weight: bold;
    text-align: left;
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grid{
    display: flex;
    justify-content:center;
    margin-top: 20px
}

.grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 2rem;
    margin-left: 20px;
    flex: 1;
    max-width: 50%; /* Adjust as per your design */
    /* padding: 0 10px; */
}

.item {
    height: 200px;
    display: flex;
    justify-content: center;
    padding: 20px;
}
.background-image {
    position: relative;
    width: 100%;
    height: 300px; /* Set the height according to your needs */
    background-size: cover;
    background-position: center;
    color: #fff; /* Set the color of the text */
    text-align: center;
    margin-top: 80px;
}

.text-container {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
}

.inblp{
    text-align: left;
    font-size: small;
}
.inbl{
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #1D4066;
    line-height:normal;
    padding:0px; 
}
.text-container h1 {
    font-size: 45px;
    color: white;
    font-weight: bold;
    margin: 0;
    line-height: 45px;
    text-align: left;
}
.about-img{
    top: -120px !important;
    height: 43vh
}
.testmonial-m{
    border-radius: 1%;
    padding: 18px;
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.2);
    margin-left: 50px
    
}

.newproduct{
    padding: 5px;
    background-color: #f7fcfe;
    margin: 10px;
    width: 20%;
    align-items: center;
}

.pagrid{
    display: flex;
    justify-content:flex-start;


}
.pagrid-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Four columns */
    /*grid-gap: 2rem;*/
    max-width: 80%;
}
.paitem {
    height: 140px;
    display: flex;
    justify-content: center;
    padding: 10px;
}
.atopomage{
    /* background-size: contain !important; */
    height: 550px !important;
}
.ctopmage{
    background-size: contain !important;
    height: 550px !important;
}
.stopmage{
    /* background-size: contain !important; */
    height: 500px !important;
}

.serp{
    font-size: 12px;
    padding: 10px;
    /* width: 100px; */
    text-align: center;
    line-height: normal;
    color: #143860;
    font-family: 'Poppins', sans-serif;
}

.saitem.active p{
    padding: 10px;
    /* width: 100px; */
    text-align: center;
    line-height: normal;
}
/* .serp.active{
    font-size: 8px;
    padding: 5px;
    width: 100px;
    text-align: center;
    line-height: normal;
    color: white;
} */
.saitem {
    height: 85px;
    width: 100px;
    display: flex;
    justify-content: center;
    /* padding: 10px; */
    /* margin: 15Px; */
    /* padding-left: 10px; */
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;

}
.saitem.active {
    background-color: #305073 !important;
    
    /* margin-left: 15px; */
}

.saitem img {
    /* background-color: rgb(230, 255, 255) !important; */
    /*margin-left: 15px;*/
}

.ccontainer {
    display: flex;
    flex-wrap: wrap;
    margin-left: 15%;
}

.left-div, .right-div {
    padding: 10px; /* Add padding for spacing */
    box-sizing: border-box;
    background-color: #f6fbfd;
}
.right-div{
    margin-left: 20px;
    width: 60%;
}
.form-container {
    display: flex;
    flex-wrap: wrap;
}

.form-group {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}


.form-group ::placeholder{
    color:#305073;
    font-family: 'Poppins', sans-serif;
    font-weight: 520;
}
 
.form-group select{
    font-family: 'Poppins', sans-serif;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input {
    width: 100%;
    padding-bottom: 23px;
    border: none;
    border-bottom: 3px solid lightskyblue;
    outline: none;
    background-color: transparent;
    box-sizing: border-box;
}

.cservice{
    border: none;
    border-bottom: 3px solid lightskyblue;
    outline: none;
    background-color: transparent;
    box-sizing: border-box;
}

.form-group button {
    width: 50%;
    color: white;
    background-color: #009de2;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.tablist{
    display: flex; justify-content: space-between
}
.scontainer{
    width: 90%;
}
.srow{
    display: flex;justify-content: center;padding: 15px;
    margin-left: 60px;
    margin-right: 60px;
}
.blogwidth{
    width: 31%;
}

.pagination-link-number{
        font-weight: bold;
    color: #049ee2;
    border: 1px solid black;
    border-radius: 5px;
    padding: 2px 8px 2px 8px;
}

.leftcolumn {
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

.footer-text{
    color: white;font-size: 12px;font-weight: bold;
}
/* Adjust styles as needed */



@media (max-width: 768px) {
    .grid{
        display: block;
    }
    .grid-list{
        margin-left: 25%;
    }
    .pgrid{
        display: block !important;
        margin-left: 15% !important;
    }
    .pgrid-list{
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .paitem {
        height: 200px;
        display: flex;
        justify-content: center;
        padding: 10px;
    }
    .pagrid{
        display: block !important;
        margin-left: 10% !important;
    }
    .pagrid-list{
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .text-container h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .text-container {
        top: 55%;
    }
    .carousel-caption{
        top: 45% !important;
		left: 5%;
		
    }
	.carousel-caption h1{
		font-size:10px;
	}
    .about-img{
        position: static !important;
    }
    .testmonial-m{
        margin-top: 20px !important;
        margin-left: 0px !important;
        /* border-radius: 1% !important; */
        padding: 20px !important;
        /* box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.5) !important; */

    }
    .centered {
        background-color: transparent !important;
        padding: 10px !important;
        position: absolute !important;
        top: 40% !important;
        margin-left: 0px !important;
        width: 100% !important;
    }

    .form-group select{
        padding-top: 15px;
        padding-right: 167px;
    }

    .contactus{
        height: 345px !important;
    }
    .bottom-image{
        bottom: 5px !important;
    }
    .newproduct{
        width: auto;
    }
    .atopomage{
        height: 170px !important;
        background-size: cover !important;
    }
    .ctopmage{
        height: 170px !important;
        background-size: contain !important;
    }
    .stopmage{
        height: 160px !important;
        background-size: contain !important;
    }
    .ccontainer{
        margin-left: 5% !important;
    }
    .right-div{
        margin-left: 5px !important;
        margin-top: 15px !important;
    }
    .left-div, .right-div {
        flex: 100%;
        margin-left: 2%;
    }
    .saitem {
    flex: 0 0 calc(33.333% - 10px); /* Three items per row with space between */
    max-width: calc(33.333% - 10px);
    margin-bottom: 20px;
    
}
	.tablist{
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    
}
.nav > li > a {
    /*margin-left: 8px;*/
}
.scontainer{
    width: 100% !important;
}
.srow{
    display: block;
}
.blog-background{
    width: 93%;
    margin-left: 15px;

}
.blogwidth{
    width: 100%;
}
.leftcolumn{
    width: auto !important;
}
.rightcolumn{
    width: auto !important;
}
.footer-text{
    color: white;font-size: 10px;font-weight: bold;
}

.heading h2{
    font-size: 50px !important;
}


}
/*Product-stylesheets-include-here*/
.pgrid{
    display: flex;
    justify-content:flex-start;
    margin-top: 20px;


}

.pgrid-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Four columns */
    grid-gap: 2rem;
    max-width: 80%;
}

.pitem {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center; /* Center the content vertically */
}

.how-section1{
    margin-top:2%;
    padding: 10%;
}
.how-section1 h4{
    color: black;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}

.how-img
{
    text-align: center;
}
.how-img img{
    width: 40%;
}

.blog-background{
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 2%;
    height: 220px;
}

.my-div {
    border-radius: 1%;
    padding: 20px;
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto; /* This centers the div horizontally */
}
#blog .row{
    display: flex;
    align-items: center;
    margin-top: 60px
}


@media (max-width: 768px) {
    #blog .row{
        display: block !important;
        align-items: center!important;
        margin-top: 60px !important;
    }

}

/*Team-stylesheets-include-here*/
#team {
    text-align:center;
    padding:2% 0%;
}
.team-desc {
    padding:15px 10px 15px 10px;
}
.team-main-sec:hover {
    box-shadow: 0 8px 8px rgba(0, 0, 0, .26);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.team-main-sec:hover .team-sec {
    border:1px solid #fff;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.team-main-sec:hover h5 {
    color:#e73131;
}
.team-sec h5 {
    color:#555;
    text-transform:uppercase;
}
.team-social-icon {
    margin-top:20px;
}
.team-desc ul.team-social-icon li {
    display:inline-block;
    padding-right:20px;
}
.team-desc ul.team-social-icon li a i.fa {
    font-size:20px;
    color:#999;
}
.team-desc ul.team-social-icon li a i.fa:hover.fa-facebook-f {
    color:#3b5998;
}
.team-desc ul.team-social-icon li a i.fa:hover.fa-twitter {
    color:#55acee;
}
.team-desc ul.team-social-icon li a i.fa:hover.fa-pinterest-p {
    color:#bd081c;
}
.team-desc ul.team-social-icon li a i.fa:hover.fa-instagram {
    color:#3f729b;
}
.team-desc ul.team-social-icon li a i.fa:hover.fa-google-plus {
    color:#dc4e41;
}
/*Testimonials-stylesheets-include-here*/
#testimonials {
    background-image:url(../images/Testimonials/01.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    height:570px;
    text-align:center;
}
#testimonials .owl-theme .owl-controls .owl-page span{
    background:#e73131;
}


.contactus {
    background-image: url(../images/Testimonials/02.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}
.centered {
    background-color: transparent; /* Set background color of centered div */
    padding: 20px;
    position: absolute;
    top: 70%;
    width: 80%;
    margin-left: 20%
}

.bottom-image {
    position: absolute;
    bottom: 30px;
    width: 40%;
    height: 40px; /* Adjust the height of the bottom image */
    background-image: url('../images/Testimonials/03.png'); /* Replace 'your-image-url' with the URL of your image */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.quote {
    position:relative;
    top:40px;
}
.quote i.fa {
    font-size:35px;
    color:#FFFFFF;
}
#owl-testi {
    position:relative;
    top:65px;
}
#owl-testi p {
    color:#FFFFFF;
    font-weight:normal;
}
#owl-testi h5 {
    color:#FFFFFF;
    line-height:30px;
    padding-top:20px;
}
#owl-testi h6 {
    color:#FFFFFF;
    padding-top:20px;
}
/*Fun-Facts-stylesheets-include-here*/
#fun-facts {
    background-color: #f8f8f8;
    padding:3% 0%;
}
#fun-facts .fun-fact {
    border-right: 1px solid #ddd;
}
#fun-facts .col-md-3:last-child .fun-fact {
    border-right: 0px solid #ddd;
}
#fun-facts .fun-fact i {
    margin-right: 5px;
    color:#666;
}
#fun-facts .fun-fact h6 {
    color:#555;
    font-weight:bolder;
}
/*Blog-stylesheets-include-here*/
#blog {
    text-align:center;
    padding:3% 0% 0% 2%;
}
.blog-info {
    text-align:left;
}
.blog-info h5 {
    font-weight:bold;
    padding-top:10px;
}
.blog-info i.fa {
    float:left;
    margin-right:10px;
    color:#777;
}
.blog-info h6 {
    margin:0;
    color:#666;
    float:left;
}
.blog-info h6:hover, .blog-info h5:hover {
    color:#e73131;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.data-meta {
    background:#444;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
    padding: 6px 15px
}
.data-meta h4 {
    color:#FFFFFF;
    margin:0;
    font-size:18px;
    font-weight:bold;
}
a.btn-blg {
    color:#666;
}
a.btn-blg:hover {
    color:#e73131;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.blog-info p {
    text-align:justify;
    padding-top:5px;
}
.blog-info ul.blog-icon {
    margin:0;
    padding:0;
}
.blog-info ul li {
    display:inline-block;
}
.blog-info ul li.comment {
    margin-left:10px;
}
/*Client-stylesheets-include-here*/
#client {
    text-align:center;
    position:relative;
    padding:70px 0px 10px 0px;
}
.client-logo a {
    opacity:0.4;
    display:table;
    margin:0 auto;
}
.client-logo a:hover {
    opacity:1;
    transition:all 0.5s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
/*Contact-stylesheets-include-here*/
#contact {
    text-align:center;
    padding:3% 0% 0% 2%;
}
.contact-sec-1 {
    text-align:left;
}
.contact-sec-1 h4 {
    font-weight:bold;
}
.contact-sec-1 ul.contact-form li i.fa {
    color:#666;
    float:left;
    margin-right:10px;
}
.contact-sec-1 ul.contact-form li h6 {
    font-size:14px;
    color:#666;
    margin:0;
}
.contact-sec-1 ul {
    padding:0;
    position: relative;
    top: 20px;
}
.contact-sec-1 ul li {
    display:block;
    padding-bottom: 30px;
}
.contact-sec-1 ul li a {
    color:#666;
}
.contact-sec-1 ul li a:hover {
    color:#e73131;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
label {
    font-size:15px;
    font-weight:normal;
    float:left;
    margin:0px 0px 20px 0px;
}

textarea.form-control {
    min-height: 120px;
    resize: none;
}
.form-control {
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 0;
    box-shadow: none;
}
/*Footer-stylesheets-include-here*/
#footer {
    text-align:center;
}
#footer .bg-sec h2 {
    color:#FFFFFF;
    font-size:25px;
    font-weight:normal;
}
#footer-down {
    position:relative;
    top:10px;
    text-align:center;
}
#footer-down h2 {
    color:#444;
    margin:20px 0px 40px 0px;
    text-transform:none;
}
#footer-down ul li {
    display:inline-block;
    margin-right:20px;
}
#footer-down ul li a i.fa {
    color:#999;
    font-size:22px;
    border:2px solid #999;
    height:50px;
    width:50px;
    border-radius:50px;
    padding:25%;
}
#footer-down ul li.facebook i.fa:hover {
    color:#3b5998;
    border:2px solid #3b5998;
}
#footer-down ul li.twitter i.fa:hover {
    color:#00aced;
    border:2px solid #00aced;
}
#footer-down ul li.linkedin i.fa:hover {
    color:#007bb6;
    border:2px solid #007bb6;
}
#footer-down ul li.google-plus i.fa:hover {
    color:#dd4b39;
    border:2px solid #dd4b39;
}
#footer-down ul li.youtube i.fa:hover {
    color:#bb0000;
    border:2px solid #bb0000;
}
#footer-down ul li.instagram i.fa:hover {
    color:#517fa4;
    border:2px solid #517fa4;
}
#footer-down ul li.behance i.fa:hover {
    color:#1769ff;
    border:2px solid #1769ff;
}

/*Index-1-Stylesheets-End-Here*/



/*Index-3-Stylesheets-Start-Here*/

/*Full-screen-menu-stylesheet-include-here*/
.top-animate {
    background: #e73131 !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.mid-animate {
    opacity: 0;
}
.bottom-animate {
    background: #e73131 !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-225deg);
}
.top-menu,
.mid-menu,
.bottom-menu {
    width: 28px;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
}
.top-menu {
    top: 5px;
}
.mid-menu {
    top: 13px;
}
.bottom-menu {
    top: 21px;
}
.menui {
    background: #e73131;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
    margin-top: 10px;
    position: absolute;
}
.menu-trigger {
    z-index: 999;
    position: fixed;
    display: block;
    padding: 9px;
    height: 32px;
    width: 32px;
    margin: 0px;
    top: 45px;
    right: 115px;
}
.mobilenav {
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}
.mobilenav li {
    list-style-type: none;
    text-align: center;
    padding: 10px;
    font-size: 220%;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}
.mobilenav li:last-child div {
    border-bottom: none;
}
.mobilenav li:hover {
    cursor: pointer;
}
.nav-label {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    display: block;
    width: 350px;
    margin: 0 auto;
}
.mobilenav li:first-child {
    margin-top: 60px;
}
.slider-content{
    position:absolute;
    left: 5%;
    right: 15px;
    top: 27%;
    font-size: 15px;
    text-align:center;
    color: #fff;
    text-shadow: none;
}
.slider-content h1{
    font-size:51px;
    text-transform:uppercase;
    font-weight:bolder;
    line-height:80px;
}
.slider-content h2{
    font-size:25px;
    color:#FFFFFF;
    font-weight:bolder;
    padding:10px 0px 20px 0px;
}
.slider-content p{
    color:#fff;
    font-size:16px;
    font-weight:inherit;
    line-height:30px;
}
/*Index-3-Stylesheets-End-Here*/

/*Index-4-Stylesheets-Start-Here*/
#slider-video {
    position: relative;
}
.hero-section {
    height: 100%;
    padding:18% 0% 11% 0%;
    overflow: hidden;
}
.hero-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}
.hero-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    padding-bottom: 10%;
}
.hero-text h5{
    color:#FFFFFF;
    text-transform:none;
    padding-top:15px;
}
.video-background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.video-background {
    width: 100%;
}
.parallax-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/banner/overaly.png")repeat;
}
a.btn-learn {
    height: 50px;
    width: 50px;
    color: #e73131;
    border: 2px solid #e73131;
    padding: 1% 2%;
    font-size: 15px;
    position: relative;
    top: 40px;
}
a.btn-learn:hover {
    background:#e73131;
    color:#fff;
    transition:all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*Index-4-Stylesheets-End-Here*/

/*Index-5-Stylesheets-Start-Here*/
#slider-parallax .owl-theme .owl-controls .owl-page span{
    background:none;
}
#slider-parallax {
    background:url(../images/Slider/10.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat:no-repeat;
    margin: auto;
}
#slider-parallax {
    height: 680px;
}
.parallex-content{
    position:absolute;
    left: 5%;
    right: 15px;
    top: 35%;
    font-size: 15px;
    text-align:center;
    color: #fff;
    text-shadow: none;
}
.slide-sec{
}

.slide-sec-1{
    text-align:right;
}
.slide-sec-2{
    text-align:left;
    padding:0;
}
.parallex-content h1{
    font-size:51px;
    text-transform:uppercase;
    font-weight:bolder;
    line-height:80px;
}
.parallex-content h2{
    color:#FFFFFF;
    text-transform:uppercase;
    font-weight:bolder;
}
.line-parallex {
    border:2px solid #fff;
    width:15%;
    margin-bottom:30px;
}
.parallex-content h6{
    color:#fff;
}

.team-img img
{
    height: 350px;
}

.media-29101 img {
  margin-bottom: 20px;
  height:80% !important;}

.media-29101 h3 {
  font-size: 18px;
  font-weight: 900 !important; }
  .media-29101 h3 a {
    color: #6c757d; }

.owl-2-style .owl-nav {
  display: none; }

.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .owl-2-style .owl-dots .owl-dot {
    display: inline-block; }
    .owl-2-style .owl-dots .owl-dot span {
      display: inline-block;
      width: 15px;
      height: 3px;
      border-radius: 0px;
      background: #cccccc;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      margin: 3px; }
    .owl-2-style .owl-dots .owl-dot.active span {
      background: #007bff; }
    .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
      outline: none; }

/*Basic-Stylesheets-End-Here*/