body {
    font-family: 'Montserrat', sans-serif;
}

.header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.letterspacing{
    letter-spacing: 4px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    position: relative;
}
.navbar-nav .dropdown-menu{
      margin-top: 11px;
    }
/* <homebanner> */

.homebanner {
    height: 100vh;
    background: #034b78;
    position: relative;
}

.slidericon{
    width: 35px !important;
    margin-right: 8px;
}

#mobilesocialmedia ul {
    float: left;
    padding-left: 0px;
}

#mobilesocialmedia ul .border-right {
    border-right: none !important;
}

#mobilesocialmedia ul .first {
    padding-left: 0px;
}

.line {
    height: 8px;
    position: absolute;
    width: 120px;
    background-color: #fff;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-transition: ease-in-out opacity .5s;
    transition: ease-in-out opacity .5s;
}


.footerlogo img{
    filter: grayscale(100%);
}
.footerlogo img:hover{
    filter: grayscale(0%);
}

.contenttext {
    position: relative;
}

.contenttext p {
    position: absolute;
    right: 12px;
    bottom: 94px;
    font-size: 25px;
    color: #d3434d;
    font-weight: bold;
}

.contenttext .text01 {
    position: absolute;
    right: 0px;
    right: 7px;
    font-size: 25px;
    color: #61cce6;
    bottom: -15px;
    font-weight: bold;

}

#innertext p {
    bottom: 98px;
}

#innertext .text01 {
    font-size: 25px;
    color: #f6c606;
    bottom: -5px;
}

.bannercontent {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bannercontent h1 {
    font-size: 100px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.line.white {
    bottom: 2px;
    -webkit-animation: rubberBand 3s linear infinite;
    animation: rubberBand 3s linear infinite;
    left: 10px;
}

.line.pink {
    background-color: #f6c606;
    -webkit-animation: rubberBand 2s linear infinite;
    animation: rubberBand 2s linear infinite;
    top: -150px;
    right: 0px;
}

.reveal {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.ico {
    font-family: icomoon;
    position: absolute;
    color: #d3434d;
    font-size: 140px;
    animation: move 2s linear infinite;
    top: -170px;
    left: 110px;
}

@-webkit-keyframes move {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

    40% {
        -webkit-transform: translateX(30px) rotate(3deg);
        transform: translateX(30px) rotate(3deg)
    }

    60% {
        -webkit-transform: translateX(15px) rotate(-3deg);
        transform: translateX(15px) rotate(-3deg)
    }
}

@keyframes move {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

    40% {
        -webkit-transform: translateX(30px) rotate(3deg);
        transform: translateX(30px) rotate(3deg)
    }

    60% {
        -webkit-transform: translateX(15px) rotate(-3deg);
        transform: translateX(15px) rotate(-3deg)
    }
}

@-webkit-keyframes moveStar {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translate(0, -50%) rotate(0);
        transform: translate(0, -50%) rotate(0)
    }

    40% {
        -webkit-transform: translate(30px, -50%) rotate(3deg);
        transform: translate(30px, -50%) rotate(3deg)
    }

    60% {
        -webkit-transform: translate(15px, -50%) rotate(-3deg);
        transform: translate(15px, -50%) rotate(-3deg)
    }
}

@keyframes moveStar {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translate(0, -50%) rotate(0);
        transform: translate(0, -50%) rotate(0)
    }

    40% {
        -webkit-transform: translate(30px, -50%) rotate(3deg);
        transform: translate(30px, -50%) rotate(3deg)
    }

    60% {
        -webkit-transform: translate(15px, -50%) rotate(-3deg);
        transform: translate(15px, -50%) rotate(-3deg)
    }
}

@-webkit-keyframes rubberBand {

    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {

    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.icon1 {
    position: absolute;
    top: 22%;
    color: #fff;
    font-size: 30px;
    left: 27%;
}

.icon2 {
    position: absolute;
    top: 40%;
    color: #fff;
    font-size: 45px;
    right: 22%;
}

.icon3 {
    position: absolute;
    top: 65%;
    color: #61cce6;
    font-size: 30px;
    left: 16%;
}

.icon4 {
    position: absolute;
    top: 30%;
    color: #61cce6;
    font-size: 30px;
    left: 58%;
}

.icon5 {
    position: absolute;
    top: 65%;
    color: #61cce6;
    font-size: 25px;
    right: 26%;
}

.icon6 {
    position: absolute;
    top: 31%;
    color: #eb8a7a;
    font-size: 17px;
    right: 18%;
}

.icon7 {
    position: absolute;
    top: 26%;
    color: #eb8a7a;
    font-size: 20px;
    left: 48%;
}

.icon8 {
    position: absolute;
    top: 75%;
    color: #f6c606;
    font-size: 40px;
    left: 35%;
}

.icon9 {
    position: absolute;
    top: 45%;
    color: #fff;
    font-size: 40px;
    left: 20%;
}

.icon10 {
    position: absolute;
    top: 52%;
    color: #d3434d;
    font-size: 25px;
    right: 19%;
}

.jsSkip {
    font-size: 20px;
    padding-right: 15px;
    position: absolute;
    z-index: 4;
    cursor: pointer;
    -webkit-transition: all .5s cubic-bezier(.38, .75, .4, .75);
    transition: all .5s cubic-bezier(.38, .75, .4, .75);
    top: 55%;
    left: 50%;
    transform: translate(-50%, 200%);
    background: #f6c606;
    border-radius: 0px;
}

.jsSkip.fill>span,
.btn.lineBlue>span,
.btn.lineDark>span {
    position: relative;
    display: inline-block
}

.jsSkip.fill>span:before,
.btn.lineBlue>span:before,
.btn.lineDark>span:before {
    content: '';
    position: absolute;
    left: 100%;
    right: 0;
    height: 8px;
    z-index: -1;
    bottom: 0;
    -webkit-transition: ease-in-out all .5s;
    transition: ease-in-out all .5s
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/toogle.png);
    outline: none;
    border: none;
}

.navbar-toggler-icon {
    width: 30px;
    height: 23px;
}

.jsSkip.fill:hover span:before,
.btn.lineBlue:hover span:before,
.btn.lineDark:hover span:before {
    left: -1px;
    right: -1px
}

.footer .callnumber {
    margin-top: -5px;
    display: inline-block;
}

.jsSkip.lineDark>span:before {
    background-color: #0f1542
}

.jsSkip.lineBlue>span:before {
    background-color: #4cd5e7
}

.jsSkip.fill {
    padding: 15px 20px
}

.jsSkip a {
    color: #000;
    font-weight: bold;
}

.jsSkip a:hover {
    text-decoration: none;
}

.jsSkip.fill>span:before {
    background-color: #d3434d
}

.jsSkip.fill:after {
    content: none
}

.homebanner .bannercontent .btn {
    margin: 50px auto
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
}

.navbar-nav .nav-item {
    padding: 0px 13px;
    position: relative;
}

.navbar-nav .nav-item .nav-link {
    padding: 0px;
    position: relative;
    z-index: 9;
    font-size: 14px;

}
.navbar .dropdown{
    margin-right: 9px;
}
.dropdown-item {
    font-size: 14px !important;
}


.navbar-nav .nav-item:hover .nav-link:before {
    left: 0px;
}

.navbar-nav .nav-item .nav-link:before {
    background-color: #d3434d;
    right: 0px;
    left: 100%;
    z-index: -1;
    -webkit-transition: ease-in-out left .2s;
    transition: ease-in-out left .2s;
    position: absolute;
    height: 8px;
    bottom: -1px;
    content: '';
}

.logo {
    margin-top: -8px;
}

.header .header-top ul {
    list-style: none;
    float: right;
    margin-bottom: 0px;
}

.header .header-top ul .border-right {
    border-right: 1px solid rgba(185, 182, 182, 0.56) !important;
}

.header .header-top ul li {
    float: left;
    padding: 0px 10px;
    margin-top: 10px;
}

.header .header-top ul li a {
    color: #e4e4e4;
    transition: 0.4s;
}

.header .header-top ul li a:hover {
    color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: ">";
    float: right;
}

.dropdown-toggle::after {
    position: absolute;
    top: 48%;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.fifa-project {
    background: #4db7cf;
    padding: 80px 0px;
    color: #fff;
}

.fifa-project .justify-content-center {
    float: left !important;
}

.fifa-project .media p {
    line-height: 20px;
    font-size: 14px;
}

.hiland-project .media p {
    line-height: 20px;
    font-size: 14px;
}

.keventer-project .media p {
    line-height: 20px;
    font-size: 14px;
}

.quest-project .media p {
    line-height: 20px;
    font-size: 14px;
}
.deskview{
    position: relative;
}

.fifa-project .deskview .secongimg{
    position: absolute;
    top: 50%;
    transform: translate(-104%, -69%);
}

.keventer-project .deskview .secongimg {
    position: absolute;
    top: 50%;
    transform: translate(-126%, -57%);
}
.quest-project .media img{
    width: 30px;
    filter: grayscale(1) brightness(2);

}
.fifa-project .media img{
    width: 30px;
    filter: grayscale(1) brightness(2);

}
.hiland-project .media img{
    width: 30px;
    filter: grayscale(1) brightness(2);

}
.keventer-project .media img{
    width: 30px;
    filter: grayscale(1) brightness(2);

}

.hiland-project {
    background: #f7c607;
    color: #fff;
}

.keventer-project {
    background: #d3434d;
    padding: 80px 0px;
    color: #fff;
}

.quest-project {
    background: #95c591;
    color: #fff;
}

.projectcontent h2 {
    margin-top: 50px;
    font-weight: bold;
}

.projectlink {
    background: #034c79;
    color: #fff;
    padding: 8px 15px;
    margin-top: 50px;
    display: inline-block;
    font-weight: bold;
}

.projectlink:hover {
    text-decoration: none;
    color: #fff;
}

.allproject {
    background: #f7c607;
    padding: 8px 15px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

.allproject:hover {
    text-decoration: none;
    color: #000;
}

.pagelink {
    font-size: 18px;
    padding-right: 15px;
    position: relative;
    z-index: 4;
    cursor: pointer;
    -webkit-transition: all .5s cubic-bezier(.38, .75, .4, .75);
    transition: all .5s cubic-bezier(.38, .75, .4, .75);
    color: #fff;
    margin-left: 50px;
}

.pagelink:hover {
    color: #fff;
}

.pagelink.fill>span,
.pagelink.lineBlue>span,
.pagelink.lineDark>span {
    position: relative;
    display: inline-block
}

.pagelink.fill>span:before,
.pagelink.lineBlue>span:before,
.pagelink.lineDark>span:before {
    content: '';
    position: absolute;
    left: 100%;
    right: 0;
    height: 8px;
    z-index: -1;
    bottom: 0;
    -webkit-transition: ease-in-out all .5s;
    transition: ease-in-out all .5s
}

.pagelink.fill:hover span:before,
.pagelink.lineBlue:hover span:before,
.pagelink.lineDark:hover span:before {
    left: -1px;
    right: -1px
}

.pagelink.lineDark>span:before {
    background-color: #d3434d;
}

#newcolor.lineDark>span:before {
    background-color: #f6c606;
}

#pagelink02 {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    border-bottom: 10px solid #f7c607;
    margin-left: 30px;
    margin-top: 50px;
    transition: 0.3s;
    padding: 8px 15px;
}

#pagelink02:hover {
    text-decoration: none;
    color: #fff;
    background: #f7c607;
    border-bottom: none;
}

.lasttext {
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
    font-size: 16px;
}

.ourclients {
    background: #e9e9e9;
    padding: 50px 0px;
    position: relative;
}

.ourclients .owl-prev .fa {
    font-size: 25px;
}

.lastnav {
    padding-right: 0px !important;
}

.ourclients .owl-next .fa {
    font-size: 25px;
}

.ourclients .owl-prev {
    position: absolute;
    right: 60px;
    top: -55px;
    padding: 0px 7px !important;
}

.ourclients .owl-next {
    position: absolute;
    right: 30px;
    top: -55px;
    padding: 0px 7px !important;
}

.ourclients h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #034a76;
    font-weight: bold;
}

.ourclients .clientsslider .owl-item img {
    filter: grayscale(100%);
}

.ourclients .clientsslider .owl-item img:hover {
    filter: grayscale(0%);
}

.footer .emailtext {
    font-size: 25px;
    color: #d3434d;
    font-weight: bold;
    border-bottom: 4px solid #333333;
    display: inline-block;
    margin-bottom: 0px;
}

.footer .emailtext a {
    color: #d3434d;
}

.footer .emailtext a:hover {
    text-decoration: none;
}

.footer .callnumber a:hover {
    text-decoration: none;
}

.footer .callnumber a {
    color: #d3434d;
}

.footer .callnumber {
    font-weight: bold;
    font-size: 30px;
    color: #d3434d;
}

.footer .footertext {
    font-size: 18px;
    color: #858180;
    text-align: center;
    font-weight: 600;
}

.footer .sociallink {
    list-style: none;
}

.footer .sociallink li {
    float: left;
    margin: 0px 12px;
}

.footer .sociallink li a {
    color: #858180;
    font-size: 25px;
    transition: 0.4s;
}
.footer .sociallink .fa-linkedin:hover{
    color: #3c85ae;
}
.footer .sociallink .fa-twitter:hover{
    color: #4eb8ec;
}
.footer .sociallink .fa-facebook:hover{
    color: #5270a4;
}
.footer .sociallink .fa-envelope-o:hover{
    color: #bc423f;
}

/* .footer .sociallink li a:hover {
    color: #024b76;
} */

.scrollTo .fa {
    font-size: 8em;
    color: #fff;
}

.scrollTo {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0%);
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}



/* <inner_page> */
#header02 {
    background: #624db3;
}

#header03 {
    background: #f6c606;
}

#header04 {
    background: #4bb6cc;
}

#header05 {
    background: #44bca7;
}


.contactus {
    background: #624db3;
    margin: 0;
    padding-top: 100px;
}
.solution .container-fluid,
.contactus .container-fluid,
.team .container-fluid,
.careers .container-fluid{
    position: relative;
    height: 500px;
}

.solution{
    margin: 0;
    padding-top: 100px;
    background: #f6c606;
}
.team{
    background: #44bca7;
    margin: 0;
    padding-top: 100px;
}


.careers{
    background: #4bb6cc;
    margin: 0;
    padding-top: 100px;
}



#linered {
    color: #d3434d;
    z-index: -1;
    top: -10px;
    left: -50px;
    font-size: 150px;
}


#colorblue {
    color: #61cae5;
    z-index: -1;
    top: 20px;
    left: -100px;
    font-size: 200px;
}

#colorpink {
    color: #d3434d;
    z-index: -1;
    top: -20px;
    left: -110px;
    font-size: 140px;
}

#colorblue02 {
    color: #034b78;
    z-index: -1;
    top: -48px;
    left: -70px;
    font-size: 150px;
}

#linewhite {
    left: -100px;
}

#linepink {
    top: -70px;
}

#linegreen {
    background-color: #64bb07;
    top: -100px;
}

#yellowline {
    background-color: #f6c606;
    top: -100px;
}

#icons .icon5 {
    right: 31%;
}

#icons .icon2 {
    top: 47%;
    right: 26%;
}

#icons .icon6 {
    top: 20%;
    right: 20%;
}

#icons .icon10 {
    top: 72%;
}

#icons .icon8 {
    left: 23%;
}

#icons .icon7 {
    left: 19%;
}

#icons .icon11 {
    left: 9%;
    position: absolute;
    bottom: 230px;
    color: #eb8a7a;
    font-size: 45px;
}

#icons .icon12 {
    right: 60%;
    position: absolute;
    top: 80px;
    color: #fff;
    font-size: 25px;
}

#icons03 .icon11 {
    position: absolute;
    bottom: 35%;
    color: #d3434d;
    font-size: 70px;
    left: 28%;
}

#icons04 .icon11 {
    position: absolute;
    bottom: 35%;
    color: #d3434d;
    font-size: 70px;
    left: 28%;
}

#icons04 .icon13 {
    position: absolute;
    bottom: 50%;
    color: #034b78;
    font-size: 40px;
    left: 10%;
}

#icons04 .icon3 {
    top: 80%;
    left: 13%;
}

#icons03 .icon12 {
    position: absolute;
    top: 15%;
    color: #d3434d;
    font-size: 20px;
    left: 15%;
}

#icons04 .icon7 {
    position: absolute;
    top: 15%;
    color: #eb8a7a;
    font-size: 20px;
    left: 45%;
}

.team #teamtext p {
    right: 2px;
    bottom: 95px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #034b78 !important;
}

.team .text01 {
    color: #f6c606;
    bottom: 0px;
}

#icons04 .icon4 {
    position: absolute;
    top: 25%;
    color: #61cce6;
    font-size: 30px;
    left: 52%;
}

#icons04 .icon14 {
    position: absolute;
    top: 24%;
    color: #fff;
    font-size: 30px;
    right: 12%;
}

#icons04 .icon2 {
    top: 45%;
    right: 22%;
}

#icons04 .icon6 {
    top: 15%;
    right: 26%;
}

#icons04 .icon5 {
    top: 75%;
}

#icons04 .icon10 {
    top: 75%;
    right: 19%;
}

#icons04 .icon12 {
    position: absolute;
    top: 15%;
    color: #d3434d;
    font-size: 20px;
    left: 15%;
}

#icons03 .icon3 {
    top: 85%;
    left: 11%;
}

#icons03.icon9 {
    top: 35%;
}

#icons03 .icon7 {
    top: 22%;
    left: 45%;
}

#icons03 .icon2 {
    top: 40%;
    right: 30%;
}

#icons03 .icon5 {
    right: 34%;
    top: 71%;

}
.color_pink{
    color: #81298b;
}
.color_green{
    color: #1a4f24;
}
.color_blue{
    color: #134991;
}
.number_box{
    background: #f5f5f5;
}
.number_boxcont .color_pink{
    font-size: 50px;
    line-height: 27px;
}
.number_boxcont .color_pink span{
    font-size: 25px;
}
.Workbox {
    background: #e4e4e4;
    padding: 80px 0px 50px 0px;
}

.Benefitsbox {
    padding: 30px 0px;
    margin-bottom: 30px;
}

.Workbox ul {
    list-style: none;
    padding-left: 0px;
}

.Workbox ul li {
    padding: 0px 15px;
    float: left;
    margin-bottom: 20px;
}
.Workbox .neweffect {
    color: #034b78;
    font-size: 16px;
    transition: 0.4s;
}
.Workbox .neweffect span {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 15px;
}
.Workbox .neweffect:hover {
    color: #d3434d;
    text-decoration: none;
}
.Workbox a {
    color: #034b78;
    font-size: 16px;
    transition: 0.4s;
}

.Workbox a span {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 15px;
}
.addressmainlink a{
    color: #034b78;
}
.addressmainlink a:hover{
    text-decoration: none;
}
.onwards a:hover{
    text-decoration: none;
}

.Workbox a:hover {
    color: #d3434d;
    text-decoration: none;
}

.brandsumcontent {
    margin-top: 50px;
}

.brandsumcontent p {
    text-align: center;
}

.brandsumcontent span {
    color: #034b78;
    font-size: 50px;
    font-weight: bold;
}

.jobdetails {
    padding: 50px 0px;
    background: #e4e4e4;
}

.input--hoshi {
    width: 100% !important;
}

.jobdetails h2 {
    color: #034b78;
    margin-bottom: 30px;
}

.yourselfbox {
    padding: 30px 0px;
    margin-top: 15px;
}

.yourselfbox a {
    font-size: 15px;
    color: #3e3e3e;
    text-decoration: none;
}

.yourselfbox span {
    margin-right: 10px;
}

.yourselfbox h5 {
    font-size: 14px;
}

.yourselfbox a:hover {
    text-decoration: none;
    color: #034b78 !important;
    transition: 0.4s;
}

.Benefits {
    padding: 50px 0px 20px 0px;
    background: #f6c606;
}

.Benefitsbox span {
    color: #fff;
    font-size: 30px;
}

.Benefitsbox h6 {
    margin-top: 20px;
}

.Benefitsbox h1 {
    color: #fff;
}

#icons03 .icon10 {
    top: 72%;
}

#icons03 .icon6 {
    top: 20%;
}

#icons03 .icon4 {
    top: 20%;
    left: 52%;
}

#lineyellow {
    background-color: #f6c606;
    top: -100px;
    right: -100px;
}

#icons02 .icon7 {
    position: absolute;
    top: 12%;
    color: #eb8a7a;
    font-size: 20px;
    left: 44%;
}

#icons02 .icon11 {
    position: absolute;
    top: 15%;
    color: #64bb07;
    font-size: 70px;
    left: 28%;
}

#icons02 .icon12 {
    position: absolute;
    bottom: 10%;
    color: #64bb07;
    font-size: 40px;
    left: 36%;
}

#icons02 .icon3 {
    left: 10%;
    top: 80%;
}

#icons02 .icon4 {
    top: 26%;
    left: 56%;
}

.navbar-expand-lg .navbar-nav {
    margin-top: 15px;
}

#icons02 .icon1 {
    top: 20%;
    left: 21%;
}

#solutiontext p {
    bottom: 95px;
    right: 8px;
}

#icons02 .icon5 {
    right: 24%;
    top: 85%;
}

#icons02 .icon2 {
    top: 49%;
    font-size: 39px;
    right: 22%;
}

#icons02 .icon6 {
    top: 20%;
    right: 15%;
}

#icons02 .icon10 {
    top: 64%;
    right: 14%;
}

#icons02 .icon9 {
    top: 50%;
}

#careertext .text01 {
    color: #f6c606;
    right: 10px;
    bottom: -1px;
}

#careertext p {
    bottom: 97px;
    right: 9px;
}

#icons .icon13 {
    right: 38%;
    position: absolute;
    bottom: 65px;
    color: #f6c606;
    font-size: 35px;
}

.Contactform h1 {
    color: #034b78;
    font-weight: bold;
}


/* <form> */

.capture {
    height: 35px;
}

.Submitbutton {
    border-radius: 0px;
    background: #f6c606;
    color: #000;
    border: none;
    padding: 10px 20px;
}

.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
}

.map .mapcontent {
    position: absolute;
    top: 0px;
    background: rgba(255, 255, 255, 0.81);
    width: 350px;
    padding: 20px;
    transform: translate(0%, -50%);
    top: 50%;
}


.map .emailtext {
    font-size: 25px;
    color: #d3434d;
    font-weight: bold;
    border-bottom: 4px solid #d3434c;
    margin-bottom: 0px;
    text-align: center;
}


.map .callnumber {
    font-weight: bold;
    font-size: 30px;
    color: #d3434d;
    text-align: center;
    display: block;
}



.mapcontent .sociallink {
    list-style: none;
    padding-left: 0px;
}

.mapcontent .sociallink .first {
    margin-left: 0px;
}

.mapcontent .sociallink li {
    float: left;
    margin: 0px 12px;
}

.mapcontent .sociallink li a {
    color: #858180;
    font-size: 25px;
    transition: 0.4s;
}

.mapcontent .sociallink li a:hover {
    color: #024b76;
}

.projectsolution {
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    text-align: center;
    border: 10px solid #fff;
    transition: 0.8s;
    width: 100%;
}

.projectsolution:hover {
    border: 10px solid #f6c606;
}

.projectsolution h2 {
    color: #004763;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 30px;
}

.projectsolution ul {
    list-style: none;
    padding-left: 0px;
}

.projectsolution .icon {
    color: #d85c64;
    font-size: 80px;
    margin-bottom: 40px;
    display: inline-block;
}

.projectsolution ul li {
    line-height: 35px;
}

.projectsolution ul li a {
    color: #333333;
    font-weight: bold;
    transition: 0.4s;
}

.projectsolution ul li a:hover {
    color: #d3434d;
    text-decoration: none;
}

.solutionStrategy {
    background: #e4e4e4;
}



/* <brandsum_team> */

.teambox {
    padding: 80px 0px 50px 0px;
}

.box {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.box img {
    width: 100%;
    height: auto;
    transform: scale3d(1, 1, 1);
    transition: all 0.5s ease 0s;
}

.boxcont:hover img {
    transform: scale3d(1.15, 1.15, 1);
}

.box .box-content {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0s;
}

.boxcont:hover .box-content {
    opacity: 1;
}

.box .box-content:before,
.box .box-content:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.5s ease 0.2s;
}

.teamname {
    padding: 20px 0px;
    text-align: center;
}

.box .box-content:before {
    border-top: none;
    border-bottom: none;
    left: 30px;
    right: 30px;
}

.box .box-content:after {
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}

.boxcont {
    padding: 15px;
}

.boxcont:hover .box-content:before,
.boxcont:hover .box-content:after {
    opacity: 1;
    transform: scale(1);
}

.box .content-inner {
    opacity: 0;
    transform: scale(0);
    transition: all 0.1s ease 0s;
}

.boxcont:hover .content-inner {
    opacity: 1;
    transform: scale(1);
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    padding: 0px 38px;
    width: 100%;
}

.spancolor {
    color: #61cae5;
}

.spancolor02 {
    color: #d3434d;
}

.spancolor01 {
    color: #d3434d;
}

.box .title {
    font-size: 22px;
    color: #00fff2;
    margin: 0 0 10px;
}

.box .post {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 2;
}

.box .icon li {
    display: inline-block;
}

.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.box .icon li a:hover {
    color: #000;
    background-color: #fff;
}

.box .icon li a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}

/* .box .icon li a:hover:before{ transform: scale(1); } */
.joinus {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.joinus a:hover {
    text-decoration: none;
}

.joinus .fa {
    color: #034b78;
    font-size: 30px;
}


/* <brandsum_team_end> */

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.serviceslider p {
    font-size: 16px;
    color: #444;
    font-weight: bold;
    padding: 30px 2px;
    line-height: 20px;
}

.serviceslider span {
    font-size: 37px;
    color: #d3434d;
    margin-right: 5px;
    padding-left: 2px;
}

.serviceslider a:hover {
    text-decoration: none;

}

/* <23.05.2019> */
.work {
    height: 550px;
    background: #da4562;
    position: relative;
}
#header06{
    background: #da4562;
}
#header06 .navbar-nav .nav-item .nav-link:before {
    background-color: #ab0d0d !important;
}

#icons05 .icon1 {
    right: 24%;
    top: 15%;
}
#icons05 .icon2 {
    top: 49%;
    font-size: 39px;
    right: 22%;
}
#icons05 .icon3 {
    top: 70%;
    left: 12%;
}
#icons05 .icon4 {
    top: 24%;
    right: 29%;
    position: absolute;
    left: auto;
}
#icons05 .icon5 {
    top: 55%;
    right: 32%;
}
#icons05 .icon11 {
    color: #fff200 !important;
    font-size: 100px;
    top: 17%;
    left: 33%;
    position: absolute;
}
#icons05 .icon8 {
    position: absolute;
    top: 80%;
    color: #64bb07;
    font-size: 40px;
    left: 35%;
}
#icons05 .icon10 {
     position: absolute;
    top: 66%;
    color: #2b6c9e;
    font-size: 25px;
    right: 19%;
}

#colorblue03 {
    color: #2b6c9e;
    z-index: -1;
    top: -14px;
    left: 130px;
    font-size: 150px;
}
#icons05 .icon7 {
    position: absolute;
    top: 20%;
    color: #eb8a7a;
    font-size: 20px;
    left: 45%;
}
.spancolor03{
    color: #85ff01;
}
#ourclients{
    background: none;
}
#ourclients .pagelink{
    color: #034b78;
    font-size: 16px;
    margin-left: 0px;
}
.all-project .pagelink {
    letter-spacing: 0px !important;
    color: #000;
    font-size: 16px;
    margin-left: 0px;
    padding-right: 0px;
}
.all-project #newcolor.lineDark>span:before {
    background-color: #80b0d9;
}
.all-project .tagtext{
    color: #034b78;
    font-size: 14px;
}
#header07{
    background: #005b31;
}
#header09{
    background: #08a9e5;
}
#header09 .navbar-nav .nav-item .nav-link:before {
    background-color: #de820a !important;
}

.innerbg_credai {
    background: #005b31;
    background-image: url(../images/innerbg_credai.jpg);
    background-size: contain;
    background-position: center center;
    height: 200px;
    position: relative;
    background-repeat: no-repeat;
}
.innerbg_fifa {
    background: #08a9e5;
    background-image: url(../images/innerbg_kiff.jpg);
    background-size: contain;
    background-position: center center;
    height: 200px;
    position: relative;
    background-repeat: no-repeat;
}
.innerbg_blog {
    background: #356cd3;
    background-image: url(../images/innerbg_blog.jpg);
    background-size: contain;
    background-position: center center;
    height: 200px;
    position: relative;
    background-repeat: no-repeat;
}
#header10{
    background: #356cd3;
}

.innerbg_content{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.innerbg_bgbs .innerbg_content{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.innerbg_quest02 .innerbg_content{
    width: 98%;
    text-align: center;
}
.innerbg_bgbs .innerbg_content h2{
    line-height: 0.9;
}
#icc_cont02{
    margin-top: -150px;
}
.build_cont{
    background: #005b31;
    margin-top: -200px;
}
#forum_cont02 .borderline{
    height: 2px;
    background: #81298b;
    width: 100px;
    display: inline-block;
}
.build_cont .borderline{
    height: 2px;
    background: #fff;
    width: 100px;
    display: inline-block;
}
#icc_cont02 span{
    background: #999999 !important;
    display: inline-block;
}
#forum_cont02 span{
    color: #464646 !important;
    display: inline-block;
}
.build_cont span{
    color: #ffde00;
    display: inline-block;
}
.grouphead_cont h5{
    color: #787878
}
.grouphead_cont p{
    color: #323232
}

.roadblocks{
    position: relative;
}
.roadblocks_cont{
    width: 550px;
    background: #fff;
    position: absolute;
    top: -30px;
    right: 50px;
    padding: 30px;
}
.script_cont {
    width: 550px;
    background: #fff;
    position: absolute;
    bottom: -60px;
    right: 80px;
    padding: 30px;
    z-index: 99;
}
.thepolt{
    position: relative;
}
.thepolt_cont {
    position: absolute;
    background: #fff;
    width: 500px;
    top: 50%;
    padding: 30px;
    transform: translate(-10%, -50%);
}
.roadblocks .margin_top{
    margin-top: -100px;
}
.road_blocks .margin_top{
    margin-top: -60px;
}
.roadblocks h4{
    color: #787878;
}
.impactbox h4{
    color: #787878;
}
.the_milky{
    background: #ededed;
}
.the_milky h4{
    color: #787878;
}
.otherproject .pagelink{
    color: #034b78;
    font-size: 20px;
    letter-spacing: 8px;
}
.dairyingbg_cont h4{
    color: #787878;
}
.otherproject p{
    color: #034b78;
}
.pagelink{
    letter-spacing: 3px;
}
#header07 .navbar-nav .nav-item .nav-link:before {
    background-color: #de820a;
}
#header10 .navbar-nav .nav-item .nav-link:before {
    background-color: #de820a !important;
}
.coloroffcanvas06{
    background: #005b31 !important;
}
.otherproject .pagelink.lineDark>span:before {
    background-color: #ffde00;
}
.keventer_sl h2{
    color: #ffee33 !important;
}
.innerbg_icc h2{
    color: #f2cb77 !important;
}
.innerbg_quest {
    background: #b39039;
    background-image: url(../images/innerbg_questcase_study.jpg);
    background-size: contain;
    background-position: center center;
    height: 240px;
    position: relative;
    background-repeat: no-repeat;
}
.keventer_sl {
    background: #1a4f24;
    background-image: url(../images/innerbg_keventer_casestudienew.jpg);
    background-size: contain;
    background-position: center center;
    height: 240px;
    position: relative;
    background-repeat: no-repeat;
}
.innerbg_icc {
    background: #134991;
    background-image: url(../images/innerbg_iac_casestudie.jpg);
    background-size: contain;
    background-position: center center;
    height: 240px;
    position: relative;
    background-repeat: no-repeat;
}
.innerbg_fouram {
    background: #81298b;
    background-image: url(../images/innerbg_fq_casestudie.jpg);
    background-size: contain;
    background-position: center center;
    height: 240px;
    position: relative;
    background-repeat: no-repeat;
}
.innerbg_sneherparas {
    background: #1462f2;
    background-image: url(../images/sneherparas_aapbg.jpg);
    background-size: contain;
    background-position: center center;
    height: 240px;
    position: relative;
    background-repeat: no-repeat;
}
.innerbg_prachesta {
    background: #5ec5ff;
    background-image: url(../images/prochesta_aapbg.jpg);
    background-size: contain;
    background-position: center center;
    height: 240px;
    position: relative;
    background-repeat: no-repeat;
}
.innerbg_quest02 {
    background: #2b2b2b;
    background-image: url(../images/innerbg_questcase_study02.jpg);
    background-size: contain;
    background-position: center center;
    height: 240px;
    position: relative;
    background-repeat: no-repeat;
}
.innerbg_keventer {
    background: #016a44;
    background-image: url(../images/innerbg_keventer.jpg);
    background-size: contain;
    background-position: center center;
    height: 240px;
    position: relative;
    background-repeat: no-repeat;
}
.innerbg_bgbs {
    background: #4b34d4;
    background-image: url(../images/innerbg_bgbs.jpg);
    background-size: contain;
    /* background-position: center center; */
    height: 260px;
    position: relative;
    background-repeat: no-repeat;
}
#header08{
    background: #016a44;
}
.coloroffcanvas07{
     background: #016a44;
}
#header08 .navbar-nav .nav-item .nav-link:before {
    background-color: #de820a !important;
}
#metro_cont{
    background: #08a9e5;
}
.resulttable thead th{
    background: #ffefa3;
    color: #134991;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    border-bottom: 0px;
    border-top: 0px;
}
.onwards{
    background: #f5f5f5;
}
.resulttable td{
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    border-bottom: 0px;
    border-top: 0px;
}
.resulttable tbody tr:nth-of-type(even) {
    background: #eeeeee;
}
#ouestprogram_cont{
    background: #b4903a;
    z-index: 10;
    position: relative;
}
#icc_cont02{
    background: #fff;
    z-index: 10;
    position: relative;
}
#forum_cont02{
    background: #ffdede;
    z-index: 10;
    position: relative;
}
#sneherparas_cont02{
    background: #1462f2;
    z-index: 10;
    position: relative;
}
#covidccn_cont02{
    background: #057e15;
    z-index: 10;
    position: relative;
}
#prachesta_cont02{
    background: #fff;
    z-index: 10;
    position: relative;
}
#questprogram_cont02{
    background: #2b2b2b;
    z-index: 10;
    position: relative;
}
#forum_cont02 .texttag{
    color: #81298b;
}
#forum_cont02 h3{
    color: #81298b;
}
#covidccn_cont02 h3{
    color: #fbcb07;
}
#sneherparas_cont02 h3{
    color: #fed913;
}
#prachesta_cont02 h3{
    color: #5ec5ff;
}
#questprogram_cont02 h3{
    color: #c39c3a;
}
#questprogram_cont02 span{
    color: #c6c6c6 !important;
}
#bgbs_cont{
    background: #4b34d4;
}
#blog_cont{
    background: #346cd4;
}
.text_line{
    text-decoration: underline;
}
.blog_bg{
    background: #ededed;
}
.blog_bg h5{
    color: #787878;
}
.blog_sidepannel span{
    color: #a9a9a9;
    font-weight: bold;
}
.blog_sidepannel ul{
    list-style: none;
    padding-left: 0px;
    display: inline-block;
}
.blog_sidepannel ul li{
    float: left;
    margin-right: 15px;
}
.blog_sidepannel ul li a{
    color: #2f2f2f;
    font-size: 20px;
    transition: 0.4s;
}
.blog_sidepannel ul li a:hover{
    color: #346cd4;
}
.blog_sidepannel h4{
    color: #346cd4;
    padding-bottom: 5px;
}
.blog_sidepannel .border-bottom {
    border-bottom: 1px solid #346cd4!important;
}
#metro_cont span {
    color: #000;
    display: inline-block;
}
.dairyingbg{
    position: relative;
}
.dairyingbg_cont{
    width: 550px;
    background: #fff;
    position: absolute;
    bottom: -30px;
    left: 50px;
    padding: 30px;
}
.videocont{
    background: #ededed;
}
.the_cream{
    position: relative;
}
.the_cream .keventermilk_bg{
    position: absolute;
    bottom: -24px;
    left: 0px;
}
.the_cream .numbering {
    font-size: 35px;
    margin-bottom: -8px;
    display: inline-block;
}
.the_cream .number_color1{
    color: #fffc00;
}
.the_cream .number_color2{
    color: #083963;
}
.the_cream .number_color3{
    color: #d71476;
}
.the_cream .number_color4{
    color: #9dff00;
}
.the_cream .theicon{
    width: 100px;
    margin-bottom: 13px;
}
.the_cream small{
    font-size: 16px;
    font-weight: bold;
}
.videocont .owl-carousel.owl-drag .owl-item.active.center{
    transform: scale(1)
}
.videocont .owl-carousel.owl-drag .owl-item{
    transform: scale(0.8)
}
.videoslide{
    height: 300px;
    background-color: #000; 
    background-size: contain; 
    background-position: center center; 
    display: block; 
}
.videoslide>.fa{
    line-height: 300px; 
    display: block; 
    text-align: center;
    font-size: 40px;
    color: #fff;
}
.the_supporting{
    position: relative;
    margin-bottom: 150px;
}
.the_supportingcont{
    position: absolute;
    right: 50px;
    bottom: -60px;
    padding: 30px;
    background: #fff;
    width: 850px;
}
.the_supportingcont h4{
    color: #787878;
}
.macbox{
    margin-top: -150px;
}
.thebox_content h4{
    color: #787878;
}
.the_winner{
    position: relative;
}
.the_winnercont {
    position: absolute;
    top: 50%;
    left: 0px;
    background: #fff;
    padding: 15px;
    width: 430px;
    transform: translate(0%, -50%);
}
.the_winnercont h4{
    color: #787878;
}
.partners_cont{
    margin-top: -150px;
}

.glossarycont UL{
    list-style: none;
}
.glossarycont ul li{
    display: inline-block;
    margin-bottom: 5px;
    padding: 0px 23px;
    line-height: 1;
}
.glossarycont ul .border-right {
    border-right: 1px solid #a0a0a0!important;
}
.glossarycont ul li a {
    color: #454545;
    transition: 0.4s;
    font-weight: bold;
    font-size: 30px;
}
.glossarycont ul li a:hover{
    color: #346cd4;
    text-decoration: none;
}
.glossaryExtensions{
    background: #ededed;
    padding: 40px;
}
.t_color{
    color: #346cd4;
    font-weight: 600;
}
.othersarticles .pagelink{
    color: #034b78;
}
.casestudy .pagelink{
    color: #034b78;
}
.othersarticles h5{
    text-overflow: ellipsis;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
.othersarticles a{
    color: #333;
}

.othersarticles a:hover{
    text-decoration: none;
}
.project_cont .outsideBg{
    margin-top: -80px;
}
.project_cont .keventer_sl_allproduct{
    margin-top: -80px;
}
.project_cont .icc_speechbg{
    margin-top: -80px;
}
.project_cont .forummall_shopbg01{
    margin-top: -80px;
}
.case_study{
    margin-top: -50px;
    position: relative;
}
.visual_cues{
    position: absolute;
    top: -80px;
    width: 50%;
    background: #fff;
    padding: 15px;
    left: 20px;
}
.visual_cues p{
    font-size: 15px;
}
.case_study h4{
    color: #b49038;
}
.the_whiteboard{
    position: absolute;
    bottom: 30px;
    background: #fff;
    width: 50%;
    padding: 15px;
    right: -50px;
}
.the_whiteboard p{
    font-size: 15px;
}
.the_whiteboard h4{
    color: #b49038;
}
.trendsbg{
    margin-top: -40px;
}
.trends_cont {
    background: #fff;
    padding: 20px;
    margin-top: -160px;
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
}

.keventer_sl_desktopbox{
    background-color: #fff;
}

.ksl_results p{
    font-size: 50px;
    line-height: 27px;
}
.ksl_results p span{
    font-size: 25px;
}
.keventer_sl_desktop{
    margin-top: -140px;
}
.gaping{
    margin-top: 90px;
}
.annualdai_iccbg{
    margin-top: -450px;
}

.innerbg_ccn {
    background: #057e15;
    background-image: url(../images/covid_ccnbg.jpg);
    background-size: contain;
    background-position: center center;
    height: 340px;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.innerbg_ccn .innerbg_content {
    top: 60%;
}
.numbering_box p{
    font-size: 50px;
    line-height: 35px;
    color: #057e15;
}
.numbering_box p span{
    font-size: 25px;
}