/*@font-face {
    font-family: 'mont-reg';
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'monster-semi';
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: 'mont';
    src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family: 'mont-med';
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: 'mons-bold';
    src: url(../fonts/Montserrat-Bold.ttf);
}*/
@font-face {
    font-family: 'monster-semi';
    src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: 'GraphikLight';
    src: url(../fonts/GraphikLight.otf);
}
@font-face {
    font-family: 'mont';
    src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
    font-family: 'mont-med';
    src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: 'mont-reg';
    src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
   font-family: 'homepagebaukasten-bold';
    src: url(../fonts/HomepageBaukasten-Bold.ttf);
    }

@font-face {
    font-family: 'GraphikRegular';
    src: url(../fonts/GraphikRegular.otf);
}

@font-face {
    font-family: 'GraphikSemibold';
    src: url(../fonts/GraphikSemibold.otf);
}

@font-face {
    font-family: 'GraphikBlack';
    src: url(../fonts/GraphikBlack.otf);
}

@font-face {
    font-family: 'GraphikMedium';
    src: url(../fonts/GraphikMedium.otf);
}

@font-face {
    font-family: 'GraphikBold';
    src: url(../fonts/GraphikBold.otf);
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'GraphikRegular';
    scroll-behavior: smooth;
}

*,
div:before,
div:after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
figure,
form {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GraphikRegular';
    color: #000;

}

button:focus {
    outline: none;
}

a,
img,
span,
label,
input,
button {

    display: inline-block;
}

.nivo-caption h2 {
    display: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
    outline: none;
}

.header.header {
    padding: 20px 0 9px;
}

.head-nav .dropdown button,
.head-nav .nav-link {
    font-size: 14px;
    color: #fff !important;
    margin: 0 7px;
    font-weight: bold;
}

.head-nav .dropdown button img {
    margin-right: 10px;
}

.head-nav .nav-item.active:before {
    content: "";
    background-color: #A80000;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.head-nav .dropdown button {
    background: transparent;
    border: 0;
    font-size: 14px;
}

.dropdown-toggle::after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 24px;
    border: 0;
    top: 0;
    position: absolute;
    right: 8px;
}

.lang button {
    color: #fff;
}

.services .dropdown-toggle::after {
    display: none;
}

.owl-banner p {
    font-size: 56px;
    color: #fff;
    text-align: center;
    width: 841px;
    font-weight: 600;
    line-height: 1.2;
}

#slider.owl-carousel .owl-nav.disabled {
    display: block;
}

#slider.owl-theme .owl-nav {
    margin-top: 0;
}

#slider .owl-prev,
#slider .owl-next {
    background: #ffffff28;
    position: absolute;
    top: 50%;
    left: 76px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
}

#slider .owl-prev:hover,
#slider .owl-next:hover {
    background: #ffffff61;
}

#slider .owl-next {
    right: 76px;
    left: unset;
}

/*#slider{
    z-index: -9;
}*/
.sec2-first {
    background: #414042;
    display: flex;
    justify-content: space-around;
    height: 147px;
    align-items: center;
    position: relative;
    top: 0px;
    z-index: 9;
}

/*.sec2{
    background-color: #EBEBEB;
}*/
#slider .owl-dots {
    position: absolute;
    bottom: 93px;
    left: 50%;
    transform: translateX(-50%);
}

#slider.owl-theme .owl-dots .owl-dot.active span,
#slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

#slider.owl-theme .owl-dots .owl-dot span {
    height: 16px;
    width: 16px;
}

#slider .owl-dot span {
    border: 1px solid #fff;
    background: transparent;
}

/*.sec3 {
    background-color: #EBEBEB;
}*/
.sec3 h3 {
    font-size: 42px;
    width: 632px;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 30px;

    text-align: center;
    font-family: 'GraphikSemibold';
}

.ourClientList .col-md-3:nth-child(3) {
    padding-left: 30px;
}

.sec3-first {
    padding: 43px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in-out;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
}

.sec3-first p {
    text-align: center;
    padding-top: 30px;
    color: #464646;
    font-size: 18px;
}

.know-more button:hover {
    background-color: #323232;
}

.know-more button {
    text-align: center;
    border: 1px solid #A80000;
    height: 48px;
    border-radius: 4px;
    font-size: 18px;
    padding: 0 20px;
    color: #A80000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: inset 0 0 0 0 #000;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.know-more {
    padding-top: 10px;
    padding-bottom: 25px;
    margin: auto;
}

.know-more img {
    margin-left: 20px;
}

.know-more button:hover {
    box-shadow: inset 400px 0 0 0 #000;
}

.sec4 h3 {
    width: 704px;
    padding: 50px 0 70px;
    font-size: 34px;
    margin: auto;
}

.sec4 {
    padding: 0;
}

#slider1 .owl-item.active.center img {
    height: 350px;
    object-fit: cover;
}

#slider1 .owl-item .know-more img {
    height: auto !important;
    width: auto;
}

#slider1 .owl-content p {
    color: #201F21;
    padding-top: 42px;
    font-size: 24px;
    width: 383px;
}

#slider1 .owl-content {
    display: none;
}

#slider1 img {
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#slider1 img:hover {
    transform: scale(0.9);
}

#slider1 .owl-item.active.center .owl-content {
    display: block;
}

#slider1 .owl-item .know-more {
    padding-bottom: 20px;
}

.sec5 {
    background: url(../images/sec5-banner.svg) center top no-repeat;
}

.sec5 h2 {
    padding-top: 180px;
    font-size: 34px;
    text-align: center;
    width: 768px;
    margin: auto;
    padding-bottom: 50px;
}

.sec5 .nav-link,
.about-sec4 .nav-link {
    padding-bottom: 10px;
    height: 100%;
    display: flex;
}

.sec5 .nav-link span,
.about-sec4 .nav-link span {
    width: 170px;
    font-size: 14px;
    color: #212529;
}

.sec5 .nav-link img,
.about-sec4 .nav-link img {
    margin-right: 30px;
    width: 50px;
}

.sec5 .nav-link.active,
.about-sec4 .nav-link.active {
    border: 0;
    border-bottom: 5px solid #FF0000;
    margin-top: 3px;
}



.sec5 .nav-link.active span,
.about-sec4 .nav-link.active span {
    color: #FF0000;
}

.sec5 .nav-tabs,
.about-sec4 .nav-tabs {
    border-bottom: 1px solid #DBE2EB;
    border-top: 1px solid #DBE2EB;
    padding-top: 20px;
}

.sec5-tab-cont,
.about-sec4 .sec5-tab-con {
    padding-top: 60px;
}

.tab-content-left img,
.about-sec4 .tab-content-left img {
    height: 298px;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

/*.tab-content-left img:hover,
.about-sec4 .tab-content-left img:hover {
    transform: scale(1.1);
}*/

.tab-right {
    /*width: 343px;*/
    margin: auto;
}

.tab-right h3 {
    font-size: 32px;
    color: #414042;
    padding: 20px 0 30px;
}

.sec6 {
    background-color: #EBEBEB;
}

.sec6 h3 {
    width: 651px;
    margin: auto;
    text-align: center;
    font-size: 34px;
    padding: 111px 0 80px;
}

.genius-sec h6 {
    font-size: 20px;
    font-family: 'mont-med';
    color: #414042;
    padding-top: 20px;
}

.genius-sec p {
    font-size: 18px;
    color: #201F21;
    font-family: 'mont';

}

.genius-sec img {
    width: 193px;
    height: 193px;
}

.sec6 .know-more {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.sec7 {
    background: url(../images/sec7.png) 0 0 no-repeat;
    background-size: cover;
    height: 850px;
    overflow: hidden;
}

.sec7 h3 {
    color: #fff;
    text-align: center;
    font-size: 34px;
    padding-top: 80px;
}

.sec7-cont p {
    background: #fff;
    width: 801px;
    height: 200px;
    color: #7B7B7B;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    padding: 0 46px;
    box-shadow: 0px 3px 26px #0000000F;
    border-radius: 15px;
    font-family: 'mont';
    margin-top: 30px;
    margin-bottom: 20px;
}

.sec7-cont p:after {
    content: "";
    position: absolute;
    bottom: 27px;
    left: 50%;
    z-index: 999;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #fff;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.sec7-cont {
    position: relative;
}

.sec7 .tab-img {
    justify-content: center;
    align-items: center;
    border-bottom: 0;
}

.sec7 .nav-tabs .nav-item.show .nav-link,
.sec7 .nav-tabs .nav-link.active {
    background: transparent;
    border: 0;
}

.sec7 .nav-tabs .nav-link.active img {
    width: 78px;
    height: 78px;
}

#tab7-1.active .sec7-cont p:after {
    left: 35%;
    opacity: 1;
    bottom: -10px;
}

#tab7-2.active .sec7-cont p:after {
    left: 42%;
    opacity: 1;
    bottom: -10px;
}

#tab7-3.active .sec7-cont p:after {
    left: 49%;
    opacity: 1;
    bottom: -10px;
}

#tab7-4.active .sec7-cont p:after {
    left: 56%;
    opacity: 1;
    bottom: -10px;
}

#tab7-5.active .sec7-cont p:after {
    left: 63%;
    opacity: 1;
    bottom: -10px;
}

#slider1 .owl-stage-outer .owl-item.active {
    clip-path: polygon(0 0%, 80% 10%, 80% 90%, 0% 100%);
}

#slider1 .owl-item.active.center+.owl-item.active {
    clip-path: polygon(20% 10%, 100% 0%, 100% 100%, 20% 90%);
}

#slider1 .owl-stage-outer .owl-item.active.center {
    clip-path: unset
}

.footer {
    /*background-color: #EBEBEB;*/
    padding-top: 20px;
}

.sec7-bottom {
    margin-top: 32px;
}

.footer h3 {
    font-size: 12px;
    font-family: 'monster-semi';
    color: #fff;
    padding-bottom: 30px;
}

.footer a {
    font-size: 12px;
    color: #EAEAEA;
    /*margin-bottom: 0px;*/
    display: block;
    width: max-content;
    max-width: 100%;
}

.footer-row2 {
    margin-top: 20px;
    padding: 35px 0;
    border-top: 1px solid #DBE2EB;
}

.footer-row2 p {
    font-size: 12px;
    color: #fff;
}

.shares a {
    display: unset;
    margin-right: 30px;
}

.shares a:hover img {
    transform: rotate(360deg);
    transition: 0.25s ease-in-out;
}

.tab-last h1 {
    color: #EBEBEB;
    font-size: 117px;
    font-family: 'mons-bold';
}

.services .dropdown-content {
    background: #F6F6F6;
    left: 0;
    padding: 34px 28px;
    border: 0;
    position: fixed ! important;
    right: 0;
    -webkit-transform: translate3d(0px, 5px, 10px) !important;
    transform: translate3d(0px, 5px, 10px) !important;
    top: 86px;
    bottom: auto;
    left: 0;
    right: 0;
}

.dropdown.services.customDropDwon {
    position: relative;
}

.customDropDwon .dropdown-item .row .col-md-4:first-child {
    display: none ! important;
}

.customDropDwon .dropdown-item .row .col-md-4:last-child {
    display: none ! important;
}

.customDropDwon .dropdown-menu.dropdown-content {
    position: absolute ! important;
    width: 500px;
    left: -200px;
    top: 45px;
}

.services.dropdown:hover .dropdown-content {
    display: block;
}

.services .dropdown-content:before {
    content: "";
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    top: -27px;
    left: 45%;
    height: 31px;
    width: 48px;
    background: #f8f9fa;
    z-index: 9;
}

.services {
    z-index: 990;
}

.services .dropdown-content a {
    display: block;
    font-size: 14px;
    color: #414042;
    margin-bottom: 10px;
}

.services .dropdown-content a img {
    margin-right: 10px;
}

.services .dropdown-content h5 {
    font-size: 12px;
    font-family: 'mont-med';
    padding-bottom: 20px;
    color: #414042;
}

.erphead {
    font-size: 12px;
}

.services.show .dropdown-toggle::after,
.navbar-light .show .dropdown-toggle::after,
.services.dropdown:hover .dropdown-toggle::after {
    content: "\f106";
    transition: 0.5s ease-in-out;
}

#btn-back-to-top {
    position: absolute;
    bottom: 90px;
    left: 20px;
    display: none;
    z-index: 999;
    background-color: transparent;
}

.footer {
    position: relative;
}



.lang button {
    background: transparent;
}

.navbar-collapse {
    justify-content: center;
}

.our-business .col-md-6 {
    margin-right: 0;
    padding-right: 0;
}

.our-business .col-md-6:last-child {
    padding-left: 0;
}

.we-help-our-banner img {
    width: 100%;
}

.we-help-our-banner {
    position: relative;
}

.we-help-our-banner h3 {
    position: absolute;
    top: 140px;
    color: #FFFFFF;
    font-size: 42px;
    max-width: 846px;
    left: 140px;
    font-family: GraphikSemibold;
}

.our-value p {
    font-family: GraphikSemibold;
    font-size: 20px;
    color: #000;
    max-width: 1008px;
    margin: 0 auto;
    padding-top: 68px;
    padding-bottom: 40px;
}

.our-value h4 {
    font-family: GraphikSemibold;
    font-size: 32px;
    color: #000;
    max-width: 1086px;
    margin: 0 auto;
    padding-bottom: 20px;

}

.our-value-list {
    display: flex;
    justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #0000001a;
    border: 1px solid #D8D8D8;
    opacity: 1;
    max-width: 1086px;
    margin: 0 auto;
    padding: 20px 50px;
    margin-bottom: 50px;
}

.our-value-list ul {
    margin: 20px 50px;
}

.our-value-list ul li {
    font-size: 20px;
    color: #000;
    font-family: GraphikMedium;
    padding: 10px 30px;

}

.owl-nav .owl-prev {
    position: absolute;
    left: -57px;
    top: 8px;
}

.owl-nav .owl-prev span {
    background: url(../images/backwards.svg);
    font-size: 0;
    width: 13px;
    height: 23px;
}

.owl-nav .owl-next span {
    background: url(../images/forwards.svg);
    font-size: 0;
    width: 13px;
    height: 23px;
}

.about-sec4 .nav-link {
    width: 225px !important;
        height: 91px;
}

.owl-nav .owl-next {

    position: absolute;
    right: -36px;
    top: 12px;
}

.ourClientList {
    border-bottom: 1px solid #DBE2EB;
    padding-bottom: 50px;
}

.footImg img {
    height: 100px;
}


/* About Start */
.about-sec1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.techDetail .about-sec1,
.manageService .about-sec1,
.currentSolutions .about-sec1,
.industry .about-sec1,
.digitalTransformation .about-sec1,
.caseStudy .about-sec1,
.technologyPage .about-sec1,
.aboutPage .about-sec1 {
    justify-content: left;
}

.techDetail .about-sec1 h2,
.manageService .about-sec1 h2,
.currentSolutions .about-sec1 h2,
.industry .about-sec1 h2,
.digitalTransformation .about-sec1 h2,
.caseStudy .about-sec1 h2,
.technologyPage .about-sec1 h2,
.aboutPage .about-sec1 h2,
.careerPage .about-sec1 h2,
.servicePage .about-sec1 h2 {
    padding-left: 170px;
    max-width: 900px;
    font-weight: 800;
    font-family: GraphikBold;
    font-size: 42px;
}

.about-sec1 h2 {
    color: #fff;
    font-size: 42px;
    max-width: 900px;

}

.digitalTransformation .about-sec1 {
    position: relative;
}

.digitalTransformation .about-sec1 p {
    position: absolute;
    left: 175px;
    top: 120px;
    color: #FF0000;
    font-size: 24px;
}

.digitalTransformation .about-sec1 h2 {
    max-width: 550px;
}

.careerPage .about-sec1,
.servicePage .about-sec1 {
    justify-content: flex-start;
}

.aboutPage .row {
    margin-right: 0px;
    margin-left: 0px;
}

.about-us-description h2 {
    max-width: 720px;
    font-family: GraphikSemibold;
    font-size: 42px;
    line-height: 48px;
    color: #000;
    margin: 0 auto;
    text-align: center;
}

.about-us-description p {
    font-size: 20px;
    line-height: 28px;
    color: #2F2F2F;
    max-width: 931px;
    font-family: GraphikRegular;
    margin: 25px auto;
    text-align: center;
}

.about-us-description .diversity {
    max-width: 1120px;
    margin: 50px auto;
    margin-left: auto;
    margin-right: auto;
}

.about-us-description h2 span {
    color: #FF0000;
}

.diversity h3 {
    color: #414042;
    font-size: 24px;
    font-family: GraphikSemibold;
    max-width: 340px;
    margin-bottom: 25px;
}

.diversity ul li {
    color: #0042F4;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.rich-experience .row {
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 50px;
}

/*.aboutPage .row .col-md-4 {
    box-shadow: 0px 2px 3px #0000001a;
    border: 1px solid #D8D8D8;
}*/

.aboutPage .row .col-md-4 h4 {
    font-size: 24px;
    color: #000;
    font-family: GraphikSemibold;
    line-height: 30px;
}

.aboutPage .row .col-md-4 p {
    color: #6A6A6A;
    font-size: 16px;
    line-height: 22px;
}

.rich-experience-wrapper .col-md-4 {
    margin: 20px 15px;
    max-width: 30%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 60px;
}

.deep-expertise {
    background: #000;
}

.deep-expertise h2 {
    color: #fff;
    padding-top: 75px;
    padding-bottom: 35px;
}

.deep-expertise .row {
    max-width: 1110px;
    margin: 0 auto;
}

.deep-expertise .row .col-md-3 {
    background: #2B2B2B 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #0000001a;
    opacity: 1;
    margin: 10px 10px;
    max-width: 18%;
}

.deep-expertise .row .col-md-3 p {
    color: #A3A3A3;
    font-size: 18px;
    text-align: inherit;
}

.deep-expertise .row .col-md-3 img {
    padding-left: 35px;
    padding-bottom: 30px;
}

.deep-expertise .row .col-md-12 {
    display: flex;
    background: #2B2B2B 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #0000001a;
    padding: 10px 20px;
    padding-top: 35px;
}

.deep-expertise .row .col-md-12 p {
    color: #A3A3A3;
    max-width: 647px;
}

.know-more p {

    color: #FF0000;
    font-size: 16px;
}

.deep-expertise {
    padding-bottom: 100px;
}

.deep-expertise .know-more {
    display: flex;
}

.deep-expertise .row .col-md-3:first-child {
    margin-left: 0;
}

.deep-expertise .row .col-md-3:last-child {
    margin-right: 0;
}

.our-value-head h4 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #000000;
    font-size: 18px;
}

.about-us-description .our-values h2 {
    max-width: 1024px;
    font-size: 32px;
    line-height: 38px;
}

.our-values h3 {
    font-family: GraphikSemibold;
    font-size: 24px;
    color: #000000;
    text-align: center;
    padding-top: 35px;
}

.our-values p {
    color: #6A6A6A;
    font-size: 16px;
}

.our-value-head h2 {
    font-size: 32px;
}

.aboutPage .our-values .row .col-md-4 {
    box-shadow: none;
    border: none;
}

.our-values .row {
    max-width: 1020px;
    margin: 44px auto;
}

.our-values .row .col-md-4 img {
    display: flex;
    margin: 0 auto;
}

.aboutPage .our-values .row .col-md-4 p {
    margin-top: 18px;
}

.why-choose-us .container {
    margin: 0 auto;
}

.why-choose-us-wrapper h2 {
    font-size: 28px;
    text-align: inherit;
    padding-left: 30px;
    line-height: 28px;
}

.why-choose-us-wrapper p {
    font-size: 16px;
    line-height: 24px;
    text-align: inherit;
}

.why-choose-us-wrapper {
    display: flex;
    margin-top: 60px;
    padding: 36px 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #0000001A;
    border: 1px solid #D8D8D8;
}

.why-choose-us {
    margin-bottom: 50px;
}

.building-wrap h4 {
    font-size: 24px;
    font-family: GraphikSemibold;
    text-align: center;
    padding-bottom: 15px;
}

.building-wrap p {
    font-size: 24px;
    color: #000000;
    text-align: center;
}

.our-business h5 {
    font-family: GraphikSemibold;
    font-size: 32px;
    color: #000;
    padding-bottom: 30px;
}

.our-business ul li {
    font-family: GraphikMedium;
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
}

.our-business .wraper ul {
    padding-left: 20px;
}

.our-business {
    margin-top: 50px;
}

.our-business .wraper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #0000001A;
    border: 1px solid #D8D8D8;
    padding: 50px 30px;
    padding-right: 0;
    padding-bottom: 138px;
}



.navbar-light .navbar-nav .nav-link {
    color: #201F21;
}

/* Service Start */
.servicePage .row {
    margin-left: 0;
    margin-right: 0;
}

.servicePage h2 {
    font-family: GraphikSemibold;
    color: #000000;
    font-size: 42px;
    max-width: 930px;
    text-align: center;

}

.oracle-cloud h3 {
    color: #000000;
    font-size: 32px;
    font-family: GraphikSemibold;
}

.oracle-functions.row {
    max-width: 1130px;
    margin: 0 auto;
}

.oracle-functions h3 {
    font-family: GraphikSemibold;
    font-size: 24px;
    color: #000;
    max-width: 220px;
}

.servicePage .row.oracle-cloud {
    max-width: 1020px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.servicePage .container h2 {
    margin: 50px auto;
    margin-top: 70px;
    max-width: 1020px;

}

.servicePage .oracle-functions .col-md-4 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #0000001a;
    border: 1px solid #D8D8D8;
    margin: 25px 10px;
    padding: 37px 40px;
    max-width: 31%;
}

.servicePage .oracle-functions .col-md-8 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #0000001a;
    border: 1px solid #D8D8D8;
    margin: 25px 10px;
    padding: 37px 40px;
    max-width: 63.666667%;
}

.servicePage .oracle-functions .col-md-8 h3 {
    justify-content: flex-start;
    max-width: 100%;
}

.servicePage .container.affaqErp h2 {
    margin-bottom: 20px;
}

.servicePage .container.affaqErp p {
    margin-bottom: 50px;
    text-align: center;
}

.servicePage .know-mores {
    display: flex;
    margin-top: 35px;
}

.servicePage .know-mores p {
    margin-top: 0px;
    font-size: 18px;
    padding-right: 20px;
}

.servicePage .service-banner-content {
    text-align: inherit;
    color: #fff;
}

.row.our-approach {
    max-width: 1020px;
    margin: 0 auto;
}

.row.our-approach h4 {
    color: #585858;
    font-size: 28px;
    line-height: 32px;
}

.row.our-approach ul li {
    color: #0042F4;
    font-size: 18px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.row.our-approach ul {
    padding-top: 30px;
    padding-left: 60px;
}

.our-approach-wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #0000001a;
    border: 1px solid #D8D8D8;
    padding: 40px 63px;
}

.our-approach-wrapper h3 {
    font-family: GraphikSemibold;
    font-size: 32px;
    color: #000;
    padding-bottom: 35px;
}

.our-approach-subwrapper h4 {
    font-family: GraphikSemibold;
    font-size: 24px !important;
    color: #000 !important;
}

.our-approach-subwrapper {
    padding-top: 10px;
}

.our-approach-subwrapper p {
    color: #000000;
    font-size: 14px !important;
    line-height: 18px;
    padding-top: 10px !important;
    padding-bottom: 30px;
    margin-top: 0 !important;
}

.row.our-approach h4.sideRed {
    border-left: 3px solid red;
    padding-left: 24px;
}

.technologyPage .row {
    margin-left: 0;
    margin-right: 0;
}

.bussiness-tech h2 {
    font-family: GraphikSemibold;
    color: #000000;
    font-size: 42px;
    line-height: 48px;
    padding-bottom: 30px;
}

.bussiness-tech p {
    color: #2F2F2F;
    font-size: 20px;
    line-height: 28px;
}

.bussiness-tech .row {
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 70px;
}

.our-cutting {
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 70px;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

#main {
    margin-top: 50px;
}

.card-title {
    font-family: GraphikSemibold;
    font-size: 24px;
    color: #000;
}

.card-body p {
    font-size: 20px;
    color: #2F2F2F;
    padding-left: 85px;
    padding-right: 80px;
    padding-bottom: 30px;
}

.card-wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #0000001a;
    border: 1px solid #D8D8D8;
    margin-bottom: 50px;
}

.card-header {
    padding: 40px 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: transparent;
    border: transparent;
    padding-bottom: 20px;
}

.card {
    border: none;
}

.card-header a {
    padding-left: 30px;
}

.submit button {
    background-color: #A80000;
    color: #FFFFFF;
    font-size: 18px;
    width: 199px;
    height: 48px;
    border: 0;
    border-radius: 0;
}

.submit button img {
    margin-left: 40px;
    margin-right: 0;
}

.check-grp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-sec1 {
    position: relative;
}

.about-sec1 .contact-us {
    position: absolute;
    left: 198px;
    bottom: 60px;
    background: #FF0000;
    color: #FFFFFF;
    font-size: 16px;
    border: none;
    padding: 22px 65px;
}

.load-more h4 {
    text-align: center;
    color: #FF0000;
    font-size: 16px;
    margin-bottom: 35px;
}

.row.growing-oransiation {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 70px;
}

.row.growing-oransiation h3 {
    color: #000000;
    font-size: 42px;
    font-family: GraphikSemibold;
}

.row.growing-oransiation h4 {
    color: #585858;
    font-size: 28px;
    border-left: 3px solid #FF0000;
    padding-left: 30px;
}
.building-integration-content{
    margin: auto;
}

.building-integration-content h2 {
    color: #000000;
    font-size: 42px;
    font-family: GraphikSemibold;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.building-integration-content p {
    color: #2F2F2F;
    font-size: 20px;
    text-align: center;

}

.building-integration .container h4 {
    font-size: 24px;
    color: #000000;
    font-family: GraphikSemibold;
    padding: 30px 0px;
}

.building-integration .container p {
    color: #000000;
    font-size: 20px;
    padding-bottom: 60px;
}

.building-integration .container h3 {
    font-size: 32px;
    color: #000000;
    font-family: GraphikSemibold;
    padding-bottom: 40px;
}

.building-integration .container ul li {
    font-size: 20px;
    color: #000;
    font-family: GraphikMedium;
    padding: 15px 0px;
}

.building-integration .row.container {
    max-width: 1020px;
    margin: 0 auto;
}

.business-value-wrap {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #0000001a;
    border: 1px solid #D8D8D8;
    padding: 50px 65px;
}

.business-value-wrap ul {
    padding-left: 20px;
}

.biometricPage .row {
    margin-right: 0;
    margin-left: 0;
}

.biometricPage .challanges {
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 50px;
}

.challanges h3 {
    font-family: GraphikSemibold;
    font-size: 42px;
    color: #000;
    padding-bottom: 25px;
}

.challanges p {
    font-size: 18px;
    color: #000;
}

.challanges .challange-wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #0000001a;
    border: 1px solid #D8D8D8;
    padding: 40px 63px;
}

.challange-wrapper li {
    font-size: 24px;
    font-family: GraphikSemibold;
    color: #000;
    padding-bottom: 45px;
    padding-left: 30px;
}

.challange-wrapper li:last-child {
    padding-bottom: 0;
}

.value-of-customer {
    background: #000000;
    padding-bottom: 65px;
    padding-top: 100px;
}

.value-of-customer .value-of-customer-wrap,
.value-of-customer .customer-wrap {
    background: #2B2B2B;
    padding-bottom: 65px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.value-of-customer .row {
    max-width: 1024px;
    margin: 0 auto;
}

.value-of-customer-wrap,
.customer-wrap {
    position: relative;
}

.value-of-customer-wrap img,
.customer-wrap img {
    position: absolute;
    top: -61px;
    left: 180px;
}

.value-of-customer h3 {
    font-size: 32px;
    font-family: GraphikSemibold;
    color: #FFFFFF;
    padding-bottom: 40px;
    padding-top: 70px;
}

.value-of-customer-wrap {
    padding-bottom: 150px;
}

.value-of-customer-wrap ul li {
    color: #A3A3A3;
    font-size: 18px;
    padding-bottom: 40px;
}

.customer-wrap p {
    color: #A3A3A3;
    font-size: 18px;
}

/* Contact Us Start */
.ready h3 {
    font-size: 34px;
    width: 528px;
    margin: auto;
    text-align: center;
    padding: 50px 0 22px;
}

.ready p {
    font-size: 18px;
    color: #909090;
    /* font-family: 'mont';*/
    width: 824px;
    margin: auto;
    text-align: center;
    color: #201F21 ! important;
}

.grey-box {
    background: #909090;
    padding: 50px 0 30px;
    margin-top: 50px;
    text-align: center;
    height: 100%;
}

.grey-box h3 {
    padding-bottom: 10px;
    color: #fff;
    font-size: 34px;
}

.grey-box p {
    color: #fff;
    font-size: 18px;
    text-transform: lowercase;
}

.grey-image {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grey-sec {
    justify-content: space-evenly;
}

.cont-us-sec {
    background-color: #EBEBEB;
    margin-top: -60px;
    height: 1291px;
    overflow: hidden;
}

.cont-1-p p {
    padding-top: 21%;
    font-size: 18px;
    color: #201F21;
    text-align: center;
    padding-bottom: 50px;
}

.cont-us-sec1 {
    width: 836px;
    margin: auto;
}

.form-sec select {
    height: 52px !important;
}

.cont-us-sec1 .submit {
    margin-left: auto;
}

.contact-foot {
    padding-top: 80px;
}

.head-off p:first-child {
    font-size: 18px;
    color: #201F21;
    font-family: 'mont-med';
}

.head-off h6 {
    font-size: 34px;
    font-family: 'mont';
    color: #201F21;
    padding: 5px 0;
}

.head-off p:last-child {
    font-size: 18px;
    color: #201F21;
    font-family: 'mont';
}

.mess-phone p {
    font-size: 18px;
    font-family: 'mont';
    padding-top: 30px;
}





.footerHead h2 {
    color: #747474;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    max-width: 811px;
    text-align: center;
    padding: 35px 0px;
}

.footerCompanyImg img {

    margin: 25px 40px;
}

.footerCompanyImg {
    text-align: center;
}

.footerHead {
    display: flex;
    justify-content: center;
}

.footerLogo img {
    width: 100%;
}

/*.footerLogoImg img {
    width: 240px;
}*/

.footerLogo {
    position: relative;
}

.footerBottom {
    display: flex;
    position: absolute;
    bottom: 85px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 0 160px;
}

.socialMedai {
    display: flex;
}

.socialMedai a {
    padding: 0 10px;
}

.footerLinks ul {
    flex-direction: initial ! important;
}

.footerLinks li a {
    font-size: 16px;
    padding: 0 10px ! important;
}

.copyrights {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    border-top: 1px solid;
}

.copyrightsContents p {
    font-size: 12px;
    color: #A0A0A0;
    text-align: center;
        display: flex;
    justify-content: center;
}
.copyrightsContents p a{
    font-size: 12px;
    color: #A0A0A0;
}
.copyrightsContents::before {
    content: "";
    width: 1100px;
    height: 2px;
    display: block;
    background: #000;
    margin: 0 auto;
    margin-bottom: 20px;
    opacity: 0.1;
}


.career-sec-3 {
    height: 580px;
}

.cont-us-sec {
    height: 1075px;
}

.tech-sec2 {
    height: 520px;
}

.know-more button:hover a {
    color: #fff;
}

.opera-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.opera-sec1 {
    padding: 60px 0 80px;
}

.opera-2 p {
    font-size: 18px;
    color: #201F21;
    font-family: 'mont';
}

.vertical {
    font-size: 34px;
    padding-bottom: 40px;
}

.opera-ul {
    padding-left: 20px;
}

.opera-prod {
    padding: 30px 20px 40px 0;
}

.time-attend {
    font-size: 30px;
    font-family: 'monster-semi';
    padding-bottom: 50px;
}

.challenges {
    font-size: 24px;
    padding-bottom: 30px;
}

.opera-sec4 .second-ul {
    padding-left: 20px;
    padding-bottom: 38px;
}

.opera-last {
    background: #dbe2eb;
    height: 323px;
    overflow: hidden;
}

.about-sec3 .boxes:hover,
.tech-sec1 .boxes:hover,
.contactus-sec1 .grey-box:hover {
    transform: scale(1.1);
    transition: all 1.3s;
}

.about-sec5 .row .col-md-6 img:hover,
.about-sec2 .row img:hover {
    transform: scale(1.1);
    transition: all 1.3s;
}

.submit button:hover {
    background-color: #EBEBEB;
    border: 1px solid #A80000;
    color: #A80000;
}



.footerCompanyImg img:nth-child(2) {
    height: 60px;
}

.footerCompanyImg img:nth-child(3) {
    height: 40px;
}

.dropdown-menu.show a {
    font-size: 10px;
}

.fadeInUp.loginBtn {
    padding-left: 30px;
}

.haederlogos img {
    width: 209px ! important;
    height: 110px;   
     object-fit: contain;
    margin: 10px 0px;
}

/*.collapse.navbar-collapse {
    padding-top: 14px ! important;
}*/

.row.box-row .col-md-3:nth-child(1) p {
    padding-top: 10px;
}

.row.box-row .col-md-3:nth-child(2) p {
    padding-top: 27px;
}

.row.box-row .col-md-3:nth-child(3) p {
    padding-top: 21px;
}

.row.box-row .col-md-3:nth-child(4) p {
    padding-top: 27px;
}

.row.box-row .col-md-3:nth-child(5) p {
    padding-top: 15px;
}

.row.box-row .col-md-3:nth-child(6) p {
    padding-top: 17px;
}

.row.box-row .col-md-3:nth-child(7) p {
    padding-top: 14px;
}

.tech-sec1 .row.box-row .col-md-3 img {
    width: 72px;
    height: 67px;
}

.challengesFacedWrapper {
    padding-top: 50px;
}

.serviceImg {
    max-width: 480px;
    margin-right: 80px;
}

.industriesContent {
    margin: 75px 0px;
    display: block;
}

.industriesContentWrapper p {
    max-width: 800px;
    margin: 0 auto;
}

/*aboutSection changes*/
.ourValesHeader h2 {
    text-align: center;
    color: #000000;
    font-size: 34px;
    padding-bottom: 24px;
    font-weight: bold;
    margin-top: 50px;
    padding-top: 50px;
}

.ourValesSubHeader p {
    color: #201F21;
    font-size: 18px;
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
    margin-bottom: 150px;
    font-weight: 400;
    position: relative;
    z-index: 20;
}

.aboutListHeader h2 {
    font-size: 18px;
    color: #000;
    max-width: 90px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.aboutListImage img {
    width: 70px;
    height: 70px;
}

.affaqSquareImg img {
    width: 680px;
    height: 320px;
}

.aboutSquareList {
    display: flex;
    justify-content: center;
}

.affaqSquareImg {
    display: flex;
    justify-content: center;
}

.aboutSquareWrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.aboutList1 {

    position: absolute;
    bottom: 56px;
    left: 25px;
}

.aboutList2 {
    position: absolute;
    left: 100px;
    bottom: 195px;
}

.aboutList3 {
    position: absolute;
    bottom: 290px;
    left: 238px;
}

.aboutList4 {
    position: absolute;
    bottom: 321px;
    left: 408px;
}

.aboutList5 {
    position: absolute;
    bottom: 300px;
    right: 215px;
}

.aboutList6 {
    position: absolute;
    right: 67px;
    bottom: 191px;
}

.aboutList7 {
    position: absolute;
    right: 23px;
    bottom: 53px;
}

.aboutSquareList .aboutBlock {}

.aboutListImage img {
    width: 60px;
    height: 60px;
}

.aboutListImage {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #A80000;
    border-radius: 50%;
}

.aboutSquareList .aboutBlock:nth-child(even) .aboutListImage {
    background: #707070;
}

.services .dropdown-content::after {
    clear: both;
    content: "";
    display: table;
}

.dropdown-item .row .col-md-2 {
    margin-right: 45px;
}

.header .container .animated {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: none !important;
}

.applicationHeaders {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 80px;
}

.solutionList,
.valueOfCustomer,
.challengesFacedList {}

.challengesFaced li {
    max-width: 750px;
    margin: 0 auto;
    color: #7B7B7B;
    font-size: 18px;
    padding: 10px 0px;
}

.ourVericalSoultion {
    background: #fff;
    margin: 0 auto;
    position: relative;
}

.careerPage .about-sec1 {
    margin-bottom: 0;
}

.ourVericalSoultionListItems b {
    font-size: 18px;
}

.digitalTransformation .ourVericalSoultionListItems b {
    margin-bottom: 20px;
    display: block;
}

.digitalTransformation .ourVericalSoultionListItems ul {
    padding-left: 25px;
}

.VerticalSolutionIcons p {
    max-width: 162px;
}

.VerticalSolutionIcons {
    display: flex;
    flex-wrap: wrap;
    max-width: 990px;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 30px;
}

.VerticalSolutionIcons .imgBlock {
    margin: 20px 20px;
}

.imgIcon img {
    width: 95px;
    height: 95px;
}

.VerticalSolutionIcons .imgIcon {
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

/*.VerticalSolutionIcons .imgBlock:nth-child(even) .imgIcon{
    background: #909090;
}
.technologys.VerticalSolutionIcons .imgBlock:nth-child(even) .imgIcon{
  background: transparent;
}*/
.ourVericalSoultionHeader {

    margin: 30px 0px;
    font-size: 32px;
    font-weight: bold;
    margin-top: 50px;
    position: relative;
    z-index: 10;
    padding-left: 73px;
    margin-bottom: 20px;
}

#btn-back-to-top img {
    max-width: 90px;
    height: 90px;
}

.VerticalSolutionIcons .imgBlock:nth-child(5) {
    margin-left: 0;
}

.VerticalSolutionIcons .imgContent p {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-family: GraphikSemibold;
}

.technologys.VerticalSolutionIcons .imgIcons img {
    width: 135px;
    height: 135px;
}

.techDetail .footer {
    background: transparent;
}

.technologys.VerticalSolutionIcons .imgContent {
    padding-top: 10px;
}

.technologys.VerticalSolutionIcons .imgContent p {
    text-align: center;
}

.technologyPage .tech-sec2 {
    display: none;
}

.hopmePage .wrapperHomeCustom {
    /*  background-color: #EBEBEB;*/
    padding: 15px 0px;
}

.hopmePage .VerticalSolutionIcons {
    margin-bottom: 22px;
}

.hopmePage .sec3 .know-more {
    opacity: 0;
}

/*.about-sec4 .container ul {
    justify-content: center;
}*/

.sec5-tab-cont .tab-right h3 {
    padding-top: 0;
    padding-bottom: 10px;
}

.customDropDwon .dropdown-menu.dropdown-content.industryDropDown {
    width: 400px;
    left: -155px
}

.customDropDwon .dropdown-menu.dropdown-content.aboutDropDown {
    width: 300px;
    left: -110px;
}

.hopmePage .aboutWrapperFooter .footerHead h2 {
    margin-top: 20px;
}

/*.VerticalSolutionIcons .imgBlock:nth-child(even) .imgIcon{
    background: #A80000;
}*/
/*style changes*/

.haederSectionWrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: 10px auto;
}

.headerMenuItemsList {
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerMenuItemsList nav .navbar-nav li {
    padding: 0 20px;
    position: relative;
}

.headerMenuItemsList nav .navbar-nav li:hover .customDropDown,
.headerMenuItemsList nav .navbar-nav li:hover .customDropDownNormal {
    display: block;
}

.headerMenuItemsList .customDropDown,
.headerMenuItemsList .customDropDownNormal {
    display: none;
}

.customDropDown {
    position: fixed;
    width: 100%;
    left: 0;
    top: 94px;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    box-shadow: 0px 11px 12px #1e21400f;
    z-index: 999;
    padding: 20px 50px;
}

.customDropDownNormal {
    position: absolute;
    left: -25px;
    width: 100%;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    box-shadow: 0px 11px 12px #1e21400f;
    z-index: 999;
    padding: 20px 50px;
    width: 200px;
    top: 61px;
}

.customDropDownNormal .column a {
    color: #414042;
    font-size: 12px;
    width: 100%;
}

.customDropDown .column a {
    color: #414042;
    font-size: 12px;
    margin-bottom: 10px;
}

.customDropDownNormal .column a img,
.customDropDown .column a img {
    padding-right: 15px;
}

.customDropDownNormal.indus {
    width: 400px;
}

.customDropDown .column {
    max-width: 270px;
    padding: 5px 10px;
}

.customDropDown h5 {
    font-size: 12px;
    font-family: 'mont-med';
    padding-bottom: 20px;
    color: #414042;
}

.customDropDownNormal h5 {
    font-family: 'mont-med';
    padding-bottom: 20px;
    color: #414042;
    padding-top: 30px;
}

.headerMenuItemsList .customDropDown .row {
    margin-left: 0;
}

.customDropDownNormal :before,
.customDropDown:before {
    content: "";
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    top: -27px;
    left: 55%;
    height: 31px;
    width: 68px;
    background: #f8f9fa;
    z-index: 9;
}

.customDropDownNormal :before {
    top: -20px;
    left: 21%;
}

.footerCompanyImg {
    display: flex;
    justify-content: center;
}

.clientLogo1 {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    margin-top: 35px;
}

.clientLogo1 img {
    width: 176px;
    height: 26px;
}

.clientLogo2 {
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    margin-top: 15px;
}

.clientLogo2 img {
    width: 92px;
    height: 12px;
}

.clientLogo3 {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.clientLogo3 img {
    width: 146px;
    height: 82px;
}

.clientLogo4 {
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    margin-top: 15px;
}

.clientLogo4 img {
    width: 100px;
    height: 13px;
}

.clientLogo6 {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    margin-top: 35px;
}

.clientLogo6 img {
    width: 75px;
    height: 12px;
}

.sec3 .margin-wrapp {
    position: relative;
}

.sec3 .margin-wrapp::after {
    content: "";
    width: 1px;
    display: inline-block;
    background: #dbdbdb;
    bottom: 50px;
    height: 250px;
    position: absolute;
}

.wrapperHomeCustom .technologys .imgIcons {
    display: flex;
    justify-content: center;
}

.sec3 .margin-wrapp:nth-child(1):after {
    display: none;
}

.sec3-first p {
    min-height: 160px;
}

.sec1.slider-fade {
    position: relative;
}

.haederSection {
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
}

.sec2 .container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.customDropDown:before {
    top: -20px;
    left: 45%;
}

.imgBlock:hover {
    transform: scale(1.1);
    transition: all 1.2s;
}

.about-sec4 .nav-item.col-md-2 {
    max-width: 19.666667%;
    padding-left: 0;
    padding-right: 0;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #A80000 ! important;
}

.headerMenuItemsList .MobileMenu {
    display: none ! important;
}

.panel-group {
    display: none;
}

.mobileMenu {
    position: fixed;
    top: -200%;
    right: 0;
}

ul li:nth-child(3) .customDropDownNormal::after {
    top: -25px;
    left: 17%;
    content: "";
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    height: 31px;
    width: 68px;
    background: #f8f9fa;
    z-index: 9;
}

.aboutPage .about-sec1 h2 {
    /*padding-left: 200px;*/
}

.contactUsPage .about-sec1 h2 {
    /*padding-left: 200px;*/
}

.contactUsPage .about-sec1 {
    justify-content: flex-start;
}

.contactUsPage select option {
    background: #fff;
    border: 1px solid #dbdbdb;
    font-size: 20px;
}



@media only screen and (max-width:1024px) {}

@media only screen and (max-width:991px) {
    .SolutionImg img {
        max-width: 700px;
    }

    .challengesFacedList ul li,
    .valueOfCustomerList ul li,
    .solutionList ul li {
        padding: 10px 0px;
        max-width: 450px;
        margin-left: 74px
    }

    .challengesHeader h2,
    .SolutionHeader h2,
    .valueHeader h2 {
        margin-left: 50px;
    }
}

@media only screen and (max-width:767px) {
    .SolutionImg img {
        max-width: 300px;
    }

    .about-sec1 h2 {
        font-size: 18px;
    }

    .challengesHeader h2,
    .SolutionHeader h2,
    .valueHeader h2 {
        margin-left: 20px;
    }

    .challengesFacedList ul li,
    .valueOfCustomerList ul li,
    .solutionList ul li {
        margin-left: 35px;
        margin-right: 20px;
    }

    .rentBillsHeading h2 {
        font-size: 18px;
    }

    .rentBillsWrapper {
        align-items: center;
        padding: 0px 15px;
    }

    .serviceList ul li {
        display: block;
        max-width: initial;
        margin-right: 0;
        font-size: 12px;
    }

    .OracleSubHeading h2,
    .erpSubHeading h2 {
        font-size: 18px;
        padding-left: 36px;
        font-weight: bold;
        line-height: 24px;
    }

    .haederlogos img {
        width: 100px !important;
        height: auto;
        margin: 10px 10px;
    }

    .headerMenuItemsList .navbar-toggler {
        z-index: 9;
    }

    header .navbar-nav {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .MobileMenu {
        display: block;
    }

    .navbar-nav {
        display: none;
    }

    .menuList,
    .panel-title a {
        font-size: 14px;
        color: #fff !important;
        margin: 0 7px;
        font-weight: bold;
        padding: 20px 50px;
    }

}

/*new changes*/

.sec5-tab-cont .tab-right {
    position: relative;
}

/*.sec5-tab-cont .tab-right p {
    position: absolute;
    top: 70px;
    left: 70px;
    color: #fff;
    font-size: 18px;
    z-index: 2;
    width: 500px;
}*/
.sec5-tab-cont .tab-content-left img {
    /*width: 436px ! important;*/
    height: 298px;
    box-shadow: 5px 5px 10px 3px #d3d3d3;
}

.about-sec4 .container {
    max-width: 1220px;
}

.about-sec4 .nav-link span {
    width: 350px;
    font-size: 20px;
    /*font-size: 18px;*/
    line-height: 27px;
    text-align: left;
}

/*.sec5-tab-cont .tab-right img {
    height: 320px;
    position: absolute;
    top: 53px;
    right: -317px;
    z-index: 1;
    min-width: 788px;
}*/

.containerCustomClass {
    margin-top: 50px;
}

.abo-sec4 .container .col-md-2 {
    padding-right: 0px ! important;
    padding-left: 0px ! important;
}

.ServiceBoxes {
    background-color: #EBEBEB;
    padding: 10px 20px;
    border-bottom: 2px solid #A80000;
    position: relative;
    top: 0;
    -webkit-transition: top ease 0.5s;
    -moz-transition: top ease 0.5s;
    -o-transition: top ease 0.5s;
    -ms-transition: top ease 0.5s;
    transition: top ease 0.5s;
    cursor: pointer;
    margin-bottom: 30px;
}

.aboutOurServiceHeader h2 {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 24px;
    margin-top: 20px;
}

.ServiceBoxes:hover {
    top: -10px;
}

.servicePage p {
    margin-top: 20px;
    font-size: 18px;
}

.ServiceBoxes p {
    font-size: 18px;
}

.abo-sec4 {
    margin-bottom: 30px;
}

.ourVales {
    position: relative;
}

.technologyPage .ourValesSubHeader p {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 50px;
    font-weight: 400;
}

.backgroundImageAbout img {
    position: absolute;
    max-width: 100%;
    width: 100%;
    max-height: 700px;
}

.wrapperHomeCustom {
    position: relative;
}

.customBackgroundImage img {
    position: absolute;
    max-width: 100%;
    width: 100%;
    max-height: 880px;
    top: 0;
}

.VerticalSolutionIcons .imgBlock {
    z-index: 10;
}

.ourVericalSoultion .customBackgroundImage img {
    max-height: 415px
}

.applicationHeaders p {
    font-size: 18px;
    line-height: 26px;
}

.ourVericalSoultion.customClass .VerticalSolutionIcons .imgBlock {
    box-shadow: 0 4px 8px 0 #d3d3d3;
    transition: 0.3s;
    padding: 50px 20px;
    min-width: 180px;
}

.ourVericalSoultion.customClass .VerticalSolutionIcons .imgBlock:hover {
    transform: scale(1.1);
    transition: all 1.2s;
}

.ourVericalSoultionHeader {
    position: relative;
}

.ourVericalSoultion.customClass,
.aboutWrapperFooter {
    position: relative;
    z-index: 999;
    padding-bottom: 15px;

}

.aboutWrapperFooter {
    padding-bottom: 40px !important;
}



.technologyWrapper {
    margin: 0 auto;
    align-items: center;
}

/*.technologyWrapper .ourVericalSoultion {
    background: #dbdbdb;
    margin: 40px 0px;
    border-radius: 10px;
}*/

/*.technologyWrapper .VerticalSolutionIcons {
    display: block;
}*/

/*.technologyWrapper .VerticalSolutionIcons .imgBlock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}*/

/*.technologyWrapper .VerticalSolutionIcons .imgBlock .imgContent p {
    max-width: 320px;
}*/

/*.technologyWrapper .VerticalSolutionIcons .imgIcon {
    margin-left: 0;
    margin-right: 40px;
    margin-bottom: 10px;
    padding-bottom: 0;
    width: 50px;
    height: 50px;
}*/

/*.technologyWrapper .VerticalSolutionIcons .imgIcon img {
    width: 60px;
    height: 60px;
}*/

.technologyWrapper .applicationHeaders {
    position: relative;
}

.technologyWrapper .applicationHeaders {
    margin-top: 30px;
}

.challengesFacedList b {
    font-size: 34px;
    position: relative;
    margin-bottom: 0px;
    display: block;
}

.challengesFacedList b:after {
    content: "";
    width: 75px;
    height: 2px;
    position: absolute;
    background: #A80000;
    left: 0px;
    top: 50px;
}

.challengesFacedWrapper ul {
    margin-left: 30px;
}

.currentSolutions .ourVericalSoultionListItems ul {
    margin-left: 35px;
}

.OracleSubHeading h3,
.service-sec2-1 h3 {
    position: relative;
}

.OracleSubHeading h3::after {
    content: "";
    width: 190px;
    height: 2px;
    position: absolute;
    background: #A80000;
    left: 0;
    top: 40px;
}

.service-sec2-1 h3::after {
    content: "";
    width: 190px;
    height: 2px;
    position: absolute;
    background: #A80000;
    left: 0;
    top: 48px;
}

.career-ul ul {
    list-style-type: none;
}

.career-ul ul li {
    position: relative;
}

.career-ul ul li::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: -25px;
    background: red;
    top: 9px;
}

.applicationHeaders b {
    position: relative;
}

.applicationHeaders b::after {
    content: "";
    width: 200px;
    height: 2px;
    position: absolute;
    background: #A80000;
    left: 0;
    top: 31px;
}

.career-sec1 h3 {
    position: relative;
}

.career-sec1 h3:after {
    content: "";
    width: 85px;
    height: 2px;
    position: absolute;
    background: #A80000;
    left: 47%;
    top: 42px;
}

.digitalTransformation .ourVericalSoultion {
    width: 100%;
    max-width: 1020px ! important;
}

.techDetail .technologyWrapper ul li {
    color: #212529;
    font-size: 18px;
    padding: 10px 0px;
    max-width: 630px;
    margin-left: 25px;
    position: relative;
}

.techDetail .technologyWrapper ul li::after,
.caseStudy .challengesFacedList ul ::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: -25px;
    background: red;
    top: 20px;
}

.caseStudy .challengesFacedList ul {
    position: relative;
}

.techDetail .technologyWrapper ul,
.caseStudy .challengesFacedList ul {
    list-style-type: none;
}

.techDetail .applicationHeaders b::after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    background: #A80000;
    left: 1px;
    top: 31px;
}

.techDetail .applicationHeaders b {
    display: block;
    margin-bottom: 10px;
}

.haederSectionCustom .navbar-nav .customSubMenu.aboutAsCustom li {
    padding: 0;
    margin-top: 5px;
}

.haederSectionCustom .navbar-nav .customSubMenu.aboutAsCustom li a:hover {
    color: #000 ! important;
}

.caseStudy .challengesFacedList ul li {
    position: relative;
}

.digitalTransformation .ourVericalSoultionListItems b {
    position: relative;
}

.digitalTransformation .ourVericalSoultionListItems b::after {
    content: "";
    width: 200px;
    height: 2px;
    position: absolute;
    background: #A80000;
    left: 0px;
    top: 30px;
}

.manageService .applicationHeader ul {
    margin-left: 30px;
    margin-top: 20px;
    list-style-type: none;
}

.manageService .applicationHeader ul li {
    position: relative;
}

.manageService .applicationHeader ul li::before {
    content: "";
    position: absolute;
    /* background: url(../../assets/images/rightArrroww.png); */
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: -25px;
    background: red;
    top: 9px;
}

.industry .customSubMenu.sermenu span {
    position: relative;
}

.ServiceBoxe {
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 8px 0 #d3d3d3;
    transition: 0.3s;
    padding: 20px 20px;
    min-width: 180px;
    margin: 20px 30px;
    min-height: 340px;
}

.ServiceBoxe .imgIcons {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.ServiceBoxe .imgContent {
    text-align: center;
}

.serviceDescriptionItems {
    display: flex;
    justify-content: center;
}

.ServiceBoxe .imgIcons img {
    width: 135px;
    height: 135px;
}

.wrapperHomeCustom .ourVericalSoultionHeader {
    padding-top: 50px;
}

.wrapperHomeCustom .ourVericalSoultionHeader::after {
    top: 110px;
    left: 43%;
}

.technologyPage .ourVericalSoultionHeader::after {
    top: 52px;
}

.langSwitcher {
    display: none;
}

/*.aboutWrapperFooter {
    position: sticky;
    top: 150px;
}*/

.aboutPage .aboutOurServiceHeader p {
    font-size: 18px;
    padding-top: 35px;
    padding-bottom: 35px;
}




.footerActive {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*z-index: -9;*/
}

.homepage,
.aboutPage {
    /*  padding-bottom: 500px;*/
    /*background: #fff !important;*/
}

.aboutPage {
    background: #fff;
}

.aboutPage .about-sec4,
.aboutPage .ourVales {
    position: relative;
    z-index: 999;
    background: #fff;
}

.manageService .applicationHeaders b::after {
    display: none;
}

.industry .ourVericalSoultion {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 20px;
}

.currentSolutions .ourVericalSoultionWrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.currentSolutions .ourVericalSoultionListItems {
    padding-top: 15px;
    padding-left: 10px;
}

.headerTopMenu {
    background: #EBEBEB;

}

.headerTopMenuWrapper.container {
    padding: 12px 37px !important;
    display: flex;
    justify-content: space-between;
}

.headerTopMenuWrapper a {
    padding: 0 20px;
}


#dev7link {
    position: absolute;
    top: 0;
    left: 50px;
    background: url(images/dev7logo.png) no-repeat;
    width: 60px;
    height: 67px;
    border: 0;
    display: block;
    text-indent: -9999px;
}

.slider-wrapper {
    width: 100%;
    margin: 0px auto !important;
}

#navbarNav .navbar-nav li a {
    padding: 30px 9px;
        font-family: 'mont-reg';
    font-weight: 400;
}

.navbar-expand-lg {
    padding-bottom: 0;
    margin-bottom: 0;
}

.industry .customSubMenu>a {
    display: none;
}
.about-sec-wra{
    /*margin-top: 179px;*/
    padding:0;
}
.about-home a,.about-home i{
    font-size: 14px;
    color: #fff;
}
.about-home a{
    font-family: 'mont-reg';
    margin: 0 7px;
}
.about-home{
    display: flex;
    /*justify-content: flex-end;*/
    padding:10px 0;
    /*background: #414042;*/
    align-items: center;
}
.about-home1{
    padding:10px 0;
    /*background: #909090;*/
}
.about-home1 a {
    font-size: 16px;
    font-family: 'mont-reg';
    color: #fff;
}
.abo-wra{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}
.abo{
    margin-right: 30px !important;
}
.qualified{
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 15px ;
    height: 100%;
    /*box-shadow: 0px 2px 3px #0000001a;*/
    /*border: 1px solid #D8D8D8;*/
}
.qualified img {
    padding: 10px 0 15px;
}
.qualified p{
        margin: 0;
        font-size: 13px;
    line-height: 1;
         padding: 0 17px;
}
.qualified h4{
   padding: 10px 0px;
    font-size: 22px;
    font-weight: bold;
}
.qual{
    margin-top: 30px;
        padding: 0 9px;
}
.about-us-description{
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 50px;
}
.abou-sec2-wra{
    padding-bottom: 21%;
    border-bottom: 5px solid #EDEDED;
}
.abou-sec2-wra h3{
        font-size: 32px;
    text-align: center;
    font-weight: bold;
    font-family: 'GraphikSemibold';
    padding:20px 0 30px;
}
.abo-p-wra p{
    box-shadow: 0px 2px 12px #0000001a;
    background: #fff;
    width: 87%;
    position: absolute;
        left: 50%;
    top: 206px;
    height: 100%;
    padding: 20px 20px 0;
    color: #000 !important;
    font-family: 'GraphikRegular';
    transform: translateX(-50%);
}
.about-sec2-1 {
    margin-top: 33px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.about-left h3{
    font-size: 42px;
    font-family: 'GraphikBold';
}
.about-left p{
        font-size: 18px;
    font-family: 'GraphikRegular';
    padding-top: 25px;

}
.about-right h4{
        font-size: 28px;
    font-family: 'GraphikBold';
    padding-bottom: 23px;
}
.about-right ul{
        padding-left: 22px;
}
.about-right ul li{
    font-family: 'GraphikRegular';
    font-size: 18px;
    padding-bottom: 10px;
}
.about-right li::marker {
    color: #FF0000;
    font-size: 22px;
}
.about-sec2-2 {
    margin-top: 34px;
    margin-bottom: 50px;
}
.about-sec2-2 h4{
    font-size: 42px;
    text-align: center;
    padding-bottom: 15px;
    font-family: 'GraphikSemibold';
}
.about-sec2-2 p{
    font-size: 18px;
    font-family: 'GraphikRegular';
    text-align: center;
    padding-bottom: 45px;
}
.lef-img img{
    height: 100%;
}
.diverse h3{
    font-size: 24px;
    font-family: 'GraphikSemibold';
    color: #414042;
    padding-bottom: 20px;
}
.diverse{
    width: 351px;
    margin: auto;
}
.diverse li {
    font-size: 18px;
    color: #0042F4;
    font-family: 'GraphikRegular';
    text-decoration: underline;
    padding-bottom: 10px;
}
.diverse ul{
    padding-left: 20px;
}
.diverse ul li::marker{
    font-size: 22px;
}
.aafaq-wra h4{
font-size: 42px;
    margin: auto;
    font-family: 'GraphikBold';
    text-align: center;
    padding-bottom: 25px;
}
.possess{
    margin-top: 30px;
}
.possess p{
        font-size: 20px;
    text-align: center;
    color: #2F2F2F;
    width: 859px;
    margin: auto;
    padding-bottom: 35px;
}
.posses-cont {
    box-shadow: 0px 2px 3px #0000001a;
    border: 1px solid #D8D8D8;
    padding: 30px;
    border-top: 5px solid #FF0000;
    margin-bottom: 30px;
}
.possess h4{
    font-size: 42px;
    text-align: center;
    font-family: 'GraphikSemibold';
    padding-bottom: 20px;
}
.poss-row{
    justify-content: center;
}
.posses-cont h6{
    font-size: 24px;
    font-family: 'GraphikSemibold';
    padding-bottom: 10px;
}
.posses-cont p{
    width: unset;
    text-align: left;
}
.blacky {
    background: #000000;
    color: #fff;
    padding: 60px 0;
}
.blacky h4{
    color: #fff;
    font-size: 42px;
    font-family: 'GraphikBold';
    text-align: center;
    padding-bottom: 30px;
}
.grey-sec{
        background: #2B2B2B ;
    box-shadow: 0px 2px 3px #0000001a;
    padding: 25px 20px;
        width: 20%;
    margin: 0 10px;
}
.grey-sec p{
    font-size: 18px;
    font-family: 'GraphikMedium';
    color: #A3A3A3;
}
.grey-sec i{
    font-size: 28px;
    color: #A3A3A3;
    padding-top: 20px;
}
.blacky-img {
    background: #2B2B2B;
    box-shadow: 0px 2px 3px #0000001a;
    padding: 26px;
    margin-top: 20px;
}
.blacky-img p{
    color: #A3A3A3;
}
.blacky-img p span{
    text-decoration: underline;
        display: inline;
}
.know-more-sec{
    align-items: center;
}
.know-more-sec a{
    color: #FF0000;
    display: flex;
    align-items: center;
}
.know-more-sec i{
    color:#FF0000;
    padding-left: 20px;
    font-size: 17px;
}
.know-more-sec a:hover{
    text-decoration: none;
    color: #fff;
}
.building-sec{
    margin-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.build-left {
    box-shadow: 0px 2px 3px #0000001a;
    border: 1px solid #D8D8D8;
    height: 100%;
    padding: 42px;
}
.build-left li {
    font-size: 20px;
    color: #2F2F2F;
    font-family: 'GraphikRegular';
    padding-bottom: 10px;
}
.build-left ul{
    padding-left: 20px;
}
.build-left h6{
    font-size: 20px;
    font-family: 'GraphikSemibold';
    padding-bottom: 20px;
}
.build-left li::marker{
    color:#FF0000;
}
.heart  h6{
    padding: 10px 0;
    font-size: 42px;
    font-family: 'GraphikBold';
    color: #FF0000;
    text-align: center;
}
.heart {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.heart h4{
    font-size: 32px;
    text-align: center;
    font-family: 'GraphikSemibold';
    padding-top: 30px;
    padding-bottom: 50px;
}
.gift-sec h5{
        font-size: 24px;
    font-family: 'GraphikSemibold';
    padding: 24px 0 15px;
}
.gift-wrapper{
    margin-bottom: 30px;
}
.capa-sec {
    box-shadow: 0px 6px 12px #0000001a;
    padding: 20px 0;
        height: 290px;
    /* justify-content: center; */
    /*align-items: center;*/
}
.capa-sec  h2{
    font-size: 24px;
    font-family: 'GraphikSemibold';
}
.capa-sec p{
    font-size: 12px !important;
    color: #201F21 !important;
    padding-top: 14px;
    font-family: 'mont';
}
.gift-sec{
    text-align: center;
        box-shadow: 0px 6px 12px #0000001a;
    padding: 20px;
    height: 100%;
}
.capa-wra{
    margin-bottom: 30px;
}
.herat-row{
    justify-content: center;
}
.why-us-wra {
    padding-top: 90px;
    padding-bottom: 67px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
}
.client-wra {
    box-shadow: 0px 2px 3px #0000001a;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
height: 100%;
border: 1px solid #D8D8D8;
    padding: 24px;
}
.marg-row{
    margin-bottom: 30px;
}
.first-wr h5{
   font-size: 42px;
    font-family: 'GraphikSemibold';
    text-align: center;
    padding-bottom: 20px;
}
.first-wr p{
    font-size: 28px;
    color:#201F21;
    text-align: center;
    padding-bottom: 50px;
}
.first-wr p span{
    color:#FF0000;
}
.capa  p{
    font-size: 14px;
    font-family: 'mont';
    color: #201F21;
}
.capa  h5{
        font-size: 28px;
    font-family: 'GraphikSemibold';
    padding-bottom: 18px;
}
.capa {
    box-shadow: 0px 2px 3px #0000001a;
    border: 1px solid #D8D8D8;
    padding: 40px 25px;
    margin-bottom: 20px;
}
.first-why {
    margin-top: 80px;
}
.contactUsPage .industry{
    display: none;
}
.provenance{
    padding-top: 20px;
}
.pad-wraa{
    padding-top:0 !important;
}
.client-wra img {
    height: 100px;
    object-fit: contain;
}

.header-nav .nav-link.active:before{
    width: 100%;
    height: 3px;
    background: #FF0000;
    content: '';
        position: absolute;
    bottom: -20px;
    left: 0
}
.header-nav .nav-link{
    position: relative;
}
#navbarNav .customSubMenu li a{
    padding: 0;
}








.about-sec1 h2{
  font-family: 'homepagebaukasten-bold' !important;
  font-size: 42px !important;
}





#custonslider .owl-nav .owl-next{
    right: 1px;
}








.cookie-wrapper{
    width: 30%;
    background: #fff;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    border-radius: 11px;
    padding: 20px;
    box-shadow: 1px 2px 10px #ccc;
}
.accept-decline button{
    border: 0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.accept-cookie{
    background: #007bff;
}
.accept-decline{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 17px;
}
.decline-cookie{
        color: #000 !important;
    background: transparent;
    border: 1px solid #000 !important;
}