.navbar-brand {
    padding: 0px 5px;
}

.navbar-brand>img {
    display: block;
    width: 80%;
    padding-top: 10px;
}

.navbar-toggle .icon-bar {
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    width: 28px;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent !important;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    background: #4B93EA;
    top: 0;
    transform: rotate(-45deg);
}

.navbar-toggle.active span:nth-child(4) {
    margin-top: -2.5px;
    transform: rotateZ(45deg);
}

.single-input-searchbox input {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #4B93EA;
    height: 50px;
    width: 500px;
}

.single-input-searchbox button {
    background: transparent none repeat scroll 0 0;
    color: #FBB235;
}

.searchboxinput {
    background: rgba(0, 0, 0, .75);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 20;
    display: none;
}

.single-input-searchbox {
    border-bottom: 1px solid #4B93EA;
    display: inline-block;
    left: 50%;
    margin-left: -250px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}

.menu .closebtn {
    display: none;
    color: #4B93EA
}


/*top and nav bar area*/

ul.topaddres li {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-right: 50px;
    font-family: 'Open Sans', sans-serif;
}

ul.topaddres li span {
    padding-right: 10px;
    font-size: 14px;
    color: #fff;
}

.social-link a {
    color: #fff;
    font-size: 12px;
    margin-right: 8px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 20px;
    text-align: center;
}

.social-link a:last-child {
    margin-right: 0;
}

.social-link a:hover {
    color: #4B93EA;
}

.topbar-area {
    padding: 8px 0;
    background: #4B93EA;
}


/*end of topbar css*/

.constructo-menu-area {
    transition: 1s;
    position: relative;
    z-index: 55;
    background: #fafafa;
}

.sticky {
    background: #fafafa;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 2px 3px #e5e5e5
}

.menu li a {
    color: #6a6a6a;
    font-family:  'Oswald', sans-serif;
    font-weight: 500;
    font-size: 17px;
    -webkit-transition: .4s;
    transition: .4s;    
    line-height: 74px;
    position: relative;
    margin-right: 2px;
    text-align: center;
    text-transform: uppercase;
}

.menu li a:before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #4B93EA;
    content: "";
    bottom: 34px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.menu li.active a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.menu li a:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.menu li a:hover,
.menu li.active a {
    color: #4B93EA;
}

.menu li.searchbtn,
.menu li.closebtn {
    font-family: 'fontawesome';
    line-height: 70px;
    padding-left: 20px;
    cursor: pointer;
}


/*end of menu area*/

.constructo-home-area {
    position: relative;
}

.constructo-home-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}

.positionstat {
    position: static !important;
}

.parallax {
    background-attachment: fixed;
}

.welcome-text h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.sliderthree .welcome-text h1 {
    display: inline-block;
}

.welcome-text h1.titlecolor {
    color: #fba919;
    padding-bottom: 25px;
}

.welcome-text {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.btn-start {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 250px;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
}

.btn-start.mr0 {
    margin-right: 0 !important
}

.btn-start.borderw {
    border: 1px solid #fff;
    margin-right: 20px
}

.btn-start:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #fba919;
    -webkit-transition: .4s;
    transition: .4s;
    width: 0;
    border-radius: 3px;
}

.btn-start.active:before {
    width: 100%;
}

.btn-start.active {
    border-radius: 3px;
    border: 0;
    margin-right: 20px
}

.btn-start:hover {
    color: #fff;
    border-color: #fba919
}

.btn-start:hover:before {
    width: 100%;
    border-radius: 3px;
}

.btn-start span {
    position: relative;
    z-index: 1
}

.blinking button {
    background: none;
}

.welcome-btn {
    padding-top: 50px;
}

.homeprev {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #5b5d5f;
    border-radius: 50%;
    color: #5b5d5f;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    left: 2%;
    top: 50%;
    width: 50px;
    z-index: 5
}

.positionstat,
.home-slider-active {
    position: static;
}

.slick-arrow {
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 24px
}

.slick-arrow:hover {
    background: #fba919;
    color: #343434;
    border: 0
}

.homenext {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #5b5d5f;
    border-radius: 50%;
    color: #5b5d5f;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    right: 2%;
    top: 50%;
    width: 50px;
    z-index: 4
}


/*end of home area*/

.get-btn {
    margin-top: 23px;
}

.get-btn a {
    background: #fff none repeat scroll 0 0;
    color: #343434;
    display: inline-block;
    font-weight: 700;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 250px;
    border-radius: 3px;
    -webkit-transition: .4s;
    transition: .4s;
}

.get-btn a:hover {
    color: #fff;
    background: #343434;
}

.constructo-get-quote-area {
    background: #fba919 none repeat scroll 0 0;
    color: #fff;
    padding: 50px 0;
}

.get-quate-content h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding-bottom: 20px
}

.get-quate-content {
    font-size: 16px;
    font-weight: 400
}


/*end of get quate area*/


/*start features area*/

.constructo-features-area {}

.features-icon {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdcdd;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    width: 100px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.single-features h4 {
    color: #343434;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700
}

.single-features h4::before {
    background: #343434 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
}

.single-features {
    font-weight: 100;
    color: #6a6a6a
}

.ficonh {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.features-icon:before {
    width: 90%;
    height: 90%;
    background: #4B93EA;
    left: 5%;
    top: 5%;
    content: "";
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%
}

.ficon3 {
    -webkit-transition: .4s;
    transition: .4s
}

.single-features:hover .features-icon:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-features:hover .features-icon {
    border-color: #fba919
}

.single-features:hover .ficonh {
    opacity: 1
}

.single-features:hover .ficon3 {
    opacity: 0
}


/*end of features area*/


/*start about us section*/

.section-title {
    position: relative;
}

.section-title p {
    margin: 15px 0
}

.section-title:before {
    position: absolute;
    width: 100%;
    height: 100%;
}

.about-img2 {
    bottom: 6%;
    box-shadow: 1px 1px 4px 1px #cecece;
    position: absolute;
    right: 0;
    z-index: 4;
    padding: 10px;
    background: #f4f5f9;
}

.aboutUs-img img {
    box-shadow: 1px 1px 4px 1px #cecece;
    padding: 10px;
    background: #f4f5f9;
}

.about-list ul li {
    color: #6a6a6a;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.about-list ul li::before {
    background: #fba919 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "";
    font-family: fontawesome;
    height: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 5%;
    width: 20px;
    line-height: 20px;
}

.btn-readmor {
    background: #4B93EA none repeat scroll 0 0;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 150px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-top: 40px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 1px #cecece;
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff
}

.btn-readmor:hover {
    background: #000;
    color: #fff;
    box-shadow: 0
}


/*end of about us area*/


/*start project area*/

.constructo-project-section {
    background: #f4f5f9;
}

.isotop-nav ul {
    display: inline-block;
    background: #fff;
}

.isotop-nav ul li {
    display: inline-block;
    padding: 0px 30px;
    line-height: 60px;
    font-size: 14px;
    font-weight: 700;
    color: #999999;
    cursor: pointer;
    position: relative;
}

.isotop-nav ul li:before {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fba919;
    content: "";
    left: 0;
    bottom: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .4s;
    transition: .4s;
}

.isotop-nav ul li:hover {
    color: #fba919
}

.isotop-nav ul li.current:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.isotop-nav ul li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.pro-title {
    background: #fff none repeat scroll 0 0;
    position: relative;
    text-align: left;
    padding-left: 40px;
}

.pro-title .pro-dat {
    background: #fba919 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 55px;
    position: absolute;
    right: 10%;
    text-align: center;
    top: -30px;
    width: 50px;
    z-index: 2;
    box-shadow: 1px 1px 1px #ddd;
    display: none
}

.pro-title h4 {
    line-height: 60px;
    color: #6a6a6a;
    font-weight: 600
}

.constructo-single-project {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 3px 4px -1px #c5c6c9;
    margin-bottom: 30px;
}

.isotop-active {
    padding-top: 60px;
}

.project-img {
    position: relative;
    overflow: hidden;
}

.project-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: rgba(235, 235, 235, 0);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(2);
    transform: scale(2);
    z-index: 1
}

.constructo-single-project:hover .project-img:before {
    background: rgba(235, 235, 235, .75);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.constructo-single-project img {
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pro-hover a {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    line-height: 100px;
    color: #fff
}

.pro-hover {
    background: rgba(33, 33, 33, .3) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    height: 100px;
    left: 50%;
    line-height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.constructo-single-project:hover .pro-hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.getMore-project a {
    background: #fba919 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 3px 3px 2px #c5c6c9;
    display: inline-block;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 150px;
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: 50px;
    font-family: 'Open Sans', sans-serif;
    color: #fff
}

.getMore-project a:hover {
    background: #fff none repeat scroll 0 0;
    color: #fba919;
}


/*end of project area*/


/*start count down area*/

.constructo-count-down {
    background: url(img/countbg.png) no-repeat center center / cover;
    color: #fff;
    position: relative;
    font-family: 'Oswald', sans-serif;
}

.constructo-count-down.parallax {
    background-attachment: fixed;
}

.constructo-count-down:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, .7);
}

.count-icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    margin-bottom: 25px;
    text-align: center;
    width: 100px;
}

.single-countdown h2 {
    font-size: 36px;
    padding-bottom: 15px
}


/*end of count down area*/

.imrn-client-details i {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 100px;
    width: 100px;
    height: 80px;
    overflow: hidden;
    color: #999999;
}

.constructo-client-section {
    background: #f4f5f9;
    font-size: 24px;
    color: #999999;
    font-weight: 400
}

.client-name h4 {
    color: #fba919;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px
}

.client-name {
    margin-top: 50px;
}

.client-name p {
    font-size: 14px;
}

.details-nav img {
    display: inline-block;
}

.details-nav {
    text-align: center;
}

.details-nav .slick-slide.slick-current.slick-active.slick-center:before {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
}

.details-nav .slick-slide::before {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 15%;
    position: absolute;
    top: 0;
    width: 70%;
}

.details-nav .slick-slide.slick-cloned.slick-active {
    opacity: 1
}

.details-nav .slick-slide.slick-active {
    opacity: 1;
}

.details-nav .slick-slide img {
    border: 7px solid #fff;
    border-radius: 50%
}

.details-nav .slick-slide.slick-cloned,
.details-nav .opacity0 {
    opacity: 0
}

.details-nav {
    margin-top: 50px;
}

.slick-prev.clientprev {
    background: #fba919 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -60px;
    font-size: 17px;
    font-weight: 700;
    height: 30px;
    left: 46.5%;
    position: absolute;
    width: 30px;
    z-index: 5;
    color: #fff;
    box-shadow: 2px 2px 2px #cccdd0;
}

.slick-next.clientnext {
    background: #fba919 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -60px;
    color: #fff;
    font-weight: 700;
    height: 30px;
    position: absolute;
    right: 46.5%;
    width: 30px;
    z-index: 5;
    font-size: 17px;
    box-shadow: 2px 2px 2px #cccdd0
}

.slick-prev.clientprev:hover,
.slick-next.clientnext:hover {
    background: #fff;
    color: #333
}


/*end of client area*/

.constructo-brand-slider img {
    display: inline-block;
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}

.brand-img:hover img {
    opacity: 1
}

.constructo-brand-slider {
    background: #fff;
    line-height: 150px;
}

.brand-img {
    cursor: move;
    ;
}


/*end of brand area*/


/*start news area*/

.constructo-latest-news-section {
    background: url(img/newsbg.jpg) no-repeat center center / cover;
    position: relative;
    overflow: hidden;
}

.constructo-latest-news-section.parallax {
    background-attachment: fixed;
}

.constructo-latest-news-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, .75);
}

.constructo-latest-news-section .section-title {
    color: #fff
}

.constructo-latest-news-section .section-title h2 {
    color: #fff
}

.single-news h3 {
    color: #454545;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}

.single-news {
    background: #fff none repeat scroll 0 0;
    color: #999999;
    padding: 30px 20px 20px;
}

.posted-by span {
    color: #fba919;
}

.posted-by {
    color: #6a6a6a;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 30px;
}

.news-img {
    text-align: center;
    position: relative;
}

.news-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0);
    content: "";
    -webkit-transition: .4s;
    transition: .4s
}

.news-hover a {
    background: rgba(52, 52, 52, .3) none repeat scroll 0 0;
    border-radius: 50%;
    height: 100px;
    left: 50%;
    line-height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 5;
    font-size: 30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff
}

.constructo-single-news:hover .news-img:before {
    background: rgba(255, 255, 255, .75);
}

.constructo-single-news:hover a {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.news-img img {
    display: inline-block;
    width: 100%
}

.active-news-slider .slick-dots {
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

.active-news-slider .slick-dots li {
    display: inline-block;
}

.active-news-slider .slick-dots li button {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 0;
    height: 15px;
    margin-right: 5px;
    width: 15px;
}

.active-news-slider .slick-dots li.slick-active button {
    background: #fba919 none repeat scroll 0 0;
}

.active-news-slider .slick-dots li:last-child button {
    margin-right: 0;
}


/*end of news section area*/

.constructo-footer-top {
    background: #fba919;
    color: #fff
}

.footer-top-content h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.footer-top-content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 20px;
}

.contat-usf {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    color: #343434;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    text-align: center;
    width: 150px;
}

.contat-usf:hover,
.contat-usf:focus {
    color: #343434 !important
}

.learn-moref {
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    width: 150px;
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff
}

.learn-moref:hover,
.learn-moref:focus {
    color: #343434;
    background: #fff;
    border: 1px solid #fff;
}

.constructo-copyright {
    padding: 30px 0;
    color: #999999;
    position: relative;
}

.scroll-top {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #343434;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 4%;
    text-align: center;
    top: -25px;
    width: 50px;
    z-index: 4;
}

.scroll-top a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 50px;
    border-radius: 50%;
    transition: .4s
}

.scroll-top a:hover {
    background: #000;
    color: #fff;
}

.footer-link a {
    color: #999999;
    -webkit-transition: .4s;
    transition: .4s;
    margin-right: 15px
}

.footer-link a:hover {
    color: #fba919
}


/*jquery preloader*/

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 988899;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('img/loader.gif') no-repeat center center;
}


/*end of home page title*/

.constructo-page-title-area {
    display: table;
    height: 250px;
    width: 100%;
    background: url(img/home1.jpg) no-repeat center center;
    position: relative;
}

.display-cell {
    display: table-cell;
    vertical-align: middle;
}

.constructo-page-title-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
}

.constructo-page-title h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.constructo-page-title h1.titlecolor {
    display: block;
    color: #fba919;
    padding-bottom: 25px;
}

.constructo-page-title {
    position: relative;
    z-index: 2
}

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    margin-bottom: 10px;
}

.breadcrumb a {
    color: #fff
}


/*end of page title area*/


/*start whychoose us area*/

.constructo-whychoose-us {
    position: relative;
    background: url(img/whybg.png) no-repeat center center / cover;
    background-attachment: fixed;
}

.constructo-whychoose-us:before {
    position: absolute;
    width: 50%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: #fba919;
}

.panel-title a {
    background: #fff none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    position: relative;
}

.panel-heading {
    padding: 0;
}

.panel-title a:hover {
    color: #fba919
}

.panel-default {
    border: 0
}

.panel-group .panel {
    box-shadow: 0 1px 1px #cb8914;
    margin-bottom: 10px;
    border-radius: 0
}

.panel-heading.active a:before {
    position: absolute;
    content: "\f00d";
    right: 5%;
    top: 0;
    height: 100%;
    font-family: 'fontawesome';
    color: #fba919
}

.panel-heading.active a {
    color: #fba919
}

.panel-heading a:before {
    position: absolute;
    content: "\f067";
    right: 5%;
    top: 0;
    height: 100%;
    font-family: 'fontawesome';
    color: #6a6a6a
}

.panel-body p {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

.best-feature-title h2 {
    font-family: 'Oswald', sans-serif;
    color: #fff
}

.best-feature-title {
    margin-bottom: 50px;
}

.panel-body {
    border-top: 3px solid #d38e15 !important;
}

.single-chose>h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-chose>h4 span {
    color: #fba919;
    padding-right: 15px;
}

.single-chose {
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px;
}

.single-chose:last-child {
    margin-bottom: 0;
}


/*end o why choose us area*/

.single-team h3 {
    color: #454545;
    padding-top: 25px;
    text-transform: uppercase;
}

.single-team {
    box-shadow: 1px 1px 3px 1px #d9d9d9;
    -webkit-transition: .4s;
    transition: .4s
}

.single-team {
    padding-bottom: 25px;
}

.team-hover {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.team-img {
    position: relative;
}

.team-img img {
    width: 100%
}

.team-hover a {
    background: rgba(52, 52, 52, .3) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    width: 100px;
    font-weight: 700;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s;
    transition: .4s
}

.single-team:hover .team-hover {
    background: rgba(255, 255, 255, .75) none repeat scroll 0 0;
}

.single-team:hover a {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-team:hover {
    box-shadow: 2px 2px 3px 1px #d9d9d9;
}

.active-team-slider .slick-list {
    padding: 10px 0
}

.active-team-slider li {
    display: inline-block;
}

.active-team-slider ul {
    text-align: center;
    margin-top: 30px;
}

.active-team-slider ul li button {
    background: #999999 none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 0;
    height: 15px;
    margin-right: 7px;
    width: 15px;
}

.active-team-slider ul li:last-child button {
    margin-right: 0;
}

.active-team-slider ul li.slick-active button {
    background: #fba919 none repeat scroll 0 0;
}


/*end of team slider section*/



.constructo-contactUs-area .section-title h2 {
    color: #fba919;
}

.constructo-contactUs-area .section-title {
    color: #fba919;
}

.googlemap {
    height: 573px;
    width: 100%;
}

input.single-input {
    width: 100%;
    display: block;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #ccc;
    color: #ccc;
    margin-bottom: 30px;
}

.contact-form {
    background: #fff;
    padding: 20px;
    border: 2px solid #cacaca;
}

textarea.single-input {
    height: 130px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    resize: none;
    color: #ccc
}

.submit {
    background: #fba919 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d9d9d9;
    color: #fff;
    font-weight: 700;
    height: 50px;
    margin-top: 50px;
    width: 190px;
}


/*end of contact us page css*/


/*start services page css*/

.constructo-single-services {
    background: #f4f5f9 none repeat scroll 0 0;
    box-shadow: 1px 1px 2px 1px #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.constructo-single-services:hover {
    box-shadow: 2px 2px 2px 1px #d9d9d9;
}

.services-content {
    padding-left: 20px;
    padding-right: 20px;
}

.services-content h3 {
    color: #343434;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 25px;
    font-family: 'Oswald', sans-serif;
}

.services-content {
    color: #999999;
    font-size: 14px;
}

.services-btn {
    background: #fba919 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #c7c8cb;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 150px;
    font-family: 'Open Sans', sans-serif;
}

.services-btn:hover,
.services-btn:focus {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}


/*end of services css*/


/*star news page csss*/

.read-more {
    background: #fba919 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 150px;
}

.read-more:hover,
.read-more:focus {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

.single-news-post {
    box-shadow: 1px 1px 3px 1px #d0d0d4;
    color: #999999;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
}

.constructo-news-post-area {
    background: #f4f5f9;
}

.post-title>h2 {
    color: #343434;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 8px;
}

.post-title {
    margin-top: 30px;
}

.date {
    color: #6a6a6a;
    font-size: 14px;
    margin-bottom: 30px;
}

.date span {
    color: #fba919;
}

.widget-post-title {
    color: #343434;
    font-size: 12px;
    padding: 15px 0 0;
}

.widget-title h2 {
    color: #fba919;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.widget-title {
    margin-bottom: 20px;
    padding-top: 30px;
}

.widgetnext {
    background: #fba919 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    height: 35px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.widgetprev {
    background: #fba919 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    height: 35px;
    text-align: center;
    width: 100%;
}

.widgetnext:hover,
.widgetprev:hover {
    background: #000;
    color: #fff
}

.widget-single-slider {
    padding: 0 20px;
}

.single-sidebar {
    box-shadow: 1px 2px 3px 1px #e6e7ea;
    margin-left: 20px;
    margin-bottom: 30px;
    background: #fff;
}

.widget-single-slider {
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
}

.widget-single-slider:before {
    width: 80%;
    left: 10%;
    height: 1px;
    background: #ccc;
    content: "";
    left: 10%;
    top: -1%;
    position: absolute;
}

.beforen::before {
    display: none;
}

.single-sidebar ul {
    padding: 0 20px 20px;
}

.single-sidebar ul li a {
    border-bottom: 1px solid #e5e5e5;
    color: #343434;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    -webkit-transition: .2s;
    transition: .2s
}

.single-sidebar ul li a:hover {
    color: #fba919;
    border-color: #fba919
}

.single-side-features {
    padding: 20px;
    padding-bottom: 40px;
}

.single-side-features a {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    padding-bottom: 20px;
}

.sideimg {
    float: left;
    margin-right: 10px;
    width: 75px;
}

.side-title {
    color: #343434;
    font-size: 12px;
    font-weight: 700;
    padding-left: 85px;
}

.side-title span {
    color: #fba919;
}

.side-title p:last-child {
    color: #999999;
    margin-top: 10px;
}

.side-slidernext {
    background: #fba919 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    height: 30px;
    right: 40%;
    position: absolute;
    width: 30px;
    bottom: 2%;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5
}

.side-sliderprev {
    background: #fba919 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    height: 30px;
    left: 40%;
    position: absolute;
    width: 30px;
    bottom: 2%;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5
}

.side-sliderprev:hover,
.side-slidernext:hover {
    background: #000;
    color: #fff
}

blockquote {
    border-left: 0;
    font-size: 18px;
    margin: 20px 0 20px;
    padding: 0;
    color: #fba919
}

.single-news-paddint {
    padding-top: 50px;
}

.single-news-active .single-news-post {
    margin: 5px;
    background: #fff;
}

.singlepos-slidernext {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -80px;
    box-shadow: 1px 1px 2px #bebfc2;
    color: #343434;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    position: absolute;
    right: 43%;
    width: 40px;
    -webkit-transition: .4s;
    transition: .4s
}

.singlepos-sliderprev {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -80px;
    box-shadow: 1px 1px 2px #bebfc2;
    color: #343434;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    position: absolute;
    left: 43%;
    width: 40px;
    -webkit-transition: .4s;
    transition: .4s
}

.singlepos-slidernext:hover,
.singlepos-sliderprev:hover {
    background: #fba919;
    color: #fff
}

.fnt-italic {
    color: #6a6a6a;
    font-size: 18px;
    font-style: italic;
    margin-top: 40px;
}

.parallaxsection {
    background: none;
}

.parallax-window {
    min-height: 860px;
    position: absolute;
    width: 100%;
    top: 0;
    background: transparent;
}

.parallax-windowf {
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: -10;
    min-height: 1000px;
    width: 100%;
    background: transparent;
}

.constructo-aboutUs-area {
    background: #fff;
}

.constructo-brand-section {
    background: #fff none repeat scroll 0 0;
}

.widget-single-slider a .widget-post-title {
    transition: .4s
}

.widget-single-slider a:hover .widget-post-title {
    color: #FBA919
}

.widget-single-slider a {
    transition: 4s
}

.single-side-features a .side-title {
    transition: .4s
}

.single-side-features a:hover .side-title {
    color: #FBA919;
}

/*fixing css*/
.constructo-aboutUs-content p {
    margin-bottom: 20px;
}



/*#spin1 img:hover{
     -webkit-transition: all 0.6s ease-in-out;
     -moz-transition: all 0.6s ease-in-out;
     -o-transition: all 0.6s ease-in-out;
     -ms-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
     -webkit-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     transform: rotate(360deg);
    }*/

.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item a {
    color: #333;
}

.ih-item a:hover {
    text-decoration: none;
}

.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.circle {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

.ih-item.circle .img {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .img img {
    border-radius: 50%;
}


.ih-item.circle.effect1 .spinner {
    width: 170px;
    height: 170px;
    border: 10px solid #eaa224;
    border-right-color: #184379;
    border-bottom-color: #184379;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
}

.ih-item.circle.effect1 .img:before {
    display: none;
}

.ih-item.circle.effect1.colored .info {
    /*background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);*/
    color: #333;
}



.section-2-pro h3 {

    color: #6a6a6a;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    padding: 30px 0 0px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;

}

.section-2-pro:hover h3 {

    color: #eaa224;


}

.section-2-pro a {
    color: #6a6a6a;
}

.section-2-pro:hover a {
    color: #eaa224;
}

.section-2-pro p {

    color: #525252;
    padding: 20px 0 10px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;

}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.grayscale:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.menu li ul li a {
    display: block;
    color: #6a6a6a;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    line-height: 34px;
    text-align: left;
    text-transform: capitalize;

}

.menu ul {
    display: none;
    border-top: 1px solid #000;
    margin-top: 15px !important;

}

.menu li:hover ul {

    display: block;

}

.heading-hd h1 {
    color: #4B93EA;
    text-transform: uppercase;
    text-align: center;
    font-family: "Oswald", sans-serif;
    padding-bottom: 30px;
}

.heading-hd h2 {
    color: #4B93EA;
    text-transform: uppercase;
    text-align: center;
    font-family: "Oswald", sans-serif;
    padding-bottom: 30px;
}

.heading-hd h1 span {
    color: #184379
}

.heading-hd h2 span {
    color: #184379
}



p {
    font-family: "poppins", sans-serif;
    color: #525252
}

.index-p p {
    line-height: 30px;
    text-align: center;
}


.ih-item.circle.effect1 a:hover .spinner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ih-item .info .info-back h3 {
    color: #6a6a6a;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    padding: 12px 0 0px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}



.ih-item.circle.effect1 .section-2-pro a:hover .info .info-back h3 {
    color: #6a6a6a;
}

.section-2-pro center {
    height: 430px;
}

@media only screen and (min-width: 380px) and (max-width: 767px) {


    .section-2-pro center {
        height: 380px;
    }

}


.section-2-pro a:hover h3 {
    color: #eaa224;
}

/*.drop1 {margin-top:100px; background:#fff;}

.menu .drop1{display: none;}
.menu .industry:hover + .drop1{display: block;position:absolute;}
.menu .drop2{display: none;}
.menu .career:hover + .drop2{display: block;position:absolute;}*/
/*.div1 {
    display: none;
}
    
a:hover + .div1 {
    display: block;
	position:absolute;
}*/

.drop1 {
    display: none;
    /* min-width: 650px; */
    border-top: 5px solid #4B93EA;
    /* border-top: 5px solid #eaa224; */
    background: rgba(0, 0, 0, 0.7);
    /* margin-left: -70px; */
    position: absolute;
    box-shadow: none;
    text-align: center;
    padding: 10px 20px;
    top: 100px;
    z-index: 1000;
    left: 0px;
    right: -108px;
    background-color: rgba(0, 0, 0, 0.7);
    min-width: 640px;
    margin-left: -160px;
}

.drop2 {
    display: none;
    /* min-width: 600px; */
    border-top: 5px solid #4B93EA;
    background: rgba(0, 0, 0, 0.7);
    /* margin-left: -280px; */
    position: absolute;
    box-shadow: none;
    text-align: center;
    padding: 10px 20px;
    top: 89px;
    z-index: 1000;
    left: 0px;
    right: 8px;
    min-width: 560px;
    margin-left: -276px;
    background-color: rgba(0, 0, 0, 0.7);

}

.drop3 {
    display: none;
    min-width: 600px;
    border-top: 5px solid #4B93EA;
    background: rgba(0, 0, 0, 0.7);
    margin-left: -480px;
    position: absolute;
    box-shadow: none;
    text-align: center;
    padding: 10px 20px;
    top: 100px;
    z-index: 1000;
    left: 0px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.7);
}

.drop4 {
    display: none;
    min-width: 650px;
    border-top: 5px solid #4B93EA;
    background: rgba(0, 0, 0, 0.7);
    margin-right:0px;
    position: absolute;
    box-shadow: none;
    text-align: center;
    padding: 10px 20px;
    top: 89px;
    z-index: 1000;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.7);
}

.drop5 {
    display: none;
    /* min-width: 650px; */
    border-top: 5px solid #4B93EA;
    background: rgba(0, 0, 0, 0.7);
    /* margin-left: -170px; */
    position: absolute;
    box-shadow: none;
    text-align: center;
    padding: 0px 20px;
    padding-top: 10px !important;
    top: 100px;
    z-index: 1000;
    left: 0px;
    right: -108px;
    background-color: rgba(0, 0, 0, 0.7);
    min-width: 615px;
    margin-left: -240px;
}

.menu li a .drop-industrial a {
    width: 25%;
    line-height: 10px;
    color: #fff !important
}

.menu li.industry:hover .drop1 {
    display: block;
    position: absolute;
}

.menu li.career:hover .drop2 {
    display: block;
    position: absolute;
}

.menu li.contact:hover .drop3 {
    display: block;
    position: absolute;
}

.menu li.allen:hover .drop4 {
    display: block;
    position: absolute;
}

.menu li.eng:hover .drop5 {
    display: block;
    position: absolute;
}


.menu li .drop1 a {
    color: #fff;
    font-family: Calibri;
    font-weight: 900;
    font-size: 17px;
    -webkit-transition: .4s;
    transition: .4s;
    line-height: 50px;
    position: relative;
    margin-right: 2px;
    text-align: center;
    text-transform: uppercase;
}

.menu li .drop1 a:before {
    position: absolute;
    width: 100%;
    height: 0px;
    background: #fba919;
    content: "";
    bottom: 34px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
    transform-origin: left;
}



.menu li a:hover {
    color: #eaa224;
}

.menu li .drop1 a i {
    font-size: 30px;
}

.menu li .drop2 a {
    color: #fff;
    font-family:  'Oswald', sans-serif;;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: .4s;
    transition: .4s;
    line-height: 50px;
    position: relative;
    margin-right: 2px;
    text-align: center;
    text-transform: uppercase;
}

.menu li .drop2 a:before {
    position: absolute;
    width: 100%;
    height: 0px;
    background: #fba919;
    content: "";
    bottom: 34px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
    transform-origin: left;
}



.menu li a:hover {
    color: #eaa224;
}

.menu li .drop2 a i {
    font-size: 30px;
}


.menu li .drop3 a {
    color: #fff;
    font-family: Calibri;
    font-weight: 900;
    font-size: 17px;
    -webkit-transition: .4s;
    transition: .4s;
    line-height: 50px;
    position: relative;
    margin-right: 2px;
    text-align: center;
    text-transform: uppercase;
}

.menu li .drop3 a:before {
    position: absolute;
    width: 100%;
    height: 0px;
    background: #fba919;
    content: "";
    bottom: 34px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
    transform-origin: left;
}



.menu li a:hover {
    color: #eaa224;
}

.menu li .drop3 a i {
    font-size: 30px;
}



.menu li .drop4 a {
    color: #fff;
    font-family:  'Oswald', sans-serif;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: .4s;
    transition: .4s;
    line-height: 50px;
    position: relative;
    margin-right: 2px;
    text-align: center;
    text-transform: uppercase;
}

.menu li .drop4 a:before {
    position: absolute;
    width: 100%;
    height: 0px;
    background: #fba919;
    content: "";
    bottom: 34px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
    transform-origin: left;
}



.menu li a:hover {
    color: #eaa224;
}

.menu li .drop4 a i {
    font-size: 30px;
}


.menu li .drop5 a {
    color: #fff;
    font-family: Calibri;
    font-weight: 900;
    font-size: 17px;
    -webkit-transition: .4s;
    transition: .4s;
    line-height: 50px;
    position: relative;
    margin-right: 2px;
    text-align: center;
    text-transform: uppercase;
}

.menu li .drop5 a:before {
    position: absolute;
    width: 100%;
    height: 0px;
    background: #fba919;
    content: "";
    bottom: 34px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
    transform-origin: left;
}



.menu li a:hover {
    color: #eaa224;
}

.menu li .drop5 a i {
    font-size: 30px;
}



.quick-link-total {
    text-align: right;
    padding: 10px 0
}

.quick-link-total p {
    padding: 10px 0;
}

.quick-link-total a {
    color: #eaa224
}

.quick-link-total:hover {
    background: #eaa224
}

.quick-link-total:hover a {
    color: #222
}

.quick-link-total i {
    font-size: 30px;
    color: #184379
}

.quick-link-total:hover i {
    color: #fff
}

.quick-link-total:hover h3 {
    color: #fff
}

.border-div {
    padding: 30px 2px 20px 2px;
}

.quick-link-total span {
    display: none;
    z-index: 9999;
    margin-top: -11px;
    margin-left: 155px;
    position: absolute;
    padding: 2px 8px;
}

.quick-link-total:hover.quick-link-total span {
    display: block;
    background: #184379;
    color: #fff
}

.quick-link-total:hover.quick-link-total span i {
    color: #fff;
    font-size: 35px;
}

.big-i i {
    font-size: 60px;
}

.footer-border {
    border-top: 3px solid #e6e6e6;
    padding-top: 30px;
}

.footer-text p {
    font-family: "Oswald", sans-serif;
}

.border-div h3 {
    font-family: "Oswald", sans-serif;
}

.quick-pro-top {
    padding-top: 30px
}

.heading-hd h2 {
    color: #6a6a6a;
    font-family: "Oswald", sans-serif;
    padding-bottom: 10px;
}

.footer-contact {
    background-color: #ffffcc;
    width: 60%;
    height: 100px;
    padding: 20px;
    border: 1px solid #bfbfbf;
    border-radius: 8px;
}

.footer-contact i {
    font-size: 50px;
    color: #fba919
}

.footer-contact p {
    padding: 5px 2px;
    font-weight: 600;
    font-size: 16px;
}

.footer-contact a {
    font-weight: 900;
    color: #272727;
    font-size: 18px;
}


.img_arrow_about {
    width: 40px;
    margin-top: -70px;
    position: relative;
    z-index: 9999;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border: 2px solid #eaa224;
    border-radius: 50%;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(24, 67, 121, 0.53);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
    border-radius: 50%;

}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 50%;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.hovereffect:hover a.info {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.alliance-p p {
    padding-top: 40px;
}

.alliance-div {
    border: 1px dashed #184379;
    padding: 20px;
}

.alliance-div:hover {
    border: 1px solid #184379;
    background: #fafafa
}

.form-style-5 {
    padding: 10px 20px;
    background: #f4f7f8;
    border-radius: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.form-style-5 input[type="text"],
.form-style-5 input[type="email"],
.form-style-5 input[type="file"],
.form-style-5 textarea,
.form-style-5 select {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: rgba(255, 255, 255, .1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e8eeef;
    color: #8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 25px;

}

.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="file"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus {
    background: #d2d9dd;
}



.form-style-5 input[type="submit"],
.form-style-5 input[type="button"] {
    position: relative;
    display: block;
    padding: 13px 29px 13px 29px;
    color: #FFF;
    margin: 0 auto;
    background: #184379;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #1a2431;
    border-width: 1px 1px 3px;
}

.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover {
    background: #203248;
}

.div-box h1 {
    text-align: center;
    position: relative;
    top: 60px;
    color: #184379;
    font-size: 30px;
    text-transform: capitalize;
}

.div-box h3 {
    text-align: center;
    position: relative;
    top: 80px;
    color: #444;
    font-size: 22px;
}

.div-box {
    width: 70%;
    height: 200px;
    background: #cacaca;
    margin: 40px auto;
}

.div-effect5 {
    position: relative;
}

.div-effect5:before,
.div-effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #999999;
    -webkit-box-shadow: 0 35px 20px #999999;
    -moz-box-shadow: 0 35px 20px #999999;
    box-shadow: 0 35px 20px #999999;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.div-effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

.div-effect5:hover {
    background: #d9d9d9
}

.engineering-li li {
    padding-bottom: 15px
}

.industry-li {
    line-height: 30px
}













@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono|IBM+Plex+Sans:100,700|IBM+Plex+Serif');

/* ABOUT SECTION */
.about {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  transition: all 0.2s ease;
}

.about .bg_links {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  position: absolute;
}

.about .logo {
  width: 40px;
  height: 40px;
  z-index: 9;
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/logo_white.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 10px 7px;
  opacity: 0.9;
  transition: all 1s 0.2s ease;
  bottom: 0;
  right: 0;
}

.about .social {
  opacity: 0;
  right: 0;
  bottom: 0;
}

.about .social .icon {
  width: 100%;
  height: 100%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  display: flex;
  transition: all 0.2s ease, background-color 0.4s ease;
  opacity: 0;
  border-radius: 100%;
}

.about .social.portfolio {
  transition: all 0.8s ease;
}

.about .social.portfolio .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/link.svg);
}

.about .social.dribbble {
  transition: all 0.3s ease;
}

.about .social.dribbble .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/dribbble.svg);
}

.about .social.linkedin {
  transition: all 0.8s ease;
}

.about .social.linkedin .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/linkedin.svg);
}

.about:hover {
  width: 105px;
  height: 105px;
  transition: all 0.6s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}

.about:hover .logo {
  opacity: 1;
  transition: all 0.6s ease;
}

.about:hover .social {
  opacity: 1;
}

.about:hover .social .icon {
  opacity: 0.9;
}

.about:hover .social:hover {
  background-size: 28px;
}

.about:hover .social:hover .icon {
  background-size: 65%;
  opacity: 1;
}

.about:hover .social.portfolio {
  right: 0;
  bottom: calc(100% - 40px);
  transition: all 0.3s 0s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}

.about:hover .social.portfolio .icon:hover {
  background-color: #698fb7;
}

.about:hover .social.dribbble {
  bottom: 45%;
  right: 45%;
  transition: all 0.3s 0.15s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}

.about:hover .social.dribbble .icon:hover {
  background-color: #ea4c89;
}

.about:hover .social.linkedin {
  bottom: 0;
  right: calc(100% - 40px);
  transition: all 0.3s 0.25s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}

.about:hover .social.linkedin .icon:hover {
  background-color: #0077b5;
}

/* GENERAL */
body {
  font-family: 'IBM Plex Serif', serif;
  margin: 0;
}

/* SWIPER STYLES */
.swiper-container {
  /* margin-top: 100px !important; */
  /* margin: 100px 0px 0px 0px !important; */
  padding: 0px;
  height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .swiper-container {
    height: 500px;
  }
}

.swiper-slide {
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}

.swiper-slide:after {
  content: '';
  background-image: linear-gradient(0deg, black, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
}

.swiper-slide:before {
  content: '';
  background-color: rgba(69, 69, 78, 0.2);
  background-image: linear-gradient(180deg, rgba(255, 234, 213, 0.3), rgba(241, 244, 255, 0.3));
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
}

/* NAVIGATION BUTTONS */
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev span,
.swiper-button-next span {
  width: 10px;
  height: 10px;
  background-color: transparent;
  position: absolute;
  border: solid 2px white;
  border-left: 0;
  border-bottom: 0;
  transition: all 0.3s ease;
}

.swiper-button-prev span {
  transform: rotate(-135deg);
  left: 50%;
}

.swiper-button-next span {
  transform: rotate(45deg);
  right: 50%;
}

.swiper-button-prev span:after,
.swiper-button-next span:after {
  content: '';
  position: absolute;
  background-color: white;
  width: 0px;
  height: 2px;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}

.swiper-button-prev:hover span {
  left: 30%;
}

.swiper-button-next:hover span {
  right: 30%;
}

.swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
  width: 16px;
}

@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 0px;
  }

  .swiper-button-next {
    right: 0px;
  }

  .swiper-button-prev:hover span,
  .swiper-button-next:hover span {
    left: 50%;
    right: 50%;
  }

  .swiper-button-prev:hover span:after,
  .swiper-button-next:hover span:after {
    display: none;
  }
}

/* PAGINATION */
.swiper-pagination {
  height: 40px;
}

.swiper-pagination-bullet {
  background-color: transparent;
  border: solid 1px white;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet:hover {
  background-color: white;
}

.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 50px;
  background-color: transparent;
  border: solid 1px white;
}

/* SLIDE TEXT */
.slide-text {
  text-align: center;
  opacity: 1;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
    
}

.slide-text h1 {
  font-size: 43px; 
  font-family: Oswald, sans-serif; 
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height:60px;
  font-weight:800;
  color: #2c3644;
}



@media screen and (max-width: 768px) {
  .slide-text {
    width: 60%;
  }

  .slide-text h1 {
    font-size: 20px;
    letter-spacing: 0.02em;
  }

}



/* About us section card style */


 body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f2f5;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.product-showcase-section {
    padding: 80px 0;
    background-color: white;
    text-align: center;
    overflow: hidden;
}

.section-title {
    font-size: 2.8em;
    color: #2c3e50;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

/* Carousel Track: Only this needs nowrap */
.carousel-track {
    display: flex;
    white-space: nowrap;
    gap: 45px;
    padding: 20px;
    animation: scroll-carousel 30s linear infinite;
}

.carousel-track {
    display: flex;
    white-space: nowrap;
    gap: 25px;
    padding: 20px;
    animation: scroll-carousel 30s linear infinite;
    animation-play-state: paused; /* Pause by default */
}

.carousel-track.animate-scroll {
    animation-play-state: running;
}

.carousel-track:hover {
    animation-play-state: paused;
}

/* Product Card */
.product-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    width: 400px;
    padding: 10px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Border Effect */
.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid transparent;
    border-radius: 15px;
    pointer-events: none;
    transition: border-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
    transform: scale(1.0);
    opacity: 0;
    z-index: 1;
}

.product-card:hover::before {
    border-color: #007bff;
    transform: scale(1.02);
    opacity: 1;
}

.product-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    white-space: normal; /* Ensures text wraps */
    overflow: visible;
}

.card-content h3 {
    font-size: 1.4em;
    color: #2c3e50;
    margin: 0 0 12px;
    font-weight: 600;
    line-height: 1.3;
    word-break: break-word;
}

.card-content p {
    font-size: 0.95em;
    color: #7f8c8d;
    line-height: 1.5;
    margin: 0;
    word-break: break-word;
}

/* Animation */
@keyframes scroll-carousel {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-345px * 5));
    }
}

/* Responsive */
@media (max-width: 992px) {
    .section-title {
        font-size: 2.4em;
    }
    .carousel-track {
        animation-duration: 25s;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2em;
        margin-bottom: 30px;
    }
    .product-card {
        width: 250px;
    }
    .card-content h3 {
        font-size: 1.3em;
    }
    .card-content p {
        font-size: 0.85em;
    }
    @keyframes scroll-carousel {
        100% {
            transform: translateX(calc(-270px * 5));
        }
    }
}

@media (max-width: 480px) {
    .product-card {
        width: 300px;
    }

    .product-showcase-section {
        padding: 20px 0;
    }
    .card-content {
        padding: 15px;
    }
    .card-content h3 {
        font-size: 1.2em;
    }
    .card-content p {
        font-size: 0.8em;
    }
    @keyframes scroll-carousel {
        100% {
            transform: translateX(calc(-236px * 5));
        }
    }
}


/* Initial hidden state */
.product-card {
    opacity: 0;
    transform: translateY(140px);
    transition: opacity 1.6s ease, transform 1.6s ease;
}

/* Animate on scroll */
.product-card.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Optional: Add delay for staggered effect */
.product-card.animate:nth-child(1) { transition-delay: 0.5s; }
.product-card.animate:nth-child(2) { transition-delay: 0.7s; }
.product-card.animate:nth-child(3) { transition-delay: 0.9s; }
.product-card.animate:nth-child(4) { transition-delay: 1.1s; }
.product-card.animate:nth-child(5) { transition-delay: 1.3s; }
/* Add more if needed */




/* --- Statistics Section --- */

        .counter-one {
            font-family: 'Poppins', sans-serif;
            display: flex;
            flex-direction: column; 
            justify-content: center;
            align-items: center;
            /* min-height: 70vh; */
            background-color: #427bff0d;
            margin: 0;
            padding: 20px;
            box-sizing: border-box;
        }

        .counter-one {
            padding: 80px 0; /* Remove horizontal padding from here, let container handle it */
            width: 100%; /* Ensure it takes full width to center content */
        }

        .container.counter {
            max-width: 1200px; /* Aligns with counters-container max-width */
            margin: 0 auto; /* Center the container */
            padding: 0 20px; /* Add horizontal padding for inner content */
            text-align: center; /* Center the heading and paragraph */
        }

        .heading-hd h1 {
            color: #333; /* Darker color for heading */
            font-size: 38px; /* Adjust font size as needed */
            font-weight: 700;
            margin-bottom: 0px;
        }

         .heading-hd h2 {
            color: #333; /* Darker color for heading */
            font-size: 38px; /* Adjust font size as needed */
            font-weight: 700;
            margin-bottom: 0px;
        }

        .heading-hd h1 span {
            color: #007bff; /* Blue color for span, based on image */
        }

         .heading-hd h2 span {
            color: #007bff; /* Blue color for span, based on image */
        }

        .section-2-pro-one {
            padding-top: 30px;
        }

        .info-back p {
            font-family: 'poppins', sans-serif;
            color: rgb(73, 73, 73); /* Grey color for paragraph */
            font-size: 16px;
            line-height: 1.6;
            max-width: 800px; /* Limit paragraph width for better readability */
            margin: 0 auto 0px auto; /* Center paragraph and add bottom margin */
        }

        .counters-container {
            display: flex;
            flex-wrap: wrap;
            gap: 50px;
            justify-content: center;
            padding-top: 30px;
            width: 100%;
            max-width: 1200px; /* Ensure this matches the .container.counter max-width */
            margin: 0 auto; /* Center the counter blocks */
        }

        .counter-block {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            display: flex;
            align-items: center;
            padding: 30px 60px 30px 80px;
            flex: 1;
            min-width: 300px;
            max-width: calc(33.33% - 33.33px); /* For 3 blocks, roughly distribute width with gap consideration */
            box-sizing: border-box;
            transition: transform 0.2s ease-in-out;
            position: relative;

            border-top: 1px solid rgba(0, 0, 0, 0.1);
            border-right: 1px solid rgba(0, 0, 0, 0.1);
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            border-left: none;
        }

        .counter-block:hover {
            transform: translateY(-5px);
        }

        .icon-circle {
            background-color: #427BFF;
            border-radius: 50%;
            width: 90px;
            height: 90px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            left: -45px;
            top: 50%;
            transform: translateY(-50%);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
            z-index: 1;
        }

        .icon-circle i {
            color: #fff;
            font-size: 40px;
        }

        .counter-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: left;
            margin-left: 20px;
        }

        .counter-number {
            font-size: 48px;
            font-weight: 700;
            color: #333;
            line-height: 1.2;
            /* Added min-width to prevent numbers from wrapping if they get very large temporarily */
            min-width: 100px; /* Adjust as needed */
        }

        .counter-text {
            font-size: 18px;
            font-weight: 400;
            color: #666;
            margin-top: 5px;
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .counter-block {
                max-width: calc(50% - 25px);
                padding: 30px 30px 30px 60px;
            }
        }

        @media (max-width: 768px) {
            .counters-container {
                gap: 40px;
            }
            .counter-block {
                max-width: 100%;
                padding: 30px 40px 30px 80px;
            }
            .icon-circle {
                left: 10px;
                transform: translateY(-50%);
            }
            .heading-hd h1 {
                font-size: 32px;
            }

             .heading-hd h2 {
                font-size: 32px;
            }
        }

        @media (max-width: 480px) {
            .counters-container {
                gap: 30px;
            }
            .counter-block {
                padding: 25px 25px 25px 60px;
                flex-direction: row; /* Keep icon and text side-by-side */
                text-align: left;
                min-width: unset;
            }
            .icon-circle {
                left: -45px;
                top: 50%;
                transform: translateY(-50%);
            }
            .counter-content {
                margin-left: 0;
            }
            .counter-number {
                font-size: 40px;
            }
            .counter-text {
                font-size: 16px;
            }
            .heading-hd h1 {
                font-size: 28px;
            }
             .heading-hd h2 {
                font-size: 28px;
            }
            .info-back p {
                font-size: 15px;
                margin-bottom: 30px;
            }
        }


    

        /* Footer CSS */


  :root {
            --footer-bg-dark: #1a1a2e; /* Dark background similar to image */
            --footer-text-light: #f0f0f0;
            --footer-text-secondary: #c0c0c0;
            --accent-red: #427BFF; /* Red for icons and accents */
            --link-hover-color: #007bff; /* A subtle blue for hover */
            --line-color: rgba(255, 255, 255, 0.05); /* Very faint lines */
        }

        body {
            margin: 0;
            font-family: 'Poppins', sans-serif;
            background-color: #f5f5f5; /* Just for demonstration, to see footer clearly */
        }

        /* --- Main Footer Styles --- */
        .main-footer {
            background-color: var(--footer-bg-dark);
            color: var(--footer-text-light);
            padding: 60px 0 20px 0; /* Top padding, bottom padding */
            position: relative;
            overflow: hidden; /* To contain pseudo-elements for diagonal lines */
        }

        /* Diagonal lines effect */
        .main-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image:
                repeating-linear-gradient(
                    -45deg,
                    transparent,
                    transparent 19px,
                    var(--line-color) 20px,
                    var(--line-color) 21px
                ),
                repeating-linear-gradient(
                    45deg,
                    transparent,
                    transparent 19px,
                    var(--line-color) 20px,
                    var(--line-color) 21px
                );
            background-size: 42px 42px, 42px 42px;
            opacity: 0.8; /* Make lines subtle */
            z-index: 0; /* Behind content */
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px; /* Horizontal padding for content */
            position: relative; /* Ensure content is above pseudo-element */
            z-index: 1; /* Bring content above the lines */
        }

      

        /* --- Footer Widgets Container --- */
        .footer-widgets-container {
            display: flex;
            flex-wrap: wrap; /* Allow columns to wrap on smaller screens */
            justify-content: space-between;
            margin-bottom: 10px;
        }

        .footer-col {
            flex: 1;
            min-width: 200px; /* Minimum width for columns */
            margin-bottom: 30px; /* Space between columns when wrapped */
            padding-right: 20px; /* Space between columns in a row */
        }

        .footer-col:last-child {
            padding-right: 0; /* No right padding for the last column */
        }

        .footer-col-about {
            flex: 1.2; /* Give more space to the about column */
            min-width: 300px;
            padding-right: 20px;
            margin-bottom: 30px;
        }

        .footer-col-contact {
            flex: 1;
            min-width: 280px;
            margin-bottom: 30px;
            padding-right: 0; /* No right padding for contact column */
        }


        /* --- Column Headings --- */
        .footer-col h3,
        .footer-col-about h3,
        .footer-col-contact h3 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 25px;
            color: var(--footer-text-light);
            position: relative; /* For underline effect */
            display: inline-block; /* So the underline only applies to the text width */
        }

        /* Subtle underline for headings */
        .footer-col h3::after,
        .footer-col-contact h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 40px; /* Length of the underline */
            height: 2px;
            background-color: var(--accent-red);
        }

        /* --- About Column Specifics --- */
        .footer-logo {
            max-width: 250px; /* Adjust logo size */
            height: auto;
            margin-bottom: 20px;
        }

        .footer-col-about p {
            font-size: 14px;
            line-height: 1.7;
            color: var(--footer-text-secondary);
            margin-bottom: 25px;
        }

        .social-icons a {
            color: var(--footer-text-secondary);
            font-size: 20px;
            margin-right: 15px;
            transition: color 0.3s ease;
        }

        .social-icons a:hover {
            color: var(--accent-red);
        }
        .social-icons .fa-square-xmark { /* Using fa-square-xmark as a generic 'X' or 'close' to represent LinkedIn if that's the intended icon */
            transform: rotate(45deg); /* To make it look like a cross, similar to some social icons */
        }


        /* --- Product & Quick Links Columns (Shared Styles) --- */
        .footer-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-list li {
            margin-bottom: 15px;
        }

        .footer-list a {
            color: var(--footer-text-secondary);
            text-decoration: none;
            font-size: 15px;
            display: flex;
            align-items: center;
            transition: color 0.3s ease, margin-left 0.3s ease;
        }

        .footer-list a i {
            color: var(--accent-red);
            font-size: 12px;
            margin-right: 10px;
            transition: transform 0.3s ease;
        }

        .footer-list a:hover {
            color: var(--accent-red);
            margin-left: 5px; /* Slight move effect on hover */
        }

        .footer-list a:hover i {
            transform: translateX(3px); /* Move arrow on hover */
        }

        /* --- Contact Us Column Specifics --- */
        .contact-info-item {
            display: flex;
            align-items: flex-start; /* Align icon to top of text */
            margin-bottom: 20px;
            font-size: 14px;
            color: var(--footer-text-secondary);
        }

        .contact-info-item i {
            color: var(--accent-red);
            font-size: 20px;
            margin-right: 15px;
            flex-shrink: 0; /* Prevent icon from shrinking */
        }

        .contact-info-item a {
            color: var(--footer-text-secondary);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-info-item a:hover {
            color: var(--accent-red);
        }

        /* --- Footer Bottom Section --- */
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 25px;
            margin-top: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap; /* Allow wrapping on small screens */
            /* text-align: center;  */
        }

        .footer-bottom p {
            font-size: 14px;
            color: var(--footer-text-secondary);
            margin: 10px 0; /* Adjust margin for mobile */
        }

        .footer-bottom p a {
            color: var(--accent-red);
            text-decoration: none;
        }

        .footer-bottom p a:hover {
            text-decoration: underline;
        }

       


        /* --- Responsive Adjustments --- */
        @media (max-width: 992px) {
            .footer-widgets-container {
                flex-direction: column; /* Stack columns on smaller screens */
                align-items: center; /* Center columns */
            }

            .footer-col,
            .footer-col-about,
            .footer-col-contact {
                min-width: unset; /* Remove min-width to allow shrinking */
                width: 100%; /* Take full width */
                max-width: 400px; /* Optional: limit max width for readability */
                text-align: center; /* Center content within columns */
                padding: 0px 20px; /* Remove padding */
            }

            .footer-col h3,
            .footer-col-contact h3 {
                margin: 0 auto 25px auto; /* Center heading */
                text-align: center; /* Ensure heading text is centered */
            }

            .footer-col h3::after,
            .footer-col-contact h3::after {
                left: 50%;
                transform: translateX(-50%); /* Center underline */
            }

            .footer-col-about p {
                text-align: center;
            }

            .social-icons {
                text-align: center;
            }

            .footer-list {
                text-align: center;
            }

            .footer-list a {
                justify-content: center; /* Center list items */
            }

            .contact-info-item {
                justify-content: center; /* Center contact items */
                text-align: center;
            }
             .contact-info-item i {
                margin-right: 10px; /* Adjust icon margin */
            }

            .footer-bottom {
                flex-direction: column; /* Stack copyright and scroll-to-top */
            }
        }

        @media (max-width: 576px) {
            .main-footer {
                padding: 40px 0 15px 0;
            }
            .footer-content {
                padding: 0 15px;
            }
            .footer-col h3, .footer-col-contact h3 {
                font-size: 18px;
            }
            .footer-col-about p,
            .footer-list a,
            .contact-info-item {
                font-size: 14px;
            }
            .footer-list a i {
                font-size: 10px;
            }
            .contact-info-item i {
                font-size: 18px;
            }
        }


        /* Footer section End  */


        /* Introduction section */

       
       

        /* Section Styling */
        .intro-statement-section {
            background-color: #2a588a1d;
            color: var(--text-white);
            padding: 60px 0; /* Generous vertical padding */
            position: relative;
            overflow: hidden; /* Hide overflow for background patterns */
        }

        /* Subtle background pattern (geometric shapes, inspired by the image) */
        .intro-statement-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image:
                /* Subtle diagonal lines */
                repeating-linear-gradient(
                    45deg,
                    transparent,
                    transparent 10px,
                    var(--pattern-color) 11px,
                    var(--pattern-color) 12px
                ),
                repeating-linear-gradient(
                    -45deg,
                    transparent,
                    transparent 10px,
                    var(--pattern-color) 11px,
                    var(--pattern-color) 12px
                );
            background-size: 24px 24px, 24px 24px; /* Adjust density */
            opacity: 0.15; /* Make it very subtle */
            z-index: 0; /* Keep it behind content */
        }

        /* Container for content width and centering */
        .intro-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 30px; /* Horizontal padding for responsiveness */
            display: flex;
            justify-content: space-between; /* Distribute space between left and right */
            align-items: center; /* Vertically align items in the center */
            gap: 50px; /* Space between the left and right columns */
            position: relative; /* Ensure content is above the pseudo-element */
            z-index: 1;
        }

        /* Left Content - Main Heading Area */
        .left-content {
            flex: 1.5; /* Give more space to the left content */
            min-width: 300px; /* Ensure it doesn't shrink too much */
            text-align: start;
        }

        .welcome-text {
            font-size: 1.1em;
            font-weight: 500;
            color: var(--light-blue); /* Lighter blue for "Welcome To..." */
            margin-bottom: 10px;
            opacity: 0.9;
        }

        .main-heading {
            font-size: 2.8em; /* Large, bold heading */
            font-weight: 800; /* Extra bold */
            line-height: 1.2;
            color: var(--text-white);
            margin: 0;
            text-align: start;
        }

        /* Right Content - Description Area */
        .right-content {
            flex: 1; /* Allow right content to take remaining space */
            min-width: 300px; /* Ensure it doesn't shrink too much */
            text-align: left;
        }

        .description-paragraph {
            font-size: 1.1em; /* Slightly larger text for readability */
            line-height: 1.8;
            color: var(--text-light-grey);
            margin: 0;
            opacity: 0.9;
        }

        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .container {
                flex-direction: column; /* Stack columns on smaller screens */
                text-align: center; /* Center text for stacked layout */
                gap: 40px; /* Adjust gap when stacked */
            }

            .left-content,
            .right-content {
                
                width: 100%; /* Take full width */
                min-width: unset; /* Remove min-width constraint */
            }

            .main-heading {
                font-size: 2.2em; /* Smaller font size on medium screens */
            }

            .welcome-text,
            .description-paragraph {
                font-size: 1em; /* Adjust font size */
            }
        }

        @media (max-width: 768px) {
            .intro-statement-section {
                padding: 60px 0; /* Less padding on smaller screens */
            }

            .container {
                padding: 0 20px; /* Reduce horizontal padding */
            }

            .main-heading {
                font-size: 1.8em; /* Even smaller font size on small screens */
            }
            .welcome-text {
                font-size: 0.95em;
            }
            .description-paragraph {
                font-size: 0.95em;
            }
        }

        @media (max-width: 480px) {
            .intro-statement-section {
                padding: 50px 0;
            }
            .main-heading {
                font-size: 1.6em;
            }
            .intro-container {
                display: block;
            }
        }



        /* vidio secton */

        /* --- Video Gallery Section --- */
        .video-gallery-section {
            background-color: white;
            padding: 80px 0; /* Generous vertical padding */
        }

         .video-item {
            position: relative;
            width: 100%;
            max-width: 100%;
            aspect-ratio: 16/9;
            margin-bottom: 20px;
            background: #000;
            overflow: hidden;
            cursor: pointer;
        }


        .video-thumbnail {
            position: relative;
            width: 100%;
            aspect-ratio: 16/9; /* modern way to lock aspect ratio */
            overflow: hidden;
            background-color: #000;
        }

        .video-thumbnail img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }


        .about-thumb img {
            position: absolute;
            top: 30 !important;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 60px;
            height: 60px;
            background: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='48' fill='%23FF0000'/%3E%3Cpolygon points='40,30 70,50 40,70' fill='white'/%3E%3C/svg%3E") no-repeat center center;
            background-size: contain;
            transform: translate(-50%, -50%);
            pointer-events: none;
        }
        

        /* --- Section Header --- */
        .section-header {
            text-align: center;
            margin-bottom: 60px; /* Space below header before videos */
        }

        .section-header h2 {
            font-size: 38px;
            font-weight: 700;
            color: var(--primary-text-color);
            margin-bottom: 10px;
        }

        .section-header p {
            font-size: 1.1em;
            color: var(--secondary-text-color);
            max-width: 700px; /* Limit subheading width for readability */
            margin: 0 auto;
            line-height: 1.6;
        }

        /* --- Video Grid --- */
        .video-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Responsive grid: 2 columns, then 1 */
            gap: 30px; /* Space between videos */
        }

    

        .video-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12); /* Slightly larger shadow on hover */
        }

        .video-item iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none; /* Remove iframe border */
            border-radius: 8px; /* Apply border-radius to iframe as well */
        }

        /* --- Responsive Adjustments --- */
        @media (min-width: 992px) {
            .video-grid {
                grid-template-columns: repeat(2, 1fr); /* 2 videos per row on larger desktops */
            }
        }
        @media (min-width: 768px) and (max-width: 991px) {
            .video-grid {
                grid-template-columns: repeat(2, 1fr); /* 2 videos per row on tablets */
            }
        }

        @media (max-width: 767px) {
            .section-header {
                margin-bottom: 40px;
            }
            .section-header h2 {
                font-size: 2.2em; /* Smaller heading on small screens */
            }
            .section-header p {
                font-size: 1em;
            }
            .video-grid {
                grid-template-columns: 1fr; /* Stack videos on mobile */
                gap: 25px;
            }
            .video-gallery-section {
                padding: 60px 0;
            }
        }

        @media (max-width: 480px) {
            .section-header h2 {
                font-size: 1.8em;
            }
            .section-header p {
                font-size: 0.95em;
            }
            .container {
                padding: 0 15px;
            }
        }

















