.header-left {
    display: flex;
    align-items: center;
    /* height: 100%; */
    background: var(--theme);
    padding: 4px 10px;
}

.header-main .header-right {
    background: var(--bgrgb);
    padding: 0px 24px;
    width: 85.48%;
}
.header-section-2::before {
    display: block;
    content: "";
    background-color: var(--theme);
    flex: 1;
    position: absolute;
    width: 17%;
    height: 100%;
}


.header-section-2::after {
    display: block;
    content: "";
    background-color: var(--bgrgb);
    flex: 1;
    position: absolute;
    width:5.65%;
    height: 100%;
    right: 0px;
}


.social-icon {
    gap: 28px;
    margin: 0px 20px;
}

  .social-icon a {
    color: var(--white);
  }
  .achivements-section{ position: relative;}
  .achivements-section::after{   display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--bgrgb);
    position: absolute;
    left: 0px;
    top: 0px;

  }

  .achivements-wrapper{ position: relative; z-index: 33;}



.features-bar {
	padding-top   : 0;
	padding-bottom: 0px;
	overflow      : visible;
}

.features-bar .features-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -webkit-transform: translateY(-62px);
    -ms-transform: translateY(-62px);
    transform: translateY(-62px);
    position: relative;
    z-index: 55;
    margin-bottom: -62px;
    position: absolute;
    margin: 0 auto;
    /* left: 10%; */
}


@media screen and (max-width: 991.98px) {
	.features-bar .features-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0px;
        position: relative;
    }
}

.features-bar .features-container .feature-head {
	-webkit-box-flex : 1;
	-ms-flex-positive: 1;
	flex-grow        : 1;
	background-color : var(--theme);
	padding          : 50px 20px 45px 50px;
}

@media screen and (min-width: 992px) {
	.features-bar .features-container .feature-head {
		border-radius: 4px 0 0 4px;
	}
}

.features-bar .features-container .feature-head p {
	font-family   : "Roboto", sans-serif;
	font-weight   : 700;
	font-size     : 15px;
	line-height   : 1;
	color         : #ffffff;
	margin-bottom : 0;
	text-transform: capitalize;
	margin-bottom : 24px;
}

.features-bar .features-container .feature-head h6 {
	font-family   : "Rubik", sans-serif;
	font-weight   : 500;
	font-size     : 34px;
	line-height   : 41px;
	margin-bottom : 0;
	color         : #ffffff;
	text-transform: capitalize;
}

.features-bar .features-container .feature-panel {
	background-color: #ffffff;
	padding         : 45px 30px 40px;
}

@media screen and (min-width: 992px) {
	.features-bar .features-container .feature-panel {
		max-width   : 255px;
		border-right: 2px solid #eaeaea;
	}

	.features-bar .features-container .feature-panel:last-child {
		border-right: 0;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	.features-bar .features-container .feature-panel:last-child {
		border-radius: 0px 4px 4px 0px;
	}
}

@media screen and (max-width: 991.98px) {
	.features-bar .features-container .feature-panel {
		border-bottom: 2px solid #eaeaea;
	}

	.features-bar .features-container .feature-panel:last-child {
		border-bottom: 0;
	}
}

.features-bar .features-container .feature-panel h6 {
	font-family   : "Rubik", sans-serif;
	font-weight   : 700;
	font-size     : 20px;
	line-height   : 25px;
	color         : #282828;
	margin-bottom : 8px;
	text-transform: capitalize;
}

.features-bar .features-container .feature-panel p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #000000;
}

.features-bar .features-container .feature-panel a {
	display           : -webkit-inline-box;
	display           : -ms-inline-flexbox;
	display           : inline-flex;
	width             : 20px;
	height            : 20px;
	background-color  : var(--theme2);
	-webkit-box-pack  : center;
	-ms-flex-pack     : center;
	justify-content   : center;
	-webkit-box-align : center;
	-ms-flex-align    : center;
	align-items       : center;
	border-radius     : 50%;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

.features-bar .features-container .feature-panel a:hover {
	-webkit-transform: translateX(10px);
	-ms-transform    : translateX(10px);
	transform        : translateX(10px);
	background-color : #1b1a1a;
}

.features-bar .features-container .feature-panel a i {
	color    : #ffffff;
	font-size: 10px;
}


.banner-section-five video {
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 650px;
    height: 80vh;
    position: relative;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}


.banner-section-five .banner-text {
    position: absolute;
    z-index: 8;
    left: 0px;
    right: 0px;
    top: 10%;
    bottom: 0px;
}
.banner-section-five .content-box {
    position: relative;
    z-index: 2;
    padding: 187px 0 218px;
    max-width: 900px;
}



@media(max-width: 1199.98px) {
    .banner-section-five .content-box {
        padding:280px 0 160px
    }
}

@media only screen and (max-width: 1023.98px) {
    .banner-section-five .content-box {
        padding:220px 0 160px
    }
}

@media(max-width: 767.98px) {
    .banner-section-five .content-box {
        padding:113px 0 150px
    }
}

.banner-section-five .content-box .content-box-inner {
    position: relative
}

.banner-section-five .content-box .anim-icons {
    pointer-events: none
}

.banner-section-five .content-box .image {
    position: absolute;
    height: 160px;
    width: 206px;
    right: -16px;
    margin-bottom: 0;
    top: 30px
}

@media(max-width: 767.98px) {
    .banner-section-five .content-box .image {
        height:146px;
        width: 140px;
        right: 180px
    }
    
}

@media(max-width: 575.98px) {
    .banner-section-five .content-box .image {
        height:117px;
        width: 101px;
        right: 80px;
        top: -10px
    }
    .footer3 .col-12:nth-child(2), .footer3 .col-12:nth-child(3){ display: none;}
    .logo-m img{ height: 70px;}
}

.banner-section-five .content-box .play-btn {
    background-color: var(--theme-color2);
    border-radius: 50%;
    outline: 1px solid var(--text-color-bg-theme-color2);
    outline-offset: 4px;
    font-size: 16px;
    color: var(--text-color-bg-theme-color2);
    font-weight: 600;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    line-height: 60px;
    width: 60px
}

.banner-section-five .content-box .play-btn:hover {
    background-color: var(--text-color-bg-theme-color2);
    color: var(--theme-color2);
    outline-color: var(--text-color-bg-theme-color2)
}

.banner-section-five .content-box .sub-title {
    position: relative;
    display: block;
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 15px
}

.banner-section-five .content-box .title {
    color: var(--white);
    font-size: 50px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0;
    margin-bottom: 50px;
}

@media only screen and (min-width: 1400px) and (max-width:1599px) {
    .header-section-2::after {
    
        width: 3.25%;
    
    }
    }

@media only screen and (min-width: 1400px) and (max-width:1599px) {
    .header-section-2::after {
    
        width: 3.95%;
    
    }
    }


@media(max-width: 767px) {
    .service-section {
        padding-top: 50px;
    }
    .banner-section-five .content-box .title {
        font-size: 25px;
        font-weight: 700;
        line-height: 34px;
    }

    .banner-section-five video {
        width: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 504px;
        height: 54vh;
        position: relative;
    }

    .banner-section-five video {
        min-height: 504px;
        height: 54vh;
    }

    .header-right .social-icon{ display: none !important;}

    .header-main .header-right {
        width: 33.48%;
    }
    .header-section-2::after {
        width: 7.25%;
        height: 91%;
        right: 0px;
    }
    .header-section-2::before {
        width: 17%;
        height: 93%;
    }
    .header-left {
        padding: 10px 10px;
    }
    .header-section-2 {
        height: 5rem;
        z-index: 999;
        margin-top: 1rem;
    }

    .header-2 .header-right .search-item .sidebar__toggle {
        display: inherit;
      }

      .team-box-items .team-image img {
        width: 100%;
        height: 100%;
        object-position: top;
    }
    .team-box-items .team-content {
        padding: 12px 9px;
    
    }

    .team-box-items .team-content h5 {
        font-size: 18px;
        margin-bottom: 7px;
        width: 114px;
        height: 75px;
    }
    .contact-info-area .contact-info-items .content{ width: 231px;}
    .contact-info-area {
      
        padding: 45px 12px;
    
    }

    .footer-widgets-wrapper {
        padding: 25px 0 23px;
    }
    .footer-section::before {
        background-position: center;
    }

    .sticky {
    
        padding: 0px 0px;
    }
}
