@import url('global.css');

.custom-btn {
    background: #4DB6BB;
    border: 1px solid #4DB6BB;
    color: #fff;
    border-radius: 60px;
    padding: 12px 30px;
}

.custom-btn:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-whtBord {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-whtBord:hover {
    background: #4DB6BB;
    border: 1px solid #4DB6BB;
}


.headbut .custom-btn{color: #fff !important;}

/*header css start*/
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 5px 0;
    transition: all ease 0.5s;
}

.site-header .container {
    max-width: 93%;
}

.navbar-brand {
    max-width: 100px;
}

.navbar-brand img {
    max-width: 100%;
    display: block;
    transition: all ease 0.5s;
}

.site-header .navbar {
    padding: 0;
}

.site-header .navbar-collapse {
    margin-top: 0;
    flex-basis: min-content;
}

.site-header .navbar-collapse .navbar-nav {
    margin: 0 0 0 auto;
}

.site-header .navbar-nav li {
    margin: 0 0 0 30px;
}

.site-header .navbar-nav li a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    position: relative;
}

.site-header .navbar-nav li a.nav-link:hover,
.site-header .navbar-nav li:hover a.nav-link {
    color: #03bdc6;
}

.site-header .navbar-nav .active>.nav-link,
.site-header .navbar-nav .nav-link.active,
.site-header .navbar-nav .nav-link.show,
.site-header .navbar-nav .show>.nav-link,
.site-header .navbar-nav li a.nav-link:focus {
    color: #03bdc6;
}

.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-nav .nav-link.active {
    color: #03bdc6;
}

/*sticky header*/
.site-header.scroll-header {
        background: 
  linear-gradient(
355deg, #4db6bb, #092425);
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

/*animated nav icon*/
#nav-icon {
    position: relative;
    border: 0;
    margin: 0;
    right: 0;
    width: 30px;
    height: 22px;
    z-index: 10;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

#nav-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #03bdc6;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon span:nth-child(1) {
    top: 0
}

#nav-icon span:nth-child(2) {
    top: 10px
}

#nav-icon span:nth-child(3) {
    top: 20px
}

#nav-icon.animate-icon span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#nav-icon.animate-icon span:nth-child(2) {
    opacity: 0;
    left: -10px
}

#nav-icon.animate-icon span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media only screen and (max-width: 1440px) {
    .site-header .container {
        max-width: 1135px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -350px;
        background: #103246;
        height: 100% !important;
        width: 350px;
        padding: 20px 10px;
        transition: all ease 0.1s;
    }

    .site-header .navbar-collapse.show {
        left: 0;
    }

    .site-header .navbar-nav li {
        margin: 0;
    }

    .site-header .navbar-nav li a.nav-link {
        color: #ffffff;
        padding: 10px;
    }

    .site-header .navbar-nav li a.nav-link:hover,
    .site-header .navbar-nav li a.nav-link:focus {
        color: #03bdc6;
    }

    .site-header .navbar-nav .active>.nav-link,
    .site-header .navbar-nav .nav-link.active,
    .site-header .navbar-nav .nav-link.show,
    .site-header .navbar-nav .show>.nav-link,
    .site-header .navbar-nav li a.nav-link:focus {
        color: #03bdc6;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-brand {
        max-width: 80px;
    }
a.navbar-brand{display: flex;align-items: center;}
}

@media only screen and (max-width: 575px) {
    .site-header .navbar-collapse {
        width: 50%;
        left: -50%;
    }
}

/*header css end*/

/*banner css start*/
.heroBanner {
    position: relative;
    padding: 130px 0 0 0;
    background-image: linear-gradient(
355deg, #4db6bb, #092425);
    background-repeat: no-repeat;
    background-size: cover;
}

.heroBanner .container {
    max-width: 1140px;
}

.heroBanner .heroBgShape .heroMap {
    filter: brightness(120%);
    left: 0;
    opacity: 0.03;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.heroBanner .heroBgShape .heroVector1 {
    filter: brightness(0) invert(1);
    height: 600px;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.heroBanner .heroBgShape .heroVector2 {
    filter: brightness(0) invert(1);
    height: 550px;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 80px;
    display: none;
}

.heroBanner .bnrBadge {
    display: inline-flex;
    background-color: #00683a;
    color: #ffffff;
    font-size: 11px;
    border-radius: 50px;
    padding: 8px 10px;
    align-items: center;
    gap: 0 5px;
    font-weight: 700;
    display: none;
}

.heroBanner .bnrForm {
    position: relative;
    margin-left: auto;
}

.heroBanner .bnrForm img {
    width: 100%;
    display: block;
}

.heroBanner h1 {
    color: #fff
}

.heroBanner p {
    color: #fff
}

@media only screen and (max-width: 1440px) {
    .heroBanner .bnrForm {
        max-width: 350px;
    }
}

@media only screen and (max-width: 1199px) {
    .heroBanner {
        padding: 110px 0 0 0;
    }

    .headbut .custom-btn {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .heroBanner {
        padding: 100px 0 0 0;
        text-align: center;
    }

    .heroBanner .bnrForm {
        margin-top: 40px;
        max-width: 219px;
        margin-left: auto;
        margin-right: auto;
    }

    .heroBanner .bnrForm::before {
        display: none;
    }

    .heroBanner .heroBgShape .heroVector1 {
        height: 40%;
    }

    .heroBanner .heroBgShape .heroVector2 {
        height: 35%;
    }

    .headbut .custom-btn {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 565px) {
    .headbut .custom-btn {
        width: 100%;
    }
}

/*banner css end*/

/*why choose css start*/
.whyChoose {
    padding: 80px 0;
     background: linear-gradient(135deg, #484747, #292929, #202020);
}
.whyChoose h2{
    color: #fff;
}

.whyChoose .cardBlock {
    border-radius: 12px;
    background-color: #ffffff;
    padding: 48px 24px 24px 24px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    transition: all ease 0.3s;
    box-shadow: 0 10px 10px 5px #00000075;
    height: calc(100% - 40px);
}
.whyChoose .cardBlock .icon {
    width: 68px;
    height: 68px;
    display: block;
    margin-bottom: 50px;
}

.whyChoose .cardBlock .h4 {
    margin-bottom: 40px;
}

.whyChoose .cardBlock .hoverBg {
    position: absolute;
    right: 25px;
    top: -97px;
    opacity: 0;
}

.whyChoose .cardBlock:hover {
    background: linear-gradient(to bottom, #221633 0%, #0f2d3e 99%);
    box-shadow: none;

}

.whyChoose .cardBlock:hover h3,
.whyChoose .cardBlock:hover p {
    color: #fff !important
}


.whyChoose .cardBlock:hover .hoverBg {
    opacity: 1;
}

.whyChoose .cardBlock:hover .icon img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(87%) saturate(315%) hue-rotate(136deg) brightness(93%) contrast(89%);
}

@media only screen and (max-width: 1440px) {
    .whyChoose .cardBlock .hoverBg {
        top: -60px;
    }

    .whyChoose .cardBlock .hoverBg img {
        height: 125px;
        display: block;
    }

    .whyChoose .cardBlock .icon {
        margin-bottom: 30px;
    }

    .whyChoose .cardBlock .h4 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .whyChoose {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .whyChoose h2 {
        text-align: center;
    }

    .whyChoose h2 br {
        display: none;
    }

    .whyChoose .cardBlock {
        margin-top: 15px;
        padding: 25px;
        height: calc(100% - 15px);
    }

    .whyChoose .cardBlock .hoverBg {
        top: -46px;
    }

    .whyChoose .cardBlock .hoverBg img {
        height: 90px;
    }
}

/*why choose css end*/

/*app slider css start*/
.appScreenSlide {
    padding: 80px 0;
    color: #fff;
    background-color: #17160f;
}
.appScreenSlide h2{color: #fff;}

.appScreenSlide .appSlide.owl-carousel {
    max-width: 900px;
    margin: 50px auto 0;
}

.appImg {
    transform: perspective(2000px) rotateY(-26deg);
    max-width: 230px;
    padding: 0;
    text-align: center;
    margin: auto;
}

.appSlide.owl-carousel .owl-item.center+div .appImg {
    transform: perspective(2000px) rotateY(26deg);
}

.appSlide.owl-carousel .owl-item.center .appImg {
    transform: perspective(0) rotateY(0deg);
    max-width: 260px;
}

.appSlide.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

@media screen and (max-width:1600px) {
    .appImg {
        max-width: 300px;
    }

    .appSlide.owl-carousel .owl-item.center .appImg {
        max-width: 315px;
    }
}

@media screen and (max-width:1199px) {
    .appScreenSlide {
        padding: 40px 0;
    }

    .appScreenSlide .appSlide.owl-carousel {
        margin-top: 15px;
    }

    .appSlide.owl-carousel .owl-item.center .appImg {
        max-width: 265px;
    }

    .appImg {
        max-width: 230px;
    }
}

@media only screen and (max-width: 991px) {
    .appImg {
        max-width: 195px;
    }
}

@media only screen and (max-width: 767px) {
    .appImg {
        max-width: 66px;
    }
}

/*app slider css end*/

/*partner css start*/
.partners {
    padding: 80px 0;
}

.partners .h4 {
    margin-bottom: 35px;
}

.partnerSlider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .partners {
        padding: 40px 0;
    }
}

/*partner css end*/

/*how its work start*/
.howWorks {
    padding: 80px 0;
   background: linear-gradient(135deg, #484747, #292929, #202020);
}

.howWorks .leftBlock {
    width: 35%;
     background:linear-gradient(356deg, #4db6bb, #092425);
    border-radius: 12px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 45px 70px 0 110px;
}

.howWorks .leftBlock .h3 {
    color: #fff;
}

.howWorks .leftBlock .patternImg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.howWorks .rightBlock {
    width: 65%;
    padding: 50px calc(calc(100vw - 1360px)/2) 50px 50px;
}

.howWorks .imgBlock {
    padding: 15px;
}

.processStep {
    margin-top: 40px;
    color: #fff;
}

.processStep .no {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
355deg, #4db6bb, #092425);
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    /* padding-bottom: 10px; */
    margin-bottom: 20px;
    color: #fff
}

.processStep h4 {
    font-size: 24px;
    color: #fff;
}

@media only screen and (max-width: 1440px) {
    .howWorks .leftBlock {
        padding: 45px 45px 0 65px;
    }

    .howWorks .rightBlock {
        padding: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .howWorks {
        padding: 40px 0;
    }

    .howWorks .leftBlock {
        padding: 30px 20px 0 20px;
    }

    .howWorks .rightBlock {
        padding: 30px;
    }

    .processStep {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .howWorks .leftBlock {
        width: 100%;
    }

    .howWorks .rightBlock {
        width: 100%;
    }

    .processStep h4 {
        font-size: 20px;
    }
}

/*how its work end*/

/*send money start*/
.sendMoney {
    padding: 80px 0;
}

.sendMoneyInner {
    background-color: #00683a;
    border-radius: 12px;
    color: #ffffff;
    padding: 40px 0 40px 40px;
}

.sendMoneyInner .h3 {
    color: #ffffff;
}

.sendMoney .appScreenImg {
    margin-right: 50px;
}

.sendMoney .symbelImg img {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .sendMoney {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .sendMoneyInner {
        padding: 30px 0 30px 30px;
    }
}

@media only screen and (max-width: 575px) {}

/*send money end*/

/*country start*/
.serveCountry {
    padding: 80px 0;
    background: #17160f url('../images/map-pattern-bg.png') no-repeat;
    background-position: bottom center;
    background-size: 100%;
    color: #fff;
}

.serveCountry h2, .serveCountry h3{
    color: #fff;
}

.serveCountry .countryList {
    gap: 19px 20px;
}

.serveCountry .countryList li .country {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #ffffff;
    font-weight: 700;
    border-radius: 30px;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    gap: 0 6px;
    color: #000000;
}

.serveCountry .countryList li .country img {
    max-width: 25px;
}

.serveCountry .countryList.fourCol {
    max-width: 70%;
    gap: 20px 0;
    margin-top: 40px;
}

.serveCountry .countryList.fourCol li {
    width: 25%;
}

@media only screen and (max-width: 1440px) {
    .serveCountry .countryList {
        gap: 12px 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .serveCountry {
        padding: 40px 0;
    }

    .serveCountry .countryList.fourCol {
        max-width: 100%;
        justify-content: space-between;
    }

    .serveCountry .countryList.fourCol li {
        width: 24%;
    }
}

@media only screen and (max-width: 767px) {
    .serveCountry .countryList {
        margin-top: 18px;
    }

    .serveCountry .countryList.fourCol li {
        width: 33.33%;
    }
}

@media only screen and (max-width: 679px) {
    .serveCountry .countryList.fourCol li {
        width: 49%;
    }

    .serveCountry .countryList li .country {
        font-size: 12px;
    }

    .serveCountry .countryList li .country img {
        max-width: 20px;
    }
}

/*country end*/

/*get app start*/
.getApp {
    padding: 80px 0 0 0;
       background: 
  linear-gradient(
355deg, #4db6bb, #092425);
}

.getAppInner {

    border-radius: 12px;
    color: #ffffff;
    padding: 42px 42px 0;

}

.getAppInner .h3 {
    color: #ffffff;
}

.getApp .btn-primary {
    height: auto;
    line-height: 1;
    padding: 7px 20px;
    font-size: 15px;
    border-radius: 5px;
}

.getApp .btn-primary.btn-bdr {
    border-color: #ffffff;
    color: #ffffff;
}



.getApp .btn-primary.btn-bdr:hover,
.getApp .btn-primary.btn-bdr:focus {
    border-color: #140201;
}

.getApp .appScreenImg {
    margin-right: 50px;
}

.getApp .btnGroup {
    gap: 0 15px;
}

@media only screen and (max-width: 1199px) {
    .getApp {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 991px) {
    .getApp .appScreenImg {
        margin: 0;
    }

    .getApp .btn-primary {
        padding: 7px 12px;
    }
}

@media only screen and (max-width: 767px) {
    .getAppInner {
        padding: 30px 30px 0;
    }

    .getApp .appImg {
        margin: 40px auto 0 auto;
        display: flex;
        justify-content: center;
        max-width: 350px;
    }

    .getApp .appScreenImg {
        text-align: center;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .getAppInner {
        padding: 25px 25px 0;
    }

    .getApp .btn-primary {
        padding: 5px 8px;
        font-size: 12px;
    }
}

/*get app end*/

/*footer css start*/
.footer {
    padding: 30px 0;
    background: #292929;
}

.footLogo {
    display: block;
    max-width: 109px;
    margin-bottom: 15px;
}

.footer h4 {
    color: #ffffff;
    font-size: 22px;
}

.footer .address ul li {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.footer .address ul li b {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.footer .address ul li i {
    width: 20px;
    min-width: 20px;
    margin-right: 8px;
    margin-top: -1px;
}

.footer .address ul li a {
    color: #ffffff;
    display: flex;
}



.footer ul.link li {
    display: block;
}

.footer ul.link li a {
    color: #ffffff;
    position: relative;
    display: block;
    padding-left: 15px;
}

.footer ul.link li a:before {
    display: inline-block;
    content: "";
    background: url('../images/arrow-icon.png') no-repeat;
    background-size: 100%;
    width: 6px;
    position: absolute;
    left: 0;
    top: 5px;
    height: 12px;
}

.footer ul.link li a:hover {
    color: #03bdc6;
}

.footer ul.link li a:hover:before {
    filter: brightness(0) saturate(100%) invert(72%) sepia(74%) saturate(4794%) hue-rotate(143deg) brightness(97%) contrast(98%);
}

.footer .socialIcon {
    justify-content: flex-end;
    gap: 0 10px;
}

.footer .socialIcon li a {
    background: #fff;
    border-radius: 100%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
}

.footer .socialIcon li a:hover {
    background-color: #4DB6BB;
}

.footer .socialIcon li a:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(7458%) hue-rotate(195deg) brightness(129%) contrast(100%);
}

.footer .footBottomBar {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer .footBottomBar ul {
    gap: 0 15px;
}

.footer .footBottomBar ul li a {
    color: #ffffff;
}

.footer .footBottomBar ul li a:hover {
    color: #03bdc6;
}

@media only screen and (max-width: 991px) {
    .footer {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 30px 0 15px;
    }

    .footer .address {
        margin-bottom: 25px;
    }

    .footer .socialIcon {
        justify-content: center;
    }

    .footer .socialIcon li a {
        width: 35px;
        height: 35px;
    }

    .footer .footBottomBar {
        margin-top: 15px;
    }

    .footer .footBottomBar ul {
        width: 100%;
        margin-bottom: 15px;
        justify-content: center;
    }
}



/*footer css end*/

/*inner bnr css start*/
.innerBnr {
    background-image: linear-gradient(
355deg, #4db6bb, #092425);
    padding: 130px 0 65px 0;
}

.innerBnr h1 {
    color: #fff
}

.breadcrumb {
    color: #fff
}

.breadcrumb li a {
    color: #fff
}

.breadcrumb li a:hover {
    color: #03bdc6;
}

@media only screen and (max-width: 991px) {
    .innerBnr {
        padding: 100px 0 30px 0;
    }
}

/*inner bnr css end*/

/*cms css start*/
.cmsContentBlock {
    padding: 50px 0 19px 0;
}

.cmsContentBlock ul,
.cmsContentBlock ol {
    margin-bottom: 30px;
}

.cmsContentBlock ul li {
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.cmsContentBlock ul li:before {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 100%;
    background-color: #00683a;
}

.cmsContentBlock p {
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .cmsContentBlock {
        padding: 30px 0 15px 0;
    }
}

/*cms css end*/

/*about us page css start*/
/*inner bnr start*/
.innerBnr {
    overflow: hidden;
}

.innerBnr .innerBnrBg {
    filter: brightness(120%);
    left: 0;
    opacity: 0.03;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.innerBnr p {
    margin-bottom: 10px;
}

/*inner bnr end*/
/*about welcome start*/
.aboutWelcome {
    padding: 80px 0;
}

/*about welcome end*/
/*features start*/
.features {
    padding: 80px 0;
}

.features .whyChooseCard {
    background: rgba(0, 86, 45, 0.1);
    padding: 28px;
    margin-top: 25px;
    border-radius: 12px;
    text-align: center;
    transition: all ease 0.3s;
    height: calc(100% - 25px);
}

.features .whyChooseCard h4 {
    font-size: 22px;
}

.features .whyChooseCard i {
    display: block;
    width: 100%;
    max-width: 70px;
    text-align: center;
    margin: 0 auto 15px;
}

.features .whyChooseCard:hover {
    background-color: #cde1d8;
}

.features .whyChooseCard:hover i img {
    filter: invert(26%) sepia(22%) saturate(4140%) hue-rotate(127deg) brightness(96%) contrast(105%);
}

@media only screen and (max-width: 1199px) {
    .features {
        padding: 40px 0;
    }

    .features .whyChooseCard {
        padding: 15px;
    }

    .features .whyChooseCard i {
        max-width: 55px;
    }

    .features .whyChooseCard h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .features .whyChooseCard {
        margin-top: 15px;
        height: auto;
    }
}

/*features end*/
/*our values start*/
.values {
    margin: 40px 0 0;
    padding: 60px 0;
    background-color: #00562d;
}

.values:after {
    background: url('../images/money-pattern.jpg') repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.values .sectionTitle {
    margin: 0 auto 25px;
    max-width: 680px;
}

.values .sectionTitle h2,
.values .sectionTitle p {
    color: #ffffff;
}

.values .valurCard {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0px 19px -3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-top: 25px;
    height: calc(100% - 25px);
    transition: all ease 0.3s;
}

.values .valurCard i {
    width: 50px;
    margin: 0 0 15px 0;
    height: 50px;
    border-radius: 100%;
    min-width: 50px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.values .valurCard h4 {
    font-size: 18px;
    color: #1bf1a4;
    margin-bottom: 10px;
}

.values .valurCard:hover {
    background-color: #000000;
}

@media only screen and (max-width: 1199px) {
    .values {
        margin: 20px 0 0 0;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .values .valurCard {
        height: auto;
        margin-top: 15px;
    }
}

/*our values end*/
/*about us page css end*/

/*faq css start*/
.faqSection {
    padding: 80px 0 0;
}

@media only screen and (max-width: 1199px) {
    .faqSection {
        padding: 40px 0 0;
    }
}

/*faq css end*/

/*contact css start*/
.contactInfo {
    padding: 80px 0 0;
}

.contactInfo ul li {
    font-size: 16px;
}

.contactInfo ul li b {
    display: block;
    font-size: 20px;
    margin-top: 15px;
}

.contactImg img {
    width: 100%;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .contactInfo {
        padding: 40px 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .contactImg {
        margin-top: 25px;
    }
}

/*contact css end*/

.site-content h2 {
    font-size: 40px;
}

.site-content h3 {
    font-size: 35px;
}

.site-content h4 {
    font-size: 30px;
}
.site-content h5 {
    font-size: 25px;
}
.site-content h6 {
    font-size: 20px;
}