@charset "utf-8"; /* CSS Document */
.breadcrumbSec {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    padding: 70px 0;
    padding-top: 110px;
    padding-bottom: 16px;
}

.breadcrumbSec:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.breadcrumbSec-box1 {
    width: 100%;
    height: auto;
    padding: 0px 0;
    margin: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
}

.breadcrumbSec-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.breadcrumbSec-box1 figure {
    width: auto;
    height: auto;
    display: inline-block;
}

.breadcrumbSec-box1 figure i {
}

.breadcrumbSec-box1 aside {
    padding-left: 0px;
    display: block;
}

.breadcrumbSec-box1 aside h1 {display: block;width: auto;white-space: nowrap;padding: 15px 20px 15px 0;font-size: 40px;font-weight: 400;color: #323232;line-height: 46px;}
.breadcrumbSec-box1 aside h1 strong {
    font-size: 48px;
    font-weight: 900;
    color: #323232;
    line-height: 46px;
    padding-right: 25px;
    position: relative;
}





.content .breadcrumbSec-box1 aside .breadcrumb strong {
    color: #9747FF;
}

.content .breadcrumbSec-box1 aside h1 strong:after {
    background: #9747FF;
}
.content .why_gra_box {
    background: rgb(151, 71, 255);
    background: linear-gradient(90deg, rgba(151, 71, 255, 1) 20%, rgba(11, 74, 239, 1) 100%);
}





.technology .breadcrumbSec-box1 aside .breadcrumb strong {
    color: #0B4AEF;
}

.technology .breadcrumbSec-box1 aside h1 strong:after {
    background: #0B4AEF;
}
.technology .why_gra_box {
    background: rgb(11, 74, 239);
    background: linear-gradient(90deg, rgba(11, 74, 239, 1) 20%, rgba(208, 28, 73, 1) 100%);
}



.our_story .breadcrumbSec-box1 aside .breadcrumb strong:after {
    display: none;
}

.our_story .breadcrumbSec-box1 aside .breadcrumb strong {
    padding-left: 0px;
}
.our_story .breadcrumbSec-box1 aside h1 strong:after {
    display: none;
}
.our_story .breadcrumbSec-box1 aside h1 strong {
    padding-right: 0px;
}
.our_story .why_gra_box {
    background: rgb(11, 74, 239);
    background: linear-gradient(90deg, rgba(11, 74, 239, 1) 20%, rgba(208, 28, 73, 1) 100%);
}
.our_story .why_gra_box aside h6 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
}

.our_story .why_gra_box aside:first-child {
    width: 42%;
}

.our_story .why_gra_box aside {
    width: 46%;
}
.our_story .breadcrumbSec-box1 aside .breadcrumb strong {
    color: #323232;
}





.brain_latest_box aside small {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 30px;
}

.brain_latest_box aside small a {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}

.brain_latest_box aside small a span {
    width: 32px;
    height: 32px;
    background: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.brain_latest_box aside small a:hover span {
    background: #0B4AEF;
}

.brain_latest_box aside small a:hover:after {
    background: url(../images/arrow4.png) no-repeat -3px 0;
}

.brain_latest_box aside small a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: url(../images/arrow4a.png) no-repeat -26px 26px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    overflow: hidden;
}
.brain_latest_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 20px;
    background: #F2F2F2;
    border-radius: 20px;
}

.brain_latest_box aside {
    width: 660px;
}

.brain_latest_box aside:last-child {
    width: 53%;
    position: relative;
    padding: 30px 0px;
}

.brain_latest_box aside h3 {
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

.brain_latest_box aside h4 {
    font-size: 60px;
    font-weight: normal;
    margin: 20px 0px;
    line-height: 65px;
}

.blog_date {
    font-size: 18px;
    font-weight: 300;
    margin-top: 26px;
}
.brain_latest_box aside img {
    display: block;
    border-radius: 20px;
}
ul.blog_all_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

ul.blog_all_box li {
    margin-bottom: 30px;
    width: 30.333%;
    /* padding: 0px 40px; */
}

ul.blog_all_box li aside img {
    width: 100%;
    border-radius: 20px;
}

.blog_mid_box {
    padding: 30px;
}

ul.blog_all_box li aside {
    background: #F1F1F1;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding-bottom: 70px;
    height: 100%;
}

.blog_mid_box h3 {font-size: 20px;font-weight: normal;}

.blog_mid_box h4 {
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    margin: 20px 0px;
}



.blog_mid_box small {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 30px;
}

.blog_mid_box small a {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}

.blog_mid_box small a span {
    width: 32px;
    height: 32px;
    background: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog_mid_box small a:hover span {
    background: #0B4AEF;
}

.blog_mid_box small a:hover:after {
    background: url(../images/arrow4.png) no-repeat -3px 0;
}

.blog_mid_box small a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: url(../images/arrow4a.png) no-repeat -26px 26px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    overflow: hidden;
}




.breadcrumbSec-box1 aside h1 strong:after {
    content: '';
    position: absolute;
    right: 8px;
    bottom: 12px;
    width: 8px;
    height: 8px;
    background: #D01C49;
    border-radius: 50%;
}
.breadcrumbSec-box1 aside .breadcrumb {
    width: 100%;
    height: auto;
    display: block;
}

.breadcrumbSec-box1 aside .breadcrumb a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    line-height: 18px;
    /* letter-spacing: 4px; */
    position: relative;
    padding-right: 10px;
    transition: 0.4s;
}

.breadcrumbSec-box1 aside .breadcrumb a:hover {
    color: #D01C49;
}

.breadcrumbSec-box1 aside .breadcrumb a:first-child {
    padding-right: 25px ;
}

.breadcrumbSec-box1 aside .breadcrumb a:after {
    content: '/';
    position: absolute;
    right: 8px;
    top: 0;
    font-size: 14px;
    font-weight: 700;
    color: #323232;
    line-height: 18px;
}

.breadcrumbSec-box1 aside .breadcrumb span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    line-height: 18px;
    /* letter-spacing: 4px; */
    position: relative;
    padding-right: 10px;
}

.breadcrumbSec-box1 aside .breadcrumb strong {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #d01c49;
    line-height: 18px;
    /* letter-spacing: 4px; */
    position: relative;
    padding-left: 18px;
}

.breadcrumbSec-box1 aside .breadcrumb strong:after {
    content: '/';
    /* position: absolute; */
    /* left: 0; */
    /* top: 9px; */
    /* width: 50px; */
    /* height: 1px; */
    /* background: #929292; */
    position: absolute;
    left: -2px;
    top: 0;
    font-size: 14px;
    font-weight: 700;
    color: #323232;
    line-height: 18px;
}

.designsSec2 {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    /* padding: 70px 0; */
}

.designsSec2:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.designsSec2-box1 {
    width: 100%;
    height: auto;
    padding: 0px 0;
    margin: 0;
}

.designsSec2-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.designsSec2-box1 h2 {
    width: 100%;
    /* max-width: 1110px; */
    height: auto;
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: #323232;
    line-height: 65px;
    margin-bottom: 8px;
    position: relative;
    /* padding-left: 20px; */
}

.designsSec2-box1 h2:after {
    /* content: ''; */
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
}

.designsSec2-box1.designs-line h2:after {
    /* background: #D01C49; */
}

.designsSec2-box1.technology-line h2:after {
    background: #900CE1;
}

.designsSec2-box1.marketing-line h2:after {
    background: #0B4AEF;
}

.designsSec2-box1 h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 60px;
    font-weight: 400;
    color: #323232;
    line-height: 68px;
    padding-bottom: 30px;
    position: relative;
}
.designsSec2-box1 p {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

.why_gra_box {
    background: rgb(208, 28, 73);
    background: linear-gradient(90deg, rgba(208, 28, 73, 1) 20%, rgba(151, 71, 255, 1) 100%);
    color: #fff;
    padding: 40px;
    margin: 60px 0px;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
}

.why_gra_box aside:first-child {
    width: 26%;
}

.why_gra_box aside {
    width: 52%;
}

.why_gra_box aside h4 {
    font-size: 48px;
    font-weight: bold;
}

.why_gra_box aside ul li {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.why_gra_box aside ul li:last-child {
    margin-bottom: 0px;
}
.design_steps_box {
    margin-bottom: 50px;
}
.design_steps_box h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

.design_steps_box ul li .steps_first_box {
    background: #F2F2F2;
    padding: 30px 36px;
    border-radius: 20px;
    height: 100%;
}
.design_no {
    font-size: 32px;
    color: #8F8F8F;
    margin-bottom: 10px;
    font-weight: 300;
}

.design_steps_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.design_steps_box ul li {
    width: 30.333%;
    /* padding: 0px 26px; */
    margin-bottom: 40px;
}

.steps_first_box h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.steps_first_box p {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.designsSec2-box2 {
    width: 100%;
    height: auto;
    padding: 30px 0px 0 0;
    margin: 0;
    float: left;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.designsSec2-box2 h4 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #323232;
    line-height: 42px;
    padding-bottom: 10px;
    position: relative;
}

.designsSec2-box2 h4 span {
    font-size: 36px;
    font-weight: 700;
    color: #323232;
    line-height: 42px;
    padding-bottom: 10px;
    position: relative;
    z-index: 3;
}

/*.designsSec2-box2 h4 span:after{ content: ''; position: absolute; left: 0; right: 0; top: 7px; width: 100%; height: 22px;  z-index: -2; }

.designsSec2-box2.designs-line2 h4 span:after{ background: #D01C49;}
.designsSec2-box2.technology-line2 h4 span:after{ background: #900CE1;}
.designsSec2-box2.marketing-line2 h4 span:after{ background: #0B4AEF;}

.designsSec2-box2.designs-line2 h4 span{ color: #D01C49;}
.designsSec2-box2.technology-line2 h4 span{ color: #900CE1;}
.designsSec2-box2.marketing-line2 h4 span{ color: #0B4AEF;}*/
.designsSec2-box2 p {
    width: 100%;
    max-width: 905px;
    height: auto;
    display: block;
    font-size: 32px;
    font-weight: 400;
    color: #323232;
    line-height: 36px;
    padding-bottom: 20px;
    position: relative;
}

.designsSec2-box3 {
    width: 100%;
    height: auto;
    padding: 30px 0px 0 0;
    margin: 0;
    float: left;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /* flex-direction: row-reverse;*/
}

.designsSec2-box3 aside {
    width: 67%;
    height: auto;
    padding: 0px 0px 0 0;
    margin: 0;
    float: left;
}

.designsSec2-box3 aside ul {
    margin-left: -50px;
    margin-right: -50px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.designsSec2-box3 aside ul li {
    width: 50%;
    height: auto;
    float: left;
    display: block;
    padding: 8px 50px 8px 80px;
    font-size: 25px;
    font-weight: 600;
    color: #323232;
    line-height: 30px;
    position: relative;
}

.designsSec2-box3 aside ul li:after {
    content: '';
    position: absolute;
    left: 50px;
    top: 10px;
    width: 15px;
    height: 17px;
    display: block;
}

.designsSec2-box3.designs-arrow1 aside ul li:after {
    background: url("../images/arrow7.png") no-repeat left top;
}

.designsSec2-box3.technology-arrow1 aside ul li:after {
    background: url("../images/arrow8.png") no-repeat left top;
}

.designsSec2-box3.marketing-arrow1 aside ul li:after {
    background: url("../images/arrow9.png") no-repeat left top;
}

.designsSec2-box3 figure {
    width: 33%;
    height: auto;
    padding: 0px 0px 0 0;
    margin-top: -120px;
    float: left;
}

.designsSec2-box3 figure i {
    float: right;
}

.ourworksSec1 {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    padding: 70px 0;
}

.ourworksSec1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.processSec1-box1 {
    width: 100%;
    height: auto;
    padding: 0px 0;
    margin: 0;
}

.processSec1-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.processSec1-box1 h2 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #323232;
    line-height: 42px;
    padding-bottom: 10px;
    position: relative;
}

.processSec1-box1 h2 span {
    font-size: 36px;
    font-weight: 700;
    color: #323232;
    line-height: 42px;
    padding-bottom: 10px;
    position: relative;
    z-index: 3;
}

/*.processSec1-box1 h2 span:after{ content: ''; position: absolute; left: 0; right: 0; top: 7px; width: 100%; height: 22px; z-index: -2; }

.processSec1-box1.designs-line3 h2 span:after{ background: #D01C49;  }
.processSec1-box1.technology-line3 h2 span:after{ background: #900CE1;  }
.processSec1-box1.marketing-line3 h2 span:after{ background: #0B4AEF;  }

.processSec1-box1.designs-line3 h2 span{ color: #D01C49;  }
.processSec1-box1.technology-line3 h2 span{ color: #900CE1;  }
.processSec1-box1.marketing-line3 h2 span{ color: #0B4AEF;  }*/
.processSec1-box1 p {
    width: 100%;
    height: auto;
    display: block;
    font-size: 32px;
    font-weight: 400;
    color: #323232;
    line-height: 40px;
}

.processSec1-box2 {
    width: 100%;
    height: auto;
    padding: 0px 0;
    margin: 50px 0 0 0;
}

.processSec1-box2:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.processSec1-box2 ul {
    margin-left: -50px;
    margin-right: -50px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.processSec1-box2 ul li {
    width: 50%;
    height: auto;
    float: left;
    display: block;
    padding: 25px 50px 25px 50px;
}

/*.processSec1-box2 ul li:last-child{ width: 100%;}*/
.processSec1-box2 ul li aside {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    position: relative;
    padding-bottom: 30px;
}

.processSec1-box2 ul li aside:before {
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    transition: all 0.2s linear;
    background: #D01C49;
    left: 0;
    bottom: 0;
}

.processSec1-box2 ul li aside:hover::before {
    width: 100%;
}

.processSec1-box2.designs-line4 ul li aside:before {
    background: #D01C49;
}

.processSec1-box2.technology-line4 ul li aside:before {
    background: #900CE1;
}

.processSec1-box2.marketing-line4 ul li aside:before {
    background: #0B4AEF;
}

.processSec1-box2 ul li aside figure {
    width: 100%;
    height: 180px;
    display: table;
}

.processSec1-box2 ul li aside figure i {
    display: table-cell;
    vertical-align: top;
}

.processSec1-box2 ul li aside h3 {
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    color: #323232;
    line-height: 30px;
    padding-bottom: 20px;
    position: relative;
    padding-right: 18px;
}

.processSec1-box2 ul li aside h3 small {
    position: absolute;
    right: 0;
    top: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
}

.processSec1-box2.designs-line4 ul li aside h3 small {
    background: #D01C49;
}

.processSec1-box2.technology-line4 ul li aside h3 small {
    background: #900CE1;
}

.processSec1-box2.marketing-line4 ul li aside h3 small {
    background: #0B4AEF;
}

.processSec1-box2 ul li aside p {
    width: 100%;
    height: auto;
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #323232;
    line-height: 30px;
    padding-bottom: 20px;
}

.processSec1-box2 ul li aside p:first-child {
    padding-bottom: 0px;
}

.processSec1-box2 ul li aside p:last-child {
    padding-bottom: 0px;
}

.ourworksSec1 {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    padding: 70px 0;
}

.ourworksSec1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.ourworksSec1-box1 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px 0;
}

.ourworksSec1-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.ourworksSec1-box1 h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
    padding-bottom: 10px;
}

.ourworksSec1-box1 h2 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 48px;
    font-weight: 900;
    color: #323232;
    line-height: 55px;
}

.case-studiesSec2 {
    width: 100%;
    height: auto;
    display: block;
    background: #474747;
    padding: 70px 0;
    position: relative;
}

.case-studiesSec2:after {
    content: '';
    width: 2px;
    height: 50px;
    display: block;
    background: #474747;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: 0 auto;
    line-height: 0;
    font-size: 0px;
}

.case-studiesSec2:before {
    content: '';
    width: 16px;
    height: 37px;
    display: block;
    background: url("../images/Arrow6.png") no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    margin: 0 auto;
    line-height: 0;
    font-size: 0px;
}

.case-studiesSec2-box1 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px 0;
}

.case-studiesSec2-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.case-studiesSec2-box1 h2 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
}

.case-studiesSec2-box1 aside {
    width: auto;
    height: auto;
    display: table;
    margin: 25px auto 0;
}

.case-studiesSec2-box1 aside span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
}

.case-studiesSec2-box1 aside span.red-round {
    background: #D01C49;
}

.case-studiesSec2-box1 aside span.purple-round {
    background: #900CE1;
}

.case-studiesSec2-box1 aside span.blue-round {
    background: #0B4AEF;
}

.case-studiesSec2-box2 {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin: 0 0 0 0;
    padding: 50px 0 0 0;
    overflow: hidden;
}

.case-studiesSec2-box2 ul {
    margin-left: -15px;
    margin-right: -15px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.case-studiesSec2-box2 ul li {
    width: 33.333%;
    height: auto;
    float: left;
    display: block;
    padding: 30px 15px 0 15px;
}

.case-studiesSec2-box2 ul li aside {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.case-studiesSec2-box2 ul li aside span {
    position: absolute;
    left: 20px;
    ; top: -15px;
    width: auto;
    height: auto;
    background: #FFDD26;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    z-index: 2;
}

.case-studiesSec2-box2 ul li aside figure {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    line-height: 0;
    border-radius: 10px;
}

.case-studiesSec2-box2 ul li aside figure img {
    width: 100%;
    border-radius: 10px;
}

.other-services-sec {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    padding: 100px 0;
}

.other-services-sec:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.other-services-sec-box1 {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: table;
    padding: 0 0px 0 0px;
}

.other-services-sec-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.other-services-sec-box1 h2 {
    width: auto;
    height: auto;
    display: table;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700;
    color: #323232;
    line-height: 40px;
    text-align: center;
    padding-bottom: 0px;
}

.other-services-sec-box1 aside {
    width: auto;
    height: auto;
    display: table;
    margin: 25px auto 70px;
}

.other-services-sec-box1 aside span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
}

.other-services-sec-box1 aside span.red-round {
    background: #D01C49;
}

.other-services-sec-box1 aside span.purple-round {
    background: #900CE1;
}

.other-services-sec-box1 aside span.blue-round {
    background: #0B4AEF;
}

.other-services-sec-box2 {
    width: 100%;
    max-width: 750px;
    height: auto;
    display: table;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700;
    color: #323232;
    line-height: 40px;
    text-align: center;
    padding-bottom: 30px;
}

.other-services-sec-box2 ul {
    width: 100%;
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.other-services-sec-box2 ul li {
    width: 50%;
    height: auto;
    float: left;
    display: block;
    padding: 0 50px;
    border-right: 1px solid #A2A2A2;
}

.other-services-sec-box2 ul li:last-child {
    border-right: 0px solid #000;
}

.other-services-sec-box2 ul li aside {
    position: relative;
    display: table;
    padding-bottom: 0px;
    height: 100%;
}

.other-services-sec-box2 ul li h3 {
    width: auto;
    height: auto;
    display: table;
    margin: 0 auto;
    font-size: 48px;
    font-weight: 400;
    color: #000;
    line-height: 50px;
    text-align: center;
    padding-bottom: 20px;
}

.other-services-sec-box2 ul li p {
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    text-align: center;
    padding-bottom: 20px;
}

.other-services-sec-box2 ul li aside a small {
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.other-services-sec-box2 ul li aside a small.design {
    background: #d01c49;
}

.other-services-sec-box2 ul li aside a small.technology {
    background: #900ce1;
}

.other-services-sec-box2 ul li aside a small.marketing {
    background: #0b4aef;
}

.other-services-sec-box2 ul li aside a:hover small:after {
    background: url(../images/arrow3.png) no-repeat 0 0;
}

.other-services-sec-box2 ul li aside a small:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 94px;
    height: 94px;
    background: url(../images/arrow3.png) no-repeat -70px 70px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    overflow: hidden;
}

.other-services-sec-box2 ul li aside {
    width: 100%;
    float: left;
    display: block;
}

.get-in-touch-sec {
    width: 100%;
    height: auto;
    display: block;
    background: #323232;
    padding: 100px 0;
}

.get-in-touch-sec:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.get-in-touch-sec-box1 {
    width: 100%;
    min-height: 310px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: table;
    padding: 0 0px 0 254px;
}

.get-in-touch-sec-box1 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 254px;
    height: 310px;
}

.get-in-touch-sec-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.get-in-touch-sec-box1 h2 {
    width: 100%;
    height: auto;
    display: table ;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
    text-align: center;
    padding-bottom: 30px;
    letter-spacing: 3px;
}

.get-in-touch-sec-box1 h3 {
    width: 100%;
    height: auto;
    display: table ;
    margin: 0 auto;
    font-size: 64px;
    font-weight: 600;
    color: #fff;
    line-height: 72px;
    text-align: center;
    padding-bottom: 50px;
}

.get-in-touch-sec-box1 h3 strong {
    color: #FFE606;
}

.get-in-touch-sec-box1 small {
    width: auto;
    height: auto;
    margin: 20px auto 0;
    display: table;
}

.get-in-touch-sec-box1 small a {
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    padding: 15px 30px 15px 30px;
    border-radius: 4px;
    color: #000;
    position: relative;
    background-image: linear-gradient(0, #d01c49, #d01c49);
    background-size: 0;
    transition: .8s;
    background-repeat: no-repeat;
    border: 0px solid #464646;
}

.get-in-touch-sec-box1 small a:hover {
    background-size: 100%;
    color: #fff;
    border: 0px solid #464646;
}

.ourstorySec0 {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    padding: 0px 0;
}

.ourstorySec0:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.ourstorySec0-box1 {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0 0px 0 0px;
}

.ourstorySec0-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.ourstorySec0-box1a {
    width: 100%;
    max-width: 640px;
    height: auto;
    float: right;
    margin: 0px 0 0 0;
    padding: 0px 0;
}

.ourstorySec0-box1a:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.ourstorySec0-box1a span {
    width: 100%;
    height: 8px;
    display: block;
    margin-bottom: 8px;
}

.ourstorySec0-box1a span.red {
    background: #D01C49;
}

.ourstorySec0-box1a span.purple {
    background: #900CE1;
}

.ourstorySec0-box1a span.blue {
    background: #0B4AEF;
}

.ourstorySec1 {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    padding: 20px 0 0px 0;
}

.ourstorySec1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.ourstorySec1-box1 {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0 0px 0 0px;
}

.ourstorySec1-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.ourstorySec1-box1 h2 {
    width: 100%;
    max-width: 1110px;
    height: auto;
    font-size: 64px;
    font-weight: 700;
    color: #323232;
    line-height: 70px;
    padding-bottom: 40px;
}

.ourstorySec1-box1 h2 span.design-red {
    color: #D01C49;
}

.ourstorySec1-box1 h2 span.technology-purple {
    color: #900CE1;
}

.ourstorySec1-box1 h2 span.marketing-blue {
    color: #0B4AEF;
}

.ourstorySec1-box2 {
    width: 100%;
    height: auto;
    padding: 50px 0px 0 0;
    margin: 0;
    float: left;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row-reverse;
}

.ourstorySec1-box2 article {
    width: 50%;
    height: auto;
    display: block;
    float: left;
    padding-right: 5%;
}

.ourstorySec1-box2 article p {
    width: 100%;
    height: auto;
    font-size: 25px;
    font-weight: 400;
    color: #323232;
    line-height: 30px;
    padding-bottom: 30px;
}

.ourstorySec1-box2 article p:last-child {
    padding-bottom: 30px;
}

.ourstorySec1-box2 article aside {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0 0px 20px 0px;
    float: left;
}

.ourstorySec1-box2 article aside span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
}

.ourstorySec1-box2 article aside span.red-round {
    background: #D01C49;
}

.ourstorySec1-box2 article aside span.purple-round {
    background: #900CE1;
}

.ourstorySec1-box2 article aside span.blue-round {
    background: #0B4AEF;
}

.ourstorySec1-box2 figure {
    width: 50%;
    height: auto;
    display: block;
    float: left;
}

.ourstorySec1-box2 figure i {
    width: 100%;
    max-width: 595px;
    float: left;
    display: block;
}

.ourstorySec1-box2 figure i img {
    width: 100%;
}

.ourstorySec2 {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    padding: 70px 0;
}

.ourstorySec2:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.ourstorySec2-box1 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    position: relative;
    display: table;
    padding: 0 0px 0 0px;
    text-align: center;
}

.ourstorySec2-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.ourstorySec2-box1 h2 {
    width: 100%;
    height: auto;
    font-size: 64px;
    font-weight: 700;
    color: #323232;
    line-height: 70px;
    padding-bottom: 0px;
}

.ourstorySec2-box1 h3 {
    width: 100%;
    height: auto;
    font-size: 64px;
    font-weight: 400;
    color: #323232;
    line-height: 70px;
    padding-bottom: 10px;
}

.ourstorySec2-box1 p {
    width: 100%;
    height: auto;
    font-size: 36px;
    font-weight: 400;
    color: #323232;
    line-height: 40px;
    padding-bottom: 0px;
}

.ourstorySec2-box1 aside {
    width: auto;
    height: auto;
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0 0px 20px 0px;
}

.ourstorySec2-box1 aside span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
}

.ourstorySec2-box1 aside span.red-round {
    background: #D01C49;
}

.ourstorySec2-box1 aside span.purple-round {
    background: #900CE1;
}

.ourstorySec2-box1 aside span.blue-round {
    background: #0B4AEF;
}

.ourstorySec3 {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    padding: 70px 0;
}

.ourstorySec3:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.ourstorySec3-box1 {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0 0px 0 0px;
    overflow: hidden;
}

.ourstorySec3-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.ourstorySec3-box1a {
    margin-left: -15px;
    margin-right: -15px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.ourstorySec3-box1a ul {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 100px;
    position: relative;
}

.ourstorySec3-box1a ul li {
    width: 33.333%;
    height: 100%;
    float: left;
    display: block;
    padding: 30px 15px 0 15px;
    position: relative;
}

.ourstorySec3-box1a ul li aside {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    padding: 30px 30px 210px 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: 0.4s;
}

.ourstorySec3-box1a ul li aside a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.ourstorySec3-box1a ul li aside:hover {
    border: 1px solid #000;
}

.ourstorySec3-box1a ul li aside figure {
    position: absolute;
    left: 30px;
    right: 0;
    bottom: 30px;
    width: auto;
    height: auto;
    display: block;
}

.ourstorySec3-box1a ul li aside h2 {
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: #323232;
    line-height: 42px;
    padding-right: 30px;
    padding-bottom: 20px;
    position: relative;
}

.ourstorySec3-box1a ul li aside h2 small {
    position: absolute;
    right: 0;
    top: 25px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

.ourstorySec3-box1a ul li aside h2 small.red-round {
    background: #D01C49;
}

.ourstorySec3-box1a ul li aside h2 small.purple-round {
    background: #900CE1;
}

.ourstorySec3-box1a ul li aside h2 small.blue-round {
    background: #0B4AEF;
}

.ourstorySec3-box1a ul li aside p {
    width: 100%;
    height: auto;
    display: block;
    font-size: 25px;
    font-weight: 400;
    color: #323232;
    line-height: 30px;
    padding-bottom: 30px;
}

.work-sec2 {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin: 0px 0;
    padding: 80px 0 0px 0;
    position: relative;
}

.work-sec2:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.work-sec2-box1 {
    width: 100%;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 80px;
}

.work-sec2-box1 figure {
    width: 66%;
    height: auto;
    float: left;
    display: block;
    border: 1px solid #f3f3f3;
}

.work-sec2-box1 figure img {
    width: 100%;
    line-height: 0;
    display: block;
}

.work-sec2-box1 aside {
    width: 34%;
    height: auto;
    float: left;
    display: table;
    padding-left: 5%;
}

.work-sec2-box1 aside article {
    display: table-cell;
    vertical-align: middle;
}

.work-sec2-box1 aside article h2 {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #323232;
    line-height: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.work-sec2-box1 aside article h3 {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #323232;
    line-height: 26px;
}

.work-sec2-box1 aside article small {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin-top: 50px;
}

/*.work-sec2-box1 aside article small a{ width: auto; height: 47px;  background: #dbe0dc; display: inline-block; padding: 0px 25px 0px 25px; font-size: 14px; font-weight: 400;color: #000; line-height: 47px; background-image: linear-gradient(0, #d34f45, #d34f45);background-size: 0;transition: .8s;background-repeat: no-repeat; font-style: normal;  }
.work-sec2-box1 aside article small a:hover  { background-size: 100%;color: #fff;}*/
.right-side {
    flex-direction: row-reverse;
}

.right-side aside {
    padding-right: 5%;
    padding-left: 0;
}

.work-sec2-box1 article aside {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0 0px 20px 0px;
    float: left;
}

.work-sec2-box1 article aside span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
}

.work-sec2-box1 article aside span.red-round {
    background: #D01C49;
}

.work-sec2-box1 article aside span.purple-round {
    background: #900CE1;
}

.work-sec2-box1 article aside span.blue-round {
    background: #0B4AEF;
}

.btn1_a {
    min-width: 140px;
    height: 45px;
    text-align: center;
    padding: 0 40px;
    line-height: 45px;
    border: 1px solid #de4065;
    color: #FFF;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    margin-right: 20px;
    cursor: pointer;
}

.btn1_a:before {
    content: '';
    width: 45px;
    height: 1px;
    background: url(../images/btn1-line.gif) no-repeat 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -22px;
    margin: auto;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn1_a:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #de4060;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: -0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn1_a span {
    color: #FFF;
    position: relative;
    z-index: 3;
    font-weight: 700;
}

.btn1_a input {
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    font-size: 12px;
    cursor: pointer;
}

.btn1_a:hover {
    color: #de4065;
}

.btn1_a:hover:before {
    background: url(../images/btn1-line.gif) no-repeat 100% 0;
}

.btn1_a:hover:after {
    width: 0;
}

.btn1_a:hover input {
    color: #de4065;
}

.btn1_a:hover span {
    color: #de4065;
}

.contactSec1 {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    padding: 20px 0 0px 0;
}

.contactSec1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.contactSec1-box1 {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0 0px 0 0px;
}

.contactSec1-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.contactSec1-box1-left {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding: 0px 5% 0px 0;
}

.contactSec1-box1-left h2 {
    width: 100%;
    height: auto;
    font-size: 56px;
    font-weight: 700;
    color: #323232;
    line-height: 70px;
    padding-bottom: 10px;
}

.contactSec1-box1-left h2 strong {
    font-size: 74px;
    font-weight: 700;
    display: block;
}

.contactSec1-box1-left h2 span.design-red {
    color: #D01C49;
}

.contactSec1-box1-left h2 span.technology-purple {
    color: #900CE1;
}

.contactSec1-box1-left h2 span.marketing-blue {
    color: #0B4AEF;
}

.contactSec1-box1-left h3 {
    width: 100%;
    height: auto;
    font-size: 30px;
    font-weight: 600;
    color: #323232;
    line-height: 40px;
    padding-bottom: 10px;
}

.contactSec1-box1-right {
    width: 50%;
    height: auto;
    float: left;
    display: block;
    padding: 0px 0% 0px 5%;
}

.contactSec1-box1-right figure {
    width: 100%;
    max-width: 650px;
    float: right;
    display: block;
}

.contactSec1-box1-right figure img {
    width: 100%;
}

.contactSec1-box2 {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 50px 0px 0 0px;
}

.contactSec1-box2:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.get-in-touch-sec4-box1 {
    width: 100%;
    height: auto;
    float: left;
    display: block;
}

.get-in-touch-sec4-box1:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.vision-sec3-box1 {
    margin-left: -20px;
    margin-right: -20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.get-in-touch-sec4-box1 h4 {
    width: auto;
    height: auto;
    float: left;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 14px;
    padding-bottom: 30px;
    text-align: left;
    padding-left: 20px;
}

.wrFrom {
    width: 100%;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.w50per {
    width: calc(50% - 40px);
    height: auto;
    margin: 10px 20px;
    display: block;
}

.styled-input {
    position: relative;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #e0e0e0;
    background: #FFF;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
}

.styled-input label {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #373737;
    position: absolute;
    top: 20px;
    left: 0px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input input {
    position: relative;
    top: 5px;
    height: 25px;
    padding-left: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #000;
    z-index: 2;
}

.styled-input.activeBox {
    border-bottom: 1px solid #fb5457;
    background: #fff
}

.styled-input.activeBox label {
    font-size: 11px;
    color: #000;
    font-weight: 400;
    top: -10px;
    -webkit-transition: all 0.125s ease;
    transition: all 0.125s ease;
    background: #fff;
    padding: 0 0px;
}

.styled-input.activeBox input[type=text]:focus {
    border: none!important;
}

.styled-input textarea {
    position: relative;
    top: 5px;
    height: 25px;
    padding-left: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #373737;
    z-index: 2;
    padding-top: 7px
}

.styled-input.activeBox textarea:focus {
    border: none!important;
}

.or-text {
    background: url(../images/sep.gif) repeat-x 0 100%;
    text-align: center;
    margin-bottom: 50px!important;
}

.or-text span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-style: italic;
    background: #FFF;
    color: #C00;
    border: 1px solid #EEE;
    font-weight: 600;
    top: 15px;
    position: relative;
    text-transform: uppercase;
}

.w51per {
    width: calc(50% - 20px);
    height: auto;
    margin: 10px 10px;
    display: block;
    padding-right: 175px;
    position: relative;
    padding: 0;
}

.captcha {
    padding: 0px 0 0;
    background: #fff;
}

.captcha:after {
    content: '';
    display: block;
    clear: both;
}

.captcha aside {
    float: left;
    padding: 0 0px;
    margin-right: 10px;
    font-size: 27px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 4px;
}

.captcha {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 175px;
    z-index: 2;
}

.captcha a.captchaChangeBtn {
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 3;
    background: url(../images/refresh.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    line-height: 21px;
    padding-left: 35px;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    display: block;
    cursor: pointer;
}

/*.wrFrom li.captchaCode{margin: 0px 0 60px;}*/
.captchaCode {
    position: relative;
}

.captchaCode em {
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: 100%;
    padding-top: 10px;
    right: 0;
    margin: auto;
}

.styled-upload {
    position: relative;
}

.uploadFile {
    position: relative;
    width: 100%;
    padding: 15px 15px 15px 15px;
    border: 1px solid #e0e0e0;
    background: #FFF;
}

.uploadFile>span {
    position: relative;
    display: block;
    height: 25px;
    border: 0px solid #d0d7e2;
    background: #FFF;
    border-radius: 3px;
    padding: 3px 0 0;
    overflow: hidden;
    font-weight: 400;
    color: #373737;
    font-size: 13px;
}

.uploadFile:before {
    content: 'Browsw CV';
    display: inline-block;
    background-color: #646464;
    text-align: center;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #646464;
    z-index: 1;
    border-radius: 5px;
    cursor: pointer;
}

.uploadFile label {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #373737;
    position: absolute;
    top: 20px;
    left: 15;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.uploadFile input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    cursor: pointer;
}

.uploadFile.activeBox label {
    font-size: 11px;
    color: #4f4f4f;
    font-weight: 400;
    top: -10px;
    background: #FFFFFF;
    padding: 0 10px;
}

.styled-upload em {
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    left: 15px;
    top: 100%;
    padding-top: 10px;
    right: 0;
    margin: auto;
}

.uploadFile.activeBox {
    border-bottom: 1px solid #fb5457;
    background: #fff
}

.selectMenuHolder {
    position: relative;
    text-align: center;
    width: 100%;
    height: 57px;
    background: #FFF;
    border-bottom: 1px solid #e0e0e0;
    float: left;
    display: block;
}

.selectMenuHolder b {
    display: block;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    z-index: 1;
    text-align: left;
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    padding: 15px 0px 0 0px;
    position: relative;
}

.selectMenuHolder label {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #373737;
    position: absolute;
    top: 20px;
    left: 0px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.selectMenuHolder b:after {
    content: '';
    width: 9px;
    height: 9px;
    margin-left: 2px;
    vertical-align: middle;
    border: 8px solid transparent;
    border-top: 13px solid #000;
    top: 30px;
    bottom: 0;
    margin: auto;
    right: 15px;
    position: absolute;
}

.selectMenuHolder select {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 20px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    font-weight: 400;
}

.selectMenuHolder.focus {
    border-bottom: 1px solid #fb5457;
    background: #fff;
}

.selectMenuHolder.focus label {
    font-size: 11px;
    color: #4f4f4f;
    font-weight: 400;
    top: -10px;
    -webkit-transition: all 0.125s ease;
    transition: all 0.125s ease;
    background: #FFFFFF;
    padding: 0 0px;
}

.focus {
    border-bottom: 1px solid #fb5457!important;
}

.selectMenuHolder.focus b {
    font-size: 13px;
    font-weight: 600;
    color: #373737;
}

.selectMenuHolder em.error {
    display: block;
    text-align: left;
    padding: 0 0 8px 20px;
    margin: -6px 0 7px;
}

.submit-box {
    width: auto;
    height: auto;
    display: block;
    margin: 80px 0 80px 0px;
    float: right;
    padding-right: 20px;
}

.submit-box input[type='submit'] {
    width: 124px;
    height: 41px;
    /* background: #fb5457; */
    border: 0px solid #c2c2c2;
    border-radius: 60px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    /* background-image: linear-gradient(0, #5857f9, #5857f9); */
    background-size: 0;
    transition: .8s;
    background-repeat: no-repeat;
    background: rgb(151, 71, 255);
    background: linear-gradient(90deg, rgba(151, 71, 255, 1) 20%, rgba(11, 74, 239, 1) 100%);
}

.submit-box input[type='submit']:hover {
    /* background-size: 100%; */
    color: #fff;
    background: rgb(11,74,239);
background: linear-gradient(90deg, rgba(11,74,239,1) 0%, rgba(144,12,225,1) 100%);
}

.submit-box input[type='reset'] {
    width: 140px;
    height: 41px;
    background: #ffffff;
    border: 1px solid rgb(210 210 210 / 38%);
    border-radius: 40px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 18px;
    background-image: linear-gradient(0, #000000, #000000);
    background-size: 0;
    transition: .8s;
    background-repeat: no-repeat;
}

.submit-box input[type='reset']:hover {
    background-size: 100%;
    color: #fff;
    border-radius: 60px;
}

.contactSec1-box3 {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 70px 0px 70px 0px;
}

.contactSec1-box3:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    line-height: 0;
    font-size: 0px;
}

.contactSec1-box3-left {
    width: 50%;
    height: auto;
    float: left;
    display: table;
    padding: 0px 0 0px 0;
}

.contactSec1-box3-left aside {
    width: auto;
    height: auto;
    border-right: 1px solid #e0e0e0;
    display: table-cell;
    padding-right: 20px;
}

.contactSec1-box3-left aside h2 {
    width: 100%;
    height: auto;
    font-size: 56px;
    font-weight: 700;
    color: #323232;
    line-height: 70px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.contactSec1-box3-left aside h2 strong {
    font-size: 74px;
    font-weight: 700;
    display: block;
}

.contactSec1-box3-left aside h3 {
    width: 100%;
    height: auto;
    font-size: 30px;
    font-weight: 600;
    color: #323232;
    line-height: 40px;
    padding-bottom: 10px;
}

.contactSec1-box3-left article {
    width: auto;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5%;
}

.contactSec1-box3-left article p {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    line-height: 24px;
    padding-bottom: 10px;
}

.contactSec1-box3-left article h2 {
    font-size: 18px;
    font-weight: 700;
    color: #323232;
    line-height: 20px;
    padding-bottom: 5px;
}

.contactSec1-box3-left article span {
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #323232;
    line-height: 20px;
    padding-bottom: 7px;
    padding-top: 0px;
}

.contactSec1-box3-left article span i {
    width: 25px;
}

.contactSec1-box3-right {
    width: 50%;
    height: auto;
    float: left;
    display: block;
    padding: 0px 0% 0px 5%;
}

.contactSec1-box3-right figure {
    width: 100%;
    max-width: 450px;
    float: right;
    display: block;
}

.contactSec1-box3-right figure img {
    width: 100%;
}



.blog_inner_banner img {
    width: 100%;
    border-radius: 20px;
}
.blog_inner_details_box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-top: -40px;
    position: relative;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

span.blog_latest_text {
    font-size: 16px;
    color: #D01C49;
    font-weight: normal;
}

.blog_inner_details_box h2 {
    font-size: 32px;
    color: #000;
    font-weight: normal;
    margin: 6px 0px;
}

span.blog_date {
    font-size: 16px;
    font-weight: 300;
}

.blog_inner_details_box p {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    line-height: 25px;
}

.blog_inner_details_box h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 24px 0px;
}
.blog_inner_details_box h4 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-top: 60px;
}
.blog_may_like_box h6 {
    font-size: 32px;
    font-weight: normal;
    color: #000;
}

.blog_may_like_box {
    margin-top: 60px;
}



.india_forum_banner_image_box img {
    width: 100%;
}
.forums_mid_box aside ul li {
    margin-bottom: 20px;
}

.forums_mid_box aside ul li span {
    display: block;
}

span.domain_text {
    color: #6D6D6D;
    font-size: 16px;
    font-weight: normal;
}

span.entertainment_text {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.forums_mid_box {
    display: flex;
    justify-content: space-between;
    margin: 60px 0px;
}

.forums_mid_box aside:first-child {
    width: 31%;
}

.forums_mid_box aside {
    width: 66%;
}

.forums_mid_box aside ul {
    margin-top: 30px;
}
.forums_mid_box aside p {
    font-size: 20px;
    color: #323232;
    font-weight: normal;
    margin-bottom: 24px;
    line-height: 30px;
}
.forum_image_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 38px;
}
.forum_image_left_box {
    width: 31%;
    background: #EBEBEB;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 424px;
    padding-top: 50px;
}

.forum_image_left_box img {
    width: 100%;
}

.forum_image_right_box {
    width: 66%;
    background: #EBEBEB;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    height: 424px;
    padding: 54px;
    padding-bottom: 0px;
}

.forum_image_right_box img {
    width: 100%;
}
.forums_mid_box aside h4 {
    font-size: 36px;
    color: #323232;
    font-weight: 600;
}
.forum_image_left_box.sec img {
    position: absolute;
    top: 34px;
}
.forum_image_right_box.third {
    padding: 0px;
    background: transparent;
}
.india_forum_banner_image_box {
    margin-top: 46px;
    margin-bottom: 80px;
}
.india_forum .designsSec2-box1 h2 {
    font-weight: 400;
}

.india_forum .designsSec2-box1 h3 {
    font-weight: bold;
}
.forum_image_left_box.fourth {
    background: transparent;
    padding: 0px;
}
.blog_inner_details_box ul li {
    font-size: 18px;
    color: #000;
    margin: 10px 0px;
    list-style: circle;
    margin-left: 20px;
    font-weight: 300;
}

.blog_inner_details_box.disclaimer_box {
    background: transparent;
    margin-top: 0px;
    width: 100%;
    padding: 0px;
    padding-bottom: 60px;
}
.contactSec1-box3-left article span a {
    color: #323232;
}




.thanku_bg {
    background: #323232 url(../images/thanku_bg.jpg);
    background: rgb(208, 28, 73);
    background: linear-gradient(90deg, rgba(208, 28, 73, 1) 20%, rgba(151, 71, 255, 1) 100%);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.thanku_mid_box {
    width: 512px;
    text-align: center;
}
.thanku_mid_box h1 {
    /* font-family: 'IBM Plex Sans'; */
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}
.thanku_mid_box h6 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 24px;
}
a.back_button {
    width: 141px;
    height: 38px;
    background: #ffffff;
    line-height: 38px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 23px;
    transition: 0.6s;
}

a.back_button img {
    margin-right: 10px;
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}
a.back_button:hover {
    background: #fff;
    color: #091c3d;
    letter-spacing: 1px;
}

a.back_button:hover img {
    filter: inherit;
}











.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 1;
    stroke-miterlimit: 10;
    stroke: #ffffff;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }
  
  .checkmark {
    width: 117px;
    height: 117px;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    margin: 16px auto;
    box-shadow: inset 0px 0px 0px #ffffff;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  }
  
  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }
  
  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0%, 100% {
      transform: none;
    }
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @keyframes fill {
    100% {
      /* box-shadow: inset 0px 0px 0px 30px #fff; */
    }
  }



  @media screen and (max-width:680px) {
  .thanku_mid_box h1 {
    font-family: 'IBM Plex Sans';
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    margin-top: -18px;
    margin-bottom: 14px;
}
.thanku_mid_box {
    width: 100%;
    text-align: center;
}
  }



  .ojSec3{width: 90%; max-width: 650px; margin: 0 auto; padding: 60px 0;}
.ojSec3 h2{text-align: center;margin-bottom: 30px;font-style: italic;font-size:24px;font-weight:700;color: #323232;}
.ojSec3 ul{width:100%; max-width:425px; margin: 0 auto; } 
.ojSec3 ul:after{content:''; display: block; clear: both;}
.ojSec3>ul>li{ float: left; width: 50%; text-align: left; border-top: 1px solid #ececec; padding: 15px;}
.ojSec3>ul>li>a{ font-style: italic; font-size:12px; font-weight:700; color:#26287a; padding-left: 10px; position: relative;}
.ojSec3>ul>li>a:before{content:''; width:4px; height:4px; border-radius: 50%; background:#26287a; position: absolute; left: 0; top:5px;}
.ojSec3>ul>li ul{ padding-left: 10px;}
.ojSec3>ul>li ul a{font-size:12px; font-weight:400; color:#26287a;}
.ojSec3>ul>li ul a:before{content:'-'; display: inline-block; margin-right: 3px;}
section.error_box {
    background: #fafafa;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 100px 0px;
}















@media screen and (max-width:680px) {
	.breadcrumbSec-box1 aside h1 {
		font-size: 26px;
	}
	.breadcrumbSec-box1 aside h1 strong {
		font-size: 34px;
	}
	.designsSec2-box1 h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.designsSec2-box1 h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.designsSec2-box1 p {
		font-size: 18px;
		line-height: 28px;
	}
	.why_gra_box {
		padding: 40px 20px;
		flex-wrap: wrap;
	}
	.why_gra_box aside h4 {
		font-size: 36px;
		text-align: center;
	}
	.why_gra_box aside ul li {
		font-size: 20px;
		text-align: center;
	}
	.why_gra_box aside:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
	.why_gra_box aside {
		width: 100%;
	}
	.design_steps_box ul li {
		width: 100%;
		margin-bottom: 20px;
	}
    .brain_latest_box aside {
        width: 100%;
    }
    .brain_latest_box aside img {
        width: 100%;
    }
    .brain_latest_box aside:last-child {
        width: 100%;
        margin-top: 20px;
        padding: 20px 20px;
    }
    .brain_latest_box aside small {
        position: relative;
        bottom: 0px;
    }
    ul.blog_all_box li {
        width: 100%;
    }
    .our_story .why_gra_box aside:first-child {
        width: 100%;
    }
    .our_story .why_gra_box aside {
        width: 100%;
    }
    .our_story .why_gra_box aside h6 {
        text-align: center;
    }
    .brain_latest_box aside h4 {
        font-size: 36px;
        line-height: 40px;
    }
    .blog_inner_details_box {
        padding: 40px 20px;
    }
    .contactSec1-box1-left h2 {
        font-size: 30px;
        line-height: 46px;
    }
    .contactSec1-box1-left h2 strong {
        font-size: 40px;
    }
    .contactSec1-box3-left {
        width: 100%;
        display: block;
        padding: 0px 0 0px 0;
    }
    .contactSec1-box3-left aside {
        width: 100%;
        border-right: none;
        display: block;
        padding-right: 0px;
    }
    .contactSec1-box3-left article {
        width: 100%;
        display: block;
        padding-left: 0px;
        margin-top: 20px;
    }
    .contactSec1-box3-right {
        display: none;
    }
    .w50per {
        width: 100%;
    }
    .forums_mid_box {
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .forums_mid_box aside:first-child {
        width: 100%;
    }
    .forums_mid_box aside {
        width: 100%;
    }
    .forum_image_left_box {
        width: 100%;
    }
    .forum_image_right_box {
        width: 100%;
        height: auto;
        padding: 24px;
        padding-bottom: 24px;
        margin-top: 16px;
    }
    .forums_mid_box aside h4 {
        margin-bottom: 20px;
    }
    .india_forum_banner_image_box {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .forum_image_right_box img {
        border-radius: 20px;
    }
    .forum_image_left_box img {
        border-radius: 20px;
    }
}