@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&display=swap');
@import url('style.css');
body{
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Oswald", sans-serif;
}
.btn {
    border: 0px;
    background-color: #ff9f4f;
    border: 0;
    color: #fff !important;
    padding: 10px 37px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.4s linear;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    color: #fff;
    -ms-appearance: none;
    appearance: none;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.btn:before{
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.btn:after{
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn:before, .btn:after {
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    content: '';
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.btn:hover:before{
    height: 115%;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}
.btn:hover:after {
    height: 115%;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}
.loader {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader img {
    width: 170px;
}
.loader.loader-remove {
    display: none;
}
header {
    width: 100%;
    padding: 20px 0;
    /*background: #062540;
    position: sticky;*/
    background: rgb(0 37 64 / 29%);
    position: fixed;
    top: 0;
    z-index: 999;
}
header.homepage-header{
    position: fixed;
    top: 0;
    background: rgb(0 37 64 / 29%);
    z-index: 99;
}
.menu-list > li {
    display: inline-block;
    margin-left: 30px;
}

.menu-list > li > a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
}
.menu-list > li > a:hover {
    color: #ff9f4f;
    text-decoration: none;
}
.menu-list > li:first-child {
    margin-left: 0;
}
.menu-list {
    margin: 0;
}
.dropmenu {
    position: relative;
}
.submenu {
    display: none;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    min-width: 210px;
    border: 1px solid #ff9f4f;
    border-top: 4px solid #ff9f4f;
}
.submenu li a {
    color: #312e2e;
    text-decoration: none;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.4s;
    background: #fff;
}
.header-bar {
    margin-top: 7px;
}
header .container {
    max-width: 1300px;
}
header .col-sm-9 {
    display: flex;
    justify-content: space-between;
}
header .row {
    align-items: center;
}
.section1 {
    line-height: 0;
}
.section2 {
    padding-top: 25px;
    padding-bottom: 25px;
    background:linear-gradient(to bottom, #9f5314, rgb(173 91 22 / 77%));
}
.sectionpadding{
    padding-top:3rem;
    padding-bottom: 3rem;

}
.counter-content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-top: 14px;
}
.counter-content p {
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.counter-box {
    text-align: center;
}
.counter-img {
    width: 75px;
    height: 75px;
    background: linear-gradient(to right, #2a6599, #0f426ee6);
    border-radius: 20px 0px 20px 0;
    display: flex;
    margin: 0px auto 14px;
    transition: all 0.4s;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.counter-img img {
    width: 50px;
}
.counter-img:hover {
    border-radius: 0px 20px 0px 20px;
}
.about-video video {
    width: 100%;
    max-width: 100%;
    height: 375px;
    object-fit: cover;
}
.section1 video {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}
.section3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url(../../images/sec3bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0;
    background-position: center;
    background-attachment: fixed;
}
.sec3bg02 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}
.sec3bg022 {
    position: absolute;
    right: 77px;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}
.about-content {
    color: #fff;
    padding-left: 2rem;
}
.menheading001 {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #ff9a45;
    position: relative;
    margin-bottom: 15px;
}
    .menheading001:after {
        content: "";
        background-image: url(../../images/abr-line.png);
        width: 100%;
        height: 13px;
        position: absolute;
        background-repeat: no-repeat;
        background-size: 200px;
        margin-left: 10px;
        max-width: 200px;
        top: 5px;
    }

.about-content  h2, .section5 h2 {
    font-size: 34px;
    line-height: 37px;
    margin: 0 0  25px;
    color: #fff;
}
.about-content p {
    line-height: 24px;
    font-weight: 300;
}
.about-content .cus-btn {
    margin-top: 10px;
    display: inline-block;
}
.section4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url(../../images/section4bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.men-heading {
    text-align: center;
    color: #ff9a45;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.small-pera {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    max-width: 800px;
    margin: auto;
    line-height: 23px;
}
.service-content {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    width: 100%;
    height: 40px;
    text-align: center;
    background: #00254061;
    transition: all 0.4s;
    align-items: center;
}
.servicec-slider {
    margin: 40px -8px 0;
}
.service-box {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin:0 8px;
}
.service-content h4 {
    color: #ff9a45;
    font-size: 19px;
}
.service-content p {
    color: #fff;
    font-weight: 300;
}
.service-box:hover .service-content {
    height: 100%;
    display: flex;
}
.service-content a {
    text-decoration: none;
    color: #fff;
}
.service-content a:hover {
    color: #ff9a45;
}
.section5 {
    background-image: url("../../images/ovelay-video33.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}
.video02 video {
    width: auto;
    right: -50px;
    height: auto;
    position: absolute;
    z-index: -10;
    top: 0;
    object-fit: cover;
}
.choose-list {
    margin: 0 -12px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.choose-list li {
    flex: 0 0 auto;
    width: 50%;
}
.choose-box {
    padding: 12px;
}
.choose-img img {
    width: 60px;
}
.choose-img {
    margin-bottom: 20px;
}
.choose-content h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.section6 .men-heading {
    color: #fff;
}
.section6 .small-pera {
    margin-bottom: 30px;
}
.client-box {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    border-radius: 6px;
    padding: 20px;
}
.client-box img {
    width: 100%;
    max-width: 100%;
}
.workflow-section {
    background-image: url("../../images/workflow-bg.jpg");
}
.workflow-list {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    counter-reset: section;
}
.workflow-list li {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 16px;
    padding: 8px 0px 15px 56px;
    position: relative;
}
.workflow-list li:before {
    counter-increment: section;
    content: counter(section);
    width: 45px;
    height: 45px;
    position: absolute;
    background: #ff9a45;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    left: 0;
    top: 0;
}
.img-radius {
    border-radius: 6px;
}
.projects-sec {
    background-image: url("../../images/projects-bg.jpg") !important;
}
.project-list {
    margin-top: 35px;
}
.project-list .col-md-4 a,
.project-list .col-md-6 a {
    display: block;
    line-height: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.4s linear;
    box-shadow: 0px 3px 8px #00000061;
    border: 3px solid #fff;
    margin-bottom: 24px;
}
.project-list .col-md-4 > a > img,
.project-list .col-md-6 > a > img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 2000ms;
    -o-transition: all 2000ms;
    transition: all 2000ms;
    object-fit: cover;
}
.s-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    top: 0;
    text-align: center;
    transition: all 0.5s linear;
    transform: scale(0);
}
.s-over-contnt {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
}
.s-gall-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff9a45;
    border: 5px solid rgba(0, 0, 0, 0.09);
    line-height: 35px;
    animation: borderzoom 0.6s linear 1s infinite alternate;
}
.s-gall-icon img {
    width: 20px;
}
.s-overlay h4 {
    color: #fff;
    font-size: 19px;
    margin-top: 15px;
    font-weight: 400;
}
.project-list .col-md-4 a:hover > img,
.project-list .col-md-6 a:hover > img {
    -webkit-transform: rotate(2deg) scale(1.1, 1.1);
    -o-transform: rotate(2deg) scale(1.1, 1.1);
    transform: rotate(2deg) scale(1.1, 1.1);
}
.project-list .col-md-4:hover .s-overlay,
.project-list .col-md-6:hover .s-overlay {
    transform: scale(1);
}
.testbg01 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}
.testbg02 {
    position: absolute;
    left: 77px;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}
.testimonial-section .men-heading{
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}
.testimonial-slider {
    margin: 0 -10px;
}
.testbox {
    background: #fff;
    margin: 0px 10px;
    border-radius: 5px;
    color: #000;
    padding: 20px 12px;
    text-align: center;
}
.testbox h4 {
    color: #002540;
    font-size: 22px;
}
.test-dest {
    color: #ff9a45;
}
.test-content {
    position: relative;
    font-weight: 300;
    line-height: 23px;
    color: #363636;
}
    .test-content p:before,
    .test-content p:after {
        content: "";
        background-image: url("../../images/quotation.png");
        width: 27px;
        height: 24px;
        display: inline-block;
        background-repeat: no-repeat;
        margin-right: 4px;
        vertical-align: sub;
    }
.test-content p:after {
    background-position: -34px 2px;
    vertical-align: text-top;
    margin-right: 0;
    margin-left: 4px;
}
.slick-slider .slick-dots {
    margin: 20px 0 0;
    position: initial;
}
.slick-slider .slick-dots li{
    margin: 0 2px;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s;
}
.slick-slider .slick-dots li button {
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 4px auto 0px;
    padding: 0;
    transition: all 0.4s;
}
.slick-slider .slick-dots li.slick-active{
    border-color: #ff9a45;
}
.slick-slider .slick-dots li.slick-active button{
    background: #ff9a45;
}
.slick-slider .slick-dots li button::before{
    display: none;
}
footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url("../../images/section4bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.top-footer {
    padding: 3rem 0;
    border-bottom: 1px solid #6c6c6c;
}
.footer-logo {
    margin-bottom: 20px;
}
.top-footer h4 {
    color: #ff9a45;
    margin-bottom: 15px;
}
.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu li {
    margin-bottom: 12px;
    color: #fff;
    font-weight: 300;
    position: relative;
}
.footer-menu li strong{
    display: block;
    margin-bottom: 3px;
}
.footer-menu li a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}
.footer-menu li a:hover {
    color: #ff9a45;
}
.bottom-footer {
    text-align: center;
    padding: 18px 0;
}
.bottom-footer p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
}
.bottom-footer a {
    text-decoration: none;
    font-weight: 400;
    color: #ff9a45;
}
.footer-about {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 300;
}
.social-list a {
    color: #ffffff;
    margin-right: 9px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    transition: all 0.4s;
    background: linear-gradient(to right, #ff9a45, #f9b77f);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    display: inline-block;
    text-align: center;
}
.social-list a:hover {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.footer-contact i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
}
.footer-contact li {
    padding-left: 27px;
    margin-bottom: 25px !important;
}
.work-img img{
    width: 100%;
}
.blg-img img {
    width: 100%;
    transition: all 0.4s;
}
.blg-img a {
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
.blg-img {
    margin-bottom: 15px;
}
.blg-content h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 15px;
}
.blg-content h4 a {
    text-decoration: none;
    color: #fff;
}
.blg-content {
    color: #fff;
    text-align: center;
}
.blg-content p {font-weight: 300;}
.blg-img a:hover img {
    transform: scale(1.1);
}
.blog-section {
    padding-top: 25px;
    padding-bottom: 25px;
    background: linear-gradient(to bottom, #9f5314, rgb(173 91 22 / 77%));
}
.blog-section h2{
    color: #fff;
    margin-bottom: 30px;
}
.blg-button a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
.blg-button a i {
    margin-left: 4px;
}
.sticky-icon {
    z-index: 99;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 152px;
}
.sticky-icon .stick-click {
    border-radius: 50px 0 0 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    padding: 10px;
    font-family: Oswald, sans-serif;
    transition: .8s;
    background: linear-gradient(to bottom, #9f5314, rgb(173 91 22 / 77%));
    color: #fff !important;
    cursor: pointer;
    position: absolute;
    right: -160px;
    width: 204px;
}
.sticky-icon .stick-click:nth-child(1) {
    top: 0;
}
.sticky-icon .stick-click:nth-child(2) {
    top: 55px;
}
.sticky-icon .stick-click:nth-child(3) {
    top: 110px;
}
.sticky-icon .stick-click i {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 20px;
    transition: .5s;
    color: #ffffff;
    font-size: 22px
}
.sticky-icon .stick-click img {
    vertical-align: text-bottom;
    margin-right: 5px;
    margin-left: 9px;
	transition: .5s;
}
.stick-click a{
	color: #fff;
    text-decoration: none;
}
.stick-click a:hover{
	color: #ff9a45;
}
.workflow-section .row,
.aboutrow .row {
    align-items: center;
}

@media screen and (min-width:1250px){
.sticky-icon .stick-click:hover {
    color: #fff;
    right:0;
}
.sticky-icon .stick-click:hover img {
    transform: rotate(360deg);
}
.sticky-icon .stick-click:hover {
    background: linear-gradient(to bottom, #010507, #5e5e5e);
}

}
.sticky-icon .stick-click.active {
    color: #fff;
    right: 0;
}
.sticky-icon .stick-click.active img {
    transform: rotate(360deg);
}
.sticky-icon .stick-click.active {
    background: linear-gradient(to bottom, #010507, #5e5e5e);
}
.inner-banner {
    /*min-height: 240px;
    padding-top: 65px;*/
    min-height: 400px;
    padding-top: 230px;
    background: url("../../images/about-bg.jpg");
}
.inner-banner ul {
    margin: 20px 0 0;
    padding-left: 0;
    list-style: none;
}
.inner-banner h1 {
    color: #fff;
}
.inner-banner ul li a {
    text-decoration: none;
    line-height: 21px;
    color: #fff;
}
.inner-banner ul li {
    padding: 0px 10px;
    position: relative;
    display: inline-block;
    color: #ff9f4f;
}
.inner-banner ul li:first-child{
    padding-left: 0;
}
.inner-banner ul li:after{
    content: "|";
    display: inline-block;
    line-height: 20px;
    position: absolute;
    right: -3px;
    height: 17px;
    overflow: hidden;
    color: #fff;
    top: 2px;
}
.inner-banner ul li:last-child::after {
    display: none;
}
.about-content strong {
    color: #ff9a45;
    font-weight: 600;
}
.about-video h4 {
    background: #ed9245;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.leaderimg {
    border: 4px solid #ff9a45;
}
.leader-content {
    color: #fff;
    padding-left: 10px;
}
.leader-content p {
    font-weight: 300;
}
.leader-content h4 {
    margin-bottom: 22px;
    font-size: 29px;
    color: #d4af37;
}
.leader-box {
    border: 1px solid #5b5858;
    padding: 20px;
    margin-top: 1.5rem;
}
.servic-list {
    margin: 45px 0 0px;
    padding: 0;
    list-style: none;
}
.servic-list li .col-sm-6:first-child {
    border-right: 2px solid #fb5e11;
    position: relative;
}
.ser-content {
    padding: 25px 0 0;
    color: #fff;
}
.men-heding03 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 26px;
}
.servic-list li .col-sm-6 {
    padding-right: 30px;
    padding-left: 30px;
}
.servic-list .row {
    margin: 0 -30px;
}
.servic-list .col-sm-6 {
    padding-bottom: 50px;
}
.servic-list li:last-child .col-sm-6{
    padding-bottom: 0px;
}
.servic-list li .col-sm-6:first-child:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: #fb5e11;
    right: -10px;
    top: 32px;
    border-radius: 50%;
}
.servic-list li:nth-child(even) .col-sm-6:first-child {
    order: 2;
    border-left: 2px solid #fb5e11;
    position: relative;
    border-right: none;
    margin-left: -1px;
}
.servic-list li:nth-child(even) .col-sm-6:first-child:after {
    right: inherit;
    left: -10px;
}
.ser-content p {
    line-height: 23px;
    font-weight: 400;
}
.journysec {
    padding-top: 25px;
    padding-bottom: 25px;
    background: linear-gradient(to bottom, #8e4508, rgb(173 91 22 / 93%));
}
.servic-list li:nth-child(odd) .col-sm-6:first-child .ser-img{
    text-align: right;
}
.ser-img h5 {
    color: #d4af37;
}
.cus-list {
    margin:0 0 25px;
    list-style: none;
    padding: 0;
}
.cus-list li {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}
.cstr-ul.rowform {
    display: flex;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    list-style: none;
}
.cstr-ul.rowform li {
    flex-basis: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.cstr-ul.rowform li.col-6 {
    flex-basis: 50%;
}
.cstr-ul.rowform li .form-control {
    border: 0;
    border-bottom: 1px solid #adaaaa;
    box-shadow: none !important;
    width: 100% !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 15px;
    padding: 10px;
}
.cstr-ul.rowform li .form-control::placeholder{
    color: #e3e3e3;
}
.cstr-ul.rowform li textarea.form-control {
    min-height: 100px;
}
.cnr-heading {
    color: #ff9f4f;
    margin-bottom: 30px;
}
.whybx img {
    width: 60px;
    margin-bottom: 11px;
}
.whybx h5 {
    font-size: 16px;
}
.whybx {
    margin-top: 15px;
}
.hamburger .hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .22s;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 14px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #ffffff;
}
.hamburger-inner:after, .hamburger-inner:before {
    width: 25px;
    left: -10px;
}
.hamburger.open .hamburger-inner {
    width: 30px;
}
.hamburger.open .hamburger-inner:after, .hamburger.open .hamburger-inner:before {
    left: 0px;
    width: 30px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger .hamburger-inner:before {
    transition: top .1s ease-in .25s,opacity .1s ease-in;
}
.hamburger-inner:before {
    top: -8px;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger .hamburger-inner:after {
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);
}
.hamburger-inner:after {
    bottom: -8px;
}
.hamburger.open .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(225deg);
}
.hamburger.open .hamburger-inner, .hamburger.open .hamburger-inner:after, .hamburger.open .hamburger-inner:before {
    background-color: #e27609;
}
.hamburger.open .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s;
    opacity: 0;
}
.hamburger.open .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}
.hamburger.open .hamburger-box {
    right: 0;
}
.toggler-btn {
    display: none;
}
.header-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.leaderimg img {
    width: 100%;
}
.why-box {
    padding: 23px;
    text-align: center;
    margin-top: 30px;
    color: #fff;
}
.why-content-content {
    margin-top: 20px;
}
.why-content-content h4 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #d4af37;
}
.why-content-content p {
    font-weight: 400;
    line-height: 24px;
}
.ser-include-sec {
    background: linear-gradient(to bottom, #8e4508, rgb(173 91 22 / 93%));
}
.men-heading.men-heading002 {
    color: #fff;
    margin-bottom: 1.5rem;
}
.epc-box {
    padding: 20px;
}
.epc-img {
    overflow: hidden;
    margin-bottom: 15px;
}
.epc-img img {
    transition: all 0.4s;
}
.epc-img img:hover {
    transform: scale(1.1);
}
.epc-content {
    color: #fff;
    text-align: left;
    padding-left: 0;
}
.epc-content h4 {
    color: #ffd857;
    font-size: 22px;
    margin-bottom: 20px;
}
.epc-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.epc-content ul li {
    position: relative;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 20px;
}
.epc-content ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fad054;
    position: absolute;
    margin-left: -17px;
    top: 6px;
    border-radius: 50%;
}
.epcslider .slick-track {
    margin: auto;
}
.prd-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.prd-list li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 300;
}
.servic-list002 .prd-list li {
    font-size: 15px;
}
.prd-list li strong {
    color: #e06e37;
    font-weight: 600;
}
.lower-content{
    color: #fff;
    margin-top: 30px;
    font-weight: 400;
    line-height: 24px;
}
.about-video img {
    width: 100%;
}
.about-content img {
    margin-bottom: 25px;
}
.about-content002 h2{
    color: #e06e37;
}
.visionbox {
    color: #fff;
}
.visionbox p {
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.visionbox h2 {
    color: #ed9245;
}
.visionsec img {
    width: 100%;
}
.visionsec .row {
    align-items: center;
    margin-bottom: 4rem;
}
.visionsec .row:last-child {
    margin-bottom: 0;
}

/* ------------ Responsive CSS ------------ */

@media screen and (min-width:1026px){
.submenu li a:hover {
    background: #ff9f4f;
    color: #fff;
    text-decoration: none;
}
.dropmenu:hover .submenu{
    display: block;
}

}

@media screen and (max-width:1025px){
.toggler-btn {
    display: inline-block;
    margin-top: 10px;
    width: 40px;
    position: relative;
    z-index: 99;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    z-index: 9;
    right: -23px;
}
.headmenu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: #eddfcd;
    bottom: 0;
    z-index: 9;
    width: 300px;
    padding: 95px 25px 40px;
    right: -300px;
    transition: all 0.4s;
    bottom: 0;
}
.menu-list > li {
    display: block;
    margin-right: 0;
    color: #000;
    margin-bottom: 25px;
    position: relative;
    margin-left: 0;
}
.menu-list > li {
    margin-right: 0;
    color: #000;
    margin-bottom: 25px;
    position: relative;
}
.headmenu li a {
    color: #000;
    font-size: 15px;
}
.submenu {
    position: initial;
    width: 100%;
    padding: 0;
    max-height: 320px;
    overflow-y: scroll;
    background: transparent;
    border: 0;
    min-width: auto;
}
.submenu li {
    margin: 0;
}
.submenu li a {
    padding: 8px 8px 4px;
    background: transparent;
    border: none;
    font-weight: 300;
}
.headmenu.open {
    right: 0px;
}
.header-bar {
    display: flex;
    justify-content: end;
}
.menu-section {
    order: 2;
    overflow: hidden;   
}
.header-btns {
    margin-right: 20px;
}
.menu-list > li .fa-caret-down {
    display: none;
}
.dropmenu .fa-solid {
    position: absolute;
    right: 0;
    top: 3px;
}
.submenu.active {
    display: block;
}
.menu-list {
    margin: 0;
    height: calc(100vh - 125px);
    overflow-y: scroll;
}

}

@media screen and (max-width:768px) {
body .container{
    max-width: 100%;
}
.about-video , .work-img{
    margin-bottom: 20px;
}
.section3 {
    padding: 2rem 0;
}
.testimonial-section .men-heading {
    text-align: center;
    margin-bottom: 30px;
}
.testimonial-slider {
    margin-bottom: 25px;
}
.top-footer h4 {
    margin-top: 20px;
}
.top-footer {
    padding: 2.5rem 0 1rem;
}
.leader-box {
    padding: 10px;
    margin-top: 15px;
}
.leaderimg {
    margin-bottom: 15px;
}

}

@media screen and (max-width:767px) {
.about-content {
    padding-left: 0rem;
}
.sectionpadding {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.section5 {
    padding: 2rem 0;
}
.visionsec .img-thumbnail {
    margin-bottom: 20px;
}
.visionsec .row:nth-child(odd) .col-md-6:nth-child(1) {
    order: 2;
}
.experience-sec .row .col-md-6:nth-child(odd) {
    order: 2;
}

}

@media screen and (max-width:560px) {
.counter-box  {
    text-align: center;
    margin-bottom: 30px;
}
.btn{
    padding: 8px 20px;
}
.small-pera {
    font-size: 15px;
}
.servicec-slider {
    margin: 20px -8px 0;
}
.men-heading , .about-content h2, .section5 h2{
    font-size: 32px;
    line-height: 33px;
}
.choose-box {
    padding: 12px;
    text-align: center;
}
.choose-img {
    margin-bottom: 15px;
}
.choose-content h4 {
    font-size: 15px;
}
    .inner-banner {
        /*min-height: 159px;
    padding-top: 35px;*/
        min-height: 250px;
        padding-top: 142px;
        background: url(../../images/about-bg.jpg);
        background-size: cover;
    }
.about-video h4 {
    font-size: 17px;
}
.servic-list .col-sm-6 {
    padding-bottom: 0;
}
.servic-list li:nth-child(odd) .col-sm-6:first-child .ser-img {
    text-align: left;
}
.servic-list {
    margin: 0;
}
.men-heding03 {
    margin-bottom: 8px;
    font-size: 24px;
}
.servic-list li:nth-child(even) .col-sm-6:first-child {
    order: inherit;
    border-left: 0;
    border-right: none;
    margin-left: 0;
}
.servic-list > li {
    border: 1px solid #d4af37;
    margin-bottom: 15px;
    padding: 10px;
}
.cstr-ul.rowform li.col-6 {
    flex-basis: 100%;
    width: 100%;
}
.cstr-ul.rowform li {
    margin-bottom: 12px;
}
.contactmap iframe {
    height: 300px;
}
.servic-list li .col-sm-6:first-child {
    border-right: none;
}
.servic-list li .col-sm-6:first-child:after{
    display: none;
}
.servic-list.servic-list002 {
    margin-top: 25px;
}
.why-box {
    padding: 10px;
    margin-top: 15px;
}
.epc-box {
    padding: 0;
}
.rowform button.btn {
    margin-top: 15px;
}

}