



    .info-detail {
        min-height: 400px;
    }


    .sidenav {
        height: 0px;
        width: 0px;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: white;
        overflow-x: hidden;
        overflow-y: hidden;
        transition: 0.5s;
        padding-top: 60px;
        border-bottom-left-radius: 180px;
        border-top-left-radius: 150px;
        border-bottom-right-radius: 2%;
        text-align: left;
        padding-left: 0px;
        box-shadow: 0px 0px 0px 0px;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 20px;
        font-weight: 500;
        color: #222;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #000;
    }

    #menu {
        z-index: 2;
        position: sticky;
    }

    #menu-bar {
        height: 18px;
        width: 35px;
        margin: 12px 0 0px 0px;
        text-align: right;
        cursor: pointer;
        float: right;
    }

    .bar {
        height: 4px;
        width: 30px;
        background-color: white;
        display: block;
        border-radius: 5px;
        transition: 0.3s ease;
    }

    #bar1 {
        transform: translateY(-4px);
    }

    #bar3 {
        transform: translateY(4px);
    }

    .change {
        display: block;
    }

    .change .bar {
        background-color: black;
    }

    .change #bar1 {
        transform: translateY(2px) rotateZ(-45deg);
    }

    .change #bar2 {
        opacity: 0;
    }

    .change #bar3 {
        transform: translateY(-6px) rotateZ(45deg);
    }

    .change-menu {
        height: 80%;
        width: 250px;
        box-shadow: rgb(76 50 63 / 87%) -2px 4px 12px 1px;
        padding-left: 22px;
    }


    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

        .sidenav a {
            font-size: 18px;
        }
    }


    .fa {
        padding: 10px;
        font-size: 20px;
        width: 37px;
        text-align: center;
        text-decoration: none;
        /* margin: 5px 2px; */
    }

    .fa:hover {
        /* color: #fff !important;*/
        opacity: 0.5;
        text-decoration: none;
    }

    .fa-facebook {
        background: #3B5998;
        color: white;
    }

    .fa-twitter {
        background: #55ACEE;
        color: white;
    }

    .fa-google {
        background: #dd4b39;
        color: white;
    }

    .fa-linkedin {
        background: #007bb5;
        color: white;
    }

    .fa-youtube {
        background: #bb0000;
        color: white;
    }

    .fa-instagram {
        background: #125688;
        color: white;
    }

    .fa-pinterest {
        background: #cb2027;
        color: white;
    }

    .fa-snapchat-ghost {
        background: #fffc00;
        color: white;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    }

    .fa-skype {
        background: #00aff0;
        color: white;
    }

    .fa-android {
        background: #a4c639;
        color: white;
    }

    .fa-dribbble {
        background: #ea4c89;
        color: white;
    }

    .fa-vimeo {
        background: #45bbff;
        color: white;
    }

    .fa-tumblr {
        background: #2c4762;
        color: white;
    }

    .fa-vine {
        background: #00b489;
        color: white;
    }

    .fa-foursquare {
        background: #45bbff;
        color: white;
    }

    .fa-stumbleupon {
        background: #eb4924;
        color: white;
    }

    .fa-flickr {
        background: #f40083;
        color: white;
    }

    .fa-yahoo {
        background: #430297;
        color: white;
    }

    .fa-soundcloud {
        background: #ff5500;
        color: white;
    }

    .fa-reddit {
        background: #ff5700;
        color: white;
    }

    .fa-rss {
        background: #ff6600;
        color: white;
    }

    footer {
        background-color: #f2f2f2;
        padding-top: 0px;
    }

    footer .f-top ul li a {
        text-decoration: none;
        color: #000 !important;
    }

    .f-top ul li {
        padding: 20px 45px 10px 10px;
    }

    .mid {
        margin-top: 50px;
        margin-bottom: 25px;
    }


        .social-icon a img {
            width: 40px;
        }

        .container-fluid.scr {
            min-height: calc(100vh - 60px);
        }

        @font-face {
            font-family: gotham_htfmedium;
            src: url(./assets/front/font/GothamHTF-Medium.otf);
        }

        .sign_up {
            background-color: #0000004d;
            min-height: 600px
        }

        .head-title span {
            color: #fff;
            font-size: 30px;
        }

        .head-title h1 {
            color: #fff;
        }

        .head-title {
            text-align: center;
            margin-top: 50px;
        }

        .input-field input {
            width: 250px;
            height: 40px;
            font-size: 17px;
            /* background-color: rgba(0, 0, 0, .23); */
            background-color: rgba(0, 0, 0, .8);
            color: #fff;
            border: 0px;
            border-bottom-width: 0px;
            border-bottom-style: none;
            border-bottom-color: currentcolor;
            border-bottom: 3px solid #fff57a;
            padding-left: 10px;
        }

        .input-field {
            margin-top: 50px;
        }

        .button-field input {}

        #videopromotion {

            background-size: 100%;
        }

        .signup_btn {
            background: rgb(109, 179, 242);
            /* Old browsers */
            background: -moz-linear-gradient(left, rgba(109, 179, 242, 1) 0%, rgba(84, 163, 238, 1) 50%, rgba(54, 144, 240, 1) 51%, rgba(30, 105, 222, 1) 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(109, 179, 242, 1) 0%, rgba(84, 163, 238, 1) 50%, rgba(54, 144, 240, 1) 51%, rgba(30, 105, 222, 1) 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgb(107, 195, 27) 0%, rgb(138, 224, 79) 50%, rgb(137, 223, 77) 51%, rgb(109, 197, 31) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=1);
            color: #fff;
            padding: 10px 15px;
            margin-top: 70px;
            border-radius: 14px;
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=1);
            color: #ffffff;
            font-size: 16px;
            font-weight: 550;
            letter-spacing: 1px;
            padding: 10px 15px;
            margin-top: 70px;
            border-radius: 12px;
        }

        .login_btn {
            background: rgb(254, 204, 177);
            /* Old browsers */
            background: -moz-linear-gradient(left, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feccb1', endColorstr='#fb955e', GradientType=1);
            color: #fff;
            padding: 10px 45px;
            margin-top: 70px;
            border-radius: 30px;
        }

        .login_b a {
            color: #fff;
            font-size: 18px;
            border: 2px solid #fff;
            padding: 5px 20px;
            border-radius: 36px;
            font-weight: 100;
            text-decoration: none;
            line-height: 2;
        }

        .login_b a:hover {
            background-color: #fff;
            color: #000;

        }

        .f-top ul {
            color: #fff;
            list-style: none;
        }

        .f-top ul li {
            float: left;
            padding: 0px 45px 35px 10px;
        }

        .f-top ul li a {
            color: #fff;
            text-decoration: none;
        }

        footer {
            background-color: #000;
            padding-top: 30px;
        }

        /* #sign_up{
                background-image: url('../assets/front/img/video-wall-screens-ss-1920.jpg');
                background-size: 100%;
                background-attachment: fixed;
            } */
        #login {
            /*background-image: url('../assets/front/img/video-wall-screens-ss-1920.jpg');*/
            background-size: 100%;
        }

        .mid-title {
            margin: 0px 20px 30px 20px;
            font-size: 25px;
        }

        .mid {
            margin-top: 50px;
            margin-bottom: 70px;
        }

        #sign_up {
            background-image: url('https://videoipsum.com/assets/front/img/video-wall-screens-ss-1920.jpg');
            /* background-image: url('https://videoipsum.com/assets/front/img/offer_2022/video-wall-screens-ss-1920.jpg'); */
            background-size: 100% 100%;
            background-attachment: fixed;
        }

        /* #sign_up:before{
                content: " ";
                width: 100%;
                background-color: #181818b3;
                opacity: 0.8;
                position: absolute;
                height: 600px;
            } */
        .head-title {
            text-align: center;
            /* margin-top: 130px; */
        }

        .mid img {
            margin-bottom: 20px;
        }

        .mid div {
            text-align: center;
        }

        .vid-content {
            margin: 15px 5px;
            padding: 0px 10px;
            text-align: left
        }

        .vid {

            min-height: 450px;
            text-align: center;
            margin: 25px 0px;
            padding: 0px 0px 20px 0px;
        }

        .vid img {
            width: 100%;
        }

        @-webkit-keyframes autofill {
            to {
                color: #fff;
                background: transparent;
            }
        }

        input:-webkit-autofill {
            -webkit-animation-name: autofill;
            -webkit-animation-fill-mode: both;
        }


/* home style */ 



    .slz-block-item-06 {
        position: relative;
        -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        background-color: #FFF;
        -webkit-border-radius: 4px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }


    .block-image,
    .slz-gallery-format .wrapper-image {
        display: block;
        position: relative;
        overflow: hidden;
        margin-bottom: 0;
        background-color: #fff;
    }

    .slz-block-item-06 .block-content {
        padding: 30px;
    }

    .slz-block-item-06.style-2 .donate-bar {
        position: absolute;
        left: 30px;
        right: 30px;
        width: auto;
        top: -30px;
        z-index: 10;
    }


    .slz-block-item-06 .donate-bar {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        padding: 20px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        background-color: #fff;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    }


    .slz-block-item-06.style-2 .block-content {
        text-align: center;
        position: relative;
    }


    .slz-causes .slz-block-item-06 .donate-bar .progress-title,
    .sc_causes .slz-block-item-06 .donate-bar .progress-title {
        right: 20px;
    }


    .slz-block-item-06 .donate-bar .progress-title {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }


    .slz-progress-bar-01 .progress-title {
        margin-bottom: 5px;
        font-size: 14px;
        vertical-align: middle;
    }


    .slz-progress-bar-01 .progress-title {
        margin-bottom: 5px;
        font-size: 14px;
        vertical-align: middle;
    }


    .slz-progress-bar-01 .percent {
        color: #585858;
        font-weight: 600;
    }

    .slz-block-item-06 .slz-progress-bar-01.style-1 .progress {
        max-width: initial;
        width: calc(100% - 45px);
    }


    .slz-block-item-06 .donate-bar .progress {
        width: calc(100% - 50px);
        height: 10px;
    }


    .slz-progress-bar-01 .progress {
        box-shadow: none;
        -webkit-box-shadow: none;
        background-color: #EAEAEA;
    }


    .slz-progress-bar-01 .progress {
        overflow: initial;
        height: 8px;
        border-radius: 50px;
        margin-bottom: 0;
    }


    .slz-block-item-06 .progress-bar {
        background-color: #52b332;
    }

    .slz-progress-bar-01 .progress-bar {
        position: relative;
        border-radius: 50px;
        transition: width 1.5s ease-in-out;
        -webkit-transition: width 1.5s ease-in-out;
        -moz-transition: width 1.5s ease-in-out;
        -o-transition: width 1.5s ease-in-out;
    }


    .slz-progress-bar-01 .progress-bar {
        position: relative;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }


    .progress-bar.active,
    .progress.active .progress-bar {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        -o-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }


    .progress-bar-striped,
    .progress-striped .progress-bar {
        background-size: 6px 6px;
        background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.08) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.08) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.08) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.08) 75%, transparent 75%, transparent);
        background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.08) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.08) 75%, transparent 75%, transparent);
    }


    .progress-bar-striped,
    .progress-striped .progress-bar {
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
    }

    .progress-bar {
        float: left;
        width: 0;
        height: 100%;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        background-color: #337ab7;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
        -webkit-transition: width .6s ease;
        -o-transition: width .6s ease;
        transition: width .6s ease;
    }

    .slz-block-item-06 .donate-bar+.raise-goal-block {
        margin-top: 15px;
    }

    .slz-block-item-06 .raise-goal-block {
        width: 100%;
    }


    item-06 .raise-goal-block>div {
        display: inline-block;
    }


    .slz-block-item-06 .raise-goal-block>div>.title {
        color: #242021;
    }

    .slz-block-item-06 .raise-goal-block>div>.title {
        display: inline-block;
        margin-right: 5px;
        color: #717171;
        font-size: 14px;
    }


    .slz-block-item-06 .raise-goal-block>div .text {
        color: #F13E4B;
    }


    .slz-block-item-06 .raise-goal-block>div .text {
        color: #F13E4B;
        font-weight: 600;
    }

    .slz-block-item-06 .raise-goal-block>div {
        display: inline-block;
    }


    .slz-block-item-06 .raise-goal-block>div+div:before {
        display: inline-block;
        content: "/";
        color: #666c72;
        padding: 0 10px;
    }


    .slz-block-item-06.style-2 .raise-goal-block+.block-content-wrapper {
        margin-top: 20px;
    }


    .block-title {
        position: relative;
        display: block;
        color: #18364a;
        line-height: 1.4;
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 500;
        font-family: 'Roboto', serif;
    }


    .progress-title {
        font-size: 16px;
        font-weight: 700;
        color: #333;
        margin: 0 0 20px;
    }

    .progress {
        height: 8px;
        background: #333;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 30px;
        overflow: visible;
    }

    .progress .progress-bar {
        position: relative;
        -webkit-animation: animate-positive 2s;
        animation: animate-positive 2s;
    }

    .progress .progress-value {
        display: block;
        font-size: 18px;
        font-weight: 500;
        color: #000;
        position: absolute;
        top: -30px;
        right: -25px;
    }

    .progress .progress-bar:after {
        content: "";
        display: inline-block;
        width: 10px;

        position: absolute;
        top: -10px;
        bottom: -10px;
        right: -5px;
        z-index: 1;
        transform: rotate(35deg);
    }


    .vid-content div:nth-child(1) {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .vid-content div:nth-child(2) {
        margin: 8px 0px;
        color: #939393;
    }

    .vid-content div:nth-child(4) {
        margin: 8px 0px;
        color: #939393;
        font-size: 14px;
        font-weight: bold;
    }

    .vid-content div:nth-child(5) {
        margin: 8px 0px;
        color: #939393;
        font-size: 14px;
        font-weight: bold;
    }

    .play {
        background-image: url('../assets/front/img/play.png');
        position: absolute;
        left: 40%;
        top: 35%;
        background-color: rgba(0, 0, 0, .3);
        width: 52px;
        height: 52px;
        display: block;
        cursor: pointer;
        background-repeat: no-repeat;
        border-radius: 40px;
        background-position: center;

    }

    .head-title h1 {
        color: #ffffff;
        font-size: 53px;
        line-height: 1.2;
        margin-bottom: 10px;
        text-decoration: none;
        font-family: 'Fira Sans Condensed', sans-serif;
        font-weight: 900;
        letter-spacing: -3px;
    }

    .head-title h2 {
        font-size: 18px;
        letter-spacing: 5px;
        text-transform: uppercase;
        font-weight: 550;
        color: #f9f7f7;
        line-height: 1.2;
        font-family: 'Fira Sans Condensed', sans-serif;
    }

    .input-field input:focus,
    .input-field input:active {

        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        box-shadow: none !important;
        box-shadow: 0px !important;
        outline-color: transparent;
        outline-style: none;

    }

    .form-control:focus {

        box-shadow: 0px !important;
        outline-color: transparent;
        outline-style: none;
    }

    input[type=text]:-moz-placeholder,
    input[type=password]:-moz-placeholder,
    textarea:-moz-placeholder,
    textarea.form-control:-moz-placeholder {
        color: #fff;
    }

    input[type=text]:-ms-input-placeholder,
    input[type=password]:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    textarea.form-control:-ms-input-placeholder {
        color: #fff;
    }

    input[type=text]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    textarea.form-control::-webkit-input-placeholder {
        color: #fff;
    }

    .input-field input {
        width: 350px;
    }

    @media (max-width: 500px) {
        .input-field input {
            width: 100%;
        }
    }

    @media screen and (max-width:480px) {
        .head-title h1 {
            font-size: 23px;
            letter-spacing: 0px;
        }

        .no-padding {
            padding: 0px
        }

        .mid {
            padding: 0px
        }

        .head-title h2 {
            font-size: 13px;
        }

        .signup_btn {
            /* padding: 15px 60px;*/
            width: 100%;
        }

        .signup_btn {
            margin-top: 40px;
        }
    }

    .lgo {
        max-width: 300px;
    }

    #sign_up_mobile {
        /* background: #5C258D; */
        background-image: url('https://elpemailimg.s3.us-west-2.amazonaws.com/videoipsum/sale/200623/World-Music-Day-web-banner.jpg');
        /* background-image: url('https://videoipsum.com/assets/front/img/offer_2022/video-wall-screens-ss-1920.jpg'); */
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #4389A2, #5C258D);
        /* Chrome 10-25, Safari 5.1-6 */
        /* background: linear-gradient(to right, #4389A2, #5C258D); */
    }

    #sign_up {
            background-image: url('https://elpemailimg.s3.us-west-2.amazonaws.com/videoipsum/sale/200623/World-Music-Day-web-banner.jpg');
            /* background-image: url('https://videoipsum.com/assets/front/img/offer_2022/video-wall-screens-ss-1920.jpg'); */
            background-size: 100% 100%;
            background-attachment: fixed;
        }

    .carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }

    /* The controlsy */
    .carousel-control {
        left: -12px;
        height: 40px;
        width: 40px;
        background: none repeat scroll 0 0 #222222;
        border: 4px solid #FFFFFF;
        border-radius: 23px 23px 23px 23px;
        margin: auto;
    }

    .carousel-control.right {
        right: -12px;
    }

    /* The indicators */
    .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: -10px;
        margin-right: -19px;
    }

    /* The colour of the indicators */
    .carousel-indicators li {
        background: #cecece;
    }

    .carousel-indicators .active {
        background: #428bca;
    }

    @media(max-width:1330px) {
        .slz-block-item-06 {
            min-height: 530px;
        }
    }

    @media(min-width:1330px) {
        .slz-block-item-06 {
            min-height: 600px;
        }
    }


.response_msg li{
    font-size: 14px;
    padding: 0;
    line-height: 1.25;
}

.container-fluid.scr {
    min-height: calc(100vh - 60px);
    background-image: url('/img/videoipsum/website-image-short.jpg');
    height: 100%;
    width: 100%;
    font-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: justify;
}




/* === contact us === */
.contactus {
    padding: 40px 0;
    background: url("../img/bg-map.png"), #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.contact_wrapper b {
    font-size: 2rem;
    font-weight: 500;
}
.contact_wrapper p {
    color: #7c7c7c;
    margin-bottom: 50px;
}
.contact-form label {
    margin-bottom: 3px;
    text-transform: capitalize;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 12px 25px;
    border: 1px solid #e2e7f3;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
    outline: none;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}
.contact-form input:focus, .contact-form textarea:focus {
    border: 1px solid #ffd000;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
}
.contact-form small {
    color: #7c7c7c;
}
.contact-form .from-group {
    margin-bottom: 30px;
}
.submitbtn {
    outline: none;
    background: #ffd000;
    border-radius: 30px;
    color: #242424;
    font-weight: bold;
    border: none;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 45px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.06);
}
.contact_img img {
    max-width: 400px;
}
.contact_img img {
    max-width: 500px;
    margin-left: auto;
    display: table;
}
.contact_details {
    border-top: 1px solid #eee;
    margin-top: 50px;
}
.contact_dt_item {
    margin-top: -17px;
}
.contact_dt_title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    margin-bottom: 15px;
}
.contact_dt_title b {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    border: 1px solid #eee;
}
.contact_dt_title span {
    padding-right: 5px;
}
.contact_dt_info a {
    background: rgb(238, 113, 255);
    background: -webkit-linear-gradient(top, #b274ff 0%, #7e29ff 100%);
    background: linear-gradient(top, #b274ff 0%, #7e29ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact_details  .row, .footer_area .row {
    align-items: baseline;
}

/* ===footer start=== */
.footer_area {
    background: url('../img/footer-bg.png');
    padding: 60px 0 0;
}
a.footer_brandimg {
    display: inline-block;
    margin-bottom: 30px;
}
.footer_brand p {
    color: #c5c2c2;
    margin: 0;
}
.footer_title {
    color: #c5c2c2;
    display: block;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 13px;
    position: relative;
}
.footer_title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #c5c2c2;
    position: absolute;
    bottom: -7px;
    left: 0;
    border-radius: 4px;
}
.link_listing {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 13px 0;
    flex-flow: wrap;
}
.pl-60 {
    padding-left: 100px;
}
.link_listing li {
    width: 50%;
}
.link_listing li a {
    color: #fff;
    transition: 0.5s;
}
.link_listing li a:hover {
    color: #ffd000;
    transition: 0.5s;
}
.icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: #4c4c4cd1;
    border-radius: 4px;
    display: grid;
    place-content: center;
    transition: 0.5s;
}
.icon i {
    color: #fff;
    font-size: 20px;
    transition: 0.5s;
}
.icon:hover {
    background: #ffd000;
    transition: 0.5s;
}
.icon:hover i {
    color: #000;
    transition: 0.5s;
}
.copyright {
    background: #ffffff38;
    margin-top: 30px;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 575.98px) { 
    .contact_img img {
        max-width: 100%;
    }
    .contact_details {
        border: none;
    }
    .contact_dt_item {
        margin-top: 20px;
    }
    .pl-60 {
        padding-left: 0;
    }
    .footer_brand p, .link_listing li a {
        font-size: 14px;
    }
    .footer_content  {
       margin-top: 30px;
    }
    .social-icons {
        justify-content: start;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) { 
    .contact_img img {
        max-width: 470px;
        margin-left: inherit;
        margin: auto;
    }
    .contact_dt_item {
        margin-top: 15px;
    }
    .contact_details {
        border-top: none;
    }
    .pl-60 {
        padding-left: 0px;
    }
    .footer_content  {
        margin-top: 30px;
    }
    .social-icons {
        justify-content: start;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .contact_img img {
        max-width: 100%;
    }
    .link_listing li {
        width: 100%;
    }
    .contact_details  .row, .footer_area .row {
        flex-direction: row;
    }
    a.footer_brandimg img {
        max-width: 200px;
    }
    .pl-60 {
        padding-left: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .contact_img img {
        max-width: 400px;
    }
}

.social-icons {
    display: flex;
}

.icon {
    margin-right: 10px; 
}
.icon i{
    color: #fff;
    font-size: 24px;
    padding: 5px 5px;
}
.fa-youtube, .fa-instagram{
    background: unset;
}