﻿/*#region scrool Styles */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
    cursor: auto;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #6d2989;
    }
/*#endregion */
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../Fonts/IRANSansWeb.woff') format('woff');
}
.language-select{
    font-family: IRANSansWeb!important;

}
.language-select img{    top: 5px;
    position: relative;}
.languages{position:fixed;top:20px; left:13%;z-index:99999}
.languages img{
      width: 35px;
    height: 23px;}
p {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    color: #808080;
}

.Mypositionfixed {
    text-align: center;
    padding: 20px;
    background: linear-gradient( 0deg, #4219dc, #973af1);
    position: fixed;
    overflow: hidden;
    top: 15px;
    margin: 35px 0px;
    width: 23%;
    right: 5%;
    border-bottom: 20px solid #973af1;
}

.bg-purple {
    background: linear-gradient( 0deg, #4219dc, #973af1);
}
/*#region info Styles */
#info {
    position: absolute;
    top: 0px;
}

    #info h1 {
        color: white;
        font-size: 30px;
        padding-top: 20px;
        padding-bottom: 5px;
        font-weight: 900;
    }

    #info p {
        width: 100%;
        margin: auto;
        padding-bottom: 18px;
        color: white;
        font-size: 18px;
    }

    #info a.cv {
        background: transparent;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid white;
        color: white;
        text-decoration: none;
        border-radius: 40px;
        font-weight: 900;
    }

        #info a.cv:hover {
            background: linear-gradient( 90deg, #4219dc, #973af1);
            border: none;
        }

    #info .Sotial a {
        color: white;
        text-decoration: none;
        font-size: 25px;
        margin-right: 2%;
        margin-left: 2%;
    }

.MyPR {
    position: relative;
    left: -2%;
    margin-right: 2%;
}

.header {
    height: 600px;
    position: fixed;
    left: 1%;
    top: 2%;
    padding: 10px;
    text-align: center;
    width: 90px;
    border: 3px solid #10101024;
    border-radius: 62px;
    z-index: 3;
}

.logo {
    height: 65px;
}

/*#endregion */

/*#region Menu Styles */
.offcanvas.offcanvas-start.bgImg1.show{
    z-index:999999
}
.menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 32px;
    margin-top: 40px;
}

    .menu li {
        margin-top: 5px;
    }

        .menu li a {
            color: black;
            width: 200px;
            display: block;
            direction: ltr;
            position: relative;
            left: 120px;
            text-align: left;
            padding-left: 35px;
            line-height: 45px;
            text-decoration: none;
            height: 50px;
        }

            .menu li a:hover {
                color: black;
                background-color: #973af1;
                width: 200px;
                display: block;
                direction: ltr;
                position: relative;
                left: 120px;
                border-radius: 50px;
                text-align: left;
                padding-left: 35px;
                line-height: 45px;
                text-decoration: none;
            }
            .TeachingActivitiesMenu .Item{
                font-size:15px!important
            }
            .menu li a.TeachingActivitiesMenu:hover .Item { 
                left:  -5px; 
            }
            
            .menu li a .Item {
                font-size: 18px;
                top: -4px;
                position: relative;
                left: -10px;
                visibility: hidden;
            }

            .menu li a:hover .Item {
                visibility: visible;
                left: 20px;
                color: white;
                transition: left .7s;
            }
            
            .menu li a  span { 
    position: relative;
            }
            .menu li a:hover span {
                color: white;
            }

            .menu li a :hover {
                color: white;
            }

.bgImg1 {
    background-image: url('../Images/pattern.png');
    background-repeat: no-repeat;
}

.NavMenu {
    width: 100%;
    margin-top: 3px;
}

    .NavMenu li a {
        position: static;
        width: 100% !important;
        background: #f7f8fe;
        border-radius: 57px;
    }

        .NavMenu li a:hover {
            position: static;
        }

    .NavMenu li a {
        position: relative !important;
        width: 100%;
        left: 0px !important;
    }

        .NavMenu li a .Item {
            visibility: visible;
            left: 100px !important;
            top: 5px;
            position: absolute;
            font-weight: 700;
        }

        .NavMenu li a:hover .Item {
            color: white;
            transition: all .3s;
        }

.Navlogo {
    width: 160px;
}

.NavLogoLink {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.dlCV {
    width: 70%;
    height: 55px;
    border: 1px solid #973af1;
    border-radius: 50px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    transition: all .7s;
}

    .dlCV a {
        color: #973af1;
        text-decoration: none;
        font-weight: 900;
        display: block;
        height: 100%;
        width: 100%;
        line-height: 50px;
        transition: all .7s;
    }

    .dlCV:hover {
        background-color: #973af1;
        color: white;
        transition: all .7s;
    }

        .dlCV:hover a {
            color: white;
            transition: all .7s;
        }

.Share {
    height: 65px;
    width: 65px;
    background-color: rgba(128, 128, 128, 0.66);
    border-radius: 100%;
    margin-top: 20px;
    padding-top: 10px;
    position: relative;
}

    .Share:hover ul {
        visibility: visible;
        top: -195px;
        transition: all 1s;
    }

    .Share ul {
        list-style: none;
        height: 195px;
        width: 65px;
        position: absolute;
        top: -150px;
        padding: 0px;
        margin: 0px;
        visibility: hidden;
    }

        .Share ul li {
            height: 40px;
            width: 40px;
            border-radius: 100%;
            padding-top: 5px;
            margin: auto;
            margin-top: 6px;
        }

            .Share ul li.S1 {
                background-image: linear-gradient(to right,#2b009a,#da001b,#ff1600,#ff7b00,#fff700);
            }

            .Share ul li.S2 {
                background-color: #2052c5;
            }

            .Share ul li.S3 {
                background-color: #2f98e1;
            }

            .Share ul li.S4 {
                background-color: #06bb01;
            }

            .Share ul li a {
                text-decoration: none;
                color: white;
                font-size: 20px;
            }

    .Share .mainShareItem {
        font-size: 30px;
        color: white;
    }

.bar-menu {
    display: none;
    height: 60px;
    width: 60px;
    background-color: #4219dc;
    text-align: center;
    border-radius: 100%;
    color: white;
    padding-top: 10px;
    font-size: 24px;
    position: fixed;
    top: 17px;
    right: 50px;
    z-index: 99999;
}

/*#endregion */

/*#region HomePanel Styles */
#HomePanel {
    background-image: url('../Images/background.png');
    min-height: 700px;
    background-color: #f7f8fe;
}

    #HomePanel .MyInfo {
        direction: ltr;
        text-align: left;
        padding: 140px;
        padding-top: 200px;
    }

    #HomePanel h2 {
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: black;
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 5px;
    }

    #HomePanel h1 {
        font-size: 55px;
        line-height: 78px;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 900;
    }

    #HomePanel p {
        line-height: 28px;
        font-size: 18px;
        padding-bottom: 40px;
    }

    #HomePanel .btn-Start {
        padding: 20px 50px;
        border-radius: 50px;
        background: linear-gradient(90deg, #4219dc, #973af1);
        color: #fff;
        -webkit-transition: background-color 0.3s, color 0.3s;
        transition: background-color 0.3s, color 0.3s;
        border: 0;
        font-weight: bold;
        text-transform: capitalize;
        position: relative;
        text-decoration: none;
    }

    #HomePanel .Freelance {
        font-size: 16px;
        font-weight: bold;
        margin-left: 50px;
        position: relative;
    }

        #HomePanel .Freelance:before {
            content: "";
            background-color: #00ce7d;
            height: 15px;
            width: 15px;
            position: absolute;
            left: -15%;
            top: 20%;
            border-radius: 15px;
        }

        @media(max-width:500px)
        {
            #HomePanel h2{
                -webkit-text-stroke-width: 2px;
            }
        }
/*#endregion */

/*#region Modal Styles */
.cta {
    position: relative;
    margin: auto;
    padding: 15px 22px;
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
}

    .cta:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        border-radius: 28px;
        background: #973af1;
        width: 56px;
        height: 56px;
        transition: all 0.3s ease;
    }

    .cta span {
        position: relative;
        font-size: 16px;
        line-height: 18px;
        font-weight: 900;
        letter-spacing: 0.25em;
        text-transform: uppercase;
        vertical-align: middle;
    }

    .cta svg {
        position: relative;
        top: 0;
        margin-left: 10px;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: #111;
        stroke-width: 2;
        transform: translateX(-5px);
        transition: all 0.3s ease;
    }

    .cta:hover:before {
        width: 100%;
        background: #973af1;
    }

    .cta:hover svg {
        transform: translateX(0);
        stroke: white;
    }

    .cta:hover {
        color: white;
    }

    .cta:active {
        transform: scale(0.96);
    }


.modal-register {
    padding: 0px;
}

.MyImg {
    width: 35%;
    float: left;
}

.MyImg2 {
    width: 25%;
    float: left;
}

.MyImg img {
    width: 100%;
}

.MyInput {
    width: 65%;
    float: left;
    padding: 40px;
    direction: ltr;
    text-align: left;
    padding-bottom: 0px;
}

.MyInput2 {
    width: 100%;
}

.FLeft100 {
    float: left;
    width: 49%;
}

.FLeft100Img {
    float: left;
    margin-left: 2%;
}

.ConsultImg {
    width: 100%;
}

.MyInput .dropdown-menu, .MyInput .dropdown-toggle {
    direction: ltr;
    text-align: left;
    width: 100%;
}

#message {
    text-align: left;
    direction: ltr;
    height: 130px;
    width: 100%;
    border-radius: 20px;
    padding-top: 20px;
    padding-left: 18px;
    color: #198754;
    border: 1px solid #198754;
    margin-bottom: 10px;
    outline: none;
    font-size: 15px;
}

.button--moema {
    padding: 10px 40px;
    border-radius: 50px;
    background: linear-gradient(90deg, #4219dc, #973af1);
    color: #fff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    border: 0;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
}

#myModal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px; 
}

#myModal   { 
    z-index:999999
}

#HomePanel #target {
    font-size: 15px;
    padding-bottom: 0px;
}

@media(max-width:688px)
{
    #myModal .btn-close{
        right:auto;
            left: 20px; 

    }
}
/*#endregion */

/*#region cursor Styles */


body {
    cursor: none;
}


#myModal {
    cursor: auto;
}

/*#endregion */

.clearBoth {
    clear: both;
}

/*#region AboutPanel Styles */

#AboutPanel, #ExperiencePanel, #PortfolioPanel, #NewsPanel, #ContactPanel ,#TeachingActivitiesPanel{
    background-color: #eceefb;
    min-height: 700px;
}

    #AboutPanel h3, #ExperiencePanel h3, #PortfolioPanel h3, #NewsPanel h3, #ContactPanel h3, #TeachingActivitiesPanel h3 {
        font-size: 60px;
        font-weight: bold;
        z-index: 1;
        position: relative;
    }

    #AboutPanel .AboutMeHeading, #ExperiencePanel .AboutMeHeading, #PortfolioPanel .AboutMeHeading, #NewsPanel .AboutMeHeading, #ContactPanel .AboutMeHeading ,#TeachingActivitiesPanel .AboutMeHeading{
        direction: ltr;
        padding: 90px;
        padding-left: 50px;
    }
  #TeachingActivitiesPanel  .AboutMeHeading.TA p{
         text-align:justify !important
     }

    #AboutPanel .AboutMeHeading {
        text-align: justify;
    }

    #AboutPanel .WhatWeDoImg {
        height: 100px;
        width: 100px;
        box-shadow: none;
    }

span.AboutMe_A, span.Experience_E {
    font-size: 220px;
    position: absolute;
    z-index: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #dededea3;
    top: -40px;
    font-weight: 900;
}

#AboutPanel .WhoIAm, #ExperiencePanel .ExperienceH3, #PortfolioPanel .PortfolioH3, #NewsPanel .NewsH3, #ContactPanel .ContactH3 ,#TeachingActivitiesPanel .ContactH3{
    font-size: 30px;
    padding-top: 83px;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    color: black !important;
}

#TeachingActivitiesPanel .ContactH3{
    padding-top: 30px;}
ul.Experience {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 40px;
}

    ul.Experience li {
        float: left;
        height: 130px;
        width: 33.33%;
        text-align: center;
        position: relative;
    }

        ul.Experience li span {
            font-size: 55px;
            display: inline;
            font-weight: 800;
            line-height: 77px;
            color: #6928e6;
        }

        ul.Experience li p {
            color: #3e3e3e;
            font-size: 18px;
            font-weight: 500;
            margin-top: 10px;
        }

        ul.Experience li .justify {
            text-align: justify;
        }

.line {
    height: 100px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.16);
    position: absolute;
    right: 0px;
    top: 0px;
}

.MyImg .img1 {
    display: block !important;
    border-radius: 0px;
}

.MyImg .img2 {
    display: none !important;
    height: 100px;
}

.service {
    background-color: white;
    position: relative;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid transparent;
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 35px;
}

    .service:hover {
        border: 5px solid #6928e6;
        transform: translateY(-10px);
        transition: .3s ease-in-out;
    }

    .service:before {
        content: "";
        background-color: #808080;
        position: absolute;
        height: 80px;
        width: 67px;
        top: 90%;
        right: -8%;
        transform: rotate(46deg);
    }

    .service h5 {
        padding-top: 20px;
    }

.headings h3 {
    padding-top: 83px;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
}

.service svg {
    height: 85px;
    fill: black;
}

.btnRegisterIdea {
    font-size: 18px;
    text-decoration: none;
    position: absolute;
    right: 0px;
}
@media(max-width:502px)
{
    .btnRegisterIdea { 
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 250px;
            position: static!important;
}
}
@media(max-width:327px)
{
    .btnRegisterIdea {  
    width: 100%; 
}
}
.font-size13 {
    font-size: 13px;
}

.MyInput.MyInput2 {
    background-color: white;
    border-radius: 20px;
    margin-bottom: 30px;
}
/*#endregion */

/*#region Slider Styles */


.quote {
    display: flex;
    padding: 50px;
    border-radius: 20px;
    position: relative;
    background-color: white;
}

    .quote img {
        padding-right: 80px;
        width: 180px !important;
        height: 100%;
        box-shadow: none;
    }

    .quote:before {
        content: "";
        background-color: #bbbbbb;
        height: 183px;
        width: 1px;
        position: absolute;
        left: 25%;
    }

    .quote h6 {
        color: #bbbbbb;
        line-height: 30px;
        font-size: 20px;
    }

    .quote a {
        font-size: 20px;
        font-weight: bold;
        display: block;
        color: black;
        text-decoration: none;
    }

    .quote span {
        font-size: 16px;
    }

#carouselExampleIndicators .carousel-indicators [data-bs-target] {
    background-color: rgba(128, 128, 128, 0.66);
}

#carouselExampleIndicators .carousel-indicators {
    bottom: -10px;
}
/*#endregion */

/*#region rtl Styles */


.carousel-item {
    margin-right: initial;
}

.carousel-control-next {
    right: initial;
}

/*#endregion */

/*#region client Styles */
.client {
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    margin-top: 20px;
    background-color: white;
}

    .client img {
        height: 68px;
    }

    .client a {
        font-size: 16px;
        position: absolute;
        left: 25%;
        top: 0%;
        opacity: 0;
        transform: rotate(180deg) !important;
        color: white;
        text-decoration: none;
    }

    .client:hover {
        background: linear-gradient( 90deg, #4219dc, #973af1);
    }

        .client:hover img {
            opacity: 0;
        }

        .client:hover a {
            opacity: 1;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) !important;
        }



/*#endregion */

/*#region ExperiencePanel Styles */


.carousel-item {
    margin-right: initial;
}

.carousel-control-next {
    right: initial;
}

#ExperiencePanel .headings h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0px;
    color: black !important;
}

#ExperiencePanel .education {
    margin-left: 35px;
}

    #ExperiencePanel .education h5 {
        font-size: 20px;
        font-weight: bold;
        margin: 0px;
        position: relative;
    }

        #ExperiencePanel .education h5:before {
            height: 25px;
            width: 25px;
            content: "";
            position: absolute;
            left: -5.7%;
            top: 8%;
            border-radius: 20px;
            border: solid 7px #10101021;
            background-color: #6928e6;
            z-index: 2;
        }

        #ExperiencePanel .education h5:after {
            content: "";
            position: absolute;
            background-color: #10101021;
            height: 230px;
            width: 4px;
            top: 34%;
            left: -4%;
            z-index: 1;
        }

#ExperiencePanel #Exper .education h5:after {
    min-height: 240px;
    max-height: 300px;
}

#ExperiencePanel .education p {
    font-size: 15px;
    line-height: 23px;
    color: #808080;
    margin: 0px;
    padding-bottom: 10px;
}

#ExperiencePanel .studies {
    padding: 30px;
    background-color: white;
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 15px;
}


    #ExperiencePanel .studies :before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-bottom: 30px solid white;
        border-right: 30px solid transparent;
        top: -12%;
    }

    #ExperiencePanel .studies h6 {
        font-size: 18px;
        font-weight: bold;
    }





@media (max-width: 1400px) {
    #ExperiencePanel .education h5:after {
        height: 230px;
    }
}





#ExperiencePanel .chart {
    direction: ltr !important;
    background-color: white;
    width: 100%;
    min-height: 80px;
    padding: 25px;
    position: relative;
    border-radius: 20px;
    margin-top: 15px;
    border-top-left-radius: 0px;
    align-items: center;
}

    #ExperiencePanel .chart h6 {
        font-size: 16px;
        margin: 0px;
        margin-left: 15px;
        width: 100%;
    }

    #ExperiencePanel .chart .Des {
        display: block;
        margin-top: 10px;
        padding-left: 15px;
        width: 100%;
    }

        #ExperiencePanel .chart .Des * {
            margin-bottom: 0px;
        }

/*#endregion */

/*#region moreImage Styles */
.masonry-container {
    column-count: 3;
    column-gap: 15px;
    width: 100%;
    margin-top: 20px;
}

.masonry-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    break-inside: avoid; /* جلوگیری از شکستن عکس بین ستون‌ها */
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

    .masonry-item img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
        transition: transform 0.3s ease;
    }

    .masonry-item:hover img {
        transform: scale(1.03);
    }

.lightview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.masonry-item:hover .lightview-overlay {
    opacity: 1;
}

.lightview-overlay i {
    color: white;
    font-size: 24px;
}

/* روش جایگزین با CSS Grid (برای مرورگرهای جدید) */
@supports (grid-template-rows: masonry) {
    .masonry-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: masonry;
        grid-auto-rows: 0;
        align-items: start;
        column-count: auto;
    }
}

/* ریسپانسیو */
@media (max-width: 1200px) {
    .masonry-container {
        column-count: 3;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .masonry-container {
        column-count: 3;
        column-gap: 10px; /* کاهش فاصله */
    }

    .masonry-item {
        margin-bottom: 10px; /* کاهش فاصله عمودی */
    }

        .masonry-item img {
            max-height: 300px; /* محدودیت ارتفاع */
            object-fit: cover; /* بدون تغییر نسبت */
        }
}

@media (max-width: 992px) {
    .masonry-container {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .masonry-container {
        column-count: 2;
    }
}

@media (max-width: 512px) {
    .masonry-container {
        column-count: 1;
    }
}
/*#endregion */

/*#region Portfolio Styles */



.gallery-title {
    font-size: 36px;
    color: #FFA500;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

    .gallery-title:after {
        content: "";
        position: absolute;
        width: 22.5%;
        left: 38.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }

.filterParent {
    margin-top: 20px;
    margin-bottom: 0px;
}

    .filterParent div {
        float: left;
    }

.filter-button {
    font-size: 18px;
    border: 1px solid #5c23e2;
    border-radius: 5px;
    text-align: center;
    color: #5c23e2;
    margin-bottom: 10px;
    width: 15px;
    height: 15px;
}

    .filter-button:hover {
        font-size: 18px;
        border: 1px solid #5c23e2;
        border-radius: 5px;
        text-align: center;
        color: #ffffff;
        background-color: #5c23e2;
    }

.btn-default:active .filter-button:active {
    background-color: #FFA500;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
    min-height: 240px;
}

img {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.gallery_product a {
    text-decoration: none;
}

.gallery_product .GallaryTitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 0px;
    color: black;
    margin-top: 10px;
}

.gallery_product .GallarySubTitle {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    color: #808080;
}

.gallery_product figure {
    overflow: hidden;
    position: relative;
    margin-block: 0px;
}

.gallery_product img {
    height: 240px;
    width: 100%;
    transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

.gallery_product:hover img {
    transform: rotate(10deg) scale(1.4);
    -webkit-transform: rotate(10deg) scale(1.4);
}

.minHeight600 {
    min-height: 600px;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
}

    .hover-underline-animation::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #111;
        transition: transform 0.35s ease-out;
    }

    .hover-underline-animation:hover::after {
        transform: scaleX(1);
    }

    .hover-underline-animation.left::after {
        transform-origin: bottom right;
    }

    .hover-underline-animation.left:hover::after {
        transform-origin: bottom left;
    }


.filterParent .filterInput {
    color: #999999;
    padding-right: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}


#PortfolioPanel .load-button, #NewsPanel .load-button {
    text-align: center;
}

    #PortfolioPanel .load-button a, #NewsPanel .load-button a {
        text-decoration: none !important;
    }

.pJustify {
    text-align: justify;
}
#AboutPanel .award .PortfolioH3{
    font-size: 30px;
    padding-top: 83px;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    color: black !important;
}
/*#endregion */

/*#region TA Styles */
#TeachingActivitiesPanel .TAImages .gallery_product img{
    height:170px
}#TeachingActivitiesPanel .TAImages .gallery_product { 
    min-height: 150px;
}#TeachingActivitiesPanel   .minHeight600 {
    min-height: 200px!important;
}
@media(max-width:991px) {
    #TeachingActivitiesPanel .TAImages .gallery_product img {
        height: 140px;
    }
 #TeachingActivitiesPanel span.AboutMe_A, #TeachingActivitiesPanel span.Experience_E{
     top: -5px;
 }
    #TeachingActivitiesPanel h3.mainH3{
        margin-top:140px
    }
}
    @media(max-width:768px) {
        #TeachingActivitiesPanel .TAImages .gallery_product img {
            height: 170px;
        }
         #TeachingActivitiesPanel h3{font-size:48px}
    }
      @media(max-width:575px) {
      #TeachingActivitiesPanel .TAImages .gallery_product img{
    height:auto
} 
         #TeachingActivitiesPanel h3{font-size:35px}
         #TeachingActivitiesPanel .ContactH3{font-size:22px}
      #TeachingActivitiesPanel .TAImages   .gallery_product{min-height:180px!important}
      #TeachingActivitiesPanel .AboutMeHeading.TA p {
    text-align: left !important;
}
    }
      @media(max-width:460px) { 
      #TeachingActivitiesPanel .TAImages   .gallery_product{min-height:180px!important;
    margin-bottom: 10px; 
}
    }
      @media(max-width:360px) { 
      #TeachingActivitiesPanel .TAImages   .gallery_product{ 
    margin-bottom: 0px; 
}
    }
/*#endregion */
/*#region AwardAchievemen Styles */
.award-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    border-radius: 20px;
    margin-top: 5px;
    position: relative;
    background-color: white;
}


    .award-data p {
        font-size: 90px;
        font-weight: 900;
        color: black;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-color: rgba(0, 0, 0, 0.64);
        -webkit-text-stroke-width: 2px;
    }

    .award-data h6 {
        font-size: 16px;
        line-height: 25px;
    }

/*#endregion */

/*#region News Styles */
.heading.news-gap h3 {
    margin-bottom: 93px;
}

.news-img {
    display: flex;
    align-items: center;
}

    .news-img img {
        border-radius: 20px;
    }

.news-data {
    padding-left: 40px;
}

.news-img-girl {
    margin-top: 20px;
    display: flex;
}

    .news-img-girl img {
        border-radius: 30px;
        margin-right: 10px;
        height: 60px;
        width: 60px;
    }

    .news-img-girl h6 {
        font-size: 14px;
        font-weight: bold;
        margin-top: 5px;
    }

.news-data.gapp {
    padding-left: 0;
}

.news-img {
    margin-bottom: 20px;
}

.news-data > a {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
    padding: 0.1% 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    background-repeat: no-repeat;
    text-decoration: none;
    line-height: 40px;
    color: black;
}

.news-data a:hover {
    background-size: 100% 2px;
}

.blog-image img {
    width: 100%;
    height: 260px;
}

#NewsPanel .order-md-1 {
    padding-left: 0px;
    padding-right: 10px;
}

.blogItems {
    /*margin-top: 80px;*/
    margin-top: 10px;
}
/*#endregion */

/*#region ContactUs Styles */

#ContactPanel .contact-info h6 {
    font-size: 18px;
    line-height: 28px;
}

#ContactPanel .contact-info a.ContactUsMobile {
    font-size: 30px;
    font-weight: 900;
    color: #973af1;
    display: block;
    text-decoration: none;
}

#ContactPanel .contact-info a.ContactUsEmail {
    font-size: 20px;
    color: black;
    font-weight: 900;
    text-decoration: none;
    border-bottom: 1px solid #111;
}

#ContactPanel .contact-info h5 {
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
}

#ContactPanel .contact-info h4 {
    font-size: 20px;
    line-height: 24px;
}

    #ContactPanel .contact-info h4 span {
        font-weight: 900;
    }

#ContactPanel .form-check .form-check-input {
    float: left;
}

#ContactPanel .ContactUsInput {
    margin-top: 10px;
    height: 45px;
    background-color: transparent;
    color: #555;
    border: 1px solid #10101021;
    outline: none;
    border-radius: 40px;
}

#ContactPanel .ContactUsTextArea {
    height: 250px;
    padding-top: 30px;
}

#ContactPanel .was-validated textarea.ContactUsTextArea:invalid, textarea.ContactUsTextArea.is-invalid,
#ContactPanel .was-validated textarea.ContactUsTextArea:valid, textarea.ContactUsTextArea.is-valid {
    background-position: top 33px left calc(.375em + .1875rem);
}
/*#endregion */

/*#region ContactUs Styles */

.appoinment-box {
    direction: ltr;
}
/*#endregion */

/*#region Medias Styles */
/*#region Media 1280px Styles */
@media(max-width:1280px) {
    #AboutPanel .AboutMeHeading, #ExperiencePanel .AboutMeHeading {
        padding-left: 20px;
    }

    #ExperiencePanel .studies :before {
        top: -11%;
    }

    .quote:before {
        left: 19%;
    }

    #ExperiencePanel #Exper .education h5:after {
        min-height: 260px;
        max-height: 320px;
    }
}

/*#endregion */

/*#region Media 1199px&1280px Styles */
@media (min-width: 1199px) and (max-width: 1280px) {
    #AboutPanel .AboutMeHeading, #ExperiencePanel .AboutMeHeading, #PortfolioPanel .AboutMeHeading, #NewsPanel .AboutMeHeading, #ContactPanel .AboutMeHeading, #TeachingActivitiesPanel .AboutMeHeading {
        padding-left: 90px;
    }
}

/*#endregion */

/*#region Media 1199px Styles */
@media(max-width:1199px) {
    #PortfolioPanel .AboutMeHeading.pLAuto{
        padding-left:90px
    }
    .languages{
        top:33px
    }
    #info {
        display: none;
    }

    .bar-menu {
        display: block;
    }

    .header {
        display: none;
    }

    #AboutPanel .AboutMeHeading, #ExperiencePanel .AboutMeHeading {
        padding: 90px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .quote h6 {
        font-size: 18px;
        line-height: 25px;
    }

    #ExperiencePanel .education h5:after {
        height: 240px;
        left: -2.9%;
    }

    #ExperiencePanel .education h5:before {
        left: -4%;
    }

    #ExperiencePanel #Exper .education h5:after {
        min-height: 240px;
    }
    /*#endregion */

    /*#region Media 991px Styles */
    @media(min-width:991px) {
        .FLeftEmail {
            margin-right: 2%;
        }
    }

    @media(max-width:991px) {
        #AboutPanel .AboutMeHeading, #ExperiencePanel .AboutMeHeading {
            padding-top: 110px;
        }
        #PortfolioPanel .AboutMeHeading.pLAuto{
            padding-right: 0px!important;
            padding-left: 0px!important;}
        .gallery_product.ProjectDetail img{height:auto}
        .news-data.Project-text a{
                        font-size: 22px;
            line-height: 28px;
        }

        .award {
            margin-bottom: 30px;
        }

        #HomePanel .MyInfo {
            padding: 200px 0px 0px 0px;
        }

        .FLeft100 {
            width: 100%;
            margin-right: 0px;
            float: none;
        }

        .MyImg .img1 {
            display: none !important;
        }

        .MyImg .img2 {
            display: block !important;
        }

        .MyInput, .MyImg {
            width: 100%;
        }

        .quote:before {
            left: 25%;
        }

        #ExperiencePanel .education h5:before {
            left: -5.4%;
        }

        #ExperiencePanel .studies :before {
            top: -11%;
        }

        .minWidth {
            padding: 0px !important;
        }

        .news-img {
            display: block;
        }

        .news-data {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .blog-text p.titleP {
            margin-top: 20px;
        }

        .news-img {
            margin-bottom: 10px;
        }

        #ExperiencePanel .education h5:after {
            /* height: 320px; */
            left: -3.9%;
        }

        #ExperiencePanel #Exper .education h5:after {
            min-height: 240px;
        }
    }
    /*#endregion */

    /*#region Media 768px Styles */

    @media(min-width:768px) {
        .award-data:before, .award-data:after {
            background-color: #d1d1d1;
            content: "";
            position: absolute;
            height: 180px;
            width: 1px;
        }

        .award-data:before {
            left: 32%;
        }

        .award-data:after {
            left: 63%;
        }
    }

    @media(max-width:768px) {
        .line {
            display: none;
        }

        ul.Experience li span {
            font-size: 40px;
        }

        ul.Experience li p {
            font-size: 20px;
            margin-top: 5px;
        }

        .quote:before {
            left: 33%;
        }

        .quote h6 {
            font-size: 16px;
            line-height: 20px;
        }

        #ExperiencePanel .education h5:before {
            left: -6.05%;
        }


        .award-data {
            padding: 20px;
        }

            .award-data h6 {
                font-size: 14px;
            }

            .award-data p {
                font-size: 70px;
            }

        #ExperiencePanel .education h5:after {
            height: 270px;
        }

        #ExperiencePanel #Exper .education h5:after {
            min-height: 250px;
            max-height: 265px;
        }
    }

    /*#endregion */

    /*#region Media 600px Styles */

    @media(max-width:600px) {
        #HomePanel .MyInfo {
            padding: 200px 30px 0px 30px;
        }

        #HomePanel h2 {
            font-size: 30px;
        }

        #HomePanel h1 {
            font-size: 40px;
        }

        .cta span, #HomePanel .Freelance {
            font-size: 15px;
        }

        #HomePanel .Freelance {
            display: block;
            margin-top: 30px;
        }

            #HomePanel .Freelance:before {
                left: -40px;
            }

        .quote:before {
            left: 37%;
        }
    }

    /*#endregion */

    /*#region Media 540px Styles */
    @media(max-width:540px) {
        #ExperiencePanel .education h5:before {
            left: -6.5%;
        }
        .filterParent div{
            display:block;
            text-align:left!important;
            width:100%
        }.blogItems {
    margin-top: 20px;
}
        #NewsPanel .AboutMeHeading{padding-right:30px;padding-left:30px}
        #ContactPanel .contact-info h6 {
            font-size: 16px;
        }
        #ContactPanel .contact-info a.ContactUsMobile {
            font-size: 20px;
        }
        #ContactPanel .contact-info a.ContactUsEmail {
            font-size: 15px;
        }
        #ContactPanel .contact-info h4 {
            font-size: 16px;
        }
        #ContactPanel .ContactH3 {
            font-size: 25px;
        }
        #ContactPanel .AboutMeHeading{
            padding-left:30px;
            padding-right:30PX
        }
    }
    /*#endregion */

    /*#region Media 480px Styles */
    @media(max-width:480px) {
        #ExperiencePanel .education h5:before {
            left: -11.5%;
        }

        #ExperiencePanel .education h5 {
            margin-left: 3%;
        }

            #ExperiencePanel .education h5:after {
                left: -8.6%;
            }
            
    .quote img {
        padding-right: 14%; 
    }
    .client img {
        width: 100%;
    }
    }
    /*#endregion */

    /*#region Media 461px Styles */
    @media(max-width:461px) {
        #HomePanel h1 {
            font-size: 30px;
        }

        #HomePanel h2 {
            font-size: 25px;
            letter-spacing: 2px;
            margin-bottom: 0rem;
        }

        #HomePanel p {
            font-size: 16px;
        }

        .cta span {
            letter-spacing: 0.15em;
        }
    }
    /*#endregion */

    /*#region Media 450px Styles */
    @media(max-width:450px) {
         #ExperiencePanel #Exper .education h5:after {
            min-height: 285px;
        }
    .quote img {
        padding-right: 10%; 
    }
    }
    /*#endregion */

    /*#region Media 430px Styles */
    @media(max-width:430px) { 
    .quote img ,.quote:before{
        display:none
    }
        .quote { 
            padding: 25px;
        }
        .award-data a img{
            width:100px
        }
    }
    /*#endregion */

    /*#region Media 415px Styles */
    @media(max-width:415px) {
        #ExperiencePanel #Exper .education h5:after {
            min-height: 305px;
        }
        .client {
            padding: 25px;
        }
    }
    /*#endregion */

    /*#region Media 410px Styles */
    @media(max-width:410px) {
        #ExperiencePanel #Exper .education h5:after {
            min-height: 305px;
        }
    }
    /*#endregion */
    /*#region Media 406px Styles */
    @media(max-width:406px) {
        #ExperiencePanel .education h5:before {
            left: -11.8%;
        }
    }
    /*#endregion */
    /*#region Media 402px Styles */

    @media(max-width:402px) {
        ul.Experience li span {
            font-size: 32px;
        }

        ul.Experience li p {
            font-size: 18px;
            margin-top: 0px;
        }

        #AboutPanel h3,  #TeachingActivitiesPanel h3 {
            font-size: 40px;
        }

        span.AboutMe_A {
            font-size: 170px;
            top: 0px;
        }
    }
    /*#endregion */

    /*#region Media small Styles */

    @media(max-width:374px) {
        ul.Experience li {
            width: 100%;
        }
    }

    @media(max-width:335px) {
        #HomePanel h1 {
            font-size: 25px;
            line-height: 50px;
        }

        .cta span {
            font-size: 13px;
        }
    }

    /*#endregion */


    /*#region Media 370px Styles */
    @media(max-width:370px) {
        #ExperiencePanel .education h5:before {
            left: -12.1%;
        }
    }
    /*#endregion */
    /*#region Media 350px Styles */
    @media(max-width:350px) {
        #ExperiencePanel .education h5:before {
            left: -12.5%;
        }

        #ExperiencePanel #Exper .education h5:after {
            min-height: 345px;
        }
    }
    /*#endregion */
    /*#region Media 320px Styles */
    @media(max-width:320px) {
        #ExperiencePanel .education h5:before {
            left: -12.9%;
        }
    }
    /*#endregion */
    /*#region Media 297px Styles */
    @media(max-width:297px) {
        #ExperiencePanel .education h5:before {
            left: -13.4%;
        }
    }
    /*#endregion */
    /*#endregion */
