@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&family=Luckiest+Guy&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Roboto Flex', sans-serif;
}
.desktop-menu {
    position: relative;
}

.desktop-menu {
    color: rgb(35, 36, 38);
    font-size: 16px;
    font-weight: 500;
    margin-left: 20px;
}
.navber-color{
    padding: 10px;
    background-color: #fff;
}

.desktop-menu::after {
    content: "";
    bottom: 0px;
    left: 0px;
    transition: all 0.5s initial;
    width: 100%;
    opacity: 0.5;
    position: absolute;
}

.desktop-menu:hover::after {
    border-bottom: 3px solid rgb(35, 36, 38);
}

.desktop-btn {
    color: rgb(255, 255, 255);
    background-color: rgb(35, 36, 38);
    transition: all 0.3s ease 0s;
    font-weight: 500;
    border-radius: 3.2rem;
    border: 2px solid rgb(35, 36, 38);
    display: inline-block;
    font-size: 18px;
    padding: 15px 35px 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
}

.desktop-btn:hover {
    background-color: transparent;
    border-color: rgb(35, 36, 38);
    color: rgb(35, 36, 38);

}

.desktop-login {
    color: rgb(35, 36, 38);
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
}
.ifsam-header-title{
    font-size: 50px;
    width: 80%;
    margin: 0 auto;
    font-weight: 600;
    line-height: 0.8;
}
.ifsam-header-sub-title{
    font-size: 20px;
    width: 60%;
    margin: 0 auto;
    font-weight:400;
}
.business-title h1 {
    padding-top: 4rem;
    font-size: 50px;
    width: 80%;
    margin: 0 auto;
    font-weight: 600;
}
.business-title p {
    font-size: 20px;
    width: 60%;
    margin: 0 auto;
    font-weight:400;
}
.feature-callout-text h2 {
    font-size: 38px;
    font-weight: 600;
}
.feature-callout-text p {
    font-size: 21px;
}
.feature-inner h2{
    font-size: 35px;
    font-weight: 600;
}
.feature-inner p {
    font-size: 20px;
    width: 72%;
    margin: 0 auto;
}
.feature-inner img{
    margin-top: 40px;
}
.feature-brief-text h4 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px;
}
.feature-brief-text p {
    font-size: 17px;
    font-weight: 400;
}
.tout-quotation h4{
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
}
.tout-stat{
    position: relative;
}
.tout-stat:before {
    background: url(../images/dot-rectangle.png);
    content: "";
    display: block;
    height: 221px;
    position: absolute;
    left: 0;
    top: 0;
    width: 93px;
    z-index: -1;
}
.tout-stat h2 {
    font-weight: 700;
    font-size: 70px;
    float: right;
    margin-right: 61px;
}
.tout-stat h4 {
    font-weight: 600;
    font-size: 21px;
    float: right;
    margin-left: 99px;
}
.passionate-inner h2{
    font-size: 35px;
    font-weight: 600;
}
.passionate-inner p {
    font-size: 18px;
    width: 53%;
    margin: 0 auto;
    font-weight: 400;
}

footer{
    background-color: #000000;
}
.footer-tilte h4{
   font-size: 25px;
   font-weight: 300;
}
.footer-text h6{
   font-size: 19px;
   font-weight: 500;
}
.markting-footer{
    color: #ffff;
}
.markting-footer:hover{
    color: #9b9b9b;
}
.soical-icon i{
    color: #fff;
    font-size: 25px;
}
.soical-icon i:hover{
    color: #9b9b9b;
}
.email-inner{
    color: #fff;
    font-size: 10px;
    font-weight: 300;
}
.email-inner a{
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
}


.entry-title h1 {
    font-size: 51px;
    font-weight: 700;
}

.entry-title p {
    color: #ef6351;
    font-size: 20px;
    font-weight: 500;
}

.entry-title p a:hover {
    color: #232426;
}

.entry-title span {
    color: #232426 !important;
    font-weight: 500;
}
.updated{
    color: #232426 !important;
    font-weight: 500;
}
.blog-title p{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}
.blog-title p a {
    color: #ef6351;
    font-size: 20px;
    font-weight: 500;
    display: inline;
}
.blog-title p a:hover{
    color: #232426;
}
.block-border{
    border: 1px solid #232426!important;
    margin: 1.5em 0;
}
.form-title h3{
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
}
.form-control {
    padding: 0px 0px 0px 16px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    background-color: rgb(255, 255, 255);
}
.form-btn{
    background: rgb(35, 36, 38);
    border-radius: 4px;
    border-style: none;
    border-color: rgb(0, 0, 0);
    border-width: 2px;
    color: rgb(255, 255, 255);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    white-space: normal;
    padding: 0px 10px;
    text-align: center;
    cursor: pointer;
    height: 54px;
}
.form-title p{
    font-size: 12px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    margin-top: 10px;
}
.form-title p a{
    color: #ef6351;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}
.blog-inner p{
    font-size: 20px;
    margin-top: 25px;
}
.blog-inner p a{
    color: #ef6351;
    font-size: 20px;
    font-weight: 600;
    display: inline;
}
.blog-inner h6{
    font-size: 20px;
    font-weight: 700;
}
.blog-inner ul li a{
    color: #ef6351;
    font-size: 20px;
    font-weight: 500;
    display: inline;
}
.blog-inner h2{
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}
.blog-inner h3 {
    font-weight: 600;
    font-size: 22px;
}
.blog-inner ul li{
    font-size: 22px !important;
    font-weight: 300;
}
.blog-inner ol li{
    margin-bottom: 20px;
    font-size: 20px;
}
.emalis-btn {
    border-style: none;
    background: linear-gradient(currentcolor, currentcolor) left 100% / 100% 2px no-repeat transparent;
    font-size: 20px;
    font-weight: 500;
    margin-left: 15px;
    transition: background-size 0.5s ease-in-out 0s;
}
.emalis-btn:hover {
    background-position: right 100%;
    background-size: 0px 2px;
    color: rgb(35, 36, 38);
}
.social-icon i{
    height: 39px;
    width: 39px;
    background: #c1c3c3;
    border-radius: 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    
}
.social-icon i:hover{
    background: #232426;
    color: #fff;
}


.legal-hero {
    background: #ededea;
    color: #181b1e;
    padding: 190px 110px 120px;
}

.legal-hero:before {
    background: url(../images/policy-page-header-dots.png);
    content: "";
    display: block;
    height: 200px;
    position: absolute;
    left: 295px;
    top: 119px;
    width: 200px;
}
.legal-hero-text{
    position: relative;
    z-index: 5;
}
.legal-hero-text h1{
    font-weight: 700;
}
.legal-document-container{
    background-color: #fff;
    padding: 100px 10%;
    margin: -100px 0px 0;
}
.legal-document-container p a{
    color: #993300;
    display: inline;
    font-weight: 500;
}
.legal-document-container p{
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
}
.font-42{
    font-size: 42px !important;
}
.font-18{
    font-size: 18px !important;
}
.font-16{
    font-size: 16px !important;
}
.freelance-course-tag{
    border: 1px solid #ddd;
    padding: 7px 15px;
    border-radius: 100px;
    font-size: 15px !important;
    background: #f1f1f1;
    font-weight: 700;
    text-align: center;
    transition: 0.4s;
}
.freelance-course-tag:hover{
    background: #000000;
    color: #fff;
    transition: 0.4s;
}
.freelance-bullets{
    width: 100% !important;
    text-align: left !important;
    background: url(../images/check-points.png) no-repeat center left 15px #000000 !important;
    font-size: 14px !important;
    padding: 15px 7px 14px 40px !important;
    border-radius: 4px !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    transition: 0.4s;
}
.freelance-bullets:hover, .freelance-bullets-2:hover{
    background: url(../images/check-points.png) no-repeat center left 18px #4caf50 !important;
    transition: 0.4s;
}
.freelance-bullets i{
    margin-right: 10px;
}
.freelance-bullets-2{
    width: 100% !important;
    text-align: left !important;
    background: url(../images/check-points.png) no-repeat center left 15px #000000 !important;
    font-size: 14px !important;
    padding: 15px 7px 14px 40px !important;
    border-radius: 4px !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    transition: 0.4s;
}
.linethrough{
    text-decoration: line-through;
}

/*  style 7 */
.reviews-7 {
}

.reviews-7 .review-box {
    margin-bottom: 15px;
}

.reviews-7 .review-box .quote-box {
    background: url(../images/g-logo.png) no-repeat right 7px bottom 7px #f5f5f5;
    background-size: 17px;
    padding: 25px 15px;
    border-radius: 2px;
    transition: 0.4s;
    min-height: 390px;
}
.reviews-7 .review-box .quote-box:hover{
    background: url(../images/g-logo.png) no-repeat right 7px bottom 7px #f9f9f9;
    background-size: 17px;
    transition: 0.4s
}
.reviews-7 .review-box .quote-box h3 {
    background: url(../images/r-4-quote.png) no-repeat top left;
    background-size: 20px;
    padding-left: 30px;
    margin: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.reviews-7 .review-box .quote-box h3 span {
    color: #ff9800;
    margin-right: 5px;
}

.reviews-7 .user-details {
}

.reviews-7 .user-details table {
    width: 100%;
}

.reviews-7 .user-details table tr td:first-child {
    background: url(../images/r-4-arrow.png) no-repeat top center;
    background-size: 20px;
    width: 50px;
}

.reviews-7 .user-details table tr td:first-child img {
    width: 50px;
    border-radius: 100px;
    border: 1px solid #dadada;
    padding: 2px;
}
.reviews-7 .review-box:hover table tr td:first-child img{
    border-color: #5bcf80
}
.reviews-7 .review-box:hover .user-details table h5{
    color: #5bcf80
}

.reviews-7 .user-details table tr td {
    padding: 15px 5px 5px 5px;
}

.reviews-7 .user-details table h5 {
    color: #2196F3 !important;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 0 0px 0;
    font-size: 12px;
    letter-spacing: 1px;
}

.reviews-7 .user-details table h6 {
    margin: 0px 0px 7px 0px;
    font-size: 12px;
    color: #b9b9b9;
}

.reviews-7 .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.19);
    border: none;
    width: 7px;
    height: 7px;
}

.reviews-7 .carousel-indicators .active {
    background-color: #2196F3;
    height: 9px;
    width: 9px;
}

.reviews-7 .carousel-indicators {
    bottom: -15px;
}
.owl-theme .owl-nav{
    margin-top: 0px;
}
.testimonial-slide .owl-prev{
    position: absolute;
    left: -10px;
    top: 135px;
    bottom: auto;
}
.testimonial-slide .owl-next{
    position: absolute;
    left: auto;
    right: -10px;
    top: 135px;
    bottom: auto;
}
button:focus {
    outline: none;
}
.owl-nav [class*=owl-]:hover{
    background: transparent !important;
}
.style-sevn .owl-prev{
    position: absolute;
    left: -25px;
    top: 70px;
    bottom: auto;
}
.style-sevn .owl-next{
    position: absolute;
    left: auto;
    right: -25px;
    top: 70px;
    bottom: auto;
}
.style-sevn-arw-two .owl-prev{
    position: absolute;
    left: -45px;
    top: 32%;
    bottom: auto;
    background: none !important
}
.style-sevn-arw-two .owl-next{
    position: absolute;
    left: auto;
    right: -45px;
    top: 32%;
    bottom: auto;
    background: none !important
}
.klaviyo-offer-color {
    background-color: #000000;
}
.offer-title h2 {
    color: #ffff;
    font-size: 39px;
    font-size: 400;
}
.offer-box-inner{
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    padding: 30px;
    transition: background-color 0.125s ease 0s, color 0.125s ease 0s;
    min-height: 515px;
    position: relative;
}
.offer-text h6{
    color: rgb(249, 253, 153);
    font-weight: normal;
    font-family: "Reckless Neue", Georgia, "Times New Roman", serif;
    font-size: 2rem;
}
.offer-text h3{
    color: rgb(255, 255, 255);
    font-family: "Reckless Neue", Georgia, "Times New Roman", serif;
    position: absolute;
    bottom: 85px;
    width: 84%;
}
.offer-box-inner:hover,.offer-box-inner:hover .offer-text h6, .offer-box-inner:hover .offer-text h3{
    background-color: rgb(249, 253, 153);
    color: #000;
}
.offer-btn  {
    border-style: none;
    background: #9aefb6;
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px;
    color: #000000;
    position: absolute;
    bottom: 23px;
    text-decoration: none;
    line-height: 1;
    padding: 15px 35px;
    border-radius: 100px;
    left: 19%;
    min-width: 220px;
    text-align: center;
}
.offer-btn:hover {
    background: #000000;
    color: #fff;
}
.offer-btn i{
    left: 7px;
    position: relative;
    top: 0px;
    transition: 0.4s;
}
.offer-btn:hover i{
    left: 11px;
    transition: 0.4s;   
}
.color-white{
    color: #fff !important;
}

/* ........................................What our customers say about us.................................................. */
.customers-aboutus-title h2{
     font-size: 36px;
     font-weight: 700;
}
.customers-socialmedia {
    box-shadow: 0 0 6px rgb(22 32 32 / 16%), 0 3px 6px rgb(22 32 32 / 23%);
    padding: 23.99px;
    background: #fff;
    position: relative;
    border-radius: 15px;
    min-height: 320px;
}
.customers-socialmedia::after {
    border: .5em solid #fff;
    border-color: transparent transparent #fff #fff;
    border-radius: 0 0 0 4px;
    content: "";
    height: 0;
    margin: 0;
    position: absolute;
    transform-origin: center;
    width: 0;
    bottom: -0.5em;
    left: 2.25em;
    transform: rotate(-45deg);
    box-shadow: -4px 4px 3px 0 rgb(54 65 65 / 16%);
}
.social-media-title h3{
    font-size: 23px;
    font-weight: 700;
}
.social-media-title i{
    color: #ffbc00;
    margin-top: 5px;
}
.social-media-title p {
    font-size: 15px;
    margin-top: 16px;
    font-weight: 300;
}
.social-media-title span{
    font-size: 11px;
    line-height: 1.6;
    color: #162020;
}
.christina-inner p{
    background-color: #08c4b2;
    color: #fff;
    display: flex;
    border-radius: 40% 0;
    height: 55px;
    width: 55px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.inner-profile-tag-color-2{
    background-color: #9c27b0 !important;
}
.inner-profile-tag-color-3{
    background-color: #f44336 !important;
}
.inner-profile-tag-color-4{
    background-color: #e91e63 !important;
}
.inner-profile-tag-color-5{
    background-color: #4caf50 !important;
}
.christina-inner span{
    font-weight: 800;
    font-size: 21px;
}
.legacy-title h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    top: -10px;
}
.legacy-title p{
    font-size: 14px;
    font-weight: 300;
    position: relative;
    top: -10px;
}
.bradley-inner p{
    color: #fff;
    display: flex;
    border-radius: 40% 0;
    height: 55px;
    width: 55px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #483a9c;
}
.bradley-inner span{
    font-weight: 800;
    font-size: 21px;
    margin-bottom: 0;
}
.shannon-inner p{
    color: #fff;
    display: flex;
    border-radius: 40% 0;
    height: 55px;
    width: 55px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #2079c3;
}
.shannon-inner span{
    font-weight: 800;
    font-size: 21px;
    margin-bottom: 0;
}
.review-inner{
    margin-top: 52px;
}
.new-review-logo{
    width: 26px !important;
    display: inline-block !important;
}
.review-new-box{
    padding: 15px;
}

/* New Header */
.main-header{
    padding: 30px 0px;
}
.soical-icon-header i {
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    color: #212121;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
    margin-right: 5px;
    font-size: 14px;
    transition: 0.4s;
}
.soical-icon-header{
    display: flex;
}
.soical-icon-header i:hover{
    color: #9aefb6;
    background-color: #212121;
    border-color: #212121;
    transition: 0.4s;

}
.soical-icon-header a{
    display: inline-block;
    text-decoration: none;
}
.newsletter-subscription{
    padding: 11px 56px;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    color: #212121;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.125em;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    float: right;
    text-align: center;
}
.newsletter-subscription:hover{
    color: #9aefb6;
    background-color: #212121;
    
}
.menu-item{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.125em;
    padding: 12px 20px !important;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    transition: 0.4s;
}
.menu-item:hover{
    background-color: #000000;
    color: #fff;
    transition: 0.4s;
    border-radius: 6px;

}
.categories-title p{
    color: #c68989;
    font-size: 12px;
    font-weight: 500;
}
.categories-title h1{
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
}
.categories-title span,time{
     font-size: 14px;
    font-style: italic;
    display: block;
    margin-bottom: 20px;
}
.categories-title time:before {
    background-color: #c68989;
    border-radius: 50%;
    content: '';
    display: inline-block;
    margin: 0 10px 0 8px;
    width: 4px;
    height: 4px;
    vertical-align: middle;
}
.categories-inner p{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.45;
    margin: 0;
}
.categories-inner a{
    color: #c68989;
}
.minimal-header-links{

}

.upwork-banner{
    background: #f1f2f4;
    padding: 40px 15px 0px 15px;
    border-radius: 15px 15px 0px 0px;
    box-shadow: 0px 0px 10px rgb(221 221 221 / 47%);
    border: 1px solid #ddd;
    border-bottom: 0px;
    margin-bottom: 30px;
}
span.underline-style{
    background-image: linear-gradient(to right, rgb(158 237 190 / 64%), rgb(158 237 190));
    background-repeat: no-repeat;
    background-position: 0 90%;
    background-size: 0% 0.50rem;
    animation-name: header-underline;
    animation-delay: 0.3s;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    font-weight: 700;
}
@keyframes header-underline {
    from {
        background-size: 0% 0.50rem;
    }
    to {
        background-size: 100% 0.50rem;
    }
}
.ifsam-video-section {

}
.ifsam-video-inner {
    background: #f5d74f;
    padding: 15px 0;
}
.ifsam-video-inner h3 {
    font-size: 25px;
    text-align: center;
    color: #433F34;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 400;
}

.ifsam-video-number span {
    font-size: 54px;
    color: #6a8338;
    line-height: initial;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.ifsam-video-number p {
    color: #000;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.ifsam-video-section a {
    color: #6a8338;
    display: table;
    font-size: 16px;
    font-weight: 700;
}
.ifsam-image-full{
    width: 100%;
}
.header_sticky{
    top: -100%;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: top .5s ease 0s;
    transition: top .5s ease 0s;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #ebedf0;
}
.header_sticky.stick_head{
    top: 0;
    -webkit-transition: top .5s ease 0s;
    transition: top .5s ease 0s;
}
.mb-24px{
    margin-bottom: 24px;
}
.ifsam-button-line{
    padding: 15px 12px;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    color: #212121;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.125em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    transition: 0.4s;
}
.ifsam-button-line:hover{
    color: #9aefb6;
    background-color: #212121;
    transition: 0.4s;   
}
.ifsam-sticky-logo{
    position: relative;
    top: -5px;
}
.ifsam-button-fill{
    padding: 15px 12px;
    background-color: #9aefb6;
    border: 1px solid #9aefb6;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.125em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    transition: 0.4s;
}
.ifsam-button-fill:hover{
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    transition: 0.4s;   
}
.m-no-see{
    display: block;
}
.m-see{
    display: none;
}

.ifsam-header-button {
    color: #000000;
    background-color: #9aefb6;
    font-weight: 500;
    border-radius: 3.2rem;
    border: 2px solid #9aefb6;
    display: inline-block;
    font-size: 14px;
    padding: 15px 35px 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    transition: 0.4s;
}
.ifsam-header-button i{
    left: 7px;
    position: relative;
    top: 0px;
    transition: 0.4s
}
.ifsam-header-button:hover i{
    transition: 0.4s;
    left: 11px;
}
.ifsam-header-button:hover {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    transition: 0.4s;
}
.ifsam-header-button-link {
    color: #FF6D34;
    background-color: #fff;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    border-radius: 3.2rem;
    border: 2px solid #FF6D34;
    display: inline-block;
    font-size: 18px;
    padding: 15px 35px 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px;
}

.ifsam-header-button-link:hover {
    background-color: #FF6D34;
    border-color: #FF6D34;
    color: #fff;
}
.ifsam-full-section{
    padding: 10px 0px;
    text-align: center;
    background-color: #9aefb6;
    color: #fff;
}
.ifsam-full-section h1{
    margin: 0px;
    font-weight: 900;
    font-size: 6rem;
    color: #000000;
}
.ifsam-gray-bg{
    background: #f1f2f4;
    padding: 30px 0px;
}
#vimeo_player{
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56%;
}
#vimeo_player iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-image-poster{
    padding-bottom: 10px;
}

.ifsam-banner-style-2{

}
.ifsam-banner-style-2 h5{
    font-size: 14px;
    font-weight: 600;
    color: #50b972;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    line-height: 1.1875rem;
    text-align: center;
    display: inline-block;
    background-color: rgb(154 239 182 / 33%);
    border-radius: 9999px;
    padding: 8px 16px;
    margin-bottom: 24px;
}
.ifsam-banner-style-2 h1{
    font-size: 3.40rem;
    line-height: 3.80rem;
    font-weight: 700;
    color: #000000;
}
.ifsam-banner-style-2 h2.donation-title{
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
}
.ifsam-banner-style-2 p{
    color: rgb(56, 53, 86);
    font-size: 1.125rem;
    line-height: 1.75rem;
    min-height: initial;
}
.ifsam-group-input-2 .form-control{
    color: #000000;
    border: 1px solid #9aefb6;
    padding: 18px 26px !important;
    height: auto;
}
.ifsam-group-input-2 .form-control:focus{
    border-color: #000000;
    outline: none;
    box-shadow: none;
}
.ifsam-group-input-2 .form-control:hover{
    border-color: #777;
}
.ifsam-group-input-2 .btn{
    background-color: #9aefb6;
    color: #000000;
    border-color: #9aefb6;
    font-weight: 600;
    padding: 15px 26px !important;
    font-size: 14px;
}
.ifsam-group-input-2 .btn:hover{
    background-color: #000000;
    color: #fff;
    border-color: #000000;
}
.ifsam-group-input-2 .btn i{
    margin-left: 10px;
}
.ifsam-banner-style-2 h6{
    font-weight: 300;
    margin: 10px 0px;
}
.ifsam-banner-style-2 h6 i{
    color:  #9aefb6;
    margin-right: 5px;
}
.link-btn-ifsam{
    display: inline-block;
    color: #614dff;
    font-size: 1.2rem;
}
.link-btn-ifsam:hover{
    opacity: 0.7;
}
.ifsam-price-box-new{
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0px 0px 30px 0px !important;
    text-align: center;
    margin-bottom: 30px;
}
.ifsam-price-box-new-title{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
    padding-top: 30px;
}
.ifsam-price-box-new-title h2{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}
.ifsam-price-box-new-price h1{
    font-weight: 500;
    font-size: 60px;
    color: #fff;
    margin: 15px 0px 0px 0px;
    padding: 30px 0px;
}
.ifsam-price-box-new-description{
    padding: 30px 30px 0px 30px !important;
}
.ifsam-price-box-new-description p{
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 30px;
    min-height: 225px;
    text-align: left;
}
.ifsam-price-box-new-divider{
    padding-bottom: 20px;
}
.ifsam-price-box-new-divider span{
    display: inline-block;
    margin: 0 auto;
    height: 2px;
    background-color: #fff;
    width: 80px;
}
.ifsam-price-box-new-btn{
    color: #000000;
    background-color: #9aefb6;
    font-weight: 500;
    border-radius: 3.2rem;
    border: 2px solid #9aefb6;
    display: inline-block;
    font-size: 14px;
    padding: 12px 35px 13px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    transition: 0.4s;
    min-width: 200px;
}
.ifsam-price-box-new-btn i{
    left: 7px;
    position: relative;
    top: 0px;
    transition: 0.4s;
}
.ifsam-price-box-new-btn:hover i{
    left: 11px;
    transition: 0.4s;
}
.ifsam-price-box-new-btn:hover{
    background-color: #fff;
    border-color: #fff;
    color: #000000;
    transition: 0.4s;
}
.ifsam-price-box-main{
    padding: 0px !important;
}
.ifsam-left-border-none{
    border-left: none;
}
.ifsam-right-border-none{
    border-right: none;
}

/* White Proce */
.ifsam-price-section{
    background-color: #fff;
}
.ifsam-color-black{
    color: #000000 !important;
}

.ifsam-price-box-new-white{
    border: 1px solid #ddd;
    padding: 30px 0px !important;
    text-align: center;
    margin-bottom: 30px;
}
.ifsam-price-box-new-title-white{
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.ifsam-price-box-new-title-white h2{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    margin: 0px;
}
.ifsam-price-box-new-price-white h1{
    font-weight: 500;
    font-size: 60px;
    color: #000000;
    margin: 15px 0px 0px 0px;
    padding: 30px 0px;
}
.ifsam-price-box-new-description-white{
    padding: 30px 30px 0px 30px !important;
}
.ifsam-price-box-new-description-white p{
    color: #000000;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 30px;
    min-height: 225px;
}
.ifsam-price-box-new-divider-white{
    padding-bottom: 20px;
}
.ifsam-price-box-new-divider-white span{
    display: inline-block;
    margin: 0 auto;
    height: 2px;
    background-color: #000000;
    width: 80px;
}
.ifsam-price-box-new-btn-white{
    color: #000000;
    background-color: #9aefb6;
    font-weight: 500;
    border-radius: 3.2rem;
    border: 2px solid #9aefb6;
    display: inline-block;
    font-size: 14px;
    padding: 12px 35px 13px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    transition: 0.4s;
    min-width: 200px;
}
.ifsam-price-box-new-btn-white i{
    left: 7px;
    position: relative;
    top: 0px;
    transition: 0.4s;
}
.ifsam-price-box-new-btn-white:hover i{
    left: 11px;
    transition: 0.4s;
}
.ifsam-price-box-new-btn-white:hover{
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    transition: 0.4s;
}
.ifsam-price-box-main-white{
    padding: 0px !important;
}
.ifsam-left-border-none-white{
    border-left: none;
}
.ifsam-right-border-none-white{
    border-right: none;
}
.ifsam-price-box-main:hover .ifsam-price-box-new-title{
    background: #9aefb6;
    transition: 0.4s;
}
.ifsam-price-box-main:hover .ifsam-price-box-new-title h2{
    color: #000000;
    transition: 0.4s;
}
.footer-social-link{
    display: inline-block;
    border: 1px solid #EFEFEF;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 39px;
    color: #fff;
    margin-right: 5px;
    transition: 0.4s;
}
.footer-social-link:hover{
    background: #9aefb6;
    border-color: #9aefb6;
    color: #000000;
    transition: 0.4s;
}
.cdc-link-footer{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
}
.cdc-link-footer:hover{
    color: #9aefb6;
    transition: 0.4s;
}
.footer-made-with-heart{
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.footer-header{
    font-size: 15px;
}
.ifsam-price-box-new-description h6{
    color: #fff;
    font-size: 14px;
    padding: 5px 0px 5px 21px;
    background: url(../images/checkmark-green.png) no-repeat top 9px left;
    background-size: 13px;
    line-height: 1.7;
}
.ifsam-price-box-new-description h6 i{
    font-size: 19px;
    color: #9aefb6;
    margin-right: 5px;
}
.new-price-style{
    font-family: 'Luckiest Guy', cursive;
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    margin: 35px 0px 0px 0px !important;
    padding: 0 !important;
    display: inline-block;
    width: 200px;
    height: 200px;
    line-height: 180px;
    border-radius: 100px;
    background: radial-gradient(#000000, #343434);
    border: 10px solid #383838;
    transition: 0.4s;
}
.ifsam-price-box-main:hover .new-price-style{
    border-color: #9aefb6;
    transition: 0.4s;
}
.font-26{
    font-size: 26px !important;
}
.text-left-sam{
    text-align: left !important;
}
.font-size-smaller-header{
    font-size: 3rem !important;
    line-height: 3.3rem !important;
}
.home-banner-area{
    background:  url(../images/home-banner.jpg) no-repeat center center;
    background-size: 100%;
    background-attachment: fixed;
    padding: 8rem 0px;
    text-align: center;
}
.home-banner-area h5{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 2px;
}
.home-banner-area h1{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 82px;
    letter-spacing: 3px;
}
.home-link-image-box{
    padding: 15px;
    position: relative;
}
.home-link-image-box a{
    display: inline-block;
}
.home-link-image-box img{
    width: 100%;
    position: relative;
    transition: 0.4s;
}
.home-link-image-box h4{
    position: absolute;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    top: 43%;
    left: 0;
}
.home-link-image-box:hover img{
    transform: scale(1.1);
    transition: 0.4s;
}
.sidebar-about{
    border: 1px solid #EFEFEF;
    text-align: center;
    margin-bottom: 30px;
}
.sidebar-about .title-sidebar{
    position: relative;
    border-bottom: 1px solid #EFEFEF;
    padding: 20px 0px;
}
.sidebar-about h2{
    color: #212121;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
}
.sidebar-about .line-title{
    background-color: #9aefb6;
    content: '';
    height: 3px;
    opacity: 0.5;
    position: absolute;
    top: 46%;
    left: 28%;
    margin: 0 auto;
    min-width: 43%;
    z-index: -1;
    display: inline-block;
}
.sidebar-about .line-title-2{
    background-color: #9aefb6;
    content: '';
    height: 3px;
    opacity: 0.5;
    position: absolute;
    top: 48%;
    left: 31%;
    margin: 0 auto;
    min-width: 37%;
    z-index: -1;
    display: inline-block;
}
.sidebar-about .line-title-3{
    background-color: #9aefb6;
    content: '';
    height: 3px;
    opacity: 0.5;
    position: absolute;
    top: 46%;
    left: 10%;
    margin: 0 auto;
    min-width: 80%;
    z-index: -1;
    display: inline-block;
}
.title-picture{
    padding: 30px;
}
.title-picture img{
    width: 100%;
    border: 1px solid #EFEFEF;
    padding: 7px;
    transition: 0.4s;
}
.title-picture:hover img{
    border-color: #999;
    transition: 0.4s;
}
.title-bottom{
    padding: 0 30px 25px 30px;
}
.title-bottom p{
    font-weight: 300;
    color: #444;
    font-size: 16px;
}
.sidebar-link-text{
    font-size: 16px;
    color: #c68989;
    display: inline-block;
    margin-bottom: 10px;
}
.sidebar-link-text:hover{
    color: #c68989;
    text-decoration: none;
}
.signature-sidebar {
    width: 120px;
    display: block;
    margin: 0 auto;
}
.sidebar-social{
    text-align: center;
    display: block;
}
.about-link a{
    display: block;
    color: #212529;
    padding: 10px 0px;
}
.contact-box label{
    margin-bottom: 4px;
}
.contact-box .form-control:focus{
    box-shadow: none;
    outline: none;
    border-color: #9aefb6;
}
.contact-box .form-control:hover{
    border-color: #777;
}
.contact-box .form-control{
    height: auto;
    padding: 10px 15px;
}
.contact-email p a{
    text-decoration: none;
    color: #000000;
    transition: 0.4s;
}
.contact-email p a:hover{
    color: #9aefb6;
    transition: 0.4s;
}
.donation-box-border{
    padding: 30px 30px 0px 30px;
}
.secondary-tabs, .donation-widget.tabs{
    max-width: auto !important;
}

.donation-stat-box{
    padding: 15px;
    border: 1px solid #EFEFEF;
    margin-bottom: 15px;
}

.ifsam-about-button {
    color: #fff;
    background-color: #000000;
    border-radius: 3.2rem;
    border: 2px solid #000000;
    display: inline-block;
    font-size: 14px;
    padding: 15px 35px 16px;
    text-decoration: none;
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    transition: 0.4s;
}
.ifsam-about-button i{
    left: 7px;
    position: relative;
    top: 0px;
    transition: 0.4s
}
.ifsam-about-button:hover i{
    transition: 0.4s;
    left: 11px;
}
.ifsam-about-button:hover {
    background-color: #9aefb6;
    border-color: #9aefb6;
    color: #000000;
    transition: 0.4s;
}
.company-registered-text{
    position: relative;
    top: -9px;
}
.sidebar-about:hover .title-sidebar{
    background: #9aefb6;
    transition: 0.4s;
}
.contact-from-bg{
    background-color: #f3f3fe;
}
.error-404-page{
    text-align: center;
}
.error-404-page h1{
    font-weight: 800;
    color: #9aefb6;
    font-size: 7rem;
}