body {
    white-space: normal;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    color: #191919;
}

html {
    scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../css/font/BebasNeuePro-Bold.eot');
    src: url('../css/font/BebasNeuePro-Bold.eot?#iefix') format('embedded-opentype'), url('../css/font/BebasNeuePro-Bold.woff2') format('woff2'), url('../css/font/BebasNeuePro-Bold.woff') format('woff'), url('../css/font/BebasNeuePro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro Middle';
    src: url('../css/font/BebasNeuePro-Middle.eot');
    src: url('../css/font/BebasNeuePro-Middle.eot?#iefix') format('embedded-opentype'), url('../css/font/BebasNeuePro-Middle.woff2') format('woff2'), url('../css/font/BebasNeuePro-Middle.woff') format('woff'), url('../css/font/BebasNeuePro-Middle.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../css/font/BebasNeuePro-Light.eot');
    src: url('../css/font/BebasNeuePro-Light.eot?#iefix') format('embedded-opentype'), url('../css/font/BebasNeuePro-Light.woff2') format('woff2'), url('../css/font/BebasNeuePro-Light.woff') format('woff'), url('../css/font/BebasNeuePro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro Expanded';
    src: url('../css/font/BebasNeuePro-ExpandedBoldItalic.eot');
    src: url('../css/font/BebasNeuePro-ExpandedBoldItalic.eot?#iefix') format('embedded-opentype'), url('../css/font/BebasNeuePro-ExpandedBoldItalic.woff2') format('woff2'), url('../css/font/BebasNeuePro-ExpandedBoldItalic.woff') format('woff'), url('../css/font/BebasNeuePro-ExpandedBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro Expanded';
    src: url('../css/font/BebasNeuePro-ExpandedBold.eot');
    src: url('../css/font/BebasNeuePro-ExpandedBold.eot?#iefix') format('embedded-opentype'), url('../css/font/BebasNeuePro-ExpandedBold.woff2') format('woff2'), url('../css/font/BebasNeuePro-ExpandedBold.woff') format('woff'), url('../css/font/BebasNeuePro-ExpandedBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0px;
    margin: 0px;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

a,
img {
    text-decoration: none;
    outline: none;
}

section {
    display: block;
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

img {
    max-width: 100%;
}

p {
    font-weight: 300;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e7e7e7;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #141925;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #141925 #f1f1f1;
}

h1 {
    font-size: calc(22px + (44 - 22) * ((100vw - 300px) / (1920 - 300)));
}

h2 {
    font-size: calc(20px + (35 - 20) * ((100vw - 300px) / (1920 - 300)));
}

h3 {
    font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1920 - 300)));
}

h4 {
    font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1920 - 300)));
}




/*=====================================================================
======================= think Page  CSS =============================
=====================================================================*/
/* banner */
.banner {
    width: 100%;
    position: relative;
    line-height: 0;
}

.banner img {
    width: 100%;
}

.banner video {
    width: 100%;
    z-index: -100;
    height: 50vh;
    object-fit: cover;

}

.banner .bgoverlay {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0px;
}

.text_banner {
    position: absolute;
    bottom: 40px;
    left: 6%;
    z-index: 1;
}

.text_banner a {
    font-size: 18px;
    font-weight: 700;
    padding: 7px 19px 4px;
    background: #000000;
    color: #ffffff;
    border: 0px;
    width: fit-content;
    border-radius: 60px;
    line-height: 1.4;
    display: flex;
    margin: 20px 0px;
    transition: all .5s;
    text-decoration: none;
}

.text_banner a:hover {
    background: #c1e73e;
    color: #000000;
}

.text_banner h1 {
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
}

.text_banner h1 span {
    color: #c1e73e;
}

/* Ideating */
.main-bg {
    background-color: #000000;
    width: 100%;
    display: flex;
}

.ideating-col {
    display: flex;
    font-size: 24px;
    margin: 58px 0 27px;
    font-weight: 500;
    text-align: left;
    line-height: 1.3;
    color: #ffffff;
    justify-content: space-between;
}

.ideating-left {
    flex: 0 0 50%;
}

.ideating-left p {
    font-size: 17px;
    color: #ffffff;
    margin: 16px 0 7px;
    padding: 0 0 7px;
    line-height: 22px;
    border-bottom: 2px solid #292929;
}

.ideating-left h6 {
    font-size: 15px;
    color: #ffffff;
}

.ideating-right {
    flex: 0 0 47%;
}

.ideating-right h4 {
    font-size: 38px;
    color: #ffffff;
}

.ideating-right h4 span {
    color: #c1e73e;
}

.ideating-right p {
    font-size: 18px;
    color: #ffffff;
    margin: 20px 0 18px;
    line-height: 25px;
}

.ideating-right ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 25px 0 0;
    list-style-type: none;
}

.ideating-right ul li {
    font-size: 18px;
    background: #292929;
    color: #fff;
    border-radius: 50px;
    text-align: left;
    margin: 4px 0 5px;
    width: 47%;
    padding: 7px 19px 7px;
    position: relative;
}

.sec-think-2 {
    flex-direction: row-reverse;
    border-top: 2px solid #292929;
    border-bottom: 2px solid #292929;
    padding: 80px 0 47px;
}

.sec-think-2 .ideating-right ul {
    width: 94%;
}

.intro_copy {
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    padding: 46px 0 18px;
    line-height: 33px;
    background: #000;
}

.message_text {
    text-align: center;
}

.message_text p {
    font-size: 25px;
    color: #ffffff;
    margin: 46px 0 18px;
    line-height: 33px;
    text-align: center;
}

.message_text .cta {
    color: #000;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 60px 10px 30px;
    clear: both;
    overflow: hidden;
    width: fit-content;
    margin: 40px 0 40px 0;
    display: inline-block;
    background: #c1e73e url("../assets/right-arrow.png") no-repeat 90% 14px;
    background-size: 30px 22px;
}

.message_text .cta:hover {
    color: #fff;
    background: #292929 url("../assets/right-arrow-h.png") no-repeat 90% 14px;
    background-size: 30px 22px;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}



/*=====================================================================
======================= Engagement Page  CSS =============================
=====================================================================*/

.creative_text p {
    font-size: 25px;
    color: #ffffff;
    margin: 46px 0 18px;
    line-height: 33px;
    text-align: center;
}


.team-col {
    display: flex;
    font-size: 24px;
    margin: 0 0 27px;
    font-weight: 500;
    text-align: left;
    line-height: 1.3;
    color: #ffffff;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-left,
.team-right {
    flex: 0 0 48%;
    border-radius: 15px;
    cursor: pointer;
}

.team-left img,
.team-right img {
    max-width: 100%;
    width: 100%;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.team-left:hover img,
.team-right:hover img {
    transform: scale(1.05);
}

.team-left:hover .overlay-team,
.team-right:hover .overlay-team {
    width: 102%;
    left: -1%;
    bottom: 0;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.team-box {
    position: relative;
    /* overflow: hidden; */
    margin: 48px 0 0;
}

.overlay-team {
    cursor: pointer;
    position: absolute;
    bottom: 2%;
    background-color: #210c71;
    background-image: linear-gradient(to bottom right, #210c71, #00001f, #210c71);
    width: 94%;
    left: 3%;
    text-align: left;
    border-radius: 12px;
    transition: .5s ease;
    color: white;
    padding: 20px;
}

.team-hover-text {
    bottom: 0%;
    background-color: #210c71;
    background-image: linear-gradient(to bottom right, #210c71, #00001f, #210c71);
    width: 100%;
    left: 0%;
    text-align: left;
    border-radius: 12px;
    transition: .5s ease;
    color: white;
    padding: 32px 34px;

    position: absolute;
    z-index: -1;

    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow-y: auto;
}

.team_open {
    z-index: 99;
    height: 107%;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 10%;
}

.team-hover-text p {
    font-size: 18px;
    color: #ffffff;
    margin: 16px 0 13px;
}

.team-box h3 span {
    color: #c1e73e;
}

.team-hover-text ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    margin: 25px 0 0;
    padding: 0px;
}

.close_team {
    cursor: pointer;
    position: fixed;
    bottom: 28px;
    right: 26px;
    font-size: 22px;
    padding: 2px 18px 1px;
    border-radius: 15px;
    background-color: #c1e73e;
    color: #000;
    transition: all .5s;
}

.close_team:hover {
    color: #ffffff;
    background-color: #000000;
}

.team-hover-text ul li {
    font-size: 17px;
    border: 1px solid #ccccff;
    color: #ccccff;
    border-radius: 50px;
    text-align: left;
    margin: 4px 0 5px;
    width: 80%;
    padding: 7px 19px 7px;
    list-style-type: none;
}

.team-box .overlay-team h3 {
    font-size: 33px;
    color: #ffffff;
}

.team-box .overlay-team h3 span {
    color: #c1e73e;
}

.cta_team {
    margin: 63px 0 40px 0;
    text-align: center;
}

.cta_team a {
    color: #000;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 60px 10px 30px;
    clear: both;
    overflow: hidden;
    width: fit-content;
    display: inline-block;
    background: #c1e73e url("../assets/right-arrow.png") no-repeat 90% 14px;
    background-size: 30px 22px;
}

.cta_team a:hover {
    color: #fff;
    background: #292929 url("../assets/right-arrow-h.png") no-repeat 90% 14px;
    background-size: 30px 22px;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.zoomImg {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.zoom_team_1 {
    background-image: url(../assets/Strategising.jpg);
    height: 370px;
}

.zoom_team_2 {
    background-image: url(../assets/innovative.jpg);
    height: 324px;
}

.zoom_team_3 {
    background-image: url(../assets/digital.jpg);
    height: 370px;
}




/*=====================================================================
======================= Contact US CSS 14 oct =============================
=====================================================================*/

.form-col {
    max-width: 100%;
    padding: 1em 1em;
    margin: 1em 4em;
    background-color: #000000;
}

.form-col fieldset {
    position: relative;
    border: none;
    margin: 8px 0 35px 0;
    padding-left: 0;
    text-align: left;
}

.form-col fieldset>input:not([type="checkbox"])+label,
.form-col fieldset>textarea+label {
    position: absolute;
    top: 5px;
    left: 0;
    color: #ffffff;
    transform-origin: left;
    transition: all 0.3s ease;
    cursor: text;
    font-size: 18px;
}

.form-col fieldset input:not([type="checkbox"]):focus~label,
.form-col fieldset textarea:focus~label,
.form-col fieldset input:not([type="checkbox"]):valid~label,
.form-col fieldset textarea:valid~label,
.form-col fieldset select:not([type="checkbox"]):valid~label,
.form-col fieldset select:valid~label {

    top: 0;
    transform: scale(0.90, 0.90);
    color: #ffffff;
}

.form-col fieldset input:not([type="checkbox"]),
.form-col fieldset textarea {
    font-size: 17px;
    width: 100%;
    border: none;
    margin-top: 14px;
    padding: 29px 0 8px;
    background: transparent;
    color: #9a9a9a;
}

::placeholder {
    color: #494949;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #494949;
}

.form-col fieldset textarea {
    min-height: 20px !important;
}

.form-col fieldset input:not([type="checkbox"]):focus,
.form-col fieldset textarea:focus,
.form-col fieldset select:not([type="checkbox"]):focus,
.form-col fieldset select:focus {
    outline: none;
}

/* required/optional psuedo elements */

.form-col fieldset>textarea:required+label:after {
    position: relative;
    content: "  ";
}

.form-col fieldset>textarea:not(required)+label:after {
    position: relative;
    content: " ";
}

/* END Text Input */
/* Material Underline */
.form-col fieldset .after {
    width: 100%;
    margin-bottom: 1px;
    height: 2px !important;
    max-height: 2px;
    background: linear-gradient(to right, #ffffff 50%, transparent 50%);
    background-color: #494949;
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background 0.5s ease;
    content: " ";
}

.form-col input:not([type="checkbox"]):focus~.after,
.form-col textarea:focus~.after,
.form-col select:not([type="checkbox"]):focus~.after,
.form-col select:focus~.after {
    margin-bottom: 0;
    height: 2px !important;
    background-position: 0 0 !important;
}

.form-col select {
    width: 100%;
    background: #000000;
    color: #494949;
    border: 0;
    padding: 0 0 12px;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 17px 2px 9px 0px;
    border: none;
    background: transparent url("../assets/icon_form.png") no-repeat 99% 28px;
    background-size: 19px;
}

#services_opt label {
    color: #fff;
    font-size: 18px;
    padding: 0 0 2px;
    width: 100%;
}

.cta_Btn {
    text-align: right;

}

.cta_Btn #submitformbutton {
    color: #000;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 60px 10px 30px;
    clear: both;
    overflow: hidden;
    width: fit-content;
    margin: 0px 0 40px 0;
    display: inline-block;
    background: #c1e73e url("../assets/right-arrow.png") no-repeat 90% 14px;
    background-size: 30px 22px;
}

#submitformbutton:hover {
    color: #fff;
    background: #292929 url("../assets/right-arrow-h.png") no-repeat 90% 14px;
    background-size: 30px 22px;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/* Contact US End*/

/*=====================================================================
======================= About US CSS =============================
=====================================================================*/
.global_bg {
    width: 100%;
    float: left;
    position: relative;
    background: #000000 url("../assets/global.png") no-repeat center bottom;
    min-height: 846px;
    background-size: 100%;
}

.global_bg h2 {
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    padding: 59px 0 44px;
}

.global_bg h2 span {
    color: #c1e73e;
}

.global_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.global_list ul {
    display: flex;
    flex-direction: column;
}

.global_list ul li {
    color: #ffffff;
    padding: 0 0 4px;
    font-size: 16px;
    font-weight: 100;
}

.list_li_global li:nth-child(1) {
    font-size: 16px;
    padding-bottom: 11px;
    font-weight: 400;
}

.list_li_global a {
    color: #ffffff;
    transition: all .5s;
}

.list_li_global a:hover {
    padding-left: 5px;
    color:  #8BC34A;
}

.cta_abt {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    position: absolute;
    bottom: 20px;
}
.cta_abt .cta {
    /*	background-color: #c1e73e;*/
    color: #000;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 60px 10px 30px;
    clear: both;
    overflow: hidden;
    width: fit-content;
    margin: 50px 0 20px 0;
    display: inline-block;
    background: #c1e73e url("../assets/right-arrow.png") no-repeat 90% 14px;
    background-size: 30px 22px;
  }
.cta_abt .cta:hover {
    color: #fff;
    background: #292929 url("../assets/right-arrow-h.png") no-repeat 90% 14px;
    background-size: 30px 22px;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.abt-col {
    width: 100%;
    margin: 61px 0 0;
    display: flex;
    background: #b8d432;
    border-radius: 11px;
    padding: 44px 0 44px;
    align-items: center;
}

.abt-text {
    /* border-right: 1px solid #000000; */
    width: 40%;
    padding: 0 42px 0;
}

.abt-text h5 {
    color: #000;
    font-size: 36px;
    font-weight: 500;
}

.abt-text h6 {
    font-size: 26px;
    padding: 0 0 22px;
}

.abt-icon {
    width: 60%;
    border-left: 2px solid #000000;
    display: flex;
    padding: 0 30px;
}

.abt-icon ul {
    display: flex;
    flex-wrap: wrap;
}

.abt-icon li {
    color: #000000;
    line-height: normal;
    width: 25%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    padding: 0 5px;
}

.abt-icon li img {
    height: 70px;
}
.mobi_img{display: none;}






@media only screen and (max-width:1100px) {
.creative_text p,.creative_text p{font-size: 22px;}  
.text_banner h1 {font-size: 48px;}
.text_banner{ left: 15px;bottom: 15px;}
.form-col{ padding: 1em 3em;margin: 1em 0;}
.global_bg{min-height: 752px;}

}
@media only screen and (max-width:992px) {
    .abt-text{ padding: 0 21px 0;}
.abt-text h5{ font-size: 27px;}
.abt-text h6 {font-size: 22px;padding: 0 0 10px; }
.abt-icon li{ padding: 0 0px;font-size: 14px;}
.abt-icon { padding: 0 7px;}
.global_bg h2{padding: 59px 15px 26px;    font-size: 32px;}
.global_bg{min-height: 646px;}

}
@media only screen and (max-width:767px) {
.text_banner h1 {font-size: 40px;}
.creative_text p,.creative_text p{font-size:18px; line-height: 29px;} 
img.mobi_img{display: inline-block;}
img.desk_img{display: none;}
.abt-col{flex-direction: column;}
.abt-icon{border: 0;width: 100%;}
.abt-text{width: 100%;} 
.global_list{justify-content: flex-start;flex-wrap: wrap;}
.global_list ul {flex-direction: column; width: 33%; margin: 0 0 26px; padding: 0 8px 0 0;}
.cta_abt{position: static;}
.global_bg {min-height: 804px;}
}

@media only screen and (max-width:567px) {
.form-col fieldset>input:not([type="checkbox"])+label, .form-col fieldset>textarea+label{font-size: 16px;}
.text_banner h1 {font-size: 25px;}
.text_banner a{ font-size: 13px;margin: 10px 0px; padding: 7px 15px 6px;}
.creative_text p,.creative_text p{margin: 27px 0 18px;line-height: 30px;}
.form-col {padding: 1em 15px;margin: 1em 0;}
.cta_Btn #submitformbutton,.cta_abt .cta { background-size: 20px 13px;font-size: 16px;}
.global_list ul{ width: 50%;}
.abt-text h6 {font-size: 17px;}
.abt-text h5 {font-size: 20px;}
.global_bg h2{font-size: 25px;}
.abt-icon li{ width: 33%;}
.abt-col{    margin: 45px 0 0;}
}






