@import url(../css/bootstrap-select.css);
@import url(../css/icoonmoon.css);
@import url(../css/fontawesome.min.css);
@import url(../css/brands.css);
@import url(../css/cms.css);

/*fonts*/
@font-face {
    font-family: 'Square 721';
    src: url('../fonts/Square721BT-Bold.woff2') format('woff2'),
        url('../fonts/Square721BT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*
font-family: 'Ubuntu', sans-serif;
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    height: 100%;
    width: 100%;
    background-color: #fff;
    background-repeat: repeat;
    background-position: center top;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    color: #000000;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    word-spacing: 0;
}
.square{
    font-family: 'Square 721';
}
.ac-loader {
    overflow: hidden;
    vertical-align: middle;
    position: fixed;
    display: table;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.ac-loader .ac-loader__container {
    position: relative;
    vertical-align: middle;
    z-index: 9;
    width: 100%;
    height: 100vh;
    display: table-cell;
}

.spinnerr {
    margin: 0 auto;
    text-align: center;
}

.wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.p-0 {
    padding: 0;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}
.pb-20 {
    padding-bottom: 20px !important;
}
a:hover {
    text-decoration: none;
    color: #F59220;
}

a:focus {
    text-decoration: none;
}

.tab-content>.active {
    display: block !important;
}

.tab-pane.fade {
    opacity: 0;
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.tab-pane.fade.in {
    opacity: 1;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    display: none;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft::before,
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight::before {
    content: "\e901";
    position: absolute;
    top: -3px;
    font-family: 'icomoon' !important;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    transform: rotate(90deg);
    left: 3px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight::before {
    transform: rotate(-90deg);
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

@media(min-width:1366px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
}
@media(min-width:1440px) {
    .container {
        max-width: 1300px;
        width: 100%;
    }
}
@media(min-width:1680px) {
     .main-header .container {
        max-width: 1500px;
        width: 100%;
    } 
}
@media(min-width:1780px) {
    .container {
        max-width: 1658px;
        width: 100%;
    }
}



.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.btn.focus,
.btn:focus,
.btn:hover {
    outline: none;
}

.primary_button {
    font-size: 14px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding: 15px 20px 15px 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background:#F59220;
    transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    overflow: hidden;
}
.btn-default {
    line-height: 48px;
    border: 0px solid transparent;
    /*overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .2s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .2s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .2s cubic-bezier(.24,.74,.58,1);
    -o-transition: .2s cubic-bezier(.24,.74,.58,1);
    transition: .2s cubic-bezier(.24,.74,.58,1);
    */
    position: relative;
    color: #ffffff;
    background: #F59220;
    padding: 9px 20px;
    min-width: 180px;
    display: flex;
    justify-content: center;
    font-size:20px;
    font-weight: normal;
    border-radius: 0;
    outline: none !important;
    width: fit-content;
    transition: all 0.4s ease-in-out 0s    ;
}
.btn-default.white {
    color: #000000;
    background: #ffffff;
    border-color: #ffffff;
}
.btn-default:hover {
    outline: none !important;
    box-shadow: 4px 4px 0 #000000 !important;
    color: #ffffff;
    background: #F59220;
    border-color: #F59220;
}
.btn-default.hvr_white:hover {
    box-shadow: 4px 4px 0 #ffffff !important;
}
.btn-default.white:hover {
    color: #000000;
    background: #ffffff;
    box-shadow: 4px 4px 0 #000000 !important;
    border-color: #ffffff;
}
.btn-default span {
    z-index: 1;
    position: relative;
    color: #ffffff;
}
.btn-default.white span {
    color: #000000;
}



/*
.btn-default:before,
.btn-default:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-color: #000000;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.btn-default:before {
    left: -20px;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: criss-cross-left-revert .6s both alternate;
    -khtml-animation: criss-cross-left-revert .6s both alternate;
    -moz-animation: criss-cross-left-revert .6s both alternate;
    -ms-animation: criss-cross-left-revert .6s both alternate;
    -o-animation: criss-cross-left-revert .6s both alternate;
    animation: criss-cross-left-revert .6s both alternate
}

.btn-default:after {
    right: -20px;
    -webkit-transform: translate(50%,-50%);
    -khtml-transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    -o-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    -webkit-animation: criss-cross-right-revert .6s both alternate;
    -khtml-animation: criss-cross-right-revert .6s both alternate;
    -moz-animation: criss-cross-right-revert .6s both alternate;
    -ms-animation: criss-cross-right-revert .6s both alternate;
    -o-animation: criss-cross-right-revert .6s both alternate;
    animation: criss-cross-right-revert .6s both alternate
}


.btn-default:hover {
    border: 1px solid #000000;
    -webkit-transition: .2s cubic-bezier(.24,.74,.58,1).4s;
    -khtml-transition: .2s cubic-bezier(.24,.74,.58,1).4s;
    -moz-transition: .2s cubic-bezier(.24,.74,.58,1).4s;
    -ms-transition: .2s cubic-bezier(.24,.74,.58,1).4s;
    -o-transition: .2s cubic-bezier(.24,.74,.58,1).4s;
    transition: .2s cubic-bezier(.24,.74,.58,1).4s;
}
.btn-default.white:hover span {
    color: #ffffff;
}

.btn-default:hover:before {
    -webkit-animation: criss-cross-left .6s both alternate;
    -khtml-animation: criss-cross-left .6s both alternate;
    -moz-animation: criss-cross-left .6s both alternate;
    -ms-animation: criss-cross-left .6s both alternate;
    -o-animation: criss-cross-left .6s both alternate;
    animation: criss-cross-left .6s both alternate
}

.btn-default:hover:after {
    -webkit-animation: criss-cross-right .6s both alternate;
    -khtml-animation: criss-cross-right .6s both alternate;
    -moz-animation: criss-cross-right .6s both alternate;
    -ms-animation: criss-cross-right .6s both alternate;
    -o-animation: criss-cross-right .6s both alternate;
    animation: criss-cross-right .6s both alternate
}
*/
@media (max-width:1440px) {
    .btn-default {
        line-height: 30px;
        border: 1px solid transparent;
        padding: 9px 20px;
        min-width:160px;
        font-size:16px;
    }
}
@media(max-width:767px) {
    .btn-default {
        padding: 6px 20px;
        min-width: 150px;
        font-size: 14px;
    }
}


.btn-style2 {
    position: relative;
    color: #fff;
    background-color: initial;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.btn-style2:before {
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,right top,from(#ff7e5f),to(#feb47b));
    background: -webkit-linear-gradient(left,#ff7e5f,#feb47b);
    background: -o-linear-gradient(left,#ff7e5f,#feb47b);
    background: linear-gradient(90deg,#ff7e5f,#feb47b)
}

.btn-style2 i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 0;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.btn-style2:hover:before {
    -webkit-transform: rotate(315deg);
    -khtml-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg)
}

.btn-style3 {
    color: #000000;
    background: 0 0;
    border-radius: 0;
    padding: 6px 20px;
    min-width: 180px;
    justify-content: center;
    font-size: 20px;
    font-weight: normal;
    border: 1px solid #000000;
}
.btn-style3:hover,
.btn-style3:active,
.nice-select.open.btn-style3,
.btn-style3:focus {
    color: #ffffff;
    background: #F59220;
    box-shadow: 4px 4px 0 #000000 !important;
    border: 1px solid #F59220;
}
.btn-style3.white {
    color: #ffffff;
    border-color: #ffffff;}
.btn-style3.white:hover {
    color: #000000;
    background: #ffffff;
    border-color: #ffffff;}   
.btn-style3 .pxl--svg {
    display: none;
}


@media(max-width:1440px){
    .btn-style3 {
        line-height: 30px;
        min-width:160px;
        font-size: 16px;
    }
}
@media(max-width:767px) {
    .btn-style3 {
        min-width:150px;
        font-size: 14px;
    }
}

.btn-style4 {
    font-size: 16px;
    line-height: 1.75;
    width: 135px;
    height: 135px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    flex-direction: column-reverse;
    background-color: initial;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.btn-style4:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(#ff7e5f),to(#feb47b));
    background: -webkit-linear-gradient(left,#ff7e5f,#feb47b);
    background: -o-linear-gradient(left,#ff7e5f,#feb47b);
    background: linear-gradient(90deg,#ff7e5f,#feb47b);
    z-index: 1;
    -webkit-animation: pxl_rotated_circle 50s infinite;
    -khtml-animation: pxl_rotated_circle 50s infinite;
    -moz-animation: pxl_rotated_circle 50s infinite;
    -ms-animation: pxl_rotated_circle 50s infinite;
    -o-animation: pxl_rotated_circle 50s infinite;
    animation: pxl_rotated_circle 50s infinite
}

.btn-style4 span {
    text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
    z-index: 2;
    -webkit-transition: .3s;
    -khtml-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-style4 i {
    margin: 0 0 8px;
    z-index: 2
}

.btn-style4:hover span {
    text-decoration-color: #fff;
    -webkit-text-decoration-color: #fff;
    -moz-text-decoration-color: #fff
}

.btn-style5 {
    font-size: 18px;
    line-height: 55px;
    padding: 0 40px;
    overflow: visible;
    background-image: -webkit-linear-gradient(90deg,#ff7e5f,#feb47b);
    background-image: -moz-linear-gradient(90deg,#ff7e5f,#feb47b);
    background-image: -ms-linear-gradient(90deg,#ff7e5f,#feb47b);
    background-image: -o-linear-gradient(90deg,#ff7e5f,#feb47b);
    background-image: linear-gradient(90deg,#ff7e5f,#feb47b)
}

.btn-style5 span {
    z-index: 1
}

.btn-style5 i {
    margin-left: 15px;
    z-index: 1
}

.btn-style5:hover span,.btn-style5:hover i {
    -webkit-animation: 1.3s pxl_shake infinite alternate;
    -khtml-animation: 1.3s pxl_shake infinite alternate;
    -moz-animation: 1.3s pxl_shake infinite alternate;
    -ms-animation: 1.3s pxl_shake infinite alternate;
    -o-animation: 1.3s pxl_shake infinite alternate;
    animation: 1.3s pxl_shake infinite alternate
}

.btn-style5:hover:before {
    opacity: 0;
    -webkit-transform: scale(.5);
    -khtml-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.btn-style5:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.btn-white-shape {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--third-color);
    padding: 11px 29px;
    color: var(--primary-color);
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 400ms ease;
    -khtml-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.btn-white-shape span {
    z-index: 2;
    -webkit-transition: inherit;
    -khtml-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.btn-white-shape i {
    margin-left: 10px;
    z-index: 2;
    -webkit-transition: inherit;
    -khtml-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.btn-white-shape:before {
    content: '';
    position: absolute;
    bottom: -245%;
    left: -50px;
    right: -50px;
    height: 318%;
    z-index: 1;
    background: var(--secondary-color);
    pointer-events: none;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(50px);
    -khtml-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 850ms ease;
    -khtml-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -ms-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease
}

.btn-white-shape:hover {
    -webkit-transition: all 400ms ease;
    -khtml-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.btn-white-shape:hover span,.btn-white-shape:hover i {
    color: #fff
}

.btn-white-shape:hover:before {
    bottom: 0;
    left: -70px;
    right: -70px
}

button.primary_button {
    border: 0;
}

@keyframes pxl_shake {
    0% {
        transform: skewX(-15deg)
    }

    5% {
        transform: skewX(15deg)
    }

    10% {
        transform: skewX(-15deg)
    }

    15% {
        transform: skewX(15deg)
    }

    20% {
        transform: skewX(0)
    }

    100% {
        transform: skewX(0)
    }
}
@keyframes criss-cross-left-revert {
    0% {
        left: 50%;
        width: 150%;
        height: 150%
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        left: -20px
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        right: 50%;
        width: 150%;
        height: 150%
    }
}

@keyframes criss-cross-right-revert {
    0% {
        right: 50%;
        width: 150%;
        height: 150%
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        right: -20px
    }
}

@-webkit-keyframes pxl_rotated_circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes pxl_rotated_circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes pxl_rotated_circle_scale {
    0% {
        -webkit-transform: rotate(0)scale(.88);
        transform: rotate(0)scale(.88)
    }

    100% {
        -webkit-transform: rotate(-360deg)scale(.88);
        transform: rotate(-360deg)scale(.88)
    }
}

@keyframes pxl_rotated_circle_scale {
    0% {
        -webkit-transform: rotate(0)scale(.88);
        transform: rotate(0)scale(.88)
    }

    100% {
        -webkit-transform: rotate(-360deg)scale(.88);
        transform: rotate(-360deg)scale(.88)
    }
}


@media(min-width:1200px) {
    .primary_button:hover {
        color: #ffffff;
    }
    .primary_button:hover:before {
        top: -40%;
    }
    .call-btn:hover i:after {
        top: -40%;
    }
}

.social-link {
    margin-top: 30px;
    display: flex;
}

.social-link li+li {
    margin: 0 0 0 10px;
}

.social-link li a {
    font-size: 14px;
    height: 24px;
    width: 24px;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.social-link li a:hover {
    background: #ffffff;
    color: #F59220;
}


/* common select css*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}


.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
}

.dropdown-menu {
    padding: 0 !important;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F59220;
    border: 2px solid #F59220;
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #D6D6D6;
    background: transparent;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

button.btn {
    outline: none;
}

/* Center Images Thumbnail Start */
body .thumbnail_container {
  padding-bottom: 101%; }

body .thumbnail {
    overflow: hidden;
     width: 100%; }

  body .thumbnail a, body .thumbnail img {
    display: block;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

/* Center Images Thumbnail end */

.buorg {
    display: none;
}

.buorg__text {
    background-color: #F59220;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.buorg__text a {
    color: #000;
}

.buorg__text a:hover {
    color: #fff;
}

body #back-top {
    position: fixed;
    bottom: 60px;
    right: 15px;
    cursor: pointer;
    z-index: 99999;
}

@media(max-width: 767px) {
    body #back-top {
        display: none !important;
    }
}

body #back-top i {
    background:#ea8623;
    box-shadow: 3px 4px 21px 9px rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
}

body #back-top:before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    z-index: -1;
    background-color: #ea872386;
    -webkit-box-shadow: 0 0 25px rgba(226, 226, 226, .3);
    box-shadow: 0 0 25px rgba(226, 226, 226, .3);
    -webkit-animation: blinks 1.5s infinite;
    animation: blinks 1.5s infinite;
}

@-webkit-keyframes blinks {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0;
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blinks {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0;
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media(max-width:568px) {
    .col-xss-12 {
        width: 100%;
    }
}

ul.dots-list li {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

ul.dots-list li:before {
    position: absolute;
    content: '';
    background: #000000;
    height: 8px;
    width: 8px;
    left: 0;
    top: 6px;
    border-radius: 100%;
}

button.btn:focus {
    outline: none;
}

.icon-building {
    font-size: 40px;
    color: #F59220;
}

.error,
.required {
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    color: red;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
}
.section_header {
    display: flex;
    align-items: flex-end;
    padding-bottom: 60px;
    justify-content: space-between;
}
.section_header .common-title {
    padding:0px;
    text-align: left;
}
.common-title {
    padding-bottom: 50px;
    text-align: center;
}

.common-title .section-title {
    font-size: 40px;
    line-height: 120%;
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #000000;
    margin: 0;
}

.common-title .section-title span {
    color: #F59220;
}

.common-title .small-title {
    position: relative;
    color: #F59220;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 1;
}

.common-title.no-data {
    padding: 200px;
    /*padding-bottom: 0;*/
}

.common-title.no-data .small-title {
    font-size: 28px;
}

@media(max-width:1439px) {
    .common-title .section-title {
        font-size: 32px;
    }
    .common-title .small-title {
        font-size: 22px;
    }
}
@media(max-width: 1199px) {
    .common-title {
        padding-bottom: 30px;
    }
    .common-title .section-title {
        font-size: 30px;
    }
    .common-title .small-title {
        font-size: 14px;
    }
    .common-title.no-data .small-title {
        font-size: 24px;
    }
}

@media(max-width: 767px) {
    .common-title .section-title {
        font-size: 26px;
    }
    .common-title.no-data .small-title {
        font-size: 22px;
    }
}


/* desk menu S */

.desktopmenu_content {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    padding: 100px 50px;
    -webkit-transform: perspective(300px)rotateY(18deg);
    transform: perspective(300px)rotateY(18deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 55%;
}

.desktopmenu_content .close_btn {
    position: absolute;
    top: 20px;
    right: 40px;
}

.desktopmenu_content .close_btn a {
    font-size: 20px;
    border: 1px solid #000;
    line-height: 42px;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    color: #000;
}

.desktopmenu_content .close_btn a:hover {
    color: #F59220;
    border: 1px solid #F59220;
}

.desktopmenu_content .inner_content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.desktopmenu_content .inner_content .left_side {
    width: 40%;
    overflow-y: auto;
    height: calc(100vh - 150px);
    padding: 0px 10px;
}

.desktopmenu_content .inner_content .left_side ul {
    width: 100%;
}
.desktopmenu_content .inner_content .left_side li {
    background: url(../images/logo-icon.png) no-repeat left center;
    padding-left: 42px;
}
.desktopmenu_content .inner_content .left_side li a {
    font-size: 33px;
    padding: 24px 12px;
    display: block;
    border-top: 1px solid #efebeb;
}

.desktopmenu_content .inner_content .right_side {
    width: 70%;
        padding: 0px 24px;
            overflow-y: auto;
    height: calc(100vh - 150px);
}

.desktopmenu_content .inner_content .right_side li+li {
    margin-top: 20px;
}

.desktopmenu_content .inner_content .right_side li a {
    font-size: 20px;
    display: flex;
    align-items: baseline;
    flex-direction: row;
}

.desktopmenu_content .inner_content .right_side li a {
    font-size: 20px;
    display: flex;
    align-items: center;
}

.desktopmenu_content .inner_content .right_side li a i {
    width: 7% !important;
    height: 38px;
    width: 35px;
    background: #F59220;
    color: #fff;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    border-radius: 100%;
    font-size: 17px;
    margin-right: 15px;
}
.desktopmenu_content .inner_content .right_side .menu-box h3{
    color: #000;
    font-size: 25px !important;
    font-weight: 500 !important;
    /* padding-left: 20px; */
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 15px;
    margin-bottom: 20px !important;
}
.desktopmenu_content .inner_content .right_side .menu-box h3 img{
    margin-left: 11px
}
.desktopmenu_content .inner_content .right_side .menu-box{
    padding: 20px 0px;
    border-top: 1px solid #efebeb;
}
.desktopmenu_content .inner_content .right_side .menu-box .add-link li{
        font-size: 18px;
    font-weight: 600;
        display: flex;
    flex-direction: row;
}
.desktopmenu_content .inner_content .right_side .menu-box .add-link li .start-icon{
        display: flex;
    flex-direction: row;
}
.desktopmenu_content .inner_content .right_side .menu-box .add-link li i{
    width: 7% !important;
    height: 38px;
    width: 35px;
    background: #F59220;
    color: #fff;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    border-radius: 100%;
    font-size: 17px;
    margin-right: 15px;
}
.desktopmenu_content ::-webkit-scrollbar-thumb {
    background-color: #F59220;
    border-radius: 50px;
}

.desktopmenu_content ::-webkit-scrollbar {
    width: 5px;
    background: #e9e9e9;
}

.open_desk .desktopmenu_content {
    transform: perspective(300px) rotateY(0deg);
    opacity: 1;
    visibility: visible;
}

@media(max-width:1440px) {
    .desktopmenu_content .inner_content .left_side li {
        padding-left:30px;
        background-size: 22px;
    }
    .desktopmenu_content .inner_content .left_side li a {
        font-size: 24px;
        padding: 15px 0;
    }
}
@media(max-width:1199px) {
    .desk_menu {
        display: none !important;
    }    
}


/* desk menu E */

.header-section .desk_menu {
    display: flex;
    height: 100%;
    align-items: center;
    width: 65px;
    overflow: hidden;
    z-index: 1;
    padding: 19px 0;
    margin: -10px 0;
    position: relative;
}

.header-section .desk_menu:after {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -230%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background: #000;
}

.header-section .desk_menu:hover:after {
    top: -40%;
}

.header-section .desk_menu a {
    color: #fff;
    font-size: 25px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-section .desk_menu a img {
    max-width: 25px;
}


/*Header fixed css*/

.fixed .header-section .menu .sub-menu li {
    padding: 0;
}

.fixed .header-section .logo {
  /*  max-width: 100px;*/
}

/******************/
.mobile_social_link {
    right:15px;
    position: fixed;
    bottom: 120px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: all 0.4s ease-in-out 0s;
}
.mobile_social_link a {
    margin-bottom: 10px;
    background: #ea8623;
    box-shadow: 3px 4px 21px 9px rgb(255 255 255 / 10%);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-size: 21px;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
}
.mobile_social_link.icon_show a:hover{
    color:#000 !important;
}
.mobile_social_link a span {
    padding-left: 10px;
    font-size: 0px;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
    visibility: hidden;
    width: 0px;
}
.mobile_social_link a:hover span {
    font-size: 16px;
    visibility: visible;
    width: auto;
}
/*.mobile_social_link.icon_show {
    right: 15px;
    transition: all 0.4s ease-in-out 0s;
}*/


/********************/

/*Heder fixed css end*/

.main-header {
    position: relative;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0px;
    position: absolute;
    background: #000;
}

.header-section {
    position: relative;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-section .show-mobile-num {
    margin: 0 50px 0 0;
    display: none;
}

.header-section .logo {
    max-width: 180px;
}

.header-section .logo a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-section .logo a .logo-head {
    max-width: 116px;
}

.header-section .logo a .flag-logo {
    max-width: 35px;
    margin-left: 5px;
    max-height: 30px;
}

.header-section .logo a .logo-text {
    font-size: 9px;
    color: #F59220;
    font-weight: 600;
    line-height: 100%;
    padding-top: 5px;
}

.header-section .menu ul li {
    display: inline-block;
}

.header-section .menu ul li+li {
    margin-left: 18px;
}

.header-section .menu ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding: 20px 6px;
    font-weight: normal;
    border-radius: 6px;
}

.header-section .menu ul li>a:hover,
.header-section .menu ul li.active>a {
    color:#f59220;
    position: relative;
}
.header-section .menu .dropdown{
    margin-bottom: 0px;
}
.menu ul .sub-menu li+li {
    margin-left: 0;
}

.header-flightbtn {
    display: flex;
    align-items: center;
    margin: 0 0 0 40px;
}

.header-flightbtn .get-btn {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #efebeb;
}

.header-flightbtn .get-btn i {
    transform: rotate(-145deg);
    margin-left: 20px;
}

.header-flightbtn .get-btn:hover {
    color: #F59220;
}
.fixed.main-header {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    background: #000000;
    top:0px;
    position: fixed;
}


@media (min-width: 1200px) {
    .header-section .menu {
        display: flex;
        align-items: center;
        padding-right:20px;
        margin-left: auto;
    }
    .fixed.main-header {        
        -webkit-animation: smoothScroll .5s forwards;
        -khtml-animation: smoothScroll .5s forwards;
        -moz-animation: smoothScroll .5s forwards;
        -ms-animation: smoothScroll .5s forwards;
        -o-animation: smoothScroll .5s forwards;
        animation: smoothScroll .5s forwards;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
        -khtml-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
        -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
        background: #000000;
    }
    @keyframes smoothScroll {
        0% {
            -webkit-transform: translateY(-100px);
            -khtml-transform: translateY(-100px);
            -moz-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            -o-transform: translateY(-100px);
            transform: translateY(-100px);
        }
        100% {
            -webkit-transform: translateY(0);
            -khtml-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }
    .header-section .menu ul li a:hover {
        /*color: #F59220;*/
    }
    .menu ul .sub-menu {
        display: initial;
        position: absolute;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        left: 0;
        top: 40px;
        text-align: left;
        list-style: none;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        border-radius: 0;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
    }
    .fixed.main-header .menu ul .sub-menu {
        top: 42px;
    }
    .menu ul li:hover>.sub-menu {
        display: inherit;
        opacity: 1;
        visibility: visible;
    }
    .menu ul li:hover>.sub-menu>li {
        transform: translateY(0);
        -webkit-transition-delay: 70ms;
        -moz-transition-delay: 70ms;
        -ms-transition-delay: 70ms;
        -o-transition-delay: 70ms;
        transition-delay: 70ms;
    }
    .menu>ul .sub-menu .sub-menu {
        top: 0!important;
        left: 180px;
        padding: 0;
    }
    .menu ul .sub-menu li {
        padding: 0;
        margin: 0px;
        width: 346px;
        float: none;
        display: list-item;
        position: relative;
        transform: translateY(11px);
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .menu ul .sub-menu li a {
        display: block;
        padding: 12px 10px;
        font-size: 13px;
        font-weight: 600;
        line-height: 150%;
        color: #000000;
        border-bottom: 1px solid rgb(223 223 223 / 10%);
    }
    .menu>ul .sub-menu .dropdown>a:after {
        position: absolute;
        content: "\e901";
        font-family: icomoon!important;
        right: 8px;
        top: 11px;
        font-size: 10px;
        transform: rotate(-90deg);
    }
    .menu ul .sub-menu li a.active {
        color: #fff;
        background-color: #b4d51b;
    }
    .menu ul .sub-menu li a:hover {
        color: #fff;
        background:#F59220;
    }
    .menu>ul>.dropdown>a:after {
        display: inline-block;
        margin-left: 9px;
        content: "\e049";
        font-family: "Font Awesome 6 Brands";
        font-size: 18px;
        font-weight: normal;
    }
}
@media (min-width: 1640px) {
    .main-header {
        /*top: 40px;*/
    }
    .header-section .desk_menu a img {
        max-width:100%;
    }
    .header-section .menu ul li a {
        font-size: 18px;
    }
    .header-section .logo {
        max-width: 325px;
    }
    .header-section .menu {
        padding-right: 58px;
    }
    .header-section .menu ul li+li {
        margin-left: 35px;
    }
    .menu ul .sub-menu li+li {
        margin-left: 0;
    }
}

@media (max-width: 1640px) {
    .menu ul .sub-menu li+li {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    .header-section .logo a .flag-logo {
        max-width: 30px;
    }
    .header-section {
        padding: 10px 20px;
    }
    .header-section .show-mobile-num {
        display: flex;
    }
    .nav-mobile .header-flightbtn {
        margin: 20px;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .header-section .show-mobile-num .get-btn {
        display: none;
    }
}

@media (max-width: 479px) {
    .header-flightbtn .phone-num {
        height: 40px;
        width: 40px;
    }
}


/*Banner csss*/

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.home-banner-02 {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100vh;
    align-items: center;
}

.home-banner-02 .banner_social_link {
    width: 71px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F59220;
    color: #ffffff;
    height: 100%;
}

.home-banner-02 .banner_social_link a {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 14px;
    margin: 20px 0;
    font-weight: normal;
}
.home-banner-02 .banner_social_link a:hover { color: #000000;}

.home-banner-02 .banner_social_link a i {
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #000000;
    font-size: 22px;
}

.home-banner-02 .carousel {
    background-image: url(../images/banner_2_test.png);
    padding: 50px 0 0;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    /*background-position: center center;*/
    background-position-y: -50px;
    width: 100%;
    margin-left: auto;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #000;
}

.h-b_caption{
   position: relative;   
}

.animation img{
    position: absolute;
    width: 300px;
    right: 0px;
    opacity: 0.3;
    animation: rotateAnimation 10s infinite linear;
}

 @keyframes rotateAnimation {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }@namespace

.videoembed {
    position: absolute;
    top: 0;
    /*z-index: -99; */
    width: 100%; 
    height: 100%;
    object-fit: cover;
  }
.home-banner-02 .carousel .carousel-inner {
    z-index: 9;
}
.home-banner-02 .carousel:before {
    content: "";
    width: 463px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #F59220;
    z-index: 9;
}
.home-banner-02 .carousel::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.home-banner-02 .h-b_caption {
    max-width: 750px;
    padding: 20px 80px 0 20px;
}

.home-banner-02 .h-b_item .title {
    color: #ffffff;
    font-size: 76px;
    font-weight: normal;
    line-height: 140%;
    margin-bottom: 22px;
}


.home-banner-02 .h-b_item .banner-desc {
    color: #ffffff;
    font-size: 18px;
    line-height: 180%;
}
.home-banner-02 .h-b_item .banner-desc p{ 
    color: #ffffff;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.43;
    margin: 0;
}
.home-banner-02 .h-b_item .banner-desc p + p {
    margin-top: 25px;
}

.home-banner-02 .banner-btn {
    margin-top: 30px;
    display: flex;
}

.home-banner-02 .banner-btn .primary_button+.primary_button {
    margin-left: 20px;
    color: #ffffff;
}

.home-banner-02 .banner-btn .primary_button+.primary_button i {
    color: #ffffff;
}

.home-banner-02 .banner_center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.home-banner-02 .carousel .h-b_fill {
    width: 43.6%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    border:3px solid #F59220;
}
.home-banner-02 .carousel .h-b_fill:before {
    content: "";
    position: absolute;
    width: 133px;
    height: 77px;
    background: url(../images/dot_bg.png) no-repeat left top;
    right: -65px;
    bottom: -49px;
    z-index: -1;
}
.home-banner-02 .carousel-control {
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 20px;
    color: #ffffff;
    top: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;
    transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

.home-banner-02 .carousel-control:hover {
    background: #000;
    border: 1px solid #000;
}

.home-banner-02 .carousel-control-main {
    display: block;
    width: 100%;
    position: relative;
    padding: 50px;
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    background: transparent linear-gradient(217deg, #750415 0%, #D60020 42%, #570015 100%) 0% 0% no-repeat padding-box;
}

.home-banner-02 .carousel-control.left {
    left: 30px;
    transform: rotate(90deg);
}

.home-banner-02 .carousel-control.right {
    right: 30px;
    transform: rotate(-90deg);
}
.home-banner-02 .carousel-indicators {
    margin: 20px 0 0;
    left: 0;
    right: 0;
    text-align: center;
    width: auto;
    bottom: 20px;
    counter-reset: dots;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.home-banner-02 .carousel-indicators li {
    border-radius:0px;
    height: auto;
    width: auto;
    margin: 0;
    border: 0;
    opacity: 1;
    position: relative;
    background: none;    
    display: flex;
    align-items: center;
    padding: 7px 0;
}

.home-banner-02 .carousel-indicators li::before{
    content: '';   
    counter-increment:dots;
    content: counter(dots, decimal-leading-zero);
    text-indent: initial;
    font-size: 20px;
    font-weight: 600;
    color: transparent;
    position: absolute;
}

.home-banner-02 .carousel-indicators li:nth-child(1)::before, .home-banner-02 .carousel-indicators li:last-child::before{
    color: #ffffff;
    position: static;
}

.home-banner-02 .carousel-indicators li:nth-child(odd):before {margin-right: 10px;}
.home-banner-02 .carousel-indicators li:last-child:before {margin-left: 10px; order: 2;}
.home-banner-02 .carousel-indicators li:nth-child(1).active::before, .home-banner-02 .carousel-indicators li:last-child.active::before {
    color: #F59220;
}

.home-banner-02 .carousel-indicators li:after {
    content: '';   
    border-radius: 50px;
    height: 3px;
    width: 73px;
    margin-top: 0;
    border: 0;
    opacity: 1;
    position: relative;
    background: #ffffff; 
}
.home-banner-02 .carousel-indicators li.active::after {
    background: #F59220;
}


@media(min-width:1640px) {
    .home-banner-02 .banner_social_link a {
        font-size: 18px;
    }
.home-banner-02 .carousel-indicators {
    bottom: 80px;
}
.home-banner-02 .banner_center {
    padding: 60px 0;
}
.home-banner-02 .carousel .h-b_fill:before {
    width: 175px;
    height: 91px;
    right: -78px;
    bottom: -58px;
}
}
@media(max-width:1400px) {
    .home-banner-02 .h-b_item .title {
        font-size: 44px;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .home-banner-02 .h-b_caption {
        padding: 0 80px 0 0px;
        max-width: 600px;
    }
    .home-banner-02 .h-b_item .banner-desc p {
        font-size: 16px;
    }
    .home-banner-02 .carousel .h-b_fill {
        width: 37%;
    }
    .home-banner-02 .carousel:before {
        width: 330px;
    }
    .home-banner-02 .carousel-indicators li::before {
        font-size: 18px;
    }
    .home-banner-02 .carousel-indicators li:after {
        width: 50px;
    }
}

@media(max-width:1199px) {
    .home-banner-02 .h-b_item .title {
        font-size:46px;
    }
    .home-banner-02 .carousel {
        width: 100%;
    }
    .banner_social_link {
        display: none !important;
    }
    .home-banner-02 .carousel:before {
        display: none;
    }
}

@media(max-width:991px) {
    .home-banner-02 .banner_center {
        flex-direction: column;
        padding: 0 15px;
    }
    .home-banner-02 .h-b_item .title {
        font-size: 26px;
    }
    .home-banner-02 .carousel .h-b_fill:before {
        display: none;
    }
    .home-banner-02 .carousel-indicators li::before {
        font-size: 16px;
    }
    .home-banner-02 .carousel-indicators li:after {
        width: 50px;
    }
    .home-banner-02 .carousel .h-b_fill {
        width: 80%;
        background-position: center center;
    }
    .home-banner-02 .h-b_caption {
        padding: 0;
        max-width: 100%;
        margin: 30px 0 
        20px 0;
        order: 2;
    }    
}
@media(max-width:767px) {
    .home-banner-02 {
        min-height: 100vh;
        height: auto;
    }
    
    .home-banner-02 .h-b_item .banner-desc p {
        font-size: 14px;
    }
    .home-banner-02 .carousel {
        padding: 80px 0;
        min-height: 100vh;
    }
}
@media(max-width:568px) {
    .home-banner-02 .h-b_item .title {
        font-size: 24px;
    }
}


/*Banner css end*/


/*nav mobile*/

.nav-mobile {
    background: #000;
}

#nav-mobile-btn i {
    display: block;
    position: relative;
    color: #F59220;
    font-size: 24px;
}

#nav-mobile-btn .icon-close {
    display: none;
}

.wrapper.open #nav-mobile-btn .icon-menu {
    display: none;
}

.wrapper.open #nav-mobile-btn .icon-close {
    display: block;
}

.nav-mobile>ul li>a {
}

.nav-mobile>ul ul {
    border: none;
}

.nav-mobile h2 i {
    font-size: 21px;
    margin-right: 10px;
    display: none;
}

.nav-mobile a:hover,
.nav-mobile a.active {
    color: #F59220;
    background: none !important;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .animated {
        animation-duration: 0s;
    }
    #nav-mobile-btn,
    .nav-mobile {
        display: block;
        background: transparent;
    }
    .menu {
        display: none;
    }
}


/* common css */

.thumbnail_container .box-link {
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.thumbnail_container .box-link .link {
    color: #fff;
    font-size: 18px;
}

.thumbnail_container .box-link .link i {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    transition-duration: .2s;
    font-size: 18px;
    display: inline-block;
}

.form-group .label-title {
    color: #000000;
}

.form-control {
    border-radius: 6px;
    height: 40px;
    border-width: 1px;
    border-color: rgb(0 33 52 / 50%);
    background: transparent;
    box-shadow: none;
    color: #000000;
    font-weight: 500;
}

textarea.form-control {
    height: 90px;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: inherit;
}

@media (min-width:1200px) {
    .thumbnail_container:hover .box-link {
        opacity: 1;
    }
    .thumbnail_container .box-link .link:hover i {
        background: #fff;
        color: #005475;
    }
}

@media (max-width:991px) {
    h2 {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 22px;
    }
}


/* common select css*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}
.select-group {
    margin-bottom: 30px
}

.select-group .dropdown-toggle {
    background: transparent !important;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgb(0 33 52 / 50%);
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0;
    display: inherit;
}

.select-group .check-mark::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -4px;
    width: 6px;
    height: 10px;
    border: solid #D30424;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret::after {
    font-family: 'icomoon';
    position: absolute;
    content: "\e901";
    top: 3px;
    right: 0;
    font-size: 10px;
    font-weight: 700;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li {
    padding: 0;
    margin-top: 0;
}

.select-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    padding-right: 20px;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li+li {
    border-top: 1px solid #EFEFEF;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li:hover {
    background: #f5f5f5;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li:before {
    left: 10px;
    top: 12px;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 10px;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li a:hover {
    background: transparent;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
}

.dropdown-menu {
    padding: 0 !important;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}


/*Inner banner css*/

.inner-banner {
    position: relative;
    z-index: 3;
}
.inner_banner_bg {
    width: 100%;
    height: 350px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 50px 0;
    text-align: center;
}

.inner-banner .inner_banner_bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background:#F59220;
}
.inner-banner .container {
    height: 100%;
    display: flex;
    align-items: end;
    position: relative;
}


.inner-banner .inner-title-main h1 {
    color: #ffffff;
    line-height: 120%;
    letter-spacing: 2px;
    text-align: left;
    display: inline-block;
    font-size: 55px !important;
    font-weight: 600 !important;
}

.inner-banner .back-list {
    text-align: right;
    position: relative;
    bottom: -10px;
    width: 100%;
}

.inner-banner .back-list a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 600;
    color: #ea8623;
}

.inner-banner .back-list a i {
    margin-right: 5px;
    font-weight: 700;
}

@media(min-width:1200px) {
    .inner-banner .back-list a:hover {
        color: #000000;
    }
}

@media(min-width:1440px) {
    .inner-banner .inner-title-main h1 {
        /*font-size:62px;*/
    }
    .inner-banner .i-b_fill {
        height: 450px;
    }
        
    .inner-banner .inner-title-main {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
    }
}

@media(max-width:1199px) {
    .inner-banner .inner-title-main h1 {
        font-size: 36px;
    }
}

@media(max-width:767px) {
    .inner-banner .i-b_fill {
        height: 200px;
    }
    .inner-banner .inner-title-main h1 {
        font-size: 28px
    }
    .inner_banner_bg{
        height: 284px;
    }
}

@media(max-width:479px) {
    .inner-banner .inner-title-main {
    position: absolute;
    left: 50%;
    z-index: 1;
    top: 65%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
    .inner-banner .inner-title-main h1 {
        font-size: 24px;
        text-align: center;
    }
}


/*Inner banner End*/

.inner-page-conatiner {
    position: relative;
    padding-top: 50px;
    z-index: 1;
}

@media(max-width:1199px) {
    .inner-page-conatiner {
        padding-top: 30px;
    }
}


/* About Section S */

.about-section {
    position: relative;
    padding-bottom: 50px;
    z-index: 1;
    background-image: url(../images/about_bg.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-section .about-box-main {
    display: flex;
    align-items: center;
}

.about-section .about-box-main .left-side {
    width: 47%;
    position: relative;
    z-index: 1;
}
.about-section .items_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 30px 0px 0px;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    /*justify-content: space-evenly;*/    
}
.about-section .items_wrap .about_item {
    width: 46%;
    position: relative;
}

.about-section .items_wrap .about_item:nth-child(1) img{
    filter: contrast(125%) brightness(100%);
    max-width: 793px;
    width: 793px;
}
.about-section .items_wrap .about_item:nth-child(1):before {
    content: "";
    position: absolute;
    left: -43px;
    bottom: 33px;
    width: 48.5%;
    height: 33.3%;
    z-index: -1;
    background: #F59220;
  }
.about-section .items_wrap .about_item.video_player_wrap {
    width: 100%;
    text-align: center;
    margin-top: 38px;
}

.video_player_img {}
.btn-video-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-video-wrap .btn-video {
    width: 102px;
    height: 102px;
    border-radius:100%;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}
.btn-video-wrap .btn-video i {
    width: 52px;
    height: 52px;
    border-radius: 52px;
    background: #ea8623;
    font-size: 20px;    
    color: #ffffff;
    box-shadow: 3px 4px 21px 9px rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    position: relative;
    z-index: 9;
    line-height: 52px;
    }
.btn-video-wrap .btn-video:before {
    position: absolute;
    content: "";
    top:0px;
    left:0px;
    width:100px;
    height:100px;
    border-radius: 100%;
    z-index: 0;
    background-color: #ea872386;
    -webkit-box-shadow: 0 0 25px rgba(226, 226, 226, .3);
    box-shadow: 0 0 25px rgba(226, 226, 226, 0.3);
    -webkit-animation: blinks 1.5s infinite;
    animation: blinks 1.5s infinite;
}
   

.about-section .about-box-main .right-side {
    width: 50%;
    padding:0px 20px 0 85px;
}

.about-section .about-box-main .right-side .common-title {
    align-items: flex-start;
    padding-bottom:30px;
    text-align: left;
}

.about-section .about-box-main .right-side .box .text {
    font-size: 26px;
    color: #000000;
    font-weight: 500;
    line-height: 1.3;    
}
.about-section .about-box-main .right-side .box .text-divider {
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
    }
.about-section .about-box-main .right-side .box .text-divider:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #707070;
    opacity: 0.49;
}
.about-section .about-box-main .right-side .figure {
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.about-section .about-box-main .right-side .content-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.about-section .about-box-main .right-side .box {
    display: flex;
}

.about-section .about-box-main .right-side .box+.box {
    margin-left: 15px;
}

.about-section .about-box-main .right-side .desc,
.about-section .about-box-main .right-side .desc p {
    font-size: 18px;
    color: #686868;
    line-height: 1.8;
    font-weight: normal;    
}
.about-section .about-box-main .right-side .box .counting {
    color: #ea8623;
}
.about-section .about-box-main .right-side .box-btn {
    display: flex;
    margin-top:43px;
    column-gap: 20px;
}

@media(min-width:1700px) {
    .about-section .items_wrap .about_item:nth-child(1):before{
        content: "";
    position: absolute;
    left: 44px;
    bottom: 49px;
    width: 48.5%;
    height: 33.3%;
    z-index: -1;
    background: #F59220;
    }
    
.about-section {
    /*padding: 130px 0 180px 0;*/
}
.about-section .about-box-main .right-side .common-title {
    padding-bottom: 50px;
}
.about-section .common-title .small-title {
    margin-bottom: 35px;
}
}
@media (max-width: 1536px){
.about-section .items_wrap .about_item:nth-child(1) img {
    width: 540px;
    position: relative;
    left: -70px;
}
}
@media(max-width:1439px) {
    .about-section .items_wrap .about_item:nth-child(1) img{
        width: 540px;
    position: relative;
    left: -70px;
    }
    .about-section .items_wrap .about_item.video_player_wrap {
        width: 80%;
    }
    .about-section .about-box-main .right-side .box .text {
        font-size: 20px;
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .about-section .about-box-main .right-side .figure {
        font-size: 100px;
    }
    .about-section .about-box-main .right-side .desc,
    .about-section .about-box-main .right-side .desc p {
        font-size: 15px;
    }
    .about-section .items_wrap .about_item {
        width: 40%;
    }
    .about-section .about-box-main .right-side {
        padding: 0px 0 0 40px;
    }
}
@media(min-width:768px){
    .about-section .about-box-main .right-side .box .text-md-divider {
        padding-top: 50px;
        padding-bottom: 40px;
        position: relative;
        }
    .about-section .about-box-main .right-side .box .text-md-divider:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        top: 0;
        background: #707070;
        opacity: 0.49;
    }
}

@media(max-width:991px) {
    .about-section .about-box-main .right-side .box {
        justify-content: center;
    }
    .about-section .about-box-main .right-side .box .text {
        text-align: center;
        width: 100%;
        font-size: 18px;
        padding-bottom: 0px;
    }
    .about-section .about-box-main .right-side .box .text-md-divider {
        padding-top: 0px;
    }
    .about-section .about-box-main .right-side .figure {
        font-size: 70px;
    }
    .about-section .about-box-main .right-side .box .text-divider:before {
        max-width: 50%;
        right: 0;
        margin: 0 auto;
    }
    .about-section{
        padding-bottom: 0;
    }
    .about-section .about-box-main {
        flex-direction: column;
        padding-bottom: 50px;
    }
    .about-section .about-box-main .right-side {
        padding: 0;
        margin-top: 30px;
        width: 100%;
    }
    .about-section .about-box-main .image {
        width: 100%;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .about-section .items_wrap .about_item:nth-child(1) img{
        width: 371px;
        position: relative;
        left: -15px;
    }
    
    .about-section .about-box-main .left-side {
        display: block;
    }
    .about-section .about-box-main .image {
        margin-top:0px;
    }
    .about-section .items_wrap {
        padding: 0px;
    }
    .about-section .items_wrap .about_item:nth-child(1):before {
        left: 3px;
        bottom: 19px;
    }
    .about-section .items_wrap .about_item.video_player_wrap {
        width: 100%;
        margin-top: 30px;
    }
    .about-section .about-box-main .right-side .desc {
        margin-bottom: 20px;
    }
    .about-section .about-box-main .right-side .box h3 {
        font-size: 14px;
    }
    .about-section .about-box-main .right-side .content-box {
        flex-direction: column;
    }
    .about-section .about-box-main .right-side .box+.box {
        margin:0;
    }
}

@media (max-width: 479px) {
    .about-section .about-box-main .right-side .box-btn {
        margin-top: 20px;
    }
    .about-section .about-box-main .right-side .box-btn a+a {
       
    }
}


/* About Section E */

/* What we do Section S */
.what-we-do-main {
    position: relative;
    padding: 142px 0;
    display: flex;
    justify-content: end;
    align-items: center;
}
.what-we-do-main .what_we_img {
    width: 68%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.what-we-do-main img {    
    object-fit: cover;  
    height: 100%;      
 }
 .what-we-do-main .whatWe-content-box {
    width: 43%;
    background: #F59220;
    padding: 111px 115px 112px 70px;
    color: #ffffff;
    position: relative;
 }
 .what-we-do-main .section-title {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
 }
 .what-we-do-main .desc {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    color: #ffffff;
    line-height: 1.5;
 }
 .what-we-do-main .box-btn {
    gap: 20px;
    display: flex;
 }


 @media(max-width:1439px) {
    .what-we-do-main {
        padding: 75px 0;
    }
    .what-we-do-main .whatWe-content-box {
        width: 50%;
        padding:50px 80px 50px 50px;
    }
    .what-we-do-main .section-title {
        font-size: 38px;
    }
    .what-we-do-main .desc {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .what-we-do-main {
        padding:0;
        flex-direction: column;
    }
    .what-we-do-main .what_we_img {
        width: 100%;
        position: relative;
    }
    .what-we-do-main .whatWe-content-box {
        width:100%;
        padding:30px;
    }
    .what-we-do-main .section-title {
        font-size: 36px;
    }
 }

/* What we do Section E */

/************ LATEST SERVICES S *********/
.latest-services-main {
    background: url('../images/services_bg.jpg') no-repeat center center;
    background-size: cover;
}
.latest-services-main .services_inr {
    display: grid;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-wrap: wrap;
    grid-template-columns: 33.333333% 66.667%;
}
.latest-services-main .service_left {
    position: relative;
    display: flex;
    height: 100%;
}
.latest-services-main .service_left .service_left_inr {
    display: flex;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #FFFFFF14;
    padding: 10% 17% 10% 17%;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
}
.latest-services-main .service_left .common-title {
    align-items: flex-start;
    padding-bottom: 30px;
    text-align: left;
}
.latest-services-main .service_left .small-title {
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 25px;
}
.latest-services-main .service_left .section-title {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.latest-services-main .service_left .service_sec_desc {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 43px;
}


.latest-services-main .service_right {
   
}
.latest-services-main .service_right .item_row {
    margin-left: 0;
    margin-right: 0;
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap:0px;
  grid-row-gap:0px;
}
.latest-services-main .service_right .service_item {
  
}
.latest-services-main .service_box {
	min-height: 250px;
	overflow: hidden;
	position: relative;
    height: 100%;
}
.latest-services-main .service_box_inr {
    border: 1px solid #FFFFFF14;
    height: 100%;
    padding: 139px 150px 100px 67px;
}
.latest-services-main .service_item_info {
    position: relative;
    z-index: 99;
}
.latest-services-main .service_icon {
    margin-bottom: 40px;
}
.latest-services-main .service_title {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: normal;
}
.latest-services-main .service_desc {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -0.03em;
}
.latest-services-main .service_link {
    font-size: 18px;
    font-weight: 600;
    color: #F59220;
    text-decoration: none;
}
.latest-services-main .service_link:hover {
    color: #ffffff;
}
.latest-services-main .service_overly {
	background-color: rgba(255,255,255,0.3);	
    height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-webkit-animation-duration: 0.15s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-moz-transform: translate3d(-100%, 0, 0);
	-moz-animation-duration: 0.15s;
	-moz-animation-timing-function: ease-out;
	-moz-animation-fill-mode: forwards;
	transform: translate3d(-100%, 0, 0);
	animation-duration: 0.15s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

/* Top */
.service_box.hover-enter-top .service_overly {
	-webkit-animation-name: slide_in_top;
	-moz-animation-name: slide_in_top;
	animation-name: slide_in_top;
}
.service_box.hover-leave-top .service_overly {
	-webkit-animation-name: slide_out_top;
	-moz-animation-name: slide_out_top;
	animation-name: slide_out_top;
}

/* Right */
.service_box.hover-enter-right .service_overly {
	-webkit-animation-name: slide_in_right;
	-moz-animation-name: slide_in_right;
	animation-name: slide_in_right;
}
.service_box.hover-leave-right .service_overly {
	-webkit-animation-name: slide_out_right;
	-moz-animation-name: slide_out_right;
	animation-name: slide_out_right;
}

/* Bottom */
.service_box.hover-enter-bottom .service_overly {
	-webkit-animation-name: slide_in_bottom;
	-moz-animation-name: slide_in_bottom;
	animation-name: slide_in_bottom;
}
.service_box.hover-leave-bottom .service_overly {
	-webkit-animation-name: slide_out_bottom;
	-moz-animation-name: slide_out_bottom;
	animation-name: slide_out_bottom;
}

/* Left */
.service_box.hover-enter-left .service_overly {
	-webkit-animation-name: slide_in_left;
	-moz-animation-name: slide_in_left;
	animation-name: slide_in_left;
}
.service_box.hover-leave-left .service_overly {
	-webkit-animation-name: slide_out_left;
	-moz-animation-name: slide_out_left;
	animation-name: slide_out_left;
}

/* Top */
@-webkit-keyframes slide_in_top {
0%   { -webkit-transform: translate3d(0, -100%, 0); }
100% { -webkit-transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes slide_out_top {
0%   { -webkit-transform: translate3d(0, 0, 0); }
100% { -webkit-transform: translate3d(0, -100%, 0); }
}
@-moz-keyframes slide_in_top {
0%   { -moz-transform: translate3d(0, -100%, 0); }
100% { -moz-transform: translate3d(0, 0, 0); }
}
@-moz-keyframes slide_out_top {
0%   { -moz-transform: translate3d(0, 0, 0); }
100% { -moz-transform: translate3d(0, -100%, 0); }
}
@keyframes slide_in_top {
0%   { transform: translate3d(0, -100%, 0); }
100% { transform: translate3d(0, 0, 0); }
}
@keyframes slide_out_top {
0%   { transform: translate3d(0, 0, 0); }
100% { transform: translate3d(0, -100%, 0); }
}

/* Right */
@-webkit-keyframes slide_in_right {
0%   { -webkit-transform: translate3d(100%, 0, 0); }
100% { -webkit-transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes slide_out_right {
0%   { -webkit-transform: translate3d(0, 0, 0); }
100% { -webkit-transform: translate3d(100%, 0, 0); }
}
@-moz-keyframes slide_in_right {
0%   { -moz-transform: translate3d(100%, 0, 0); }
100% { -moz-transform: translate3d(0, 0, 0); }
}
@-moz-keyframes slide_out_right {
0%   { -moz-transform: translate3d(0, 0, 0); }
100% { -moz-transform: translate3d(100%, 0, 0); }
}
@keyframes slide_in_right {
0%   { transform: translate3d(100%, 0, 0); }
100% { transform: translate3d(0, 0, 0); }
}
@keyframes slide_out_right {
0%   { transform: translate3d(0, 0, 0); }
100% { transform: translate3d(100%, 0, 0); }
}

/* Bottom */
@-webkit-keyframes slide_in_bottom {
0%   { -webkit-transform: translate3d(0, 100%, 0); }
100% { -webkit-transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes slide_out_bottom {
0%   { -webkit-transform: translate3d(0, 0, 0); }
100% { -webkit-transform: translate3d(0, 100%, 0); }
}
@-moz-keyframes slide_in_bottom {
0%   { -moz-transform: translate3d(0, 100%, 0); }
100% { -moz-transform: translate3d(0, 0, 0); }
}
@-moz-keyframes slide_out_bottom {
0%   { -moz-transform: translate3d(0, 0, 0); }
100% { -moz-transform: translate3d(0, 100%, 0); }
}
@keyframes slide_in_bottom {
0%   { transform: translate3d(0, 100%, 0); }
100% { transform: translate3d(0, 0, 0); }
}
@keyframes slide_out_bottom {
0%   { transform: translate3d(0, 0, 0); }
100% { transform: translate3d(0, 100%, 0); }
}

/* Left */
@-webkit-keyframes slide_in_left {
0%   { -webkit-transform: translate3d(-100%, 0, 0); }
100% { -webkit-transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes slide_out_left {
0%   { -webkit-transform: translate3d(0, 0, 0); }
100% { -webkit-transform: translate3d(-100%, 0, 0); }
}
@-moz-keyframes slide_in_left {
0%   { -moz-transform: translate3d(-100%, 0, 0); }
100% { -moz-transform: translate3d(0, 0, 0); }
}
@-moz-keyframes slide_out_left {
0%   { -moz-transform: translate3d(0, 0, 0); }
100% { -moz-transform: translate3d(-100%, 0, 0); }
}
@keyframes slide_in_left {
0%   { transform: translate3d(-100%, 0, 0); }
100% { transform: translate3d(0, 0, 0); }
}
@keyframes slide_out_left {
0%   { transform: translate3d(0, 0, 0); }
100% { transform: translate3d(-100%, 0, 0); }
}

@media(max-width:767px) {
    .latest-services-main .service_left .service_left_inr {
        padding: 10% 10% 10% 10%;
    }
    .latest-services-main .services_inr {
        grid-template-columns: 100%;
    }
    .latest-services-main .service_right .item_row {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: auto;
    }
}
@media(max-width:1439px) {
    .latest-services-main .service_box_inr {
        padding: 30px;
    }
    .latest-services-main .service_left .section-title {
        font-size: 30px;
    }
    .latest-services-main .service_icon {
        margin-bottom: 20px;
    }
    .latest-services-main .service_icon img {
        max-height: 60px;
    }
    .latest-services-main .service_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .latest-services-main .service_desc {
        font-size: 16px;
    }
}



/************ LATEST SERVICES E ********/
/* industries S */
.industries-main {
    background: #FFFAF5;
    padding-top: 50px;
    padding-bottom: 20px;
}

.industries_slider .industry_item {}
.industries_slider .industry_info {
    background: #F59220;
    padding: 30px 36px;
    display: flex;
    align-items: center;
    width: 75%;
    margin: -62px 0 30px 50px;
    position: relative;
    z-index: 99;
    overflow: hidden;
    flex-basis: 0;
    flex-grow: 0;
    height: 0;
    transition: transform 0.5s ease-in-out;
    transform: translateY(300px);

   
}
.industries_slider .active.center .industry_info {
    flex-grow: 1;
  height: auto;
  overflow: visible;
    display: flex;
    transform: translateY(0);

}
.industries_slider .industry_info:after {
    content: "";
    position: absolute;
    width: 133px;
    height: 77px;
    background: url(../images/dot_bg.png) no-repeat left top;
    right: -68px;
    bottom: -30px;
}
.industries_slider .industry_info img {
    width: auto;
    max-width: 50px;
}
.industries_slider .industry_info .industry_name {
    color: #ffffff;
    padding-left: 15px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
.industries-main .industries_slider .owl-nav button  {
    border: 1px solid #DDDDDD;
    background: #ffffffab;
    height: 50px;
    width: 50px;
    border-radius: 99px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6F7775;
    transform: rotate(0deg);
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}
.industries-main .industries_slider .owl-nav button.owl-prev {
    left:15px;
}
.industries-main .industries_slider .owl-nav button.owl-next {
    right:15px;
}
.industries-main .industries_slider .owl-nav button:hover  {
    border: 1px solid #F59220;
    background: #F59220;
    color: #ffffff;
}
.industry_item .industry_img{
    width: 934px; 
    height: 600px;
}

@media(max-width:1439px) {
    .industries-main .section_header {
        padding-bottom:30px;
    }
    .industry_item .industry_img{
        width: 934px; 
        height: auto !important;
    }
}
@media(max-width:767px) {
    .industries-main {
        padding-top: 50px;
     }
     .section_header {
        align-items: flex-start;
        padding-bottom: 60px;
        flex-direction: column;
    }
    .section_header .common-title {
        margin-bottom: 20px;
    }
    .industries_slider .industry_info {
        padding: 19px 28px;
        width: 80%;
        margin: -35px 0 25px 10%;
    }
    .industries_slider .industry_info img {
        max-width: 50px;
    }
    .industries_slider .industry_item img{
        width: auto !important;
        height: auto !important;
    }
    .industries_slider .industry_info:after {
        width: 112px;
        height: 56px;
        right: -50px;
        bottom: -30px;
    }
    .industry_item .industry_img{
        width: 934px; 
        height: auto !important;
    }
}

/*@media(min-width:1600px) {
    .industries-main {
        padding-top: 150px;
    }
    .industries_slider .industry_info {
        padding: 68px 76px;
        width: 70%;
        margin: -82px 0 46px 70px;
    }
    .industries_slider .industry_info:after {
        width: 175px;
        height: 91px;
        right: -88px;
        bottom: -46px;
    }
    .industries_slider .industry_info img {
        width: auto;
    }
    .industries_slider .industry_info .industry_name {
        padding-left: 25px;
        font-size: 30px;
    }
}*/
/* industries E */

/* testimonials S */
.testimonilas-main {
    padding:50px 0;
    position: relative;
}
.testimonilas-main:before {
    content: "";
    position: absolute;
    background: #F59220;
    left: 0;
    top: 50%;
    width: 25%;
    aspect-ratio: 627 / 484;
    transform: translateY(-50%);
}
.slideState{ 
    height: 2px; 
    background: #dddddd; 
    border-radius: 50px;
    position: relative;
}
.slideState span {
    position: absolute;
    background: #F59220;
    left: 0px;
    top: -1px;
    transition: all 0.5s ease;
    color: #FFF;
    padding-left: 15px;
    border-radius: 50px;
    height: 4px;
}

.testimonial_wrap {
    max-width: 900px;
    margin: 0 auto;
    padding-top:70px;
}
.testimonial_item {
    display: flex;
}
.testimonial_img {
    flex: 0 0 200px;
}
.testimonial_img img {
    max-width: 100%;
    width: auto;
}
.testimonilas_slider .testimonial_item .testimonial_content {
    padding-left: 350px;
}
.testimonilas_slider .testimonial_img + .testimonial_content,
.testimonial_img + .testimonial_content {
    padding-left: 40px;
}

.testimonial_content {
    display: flex;
    flex: 1;
    flex-direction: column;
    color: #040F25;
}

.testimonial_text p{
    margin-top: auto;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
}
.testimonial_meta {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}
.testimonial_img + .testimonial_content .testimonial_meta {
    margin-top: auto;
}
.testimonial_name {
    font-style: italic;
    margin-bottom: 10px;
}
.testimonials_dg {}

.testimonial_counter_wrap  {
    margin-bottom: 30px;
    margin-top: 32px;
    font-size: 20px;
    font-weight: normal;
    color: #AAAAAA;
}
.testimonial_counter_wrap #counter span {
    color: #040F25;
}
.testimonilas_slider .owl-nav {
    color: #040F25;
    font-size: 30px;
}
.testimonilas_slider .owl-nav .disabled {
    color: #dddddd !important;
}
.testimonilas_slider .owl-nav button {
    position: absolute;
    top: 50%;
}
.testimonilas_slider .owl-nav button.owl-prev {
    left: -150px;
}
.testimonilas_slider .owl-nav button.owl-next {
    right: -150px;
}

@media(min-width:1440px) {
    .testimonilas-main:before {
        top: 50%;
        width: 33%;
        aspect-ratio: 627 / 484;
    }
    .testimonilas-main {
        padding: 100px 0;
    }
    .testimonial_wrap {
        max-width: 1200px;
    }
    .testimonial_img {
        height: 264px;
        overflow: hidden;
        flex: 0 0 257px;
    }
    .testimonial_text p{
        font-size: 23px;
    }
    .testimonial_meta {
        font-size: 22px;
    }
}
@media(max-width:1439px) {
    .testimonilas-main .common-title {
        padding-bottom:30px;
    }
}
@media(max-width:1240px) {
    .testimonilas_slider .owl-nav button.owl-prev {
        left: -75px;
    }
    .testimonilas_slider .owl-nav button.owl-next {
        right: -75px;
    }
}
@media(max-width:1024px) {
    .testimonial_wrap {
        max-width: 600px;
        padding-top: 70px;
    }
    .testimonial_img {
        flex: 0 0 200px;
    }
    .testimonial_text p{
        font-size: 18px;
    }
    .testimonilas_slider .owl-nav button.owl-prev {
        left: -75px;
    }
    .testimonilas_slider .owl-nav button.owl-next {
        right: -75px;
    }
}
@media(max-width:767px) {
     .testimonial_content {
        padding-left: 40px;
    }
    .testimonilas-main {
        padding: 40px 0;
    }
    .testimonial_wrap {
        padding-top: 0px;
    }
    .testimonilas_slider .testimonial_item .testimonial_content {
        padding-left: 0px;
    }
    .testimonial_item {
        flex-direction: column;
        align-items: center;
    }
    .testimonial_img {
        margin-bottom: 20px;
        max-width: 250px;
    }
    .testimonial_text p{
        margin-bottom: 20px;
        font-size: 16px;
    }
    .testimonilas-main:before {
        top: 14%;
        width: 50%;
        transform: translateY(0);
        display: none;
    }
    .testimonial_meta {
        width: 275px !important;
        font-size: 16px;
     }
    .testimonial_counter_wrap {
        margin-bottom:20px;
        font-size: 16px;
        margin-top: 20px;
    }
    .testimonilas_slider .owl-nav button.owl-prev {
        left: 0px;
    }
    .testimonilas_slider .owl-nav button.owl-next {
        right: 0px;
    }
}
/* testimonials E */

/* project-main S */
.project-main {
    padding:0px 0;
}
.project-main .common-title {
    align-items: flex-start;
}
.popup-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /*grid-template-rows: repeat(2, 5vw);*/
    grid-gap:12px; 
  }
    .title-line-bottom{
      position: relative;
      display: inline-block; 
      margin-top: 50px !important;
  }
  .title-line-bottom:before{
    content: "";
    position: absolute;
    bottom: -6px;
    height: 2px;
    width: 16%;
    background: #f59220;
    width: 90%;
  }
.popup-gallery  .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; 
    border-radius: 6px;
  }
  
.popup-gallery  .gallery__item {
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .popup-gallery  .gallery__item .gallery_overly,
  .ourservices-slider .service-image .gallery_overly {
    display: flex;
    position: absolute;
    left: 100%;
    top: 106%;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 25px;
    background: #f59220ab;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 6px;
  }
  .popup-gallery  .gallery__item:hover .gallery_overly,
  .ourservices-slider .service-image:hover .gallery_overly {
    left: 0;
    top: 0;
  }
  
  .service_detail_main .short_desc{
      color: #f59220;
      width: 75%;
      margin: auto;
      font-weight: 400;
      font-size: 20px;
      text-align: justify;
  }

.popup-gallery  .gallery__item:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  
    /** Alternative Syntax **/
    /* grid-column: 3 / span 2;
    grid-row: 1 / span 2; */
  }
  

@media(max-width:767px) {
    .popup-gallery {
        grid-template-columns: repeat(2, 1fr);
        /*grid-template-rows: repeat(2, 5vw);*/
        grid-gap:8px; 
      }
      .popup-gallery .gallery__item:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 5;
      
        /** Alternative Syntax **/
        /* grid-column: 3 / span 2;
        grid-row: 1 / span 2; */
      }
}


/* project-main E */

/* infobox-main S */
.infobox-main {
    padding: 80px 0;
}
.infobox-main .infobox_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.infobox-main .infobox-item {
    padding: 0 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.infobox-main .infobox-item + .infobox-item {
    border-left: 1px solid rgba(112,112,122,0.27);
}
.infobox-main .infobox-img {
    margin-bottom: 20px;
}
.infobox-main .infobox-item:hover .infobox-img img {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.infobox-main .infobox-content {
    margin-top: auto;
}
.infobox-main .infobox-title {
    font-size: 20px;
    font-weight: bold;
    color: #1B3138;
    margin-bottom: 15px ;
}
.infobox-main .infobox-desc {
    font-size: 15px;
    font-weight: normal;
    color: #646464;
}

@media(max-width:767px) {
    .infobox-main {
        padding: 0px 0 50px 0;
    }
    .infobox-main .infobox_wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .infobox-main .infobox-item {
        padding:0;
    }
    .infobox-main .infobox-item + .infobox-item {
        border-left: 0;
    }
    .infobox-main .infobox-img img {
        max-height: 230px;
    }
    .infobox-main .infobox_wrap .owl-nav {
        margin-top: 20px;
    }
    .infobox-main .infobox_wrap .owl-nav button {
        font-size: 20px;
        margin: 0 20px;
    }
    .infobox-main .infobox_wrap .owl-nav button:hover {
        background: none;
        color: #000000;
    }
}
/* infobox-main E */

/* counter-main S */
.counter-main {
    padding: 75px 0;
    background: url(../images/counter_bg.jpg) no-repeat center top;
    background-size: cover;
}
.counter-main .count-item {
    padding: 0 15px;
}
.counter-main .count_number {
    font-size: 40px;
    font-weight: bold;
    color: #F6BE29;
    margin-bottom: 25px;
    line-height: 1;
}
.counter-main .count_text {
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.3;
}

@media(max-width:768px) {
    .counter-main {
        padding: 50px 0;
    }
    .counter-main .count_number {
        margin-bottom: 10px;
    }
    .counter-main .count-item {
        margin:20px 0;
    }
 }
/* counter-main E */


/* logo-main S */

.logo-main {
    padding: 100px 0;
    background: #F1F1F1;
}

.logo-main .logo-slider .owl-stage-outer {

}
.logo-main .logo-slider .owl-stage {
    padding-bottom: 15px;
}
.logo-main .logo-slider .item {
    
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 248 / 119;  
    border-radius: 6px;
}




.logo-main .logo-slider .owl-nav button  {
    border: 1px solid #DDDDDD;
    background: #ffffff;
    height: 50px;
    width: 50px;
    border-radius: 99px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6F7775;
    transform: rotate(0deg);
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -34px;
}
.logo-main .logo-slider .owl-nav button.owl-prev {
    left: -26px;
}
.logo-main .logo-slider .owl-nav button.owl-next {
    right: -26px;
}
.logo-main .logo-slider .owl-nav button:hover  {
    border: 1px solid #F59220;
    background: #F59220;
    color: #ffffff;
}

@media(max-width:1439px) {
    .logo-main {
        padding:50px 0;
    }
}
@media (max-width: 1199px) {
    .logo-main {
        padding: 20px 0;
    }
}


/* logo-main E */

/* Footer top inner S */
.inner-footer-top {
    /*margin-bottom: 30px;*/
    /*background: url(../images/contact_footer_bg.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    padding: 0px;
}
.inner_footer_bg {
    background-color:rgb(11 4 1);
    /*background-image: linear-gradient(120deg, rgba(252,176,69,0.8) 0%, rgba(245,146,32,0.7) 20%, rgba(202,94,43,0.6) 50%, rgba(245,152,33,0.7) 80%, rgba(246,174,38,0.8) 100%);*/
}
.banner_info_wrap {
    display: flex;
    justify-content: space-between;
}

.ft_banner_col {
    width: 25%;
}
.ft_banner_col:nth-child(2) {
    width: 40%;
}
.banner_info {
    padding: 50px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.inner-footer-top .banner_sub_title {
    font-size: 22px;
    margin-bottom: 10px;
}
.inner-footer-top .banner_title {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:767px) {
    .banner_info_wrap {
        flex-direction: column;
     }
    .ft_banner_col {
        width: 100%;
        text-align: center;
    }
    .ft_banner_col:nth-child(2) {
        width: 100%;
    }
    .banner_info_wrap .ft_banner_col img {
        max-width: 300px;
    }
    
}
/* Footer top inner E */

/* Footer css S */

.footer-main .footer-top {
    position: relative;
    padding: 60px 0;
    z-index: 1;
    background: #101010;
}

.footer-main .footer-top::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/footer_bg.jpg);
    background-size: cover;
}


.footer-main p {
    color: #ffffff;
    font-weight: normal;
}

.footer-main .footer-box h3 {
    color: #ffffff;
    font-size: 18px !important;
    font-weight: normal;
    text-transform: uppercase;
}

.footer-main .footer-box .ft_social {
    display: flex;
    gap: 24px;
    margin-top: 25px;
}
.footer-main .footer-box .ft_social li {
    margin: 0px;
}
.footer-main .footer-box .ft_social li a {
    background: #F59220;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    color: #000000;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}
.footer-main .footer-box .ft_social li a:hover {
    background: #ffffff;
}


.footer-main .footer-box .add-link {
    margin-top: 30px;
    max-width: 330px;
    padding-left: 30px;
}

.footer-main .footer-box .add-link li+li {
    margin-top: 20px;
    font-weight: bold;
}

.footer-main .footer-box .add-link li {
    color: #FFFFFF;
    padding-left: 26px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
}

.footer-main .footer-box .add-link li a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}
.footer-main .footer-box .add-link li a:hover {
    color: #F59220;
}
.footer-main .footer-box .add-link li + li a {
    font-weight: bold;
}


.footer-main .footer-box .add-link li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #F59220;
}

.footer-project-link {
    margin-top: 30px;
    max-width: 270px;
}

.footer-project-link .footer-project {
    display: flex;
}

.footer-project-link .footer-project+.footer-project {
    margin-top: 20px;
}

.footer-project-link .footer-project .image {
    max-width: 73px;
}

.footer-project-link .footer-project .image img {
    height: 73px;
    width: 73px;
}

.footer-project-link .footer-project .right {
    max-width: 173px;
    margin-left: 15px;
}

.footer-project-link .footer-project .right h4 {
    font-size: 14px;
    color: #ffffff;
    line-height: 130%;
}

.footer-project-link .footer-project .right .date {
    font-size: 12px;
    color: #ffffff;
    font-weight: 200;
    margin-top: 20px;
    display: block;
}

.footer-main .footer-box .footer-main-link {
    display: flex;
    justify-content: space-between;
}

.footer-main .footer-box .menu-link {
    /*margin-top: 30px;*/
}
.footer-main .footer-box .menu-link li {
    display: flex;
}

.footer-main .footer-box .menu-link li+li {
    margin-top: 20px;
}

.footer-main .footer-box .menu-link li a {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
}

.footer-main .footer-box .menu-link li.active a {
    color: #F59220;
}

.footer-main .footer-box .footer-add {
    margin-top: 30px;
    max-width: 240px;
}

.footer-main .footer-box .footer-add .f-num {
    display: block;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
}

.footer-main .footer-box .footer-add .add-footer {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 100;
    margin: 20px 0;
    line-height: 160%;
}

.footer-main .footer-box .footer-add .primary_button {
    padding: 10px;
    font-weight: 400;
    font-size: 13px;
}

.footer-bottom {
    background: #131313;
    padding: 20px 0;
}

.f-b-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-b-content p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    margin: 0;
}

.f-b-content a {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

@media(min-width:1200px) {
    .footer-main .footer-box .menu-link li a:hover {
        color: #F59220;
    }
    .f-b-content a:hover {
        color: #F59220;
    }
    .footer-project-link .footer-project .right h4 a:hover {
        color: #F59220;
    }
    .footer-main .footer-links-main {
        display: grid;
        justify-content: space-between;
        grid-template-columns:33% repeat(auto-fill, 22%);
    }
    .footer-main .footer-box:nth-child(1) {
        padding-right: 60px;
    }
    .footer-main .footer-box + .footer-box {padding-left: 20px;}
}
@media(min-width:1640px) {
    .footer-main .footer-box h3 {
        font-size: 25px !important;
     }
}

@media(max-width:1439px) {
    .footer-box .ft_logo {
        max-width: 200px;
    }
    .footer-main .footer-box h3 img {
        max-width: 40px;
     }
     .footer-main .footer-box .add-link {
        padding-left: 20px;
    }
    .footer-main p {
        font-size: 14px;
    }
    .footer-main .footer-box .add-link li {
        font-size: 14px;
    }
}
@media(max-width:1199px) {
    .footer-main .footer-links-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: -50px;
    }
    .footer-main .footer-links-main .footer-box {
        width: 50%;
        margin-top: 50px;
    }
}

@media(max-width:767px) {
    .footer-bottom .f-b-content {
        flex-direction: column;
    }
    .footer-bottom .f-b-content p+p {
        margin-top: 10px;
    }
    .footer-main .footer-links-main .footer-box {
        margin-top: 30px;
    }
    .footer-main .footer-top {
        padding: 50px 0 30px;
    }
    .footer-main .footer-box .add-link {
        margin-top: 20px;
    }
    .footer-project-link {
        margin-top: 20px;
    }
    .footer-main .footer-box .footer-add {
        margin-top: 20px;
    }
    .footer-main .footer-box .menu-link {
        margin-top: 20px;
    }
}

@media(max-width:600px) {
    .footer-main .footer-links-main .footer-box {
        width: 100%;
    }
    .footer-project-link .footer-project+.footer-project {
        margin-top: 0;
    }
    .footer-main .footer-box .add-link {
        max-width: 100%;
    }
    .footer-project-link {
        max-width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .footer-project-link .footer-project .right {
        max-width: 100%;
    }
    .footer-main .footer-box .footer-add {
        max-width: 100%;
    }
}

@media(max-width:479px) {
    .footer-project-link .footer-project .right {
        margin-left: 10px;
    }
}

@media(max-width:360px) {
    .footer-project-link .footer-project .right {
        margin-left: 5px;
    }
    .footer-project-link .footer-project+.footer-project {
        margin-left: 10px;
    }
}


/* Footer css E */



/* SERVICES LIST S */

.service-list {
    padding: 50px 0;
}
.service-list-wrap {
    display: flex;
    flex-flow: row wrap;
  justify-content: center;
  width: 100%;
    gap:20px;
}
.service-list .service-box {
    margin-bottom: 30px;
    width: 32%;
    max-width: 100%;
    background: #ffffff;
    /*background: #F1F1F1;*/
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);    
    position: relative;
    z-index: 1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
}
.service-list .service-box:hover {
    background: #ffead5;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);    
}
.service-list .service-box .image {
    
}
.service-list .service-box .image a {
    overflow: hidden;
    height: 300px;
    display: block;
}
.service-list .service-box .image img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.service-list .service-box:hover .image img {
    transform: scale(1.1) rotate(5deg);
}
.service_info {
    padding: 60px 20px 30px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.service_info .service_icon {
    background: #ffffff;
    padding: 20px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -60px;
    height: 100px;
    width: 100px;
    margin-left: -50px;
    transition: all 0.4s ease-in-out 0s;
}
.service-box:hover .service_info .service_icon {background: #ffead5;}
.service_info .service_icon img {
    max-width: 100%;
    height: 60px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.service-box:hover .service_info .service_icon img {
    transform: rotate(360deg);
}
.service-list .service-box .title {
    color: #000000;
    font-size: 20px;
    margin-bottom: 15px;
}
.service-list .service-box .title:hover {
    color: #F59220;
}

.service-list .service-box p {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
    margin-top: auto;
}
.service-list .service-box .btn {
    margin: 20px auto 0;
}


.ourservices-slider {
    margin-bottom: 50px;
}
.ourservices-slider.owl-carousel{
    margin: auto;
    /*width: 56%;*/
}
.ourservices-slider.owl-carousel.owl-loaded{
    display: flex;
    margin-bottom: 25px;
}
.ourservices-slider .service-image img {
    object-fit: contain;
    max-height: 400px;
    max-width: 600px;
    margin: 0;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ourservices-slider .service-image a { display: block;height: 378px;}
.ourservices-slider.owl-carousel .owl-nav button {
    border: 1px solid #F59220;
    background: #ffffff;
    height: 50px;
    width: 50px;
    border-radius: 99px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6F7775;
    transform: rotate(0deg);
    margin: 0;
    position: absolute;
    top: 45%;
    margin-top:0px;
}

.ourservices-slider .owl-nav button.owl-prev {
    left: -26px;
}
.ourservices-slider .owl-nav button.owl-next {
    right: -26px;
}
.ourservices-slider.owl-carousel .owl-nav button:hover {
    border: 1px solid #F59220;
    background: #F59220;
    color: #ffffff;
}

@media(max-width:1199px) {
    .ourservices-slider .service-image a{
        height: 478px;
        margin-top: 22px;
    }
    .ourservices-slider .service-image img{
        max-height: 472px;
    }
    .ourservices-slider .owl-nav button.owl-prev {
        left: -4px;
    }
    .ourservices-slider .owl-nav button.owl-next {
        right: -4px;
    }
    .ourservices-slider.owl-carousel .owl-nav button{
        height: 35px;
        width: 35px;
    }
    .service-list .service-box {
        width: 48%;
    }
}

@media(max-width:767px) {
    .service-list .service-box {
        width: 100%;
        padding: 30px;
    }
    .service-list-wrap {
        gap: 0px;
    }
}
@media(min-width:1440px) {
    .service-list .service-box .title {
        font-size: 24px;
    }
}

.detail-content {}
.detail-content h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
/* SERVICES LIST E */

/* Siderbar Start */
.sidebar {}
.sidebar .sidebar_widget {
    margin-bottom: 30px;
}
.sidebar .widget_title {
    margin-bottom: 10px;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
}
.sidebar .widget_content {}
.sidebar .menu_style1 {}
.sidebar .menu_style1 li.menu_item {
    margin-bottom: 10px;
    margin-top: 0;
}

.sidebar .menu_style1 a {
    display: block;
    padding: 15px 10px;
    color: #000000;
    border: 1px solid #e7e7e7;
    background: #e7e7e7;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 3px;
}
.sidebar .menu_style1 a i {
    margin-left: auto;
    padding-left: 5px;
}
.sidebar .menu_style1 li:hover a,
.sidebar .menu_style1 li.menu_item.active a {
    border: 1px solid #F59220;
    background: #F59220;
    color: #ffffff;
}
.sidebar .menu_style1 img {
    max-height: 25px;
    margin-right:5px;
    transition: all 0.4s ease-in-out 0s;
}
.sidebar .menu_style1 li:hover img,
.sidebar .menu_style1 li.menu_item.active img {
filter: brightness(0) invert(1);
}
.download_widget {
    padding: 36px 35px 20px;
    background: #000000;
    color: #ffffff;
}
.download_widget .widget_title {
    color: #ffffff;
}
.download_widget .widget_content {
    margin-bottom: 20px;
}
 .download_btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #F59220;
    padding:  25px;
    background: black;
    border: 1px solid #F59220;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
 .download_btn a i {
    font-size: 30px;
}
 .download_btn a:hover {
    color: #fff;
    background:#F59220;
    border-color:#F59220;
}
.download_widget .share_btn {
    display: inline-flex;
}
.download_widget .share_btn a {
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #F59220;
    background: 0 0;
    border: 1px solid #F59220;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .4s;
    -khtml-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.download_widget .share_btn a + a {
    margin-left: 10px;
}
.download_widget .share_btn a:hover {
    background:#F59220;
    color: #ffffff;
}

.cta_widget {}
.cta_widget .widget_content {}
.cta_widget .banner_info {
    padding: 50px 15px;
    text-align: center;
    background-color: transparent;
    background-image: linear-gradient(120deg, rgba(252,176,69,0.8) 0%, rgba(245,146,32,0.7) 20%, rgba(202,94,43,0.6) 50%, rgba(245,152,33,0.7) 80%, rgba(246,174,38,0.8) 100%);
    background: url(../images/about_bg.jpg) no-repeat center top;
    background-size: cover;
    color: #ffffff;
}
.cta_widget .banner_info .banner_sub_title {
    font-size: 22px;
}
.cta_widget .banner_info .banner_title {
    font-size: 26px;
    margin-bottom: 20px;
}
.cta_widget .banner_info img {
    margin-top: 30px;
}
/* Sidebar End */

/* detail page navigation S*/
.post_navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0;
    padding: 80px 0 0;
    border-top: 1px solid #e5e5e5;
}
.post_navigation .post_nav_item {
    display: flex;
    align-items: center;
}
.post_navigation .post_prev .post_img ,.post_navigation .post_next .post_img {
    padding-right: 40px;
}
.post_navigation .post_img img {
    max-width: 170px;
    height: 120px;
    object-fit: cover;
}
.post_navigation .post_info {}
.post_navigation .post_title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}
.post_navigation .read_more {
    font-size: 16px;
    font-weight: 500;
    color: #767676;
    align-items: center;
    display: inline-flex;
    text-decoration: underline;
}
.post_navigation .read_more i {
    margin: 1px 0 0 7px;
    float: right;
    transition: all 0.2s cubic-bezier(0.24, 0.74, 0.58, 1) 0s;
}
.post_navigation .read_more:hover {
    color: #F59220;
}
.post_navigation .post_prev .read_more:hover i {
    margin-left: 10px;
}


.post_navigation .post_prev {
    width: 45%;
}
.post_navigation .post_next {
    width: 45%;
    /*text-align: right;*/
    /*justify-content: flex-end;*/
}
.post_navigation .post_next .post_img , .post_navigation .post_prev .post_img{
    padding-left: 40px;
}
.post_navigation .post_next .read_more:hover i {
    transform: translateX(3px);
}
.post_navigation .show_all {
    position: relative;
    cursor: pointer;
    width: 31px;
    height: 31px;
}
.post_navigation .show_all svg {
    transition: .6s cubic-bezier(.24,.74,.58,1);
}
.post_navigation .show_all .svg-main .cls-1 {
    fill: #F59220;
    fill-rule: evenodd;
}
.post_navigation .show_all:hover svg {
    transform: rotate(315deg);
}
.post_navigation .show_all:hover .svg-main .cls-1 {
    fill: #000000;
    fill-rule: evenodd;
}

.post_navigation .show_all:before,
.post_navigation .show_all:after {
    opacity: 0;
    pointer-events: none;
}
.post_navigation .show_all:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border-top: .5em solid #000000;
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 2.6em;
    transform: translateY(10px);
    transition:all 0.4s cubic-bezier(0.24, 0.74, 0.58, 1) 0s;
}
.post_navigation .show_all:after {
    position: absolute;
    width: 10em;
    background-color: #000000;
    content: attr(data-tip);
    padding: .6em 0;
    color: #fff;
    margin: auto;
    left: -4.1em;
    right: 0;
    bottom: 3em;
    text-align: center;
    border-radius: .2em;
}
.post_navigation .show_all:hover:before,
.post_navigation .show_all:hover:after {
    opacity: 1;
}
.post_navigation .show_all:hover:before {
    transform: translateY(0);
}
@media screen and (max-width: 991px) {
    .post_navigation {
        flex-wrap: wrap;
        justify-content: center;
    }
    .post_navigation .post_nav_item {
        width: 100%;
    }
    .post_navigation .show_all {
        margin: 35px 0;
    }
    .post_navigation {
        margin: 60px 0 0;
        padding: 60px 0 0;
    }
    .post_navigation .post_next .post_img, .post_navigation .post_prev .post_img {
        padding-left: 5px;
    }
    .post_navigation .post_prev .post_img, .post_navigation .post_next .post_img {
        padding-right: 11px;
    }
}
/* Detail page navigation E*/

/* PROJECT LIST S */

.project-list {}

.filter-menu{
    margin-bottom: 20px;
    text-align: center;
}
.filter-menu li{
    display: inline-block;
    padding: 10px 18px;
    background: #F59220;
    color: #fff;
    cursor: pointer;
    margin: 3px;
    border-radius: 20px;
}
.filter-menu li:hover,
.filter-menu li.current{
    background: #000000;
}
.filter-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.filter-item li{
    width: 50%;
    padding:15px;
}

.filter-item li.active{
    width: 50%;
    transition: all 0.5s ease;
     background: #000000;
}
.filter-item li.delete{
    width: 0%;
    padding: 0;
    transition: all 0.5s ease;
    flex: 0 0 0%;
    overflow: hidden;
}
.filter-item .item_innr {
    padding: 20px;
    box-shadow: 10px 0 60px rgba(0,0,0,7%);
    position: relative;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.filter-item .item_img {
    margin-bottom: 25px;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.filter-item .item_img img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 220px;
    min-height: 220px;
    object-fit: cover;
}

.filter-item .item_front {
    padding: 0 15px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.filter-item .item_front .item_content {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    min-height: 100px;
    width: 80%;
    transition: all .25s cubic-bezier(.645,.045,.355,1).15s;
}
.filter-item .item_front .item_title {
    width: 90%;
    margin-bottom: 0;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 1.2;
}
.filter-item .item_front .item_tags{
    width: 90%;
    font-size: 16px;
}
.filter-item .item_front .item_tags span {
    color: #7e7e7e;
}
.filter-item .item_icon {
    position: relative;
    display: block;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 44px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    color: #7e7e7e;
    border-radius: 50%;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    cursor: pointer;
}
.filter-item .item_icon:hover {
    background:#F59220;
    color: #ffffff;
}
.filter-item .item_icon.related_front {}

.filter-item .item_back {
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1;    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.filter-item .item_innr.active .item_back {
    height: 100%;
    width: 100%;
    padding: 20px;
}
.filter-item .item_back:before {
    content: "";
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.filter-item .item_back .item_title {
    opacity: 1;
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}
.filter-item .item_back .item_date {
    font-size: 18px;    
    display: block;
    font-weight: 600;
    color: #F59220;
}
.filter-item .item_back .item_excerpt {
    line-height: 1.625;
    color: #fff;
    margin-top: 15px;
}
.filter-item .item_back .related_back {
    bottom: 30px;
    right: 35px;
    background-color: #fff;
    position: absolute;
}
.filter-item .item_back .related_back:hover {
    background-color: #F59220;
}


@media screen and (max-width: 576px){
    .project-list .common-title {
        max-width: 100%;
        margin: 0 auto;
    }
    .filter-item li.active,
    .filter-item li{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (min-width: 767px){
    .project-list .common-title {
        max-width: 60%;
        margin: 0 auto;
    }
    .filter-item li.active,
    .filter-item li{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (min-width: 992px){
    .project-list .common-title {
        max-width: 50%;
        margin: 0 auto;
    }
    .filter-item li.active,
    .filter-item li{
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media screen and (min-width: 1280px){
    .project-list .common-title {
        max-width: 40%;
        margin: 0 auto;
    }
    .filter-item li.active,
    .filter-item li{
        flex: 0 0 25%;
        max-width: 25%;
    }
}


/* PROJECT LIST E */

/* client page S */
.client_grid {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.client_grid .client_item {
    flex: 0 0 25%;    
    margin: 15px 0;
}
.client_grid .client_item_innr {
    border: 1px solid #DBDBDB;
    padding: 50px 15px;
    margin: 0 15px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out 0s;
}
.client_grid .client_item_innr:hover {    
    transform: scale(1.1);
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.client_grid .client_item img {}

@media screen and (max-width: 767px){
    .client_grid .client_item {
        flex: 0 0 50%;
        margin: 5px 0;
    }
    .client_grid .client_item_innr {
        padding: 20px 15px;
        margin: 0 5px;
    }
}
@media screen and (max-width: 1199px){
    .client_grid .client_item {
        flex: 0 0 33.33%;
        margin: 10px 0;
    }
    .client_grid .client_item_innr {
        padding: 25px 15px;
        margin: 0 10px;
    }
}
/* client page E*/

/* powerby S */
.powerby-list {}
.powerby_grid {
    display: flex;
    flex-wrap: wrap;
}
/*.powerby_grid .powerby_item {
    flex: 0 0 33.33%;
    text-align: center;
    margin: 15px 0;
}*/
/*.powerby_grid .powerby_item_innr {
    box-shadow: 0px 0px 20px #00000010;
    margin: 0 15px;
    transition: all 0.7s ease-in-out 0s;  Animation 
}*/
/*.powerby_grid .powerby_item_innr:hover {
    box-shadow: 0px 5px 25px #00000050;
}
.powerby_grid .powerby_img {
    padding: 15px;
    overflow: hidden;
}*/

.powerby_grid .powerby_item_innr .powerby_img img {
    transition: all 0.7s ease-in-out 0.1s; 
}
/*.powerby_grid .powerby_item_innr:hover .powerby_img img {
    transform: scale(0.9) rotate(2deg);
}*/
.powerby_grid .powerby_title {
    background: #F59220;
    padding: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
.mfp-gallery button.mfp-close:before, .mfp-iframe-holder ~ button.mfp-close:before{
        color: #fff !important;
}
.mfp-gallery button.mfp-close, .mfp-iframe-holder ~ button.mfp-close{
    right: 0px !important;
    top: 0px !important;
    background-color: transparent !important;
}
@media screen and (max-width: 992px){
    .powerby_grid .powerby_item {
        margin: 5px 0;
    }
    .powerby_grid .powerby_item_innr {
        margin: 0 5px;
    }
}
@media screen and (max-width: 767px){
    .powerby_grid .powerby_item {
        flex: 0 0 50%;
        margin: 5px 0;
    }
    .powerby_grid .powerby_item_innr {
        margin: 0 5px;
    }
}
/* powerby E */

/* Application S */
.industries-main {
    background: #FFFAF5;
    padding-top: 50px;
    padding-bottom: 20px;
}
.application_grid {
    display: flex;
    flex-wrap: wrap;
}
.application_grid .industry_item {
    width: 48%;
    margin: 15px 1%;
}
.application_grid .industry_item .thumbnail_container{
        padding-bottom: 59%;
}
.application_grid .industry_item .thumbnail_container img{
        width: 100%;
    height: 100%;
    border-radius: 6px;
}
.application_grid .industry_item a {
    display: block;
    overflow: hidden;
    background: #000000;
    border-radius: 6px;
    box-shadow: 0 20px 60px rgb(0 0 0 / 8%);
}
.application_grid .industry_item img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}
.application_grid .industry_item:hover img {
    transform: scale(1.1);
    opacity: 0.8;
     border-radius: 6px;
}
.application_grid .industry_info {
    background: #F59220;
    padding:30px 28px;
    display: flex;
    align-items: center;
    width: 75%;
    margin: -62px 0 30px 50px;
    position: relative;
    z-index: 99;
    flex-basis: 0;
    flex-grow: 1;
    height: auto;
    overflow: visible;
    transition: all 0.5s ease-in-out;
    transform: translateY(0);  
    border-radius: 6px;
}

.application_grid .industry_item:hover .industry_info {
    transform: translateY(-10px);

}
/*.application_grid .industry_info:after {
    content: "";
    position: absolute;
    width: 133px;
    height: 77px;
    background: url(../images/dot_bg.png) no-repeat left top;
    right: -68px;
    bottom: -30px;
}*/
.application_grid .industry_info img {
    width: auto;
    max-width: 50px;
}
.application_grid .industry_info .industry_name {
    color: #ffffff;
    padding-left: 15px;
    font-weight: bold;
    font-size: 29px !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}



@media(max-width:767px) {
    .application_grid .industry_info .industry_name{
            font-size: 24px !important;
    }
    .application_grid .industry_item {
        width: 100%;
        margin: 15px 0;
    }
    .application_grid .industry_info {
        padding: 28px 14px;
        width: 80%;
        margin: -62px 0 30px 10%;
    }
    .application_grid .industry_info img {
        max-width: 50px;
    }
    
    .application_grid .industry_item img{
        width: auto !important;
        height: auto !important;
    }
/*    .application_grid .industry_info:after {
        width: 112px;
        height: 56px;
        right: -50px;
        bottom: -30px;
    }*/
}

@media(min-width:1600px) {

/*    .application_grid .industry_info {
        padding: 68px 76px;
        width: 70%;
        margin: -82px 0 46px 70px;
    }*/
/*    .application_grid .industry_info:after {
        width: 175px;
        height: 91px;
        right: -88px;
        bottom: -46px;
    }*/
    .application_grid .industry_info img {
        width: auto;
    }
    .application_grid .industry_info .industry_name {
        padding-left: 25px;
        font-size: 30px;
    }
}
/* Application E*/

/* /testimonial-listing S*/


.testimonial_meta{
    text-align: left;
}

.testimonial-listing  {
}
.testimonial-listing .testimonial_wrap {
    padding-top: 0;
}
.testimonilas_list .testimonial_item {
    padding:50px 33px;
}

.testimonial_text i {
    color: #F59220;
    font-size: 30px;
}
.testimonial_text i.fa-quote-right {
    margin-bottom: -5px;
    vertical-align: bottom;
}
.testimonilas_list .testimonial_item + .testimonial_item {
    border-top: 1px solid #c9c9c9;
}


@media(min-width:768px) {
    .testimonilas_list .testimonial_item:nth-child(even) .testimonial_img {
        order: 2;
    }
    .testimonilas_list .testimonial_item:nth-child(even) .testimonial_img + .testimonial_content {
        padding-left: 0px;
        padding-right: 40px;
    }
}
@media(max-width:767px) {

}


/* /testimonial-listing E*/


/* contact US S */

.contact-main .contact-inner-main {
    display: flex;
    justify-content: center;
}

.contact-main .contact_map_info {
    display: flex;
    margin-bottom: 70px;    
    align-items: center;
    justify-content: space-between;
}
.contact-main .contact_map {
    padding: 30px;
    flex: 0 0 57%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    border-radius: 10px;
}
.contact-main .location_heading {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
}
.contact-main .location_heading img {
    vertical-align: middle;
    margin-right: 5px;
}
.flag_icon {
    height: 100px;
    width: 100px;
    margin: 15px auto;
    border-radius: 50%;
    overflow: auto;
}
.flag_icon img {
    object-fit: cover;
}
.contact-main .google-map-area {
    height: 100%;
}
.contact-main .google-map-area iframe {}
.contact-main .contact_info {
    flex: 0 0 40%;
    /*padding: 30px;*/
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    border-radius: 10px;
}
.contact_map_info:nth-child(1) .contact_info{
    padding: 60px;
}
.contact_map_info:nth-child(2) .contact_info{
    padding: 105px;
}
.contact-main .contact_info .contact_info_item {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.contact-main .contact_info .contact_info_item + .contact_info_item {
}
.contact-main .contact_info .item_icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #F59220;
    font-size: 18px;
    margin: 0px 10px 0 0;
    text-align: center;
}

.contact-main .contact_info .item_content {}
.contact-main .contact_info .item_title {
    font-size: 24px;
    line-height: 1.35;
    color: #000000;
    font-weight: 600;
}
.contact-main .contact_info .item_desc {
    font-size: 16px;
}
.contact-main .contact_info .item_desc strong {
    display: block;
}


.contact-main .con-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F59220;
    padding: 50px;
}
.contact-main .con-form .common-title .small-title{
    color: white;
}

.contact-main .con-form input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
}
.contact-main .con-form input:-webkit-autofill { 
    -webkit-background-clip: text;
}
.contact_form_wrap{
    background: url("../images/cmm-img.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 50px 0;
    height: 100%;
}
.contact_form_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 0;
}


.contact-main .con-form .common-title {
    align-items: flex-start;
    padding-bottom: 0;
}

.contact-main .contact_page_form .form-group {
    position: relative;
}

.contact-main .contact_page_form label{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 20px;
    line-height: 1;
    z-index: 1;
    color: #000000;
}
.contact-main .contact_page_form .common-title {
    text-align: left;
}
.contact-main .contact_page_form form {
    width: 100%;
}
.contact-main .contact_page_form .form-control {
    border-radius: 0px;
    height: 60px;
    background: transparent;
    box-shadow: none;
    color: #000000;
    font-weight: 500;
    border-width: 0 0 1px;
    border-color: #000000;
    padding:15px 25px 15px 30px;
}
.contact-main .contact_page_form .form-control:focus {
    border-color:#000000;
    background-color: initial;
}
.contact-main .contact_page_form textarea.form-control {
    height: 120px;
}

@media(max-width:991px) {
    .contact_map_info:nth-child(2) .contact_info{
        padding: 100px;
    }
    .contact-main .contact_map_info {
        flex-direction: column;
    }.contact-main .contact_map {
        width: 100%;
        padding:20px;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .contact-main .google-map-area iframe {
        height: 300px;
    }
    .contact-main .contact_info {
        border-left: 0px solid #cdcdcd;
        border-top: 1px solid #cdcdcd;
        flex: 0 0 100%;
        width: 100%;
    }
    .contact-main .contact_info .contact_info_item {
        padding: 15px;
        display: flex;
    }
    .contact_map_info:nth-child(1) .contact_info{
        padding: 30px;
    }
    .contact_map_info:nth-child(2) .contact_info{
        padding: 16px;
    }

    .contact-main .con-form form {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .contact-main .con-form {
        flex-direction: column;
    }
    .contact-main .con-form .image {
        width: 100%;
    }
    .contact-main .contact-inner-main .list li {
        font-size: 16px;
    }
    .contact-main .contact-inner-main .list li .label {
        font-size: 20px;
    }
    .contact-main .contact_page_form {
        width: 100%;
        padding: 20px;
    }
    .contact-main .contact_page_form form {
        margin-top: 0;
        margin-bottom: 0;
    }
}


/* contact US E */


/* About Us S */
.about-main {
    color: #686868;
    background: url(../images/about_bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.about-main .common-title {
    text-align: left;
    padding-bottom: 30px;
    line-height: 1.6;
}
.about-main .about_desc {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.info_block {
        margin-bottom: 36px;
    box-shadow: 10px 0 40px rgba(132,132,132,.2);
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 30px;
    border: 1px solid #fff;
    background-color: #fff;
}
.info_block .info_img {
    margin-right: 15px;
    position: relative;
    height: 100px;
    width: 100px;
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out 0s;
}
.info_block:hover .info_img {
    transform: rotate(360deg);
}
.info_block .info_img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width:100px;
    height:100px;
    border-radius: 100%;
    background: #000000;
    }
.info_block .info_img img {
    max-height: 70px;
    position: relative;
    z-index: 9;
}
.info_block .info_content {}
.info_block .info_content .info_title {
    margin-bottom: 10px;
    color: #000000;
}
.info_block .info_content .info_desc {
    font-size: 18px;
    line-height: 1.4;
}
.info_block:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #F59220;
    opacity: 0;
    pointer-events: none;
    border-radius: inherit;
    transform: scale(1.1);
    transition:all 0.4s ease-in-out 0s;
}
.info_block:hover:before {
    opacity: 1;
    transform: scale(1);
}

@media (max-width:767px) {
    .about-main .about_desc {
        font-size: 17px;
     }
    .info_block {
        margin:30px 0 0px 0px;
        padding: 20px;
    }
    .info_block .info_img {
        height: 80px;
        width: 80px;
        flex: 0 0 80px;
     }
     .info_block .info_img:before {
        width: 80px;
        height: 80px;
     }
     .info_block .info_img img {
        max-height: 50px;
    }
    .info_block .info_content .info_desc {
           font-size: 15px;
    }
}

.who_we_are {
    padding: 50px 0;
    background: url(../images/about_bg2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.who_we_are::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.who_we_are_intro {
    padding:0px;
    margin-bottom: 60px;
    /* box-shadow: 0 0px 30px rgba(0,0,0,0.15); */
    border-radius: 10px;
    color: #ffffff;
    /* background: #fff; */
}
.who_we_are .common-title {
    padding-bottom: 30px;
    color: #ffffff;
}
.who_we_are .common-title .section-title,
.who_we_are p,
.who_we_are ul li {color: #ffffff;}

.who_we_are ul li:before {
    color: #ffffff;
    border-color: #ffffff;
}

.who_we_img {}
.who_we_img img {
    max-width: 450px;
    transition:all 0.4s ease-in-out 0s;
}
.who_we_img:hover img {
    transform: rotate3d(2, 2, 2, 360deg);
}
.who_we_are_service {}

@media(max-width:767px) {
    .who_we_img {
        text-align: center;
        margin-bottom: 30px;
    }
    .who_we_img img {
        max-width: 350px;
       }
}

.team_section {
    background: #FFFAF5;
    padding: 50px 0;
}
.team_section .team_item {
    display: flex;
    padding: 30px;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: all 0.4s ease-in-out 0s;
}
.team_section .team_item + .team_item {
    margin-top: 30px;
}
.team_section .team_item:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.team_section .team_pic {
    flex: 0 0 210px;
    margin-right: 30px;
    position: relative;
    padding: 5px;
}
.team_section .team_pic img{
    width: auto;
}
.about-img-main::after{
    content: "";
    width: 359px;
    height: 359px;
    position: absolute;
    right: -11px;
    bottom: -12px;
    background: #F59220;
    z-index: -1;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 6px;
}
.team_section .team_item:hover .team_pic::after{
    left:-3px;
    bottom:-3px;
}
.team_section .team_pic img{
    position: relative;
    z-index: 9;
}
.team_section .team_item:hover .team_pic img{
    
}
.team_section .team_info {}
.team_section .member_name {
    color: #000000;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}
.team_section .member_deg {
    color: #f59220;
    font-size: 20px;
    margin-bottom: 10px;
}
.team_section .member_message {
    font-size: 18px;
    line-height: 1.4;
    color: #545454;
}

.team_section .team_item:nth-child(even) {}
.team_section .team_item:nth-child(even) .team_pic {
    margin-right: 0px;
    margin-left: 30px;
    order: 2;
}
.team_section .team_item:nth-child(even) .team_pic::after{
    left:auto;
    right: 0px;
}
.team_section .team_item:nth-child(even):hover .team_pic::after{
    left:auto;
    right:-3px;
}
.team_section .team_item:nth-child(even) .team_info {
    text-align: right;
}

@media(max-width:767px) {
    .about-img-main::after{
            content: "";
            display: none;
    }
    .team_section .team_item {
        flex-direction: column;
    }
    .team_section .team_pic {
        flex: 0 0 220px;
        max-width: 220px;
        margin: 0 auto 30px;
    }
    .team_section .member_message {
        font-size: 16px;
    }
    .team_section .team_item:nth-child(even) .team_pic {
        margin-right: auto;
        margin-left: auto;
        order: 0;
    }
    .team_section .team_item:nth-child(even) .team_info {
        text-align: inherit;
    }
}
/* About Us E */

/* 404 S*/

.not-found-page {
    padding: 0 0 60px !important;
}

.not-found-page .error-center {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: auto;
}

.not-found-page .error-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-found-page .image {
   /* animation: spinnerRotateone 3s linear infinite;*/
}

.not-found-page .image img {
    height: 500px;
    max-width: 500px;
}
.not-found-page .error_hd {
    text-align: center;
    font-size: 40px;
    color: #000000;
    margin: 20px 0;
    font-weight: 500;
}
.not-found-page .error-top .error-text {
    margin-top: -25px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 6px 20px #68686821;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    animation: spinnerRotatetwo 3s linear infinite;
}

.not-found-page .error-top .error-text .title {
    font-size: 150px;
    font-family: 'Montserrat', sans-serif;
    line-height: 100%;
    margin: 0;
}

.not-found-page .error-desc {
    margin: 30px 0;
    text-align: center;
    color: #000000;
}

.not-found-page .error-btn {
    max-width: 200px;
    margin: auto;
}

@keyframes spinnerRotateone {
    0% {
        transform: translateX(0px) scale(1);
    }
    25% {
        transform: translateX(-10px) scale(0.99);
    }
    50% {
        transform: translateX(-20px) scale(0.98);
    }
    75% {
        transform: translateX(-10px) scale(0.99);
    }
    100% {
        transform: translateX(0px) scale(1);
    }
}

@keyframes spinnerRotatetwo {
    0% {
        transform: translateX(0px);
    }
    25% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(-20px);
    }
    75% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0px);
    }
}

@media(max-width:767px) {
    .not-found-page .error-top .error-text .title {
        font-size: 100px;
    }
    .not-found-page .image img {
        max-width: 400px;
        height: 400px;
    }
}


/* 404 E */


/* Thank you S */

.thank_you_main {
    padding: 20px 0;
}

.thank_you_main .center-box {
    background: #ffffff;
    padding: 30px;
    text-align: center;
    position: relative;
        background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
    border: var(--bs-border-width) var(--bs-border-style) #f59220!important;
    box-shadow: 0 20px 60px rgb(234 134 35 / 12%);
    border-radius: 5px;
    width: 887px;
    padding: 50px;
    margin: 0px auto 0px auto;
}

.thank_you_main .center-box:after {
    position: absolute;
    content: '';
    bottom: -20px;
    right: -20px;
    background-image: url(../images/about-bg-shape.png);
    width: 90px;
    height: 200px;
    z-index: -1;
}

.thank_you_main .center-box .common-title {
    padding-bottom: 0px;
}

.thank_you_main .center-box .small-title {
    font-size: 70px !important;
    line-height: 100%;
    color: #000000;
    margin-bottom: 30px !important;
    font-weight: 700 !important;
}

.thank_you_main .center-box .small-title span {
    color: #F59220;
}

.thank_you_main .center-box .short-desc {
    margin: 0px 0;
    color: #000000;
}

.thank_you_main .center-box .box-btn {
    max-width: 200px;
    margin: 20px auto 0;
}

@media(max-width:1200px) {
    .thank_you_main {
        padding: 50px 0;
    }
    .thank_you_main .center-box {
        padding: 30px 15px;
        width: 100%;
        margin: 0px !important;
    }
    .thank_you_main .center-box .small-title {
         font-size: 41px !important;
        padding: 0 5px;
    }
    .thank_you_main .center-box .short-desc {
        margin: 0px 0;
    }
    .thank_you_main .center-box:after {
        bottom: -10px;
        right: -10px;
        height: 100px;
    }
}

.r-btn{
    margin-top:20px;
}


/* Thank you E */

.infobox_wrap .infobox-img img{
    max-width: 80%;
} 






/*.thumbnail_container {
    padding-bottom: 100%;
    position: relative;
    background: #f7f7f7;
}
.thumbnail_container .thumbnail {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    line-height: 0;
    border: none;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 0;
    line-height: 0;
    background: 0 0;
    border: 0px;
    border-radius: 0px;
}

.thumbnail_container .thumbnail img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.thumbnail_container .box-link {
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.thumbnail_container .box-link .link {
    color: #fff;
    font-size: 18px;
}

.thumbnail_container .box-link .link i {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    transition-duration: .2s;
    font-size: 18px;
    display: inline-block;
}
@media (min-width:1200px) {
    .thumbnail_container:hover .box-link {
        opacity: 1;
    }
    .thumbnail_container .box-link .link:hover i {
        background: #fff;
        color: #005475;
    }
}*/



.thumbnail_container {
    padding-bottom: 100%;
    position: relative;
    background: #f7f7f7;
}

.thumbnail_container .thumbnail {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    line-height: 0;
    border: none;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 0;
    line-height: 0;
    background: 0 0;
    border: 0px;
    border-radius: 0px;
}

.thumbnail_container .thumbnail img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}



@media(max-width:479px){
    .service_detail_main .service_row{
        display: flex;
        flex-direction: column-reverse;
    }
    
}



/*banner css start*/ 



/*banner css end*/ 


/* ===================================
    Crafto - Accounting
====================================== */

/* font */
@font-face {
    font-family: 'cerebri-sans-regular';
    src: url('fonts/CerebriSans-Regular.woff2') format('woff2'),
        url('fonts/CerebriSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: 'cerebri-sans-medium';
    src: url('fonts/CerebriSans-Medium.woff2') format('woff2'),
        url('fonts/CerebriSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-semibold';
    src: url('fonts/CerebriSans-SemiBold.woff2') format('woff2'),
        url('fonts/CerebriSans-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-bold';
    src: url('fonts/CerebriSans-Bold.woff2') format('woff2'),
        url('fonts/CerebriSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-light';
    src: url('fonts/CerebriSans-Light.woff2') format('woff2'),
        url('fonts/CerebriSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* variable */
:root {      
    --alt-font: 'cerebri-sans-regular';
    --primary-font:  'cerebri-sans-regular';
    --base-color: #005153;
    --dark-gray:#1e3238;
    --very-light-gray:#eceff1;
    --yellow: #ecab23;
    --medium-gray: #7c898d;
    --solitude-blue: #f4f7f9;
} 
/* reset */
body {
    font-size: 18px;
    line-height: 30px;
}
/* font weight */
.fw-400 {
    font-family: 'cerebri-sans-regular' !important; 
    font-weight: normal !important;
}
.fw-300 {
    font-family: 'cerebri-sans-light' !important;
    font-weight: normal !important;
}
.fw-500 {
    font-family: 'cerebri-sans-medium' !important;
    font-weight: normal !important;
}
.fw-600 {
    font-family: 'cerebri-sans-semibold' !important;
    font-weight: normal !important;
}
.fw-700 {
    font-family: 'cerebri-sans-bold' !important;
    font-weight: normal !important;
} 
/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--yellow);
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--yellow);
}
.custom-cursor .circle-cursor-outer {
    border: 1px solid var(--yellow);
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
h1 {
    line-height: 4.375rem;
}
h2 {
    line-height: 3.438rem;
}
h3 {
    line-height: 3rem;
}
h4 {
    line-height: 2.6rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-family: 'cerebri-sans-medium' !important;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    line-height: 28px;
    font-family: 'cerebri-sans-regular' !important; 
}
header .btn.btn-small {
    font-size: 14px
}
header .btn.btn-small i {
    top:-2px;
}
header .navbar-brand img {
    max-height: 36px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 300px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid var(--very-light-gray);
    padding: 20px 30px;
    font-size: 17px;
    color: var(--dark-gray) !important; 
    font-family: 'cerebri-sans-medium' !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover{
    background-color: var(--very-light-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
    width: 40px;
    margin-right: 10px;
}
/* btn */
.btn-link i {
    top:0px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
}
.btn {
    font-family: 'cerebri-sans-medium'; 
    font-weight: normal !important;
    text-transform: none;
    letter-spacing: normal;
}
.btn-yellow {
    background-color: var(--yellow) !important;
    color: var(--dark-gray) !important; 
}
.btn.btn-box-shadow.btn-yellow:hover {
    background-color: var(--yellow) !important;
    color: var(--dark-gray) !important;
}
.btn.btn-box-shadow.btn-yellow:active {
     border-color: var(--yellow) !important;
}
.btn.btn-extra-large {
    font-size: 17px;
}
.btn.btn-large {
    font-size: 16px;
}
.btn.btn-medium {
    font-size: 15px;
}
.btn.with-rounded.btn-large > span {
    line-height: 34px;
}
.btn.with-rounded.btn-medium > span {
    line-height: 30px;
}
/* text color */
.text-emerald-green {
    color: #62cd54;
}
/* bg color */
.bg-orient-blue {
    background-color: #1F6668; 
}
/* bg gradient color */
.bg-gradient-green-yellow-color { 
    background: rgb(236,171,35); 
    background: linear-gradient(306deg, rgba(236,171,35,1) 0%, rgba(0,83,61,1) 85%);
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, 1) 10%, transparent 50%);
}
/* homepage */
.contact-form-style-01 .btn.btn-large { 
    padding: 13px 40px;
}
.terms-condition .box:before {
    top: 7px;
}
.terms-condition .box:after {
    top: 11px;
}
.contact-form-style-01 {
    margin-top: -100px;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 18px;
    line-height: 22px;
}
.page-title-extra-small h2 {
    font-size: 4rem;
    line-height: 3.8rem;
}
/* team style */
.team-style-01 figure figcaption .social-icon a {
    margin: 0 5px;
}
/* text shadow */
.text-shadow-medium { 
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
/* border color */
.border-color-yellow {
    border-color: var(--yellow) !important;
}
.pagination-style-01 .page-item.active .page-link,
.pagination-style-01 .page-item .page-link:hover {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}
.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
/* progress bar style 03 */
.progress-bar-style-03 .progress .progress-bar-title, 
.progress-bar-style-03 .progress .progress-bar-percent {
    bottom: 10px;
}
.progress-bar-style-03 .progress {
    height: 6px;
}
/* tooltip */ 
.tooltip-inner {
    background-color: var(--white);
    box-shadow: 0 10px 30px rgba(0,0,0,0.16);
    color: var(--medium-gray);
    padding: 22px 35px;
    max-width: 260px;
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
    font-weight: 400;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before, .bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: var(--white) !important;
    border-width: 0 1.7em 1.7em !important; 
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before, .bs-tooltip-top .tooltip-arrow:before {
    border-top-color: var(--white) !important;
    border-width: 1.7em 1.7em 0 !important; 
}
.bs-tooltip-auto[data-popper-placement^=bottom] {
    margin-top: 15px !important;
}
.bs-tooltip-auto[data-popper-placement^=top] {
    margin-bottom: 15px !important;
}
.tooltip {
    opacity: 1 !important;
}
.tooltip .tooltip-arrow {
    width: 3.5em;
    height: 1.2em;
}
.bs-tooltip-start.tooltip .tooltip-arrow {
    width: 1.2em;
    height: 3.2em;
    margin-top: -18px;
}
.bs-tooltip-auto[data-popper-placement^=left] {
    margin-right: 15px;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before, .bs-tooltip-start .tooltip-arrow:before {
    border-width: 1em 0 1em 1em !important;
    border-left-color: var(--white) !important;
}
.bs-tooltip-end.tooltip .tooltip-arrow {
    width: 1.2em;
    height: 3.2em;
    margin-top: -18px;
}
.bs-tooltip-auto[data-popper-placement^=right] {
    margin-left: 15px !important;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before, .bs-tooltip-end .tooltip-arrow:before {
    border-width: 1.7rem 1.7rem 1.7rem 0 !important;
    border-right-color: var(--white) !important;
}
.tooltip-title {
    font-weight: 600;
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
    color: var(--dark-gray);
    letter-spacing: -0.5px;
}
/* top right bottom left */
.left-35px {
    left: 35px;
}
.bottom-35px {
    bottom: 35px;
}
/* footer */
footer .footer-logo img {
    max-height: 36px;
}
.footer-dark p, .footer-dark .widget-text {
    color: var(--white);
    opacity: 0.4;
}
.footer-dark .elements-social .light li a {
    opacity: 1;
}
.footer-dark p a, .footer-dark p a:hover {
    color: var(--white);
}
.footer-dark ul li a, .footer-dark .widget-link {
    color: var(--white);
    opacity: 0.4;
}
.footer-dark ul li a:hover, .footer-dark .widget-link:hover, .footer-dark a:hover {
    opacity: 1;
    color: var(--white);
}
footer ul li {
    margin-bottom: 0;
}
.footer-dark .newsletter-style-02 input::placeholder {
    color: var(--white);
}
.footer-dark .newsletter-style-02 input::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}
.footer-dark .newsletter-style-02 input::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}
.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}
.is-touchable .cursor-page-inner {
    display: none !important;
}
/* media query responsive */
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 18px;
    }
}
@media (max-width: 1250px) {
    .sticky-wrap.shadow-in {
        left: 2px;
    }
}
@media (max-width: 1199px) {
    header .btn.btn-rounded.btn-small {
        padding: 9px 18px;
    }
}
@media (max-width: 991px) {
    .contact-form-style-01 {
        margin-top: 0;
    }
    .tab-style-08 ul .nav-item .nav-link {
        padding: 18px 20px;
    }
    .elements-social .large-icon li {
        margin: 0 5px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover{
        background-color: transparent;
    }
}
@media (max-width: 767px) { 
    .process-step-style-03 .progress-step-separator {
        display: block;
    }
}
@media (max-width: 575px) { 
    .process-step-style-03 .progress-step-separator {
        display: none;
    }
}

/*new css start*/


.service_slider .box {
    position: relative;
    height: 400px;
}
.service_slider .box img{
    height: 100%;
    width:100%;
    object-fit: cover;
}
.service_slider .box .img_service{
    width: 351px;
    height: 400px;
}
.service_slider .box .desc{
    /*opacity: 0;*/
    position: absolute;
    bottom:-48px;
}
.service_slider .box:hover .desc{
     position: static;
    bottom:0px;
        margin-top: 18px;
}

 @media (max-width: 1200px) {
     .banner-box-left {
         height: 450px;
     }
             .arrow-service{
                 margin-top: 35px !important;
             }
             .title_banner{
                 font-size: 40px !important;
                 line-height: 37px !important;
             }
             .banner_img{
                 height: 373px !important;
                         margin-bottom: -39px;
             }
             section {
                 padding-top: 60px !important;
                 padding-bottom: 60px !important;
             }
             .about-section-home{
                     margin-top: 46px !important;
             }
            
 }
 .banner_subtitle{
     position: relative;
 }
 .banner_subtitle:before{
     content:"";
     position: absolute;
     bottom: -6px;
     height: 2px;
     width:42%;
     background: #ffffff69;
 }
/*new css end*/
.about-img{
    position: relative;
    /*box-shadow: #ea8623 16px 20px 0px 0px;*/
}
.powered-hover img{
  transition: transform 0.3s ease;
}

.powered-hover:hover img{
  transform: scale(1.1);
}
.contact-input{
    text-align: left;
}
.detail-check{
    position: relative;
        padding: 18px 18px 18px 55px !important;
}
.detail-check:before{
    position: absolute;
    content: "\f00c";
    color: #F59220;
    font-family: "Font Awesome 6 Free" !important;
    font-size: 16px;
    font-weight: 600;
    border: 1px dashed #ea8623;
    border-radius: 50%;
    height: 27px;
    width: 27px;
    text-align: center;
    line-height: 25px;
    top: 50%;
    left: 2%;
    transform: translatey(-50%);
}
@media (max-width: 1200px) {
    .detail-check:before{
        content: "\f00c";
        top: 36%;
        left: 3%;
    }
}

/*for scroll body start*/


body::-webkit-scrollbar-track{
background-color: transparent;
}
body::-webkit-scrollbar{
width: 10px;
background-color: transparent;
}
body::-webkit-scrollbar-thumb{
border-radius: 26px;
background-color: #F59220;
}

/*for scroll body end*/

.contact-form-style-01 .form-group .form-icon{
        position: absolute !important;
    display: inline-block !important;
    left: 19px !important;
    top: 20px !important;
}

.detail-conact:hover{
    color:#fff;
}
.about-img-main .thumbnail_container{
        padding-bottom: 100%;
}
.post_img{
        width: 268px;
}
.post_img .thumbnail_container{
       padding-bottom: 64%;
           background: transparent;
}

/*no record found strat*/

.common-title.no-data{
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
    border:var(--bs-border-width) var(--bs-border-style) #ea8623!important;
    box-shadow:0 20px 60px rgb(234 134 35 / 12%);
    border-radius: 5px;
    width: 800px;
    padding: 100px;
    margin: 80px auto 0px auto;
}
.common-title.no-data .section-title{
    font-size: 45px !important;
    font-weight: 700 !important;
}
@media(max-width:1200px){
    .common-title.no-data{
     width: 100%;
    padding: 70px 10px;
    margin: 45px auto 0px auto;
    }
    .common-title.no-data .section-title {
    font-size: 29px !important;
    margin-bottom: 0px !important;
}
}
/*no record found end*/

.left-menu li.active , .left-menu li:hover{
    color: #F59220;
}
 @media (max-width: 768px) {
    .mb-md-minus-57 {
      margin-bottom: -57px !important;
    }
  }

  .inventory-w-set{
      width:1000%;
  }
  /*for door open start*/
  

  .door-open .door-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 99;
      display: flex;
  }

  .door-open .door {
      width: 50%;
      height: 100%;
      background: #eee;
      background: linear-gradient(to bottom, #ffffff, #e0e0e0);
      transition: transform 2s ease-in-out;
  }

  .door-open .left-door {
      transform: translateX(0);
      border-right: 2px solid #000;
      animation: open-left 3s ease-out forwards;
      animation-delay: 1s;
  }

  .door-open .right-door {
      transform: translateX(0);
      border-left: 2px solid #000;
      animation: open-right 3s ease-out forwards;
      animation-delay: 1s;
  }

  @keyframes open-left {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(-100%);
      }
  }

  @keyframes open-right {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(100%);
      }
  }
  .door-open .left-door img , .door-open .right-door img{
      width:40%;
      height: 70%;
  }
  .door-open .left-door img{
      float: right;
      top: 50%;
      right: 0%;
      position: absolute;
      transform: translateY(-50%);
  }
  .door-open .right-door img{
      float: left;
      top: 50%;
      left: 0%;
      position: absolute;
      transform: translateY(-50%);
  }
  @media(max-width:768px){
      .door-open .left-door img , .door-open .right-door img{
          width:100%;
          height: 60%;
      }
  }

  /*for door open end*/
  .power-pdf{
      width: 40% !important;
      margin: auto;
      display: flex !important;
      border-radius: 10px !important;
      border: 3px solid #fff !important;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      background: #F59220  !important;
      color:#fff !important;
  }
  .power-pdf:hover{
      background: black !important;
      border: 3px solid #F59220 !important;
      color: #F59220 !important;
  }
  @media (max-width: 768px) {
      .power-pdf {
          width: 96% !important;
      }
  } 