@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Titillium+Web:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

body{
    overflow-x: hidden!important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.aos-init{
    overflow-x: clip!important;
}
:root {
    --blue: #1a4533;
    --gray: #d8d8d8;
    --primaryColor: #1a4533;
    --secondaryColor: #dcad09;
    --backGroundColor: #f8f8f8;
  }
ul,
ol {
    margin: 0px;
    padding: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

.banner-main-sec {
    display: inline-block;
    width: 100%;
    position: relative;
    background: url(/frontend/images/banner-bg.png)no-repeat;
    background-position: top right;
    min-height: 790px;
    background-size: 75%;
}

.header {
	width: 100%;
	height: 65px;
	position: fixed;
	text-align: center;
	top: 0;
	justify-content: space-between;
	z-index: 9999;
	height: fit-content;
	padding-top: 5px;
	padding-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.header .navbar-nav li a {
    color: #333333;
    padding: 15px 14px;
    font-weight: 600;
    position: relative;
    font-size: 14px;
}

.header .navbar-nav li a:hover::before {
    position: absolute;
    content: "";
    background: var(--primaryColor);
    height: 2px;
    width: 16px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
}

.header .navbar-nav li a:focus {
    background: transparent !important;
}

.header .navbar-nav li.dropdown.open a {
    background: transparent;
}

.header .navbar-nav li .dropdown-menu li a {
    color: #1f194c;
}

.header .navbar-nav li a:hover {
    background: transparent;
}

.cus-btn {
    background: var(--primaryColor);
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    border: none;
    font-size: calc(8px + .5vmin);
    padding: calc(8px + 0.5vmin) calc(8px + 1vmin);
}

.cus-btn i {
    margin-left: 11px;
    font-size: 23px;
    vertical-align: middle;
    margin-top: -7px;
    color: #fff;
}

.cus-btn.hvr-rectangle-out::before {
    background: rgb(0, 131, 251);
    background: var(--primaryColor);
    border-radius: 4px;
}

.cus-btn.hvr-rectangle-out.white-outline-btn {
    
}

.header .navbar-nav li .cus-btn {
    padding: 12px 10px;
    margin-left: 5px;
}

.banner-main-sec .navbar {
    margin: 22px 0;
}

.banner-left h1 {
    margin: 0 0 40px 0;
    font-size: 45px;
    color: #1f194c;
    font-weight: 300;
}

.banner-left {
    float: left;
    margin-top: 52px;
    width: 45%;
}

.banner-left h1 {
    margin: 0 0 20px 0;
    font-size: 45px;
    color: #1f194c;
    font-weight: 300;
}

.banner-left h2 {
    font-size: 58px;
    font-weight: bold;
    margin-top: 0;
    color: var(--gray);
    line-height: 67px;
}

.banner-left p {
    color: #1f194c;
    font-size: 25px;
    margin-top: 18px;
}

.banner-left-btn ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.banner-left-btn li {
    float: left;
    margin-right: 10px;
}

.banner-left-btn li button img {
   width: 75%;
}

.blb-video {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
}

.banner-right {
    float: right;
    width: 55%;
    margin-top: 70px;
}

.banner-right img {
    width: 100%;
}

.banner-left-btn {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.about-sec {
    display: inline-block;
    width: 100%;
    margin-top: 128px;
}

.cus-heading {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.cus-heading-top {
    font-family: 'Titillium Web', sans-serif !important;
    color: #868686;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 13px;
    /* width: 50%; */
    width: fit-content;
    background: #fff;
    padding: 10px 15px;
    border-bottom: 2px solid var(--primaryColor);
    border-right: 2px solid var(--primaryColor);
    margin: auto;
    margin-bottom: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
}

.cus-heading-bottom {
    color: #1f194c;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    line-height: 30px;
    display: table;
    width: 80%;
}

.cus-heading::before {
    position: absolute;
    content: "";
    background: url(/frontend/images/sep-icon.png) no-repeat;
    width: 57px;
    height: 9px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.about-image img {
    width: 100%;
}

p {
    color: #575a7b;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 0;
}


.about-cont-head {
    font-size: 30px;
    line-height: 50px;
    color: #1f194c;
    font-weight: 600;
}


.about-cont-area {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-sec {
    background: var(--backGroundColor);
}

.owl-carousel .owl-item img {
    width: auto;
}

.product-box {
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    display: inline-block;
    margin-bottom: 40px;
}

.product-box:hover {
    box-shadow: rgba(5, 80, 167, 0.4) 0px 0px 0px 2px, rgba(2, 69, 146, 0.65) 0px 4px 6px -1px, rgba(26, 2, 245, 0.08) 0px 1px 0px inset;
}



.pb-img-hover {
    display: none;
}

.pb-img-area {
    margin: 10px 15px;
    display: table;
}



.product-scroller-area {
    margin-top: 65px;
}

.owl-carousel .owl-dots .owl-dot {
    background: var(--secondaryColor);
    width: 13px;
    height: 13px;
    border-radius: 100px;
    margin-left: 8px;
}

.owl-carousel .owl-dots .owl-dot.active {
    width: 25px;
}

.owl-carousel .owl-dots .owl-dot:nth-child(1) {
    margin-left: 0;
}

.owl-carousel .owl-dots {
    margin: 0 auto;
    display: table;
}

.pb-heading-area {
    color: #1f194c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 0 16px;
    text-align: center;
}

.pb-cont-area p {
    line-height: 24px;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 23px;
    text-align: start;
    color: #575a7b;
    text-align: justify;
}

.pb-btn-area a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    font-weight: bold;
    background: rgb(0, 92, 234);
    background: var(--primaryColor);
    color: #fff;
    font-size: 15px;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
}

.pb-btn-area a i {
    font-size: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -8px;
}

/* .product-box:hover .pb-img {
    display: none;
} */

/* .product-box:hover .pb-heading-area,
.product-box:hover .pb-cont-area p {
    color: #fff;
} */

/* .product-box:hover .pb-img-hover {
    display: block;
} */

.services-sec {
    padding: 70px 0;
}

.service-btn {
    margin-top: 35px;
}

.about-content.service-cont .about-cont-head {
    position: relative;
}

.about-content.service-cont .about-cont-head::before {
    position: absolute;
    content: "";
    background: #1f194c;
    height: 3px;
    width: 38px;
    bottom: -10px;
}

.about-content.service-cont .about-cont-head {
    margin-bottom: 40px;
}

.about-main-box {
    margin-bottom: 80px;
}

.cus-heading.left-heading {
    text-align: left;
}

.academy-cont-pera {
    margin-top: 28px;
}

.cus-heading.left-heading .cus-heading-bottom {
    width: 100%;
}

.cus-heading.left-heading::before {
    left: 0;
    transform: initial;
}

.academy-area {
    width: 100%;
    margin: 0 auto;
}

.academy-right-list .product-box {
    box-shadow: 0 9px 37px 3px rgba(108, 108, 108, .31);
}

.arl-left.arl-left-2 {
    margin-top: 175px;
}

.academy-right-list {
    padding-left: 40px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

#quote-carousel .carousel-control {
    position: absolute;
    left: 46px;
    width: 35px;
    bottom: 0;
    top: initial;
    height: 35px;
    background: #292dc2;
    line-height: 35px;
    opacity: 1;
    border-radius: 5px;
}

#quote-carousel .right.carousel-control {
    left: 88px;
}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 64px;
    height: 64px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
    width: 90px;
    height: 90px;
    opacity: 1;
    transition: all .2s;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "";
    font-family: 'Line Awesome Free';
    margin-right: 10px;
    position: absolute;
    left: -50px;
    font-size: 40px;
    color: #292dc2;
    top: -5px;
}

.testimonial-des-box p {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    padding-right: 95px;
    color: #575a7b;
    position: relative;
    word-break: break-all;
}

.testimonial-inner-area {
    width: 1380px;
    margin: 0 auto;
}

.testimonial-sec {
    display: none;
    margin-top: 0px !important;
    display: inline-block;
    width: 100%;
    overflow: hidden;

}

.testimonnial-scroller .carousel.slide .carousel-inner {
    width: 42%;
    padding-bottom: 45px;
}

.testimonnial-scroller .carousel.slide .carousel-inner {
    width: 42%;
}

.testimonial-clients {
    width: 50%;
    height: 360px;
    float: left;
    background: url("/frontend/images/review-map.png") no-repeat;
}

.testimonial-clients .carousel-indicators li.active img {
    width: 100%;
}

.testimonial-clients .carousel-indicators li.active {
    border: 2px solid #292dc2 !important;
}

.testimonial-clients .carousel-indicators {
    position: relative;
}

.testimonial-clients .carousel-indicators li:nth-child(1) {
    position: absolute;
    left: 0;
    top: 61px;
}

.testimonial-clients .carousel-indicators li:nth-child(2) {
    position: absolute;
    left: 52px;
    top: 200px;
}

.testimonial-clients .carousel-indicators li:nth-child(3) {
    position: absolute;
    left: 157px;
    top: 10px;
}

.testimonial-clients .carousel-indicators li:nth-child(4) {
    position: absolute;
    left: 130px;
    top: 118px;
}

.testimonial-clients .carousel-indicators li:nth-child(5) {
    position: absolute;
    left: 300px;
    top: 50px;
}

.testimonial-clients .carousel-indicators li:nth-child(6) {
    position: absolute;
    left: 300px;
    top: 195px;
}

.testimonial-des-box h3 {
    font-weight: bold;
    margin-top: 0;
    font-size: 30px;
    color: #1f194c;
    margin-bottom: 15px;
}

.testimonial-des-box h4 {
    font-weight: 500;
    font-size: 18px;
    color: #868686;
    margin-bottom: 17px;
}

.testimonial-des-box {
    padding-left: 26px;
    padding-right: 26px;
}

.testimonnial-scroller {
    display: inline-block;
    width: 100%;
}

.blog-sec {
    background: url(/asset/images/blog-bg.png) no-repeat;
    height: 656px;
    margin-top: 120px;
    width: 100%;
    background-position: 0 0;
    background-size: cover;
}

.blog-head .cus-heading.left-heading {
    float: left;
}

.blog-head {
    display: inline-block;
    width: 100%;
    position: relative;
}

.blog-head-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-scroller-area {
    margin-top: 45px;
}

.bb-bottom-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    font-weight: bold;
    background: rgb(0, 92, 234);
    background: var(--primaryColor);
    color: #fff;
    font-size: 15px;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
}

.bb-date-area {
    background: #292dc2;
    width: 65px;
    position: absolute;
    left: 25px;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    top: 25px;
    padding: 13px 0;
}

.bb-cont-area {
    position: relative;
    padding: 25px 25px 25px 111px;
}

.bb-cont-area p {
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 4px;
    overflow: hidden;
    margin-bottom: 0;
    height: 64px;
    color: #1f194c;
}

.product-box.blog-box:hover .bb-date-area {


}

.product-box.blog-box:hover .bb-cont-area p {

}

.blog-scroller-area .owl-nav button {
    width: 44px;
    background: #292dc2 !important;
    height: 48px;
    border-radius: 4px;
    margin-right: 10px;
}

.blog-scroller-area .owl-nav button i {
    color: #fff;
    font-size: 20px;
}

.blog-scroller-area .owl-nav button.owl-next {
    margin-right: 0;
}

.blog-scroller-area .owl-nav {
    margin: 0 auto;
    display: table;
}

.client-logo-image {
    text-align: center;
    width: 100%;
}

.client-logo-image img {
    height: 44px;
    transition: all 0.3s;
    margin: 0 auto;
}

.client-box:hover img {
    filter: grayscale(1);
    transform: scale(1.1);
    transition: all 0.3s;
}

.client-sec {
    display: inline-block;
    width: 100%;
}

.client-scroller-area {
    margin-top: 60px;
}

.client-scroller-area .owl-dots {
    text-align: center;
    margin-top: 45px;
}


.file-upload-wrapper {
    border-radius: 6px;
    position: relative;
    width: 100%;
    height: 60px;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 40px;
    line-height: 40px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
}

.file-upload-wrapper:before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 60px;
    background: rgb(0, 92, 234);
    background: var(--primaryColor);
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}

.file-upload-wrapper:hover:before {
    background: rgb(0, 131, 251);
    background: var(--primaryColor);
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.request-footer-form {
    background: rgb(0, 92, 234);
    background: #fff;
    margin-top: 200px;
    position: relative;
}

.request-form-area {
    background: #fff;
    border-radius: 10px;
    padding: 25px 25px 0 25px;
    margin-bottom: 240px;
    margin-top: -140px;
    box-shadow: 0 9px 37px 3px rgba(108, 108, 108, .31);
    position: relative;
}

#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.cus-input .form-control {
    border: none;
    border-radius: 0;
}

.cus-input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 7px 16px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.cus-input label {
    position: absolute;
    left: 10px;
    top: -12px;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    padding: 5px 7px;
    z-index: 99;
    font-weight: normal;
    color: #a0a0a0;
}

.cus-input .form-control {
    border: none;
    border-radius: 6px;
    box-shadow: none;
    padding: 0;
}

.cus-dropi select {
    width: 100%;
    border: none;
    padding: 6px 0;
}

.request-form-area .form-group {
    margin-bottom: 30px;
    margin-top: 15px;
}

.cus-textarea {
    min-height: 112px;
    padding: 10px 0 0 0 !important;
    resize: none;
}

.cus-input.cus-upload {
    padding: 0;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

.checkbox .cr i {
    color: #292dc2;
}

.checkbox label {
    padding-left: 3px;
}

.footer-check-area .checkbox {
    float: left;
    width: 100%;
    margin-top: 0;
}

.fca-captacha {
    float: left;
    margin-top: 20px;
}

.fca-captacha img {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 2px;
}

.fca-btn {
    float: right;
}

.footer-check-area {
    display: inline-block;
    width: 100%;
}

#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fac-left-box {
    float: left;
}

.directory_box {
    background: #fff;
    box-shadow: 0px 3px 5px 0px #00000038;
    padding: 35px;
    margin-top: -172px;
    position: relative;
    border-radius: 10px;
}

.slide_inner .country_box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.slide_inner .country_box .img_box {
    border-radius: 100%;
    overflow: hidden;
    width: 28px;
    height: 28px;
}

.slide_inner .country_box h3 {
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: normal;
    text-transform: none;
}

.slide_inner address {
    line-height: 30px;
    color: #4a4949;
    font-size: 14px;
    text-align: center;
}

.slide_inner h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 24px;
}

.slide_inner {
    border-right: 1px solid #cccccc4f;
    padding: 10px 40px;
}

#address_scroller .owl-nav .owl-prev {
    position: absolute;
    left: -22px;
    width: 44px;
    bottom: 0;
    top: 50%;
    text-align: center;
    height: 46px;
    background: #292dc2;
    opacity: 1;
    border-radius: 5px;
    color: #fff;
    transform: translateY(-50%);
}

#address_scroller .owl-nav .owl-next {
    position: absolute;
    right: -22px;
    width: 44px;
    bottom: 0;
    top: 50%;
    text-align: center;
    height: 46px;
    background: #292dc2;
    opacity: 1;
    border-radius: 5px;
    color: #fff;
    transform: translateY(-50%);
}

.address-scroller-area {
    margin-left: -36px;
    margin-right: -36px;
}

#digi_web_footer {
    padding-top: 30px;
}

#digi_web_footer .foot_item .dev_title_strip {
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 30px;
}

.dev_title_strip {
    position: relative;
    padding-bottom: 22px;
}

.web_dev_sec_title {
    color: #000;
    font-size: 1.6em;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 40px;
    line-height: 30px;
}

.dev_title_strip:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 31px;
    height: 3px;
    background: #ccc;
}

#digi_web_footer .foot_item ul.link_list {
    padding-left: 0px;
    margin-left: 0px;
}

#digi_web_footer .foot_item ul.link_list li {
    list-style: none;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 13px;
}

#digi_web_footer .foot_item ul.link_list li a {
    color: #737373;
    transition: all 0.6s;
}

#digi_web_footer .foot_item ul.link_list li a:hover {
    color: var(--primaryColor);
    font-weight: bold;
    transition: all 0.6s;
    margin-left: 10px;
}

#digi_web_footer .foot_item ul.conact_list li {
    list-style: none;
    font-weight: 600;
    margin-bottom: 17px;
    font-size: 15px;
}

#digi_web_footer .foot_item ul.conact_list li a {
    color: #000;
}

#digi_web_footer .foot_item ul.conact_list li a i {
    color: #292dc2;
    font-size: 19px;
    margin-right: 7px;
}

#digi_web_footer .foot_item .social ul li a {
    border: 2px solid #4267b2;
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #4267b2;
    height: 30px;
    line-height: 28px;
}

#digi_web_footer .foot_item .social ul li:nth-of-type(2) a {
    color: #2977c9;
    border-color: #2977c9;
}

#digi_web_footer .foot_item .social ul li:nth-of-type(3) a {
    color: #1da1f2;
    border-color: #1da1f2;
}

#digi_web_footer .foot_item .social ul li:last-of-type a {
    color: #d93025;
    border-color: #d93025;
}

#digi_web_footer .foot_item .social ul {
    display: flex;
    list-style-type: none;
}

#digi_web_footer .foot_item .social ul li {
    list-style: none;
    margin-right: 10px;
}

.conact_list {
    list-style: none;
}

#digi_web_footer .footer_strip {
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 30px 0;
    color: #4a4949;
    margin-top: 0;
}

.copy_text {
    font-weight: bold;
    text-transform: uppercase;
}

#digi_web_footer .footer_strip .copy_text a {
    color: var(--primaryColor);
}

#digi_web_footer .footer_strip .foot_link {
    list-style: none;
    display: flex;
    margin-top: 3px;
    justify-content: flex-end;
}

#digi_web_footer .footer_strip .foot_link li {
    border-right: 2px solid;
    padding: 0px 11px;
    line-height: 15px;
    font-size: 14px;
}

#digi_web_footer .footer_strip .foot_link li:last-of-type {
    border-right: 0px;
    padding-right: 0px;
}

#digi_web_footer .footer_strip .foot_link li a {
    color: #737373;
}

#digi_web_footer .foot_item ul.conact_list li {
    list-style: none;
    font-weight: 600;
    margin-bottom: 17px;
    font-size: 15px;
}

#digi_web_footer .foot_item ul.conact_list li a {
    color: #000;
}

#digi_web_footer .foot_item .social {
    margin-top: 35px;
}

/*About Css Start*/

.header.inner-header {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    padding: 11px 0 19px 0;
}

.header.inner-header .navbar-nav li a {
    color: #737373;
}

.header.inner-header nav.navbar {
    margin-bottom: 0;
}

.header.inner-header ul.nav.navbar-nav.pull-right {
    margin-top: 8px;
}

.header.inner-header .cus-btn.hvr-rectangle-out.white-outline-btn {
    background: rgb(0, 131, 251);
    background: var(--primaryColor);
    border-radius: 4px;
}

.header.inner-header .cus-btn.hvr-rectangle-out::before {
    background: var(--primaryColor);
    border-radius: 4px;
}

.page-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 1;
}

.page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: #3a3a3a;
    opacity: 0.7;
}

.page-banner .page-title-content {
    position: relative;
    margin-top: -10px;
}

.page-banner.about-bg {
    background-image: url('../images/about.jpg');
}

.page-banner .page-title-content h2 {
    margin-bottom: 15px;
    font-size: 50px;
    color: #fff;
}

.page-banner .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px;
}

.page-banner .page-title-content ul li:first-child {
    margin-left: 0;
}

.page-banner .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 15px;
    font-weight: 600;
}

.page-banner .page-title-content ul li a {
    color: #fff;
}

.page-banner .page-title-content ul li:last-child {
    padding-right: 0;
}

.page-banner .page-title-content ul li.active {
    color: #fff;
    text-decoration: underline;
}

.page-banner .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -3px;
    background-color: #fff;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.page-banner .page-title-content ul li:last-child::before {
    display: none;
}

.welcome-bg {
    background-image: url("/asset/images/welcome-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.welcome-content {
    max-width: 590px;
    margin-left: auto;
    padding: 0 20px;
}

.welcome-content h2 {
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: bold;
}

.welcome-content .some-bold {
    font-weight: 600;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-since-sec {
    padding: 70px 0 0 0;
}

.about-since-sec .cus-heading {
    margin-bottom: 50px;
}

.welcome-content p {
    margin-bottom: 17px;
}

.welcome-content:nth-last-child(1) {
    margin-bottom: 0;
}

.section-space--pb_30 {
    padding-bottom: 30px;
}

.section-space--pt_60 {
    padding-top: 60px;
}

.bg-theme-default {
    background: var(--primaryColor);
}

.fun-fact--two {
    padding: 35px 0;
}

.fun-fact-wrapper {
    margin-bottom: 70px;
}

.fun-fact--two .fun-fact__count {
    font-size: 56px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 700;
}

.fun-fact--two .fun-fact__text {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.content-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-header .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 48px;
    font-weight: 48px;
    min-width: 60px;
    margin-right: 10px;
    color: var(--primaryColor);
}

.content-header .heading {
    color: var(--primaryColor);
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
}

.about-wc-box .content .text {
    color: #696969;
    line-height: 30px;
}

.about-wc-box {
    margin-top: 52px;
    padding: 20px;
    margin-bottom: 55px;
    transition: all 0.3s;
}

.about-wc-box:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.about-vision-area {
    background: var(--backGroundColor);
    padding: 60px 0;
}

.av-vision-box h3 {
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}

/*About Css End*/

img {
    max-width: 100%;
}

@media screen and (max-width:1190px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
        width: 100%;
    }

    .container-fluid {
        padding: 0;
    }

    .banner-main-sec .navbar {
        margin: 15px 0;
    }

    .banner-left h2 {
        line-height: 60px;
        font-size: 55px;
    }

    .cus-heading-bottom {
        width: 80%;
        line-height: 40px;
    }

    .about-cont-head {
        line-height: 40px;
    }

    img,
    .owl-carousel .owl-item img {
        width: 100%;
    }

    p {
        font-size: 15px;
        line-height: 30px;
    }

    .product-scroller-area {
        padding: 0 15px;
    }

    .about-main-box {
        margin-bottom: 60px;
    }

    .academy-sec,
    .academy-area,
    .testimonial-inner-area {
        width: 100%;
        float: left;
    }

    #quote-carousel {
        margin-top: 35px;
    }

    .cus-heading {
        padding-bottom: 25px;
    }

    .cus-heading-top {
        margin-bottom: 5px;
    }

    .testimonial-des-box p,
    .testimonial-des-box {
        padding-right: 0;
    }

    .blog-sec {
        margin-top: 70px;
    }

    #address_scroller .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        right: 10px;
    }

    #address_scroller .owl-nav .owl-prev {
        width: 40px;
        left: 10px;
        height: 40px;
    }

    #digi_web_footer .col-md-6:nth-child(3) {
        clear: both;
    }

    .header .navbar-nav li a {
        padding: 13px 11px;
    }
}

@media screen and (max-width:992px) {
    .navbar>.container .navbar-brand {
        padding: 15px 10px 10px 10px;
    }

    .header .navbar-nav li a {
        padding: 13px 9px;
        font-size: 12px;
    }

    .header .navbar-nav li .cus-btn {
        font-size: 12px;
    }

    .banner-left h1 {
        margin: 0 0 15px 0;
        font-size: 35px;
    }

    .banner-main-sec {
        background-size: 71%;
    }

    .product-scroller-area {
        margin-top: 45px;
    }

    .cus-heading-bottom {
        line-height: 30px;
        font-size: 18px;
    }

    .about-content {
        margin-top: 0;
    }

    .about-content.service-cont .about-cont-head {
        margin-bottom: 30px;
    }

    .pb-cont-area p {
        line-height: 21px;
        font-size: 12px;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .pb-heading-area {
        font-size: 14px;
        margin-bottom: 0px;
        padding: 0 12px;
    }

    .academy-right-list {
        padding-left: 0px;
    }

    .academy-area {
        padding-bottom: 40px;
    }

    .product-box {
        width: 100%;
    }

    .client-sec {
        margin: 50px 0;
    }

}

@media screen and (max-width:767px) {
    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .header .navbar-nav li a {
        color: #fff;
        background: var(--primaryColor);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        font-size: 14px;
    }

    .header .navbar-nav li a:hover {
        background: #033a66;
        color: #ffff;
    }

    .nav.navbar-nav.pull-right {
        float: none !important;
        margin-top: 0;
    }

    .testimonial-inner-area,
    .academy-area {
        max-width: 1380px;
        width: auto;
    }

    .testimonnial-scroller .carousel.slide .carousel-inner,
    .testimonial-clients {
        width: 100%;
    }

    #address_scroller .owl-nav .owl-next {
        right: -11px;
    }

    #address_scroller .owl-nav .owl-prev {
        left: -11px;
    }

    .banner-right {
        margin-top: 100px;
        width: 40%;
    }

    .banner-left {
        width: 60%;
    }

    .banner-left h1 {
        font-size: 25px;
    }

    .banner-left h2 {
        line-height: 45px;
        font-size: 40px;
    }

    .banner-left p {
        font-size: 16px;
        margin-top: 10px;
    }

    .about-sec {
        margin-top: 50px;
    }

    .cus-heading-bottom {
        width: 100%;
        line-height: 33px;
        font-size: 18px;
    }

    .about-content {
        margin-top: 25px;
    }

    .about-cont-head {
        line-height: 35px;
        font-size: 25px;
    }

    .services-sec {
        padding-bottom: 0;
    }

    .arl-left.arl-left-2 {
        margin-top: 0;
    }

    .academy-right-list {
        padding-top: 30px;
    }

    .pb-heading-area {
        font-size: 20px;
    }

    .pb-cont-area p {
        font-size: 14px;
    }

    .dev_title_strip::after {
        content: "+";
        position: absolute;
        top: 0px;
        right: 0;
        font-size: 20px;
        font-weight: 400;
    }

    #digi_web_footer .foot_item .dev_title_strip {
        font-size: 18px;
        margin-bottom: 25px;
        padding-bottom: 10px;
    }

    #digi_web_footer .footer_strip .foot_link {
        margin-top: 10px;
        justify-content: center;
    }

    .container>.navbar-collapse {
        z-index: 99;
        position: relative;
        background: var(--primaryColor);
    }

    .product-scroller-area .owl-nav {
        display: none;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        border-color: #000;
        color: #000;
    }

    .header .navbar-nav li .dropdown-menu li a {
        color: #fff;
    }

    .header .navbar-nav li a:hover::before {
        display: none;
    }

    .header .navbar-nav li .cus-btn {
        padding: 11px 9px 6px;
        margin-left: 0;
        border: none;
    }

    .cus-btn.hvr-rectangle-out::before {
        display: none;
    }

    img,
    .owl-carousel .owl-item img {
        width: auto;
    }
    .banner_sec {
        margin-top: calc(5px + 14vw)!important;

    }
}

@media screen and (max-width:420px) {
    .banner-main-sec {
        background-size: 85%;
    }

    .banner-left h1 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .banner-left {
        width: 100%;
        position: relative;
        z-index: 1;
        margin-top: 20px;
    }

    .banner-left h2 {
        line-height: 35px;
        font-size: 27px;
    }

    .banner-left p {
        font-size: 13px;
        margin-top: 0px;
        line-height: normal;
    }

    .banner-left-btn {
        margin-top: 20px;
    }

    .banner-right {
        margin-top: 0px;
        width: 50%;
        position: absolute;
        right: 0;
        top: 140px;
    }

    .cus-btn {
        padding: 13px 15px;
        font-size: 12px;
    }

    .blb-video img {
        transform: scale(.9);
        margin-top: -3px;
    }

    .cus-heading-top {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .cus-heading-bottom {
        line-height: 25px;
        font-size: 20px;
    }

    .about-cont-head {
        line-height: 30px;
        font-size: 22px;
    }

    p {
        font-size: 13px;
        line-height: 25px;
    }

    .about-cont-area {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .services-sec {
        padding: 35px 0;
    }

    .academy-area {
        padding-bottom: 15px;
    }

    .testimonial-des-box h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .testimonial-des-box h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .copy_text {
        font-size: 12px;
        text-align: center;
    }

    .request-form-area {
        padding: 25px 10px 0 10px;
    }

    .cus-dropi select {
        background: none !important;
    }

}

.owl-carousel .owl-item img {
    width: 100%;
}
#product_scroller2.owl-carousel .owl-item img {
    width: 140px;
}

/* custome */
.error {
    color: red !important;
}

.nav>li {
    position: unset;
}

.megamenu {
    position: absolute;
    width: 100%;
    height: auto;
    top: 65px;
    left: 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    left: 0;
    min-width: 210px;
    padding: 15px 0;
    text-align: left;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.nav>li:hover .megamenu{
    opacity: 1;
    visibility: visible;
}
.mega-menu-box h4 a{
    color: #000!important;
    padding: 0!important;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.mega-menu-box p{
    color: #c3c5dd;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.mega-menu-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
}
.mega-menu-heading{
    margin-top: 10px;
    margin-bottom: 5px;
}
.mega-row{
    margin: 0!important;
}
.mega-menu-heading a:hover {
    color: #292dc2!important;
}
.mega-menu-heading a:hover::before {
    content: unset!important;
}
.child-container:nth-child(2){
    height: auto;
    background-color: #c7c7c7;
}
.mega-menu-container-second{
    display: grid;
    grid-template-columns: 35% 20% 45%;
    background-color: #f7f3f3;
}
.second-megamenu{
    padding: 0!important;
}
.child-container ul li{
    list-style: none;
    text-align: end;
    padding: 5px 10px 10px 5px;

}
.child-container:first-child ul li{
    border-bottom: 1px solid #eee;
}
.child-container ul li a{
    color: #575757!important;
    font-weight: 300!important;
    font-size: 18px!important;
}
.blog-container {
    padding: 20px;
}
.blog-container .img-container img{
    height:200px;
    object-fit:cover
}
.submenu a{
    font-weight: 500!important;
    text-align: start;
}
#newsroop_menu{
    padding: 15px;
}
#newsroop_menu li{
    font-weight: 500!important;
    text-align: start;
}
.notactive{
    display: none;
}
.active-menu{
    display: block!important;
}
.content h1{
    margin: 0;
}
.content h1 a{
    color: var(--primaryColor)!important;
    padding: 0!important;
    font-size: 18px!important;
}
.dropdown-menu{
    left:unset!important;
}
#austria{
    padding: 0 10px;
    margin-bottom: 10px;
}
.main-container-about{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px;
    margin-bottom: 50px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.main-container-about {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.main-container-about .about-container-child img {
    width: 71px;
}
.main-container-about .about-container-child {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    padding: 0 30px;
}
.main-container-about .about-container-child h1 {
    font-size: calc(8px + .8vmin);
    margin: 0;
    font-weight: 600;
}
.main-container-about .about-container-child:nth-child(2) {
    border-left: 2px solid #292dc2;
    border-right: 2px solid #292dc2;
}
.first_let{
    font-size: 95px;
    font-weight: 600;
    position: relative;
    top: 16px;
}
.container-img img{
    width: 120px;
}
.life-cycle{
    display: flex;
    width: 1170px;
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 30px;
}
/* .container-one:nth-child(2),.container-one:nth-child(3){
    margin-top: 200px;
} */
.heading h2{
    font-size: 18px;
    font-weight: 800;
    margin-top: 10px;
}
.text p{
    line-height: 25px;
    font-size: 14px;
}
.numbering h2{
    font-weight: 800;
}
.client-sec{
    display: flex;
    margin-top: 0px;
    background: var(--backGroundColor);
}
.client-sec .testimonial-inner-area{
    width: 100%!important;
}
.client-sec .main-container{
    display: grid;
    gap: 30px;
    margin-top: 30px;
    grid-template-columns: 1fr 1fr;;
}
.client-sec .maincontainer-child:nth-child(2){
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    margin-top: 50px;
    padding: 10px!important;
}
.chil-box .image-container img{
    width: 71px;
}
.chil-box .image-container {
    margin-top: -60px;
}
.chil-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    border-radius: 15px;
    height: 110px;
    transition: all 0.3s ease;
    background: #fff;

}
.chil-box:hover {
    box-shadow: rgba(5, 80, 167, 0.4) 0px 0px 0px 2px, rgba(2, 69, 146, 0.65) 0px 4px 6px -1px, rgba(26, 2, 245, 0.08) 0px 1px 0px inset;

}
.chil-box:nth-child(4) {
    box-shadow: rgba(5, 80, 167, 0.4) 0px 0px 0px 2px, rgba(2, 69, 146, 0.65) 0px 4px 6px -1px, rgba(26, 2, 245, 0.08) 0px 1px 0px inset;

}
.chil-box .content h2{
    font-weight: 800;
    font-size: 18px;
}
.title h2 {
    font-weight: 800;
    color: var(--gray);
}
/* @media only screen and (max-width: 1000px) {
    .mobile-view {
      display: block;
    }
    .banner-main-sec{
        display: none;
    }
  } */

  /* .about-image:hover img{
    transform: scale(1.05);
  } */
  .about-image{
    overflow: hidden;
    /* box-shadow: rgba(0, 66, 245, 0.25) 0px 0.0625em 0.0625em, rgba(6, 2, 245, 0.25) 0px 0.125em 0.5em, rgba(0, 37, 243, 0.1) 0px 0px 0px 1px inset; */
    padding: 2px;
  }
  .client-new-sec{
    /* background: #1f2049; */
  }
  .client-new-sec .image-container img{
    width:calc(50px + 5vmin);
  }
  .client-new-sec .main-child{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .client-new-sec .main-child:nth-child(2),.client-new-sec .main-child:nth-child(3){
    border-left: 1px solid #d9d6d6;
  }
  .client-new-sec .main-child .content{
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }
  .client-new-sec .main-child .content span h1{
    font-size: calc(16px + 9vmin);
    font-weight: 700;
  }
  .client-new-sec .main-child .content>h1 {
    font-size: calc(8px + 2.5vmin);
    font-weight: 700;
    }
  .client-new-sec .main-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 30px 0;
  }
  .client-new-sec .main-container2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #d9d6d6;
  }
  .client-new-sec .product-scroller-area{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .client-new-sec .main-container2 span h1{
    font-size: 30px!important;
  }
  .client-new-sec .main-container2 span h1{
    font-size: 30px!important;
  }
  .client-new-sec .main-container2 .content{
    justify-content: start!important;
    align-items: start;
  }
  .client-new-sec .main-container2 .content >h1{
    font-size: 20px!important;
  }
  .client-new-sec .main-container2 .main-child .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: start;
}
.client-new-sec .main-container2 .image-container img{
    width:90px;
  }
  .email-icon{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;

  }
  .email-icon img{
    width: 20px!important;
  }
  .numbering h2{
    margin: 0;
  }
  .client-partners .main-container-partners {
    margin-bottom: 0px;
    height: 200px;
    box-shadow: rgba(0, 66, 245, 0.25) 0px 0.0625em 0.0625em, rgba(6, 2, 245, 0.25) 0px 0.125em 0.5em, rgba(0, 37, 243, 0.1) 0px 0px 0px 1px inset;
    background-color: #fff;
  }
  .client-partners .title h2 {
    text-align: center;
    padding: 25px;
    color: #133d5a;
  }
  .client-partners .product-box {
    box-shadow: unset!important;
}
.main-container-service img{
    width: 71px;
}
.main-container-service{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(206px, 1fr));
    gap: 25px;
}
.child-service{
    background: #fff;
    text-align: center;
    padding: 30px 10px 30px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transition: all 0.3s ease;
}
.child-service .content h3{
    font-size: 14px;
    font-weight: 700;
}
.child-service:hover{
    box-shadow: rgba(5, 80, 167, 0.4) 0px 0px 0px 2px, rgba(2, 69, 146, 0.65) 0px 4px 6px -1px, rgba(26, 2, 245, 0.08) 0px 1px 0px inset;
}
.child-service:nth-child(1){
    border: 1px solid #ffa781;
}

.child-service:nth-child(8){
    box-shadow: rgba(5, 80, 167, 0.4) 0px 0px 0px 2px, rgba(2, 69, 146, 0.65) 0px 4px 6px -1px, rgba(26, 2, 245, 0.08) 0px 1px 0px inset;
}
.padding-60px{
    padding-top: 60px;
    padding-bottom: 60px;
}
.main-container-partners .title h2 {
    font-size: calc(8px + 3vmin);
}
header{
    position: fixed;
    z-index: 99999;
    transition: 0.3s all ease-in-out;
}
.banner-area {
    margin-top: 110px;
}
.sticky{
    position: fixed;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.sticky .navbar {
    margin: 10px 0!important;
}
.sticky .navbar-nav li a {
    color: #000;
}
.navbar-brand img{
    width: calc(120px + 15vmin);
}
.sticky .navbar-nav li a {
    /* color: var(--gray)!important; */
}
.sticky .cus-btn.hvr-rectangle-out.white-outline-btn {
    background: var(--primaryColor);
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    border: none;
    font-size: calc(8px + .5vmin)!important;
    padding: calc(8px + 0.5vmin) calc(8px + 1vmin)!important;
}
.sticky .item-center ul li a {
    /* color: var(--gray)!important; */
}
.sticky .mobile-menu-trigger span {
    background-color: var(--primaryColor);
}
.sticky .mobile-menu-trigger span:after,.sticky .mobile-menu-trigger span:before  {
    background-color: var(--primaryColor);
}
.sticky .navbar-toggle {
    background-color: #133d5a;
}
.menu-industry{
    display: none!important;
}
.industries p{
    line-height: 26px!important;
}
.mobile-menu{
    display: none;
}
/* new header */
header{
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 5px;
}
.container{
    max-width: 1200px;
    margin: auto;
}
header .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}
header .row:before,header .row:after{
    display: none!important;
}
.item-left {
    flex:0 0 17%;
}
.item-center{
    flex:0 0 60%;
}
.item-right{
    flex:0 0 17%;
}
.item-center .main-menu {
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: end;
    gap: 20px;

}
.item-center ul li{
    list-style: none;
}
.item-center ul li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
    transition: all 0.5s ease;
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
}
.item-center ul li .sub-sub-menu.active {
    visibility: visible;
    opacity: 1;
    position: relative;
}
.item-center ul li .sub-sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    padding-left: 15px;
}
.menu > ul > li.menu-item-has-children:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    margin: 20px 0 0 0;
}
.item-center ul li .sub-menu > ul > li {
    line-height: 1;
}
.item-center ul li .sub-menu > ul > li > a {
    display: inline-block;
    padding: 15px;
    font-size: 15px;
    color: #555555;
    font-weight: 100;
    transition: color 0.3s ease;
    font-weight: 600;
}
.sub-sub-menu > ul > li > a {
    position: relative;
    display: inline-block;
    padding: 15px;
    font-size: 15px!important;
    color: #555555;
    font-weight: 100!important;
    transition: color 0.3s ease;
}
.item-center ul li .sub-menu > ul > li > a:hover {
    color: var(--primaryColor);
}

.item-center ul li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.item-center ul li .single-column-menu-3{
    width: 80vw!important;
    padding: 30px;
}
.item-center ul li .single-column-menu-4{
    width: 80vw!important;
}

.item-center ul li .single-column-menu-3,.item-center ul li .single-column-menu-4 {
    left: 50%;
    transform: translateX(-50%);
}
.item-center ul li .single-column-menu-3 .main-container  {
    display: flex;
    gap: 40px;
}
.item-center ul li .single-column-menu-4 .main-container  {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}
.item-center ul li .single-column-menu-3 .list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.list .menu-item h4 {
    font-size: 15px;
    margin: 0 0 5px;
}
.list .menu-item h4{
    font-size: 15px;
}
.list .menu-item h4 a{
    color: #000;
    font-size: 14px;
}
.list .menu-item p{
    color: #575a7b;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 0;
    font-weight: 100;
}

.item-center ul li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.item-center ul li .sub-menu.mega-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    padding: 25px;
}

.item-center ul li .sub-menu.mega-menu.mega-menu-column-4>.list-item {
    flex:0 0 33.33%
}

.item-center ul li .sub-menu.mega-menu.mega-menu-column-4 {
    display: flex;
    flex-wrap: wrap;

}

.item-center ul li .sub-menu ul li a {
    color: #000;
}

.item-center ul li a {
    text-decoration: none;
    color: #333333;
    font-weight: 600;

}
.item-center ul li a {
    position: relative;
}

.item-center ul li a:hover:after {
    width: 14px;
}
.item-center ul li.active a:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 14px;
    bottom: -30%;
    left: 50%;
    transition: 200ms ease-in;
    transform: translate(-75%);
    background: #fff;

}
.sticky.item-center ul li.active a:after {
    background: var(--gray)!important;

}

.item-center ul li a:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    bottom: -30%;
    left: 50%;
    transition: 200ms ease-in;
    background: white;
    transform: translate(-75%);

}
.sticky .item-center ul li a:after {
    background: black;

}
.single-column-menu-4 .main-container .list ul li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sub-sub-menu-4 li a {
    width: 100% !important;
}
.sub-sub-menu-4 a i {
    float:right !important;
}
.single-column-menu-4 .main-container .list {
    padding: 15px;
}
.single-column-menu-4 .main-container .list:nth-child(2) {
    background: #eeeded!important;
}
.single-column-menu-4 .main-container .list .menu-item {
    display:none;
}
.single-column-menu-4 .main-container .list .menu-item.active {
    display:block;
}
.single-column-menu-4 .main-container .list ul li a {
    font-weight: 400;
}
.single-column-menu-4 .main-container .list h5 {
    font-size: 20px;
    font-weight: 600;
}
.v-center {
    align-items: center;
}
.h-center{
    justify-content: center;
}
.fa-chevron-down {
    font-size: 11px;
    margin: 0 0 0 3px;
}
.mobile-menu-trigger,
.mobile-menu-head{
    display:none
}
.mobile-menu-trigger{
    display:flex!important;
}
#mobile-menu-4{
    display: none;
}
.sub-menu ul li a:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 15%;
    left: 50%;
    transition: 200ms ease-in;
    background: white;
    transform: translate(-75%);
}
@media screen and (max-width:1024px){
    .sticky .cus-btn.hvr-rectangle-out.white-outline-btn {
        font-size: calc(8px + .5vmin);
        padding: calc(8px + 0.5vmin) calc(4px + 5vmin);
    }
}
/* responsive */
@media screen and (max-width:991px){
    .item-center{
        order:3;
        flex:0 0 100%;
    }
    .item-left ,.item-right{
        flex:0 0 auto;
    }
    .item-right{
        display: flex;
        align-items: center;
    }
    .v-center {
        justify-content: space-between!important;
    }
    .item-center .main-menu {
        justify-content: unset;
    }
    .mobile-menu-trigger{
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    .mobile-menu-trigger span{
        display: block;
        height: 2px;
        background-color: var(--primaryColor);
        width: 24px;
        position: relative;
    }
    .mobile-menu-trigger span:before,
    .mobile-menu-trigger span:after{
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--primaryColor);
    }
    .mobile-menu-trigger span:before{
        top: -6px;
    }
    .mobile-menu-trigger span:after{
        top: 6px;
    }
    .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        box-shadow: 0 0 15px #ccc;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 500;
        overflow-y: auto;
    }
    .menu.active {
        transform: translate(0%);
    }
    .item-center ul li a {
        color: #000;
    }
    .item-center ul li{
        line-height: 1;
        margin: 0;
        display: block;
        width: 100%;
    }
    .menu > ul> li> a {
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        line-height: 50px;
        padding: 0 15px;
        width: 100%;
        display: block;
    }
    .item-center .main-menu {
        gap: 0px;
    }
    .menu > ul> li> a > i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        border-left: 1px solid rgba(0,0,0,0.1);
        text-align: center;
        line-height: 50px;
    }
    .mobile-menu-head{
        display:flex;
        height: 50px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        justify-content: space-between;
        align-items: center;
    }
    .mobile-menu-head .go-back{
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0,0,0,0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: 000000;
        display: none;
    }
    .mobile-menu-head.active .go-back{
        display: block;
    }
    .mobile-menu-head .current-menu-title{
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }
    .mobile-menu-head .mobile-menu-close{
       height: 50px;
       width: 50px;
       border-left: 1px solid rgba(0,0,0,0.1);
       cursor: pointer;
       line-height: 50px;
       text-align: center;
       color: #000000;
    }
    .menu .main-menu{
        overflow-x: hidden;
        overflow-y: auto;
    }
    .item-center ul li .sub-menu.mega-menu.mega-menu-column-4>.list-item {
        flex:0 0 100%;
    }
    .menu > ul > li .sub-menu{
        visibility: visible;
        opacity: 1;
        margin: 0;
        position: relative;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        display: none!important;
        padding-left: 15px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .menu > ul > li .sub-menu.active{
        display: block!important;
    }
    #menu-4{
        display: none!important;
    }
    #mobile-menu-4{
        display: block;
    }
    @keyframes slideLeft {
        0%{
            opacity: 0;
            transform: translate(-100%);
        }
        100%{
            opacity: 1;
            transform: translate(0%);
        }
    }
    @keyframes slideRight {
        0%{
            opacity: 0;
            transform: translate(0);
        }
        100%{
            opacity: 1;
            transform: translate(-100%);
        }
    }
    .mobile-overlay{
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 499;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .mobile-overlay.active{
        visibility: visible;
        opacity: 1;
    }
    .cus-btn {
        font-size: calc(8px + .5vmin);
        padding: calc(8px + .5vmin) calc(8px + 1vmin);
    }
    .logo a img {
        width: calc(40px + 10vmin);
    }
    .item-center ul li .single-column-menu-3{
        min-width: none;
        width: 100%!important;
        padding: 15px;
    }
    .item-center ul li .single-column-menu-3 .main-container {
        gap: 15px;
        flex-direction: column;
    }
    .menu > ul > li.menu-item-has-children:hover .sub-menu {
        margin: 0px 0 0 0;
        box-shadow: none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding-left: 30px;
    }
    .item-center ul li .sub-menu {
        box-shadow: none;

    }
    .global-title h3 {
        text-align: start!important;
    }

}
@media screen and (max-width:576px){
    .feedback-btn {
        visibility: visible !important;
        opacity: 1 !important;
    }
    .sticky {
        height: 60px;
    }
}

@media screen and (max-width:575px){
    .product-scroller-area .item .product-box {
        height: fit-content!important;
    }
    .pb-img-area{
        width: 100%!important;
    }
    .client-partners .title h2 {
        padding: 20px;
    }
    #product_scroller2.owl-carousel .owl-item img {
        width: 197px;
    }
}

@media screen and (max-width:519px){
    .teams .product-box {
    height: fit-content!important;
}
}

@media screen and (max-width:476px){
    .moble_view{
        display: block!important;
    }
    .dekstop_view{
        display: none!important;
    }
}

@media screen and (max-width:420px){
    .pb-cont-area p {
        text-align: center;
    }
    .pb-heading-area {
        text-align: center;
    }
}

@media screen and (max-width:320px){
    .logo a img {
        width: calc(126px + 6vmin)!important;
    }
    .item-right .cus-btn {
        font-size: calc(7px + 0.4vmin);
        padding: calc(8px + .5vmin) calc(4px + .1vmin);
    }
    .sticky .cus-btn.hvr-rectangle-out.white-outline-btn {
        font-size: calc(7px + 0.4vmin);
        padding: calc(8px + .5vmin) calc(4px + .1vmin);
    }
    .sticky {
        height: 62px;
    }
}
.about-logo img {
    width: 130px;
}

.global-title h3{
    margin: 0;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5cfcf;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 16px;
}
.global-menu .list ul li{
    display: flex!important;
    align-items: center!important;
    gap: 10px!important;
    margin-bottom: 7px;
}

.global-menu .list h4{
    font-weight: 600;
    font-size: 16px;
    gap: 5px!important;
    margin: 0;
}
.global-ul-flex{
    display: flex;
    gap: 5px;
}
.flagimg{
    position: relative;
    top: 0px;
    background-image: url(../images/global/download.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
}
.flag-icon {
    width: 18px;
    height: 12px;
}
.flag-aus {
    background-position: -33px -5px;
}
.flag-bel {
    background-position: -145px -5px
}
.flag-bul {
    background-position: -5px -27px
}
.flag-cro {
    background-position: -89px -71px;
}
.flag-cze {
    background-position: -33px -49px;
}
.flag-den {
    background-position: -89px -49px;
}
.flag-fin {
    background-position: -5px -71px;
}
.flag-fra {
    background-position: -33px -71px;
}
.flag-ger {
    background-position: -61px -49px;
}
.flag-hun {
    background-position: -145px -71px;
}
.flag-lux {
    background-position: -117px -93px;
}




.flag-pol {
    background-position: -89px -115px;
}
.flag-por {
    background-position: -117px -115px;
}
.flag-rom {
    background-position: -5px -137px;
}
.flag-sar {
    background-position: -145px -137px;
}
.flag-slo {
    background-position: -117px -137px;
}
.flag-spa {
    background-position: -145px -49px;
}
.flag-swe {
    background-position: -173px -5px;
}
.flag-swi {
    background-position: -117px -27px;
}
.flag-net {
    background-position: -33px -115px;
}
.flag-uk {
    background-position: -173px -93px;
}





.flag-arg {
    background-position: -5px -5px;
}
.flag-bra {
    background-position: -33px -27px;
}
.flag-can {
    background-position: -61px -27px;
}

.flag-col {
    background-position: -5px -49px;
}
.flag-mex {
    background-position: -145px -93px;
}
.flag-uru {
    background-position: -173px -137px;
}
.flag-us {
    background-position: -173px -115px;
}




.flag-asi {
    background-position: -61px -5px;
}
.flag-australia {
    background-position: -117px -5px;
}
.flag-chi {
    background-position: -145px -27px;
}
.flag-hon {
    background-position: -61px -71px;
}

.flag-jap {
    background-position: -61px -93px;
}

.flag-mal {
    background-position: -5px -115px;
}

.flag-phi {
    background-position: -61px -115px;
}

.flag-sin {
    background-position: -89px -137px;
}

.flag-sou {
    background-position: -89px -93px;
}

.flag-tha {
    background-position: -173px -27px;
}

.flag-tai {
    background-position: -173px -71px;
}





.flag-egy {
    background-position: -117px -49px;
}
.flag-ind {
    background-position: -5px -93px;
}
.flag-qua {
    background-position: -145px -115px;
}
.flag-sau {
    background-position: -61px -137px;
}
.flag-tur {
    background-position: -173px -49px;
}
.flag-uae {
    background-position: -89px -5px;
}




.flag-alg {
    background-position: -173px -71px;
}
.flag-gab {
    background-position: -173px -71px;
}
.flag-ivo {
    background-position: -173px -71px;
}
.flag-mad {
    background-position: -173px -71px;
}
.flag-mor {
    background-position: -173px -71px;
}
.flag-sen {
    background-position: -173px -71px;
}
.flag-sf {
    background-position: -89px -93px;
}
.flag-tha {
    background-position: -173px -27px;
}
.flag-tun {
    background-position: -173px -71px;
}
.about-cont-pera p{
    text-align: justify;
}
footer {
	height: fit-content;
	background: #f1f1f1;
	/* margin-top: calc(1px + 5vw); */
	padding: 0 2.8rem;
}

footer .main_footer_container {
	display: grid;
	padding-top: calc(1px + 5vw);
	justify-content: space-between;
	gap: calc(8px + 10vmin);
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

footer .main_footer_container .img-container {
	width: calc(80px + 15vmin);
}

footer .main_footer_container img {
	width: 100%;
}

footer .main_footer_container h3 {
	color: var(--primatyColor);
	font-size: calc(8px + 1vmin);
	margin-bottom: calc(8px + 3vmin);
}

footer .main_footer_container .item {
	padding-left: 0;
	width: 100%;
}

footer .main_footer_container ul {
	padding-left: 0;
	width: 100%;
}

footer .main_footer_container ul li {
	text-decoration: none;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #8a8a8a5d;
	width: 100%;
}

footer .main_footer_container ul li a,
.copyright a {
	text-decoration: none;
	color: #000;
}

footer a:hover {
	color: var(--primatyColor) !important;
}

footer .copyright {
	text-align: center;
	padding-top: calc(8px + 1vw);
	padding-bottom: calc(8px + 1vw);
}

footer .copyright {
	font-size: calc(8px + .8vmin);
}

footer .copyright a {
	transition: 0.3s;
}

footer .copyright a:hover {
	color: var(--primatyColor);
	transition: 0.3s;
}

footer .main_footer_container ul li a {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: calc(8px + .8vmin);
}

footer .main_footer_container ul li a span:first-child {
	color: var(--primatyColor);
	font-size: calc(8px + 1.8vmin);
}
.eight h1 {
	position: relative;
	padding: 0;
	margin: 0;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: var(--primatyColor);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.eight h1 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.3;
}

.eight h1 em {
	font-style: normal;
	font-weight: 600;
}

/* === HEADING STYLE #1 === */

/* Style 8
----------------------------- */
.eight h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: calc(9px + 1.1vmin);
	letter-spacing: 1px;
	display: grid;
	grid-template-columns: calc(20px + 5vmin) auto calc(20px + 5vmin);
	grid-gap: 22px;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.eight h1:after,
.eight h1:before {
	content: " ";
	display: block;
	border-bottom: 2px solid var(--primatyColor);
}

/* ------- Helper Styles -------------*/
.eight {
	position: relative;
	width: 100%;

	padding: 1em;
	margin: 15px;
	margin: 0 auto 30px auto;
}

.relative_title_pos {
	z-index: 9999;
	top: calc(20px + 11vmin);
}