/*=== Header area start ===*/

/*
body {	
    font-family: 'LabGrotesque-Regular';
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}
*/
@font-face {
    font-family: 'LabGrotesque-Regular';
    src: url('fonts/LabGrotesque-Regular.ttf');
}

@font-face {
    font-family: 'LabGrotesque-Bold';
    src: url('fonts/LabGrotesque-Bold.ttf');
}

@font-face {
    font-family: 'LabGrotesque-Black';
    src: url('fonts/LabGrotesque-Black.ttf');
}

h2,
h6 {
    font-family: 'LabGrotesque-Black';
}

a {
    font-family: 'LabGrotesque-Bold';
}

a:hover {
    text-decoration: none;
}

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

img {
    max-width: 100%;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

html,
body {
    scroll-behavior: smooth;
}

.header-area {
    padding: 37px 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #eee;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin-right: 56px;
}

.navbar-brand img {
    max-width: 100%;
    transform: translateY(-13px);
}

.navbar-toggler {
    padding: 0;
}

.navbar-nav .nav-link {
    font-family: 'LabGrotesque-Regular';
    font-weight: 400;
    font-size: 18px;
    text-decoration-line: underline;
    color: #2468E8;
    padding: 0!important;
    margin-right: 63px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.navbar-nav .nav-link:hover {
    opacity: .8;
}

.navbar-collapse div ul li {
    display: inline-block;
}

.navbar-collapse div ul li a {
    font-family: 'LabGrotesque-Regular';
    font-weight: 400;
    font-size: 18px;
    text-decoration-line: underline;
    color: #2468E8;
    display: block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.navbar-collapse div ul li a:hover {
    opacity: .8;
}

.navbar-collapse div ul li:nth-of-type(2) a {
    font-family: 'LabGrotesque-Bold';
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    width: 117px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2468E8;
    border-radius: 90px;
    margin-left: 19px;
}

/*hamburger css*/

.hamburger {
    padding: 15px 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger.is-active:hover {
    opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 35px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*=== meet area start ===*/

.meet-area {
    padding: 69px 0 82px;
    background: #C4C4C4;
}

.meet-area-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.meet-item-inner {
    max-width: 510px;
}

.meet-item-inner h2 {
    font-weight: 900;
    font-size: 52px;
    color: #000000;
    margin: 0 0 10px;
}

.meet-item-inner p {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin: 0 0 25px;
}

.meet-item-inner a {
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    width: 182px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2468E8;
    border-radius: 90px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.meet-item-inner a:hover {
    opacity: .8;
}

.meet-item-inner2 {
    width: 100%;
}

/*=== concept area start ===*/

.concept-area {
    padding: 153px 0 71px;
    overflow: hidden;
}

.concept-area .row {
    margin: 0 -65px;
}

.concept-area .col-md-6 {
    padding: 0 65px;
}

.concept-item {
    margin-bottom: 30px;
}

.concept-item img {
    width: 100%;
    display: block;
}

.concept-item h6 {
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 13px;
}

.concept-item h2 {
    font-weight: 900;
    font-size: 52px;
    color: #000000;
    margin: 0 0 20px;
}

.concept-item p {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin: 0 0 20px;
}

.concept-item p span {
    display: block;
    margin-top: 20px;
}

.concept-item p strong {
    font-family: 'LabGrotesque-Black';
    font-weight: 900;
}

.concept-item a {
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    width: 225px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2468E8;
    border-radius: 90px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.concept-item a:hover {
    opacity: .8;
}

/*=== concept area2 start ===*/

.concept-area2 {
    padding: 180px 0 114px;
    background: #C4C4C4;
}

.concept-area2 h2 {
    margin: 0 0 27px;
}

.concept-item2 {
    transform: translateY(-30px);
}

.concept-item h5 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin: 0 0 20px;
}

/*=== concept area2 start ===*/

.concept-area3 {
    padding: 144px 0 64px;
}

.concept-item3 {
    margin-right: -64px;
}

/*=== advantage area start ===*/

.advantage-area {
    background: #C4C4C4;
    padding: 164px 0;
}

.inner-container h6 {
    font-weight: 900;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 13px;
}

.inner-container h2 {
    font-weight: 900;
    font-size: 52px;
    text-align: center;
    color: #000000;
    margin: 0 0 70px;
}

.advantage-item {
    margin-bottom: 70px;
}

.advantage-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto 31px;
}

.advantage-item p {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin: 0;
}

.advantage-item2 a {
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    width: 225px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2468E8;
    border-radius: 90px;
    margin: 24px auto 0;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.advantage-item2 a:hover {
    opacity: .8;
}

/*=== team area start ===*/

.team-area {
    padding: 144px 0 147px;
}

.team-area-inner {
    max-width: 770px;
    margin: 0 auto;
}

.team-area .inner-container h6 {
    margin: 0 0 31px;
}

.team-area .inner-container h2 {
    margin: 0 0 37px;
}

.inner-container p {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin: 0 0 23px;
}

.team-item {
    margin-bottom: 30px;
}

.team-item img {
    display: block;
    max-width: 100%;
    margin-bottom: 18px;
}

.team-item h2 {
    font-weight: 900;
    font-size: 45px;
    color: #000000;
    margin: 0 0 13px;
}

.team-item h4 {
    font-weight: 400;
    font-size: 25px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 13px;
}

.team-item > a {
    font-weight: 400;
    font-size: 25px;
    text-transform: lowercase;
    color: #2468E8;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.team-item ul li {
    display: inline-block;
}

.team-item ul {
    margin-top: 30px;
}

.team-item ul li a {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    background: #C4C4C4;
    margin-right: 20px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.team-item a:hover {
    opacity: .8;
}

/*=== contact area start ===*/

.contact-area {
    padding: 164px 0 122px;
    background: #C4C4C4;
}

.contact-area-inner {
    max-width: 980px;
    margin: 0 auto;
}

.contact-area .inner-container h2 {
    margin: 0 0 109px;
}

.contact-item {
    margin-bottom: 40px;
}

.contact-item p {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    margin: 0 0 18px;
}

.contact-item p span {
    font-weight: 900;
    display: block;
}

.contact-item2 {
    max-width: 570px;
    margin: 45px auto 0;
}

.contact-item2 input,
.contact-item2 textarea {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    padding: 18px 20px 19px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 90px;
    display: block;
    margin-bottom: 22px;
    width: 100%;
}

.contact-item2 input:nth-of-type(1) {
    margin-bottom: 38px;
}

.contact-item2 textarea {
    resize: none;
    height: 243px;
    margin-bottom: 24px;
    border-radius: 20px;
}

.contact-item2 button {
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    width: 225px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2468E8;
    border-radius: 90px;
    margin-top: 2px;
    border: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.contact-item2 button:hover {
    opacity: .8;
}

/*=== footer area start ===*/

.footer-area {
    padding: 89px 0 146px;
    background: #000;
}

.footer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-item p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
}

.footer-item ul {
    display: flex;
    align-items: center;
}

.footer-item ul li a {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    background: #C4C4C4;
    margin-left: 29px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.footer-item ul li a:hover {
    opacity: .8;
}