.in-bnr {
    position: relative;
    height: calc(100vh - 75px);
    background-position: center center !important;
    background-size: 100% 100% !important;
}
.in-bnr:after {
    position: absolute;
    content: "";
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0.65) 0,
        rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.65) 0,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.65) 0,
        rgba(0, 0, 0, 0) 100%
    );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.in-bnr .container {
    position: relative;
    z-index: 1;
}
.h-bnr-tagline {
    font-size: 5rem;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.h-bnr-slogan {
    font-size: 2.4rem;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
}
.in-bnr .h-bnr-ct {
    max-width: 800px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 1024px) {
    .in-bnr {
        height: 400px;
    }
    .h-bnr-tagline {
        font-size: 4.4rem;
        line-height: 47px;
    }
    .in-bnr .h-bnr-ct {
        max-width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .in-bnr {
        height: 300px;
        padding: 40px 0;
        background-position: center center !important;
    }
}
@media screen and (max-width: 767px) {
    .in-bnr {
        height: auto;
        min-height: 300px;
    }
    .h-bnr-tagline {
        font-size: 3.6rem;
        line-height: 41px;
    }
}

.brd-cl {
    background: #efefef;
}
.abt-sec-1.sec {
    width: 100%;
    background: #efefef;
    position: relative;
}
.abt-sec-1:after {
    content: "";
    background: url("../img/sports/img4.jpg") no-repeat;
    background-position: center;
    background-size: contain;
    width: 350px;
    height: 350px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}
.abt-sec-r {
    display: flex;
    flex-direction: column;
}
.abt-sec-col {
    width: 100%;
    padding-right: 0%;
}
.abt-sec-col0-img {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: end;
    position: relative;
    z-index: 1;
}
.abt-sec-1 p {
    font-size: 2.3rem;
    line-height: 40px;
}
.btn-holder {
    margin: 55px 0 0;
    width: 100%;
    text-align: center;
}
.abt-sec-1 .container {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .abt-sec-col0-img img {
        height: 316px;
    }
    .abt-sec-1:after {
        width: 270px;
        height: 263px;
    }
}
@media screen and (max-width: 991px) {
    .abt-sec-1 .abt-sec-r {
        flex-direction: column-reverse;
    }
    .abt-sec-col {
        width: 100%;
        padding: 0px;
    }
    .abt-sec-col0-img img {
        height: 250px;
    }
}
@media screen and (max-width: 767px) {
    .abt-sec-1 p {
        font-size: 2rem;
        line-height: 32px;
    }
    .btn-holder a {
        white-space: nowrap;
        width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.6rem;
    }
    .abt-sec-col0-img img {
        height: 194px;
    }
}

.our-deve-provide {
    background: #fff;
    width: 100%;
}
.our-dev-provide-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.our-dev-provide-col-left {
    width: 51%;
}
.our-dev-provide-col-right {
    width: 60%;
    padding-top: 6%;
}
ul.icons-gride {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 35px 0 0 0;
    padding: 0;
}
ul.icons-gride li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 28px;
    color: #000;
    margin-bottom: 30px;
    position: relative;
}
ul.icons-gride li span {
    width: 46px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 27px;
}
ul.icons-gride li:nth-child(2) {
    left: 10px;
}
ul.icons-gride li:nth-child(3) {
    left: 20px;
}
ul.icons-gride li:nth-child(4) {
    left: 30px;
}
ul.icons-gride li:nth-child(5) {
    left: 40px;
}
ul.icons-gride li:nth-child(6) {
    left: 50px;
}

@media screen and (max-width: 1024px) {
    ul.icons-gride li:nth-child(2) {
        left: auto;
    }
    ul.icons-gride li:nth-child(3) {
        left: auto;
    }
    ul.icons-gride li:nth-child(4) {
        left: auto;
    }
    ul.icons-gride li:nth-child(5) {
        left: auto;
    }
    ul.icons-gride li:nth-child(6) {
        left: auto;
    }
}

@media screen and (max-width: 767px) {
    .our-dev-provide-row {
        flex-direction: column-reverse;
    }
    .our-dev-provide-col-left {
        width: 100%;
    }
    .our-dev-provide-col-right {
        width: 300px;
        margin: 0 auto 30px;
        padding: 0px;
    }
}

.fleet-manage-wrap {
    background: #fff;
}
.fleet-manage-wrap.sec {
    padding-bottom: 0px;
}
.up-circle-wrp {
    margin-top: 100px;
    background: url("../img/sports/rop-up.png") no-repeat;
    background-position: center top;
    background-size: contain;
    min-height: 650px;
}
.up-circle-wrp .circle-row-inner {
    justify-content: center;
}
.up-circle-wrp .circle-col {
    width: 33%;
}
.fleet-img {
    margin: 0;
}
.up-circle-wrp .circle-row-inner .circle-col:nth-child(even) {
    position: relative;
    top: -67px;
}
@media screen and (max-width: 767px) {
    .up-circle-wrp .circle-col {
        width: 100%;
    }
    .up-circle-wrp {
        background: transparent;
        margin-top: 40px;
    }
    .up-circle-wrp .circle-row-inner .circle-col:nth-child(even) {
        top: auto;
    }
}

.car-rental-wrap.sec {
    width: 100%;
    background: #f8f8f8;
}
.car-rental-row {
    width: 100%;
    min-height: 550px;
}
.car-rental-img {
    width: 34%;
    height: auto;
    position: absolute;
    left: 0;
    margin: auto;
    bottom: 0px;
    top: 0px;
    text-align: left;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 0;
}
.car-rental-wrap .circle-row-inner {
    width: 70%;
}
.circle-row-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: 40px 0;
    flex-wrap: wrap;
}
.circle-col {
    width: 50%;
    padding: 0 3%;
    margin: 20px 0;
}
.circle-col img {
    width: 100px;
}
.circle-col p {
    font-size: 14px;
    line-height: 26px;
}
.circle-row-outer .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.head-2 {
    color: #000;
    font-size: 2rem;
    line-height: 24px;
    margin: 14px 0;
    font-weight: 700;
}
.car-rental-col {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
}
.car-rental-wrap .btn-holder {
    text-align: center;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
    .circle-row-outer {
        background: transparent;
    }
    .car-rental-row .container {
        display: flex;
        flex-direction: column;
    }
    .car-rental-img {
        width: 100%;
        height: 100%;
        opacity: 0.2;
    }
    .car-rental-wrap .circle-row-inner {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .circle-row-inner {
        flex-wrap: wrap;
        margin: 0;
    }
    .circle-col {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .btnlink {
        font-size: 1.4rem;
    }
}

.golf-softwar-wrapper {
    width: 100%;
    background: #fff;
}
.golf-softwar-row {
    width: 100%;
    min-height: 750px;
}
.golf-softwar-row .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.golf-softwar-left-col {
    width: 40%;
    position: absolute;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    top: 0;
    bottom: 0;
    margin: auto;
}
.golf-softwar-right-col {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.golf-soft-inner-r {
    width: 60%;
}
.center-box-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 0;
}
.imgcont {
    width: 70%;
}
.golf-softwar-right-col {
    position: relative;
    z-index: 1;
}
.center-box-img .circle-row-inner {
    width: 30%;
}
.center-box-img .circle-col {
    width: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
    .golf-soft-inner-r {
        width: 100%;
    }
    .golf-softwar-left-col {
        width: 100%;
        height: 100%;
        opacity: 0.2;
    }
}
@media screen and (max-width: 767px) {
    .center-box-img {
        flex-direction: column-reverse;
    }
    .center-box-img .circle-row-inner {
        width: 100%;
    }
    .imgcont {
        width: 300px;
        margin: 0 auto;
        text-align: center;
    }
}

.graybg {
    background: #f8f8f8 !important;
}
.legal-mng.sec {
    width: 100%;
    padding-bottom: 0px;
}
.right-side-img {
    width: 33%;
    display: flex;
    align-items: center;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    justify-content: center;
    top: 0;
    margin: auto;
    height: 100%;
}
.legal-mng-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.legal-mng-row {
    width: 70%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-right: 5%;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.legal-mng-col {
    width: 50%;
    text-align: center;
    height: inherit;
}
.legal-mng-in-box {
    box-shadow: 0 0 44px #00000029;
    background: #fff;
    padding: 28px;
    margin: 4%;
    min-height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.head-2 {
    color: #000;
    font-size: 2rem;
    line-height: 24px;
    margin: 14px 0;
    font-weight: 700;
}
.legal-mng-in-box p {
    font-size: 15px;
    line-height: 24px;
}
.legal-mng-in-box img {
    height: 80px;
}
.imageleftside.container {
    display: flex;
    justify-content: flex-end;
}
.legal-mng .btn-holder {
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .legal-mng-row {
        width: 76%;
    }
}
@media screen and (max-width: 991px) {
    .right-side-img {
        width: 100%;
        opacity: 0.2;
    }
    .legal-mng-row {
        width: 100%;
        padding: 0px;
    }
    .legal-mng-in-box {
        min-height: 450px;
    }
}
@media screen and (max-width: 767px) {
    .legal-mng-col {
        max-width: 100%;
    }
    .legal-mng-col {
        width: 100%;
    }
    .legal-mng-in-box {
        min-height: inherit;
    }
}

.demographic-data-wrap {
    width: 100%;
    min-height: 600px;
}
.down-circle-wrp {
    margin-top: 0px;
    background: url("../img/sports/rop-down.png") no-repeat;
    background-position: center top;
    background-size: 100% 64%;
    min-height: 551px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.down-circle-wrp .circle-row-inner {
    justify-content: center;
}
.down-circle-wrp .circle-col {
    width: 33%;
}
.down-circle-wrp .circle-row-inner .circle-col:nth-child(even) {
    position: relative;
    top: 114px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
    .down-circle-wrp {
        background-size: contain;
        min-height: auto;
    }
}
@media screen and (max-width: 767px) {
    .down-circle-wrp .circle-row-inner .circle-col:nth-child(even) {
        top: auto;
    }
    .down-circle-wrp {
        background: transparent;
        margin-top: 40px;
    }
    .down-circle-wrp .circle-col {
        width: 100%;
    }
}

/* Featured Blog */
.featured-b {
    padding-bottom: 60px;
}
.featured-b .container {
    padding-top: 60px;
}
.featured-b-r {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 0 0;
}
.featured-b-c {
    width: 26.6%;
    margin: 1.2%;
    box-shadow: 0 0 25px #00000029;
    background: #fff;
    position: relative;
}
.featured-b-c:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 16px;
    background: transparent linear-gradient(92deg, #58b7c0 0, #202456 100%) 0 0
        no-repeat padding-box;
    bottom: 0;
}
.featured-b-img {
    margin-bottom: 20px;
}
.featured-b-img a {
    display: block;
    width: 100%;
    height: 100%;
}
.featured-b-btm-cotn {
    padding: 0 20px 20px;
}
.featured-b-h {
    font-size: 2rem;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.featured-b-h a {
    color: #000;
}
.b-rm {
    font-size: 2rem;
    line-height: 33px;
    color: #000;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin: 12px 0;
    display: inline-block;
    vertical-align: top;
}
.b-rm:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 21px;
    background: url("../img/blog/ar-rt.svg") no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.3s ease-in-out;
}
.featured-b-c a.b-rm {
    padding-left: 0;
}
.featured-b-c a.b-rm i {
    background: transparent linear-gradient(105deg, #58b7c0 0, #202456 100%) 0 0
        no-repeat padding-box;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.featured-b-c a.b-rm:before {
    left: 100%;
}
.featured-b-c a.b-rm:hover:before {
    left: 108%;
}
@media screen and (max-width: 1024px) {
    .featured-b-c {
        width: 30.6%;
    }
    .featured-b-btm-cotn {
        padding: 0 14px 14px;
    }
    .featured-b .container {
        padding-top: 30px;
    }
    .featured-b {
        padding-bottom: 30px;
    }
    .featured-b-r {
        margin-top: 30px;
    }
}
@media screen and (max-width: 991px) {
    .featured-b-h {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .featured-b-btm-cotn p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 767px) {
    .featured-b-c {
        width: 300px;
        margin-bottom: 30px;
    }
    .featured-b-c:last-child {
        margin-bottom: 0px;
    }
}

/*contact block */
.con-sec-wr {
    width: 100%;
    margin-bottom: 50px;
}
.con-sec-r {
    display: flex;
    justify-content: center;
}
.con-sec-c:first-child {
    background: transparent linear-gradient(105deg, #56b3bd 0, #4c99aa 100%) 0 0
        no-repeat padding-box;
}
.con-sec-c {
    width: 24%;
    min-height: 218px;
    margin: 1%;
    background: transparent linear-gradient(105deg, #488da1 0, #3e728f 100%) 0 0
        no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}
.con-sec-c:nth-child(3) {
    background: transparent linear-gradient(105deg, #396786 0, #2f4c73 100%) 0 0
        no-repeat padding-box;
}
.con-sec-c:nth-child(4) {
    background: transparent linear-gradient(105deg, #2b426c 0, #212657 100%) 0 0
        no-repeat padding-box;
}
.c-i-s-h {
    font-size: 1.8rem;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 8px;
}
.c-i-b {
    width: auto;
    margin-right: 18px;
}
.c-i-b img {
    height: 80px;
}
.c-i-s-data {
    font-size: 3.6rem;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
    .con-sec-r {
        flex-wrap: wrap;
    }
    .con-sec-c {
        width: 48%;
    }
}
@media screen and (max-width: 767px) {
    .c-i-s-data {
        font-size: 3rem;
        line-height: 30px;
    }
    .con-sec-c {
        flex-direction: column;
    }
    .c-i-b {
        margin: 0 auto;
    }
    .c-i-b img {
        height: 55px;
    }
    .c-i-d {
        text-align: center;
        margin-top: 10px;
    }
}

/*blog detail */
.b-det-wrap-hed.sec {
    padding-bottom: 0;
}
.b-det-wrap.sec {
    padding-top: 0;
}
.b-det-wrap h2 {
    font-size: 4.8rem;
    line-height: 52px;
    color: #000;
    font-family: Montserrat, sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
}
.b-det-wrap h3 {
    font-size: 4rem;
    line-height: 48px;
    color: #000;
    font-family: Montserrat, sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
}
.b-det-wrap h4 {
    font-size: 3.5rem;
    line-height: 38px;
    color: #000;
    font-family: Montserrat, sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
}
.b-det-wrap ul {
    margin: 0 0 20px 0;
    padding: 0;
}
.b-det-wrap li {
    font-size: 1.8rem;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    font-family: Montserrat, sans-serif;
    margin-bottom: 16px;
    position: relative;
}
.b-det-wrap ul li {
    padding-left: 26px;
}
.b-det-wrap ul li:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #58b7c0 0 0 no-repeat padding-box;
    position: absolute;
    left: 0;
    top: 8px;
}
.b-det-wrap img {
    margin-bottom: 20px;
}
.b-de-dt {
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
}
.b-de-dt li:first-child:before {
    display: none;
}
.b-de-dt li:first-child {
    margin-left: 0;
}
.b-de-dt li {
    font-size: 2.8rem;
    line-height: 36px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    margin-right: 12px;
    margin-left: 12px;
    transition: all 0.3s ease 0s;
}
.b-de-dt li:before {
    content: "|";
    position: absolute;
    left: -15px;
    top: -2px;
}
.b-det-wrap ol {
    list-style: decimal;
    list-style-position: inside;
}
.sp-b-box {
    border: 20px solid #58b7c0;
    background: #fff;
    padding: 30px;
    font-size: 3.3rem;
    line-height: 50px;
    font-weight: 700;
    min-height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 50px 0;
}
.sp-b-box a {
    color: #000;
}
@media screen and (max-width: 1024px) {
    .b-det-wrap h2 {
        font-size: 4rem;
        line-height: 50px;
    }
    .b-de-dt li {
        font-size: 2.4rem;
        line-height: 32px;
    }
    .b-det-wrap h3 {
        font-size: 3.6rem;
        line-height: 40px;
    }
    .b-det-wrap h4 {
        font-size: 3rem;
        line-height: 34px;
    }
}
@media screen and (max-width: 991px) {
    .sp-b-box br {
        display: none;
    }
    .sp-b-box {
        min-height: 300px;
    }
}
@media screen and (max-width: 767px) {
    .b-det-wrap h2 {
        font-size: 3rem;
        line-height: 36px;
    }
    .b-det-wrap li {
        font-size: 16px;
        line-height: 24px;
    }
    .b-de-dt li {
        font-size: 18px;
        line-height: 26px;
    }
    .b-det-wrap h3 {
        font-size: 2.8rem;
        line-height: 36x;
    }
    .b-det-wrap h4 {
        font-size: 2.4rem;
        line-height: 32px;
    }
    .b-det-wrap ul li:before {
        width: 12px;
        height: 12px;
        top: 5px;
    }
    .sp-b-box {
        min-height: auto;
        padding: 16px;
        border-width: 12px;
        font-size: 2.8rem;
        line-height: 39px;
        margin: 30px 0;
    }
}
