@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Questrial&display=swap');

body{
    font-family: 'Questrial', sans-serif;
    color: #333333;
    font-size: 15px;
    line-height: 26px;
    overflow-x: hidden;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Montserrat', sans-serif;
}
/* Base style */
a {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn,
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}
button:focus {
    box-shadow: none !important;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}
/* ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
} */
img {
    max-width: 100%;
    height: auto;
}
.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
a:focus,
a:hover {
    color: #333; 
    text-decoration: none;
}
/* container resized */
.container-fluid{
    padding-right: 40px;
    padding-left: 40px;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1000px;
    }
}
/* container resized */
/* color, fontweight */
.font-regular{
    font-weight: 400;
}
.font-medium{
    font-weight: 500;
}
.font-semibold{
    font-weight: 600;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-black{
    font-weight: 900;
}
.bg-purple{
    background-color: #302A5C;
}
.bg-tealblue{
    background-color: #1CB3BB;
}
.bg-aliceblue{
    background-color: #F3F8FC;
}
.text-purple{
    color: #302A5C;
}
.text-tealblue{
    color: #1CB3BB;
}
.text-lightwhite{
    color: #9a9a9a;
}
.border-purple{
    border-color: #302A5C;
}
.border-tealblue{
    border-color: #1CB3BB;
}
.text-grey{
    color: #b3b3b3;
}
.font-monteserrat{
    font-family: 'Montserrat', sans-serif;
}
/* color, fontweight */
.section-padding{
    padding: 80px 0;
}
.mt-60{
    margin-top: 60px;
}
.p-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.site-header-menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    padding: 20px 0;
    transition: 0.3s;
    z-index: 100;
}
.site-header-menu .btn{
    font-family: 'Montserrat', sans-serif;
    padding: 8px 18px;
    font-size: 12px;
    border-radius: 2px;
}
.site-header-menu.shrink {
    position: fixed;
    z-index: 9;
    background: #1CB3BB;
    padding: 10px 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    transition: 0.3s;
}
.site-header-menu.shrink .white-btn{
    border: 1px solid #ffffff !important;
}
.site-header-menu {
    width: 100%;
    float: left;
}
.hero-section{
    background: url(../images/Hero.jpg) no-repeat;
    background-size: cover;
    height: 680px;
}
.hero-section h1{
    font-size: 58px;
    line-height: 71px;
}
.hero-section p{
    font-size: 20px;
    line-height: 30px;
}
.hero-section .btn{
    margin-top: 2rem;
}
.btn{
    padding: 13px 16px;
    font-size: 18px;
    border-radius: 2px;
}
.quotes{
    font-size: 20px;
    line-height: 34px;
}
.about-us-section h3{
    font-size: 30px;
}
.hiyamate-works h2{
    font-size: 20px;
}
.hiyamate-works h2::after{
    content: "";
    display: block;
    width: 112px;
    background-color: #EAEAEA;
    height: 1px;
    margin: 27px auto 36px;
}
.our-process img{
    margin-bottom: 36px;
}
.our-process small{
    font-size: 14px;
}
.our-process .h2{
    font-size: 16px;
}
.our-process p{
    font-size: 15px;
}
.problem-solution-section .h3, .problem-solution-section .h5{
    font-size: 15px;
    padding: 11px 12px;
    position: relative;
}
.problem-solution-section .h3:after{
    content: '';
    position: absolute;
    background-color: #302A5C;
    width: 13%;
    height: 25%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 12px;
    bottom: -9px;
}
.problem-solution-section .h5:after{
    content: '';
    position: absolute;
    background-color: #1CB3BB;
    width: 10%;
    height: 25%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 12px;
    bottom: -9px;
}
.problem-solution-section .h4{
    font-size: 18px;
}
.problem-block{
    height: 234px;
    padding: 25px 0;
}
.problem-solution-section .bottom-border:not(:last-child){
    border-bottom: 1px solid #EAEAEA;
}
.problem-solution-section .right-border{
    border-right: 1px solid #EAEAEA;
}
.launch-msg{
    font-size: 16px;
    margin-top: 20px;
}
.faq-section h4, .faq-section h5{
    font-size: 15px;
}
.white-btn:hover, .white-btn:active, .white-btn:focus{
    background-color: #1CB3BB !important;
    border-color: #1CB3BB !important;
    color: #ffffff !important;
}
.purple-btn:hover, .purple-btn:active, .purple-btn:focus{
    background-color: #1CB3BB !important;
    border-color: #1CB3BB !important;
    color: #ffffff !important;
}
.blue-btn:hover, .blue-btn:active, .blue-btn:focus{
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #302a5c !important;
}
.blue-btn:hover img, .blue-btn:active img, .blue-btn:focus img{
    filter: brightness(0); 
}
.accordion-item{
    border: 0px;
    border-radius: 3px;
    box-shadow: 3px -1px 17px -3px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 3px -1px 17px -3px rgb(0 0 0 / 6%);
    -moz-box-shadow: 3px -1px 17px -3px rgb(0 0 0 / 6%);
}
.accordion-button:not(.collapsed){
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.accordion-button{
    padding: 16px 16px;
    color: #302A5C !important;
    font-size: 13px;
    line-height: 16px;
}
.accordion-button:after{
    content: "";
    padding-right: 0;
    background-image: url(../images/add-1.svg);
    background-size: 19px;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after{
    content: " ";
    background-image: url(../images/minus.png);
    transform: none;
    background-size: 19px;
    transition: transform .2s ease-in-out;
}
.accordion-body{
    padding: 0 2rem .2rem 1rem;
}
.accordion-body p{
    line-height: 19px;
    font-size: 14px;
}
.accordion-button:focus{
    box-shadow: none;
}
footer{
    background-color: #1C1934;
    padding: 50px 0;
}
.apps-img img{
    width: 128px;
}
footer .top-border{
    border-top: 1px solid #2E2C3B;
    margin-top: 35px;
    padding-top: 16px;
}
footer a:hover{
    color: #1CB3BB;
}
.about-us-section img{
    width: 541px;
}
.problem-column{
    padding-left: 0;
    padding-right: 40px;
}
.solution-column{
    padding-right: 0;
    padding-left: 40px;
}
/* Innerpage start */
.innerpage-banner{
    height: 215px;
}
.innerpage-banner h1{
    font-size: 30px;
    line-height: 37px;
}
.terms-condition-section a{
    color: #333333;
}
.terms-condition-section a:hover{
    color: #1CB3BB;
}
/* Innerpage end */


/* Register modal start */
#interestModal h2, #thankyouModal h2{
    color: #302A5C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14px;
}
#interestModal .form-group{
    margin-bottom: 13px;
}
#interestModal .form-group input{
    background: #F6F6F6;
    border: 1px solid #D5D5D5;
    border-radius: 2px;
}
#interestModal .form-group textarea{
    height: 83px;
}
#interestModal .modal-body {
    padding: 0 30px 30px 30px;
}
#interestModal input[type=submit]{
    color: #fff;
    background: #302A5C;
    border: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 12px 20px;
    margin-top: 10px;
    line-height: 19px;
    border-radius: 2px;
}
#interestModal .modal-title, #thankyouModal .modal-title{
    display: none;
}
#interestModal .modal-header, #thankyouModal .modal-header{
    justify-content: flex-end;
    padding: 14px 14px 0 14px;
	border-bottom: 0;
}
#interestModal .modal-header button[type=button]{
    background: transparent;
    border: 0;
    font-size: 40px;
    font-weight: 500;
    color: #302a5c87;
}
#thankyouModal .modal-header button[type=button]{
	background: transparent;
    border: 0;
    font-size: 40px;
    font-weight: 500;
    color: #302a5c87;
}
#interestModal .form-group input::placeholder {
    color: #333333;
    font-size: 13px;
}
#interestModal .modal-content{
    border-radius: 0;
}
#interestModal .modal-dialog, #thankyouModal .modal-dialog{
    max-width: 360px;
}
#interestModal .form-control{
    color: #333333;
    font-size: 13px;
    background: #F6F6F6;
    border: 1px solid #D5D5D5;
    border-radius: 2px;
}
#interestModal .form-group textarea::placeholder{
	color: #333333;
	font-size: 13px;
}
/* Register modal end */
#thankyouModal .modal-body {
    padding: 0 30px 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
#thankyouModal .modal-content {
    height: 567px;
	border-radius: 0;
	border: 0;
}
.success-animation { margin:0 0 25px 0;}

.checkmark {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #1CB3BB;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #1CB3BB;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.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 #4bb71b;
    }
}
.wpcf7 .ajax-loader{
	position: absolute;
	left: 33%;
	top: 35%;
	width: 48px;
	height: 48px;
}

.wpcf7 .ajax-loader::before{
	width: 12px;
	height: 12px;
	transform-origin: 18px 18px;
}
#interestModal form .trade-select{
	position: relative;
}
#interestModal  form .form-group img{
	position: absolute;
    right: 3%;
    top: 36%;
}
.wpcf7-response-output {
    display: none;
}
.problem-block:nth-child(1){
    height: 208px;
}

.faq-class{color:#fff !important;margin:0 10px 0px 0;}