* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-x: hidden;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

a.text-light:focus,
a.text-light:hover {
    color: #fff!important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #fff!important;
}

a,
a:hover,
a:focus,
a:active,
a:active:focus,
button,
button:hover,
button:focus,
button:active,
button:active:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    text-decoration: none;
    outline: none;
    color: unset;
}

img {
    max-width: 100%;
}

 ::-moz-selection,
 ::-webkit-selection,
 ::selection {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

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

p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #000;
}
.container{
    max-width: 1240px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

.btn {
    text-transform: uppercase;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
}


header.header-section .home-nav li a.nav-link {
    color: #000;
    font-size: 15px;
    padding: 0;
    position: relative;
}

header.header-section .home-nav li.nav-item {
    padding: 0 15px;
}

header.header-section .home-nav li.nav-item.active a.nav-link {
    color: #000;
}
header.header-section .home-nav li.login-btn a {
    background-image: linear-gradient(270deg, #FFCC27, #FFA247);
    display: block;
    min-width: 170px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    border-radius: 50px;
}

header.header-section .home-nav {
    align-items: center;
}
header.header-section .home-nav li.grainoes-btn {
    padding-left: 10px;
    padding-right: 0;
}

header.header-section .home-nav li.grainoes-btn a {
    display: block;
    border: 1px solid #3FE792;
    color: #fff;
    line-height: 40px;
    height: 40px;
    font-weight: 500;
    min-width: 170px;
    border-radius: 50px;
    background-color: #3FE792;
}

header.header-section .home-nav .login-btn {
    padding-right: 10px !important;
}
header.header-section .home-nav li.grainoes-btn a:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}
header.header-section {
    box-shadow: 0px 1px 5px #00000026;
    padding: 12px 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    background-color: #fff;
}
header.header-section .home-nav li a.nav-link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    top: 100%;
    left: 0px;
    background-color: #000;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

header.header-section .home-nav li.nav-item.active a.nav-link:before, 
header.header-section .home-nav li.nav-item a:hover:before {
    visibility: visible;
    width: 25px;
}
header.header-section .home-nav li.login-btn a:before,
header.header-section .home-nav li.grainoes-btn a:before {
    display: none;
}

/*banner-section*/

section.banner-section {
    background-image: url(../images/wyc-Banner.png);
    height: 490px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    margin-top: 81px;
}

.banner-content-wrapper {
    display: flex;
    align-items: center;
    padding-top: 0px;
    height: 100%;
}

.banner-content-wrapper .banner-content {
    width: 43%;
    position: relative;
}


.banner-content-wrapper .banner-img-box {
    width: 70%;
}
.container-lg {
    max-width: 1350px;
    margin: 0 auto;
}

.banner-content-wrapper .banner-content h3 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 38px;
    margin-left: 77px;
}

.banner-content-wrapper .banner-content p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    margin-left: 77px;
    padding: 15px 0 30px;
}

.banner-content-wrapper .banner-content .app-btns {
    margin-left: 70px;
    padding-bottom: 110px;
}

.banner-img-box {
    pointer-events: none;
    position: absolute;
    left: 47%;
}

section.working-step-section {
    padding-top: 90px;
}

section.working-step-section .step-content {
    padding-bottom: 80px;
}

section.working-step-section .step-content h4 {
    text-align: center;
    font-size: 36px;
    padding-bottom: 40px;
}

section.working-step-section .step-content .col-md-4 {
    text-align: center;
}

section.working-step-section .step-content .col-md-4 h5 {
    max-width: 215px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    padding-top: 30px;
}
.timeline-content-text span.timeline-box {
    display: block;
    background-color: #fff;
    width: 90px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #8F00FF;
    font-size: 15px;
}

.timeline-content-text h4 {
    font-size: 28px;
    font-weight: 500;
    padding: 20px 0px 40px;
    position: relative;
}

.timeline-bg-color {
    background-image: linear-gradient(122deg, #7F00FF, #E100FF);
    padding: 90px 70px 90px !important;
    margin-bottom: 90px;
}

.timeline-bg-color .timeline-content-text h4 {
    color: #fff;
}

.timeline-bg-color .timeline-content-text h4::before {
    background-color: #fff !important;
}

.timeline-bg-color .timeline-content-text p {
    color: #fff;
    line-height: 24px;
}

.timeline-content-text h4::before {
    content: "";
    position: absolute;
    height: 4px;
    left: 0px;
    bottom: 25px;
    background-color: #000;
    width: 180px;
}

section.timeline-section {
    position: relative;
    overflow-x: hidden;
    padding-top: 90px
}

.management-content-text {
    padding-left: 40px !important;
}


/*contact-section*/

.contact-detail-box {
    display: flex;
    align-items: center;
    min-height: 520px;
}

.contact-detail-box .qus-box {
    width: 30%;
    background-image: url(../images/contact-left-bg.png);
    background-color: #fdfdfd;
    background-repeat: no-repeat;
    height: 460px;
    display: flex;
    align-items: center;
    padding-right: 40px
}

.contact-detail-box .contact-form {
    width: 70%;
    min-height: 460px;
    display: flex;
    align-items: center;
}
.contact-detail-box .contact-form form {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.send-btn {
    box-shadow: 0px 1px 3px #0000001A;
    border-radius: 50px;
    min-width: 180px;
    height: 40px;
    background-image: linear-gradient(45deg, #FFCC27, #FFA247);
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.contact-detail-box .contact-form form input, 
.contact-detail-box .contact-form form .form-group textarea {
    height: 54px;
    border: 1px solid #DCE2F5;
    border-radius: 4px;
    padding: 20px 15px 10px;
    color: #515365;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    box-shadow: 0px 1px 3px #0000000D;
}

.contact-detail-box .contact-form form label {
    position: absolute;
    left: 15px;
    top: 1px;
    font-size: 12px;
    padding-top: 5px;
    color: #999999;
    font-weight: 700;
    width: 93%;
    background-color: #fff;
}

.contact-detail-box .contact-form form .form-group {
    position: relative;
}

.contact-detail-box .contact-form form .form-group textarea {
    height: auto !important;
    overflow: unset !important;
}
.contact-detail-box .contact-form form h4 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px;
}
section.contact-section {
    /* margin-bottom: 90px; */
}

.contact-detail-box .qus-box div {
    max-width: 540px;
    padding-left: 75px;
}

.contact-detail-box .qus-box div h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
}

.contact-detail-box .qus-box div h5 {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}

.contact-detail-box .qus-box div p {
    color: #666666;
    line-height: 1.6
}

.contact-detail-box .qus-box div a {
    color: #0066FF;
    font-size: 14px;
    padding-top: 6px;
    display: block;
}
.footer-content {
    padding: 20px 0 50px;
}

.footer-content a.footer-logo {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.footer-content ul {
    text-align: center;
    padding-top: 15px;
}

.footer-content ul li {
    display: inline-block;
    position: relative;
}

.footer-content p {
    text-align: center;
}
.footer-content ul.social-links li {
    padding: 0 5px;
}

.footer-content ul li a {
    padding: 0 10px;
    color: #333333;
}

.footer-content ul.social-links li a {
    padding: 0;
}

.footer-content ul.footer-links li::after {
    content: '';
    position: absolute;
    border-right: 1px solid #333333;
    width: 1px;
    height: 12px;
    top: 4px;
 }

.footer-content ul li:last-child::after {
    display: none;
}

button.grainoes-mitr-btn.btn:hover {
    background-color: #000;
    color: #fff;
}

.contact-link-icon {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 9;
}

*:-webkit-autofill,
 *:-webkit-autofill:hover, 
 *:-webkit-autofill:focus, 
 *:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}


.iconBlock {
    height: 140px;
    width: 140px;
    border-radius: 100%;
    border: 4px solid #ffc82b;
    margin: 0 auto 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconBlock>img {
    max-width: 75%;
    max-height: 75%;
}

.servicesBlock {
    background: #fefefe;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    min-height: 310px;
}