/*===========================================================
 Custom Font CSS
============================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');

@font-face {
    font-family: 'SignPainter';
    src: url('../fonts/SignPainter-HouseScript.eot');
    src: url('../fonts/SignPainter-HouseScript.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SignPainter-HouseScript.woff2') format('woff2'),
        url('../fonts/SignPainter-HouseScript.woff') format('woff'),
        url('../fonts/SignPainter-HouseScript.ttf') format('truetype'),
        url('../fonts/SignPainter-HouseScript.svg#SignPainter-HouseScript') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*===========================================================
 Custom Variable
============================================================*/
:root {
    /* Hamber menu icon style */
    --hamWidth: 40px;
    --hamHeight: 4px;
    --hamMargin: 6px;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate: 10px;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate3: -10px;
    --hamBg: #fff;
    --preloaderBg: #052c3c;

}

/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    position: relative;
    transition: .5s;
    /* overflow-y: hidden; */
}

ul {
    padding: 0;
    margin: 0;
}


li,
li:hover,
a:hover,
.btn,
.btn:hover {
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

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

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

#npreOverlay {
    background: var(--preloaderBg);
}

/* Line Clmp */

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.42px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.42px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.42px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.42px;
}



/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}


/*===========================================================
 Navigation Menu Desktop
============================================================*/
.header-area {
    padding: 15px 0;
    background: #052C3C;
    min-height: 800px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;

}

.circle-1 {
    width: 724px;
    height: 724px;
    background-color: #009fe3;
    border-radius: 50%;
    position: absolute;
    left: -100px;
    top: -572px;
    z-index: 5;

}

.circle-3 {
    width: 1318px;
    height: 1318px;
    opacity: 0.7;
    background-color: #073345;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 160px;
    z-index: 3;
}

.circle-2 {
    width: 724px;
    height: 724px;
    opacity: 0.7;
    background-color: #0a3d52;
    border-radius: 50%;
    position: absolute;
    left: -500px;
    top: -70px;
    z-index: 4;
}

.circle-4::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    content: '';
    background-color: #052c3c;
    opacity: .25;
    z-index: 1;
}

.circle-4 {
    position: absolute;
    right: -300px;
    top: -150px;
    z-index: 6;
    border-radius: 50%;
}

.navbar {
    background: transparent;
    padding: 35px 0;
}

.navbar-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.navbar ul li a:hover {
    opacity: 0.75;
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover{
    background: transparent;
}
.dropdown-item{
    border: 0;
}


.navbar ul li a {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.48px;
    color: #fff;

}
.nav-link.register{
    border: 1px solid #e5670c;
    background: #e5670c;
    width: 114px;
    border-radius: 36px;
    text-align: center;
}
.navbar ul li a.nav-link {
    line-height: 41px;
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-toggle::after{
    background-image: url('../img/arrow-dropdown.svg');
    width: 10px;
    height: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
}
.navbar .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
}

.navbar ul li {
    list-style: none;
    display: inline-block;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.header {
    position: relative;
    z-index: 50;
}

.header-container {
    width: 100%;
}

.header h1 {
    font-family: 'SignPainter';
    font-size: 130px;
    line-height: 1;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e5670c;
}

.header p {
    max-width: 550px;
    margin-top: -15px;
    font-size: 25px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: -0.75px;
    color: #fff;
    font-weight: 400;
}

.header p strong {
    font-weight: 600;
}

.header h3 {
    max-width: 700px;
    margin-top: 20px;
    font-size: 45px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: -1.35px;
    color: #fff;
}

.dropdown-menu li {
    display: block !important;
}
.dropdown-menu::before{
    position: absolute;
    background-image: url('../img/triangle.svg');
    background-size: contain;
    width: 25px;
    height: 9px;
    content: "";
    top: -9px;
    left: 30px;
}
.dropdown-menu {
    background-color: rgba(0, 159, 227,.55);
    padding: 15px 4px;
    border: 0;
    box-shadow: none;
}
.dropdown-item{
    padding-top: 7px;
    padding-bottom: 7px;
}
.nav-link.signIn{
    margin-left: 7px;
    margin-right: 7px;
    width: 103px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 36px;
}
.nav-link.signIn:hover{
    background-color: #fff;
    color: #2E2E2E;
}
.nav-link.register:hover{
    background: #cc5a08;
}
.nav-link.signIn:hover,
.nav-link.register:hover{
    opacity: 1;
}
/*===========================================================
header-bottom
===========================================================*/
.header-bottom-area {
    background-color: #02222f;
    position: relative;
}

.header-bottom p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: -0.54px;
    text-align: center;
    color: #fff;
}

.header-bottom p strong {
    font-weight: 500;
}

.header-bottom {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 85px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.next {}

.next-1 {
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -27px;
    z-index: 99;
}

/*===========================================================
Work Force
===========================================================*/
.workforce-area {
    padding-bottom: 70px;
    padding-top: 100px;
}

.workforce-area [class*="col-"] {
    padding: 0 40px;
}

.workforce-area .container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.workforce-title {
    padding-bottom: 30px;
}

.single-wf {
    padding: 30px 0;
}

.wf-content h3 {
    font-family: 'SignPainter';
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 43px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1.29px;
    text-align: center;
    color: #2e2e2e;
}

.wf-content p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: -0.45px;
    text-align: center;
    color: #585858;
}

.workforce-title h3 {
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: -0.9px;
    text-align: center;
    color: #2e2e2e;
}

/*===========================================================
prw
===========================================================*/
.prw-area {
    position: relative;
    overflow: hidden;
    /* background: url('../img/bg-2.png');
    background-position: center left; */
}

.prw-area::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 792px;
    z-index: 1;
    background-image: url('../img/prw.png');
    /* background-repeat: no-repeat; */
}

.prw-img img {
    height: 100%;
    width: auto;
}

.prw-img {
    display: none;
}

.prw {
    min-height: 840px;
    display: flex;
    align-items: center;
}

.prw-inner p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.48px;
    color: #585858;
}

.prw-inner h3 {
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -0.9px;
    color: #2e2e2e;
    margin-bottom: 40px;
}

/*===========================================================
 Hamberger
===========================================================*/
.block-area {
    background-color: #052c3c;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    content-visibility: ;
}

.circle-5 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.circle-6 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.block-single {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;

}

.block-img {
    width: 504px;
    height: 510px;
    position: relative;
}

.block-img img {
    width: 470px;
    height: 470px;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    transform: translateZ(20px);
}

.block-img::before {
    position: absolute;
    width: 100%;
    z-index: 5;
    content: "";
    border-radius: 50%;
    width: 470px;
    height: 470px;
    background: #009FE3;
}

.block-1 .block-img img {
    bottom: 0;
    right: 0;
}

.block-1 .block-img::before {
    top: 0;
    left: 0;
}

.block-2 .block-img img {
    top: 0;
    left: 0;
}

.block-2 .block-img::before {
    bottom: 0;
    right: 0;
}

.block-text p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: -0.54px;
    color: #fff;
}

.block-text h3 {
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -0.9px;
    color: #fff;
    margin-bottom: 23px;
}

.block-text a {
    margin-top: 50px;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.45px;
    text-align: center;
    color: #fff;
    line-height: 46px;
    border-radius: 36px;
    background-color: #e5670c;
    display: inline-block;
    text-decoration: none;
    padding: 0 45px;
    transition: .5s;
}

button {
    transition: .5s;
}

.footer-right button:hover,
.contact-form button:hover,
.block-text a:hover {
    background-color: #cc5a08;
}

.block-1 {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.block-single-inner {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-text {
    width: calc(100% - 505px);
    max-width: 510px;
}

/*===========================================================
tax-efficient
===========================================================*/
.tax-efficient-area {
    padding: 90px 0;
}

.tax-efficient span {
    font-weight: bold;
    font-style: italic;
    color: #e5670c;
}

.tax-efficient h3 {
    margin-top: 40px;
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: -0.84px;
    text-align: center;
    color: #2e2e2e;
}

/*===========================================================
What are TMS
===========================================================*/

.what-are-tms-area {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #009fe3;
    position: relative;
}

.what-are-tms {
    text-align: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.what-are-tms p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.54px;
    text-align: center;
    color: #fff;
}

.what-are-tms h3 {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 34px;
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1.2px;
    text-align: center;
    color: #fff;
}

.what-are-tms h3::before {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -27px;
    bottom: 0px;
    width: 54px;
    height: 4px;
    background-color: #fff;
}

.what-are-tms-area a {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -22.5px;
    margin-left: -22.5px;
}

/*===========================================================
contact-form-area
===========================================================*/
.contact-form-area {
    padding: 90px 0;
    background-color: #f2f2f2;
}

.contact-title {
    text-align: center;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

.contact-title br {
    display: none;
}

.contact-title h3 {
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: -0.9px;
    color: #2e2e2e;
    margin-bottom: 30px;
}

.contact-title h3 span {
    color: #e5670c;
}

.contact-title p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.48px;
    text-align: center;
    color: #585858;
}

.contact-form input {
    border: 0;
    line-height: 52px;
    padding: 0 15px;
    border-radius: 26px;
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.42px;
    color: #585858;
}

.contact-form button {
    line-height: 46px;
    border-radius: 36px;
    background-color: #e5670c;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.45px;
    text-align: center;
    color: #fff;
    width: 172px;
    margin-top: 10px;
}

.contact-form {
    margin-top: 60px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*===========================================================
 Footer
===========================================================*/
.footer-area {
    background-color: #052c3c;
}

.footer {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.footer-left h3 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: -0.6px;
    color: #fff;
    margin-bottom: 40px;
}

.footer-left a {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.48px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.footer-left li {
    list-style: none;
    margin-bottom: 23px;
}

.footer-left p {}

.footer-right h3 {
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.48;
    letter-spacing: -0.75px;
    color: #fff;
}

.footer-left span {
    display: inline-block;
    padding-left: 12px;

}

.footer-right p {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: -0.42px;
    color: #e0e0e0;
}

.terms {
    margin-top: 10px;
}

.terms span,
.terms a {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: -0.42px;
    color: #fff;
}

.footer-right form {
    margin: 25px 0;
    width: 440px;
    position: relative;
}

.footer-right button {
    position: absolute;
    right: 0;
    top: 0;
    width: 126px;
    line-height: 46px;
    border-radius: 36px;
    background-color: #e5670c;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.45px;
    text-align: center;
    color: #fff;
}

.footer-right input {
    border: 0;
    width: 100%;
    line-height: 46px;
    padding: 0 15px;
    border-radius: 26px;
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.42px;
    color: #585858;
}

.connect span {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.31;
    letter-spacing: -0.48px;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.connect a {
    display: inline-block;
    padding-left: 5px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid rgba(156, 157, 165, .24);
}

.copyright a,
.copyright p {
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: -0.39px;
    color: #8e919a;
}

input:focus {
    border: 0;
}

/*===========================================================
 Hamberger
===========================================================*/


.hamburger .line {
    width: var(--hamWidth);
    height: var(--hamHeight);
    background-color: var(--hamBg);
    display: block;
    margin: var(--hamMargin) auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

/* ONE */

.navbar-toggler[aria-expanded="true"] .line:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .line:nth-child(1) {
    -webkit-transform: translateY(var(--hamTranslate)) rotate(45deg);
    -ms-transform: translateY(var(--hamTranslate)) rotate(45deg);
    -o-transform: translateY(var(--hamTranslate)) rotate(45deg);
    transform: translateY(var(--hamTranslate)) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .line:nth-child(3) {
    -webkit-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
    -ms-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
    -o-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
    transform: translateY(var(--hamTranslate3)) rotate(-45deg);
}





/*===========================================================
 TOS
===========================================================*/
.tos-header-area{
    padding-top: 200px;
    padding-bottom: 70px;
    background: #052c3c;
    position: relative;
}
.tos-header h2{
    font-size: 45px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    letter-spacing: -.42px;
}
.tos-area{
    padding-bottom: 60px;
}
.tos h3{
    margin-top: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #2E2E2E;
    letter-spacing: -.42px;
    margin-bottom: 30px;
    line-height: 1;
}
.tos p{
    font-size: 15px;
    letter-spacing: -.42px;
    line-height: 23px;
    color: #2E2E2E;
}


/*===========================================================
 Responsive Menu
===========================================================*/
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .contact-form-area .container {
        max-width: 960px;
    }
}

@media (max-width: 1650px) {
    .prw-area::before {
        right: 53%;
        left: unset;
    }
}

@media (max-width: 991px) {

    /* .header-area {
        display: none;
    } */
    /* .navbar-top .navbar-nav {
        padding-top: 20px;
        padding-bottom: 20px;
        background: #052c3c;
    } */

    .navbar-top {
        /* background: #052c3c; */
        padding: 10px 0;
    }

    .mobile-logo {
        width: 100px;
    }

    .dropdown-menu {
        padding-top: 0;
    }
}

/*===========================================================
 Responsive
============================================================*/
.menuOpened{
    overflow: hidden;
}
body::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #052c3c;
    opacity: 0.9;
    z-index: 101;
    transition: .5s;
}
.menuOpened::before{
    position: absolute;
    content: '';
    height: 100vh;
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 5px;
        padding-right: 4px;
        font-size: 13px;
    }
    .dropdown-item{
        font-size: 13px;
    }
    /* .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    } */

    .navbar ul li a {
        font-size: 14px;
    }

    .block-img {
        width: 414px;
        height: 414px;
    }

    .block-img img {
        width: 390px;
        height: 390px;
    }

    .block-img::before {
        width: 404px;
        height: 404px;
    }

    .circle-1 {
        width: 544px;
        height: 544px;
        left: -120px;
        top: -402px;
    }

    .circle-2 {
        width: 524px;
        height: 524px;
        left: -400px;
        top: -70px;
    }

    .circle-3 {
        width: 718px;
        height: 718px;
        right: 30px;
        top: 450px;
    }

    /* .circle-4{
        right: -500px;
    } */
    .circle-5 {
        left: -270px;
        top: -270px;
    }

    .circle-6 {
        right: -330px;
        bottom: -330px;
    }

    .circle-4 {
        right: -320px;
        width: 800px;
        height: 800px;
        top: -42px;
        border-radius: 50%;
    }

    .workforce-area [class*="col-"] {
        padding: 0 15px;
    }

    .header-area {
        min-height: 840px;
    }
}

@media (max-width: 991px) {
    .navbar-nav .dropdown-menu{
        position: relative;
    }
    .nav-link.signIn{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .contact-title br {
        display: block;
    }

    .footer-right form {
        width: 370px;
    }

    .block-2 .block-single-inner {
        flex-direction: column-reverse;
    }

    .block-1 .block-single-inner {
        flex-direction: column;
    }

    .block-text {
        margin-top: 50px;
        width: 100%;
        max-width: 100%;
    }

    .prw-img {
        text-align: center;
        display: block;
        margin-bottom: 35px;
    }

    .prw-area::before {
        display: none;
    }

    .prw {
        min-height: auto;
    }

    .prw-area {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .wf-icon img {
        width: 90px;
    }

    .wf-content h3 {
        font-size: 34px;
        line-height: 1.79;
        letter-spacing: -0.72px;
        margin-top: 20px;
    }
}

.copyright .terms {
    display: none;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.error {
    color: red;
    font-weight: 400;
    display: block;
    padding: 6px 0;
    font-size: 14px;
}
.form-control.error {
    border-color: red;
    padding: .375rem .75rem;
}
@media (max-width: 767px) {
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-left .terms {
        display: none;
    }

    .copyright .terms {
        display: block;
        margin-bottom: 15px;
    }

    .contact-form-area {
        padding: 50px 0;
    }

    .copyright,
    .footer {
        flex-direction: column;
    }

    .footer {
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .connect span {
        font-size: 14px;
        letter-spacing: -0.42px;

    }

    .footer-left span {
        font-size: 13px;
        letter-spacing: -0.39px;
    }

    .copyright-left {
        /* margin-bottom: 20px; */
    }

    .footer-left h3 {
        border-bottom: 1px solid rgba(156, 157, 165, .24);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .footer-right {
        padding-top: 30px;
        border-top: 1px solid rgba(156, 157, 165, .24);
        margin-top: 30px;
    }

    .footer-right form {
        width: 100%;
        border-bottom: 1px solid rgba(156, 157, 165, .24);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .footer-left li {
        margin-bottom: 15px;
    }

    .footer-left li:last-child {
        margin-bottom: 0;
    }

    .contact-form {
        margin-top: 35px;
    }

    .contact-title p {
        font-size: 14px;
        line-height: 1.64;
        letter-spacing: -0.33px;
    }

    .footer-left h3,
    .footer-right h3 {
        font-size: 16px;
        line-height: 2.31;
        letter-spacing: -0.48px;

    }

    .footer-left h3 {
        padding-bottom: 10px;
    }

    .contact-title h3 {
        font-size: 23px;
        line-height: 1.22;
        letter-spacing: -0.69px;
    }

    .wf-content p {
        font-size: 14px;
    }

    .wf-content h3 {
        font-size: 24px;
        line-height: 1.1;
        margin-top: 20px;
    }

    .header-area {
        min-height: 505px;
    }

    .circle-4::before {
        opacity: 0.8;
    }

    .circle-4 {
        width: 440px;
        height: 440px;
        right: -100px;
        bottom: -30px;
        top: unset;
    }

    .header {
        padding-top: 100px;
    }

    .header h1 {
        font-size: 80px;
    }

    .header h3 {
        font-size: 25px;
        line-height: 1.2;
        letter-spacing: -0.75px;
        max-width: 270px;
    }

    .header p {
        line-height: 1.43;
        letter-spacing: -0.42px;
        font-size: 14px;
        max-width: 270px;
    }

    .circle-1 {
        width: 545px;
        height: 545px;
        top: -455px;
        left: -160px;
    }

    .circle-2 {
        width: 480px;
        height: 480px;
        left: -320px;
        top: -160px;
    }

    .circle-3 {
        display: none;
    }

    .navbar-brand img {
        width: 120px;
    }

    .header-bottom {
        padding-top: 40px;
        padding-bottom: 56px;
    }

    .next-1 {
        width: 37px;
        bottom: -18px;
        margin-left: -18px;
    }

    .header-bottom p {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.58;
        letter-spacing: -0.36px;
    }

    .workforce-title h3 {
        font-size: 16px;
        line-height: 1.44;
        letter-spacing: -0.48px;
    }

    .single-wf {
        padding: 22px 0;
    }

    .workforce-area {
        padding-bottom: 30px;
        padding-top: 52px;
    }

    .workforce-title {
        padding-bottom: 12px;
    }

    .block-text p {
        font-size: 14px;
    }

    .block-text h3 {
        font-size: 23px;
        line-height: 1.39;
        letter-spacing: -0.69px;
    }

    .block-text,
    .block-text a {
        margin-top: 30px;
    }

    .block-1 {
        padding-bottom: 44px;
        margin-bottom: 44px;
    }

    .block-area {
        padding: 50px 0;
    }

    .tax-efficient h3 {
        font-size: 18px;
        line-height: 1.39;
        letter-spacing: -0.54px;
    }

    .tax-efficient img {
        max-width: 127px;
    }

    .what-are-tms-area,
    .tax-efficient-area {
        padding: 50px 0;
    }

    .what-are-tms h3 {
        font-size: 26px;
        line-height: 0.96;
        letter-spacing: -0.78px;
    }

    .what-are-tms-area p {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: -0.36px;
    }

    .what-are-tms-area a {
        width: 38px;
        margin-top: -19px;
        margin-left: -19px;
    }

    .what-are-tms h3 {
        margin-bottom: 20px;
    }

    .prw-inner h3 {
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: -0.72px;
        margin-bottom: 25px;
    }

    .prw-inner p {
        font-size: 14px;
        line-height: 1.64;
        letter-spacing: -0.33px;
    }

    .footer-right input,
    .contact-form input {
        line-height: 41px;
        font-size: 11px;
        letter-spacing: -0.33px;

    }

    .footer-right button,
    .contact-form button {
        line-height: 41px;
    }

}


@media (max-width: 575px) {
    .tos-header h2{
        font-size: 34px;
    }
    .footer-right button {
        font-size: 13px;
        letter-spacing: -0.39px;
        width: 111px;
    }

    .circle-4 {
        right: -220px;
    }

    .contact-title p,
    .prw-inner p {
        font-size: 11px;
    }

    .what-are-tms-area p {
        font-size: 12px;
    }

    .block-img::before,
    .block-img {
        width: 314px;
        height: 314px;
    }

    .block-img img {
        width: 290px;
        height: 290px;
    }

    .wf-content p {
        font-size: 11px;
    }

    .block-text h3 {
        font-size: 23px;
        line-height: 1.39;
        letter-spacing: -0.69px;
    }

    .block-text a {
        margin-top: 30px;
        font-size: 13px;
        line-height: 37px;
        border-radius: 36px;
        padding: 0 33px;
        letter-spacing: -0.39px;
    }

    .block-text p {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: -0.36px;
    }
}

@media (max-width: 399px) {
    .connect span {
        font-size: 13px;
    }
}

@media (max-width: 370px) {
    .connect span {
        font-size: 12px;
    }
}

.error-feild {
    border: 1px solid #ff5f4a !important;
}