body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 29px;
    --primary-color: #F38A00;
    --secondary-color: #093C71;
    color: #000;
  }

.container {
    max-width: 1670px;
}

img, svg{
    max-width: 100%;
}

h1{
    font-size: 60px;
    line-height: 76px;
    font-weight: 900;
}
h2{
    font-size: 50px;
    line-height: 59px;      
    font-weight: 700;
}
h5{
	font-size:31px;
	font-weight:600;
	line-height:normal;
}
h6{
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

p {
    font-size: 17px;
    line-height: 32px;
    color: #1c1c1c;
}
/* buttons */
.cmn-btn {
    background-color: var(--primary-color);
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 12px 23px;
    border: 2px solid var(--primary-color);
    min-width: 170px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
}
.cmn-btn.transparent{
    background-color: transparent;
    color:var(--primary-color);
}
.cmn-btn:hover{
    background-color: transparent;
    color:var(--primary-color);
}
.cmn-btn.transparent:hover {
    background-color: var(--primary-color);
    color:#fff;
}
/* buttons end */

/* Header */
.navbar-expand-lg .navbar-collapse {
    flex-grow: inherit;
}
nav.navbar.navbar-expand-lg {
    justify-content: space-between;
}
ul.navbar-nav li a {
    font-size: 19px;
    line-height: 1;
    color: #04101C;
    font-weight: 400;
    padding: 0 0 60px 0 !important;
    position: relative;
}
.buttons-links-header a.cmn-btn {
    margin-left: 13px;
    float: left;
}
.buttons-links-header {
    margin-left: 24px;
}
ul.navbar-nav {
    column-gap: 65px;
}
/* Header End */

/* Hero Banner */
section.hero-banner {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
}
.inner-hero-banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 4;
}
.left-content-banner {
    max-width: 61%;
    padding-right: 50px;
    flex: 0 0 61%;
    padding-top: 30px;
}
.left-content-banner h1 {
    color: #fff;
    margin: 0;
}
.left-content-banner h2.outline {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 76px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}
.left-content-banner a.cmn-btn {
    margin-top: 20px;
}
section.hero-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(89deg, #00000080, #00000000);
    z-index: 2;
    display:none;
}
section.hero-banner > img {
    z-index: 1;
}

/* About */
section.about-section > img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
section.about-section {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 300px 0 160px;
    margin-top: -150px;
}
section.about-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: -150px;
    max-width: 1260px;
    width: 100%;
    background: linear-gradient(90deg, #fff 70%, #ffffff00);
    height: calc(100% + 300px);
    z-index: 1;
}
.content-about {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 3;
}
.left-content-about {
    display: inline-block;
    width: 100%;
    max-width: 825px;
}
.left-content-about p {
    line-height: 32px;
    margin-bottom: 28px;
}

/* Why Choose Us */
section.why-choose-us {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 70px 0 70px;
}
.boxes-why-choose-us {
    display: flex;
    column-gap: 26px;
    width: 100%;
}
.boxes-why-choose-us .single-box-why-choose-us {
    max-width: calc(25% - 78px/4);
    flex: 0 0 calc(25% - 78px/4);
    border: 1px solid #D4D4D4;
    background: #fff;
    border-radius: 20px;
    padding: 35px 25px 50px;
    text-align: center;
    position: relative;
}
.header-why-choose-us {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}
.header-why-choose-us p {
    margin-bottom: 0;
    color: #fff;
}
.header-why-choose-us h2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
}
section.why-choose-us::before {
    content: "";
    height: 420px;
    left: 0;
    top: 0;
    width: 100%;
    background-color: var(--secondary-color);
    position: absolute;
}
.inner-why-choose-us {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
}
.icon-box-choose-us {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-box-why-choose-us p {
    margin-bottom: 0;
}
.single-box-why-choose-us a {
    position: absolute;
    bottom: -32px;
    width: 63px;
    height: 63px;
    border: 1px solid #F38A00;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}
.single-box-why-choose-us a:hover {
    transform: translateX(-50%) rotate(45deg);
}

/* Why Truckers Loves us */
section.truckers-love-us {
    display: inline-block;
    width: 100%;
    padding: 45px 0 110px;
}
.left-content-love-us {
    max-width: 660px;
    flex: 0 0 660px;
}
.inner-truckers-love-us {
    display: flex;
    align-items: center;
}
.reasons-love-us {
    display: inline-block;
    width: 100%;
}
.single-loves-us {
    display: flex;
    border-bottom: 1px solid rgba(112, 112, 112, 0.17);
    padding: 29px 0;
    column-gap: 24px;
}
.icon-loves-us {
    max-width: 81px;
    flex: 0 0 81px;
}
.content-loves-us h6 {
    color: #1C1C1C;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1;
}
.content-loves-us p {
    margin: 0;
}
.reasons-love-us > div:last-child {
    border-bottom: hidden;
    padding-bottom: 0;
}
.right-img-loves-us {
    max-width: calc(100% - 660px);
    flex: 0 0 calc(100% - 660px);
    padding-left: 85px;
}
.inner-right-img-loves-us {
    display: flex;
    column-gap: 20px;
    position: relative;
    width: 100%;
}
.inner-right-img-loves-us > img {
    width: calc(50% - 10px);
    flex-shrink: 0;
    height: 510px;
    object-fit: cover;
    border-radius: 30px;
}
.icon-box-loves {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 175px;
    height: 175px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 8px solid #E1E1E1;
}

/* Testimonails */
section.testimonails {
    display: inline-block;
    width: 100%;
    position: relative;
    background-color: var(--secondary-color);
}
section.testimonails > img {
    position: absolute;
    right: 0;
    top: 0;
    width: 44%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.inner-main-testimonial {
    width: 57%;
    border-right: 13px solid #fff;
    padding: 90px 100px 90px 0;
}
.inner-main-testimonial h2 {
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.single-testi {
    display: inline-block;
    width: 100%;
}
.stars-testi {
    display: flex;
    column-gap: 5px;
}
.stars-testi i {
    font-size: 22px;
    color: #F38A00;
}
.review p {
    font-style: italic;
    line-height: 41px;
    color: #fff;
    margin-bottom: 0;
}
.quote-review-by {
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-left: 40px;
    padding-top: 30px;
    margin-top: 50px;
}
.quote-img {
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: -31px;
    left: 40px;
}
.quote-review-by h6 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 0;
    margin-top: 10px;
}
.quote-review-by span {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.5px;
    color: #ffff;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}
button.slick-arrow::before {
    display: none;
}
button.slick-prev.slick-arrow {
    right: 76px;
    left: auto;
    top: auto;
    bottom: 35px;
    z-index: 2;
}
button.slick-next.slick-arrow {
    top: auto;
    bottom: 35px;
    right: 0;
}
#slider-testi::after {
    content: "";
    position: absolute;
    right: 30px;
    background-image: url(../images/ele.png);
    width: 35px;
    height: 5px;
    bottom: 52px;
}
.single-testi .review {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

/* Footer */
footer {
    display: inline-block;
    width: 100%;
    padding: 47px 0 70px 0;
}
.innerfooter {
    display: inline-block;
    width: 100%;
}
.logo-footer {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.footer-links {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}
.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links ul li {
    display: inline-block;
    padding: 0 55px;
    line-height: 1;
    float: left;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
}
.footer-links ul li:last-child{
    border-right:hidden;
}
.footer-links ul li a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.contact-details {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
}
.contact-details > div {
    max-width: 25%;
    flex: 0 0 25%;
}

.icon-footer {
    width: 48px;
    height: 48px;
    border: 1px solid var(--secondary-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-details > div {
    /*max-width: 33.33%;
    flex: 0 0 33.33%;*/
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
}
.contact-details > div:nth-child(3) {
    border-right: 1px solid rgba(112, 112, 112, 0.26);
}
.single-contact-footer a {
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
    text-decoration: none;
    margin-top: 12px;
    line-height: 24px;
	text-align: center;
}
.contact-details > div:nth-child(2) {
    border-left: 1px solid rgba(112, 112, 112, 0.26);
    border-right: 1px solid rgba(112, 112, 112, 0.26);
}

ul.footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
}
.copyright-line {
    display: inline-block;
    width: 100%;
    background-color: var(--secondary-color);
    padding: 7px 0;
}
.inner-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-copyright p {
    line-height: 1;
    color: #fff;
    margin: 0;
    font-size: 15px;
}
.right-designed-by {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
}
ul.navbar-nav li a {
    text-decoration: none;
}
.icon-footer p {
    margin: 0;
    line-height: 1;
    font-size: initial;
}

.content-hero-banner {
    display: flex;
}
.banner-form {
    max-width: 39%;
    flex: 0 0 39%;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 30px;
    background: #fff;
    border-radius: 30px;
    padding: 55px 45px;
    margin-bottom: -150px;
}
.banner-form h5 {
    color: #093C71;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}
.row-single {
    display: flex;
    flex-wrap: wrap;
    column-gap: 17px;
}
.row-single > div {
    max-width: calc(100% / 2 - 17px / 2);
    position: relative;
    flex: 0 0 calc(100% / 2 - 17px / 2);
    margin-bottom: 23px;
}
.field-single p {
    margin: 0;
}
.field-single label {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 18px;
}
.field-single input {
    width: 100%;
    height: 51px;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 0 10px;
	outline:none;
}
.field-single label span {
    color: #F90E0E;
    position: relative;
    left: 2px;
}
.row-single > p {
    width: 100%;
    margin: 0;
    position: relative;
}
input.wpcf7-submit {
    width: 100%;
    background-color: #0083D0;
    border: hidden;
    border-radius: 10px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    padding: 16px 10px;
}
.row-single > p span {
    position: absolute;
    right: 10px;
    bottom: 14px;
    margin: 0;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
.wpcf7-response-output {
    margin: 15px 0 0 !important;
    font-size: 15px;
    text-align: center;
}

/*-- About --*/
.inner-banner {
    display: inline-block;
    width: 100%;
    position: relative;
}
.inner-banner h1 {
    font-size: 45px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
    text-align: center;
    width: 100%;
    color: #fff;
	font-weight: 500;
	line-height:1.3;
}
.inner-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.breadcrumb-main {
    display: inline-block;
    width: 100%;
    background-color: #F6F6F6;
    padding: 6px 0;
}
.breadcrumb-inner {
    display: inline-block;
    width: 100%;
}
.breadcrumb-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb-inner ul li a {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.breadcrumb-inner ul li a svg {
    position: relative;
    top: -3px;
    margin-right: 2px;
}
.breadcrumb-inner ul li {
    position: relative;
    padding: 0 8px;
    color: #464646;
}
.breadcrumb-inner ul li::before {
    content: "/";
    font-family: 'Roboto';
    font-weight: 900;
    left: -3px;
    position: absolute;
    top: 0;
}
.breadcrumb-inner ul li:first-child::before{
	display:none;
}
.the-fcs-family {
    display: inline-block;
    width: 100%;
    padding: 85px 0;
}
.the-fcs-family-inner > div {
    max-width: calc(100%/2 - 25px);
    flex: calc(100%/2 - 25px);
}
.the-fcs-family-inner {
    display: flex;
    column-gap: 50px;
}
.left-images-fcs {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
img.other-image-about {
    position: absolute;
    left: 0;
    bottom: 0;
}
img.big-image-about {
    filter: grayscale(1);
    margin-bottom: 140px;
}
.years-text-about {
    display: flex;
    flex-flow: column;
    max-width: 180px;
    align-items: center;
    border-left: 1px solid #d5d5d5;
    padding: 0 30px;
    margin-top: 35px;
}
.years-text-about h2 {
    font-size: 60px;
    font-weight: 900;
    color: #04101C;
    letter-spacing: 1.2px;
    line-height: 72px;
	margin-bottom:0;
}
.years-text-about h6 {
    text-align: center;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 0;
    color: #04101c;
}
.right-content-fcs ul {
    margin: 45px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
}
.right-content-fcs ul li {
    max-width: 50%;
    flex: 0 0 560%;
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1C;
    display: flex;
    align-items: center;
    column-gap: 19px;
}
.right-content-fcs p {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.right-content-fcs h2 {
    margin-bottom: 25px;
}
.three-services-section {
    display: inline-block;
    width: 100%;
    background-color: #093C71;
    padding: 95px 0;
}

.inner-three-service-section > div {
    max-width: calc(100% / 3 - 60px / 3);
    flex: 0 0 calc(100% / 3 - 60px / 3);
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 50px 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.inner-three-service-section {
    display: flex;
    justify-content: space-between;
    align-items: normal;
}
.img-single-service {
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #F38A00;
    border-radius: 100%;
    margin-bottom: 28px;
}
.single-service-section p {
    text-align: center;
    margin-bottom: 0;
}
.work-with-section {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 110px 0;
}
.work-with-section > img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 63%;
    object-fit: cover;
    object-position: top;
}
.inner-work-section {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: 970px;
}
.work-with-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, #F5F5F5 60%, #FFFFFF00 100%);
    z-index: 2;
}
.inner-work-section h2 {
    margin-bottom: 27px;
}
.inner-work-section p {
    margin-bottom: 25px;
}
.heading-slider {
    margin-bottom: 42px;
}
#team-slider button.slick-prev.slick-arrow {
    top: -70px;
    background-color: transparent;
    width: 63px;
    height: 20px;
    background-image: url(../images/prev-next.png);
    background-repeat: no-repeat;
    background-position: left center;
    right: 100px;
}
#team-slider button.slick-next.slick-arrow {
    top: -70px;
    bottom: auto;
    width: 63px;
    height: 20px;
    background-image: url(../images/prev-next.png);
    background-repeat: no-repeat;
    background-position: right center;
    right: 0;
}
.our-team-section {
    display: inline-block;
    width: 100%;
    padding: 90px 0 50px;
}
#team-slider .single-team-item img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 30px;
    overflow: hidden;
}
#team-slider .single-team-item h6 {
    width: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 37px;
    font-weight: 700;
    color: #1C1C1C;
    margin-bottom: 0;
    margin-top: 15px;
}
#team-slider .single-team-item span {
    font-size: 18px;
    line-height: 1;
    font-style: italic;
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #1c1c1c;
}
#team-slider .slick-list.draggable {
    margin: 0 -15px;
}
#team-slider .slick-slide {
    padding: 0 15px;
}
.the-fcs-family-inner {
    align-items: flex-start;
}
/*-- About End --*/

/*-- Why FCS --*/
.four-steps-why {
    display: inline-block;
    width: 100%;
    padding: 90px 0 100px;
}
.inner-four-steps-why {
    display: flex;
    align-items: flex-start;
}
.inner-four-steps-why > div {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
.inner-four-steps-why {
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
}
.single-why h3 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px rgba(9, 60, 113, 0.1);
    text-align: center;
    margin: 0;
}
.single-why span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
    letter-spacing: 6.3px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 14px 0 14px;
    line-height: 1;
}
.single-why h6 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.right-four-why > div {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
.single-why p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin: 0;
}
.right-four-why {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    position: relative;
}
.right-four-why > div.single-why {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    border: 1px solid rgba(212, 212, 212, 1);
    border-radius: 20px;
    padding: 35px 50px;
}
.center-image-right {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 175px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 8px solid #E1E1E1;
    border-radius: 100%;
    background-color: #fff;
}
.left-four-why h2 {
    line-height: 70px;
    margin-bottom: 35px;
}
.services-why::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 70%;
    background-color: #093C71;
}
.inner-services-why {
    display: inline-block;
    width: 100%;
    z-index: 2;
    position: relative;
}
.inner-services-why h2 {
    text-align: center;
    color: #fff;
}
.inner-services-why > p {
    text-align: center;
    color: #fff;
    margin: 20px 0 40px;
}
.services-boxes-why {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}
.services-boxes-why > div {
    max-width: calc(100% / 5 - 80px/5);
    flex: 0 0 calc(100% / 5 - 80px/5);
    border: 1px solid #D4D4D4;
    background-color: #fff;
    border-radius: 20px;
    padding: 32px 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.single-service-box h6 {
    display: inline-block;
    width: 100%;
    font-size: 21px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    margin: 20px 0 0;
    color: #1c1c1c;
}
.services-why {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 70px 0 100px;
}
.versus-section-why {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
}
.versus-section-why-inner h2 {
    text-align: center;
    margin-bottom: 45px;
}
.two-boxes-versus > div {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    background-color: #093C7108;
    border-radius: 20px;
}
.two-boxes-versus {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.top-head-versus {
    padding: 50px 30px 28px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.top-head-versus > h6 {
    margin-top: 25px;
}
.single-box-versus > p {
    padding: 20px 45px;
    margin: 0;
    line-height: 27px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    color: #1C1C1C;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.benefits-versus {
    display: inline-block;
    width: 100%;
    padding: 30px 45px;
}
.benefits-versus h6 {
    font-weight: 700;
}
.benefits-versus ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.benefits-versus ul li {
    font-size: 16px;
    color: rgba(28, 28, 28, 1);
    position: relative;
    float: left;
    width: 50%;
    margin: 10px 0;
    padding: 0 0 0 20px;
}
.benefits-versus ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 11px;
    border: 3px solid #1c1c1c;
    border-left: hidden;
    border-top: hidden;
    transform: rotate(45deg);
}
/*-- Why FCS End --*/

/*-- Services --*/
.services-boxes {
    display: inline-block;
    width: 100%;
    padding: 70px 0 30px;
}
.inner-services-boxes > .single-services-box {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    border: 1px solid #D4D4D4;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 40px;
}
.inner-services-boxes {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 50px;
}
.icon-single-service {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.single-services-box h6 {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 20px 0 10px;
    font-weight: 700;
}
.single-services-box p {
    text-align: center;
    margin: 0;
}
/*-- Services End --*/


ul.sub-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background-color: #F3F9FF;
    max-width: 1365px;
    width: 100%;
    border-radius: 0 0 20px 20px;
}

ul.sub-menu li a span {
    font-size: 19px;
    font-weight: 400;
    color: #000;
}

ul.navbar-nav ul.sub-menu li a {
    display: flex;
    align-items: center;
    padding: 28px 0 !important;
}

ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
}

ul.sub-menu li {
    display: flex;
    width: calc(100% / 3);
    margin: 0;
    float: left;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(112, 112, 112, 0.2);
}
ul.sub-menu li:last-child{
	border-right:hidden;
}
ul#header_menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.left-content-about p br, .single-box-why-choose-us p br, .content-loves-us p br {
    display: none;
}

body.error404 div#content h1 {text-align: center;font-size: 150px;line-height: 1;font-weight: 900;}

body.error404 div#content h2 {
    text-align: center;
}

body.error404 #content {
    padding: 150px 0 100px;
}
header {
    border-bottom: 1px solid #d5d5d5;
}
ul.sub-menu li a img {
    height: auto;
}

section.posts-sec {
    padding: 80px 0 0;
    display: inline-block;
    width: 100%;
}
section.posts-sec .row .post-item:first-child {
    display: flex;
    column-gap: 40px;
    align-items: center;
}
section.posts-sec .row .post-item:first-child > div {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
section.posts-sec .row .post-item:first-child .post-img a img {
    width: 100%;
    border-radius: 20px;
    height: 570px;
    object-fit: cover;
}
section.posts-sec .row .post-item:first-child .posts-content {
    display: inline-block;
    width: 100%;
}
section.posts-sec .row .post-item:first-child .posts-content h6 {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    color: var(--primary-color);
    letter-spacing: 5px;
    font-weight: 500;
}
section.posts-sec .row .post-item:first-child .posts-content h2 a {
    color: #000;
    text-decoration: none;
    line-height: 66px;
    letter-spacing: 1px;
}
section.posts-sec .row .post-item:first-child > div.posts-content .post-author {
    position: relative;
    padding-left: 95px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    min-height: 80px;
}
section.posts-sec .row .post-item:first-child > div.posts-content .post-author img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
section.posts-sec .row .post-item:first-child .post-author h4 {
    font-size: 22px;
    margin: 0;
    color: rgba(28, 28, 28, 1);
    line-height: 1;
}
section.posts-sec .row .post-item:first-child .post-author p {
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
	margin-bottom:0;
}
section.posts-sec .post-item:not(:first-child) .posts-content {
    border: 1px solid rgba(212, 212, 212, 1);
    display: inline-block;
    width: 100%;
    padding: 30px 30px 40px;
    border-radius: 0 0 20px 20px;
}
section.posts-sec .post-item:not(:first-child) .posts-content h2 a {
    font-size: 25px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
}
section.posts-sec .post-item:not(:first-child) .posts-content h2 {
    font-size: 25px;
    line-height: 41px;
}
section.posts-sec .post-item:not(:first-child) .posts-content .post-extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.posts-sec .post-item:not(:first-child) .posts-content .post-extra p {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
}
section.posts-sec .post-item:not(:first-child) .posts-content .post-extra a {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.3px;
    padding: 0;
    background-image: url(../images/Groupicon.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
}
section.posts-sec .post-item.col-md-6 .post-img img {
    height: 470px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

section.posts-sec .post-item {
    margin-bottom: 60px;
}
section.posts-sec .post-item.col-md-4 .post-img img {
    height: 320px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    width: 100%;
}
.blog .widget-area {
    display: none;
}
.posts-content p:empty {
    display: none;
}
.single-post .post {
    padding: 80px 0 0;
    max-width: 1000px;
    margin: 0 auto;
}
.single-post .post .post-thumbnail img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 30px;
}
.single-post .post .entry-content {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.single-post .post .entry-content h1 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 20px;
}
ul.navbar-nav > li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border: 2px solid #04101C;
    border-left: hidden;
    border-top: hidden;
    transform: rotate(45deg);
}
ul.navbar-nav > li.menu-item-has-children > a {
    padding-right: 20px !important;
}

/*-- 20-06-2024 --*/
.single-service-advance {
    display: inline-block;
    width: 100%;
    padding: 90px 0;
}
.inner-single-advance > div {
    max-width: calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
}
.inner-single-advance {
    display: flex;
    column-gap: 50px;
}
.right-section-advance h2 {
    margin-bottom: 20px;
}
.how-it-work-section {
    display: inline-block;
    width: 100%;
    background-image: url(../images/bg-work.jpg);
    padding: 90px 0;
    position: relative;
}
.how-it-work-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(9, 60, 113, 0.9);
    width: 100%;
    height: 100%;
}
.inner-how-it-work {
    display: inline-block;
    width: 100%;
    position: relative;
}
.inner-how-it-work h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 45px;
}
.work-boxes {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.single-work-box {
    max-width: 340px;
    flex: 0 0 340px;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.icon-single-work {
    width: 109px;
    height: 109px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #093C71;
    position: relative;
    z-index: 2;
}
.single-work-box p {
    margin: 30px 0 0;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    letter-spacing: 0.4px;
}
.work-boxes .single-work-box:nth-child(2), .work-boxes .single-work-box:nth-child(4) {
    margin-top: 140px;
}
.work-boxes > div:first-child::after, .work-boxes > div:nth-child(2)::after, .work-boxes > div:nth-child(3)::after {
    content: "";
    position: absolute;
    left: 180px;
    top: 120px;
    width: 400px;
    height: 1px;
    border-top: 1px dotted #fff;
    transform: rotate(25deg);
}
.work-boxes > div:nth-child(2)::after {
    transform: rotate(-25deg);
    top: -20px;
    left: 190px;
}
.inner-advance-payment {
    max-width: 80%;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 26px #00000012;
    padding: 50px 40px;
    text-align: center;
    margin: 0 auto -150px;
    position: relative;
}
.inner-advance-payment p {
    margin: 0;
}
.advance-payment {
    display: inline-block;
    width: 100%;
    padding: 100px 0 30px;
}
.inner-advance-payment h2 {
    margin-bottom: 30px;
}
/*-- 20-06-2024 End --*/

/*-- 21-06-2024 --*/
.banner-form-inner .row-single > p {
    margin-top: 13px;
}
.left-content-about h2 {
    margin-bottom: 28px;
}
.current-menu-item a {
    color: var(--primary-color) !important;
}
ul#header_menu > li.current-menu-item a::after {
/*     content: "";
    position: absolute;
    top: 30px;
    width: 100%;
    height: 2px; */
/*     background: var(--primary-color); */
/*     left: 0; */
}
.left-four-why img {
    width: 100%;
    border-radius: 30px;
}
.single-service-box > svg {
    min-height: 80px;
}
.top-head-versus > h6 {
    margin-top: 25px;
    color: #1c1c1c;
    font-weight: 700;
}
.top-head-versus i {
    color: #1c1c1c;
}
.benefits-versus h6 {
    color: #1c1c1c;
}
.top-head-versus svg {
    min-height: 65px;
}
.single-service-section h6 {
    font-weight: 700;
}
.single-box-why-choose-us h6 {
    color: #1c1c1c;
}
/*-- 21-06-2024 End --*/
.inner-banner > img {
    height: 150px;
    object-fit: cover;
	width: 100%;
}
img.image-for-mobile {
    display: none;
}
p:empty {
    display: none !important;
}
.container .container {
    padding: 0;
}
.inner-single-below-advance .four-steps-why {
    padding: 0;
}

/*-- .box-call-to-action h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.box-call-to-action p {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.box-call-to-action p:last-child {
    margin-bottom: 0;
}
.box-call-to-action {
    background-color: rgba(9, 60, 113, 1);
    padding: 50px 30px;
    border-radius: 30px;
    max-width: 1000px;
    margin: 0 auto 90px;
} --*/
.inner-advance-payment a {
    margin-top: 20px;
}
ul li {
    font-size: 17px;
    line-height: 32px;
}
.form-lead-generation {
    max-width: 1000px;
    margin: 0 auto;
    background: #f7f7f7;
    border-radius: 30px;
    padding: 40px 30px;
    margin-bottom: 90px;
}
.form-lead-generation h5 {
    text-align: center;
}

img.big-image-about {
    border-radius: 30px;
}
img.other-image-about {
    border-radius: 30px;
}
.left-section-advance img {
    border-radius: 30px;
    width: 100%;
}


span.typgraphy-headings {
    display: inline-block;
    width: 100%;
    background: #d5d5d5;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 20px;
}
section.typography-section {
    padding: 50px 0 30px;
}
#google_translate_element {
	float: right;
	margin-top: 42px;
	margin-left: 13px;
}

.skiptranslate.goog-te-gadget > div::before {
    content: "";
    position: absolute;
    right: 4px;
    top: 22px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #04101c;
    z-index: 99999;
    pointer-events: none;
}

.skiptranslate.goog-te-gadget > div::after {
    content: " ";
    width: 19px;
    height: 19px;
    background-image: url(https://simpleseogroup.co/fcs/wp-content/uploads/2024/07/image-svg-new.png);
    left: 0;
    top: 16px;
    z-index: 9999;
    position: absolute;
    width: 40px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    pointer-events: none;
    margin-left: 0;
}
.skiptranslate.goog-te-gadget {
    font-size: 0;
}
.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
}
.goog-te-gadget .goog-te-combo {
    width: 40px;
    height: 36px;
    padding-right: 20px !important;
    padding: 21px;
    background: transparent;
    -webkit-appearance: none;
    border: hidden;
    cursor: pointer;
}
.skiptranslate.goog-te-gadget > div {
    position: relative;
}
.skiptranslate.goog-te-gadget {
    font-size: 0;
}
.skiptranslate.goog-te-gadget > span {
    display: none;
}


/**FAQ CSS**/
section.faq_main { width: 100%; float: left; margin: 60px 0 0 0; }
section.faq_main { width: 100%; float: left; margin: 60px 0 0 0; }
section.faq_main h2 button { color: #1c1c1c; font-size: 24px; line-height: 34px; font-weight: 500; }
section.faq_main .accordion-item h2 button { background: #fff; color: #1c1c1c; }
section.faq_main .accordion-item { margin: 0 0 0px 0; }
section.faq_main .accordion-item h2 button:focus{box-shadow:none;}
section.faq_main .accordion-item .accordion-body { border-top: 1px solid #dee2e6; }
li.menu-item-has-children.menu-item-184 ul.sub-menu {max-width: 200px;left: auto;transform: none;}
li.menu-item-has-children.menu-item-184 ul.sub-menu li {width: 100%;}
.current-menu-item .sub-menu a {  color: unset !important;}