@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url('../fonts/Woff2/IRANSansXFaNum-Light.woff2') format('woff2'),
    url('../fonts/Woff/IRANSansXFaNum-Light.woff') format('woff');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../fonts/Woff2/IRANSansXFaNum-Regular.woff2') format('woff2'),
    url('../fonts/Woff/IRANSansXFaNum-Regular.woff') format('woff');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url('../fonts/Woff2/IRANSansXFaNum-Medium.woff2') format('woff2'),
    url('../fonts/Woff/IRANSansXFaNum-Medium.woff') format('woff');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url('../fonts/Woff2/IRANSansXFaNum-DemiBold.woff2') format('woff2'),
    url('../fonts/Woff/IRANSansXFaNum-DemiBold.woff') format('woff');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('../fonts/Woff2/IRANSansXFaNum-Bold.woff2') format('woff2'),
    url('../fonts/Woff/IRANSansXFaNum-Bold.woff') format('woff');
}
:root{
    --bs-font-size: "IRANSansX", sans-serif;
    --bs-color-primary:#35528C;
    --bs-color-secendly:#3F3F3F;
    --bs-color-thertry:#D2E7DF;
    --bs-color-green:#D2E7DF;
}
body{
    font-family: var(--bs-font-size);
    background: #F7F7F7;
    color: var(--bs-color-secendly)
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
}
input:focus{
    outline: none;
    box-shadow: none;
}
.radius-16 {
    border-radius:40px
}
.radius-20 {
    border-radius:20px
}
.radius-10{
    border-radius: 16px;
}
.shadow {
    box-shadow: 0 20px 40px -10px #00000008 !important;
}

/*--- Header ---*/

.navbar-brand{
    margin-right: 0;
}
.nav-link.active {
    color: var(--bs-color-primary) !important;
    font-weight: 700;
    position: relative;
}
.nav-link.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 3px;
    background: var(--bs-color-primary);
    width: 50%;
}


.sa-title {
    font-size: 20px;
    font-weight: 700;
}
.sa-link a {
    font-size: 16px;
    color: var(--bs-color-primary);
    font-weight: 400;
}

.post-one-body{
    padding: 62px 32px;
}
.as-one-block-img a,
.as-two-block-img a,
.as-three-block-img a,
.post-l-img a,
.rp-image a {
    display: block;
}
.as-one-block-img img {
    height: 428px;
    object-fit: cover;
    border-radius: 40px 0 0 40px;
}
.post-one-read-time {
    font-size: 12px;
    padding: 5px 12px;
    background: var(--bs-color-thertry);
    border-radius: 8px;
}
.post-one-time {
    font-size: 12px;
    padding: 5px 12px;
    background: #F3F3F3;
    border-radius: 8px;
}
.sa-post-one-title {
    padding-left: 108px;
    padding-top: 24px;
    padding-bottom: 15px;
}
.sa-post-one-title a {
    font-size: 30px;
    font-weight: 700;
    color: var(--bs-color-primary);
}
.sa-post-one-description {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 34px;
}
.sa-post-one-more a {
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid var(--bs-color-primary);
    padding: 10px 31px;
    font-weight: 700;
    background: #fff;
    color: var(--bs-color-primary);
}



.sa-post-two-block {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}
.sa-post-two-block-p-1 {
    grid-column: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 1;
}
.sa-post-two-block-p-2 {
    grid-column: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 2;
}
.sa-post-two-block-p-3 {
    grid-column: span 3 / span 3;
    grid-row: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 1;
}
.as-two-block-img img {
    height: 340px;
    object-fit: cover;
    border-radius: 40px 40px 0 0;
}
.post-two-body {
    padding: 24px;
}
.sa-post-two-title {
    padding: 24px 0;
}
.sa-post-two-title a {
    font-size: 20px;
    color: var(--bs-color-secendly);
    font-weight: 600;
}
.sa-post-two-description {
    font-size: 16px;
    font-weight: 400;
    padding-left: 60px;
}
.sa-post-two-more a {
    color: #60A98B;
    font-size: 13px;
    font-weight: 400;
}
.sa-post-two-more {
    margin-top: 34px;
}
.sa-post-two-block-p-1 .as-two-block-img img,.sa-post-two-block-p-2 .as-two-block-img img {
    height: 160px;
    border-radius: 20px 20px 0 0;
}
.sa-post-two-block-p-1 .post-two-body,.sa-post-two-block-p-2 .post-two-body {
    padding: 20px 20px 10px;
}
.sa-post-two-block-p-1 .sa-post-two-title a,.sa-post-two-block-p-2 .sa-post-two-title a {
    font-size: 16px;
    color: var(--bs-color-secendly);
    font-weight: 500;
}
.sa-post-two-block-p-1 .sa-post-two-title, .sa-post-two-block-p-2 .sa-post-two-title {
    padding: 0 0 15px 0;
}
.sa-post-two-block-p-1 .sa-post-two-more, .sa-post-two-block-p-2 .sa-post-two-more {
    margin-top: 9px;
}
.sa-post-two-block-p-1 .sa-post-two-block-body,.sa-post-two-block-p-2 .sa-post-two-block-body {
    border: 1px solid #E9E9E9;
}

.me-auto.hc-body {
    width: 55%;
    margin-top: -30px;
}

.as-three-block-img img {
    height: 214px;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}
.post-three-body {
    padding: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.sa-post-three-block .col-12.col-lg-7 {
    display: flex;
    align-items: center;
}
.sa-post-three-title a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.sa-post-three-description {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sa-post-three-more a {
    color: #60A98B;
    font-size: 13px;
    font-weight: 400;
}


.home-cta {
    height: 297px;
    width: 100%;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-image: var(--cta-bg, url(../img/cta-bg.png));
    display: flex;
    align-items: center;
    color: inherit;
}
.hc-title {
    font-size: 20px;
    color: #202020;
    font-weight: 600;
}
.hc-description {
    font-size: 14px;
    color: #202020;
    padding-left: 90px;
    line-height: 28px;
    padding-top: 18px;
}


footer {
    padding: 50px 0;
    background: #2D4576;
    margin-top: 80px;
}
.footer-description {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding-left: 70px;
    text-align: justify;
    padding-top: 20px;
}
.footer-menu-title {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 5px;
}
.footer-menu-menu li {

   margin-right: 20px;
}
.footer-menu-menu li::marker {
    color: #fff;
}
.footer-menu-menu a {
    font-size: 12px;
    color: #fff;
    line-height: 23px;
    font-weight: 300;
}
.footer-certs {
    background: #FFFFFF60;
    border-radius: 20px;
    padding: 20px 35px;
    width: fit-content;
    margin-right: auto;
}
.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.footer-social li {
    list-style: none;
}
.footer-social {
    padding-top: 20px;
    margin-bottom: -5px;
}






.breadcrumb{
    border-bottom: 1px solid #E5E7EB;
    padding-top: 40px;
    padding-bottom: 5px;
}
.breadcrumb ul li a {
    color: #777777;
    font-size: 14px;
}
.breadcrumb ul li {
    color: #35528C;
    font-size: 14px;
    list-style: none;
}
.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 5px;
}
.single-post {
    padding: 0;
}
.single-post-image img {
    border-radius: 16px;
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.single-post-title {
    color: #2D2D2D;
    font-size: 18px;
    font-weight: 500;
    padding-top: 24px;
}
.sidebar-ads img {
    width: 100%;
    border-radius: 16px;
}
.single-sidebar {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.side-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
}
.side-relate-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.spc-img img {
    width: 120px;
    height: 110px;
    border-radius: 0 16px 16px 0;
    object-fit: cover;
}
.side-post-card {
    display: flex;
    align-items: center;
    gap: 10px;
}
.spc-body .post-one-read-time {
    padding: 4px 6px;
}
.spc-body .post-one-time {
    padding: 4px 6px;
}
.spc-body .rp-bot {
    gap: 4px;
}
.spc-body {
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
.sidepc-title a{
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    overflow: hidden;
    color: #202020;
    display: block;
}
.spt-cats a {
    background: #FACBD6;
    border-radius: 500rem;
    color: #2a2a2a;
    font-size: 12px;
    padding: 4px 12px;
}
.scb-title,.scb-count {
    color: var(--bs-color-primary);
    font-size: 14px;
}
.side-cat {
    padding: 10px 15px;
    background: #fff;
    border-radius: 8px;
    font-weight: 300;
}
.scb-body {
    display: flex;
    justify-content: space-between;
}
.side-cats-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.side-cats-body .side-cat:nth-child(even){
    background: none;
}
.single-post-top-detail > ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.single-post-top-detail > ul > li {
    list-style: none;
}
.single-post-content {
    font-weight: 400;
    font-size: 14px;
    color: #202020;
    line-height: 25px;
}
.single-post-content-list {
    background: #E3E7EF;
    padding: 24px;
    border-radius: 20px;
    margin-block: 25px;
}
.spc-title {
    font-size: 18px;
    color: #202020;
    font-weight: 500;
    margin-bottom: 19px;
}
.spc-list .h2 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}
.spc-list .h3 {
    font-size: 14px;
    font-weight: 400;
}
.spc-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.single-post-content h2 {
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: 500;
}
.single-post-content h3 {
    font-size: 17px;
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: 400;
}
.single-post-content h4 {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: 400;
}
.single-post-content img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 40px;
}
.relation-post-title {
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px;
}
.single-post-end-title {
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 11px;
}
.single-post-end-body {
    font-weight: 400;
    font-size: 14px;
    color: #202020;
    line-height: 25px;
}




.relation-post {
    padding: 5px 0 30px;
}
.rp-bot .post-one-read-time {
    background: #E3E7EF;
}
.rp-image img {
    height: 170px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
}
.rp-body-inner {
    padding: 18px;
}
.rp-title {
    font-size: 16px;
    font-weight: 500;
    min-height: 62px;
    overflow: hidden;
}
.rp-bot {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.rp-more {
    margin-right: auto;
}



.post-list-body {
    border: 1px solid #E9E9E9;
}
.post-l-img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.post-l-inner {
    padding: 16px 20px;
}
.post-l-title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    height: 50px;
    overflow: hidden;
    color: #202020;
}
.post-l-detail .rp-bot{
    display: flex;
    justify-content: space-between;
}
.post-l-detail .post-one-read-time {
    border-radius: 500rem;
    padding: 4px 8px;
}
.post-l-detail .post-one-time {
    border-radius: 500rem;
    padding: 4px 8px;
}
.post-l-description {
    font-weight: 300;
    font-size: 14px;
    padding: 10px 0;
}
.post-l-bot {
    text-align: left;
}
.archive-posts .col-12.col-lg-4 {
    padding: 8px;
}




@media (max-width: 991px) {
    .radius-16 {
        border-radius:20px
    }
    .flex-small-column-reverse {
        flex-direction: column-reverse !important;
    }
    .as-one-block-img img {
        height: 235px;
        object-fit: cover;
        border-radius: 20px 20px 0 0;
    }
    .sa-post-one-title {
        padding-left: 0;
    }
    .sa-post-one-title a {
        font-size: 20px;
    }
    .sa-post-one-description {
        font-size: 16px;
    }
    .sa-post-one-more {
        text-align: left;
    }
    .post-one-body {
        padding: 32px 12px;
    }
    .sa-title {
        font-size: 16px;
        font-weight: 500;
    }
    .sa-link a {
        font-size: 14px;
        font-weight: 400;
    }
    .sa-post-two-block-card .as-two-block-img img {
        height: 290px;
    }
    .sa-post-two-blocks {
        padding-right: 10px;
    }
    .sa-post-two-blocks .post-two-body {
        padding: 20px 14px;
    }
    .sa-post-two-titles {
        width: 89%;
    }
    .sa-post-two-titles a {
        color: #3F3F3F;
        font-size: 16px;
        width: 100%;
        display: block;
        font-weight: 300;
    }
    .sa-post-tow-descriptions {
        padding-top: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .sa-post-tows-bot {
        max-height: 40px;
        margin-top: 10px;
        overflow: hidden;
    }
    .sa-post-two-blocks .post-one-read-time, .sa-post-two-blocks .post-one-time {
        width: max-content;
        /*line-height: 30px;*/
    }
    .post-three-body .post-one-read-time, .post-three-body .post-one-time {
        padding:5px 10px;
    }
    .post-three-body .sa-post-one-top {
        display: flex;
        flex-direction: column;
        gap:5px
    }
    .as-three-block-img{
        height: 100%;
    }
    .sa-post-two-blocks .post-three-body {
        padding: 15px 12px;
    }
    .sa-post-two-more {
        margin-top: 0;
    }
    .home-cta {
        background-image: var(--cta-bg-m, url(../img/cta-bg-mobile.png));
        height: 380px;
        width: 100%;
    }
    .hc-description {
        padding-left: 0;
        padding-top: 18px;
        text-align: justify;
    }
    .me-auto.hc-body {
        width: 100%;
        margin-top: 270px;
    }
    .as-three-block-img img {
        height: 157px;
    }
    .post-three-body .sa-post-two-titles a {
        font-size: 14px !important;
        height: 40px;
        overflow: hidden;
    }
    .footer-description {
         padding-left: 0;
    }
    .footer-menu {
        margin-top: 30px;
    }
    .footer-social {
        margin-top: 50px;
    }
    .header-cats a{
        font-size: 14px;
        color: #202020;
    }
    .sa-post-one-more a {
        padding: 9px 29px;
    }
    nav.navbar {
        box-shadow: 0 0 11px 4px #00000040;
    }
    .rank-math-brade ul {
        padding-right: 13px;
    }
    .rp-bot {
        gap: 5px;
    }
    .rp-more .post-one-read-time {
        padding: 4px 3px;
    }
    .single-post-image img {
        height: 200px;
    }

    .single-post-title {
        font-size: 16px;
    }
}

.skip-link{
    position:absolute;
    right:-999px;
    top:0;
    background:#35528C;
    color:#fff;
    padding:8px 16px;
    z-index:9999;
}
.skip-link:focus{
    right:8px;
}
.screen-reader-text{
    clip:rect(1px,1px,1px,1px);
    position:absolute !important;
    height:1px;
    width:1px;
    overflow:hidden;
}
h2.sa-post-one-title{
    margin:0;
}
.navbar-brand img,
.custom-logo{
    max-height:48px;
    width:auto;
}
.footer-logo img{
    max-height:56px;
    width:auto;
}
.na-cat-list{
    list-style:none;
    padding:0;
}
.na-cat-list a{
    display:flex;
    justify-content:space-between;
    padding:10px 0;
    color:#202020;
    border-bottom:1px solid #eee;
    font-size:14px;
}
.na-cat-list span{
    color:#35528C;
    font-size:12px;
}
#naMenu .navbar-nav{
    flex-direction:column;
    gap:6px;
    margin-bottom:20px;
}
#naMenu .nav-link{
    color:#202020;
    padding:8px 0;
}
.na-search{
    display:flex;
    gap:8px;
    background:#f3f3f3;
    border-radius:10px;
    padding:6px 10px;
}
.na-search input{
    border:0;
    background:transparent;
    width:100%;
    font-family:inherit;
    font-size:14px;
}
.na-search button{
    border:0;
    background:transparent;
    color:#35528C;
}
.na-share{
    position:relative;
}
.na-share-btn{
    border:0;
    background:transparent;
    padding:0;
}
.na-share-list{
    display:none !important;
    position:absolute;
    top:100%;
    right:0;
    background:#fff;
    box-shadow:0 10px 30px #00000014;
    border-radius:12px;
    padding:8px 0;
    min-width:140px;
    z-index:20;
    list-style:none;
}
.na-share.is-open .na-share-list{
    display:block !important;
}
.na-share-list a,
.na-share-list button{
    display:block;
    width:100%;
    text-align:right;
    border:0;
    background:transparent;
    padding:8px 14px;
    font-size:13px;
    color:#202020;
    font-family:inherit;
}
.na-pager{
    display:flex;
    justify-content:center;
    gap:8px;
    padding:30px 0 10px;
}
.na-pager .page-numbers{
    min-width:36px;
    height:36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:#fff;
    color:#35528C;
    font-size:14px;
}
.na-pager .current{
    background:#35528C;
    color:#fff;
}
.na-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    padding:20px 0;
}
.na-tags a{
    background:#FACBD6;
    border-radius:500rem;
    color:#2a2a2a;
    font-size:12px;
    padding:4px 12px;
}
.archive-intro{
    font-size:15px;
    line-height:28px;
    color:#3F3F3F;
    padding:10px 8px 20px;
}
.na-comments{
    padding-top:40px;
    margin-top:20px;
    border-top:1px solid #E5E7EB;
}
.na-cmt-title{
    font-size:20px;
    font-weight:700;
    color:#202020;
    padding-bottom:18px;
}
.na-comment-list,
.na-comment-list .children{
    list-style:none;
    padding:0;
    margin:0;
}
.na-comment-list{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-bottom:28px;
}
.na-comment-list .children{
    margin-top:12px;
    padding-right:18px;
    display:flex;
    flex-direction:column;
    gap:12px;
    border-right:2px solid #D2E7DF;
}
.na-cmt{
    display:flex;
    gap:14px;
    background:#fff;
    border-radius:20px;
    padding:18px;
    box-shadow:0 20px 40px -10px #00000008;
}
.na-cmt-av img{
    width:48px;
    height:48px;
    border-radius:14px;
    object-fit:cover;
    display:block;
}
.na-cmt-main{
    flex:1;
    min-width:0;
}
.na-cmt-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:10px;
}
.na-cmt-name{
    font-size:15px;
    font-weight:600;
    color:#35528C;
}
.na-cmt-text{
    font-size:14px;
    line-height:25px;
    color:#202020;
}
.na-cmt-text p{
    margin:0 0 8px;
}
.na-cmt-text p:last-child{
    margin:0;
}
.na-cmt-wait{
    font-size:12px;
    color:#60A98B;
    background:#D2E7DF;
    border-radius:8px;
    padding:5px 12px;
    margin-bottom:10px;
    display:inline-block;
}
.na-cmt .comment-reply-link{
    display:inline-block;
    margin-top:10px;
    color:#60A98B;
    font-size:13px;
}
.na-cmt-box{
    background:#fff;
    border-radius:20px;
    padding:24px;
    box-shadow:0 20px 40px -10px #00000008;
}
.na-cmt-form-title{
    font-size:18px;
    font-weight:500;
    color:#202020;
    margin-bottom:16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}
.na-cmt-cancel a{
    font-size:13px;
    font-weight:400;
    color:#35528C;
}
.na-cmt-form{
    display:flex;
    flex-direction:column;
    gap:12px;
}
.na-cmt-row{
    display:flex;
    gap:12px;
}
.na-cmt-field{
    flex:1;
}
.na-cmt-field input,
.na-cmt-field textarea{
    width:100%;
    border:1px solid #E9E9E9;
    background:#F7F7F7;
    border-radius:12px;
    padding:12px 14px;
    font-family:inherit;
    font-size:14px;
    color:#202020;
}
.na-cmt-field textarea{
    min-height:120px;
    resize:vertical;
}
.na-cmt-field input:focus,
.na-cmt-field textarea:focus{
    outline:none;
    border-color:#35528C;
    background:#fff;
}
.na-cmt-cook{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:12px;
    color:#777;
    font-weight:400;
}
.na-cmt-cook input{
    width:16px;
    height:16px;
    accent-color:#35528C;
}
.form-submit{
    margin:0;
}
.na-cmt-submit{
    font-size:14px;
    font-weight:700;
    font-family:inherit;
    border-radius:8px;
    border:1px solid #35528C;
    background:#35528C;
    color:#fff;
    padding:10px 31px;
    cursor:pointer;
}
.na-cmt-closed{
    font-size:14px;
    color:#777;
}
@media (max-width: 991px) {
    .na-cmt-row{
        flex-direction:column;
    }
    .na-comment-list .children{
        padding-right:10px;
    }
    .na-cmt{
        padding:14px;
        border-radius:16px;
    }
}
.na-404 .na-search{
    max-width:360px;
    margin:20px auto 0;
}
.sa-post-one-more-link{
    font-size:14px;
    border-radius:8px;
    border:1px solid var(--bs-color-primary);
    padding:10px 31px;
    font-weight:700;
    background:#fff;
    color:var(--bs-color-primary);
    display:inline-block;
}
.rp-title a{
    color:#202020;
}
.spc-list a{
    color:#202020;
}
.single-post-content a{
    color:#35528C;
}
.wp-caption{
    max-width:100%;
}
.aligncenter{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.owl-nav{
    display:none;
}
.owl-dots{
    display:none;
}
.home-cta:hover{
    color:inherit;
}



