/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
    display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.homeTitleName{
    margin: 5px 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
   * Remove the inner border and padding in Firefox.
   */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
   * Restore the focus styles unset by the previous rule.
   */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    height: 100vh;
}

body {
    letter-spacing: 0.8px;
}

.vertical--center {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999999;
}

.spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}

    .spinner .path {
        stroke: #f5ce44;
        stroke-linecap: round;
        -webkit-animation: dash 1.5s ease-in-out infinite;
        animation: dash 1.5s ease-in-out infinite;
    }

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.Header {
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    padding: 20px 30px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .Header .Header-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.Header__logo a {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    text-decoration: none;
}

.Header .navFull ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .Header .navFull ul li {
        list-style: none;
        margin-left: 20px;
        position: relative;
        padding: 0 5px;
    }

        .Header .navFull ul li a {
            text-decoration: none;
            color: #111;
        }

        .Header .navFull ul li::after {
            content: '';
            position: absolute;
            display: block;
            background-color: #f2ae67;
            width: 0%;
            height: 1px;
            left: 0;
            bottom: -8px;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

        .Header .navFull ul li:hover::after {
            width: 100%;
        }

.Header__burger-menu {
    top: 20px;
    right: 30px;
    position: absolute;
    width: 40px;
    height: 40px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

    .Header__burger-menu span {
        width: 24px;
        height: 2px;
        display: block;
        position: relative;
        background: #000;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .Header__burger-menu span::before, .Header__burger-menu span::after {
            content: '';
            position: absolute;
            display: block;
            background: #000;
            width: 24px;
            height: 2px;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

        .Header__burger-menu span::before {
            top: -9px;
        }

        .Header__burger-menu span::after {
            bottom: -9px;
        }


.Header__links {
    position: fixed;
    top: 50%;
    left: 30px;
    margin-top: -100px;
}

    .Header__links ul {
        list-style: none;
    }

        .Header__links ul li {
            list-style: none;
            margin-bottom: 10px;
            font-size: 13px;
            text-align: center;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

            .Header__links ul li a {
                text-decoration: none;
                color: #111;
            }

            .Header__links ul li:hover {
                -webkit-transform: scale(1.5, 1.5);
                -ms-transform: scale(1.5, 1.5);
                transform: scale(1.5, 1.5);
            }

    .Header__links span {
        top: 160px;
        left: -25px;
        width: 68px;
        height: 20px;
        font-size: 12px;
        line-height: 1.2;
        white-space: nowrap;
        position: absolute;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        color: #111;
    }

        .Header__links span::after {
            content: '';
            top: 6px;
            right: -44px;
            width: 40px;
            height: 1px;
            display: block;
            position: absolute;
            background-color: #111;
        }

.Header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100vh;
    position: fixed;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #222;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .Header__menu .menu-wrapp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .Header__menu .menu-wrapp .nav {
            padding-right: 200px;
        }

            .Header__menu .menu-wrapp .nav ul {
                list-style: none;
            }

                .Header__menu .menu-wrapp .nav ul li {
                    list-style: none;
                    margin-bottom: 20px;
                }

                    .Header__menu .menu-wrapp .nav ul li a {
                        text-decoration: none;
                        color: #fff;
                        -webkit-transition: all .3s ease;
                        -o-transition: all .3s ease;
                        transition: all .3s ease;
                    }

                        .Header__menu .menu-wrapp .nav ul li a:hover {
                            color: #f2ae67;
                        }

        .Header__menu .menu-wrapp .info .info-wrapp span {
            color: #fff;
            font-weight: 500;
            padding-bottom: 10px;
            display: block;
            text-transform: uppercase;
        }

        .Header__menu .menu-wrapp .info .info-wrapp .contact li {
            color: #999;
            list-style: none;
            font-weight: 400;
            font-size: .9rem;
            padding-top: 10px;
        }

            .Header__menu .menu-wrapp .info .info-wrapp .contact li:last-child {
                margin-bottom: 20px;
            }

        .Header__menu .menu-wrapp .info .info-wrapp .link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: none;
            padding-top: 10px;
        }

            .Header__menu .menu-wrapp .info .info-wrapp .link li {
                margin-right: 20px;
            }

                .Header__menu .menu-wrapp .info .info-wrapp .link li a {
                    color: #fff;
                }

                    .Header__menu .menu-wrapp .info .info-wrapp .link li a:hover {
                        color: #f2ae67;
                    }

    .Header__menu .close_btn {
        width: 40px;
        height: 40px;
        top: 20px;
        right: 30px;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

        .Header__menu .close_btn span {
            width: 24px;
            height: 2px;
            display: block;
            position: relative;
            background: transparent;
        }

            .Header__menu .close_btn span::before, .Header__menu .close_btn span::after {
                content: '';
                position: absolute;
                display: block;
                background: #fff;
                width: 24px;
                height: 2px;
            }

            .Header__menu .close_btn span::before {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .Header__menu .close_btn span::after {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

.menu-down {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 5px #4442;
    box-shadow: 0px 0px 10px 5px #4442;
}

.Page_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.typed-cursor {
    opacity: 1;
    font-size: 20px;
}

    .typed-cursor.typed-cursor--blink {
        animation: typedjsBlink 0.7s infinite;
        -webkit-animation: typedjsBlink 0.7s infinite;
        animation: typedjsBlink 0.7s infinite;
    }

@keyframes typedjsBlink {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes typedjsBlink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1;
    }
}

.Page_wrapper .section-hero {
   /* padding: 30px 20px 0;*/
    /*padding: 30px 20px 49px;*/
    /* min-height: 780px; */     /*According you adjust if want */
     min-height:950px;
    padding:30px 20px 20px;
    background-size: cover;
    background-position: bottom;
    position: relative;
    overflow: hidden;
}

.Page_wrapper .section-hero-wrapper {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  
}





    .Page_wrapper .section-hero-wrapper .Hero__left {
        position: relative;
    }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__phone a {
            line-height: 36px;
            font-weight: 500;
            color: #666;
            text-decoration: none;
        }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__title {
            padding-top: 0px;
        }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__title h1 {
                color: #111;
                text-transform: uppercase;           
                font-size: 50px;
                background-image: url("../image/q1.png");          
                background-size: 62px;
                background-position: 20px top;
                background-repeat: no-repeat;
                position: relative;
            }

                .Page_wrapper .section-hero-wrapper .Hero__left .Hero__title h1::before {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 100px;
                    height: 7px;
                    background-color: #111;
                    left: -120px;
                    top: 50%;
                }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__title span {
                color: #635628;
            }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__about {
            max-width: 520px;
            min-height: 110px;
        }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__about p {
                line-height: 32px;
                font-size: 16px;
                color: #444;
            }

                .Page_wrapper .section-hero-wrapper .Hero__left .Hero__about p span.typed {
                    font-size: 20px;
                }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn {
            /*padding-top: 60px;*/
            padding-top: 0px;
        }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn #Contact-me {
                border: 1px solid #111;
                padding: 15px 25px;
                display: inline-block;
                text-transform: uppercase;
                text-decoration: none;
                color: #111;
                font-weight: 500;
                font-size: 15px;
                -webkit-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

                .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn #Contact-me i {
                    padding-right: 5px;
                    font-size: 12px;
                }

                .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn #Contact-me:hover {
                    background-color: #f2ae67;
                    border-color: #f2ae67;
                }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn span {
                display: block;
                padding-top: 20px;
                line-height: 32px;
                font-size: 16px;
                color: #444;
                padding-bottom: 50px;
            }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__scroll-btn {
            position: absolute;
            left: 25px;
            bottom: 120px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 10px 5px #4442;
            box-shadow: 0px 0px 10px 5px #4442;
            cursor: pointer;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__scroll-btn:hover {
                /*bottom: -20px;*/
                transform: translateY(-6px);
                box-shadow: 0 10px 20px rgba(0,0,0,.15);
            }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__scroll-btn a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__scroll-btn img {
                width: 50%;
            }

    /*.Page_wrapper .section-hero-wrapper .Hero__right {
        position: relative;*/
       /* width: 800px;*/ 
        /*width:680px;
        background-image: url("../image/q2.png");
        background-size: 55%;*/
       /* background-position: center;*/
       /*background-position: 10px center;*/
       /*background-position: center top;
        background-repeat: no-repeat;
    }*/



  /*   .Page_wrapper .section-hero-wrapper .Hero__right{
    position:relative;
    flex:1;
    max-width:700px;
    min-height:650px;
    background-image:url("../image/q2.png");
    background-repeat:no-repeat;*/
  /*  background-position:center center;*/
   /* background-size:70%;   */  
/*   background-size:65%; 
}
*/






.Hero__right{
    position:relative;
    width:100%;
    height:340px;
     overflow:hidden;

    flex:1;
    min-height:650px;
}

.shape-img{
    position:absolute;
    width:65%;
    left:50%;
    top:40px;
    transform:translateX(-50%);
    z-index:1;
}

.person-img{
    position:absolute;
    width:72%;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    z-index:2;
}





.hero-stats{
    position:absolute;

    top:50px;     
    left:85%;     
    transform:translateX(-50%);

    width:220px;

    background:#fff;
    border-radius:18px;
    padding:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    z-index:5;
}

    .hero-stats hr { margin: 18px 0; border: none; border-top: 1px solid #eee; }

    .hero-stats h2 { font-size: 36px; font-weight: 700; margin-bottom: 6px; }

    .hero-stats h5 { font-size: 20px; font-weight: 700; margin-bottom: 5px; }

    .hero-stats p { margin: 0; color: #666; font-size: 14px; }






        /*.Page_wrapper .section-hero-wrapper .Hero__right img {
            position: absolute;
            bottom: 0;
            left: 50%;*/
           /* left: 46%;*/
            /*max-width: 480px;*/
            /*width: 100%;*/
           /* width:66%;*/
            /*width:50%;
            top:89px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }*/

   .Page_wrapper .section-hero-wrapper .Hero__right img{
    position:absolute;
    left: 45%;
    bottom:145px;
    transform:translateX(-65%);
    width:60%;
    max-width:520px;
  
    height:auto;
    top:auto;
}











.Page_wrapper .second-section {
    padding: 0 30px;
}

.Page_wrapper .section-title {
    border-left: 3px solid #f2ae67;
    padding-left: 10px;
}

    .Page_wrapper .section-title h2 {
        color: #111;
        text-transform: uppercase;
        font-size: 36px;
        position: relative;
    }

    .Page_wrapper .section-title span {
        color: #666;
    }

    .Page_wrapper .section-title p {
        padding-top: 10px;
        color: #444;
    }

.Page_wrapper .section-second-wrapper {
        max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 0 35px 0;
}

 /*   .Page_wrapper .section-second-wrapper .section-about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 80px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 100px;
    }*/
 .Page_wrapper .section-second-wrapper .section-about{

    display:flex;
    justify-content:space-between;
    /*align-items:center;*/
    align-items:flex-start;
    gap:90px;

    padding-top:70px;
    padding-bottom:70px;

}

 /*   .Page_wrapper .section-second-wrapper .section-about__photo {
        min-width: 400px;
        width: 400px;
        height: 500px;
        position: relative;
        overflow: hidden;
    }*/
 .Page_wrapper .section-second-wrapper .section-about__photo{

    width:520px;
    min-width:520px;
    height:auto;

    position:relative;

    display:flex;
    justify-content:center;
    align-items:center;

}
/*
        .Page_wrapper .section-second-wrapper .section-about__photo img {
            width: initial;
            height: 100%;
            display: block;
            -o-object-fit: cover;
            object-fit: cover;
            z-index: 2;
            position: absolute;
        }*/
.Page_wrapper .section-second-wrapper .section-about__photo img{

    width:420px;

    height:auto;

    position:relative;

    object-fit:contain;

    z-index:2;

}

       /* .Page_wrapper .section-second-wrapper .section-about__photo::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #f2ae67;
            right: -20px;
            bottom: -20px;
            z-index: 1;
        }*/

       .Page_wrapper .section-second-wrapper .section-about__photo::before{

    content:"";

    position:absolute;

    width:470px;
    height:470px;

    background:#FFF5ED;

    border-radius:45%;

    z-index:1;

}

   /* .Page_wrapper .section-second-wrapper .section-about__info {
        padding-left: 100px;
    }*/
     .Page_wrapper .section-second-wrapper .section-about__info {
       flex:1;
       padding-left:0;
       max-width:650px;
      }

        .Page_wrapper .section-second-wrapper .section-about__info .section-about-name h3 {
            color: #111;
            font-size: 24px;
            font-weight: 600;
        }

        .Page_wrapper .section-second-wrapper .section-about__info .section-about-subtitle {
            padding-top: 10px;
        }

            .Page_wrapper .section-second-wrapper .section-about__info .section-about-subtitle p {
                color: #444;
            }

        .Page_wrapper .section-second-wrapper .section-about__info .section-about-text {
            padding-top: 20px;
        }

            .Page_wrapper .section-second-wrapper .section-about__info .section-about-text p {
                color: #444;
                line-height: 26px;
                font-size: .9rem;
            }

        .Page_wrapper .section-second-wrapper .section-about__info .section-about-personal-info {
            /*padding: 30px 0;*/

            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .Page_wrapper .section-second-wrapper .section-about__info .section-about-personal-info__column:last-child {
            padding-left: 40px;
        }

        .Page_wrapper .section-second-wrapper .section-about__info .section-about-personal-info .section-about-media {
            padding-bottom: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .Page_wrapper .section-second-wrapper .section-about__info .section-about-personal-info .section-about-media label {
                width: 120px;
                color: #111;
            }

            .Page_wrapper .section-second-wrapper .section-about__info .section-about-personal-info .section-about-media p {
                padding: 0 10px;
                color: #444;
                font-size: 0.9rem;
                font-weight: 400;
            }

                .Page_wrapper .section-second-wrapper .section-about__info .section-about-personal-info .section-about-media p a {
                    cursor: pointer;
                    color: #141313;
                    
                }

      /*  .Page_wrapper .section-second-wrapper .section-about__info .section-about-btn a {
            border: 1px solid #111;
            padding: 15px 25px;
            display: inline-block;
            text-transform: uppercase;
            text-decoration: none;
            color: #111;
            font-weight: 500;
            font-size: 15px;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }*/

       /*   .Page_wrapper .section-second-wrapper .section-about__info .section-about-btn a {
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#ff7b1a;
    color:#fff;
    padding:16px 34px;
    border-radius:10px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
        }*/
       .section-about-btn a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#ff7b1a;
    color:#fff;
    padding:16px 34px;
    border-radius:10px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}
       .section-about-btn a:hover{
    background:#e86d0d;
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}


          /*  .Page_wrapper .section-second-wrapper .section-about__info .section-about-btn a:hover {
                background-color: #f2ae67;
                border-color: #f2ae67;
            }*/
            .Page_wrapper .section-second-wrapper .section-about__info .section-about-btn a:hover {
                 background:#e86d0d;
                 transform:translateY(-3px);
            }

.Page_wrapper .third-section {
    padding: 0 30px;
}

.Page_wrapper .section-third-wrapper {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
}

    .Page_wrapper .section-third-wrapper .section-resume {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 80px 10px 0px;
    }

        .Page_wrapper .section-third-wrapper .section-resume .section-resume-title {
            padding-bottom: 40px;
        }

            .Page_wrapper .section-third-wrapper .section-resume .section-resume-title h4 {
                color: #111;
                font-size: 24px;
                font-weight: 600;
                padding-left: 30px;
            }

        .Page_wrapper .section-third-wrapper .section-resume .section-resume-timeline {
            border-left: 2px solid #999;
            padding: 0 30px 0 30px;
        }

            .Page_wrapper .section-third-wrapper .section-resume .section-resume-timeline li {
                list-style: none;
            }

        .Page_wrapper .section-third-wrapper .section-resume .section-resume-timeline__title h5 {
            color: #111;
            font-size: 16px;
            font-weight: 500;
            padding-bottom: 8px;
            position: relative;
        }

            .Page_wrapper .section-third-wrapper .section-resume .section-resume-timeline__title h5::before {
                position: absolute;
                content: '';
                display: block;
                width: 24px;
                height: 24px;
                border-radius: 20px;
                background-color: #f2ae67;
                border: 8px solid rgb(247 247 247);
                left: -51px;
                transition: all 500ms ease-in-out;
            }

            .Page_wrapper .section-third-wrapper .section-resume .section-resume-timeline__title h5:hover::before {
                border-color: #f2ae67;
                background-color: #fff;
                transition: all 1000ms ease-in-out;
            }

        .Page_wrapper .section-third-wrapper .section-resume .section-resume-timeline__title span {
            color: #444;
            font-size: 15px;
        }

        .Page_wrapper .section-third-wrapper .section-resume .section-resume-timeline__text {
            padding: 30px 0 50px;
        }

            .Page_wrapper .section-third-wrapper .section-resume .section-resume-timeline__text p {
                color: #444;
                font-size: 0.9rem;
                line-height: 24px;
            }

   /* .Page_wrapper .section-third-wrapper .mySkills {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 80px;
    }*/
   .Page_wrapper .section-third-wrapper .mySkills {

    width:100%;
    display:flex;
    justify-content:space-between;
    gap:50px;

    margin-top:70px;

    background:#fff;
    padding:40px;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

        .Page_wrapper .section-third-wrapper .mySkills .left-wrapp {
            width: 50%;
            padding: 0 40px 0 10px;
        }

        .Page_wrapper .section-third-wrapper .mySkills .right-wrapp {
            width: 50%;
            padding: 0 40px 0 0;
        }

        .Page_wrapper .section-third-wrapper .mySkills h5 {
            padding-bottom: 30px;
        }

       /* .Page_wrapper .section-third-wrapper .mySkills label {
            font-size: 0.9rem;
            color: #111;
            padding-bottom: 10px;
            font-weight: 500;
        }*/
       .Page_wrapper .section-third-wrapper .mySkills label{

    font-size:15px;
    font-weight:600;
    color:#222;

}

            /*.Page_wrapper .section-third-wrapper .mySkills label span {
                font-weight: 400;
                font-size: 0.9rem;
                color: #444;
            }*/
            .Page_wrapper .section-third-wrapper .mySkills label span{

    color:#777;
    font-weight:400;
    font-size:14px;

}
/*
        .Page_wrapper .section-third-wrapper .mySkills .skill-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }*/
.Page_wrapper .section-third-wrapper .mySkills .skill-title{

    display:flex;
    align-items:center;

    margin-bottom:12px;

}

       /* .Page_wrapper .section-third-wrapper .mySkills .skill-bar-percent {
            margin-left: auto;
        }*/
       .Page_wrapper .section-third-wrapper .mySkills .skill-bar-percent{

    margin-left:auto;
    color:#ff7b1a;
    font-weight:700;
    font-size:17px;

}

      /*  .Page_wrapper .section-third-wrapper .mySkills .skillbar {
            width: 100%;
            height: 10px;
            border-radius: 3px;
            margin-bottom: 50px;
            overflow: hidden;
            position: relative;
            padding: 5px 0px 11px 0px;
            border: 1px solid #dddee3;
        }*/
      .Page_wrapper .section-third-wrapper .mySkills .skillbar{

    width:100%;
    height:12px;

    background:#f2f2f2;

    border:none;

    border-radius:30px;

    overflow:hidden;

    margin-bottom:30px;

    position:relative;

}

       /* .Page_wrapper .section-third-wrapper .mySkills .skill-bar {
            position: absolute;
           
            height: 100%;
            background-color: #f2ae67;
            -webkit-animation-name: Skills;
            animation-name: Skills;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-timing-function: cubic-bezier(0.305, 1, 1, 0);
            animation-timing-function: cubic-bezier(0.305, 1, 1, 0);
        }*/
     .Page_wrapper .section-third-wrapper .mySkills .skill-bar {

    position: absolute;
    left: 0;
    top: 0;

    height: 100%;

    background: linear-gradient(90deg, #ff7b1a, #ffb347);

    border-radius: 30px;

    -webkit-animation-name: Skills;
    animation-name: Skills;

    -webkit-animation-duration: 2s;
    animation-duration: 2s;

    -webkit-animation-timing-function: cubic-bezier(0.305, 1, 1, 0);
    animation-timing-function: cubic-bezier(0.305, 1, 1, 0);

}

.Page_wrapper .fourth-section {
    padding: 0 30px;
}

.Page_wrapper .section-fourth-wrapper {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 20px;
}

.g-recaptcha {
    margin-bottom: 10px;
    margin-top: -20px;
}

  /*  .Page_wrapper .section-fourth-wrapper .section-services {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 80px;
    }

        .Page_wrapper .section-fourth-wrapper .section-services .service__inner {
            width: 30%;
            padding: 30px 20px;
            -webkit-box-shadow: 0 0 50px 5px #1112;
            box-shadow: 0 0 50px 5px #1112;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            position: relative;
            margin-bottom: 80px;
        }

        .Page_wrapper .section-fourth-wrapper .section-services .blogs {
            width: 30%;
            padding: unset !important;
            -webkit-box-shadow: 0 0 50px 5px #1112;
            box-shadow: 0 0 50px 5px #1112;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            position: relative;
            margin-bottom: 80px;
        }
            .Page_wrapper .section-fourth-wrapper .section-services .blogs:hover {
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
                background-color: unset !important;
            }
        }


       


.Page_wrapper .section-fourth-wrapper .section-services .service__inner:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    background-color: #f2ae67;
}





.Page_wrapper .section-fourth-wrapper .section-services .service__inner:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    background-color: #f2ae67;
}

.Page_wrapper .section-fourth-wrapper .section-services .service__inner .service__inner-title {
    position: absolute;
    padding: 25px 10px 10px 25px;
    border: 1px solid #666;
    display: inline-block;
    top: -10px;
    left: -10px;
}

    .Page_wrapper .section-fourth-wrapper .section-services .service__inner .service__inner-title h6 {
        font-size: 16px;
        font-weight: 500;
        color: #111;
    }

.Page_wrapper .section-fourth-wrapper .section-services .service__inner .service__inner-subTitle {
    padding-top: 1.5rem;
}

    .Page_wrapper .section-fourth-wrapper .section-services .service__inner .service__inner-subTitle p {
        color: #444;
        font-size: 0.9rem;
        line-height: 24px;
    }*/


  /*==========================
        SERVICES
==========================*/
    .services-section-title{

    margin-bottom:45px;

}
.section-fourth-wrapper{
    padding:100px 0;
}

.services-title{

    position:relative;

    padding-left:28px;

    margin-bottom:25px;

}
.services-title::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:4px;

    height:100%;

    background:#ff6b00;

    border-radius:20px;

}
.services-title::after{
    content:"";
    position:absolute;
    left:-3px;
    top:50%;
    transform:translateY(-50%);
    width:10px;
    height:10px;
    background:#ff6b00;
    border-radius:50%;
}
.small-title{
    display:inline-block;
    color:#ff6b00;
    font-size:14px;
    font-weight:700;
    letter-spacing:4px;
    margin-bottom:20px;
    text-transform:uppercase;
}
.services-heading h2{

    font-size:36px;
    line-height:1.2;
    font-weight:700;
    color:#111827;
    margin-bottom:25px;

}
.services-heading h2 span{
    color:#ff6b00;
}
.services-heading p{
    width:600px;
    max-width:100%;
    color:#6b7280;
    font-size:18px;
    line-height:32px;
}
/*.services-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}*/
/*.services-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(260px,1fr));
    gap:20px;
    align-items:stretch;
}*/
.services-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}
.service-card{
      display:flex;
    flex-direction:column;
    background:#fff;
    padding:28px 24px;
    border:1px solid #ececec;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    position:relative;
    overflow:hidden;
    transition:.35s;
    /* height:280px;*/
      min-height:320px;   /* change */
    height:auto;         /* add */
}
.service-card:hover{
   /* box-shadow:0 25px 50px rgba(0,0,0,.12);*/
     transform:translateY(-8px);
    box-shadow:0 12px 35px rgba(0,0,0,.15);
}
.service-card::after{

    content:"";

    position:absolute;

    left:35px;

   /* bottom:18px;*/
    bottom:55px;
    width:45px;

    height:4px;

    background:#ff6b00;

    border-radius:20px;

}
/*.service-icon{

    width:72px;

    height:72px;

    border-radius:50%;

    background:#fff3eb;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:28px;

}*/
.service-icon{
    width:60px;
    height:60px;
    margin-bottom:20px;
    border-radius:50%;
    background:#FFF7EF;
    display:flex;
    justify-content:center;
    align-items:center;
}
.service-icon i{
    color:#ff6b00;
    font-size:24px;
}
.service-card h3{
    font-size:22px;
    font-weight:700;
    color:#111827;
    margin-bottom:14px;
     line-height:30px;
     min-height:60px;
    margin-bottom:14px;
}
.service-card p{
     flex:1;
    color:#6b7280;
    font-size:15px;
    line-height:26px;
    padding-bottom:45px;
     min-height:90px;
}
@media(max-width:1200px) {
    .services-grid { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:768px) {
    .services-grid { grid-template-columns: 1fr; }

    .services-heading h2 { font-size: 38px; }

    .services-heading p { font-size: 16px; }
}

  /*.services-section-title{

    margin-bottom:45px;

}
.section-fourth-wrapper{
    padding:100px 0;
}

.services-title{

    position:relative;

    padding-left:28px;

    margin-bottom:25px;

}
.services-title::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:4px;

    height:100%;

    background:#ff6b00;

    border-radius:20px;

}
.services-title::after{

    content:"";

    position:absolute;

    left:-3px;

    top:50%;

    transform:translateY(-50%);

    width:10px;

    height:10px;

    background:#ff6b00;

    border-radius:50%;

}
.small-title{
    display:inline-block;
    color:#ff6b00;
    font-size:14px;
    font-weight:700;
    letter-spacing:4px;
    margin-bottom:20px;
    text-transform:uppercase;
}

.services-heading h2{

    font-size:36px;
    line-height:1.2;
    font-weight:700;
    color:#111827;
    margin-bottom:25px;

}

.services-heading h2 span{

    color:#ff6b00;

}

.services-heading p{

    width:600px;
    max-width:100%;
    color:#6b7280;
    font-size:18px;
    line-height:32px;

}

.servicesSwiper{

    width:100%;

    overflow:hidden;

    position:relative;

}

.servicesSwiper .swiper-wrapper{

    align-items:stretch;

}

.servicesSwiper .swiper-slide{

    display:flex;

    height:auto;

}*/
/*.service-card{

    background:#fff;

    padding:35px;

    border-radius:22px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s;

    border:1px solid #f2f2f2;

    position:relative;

    overflow:hidden;

}*/
/*.service-card{
    background:#fff;
    padding:28px 24px;
    border:1px solid #ececec;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    position:relative;
    overflow:hidden;
    transition:.35s;*/
   /* min-height:250px;*/
     /*height:280px;
}
.service-card:hover{*/
   /* box-shadow:0 25px 50px rgba(0,0,0,.12);*/
     /*transform:translateY(-8px);
    box-shadow:0 12px 35px rgba(0,0,0,.15);
}
.service-card::after{

    content:"";

    position:absolute;

    left:35px;

    bottom:28px;

    width:45px;

    height:4px;

    background:#ff6b00;

    border-radius:20px;

}*/
/*.service-icon{

    width:72px;

    height:72px;

    border-radius:50%;

    background:#fff3eb;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:28px;

}*/
/*.service-icon{

    width:60px;
    height:60px;

    margin-bottom:20px;

    border-radius:50%;

    background:#FFF7EF;

    display:flex;

    justify-content:center;

    align-items:center;

}
.service-icon i{

    color:#ff6b00;

    font-size:24px;

}
.service-card h3{

    font-size:22px;

    font-weight:700;

    color:#111827;

    margin-bottom:14px;
     line-height:30px;
}
.service-card p{

    color:#6b7280;

    font-size:15px;

    line-height:26px;

    padding-bottom:28px;

}
@media(max-width:1200px) {

    .services-grid { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:768px) {

    .services-grid { grid-template-columns: 1fr; }

    .services-heading h2 { font-size: 38px; }

    .services-heading p { font-size: 16px; }
}*/
/*==========================
        CTA SECTION
==========================*/

.service-cta{
    margin-top:2px;
    background:#071322;
    border-radius:22px;
    padding:22px 40px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    position:relative;
    overflow:hidden;
    margin-left: 100px;
    margin-right: 100px;
}
.service-cta-left{
    display:flex;
    align-items:center;
    gap:25px;
}
.service-cta-right{
    position:relative;
    z-index:2;
   margin-right:25px;
}
.cta-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#ff6b00;
    display:flex;
    justify-content:center;
    align-items:center;
}
.cta-icon i{
    color:#fff;
    font-size:26px;
}
.cta-content h3{
    color:#fff;
    font-size:30px;
    margin-bottom:2px;
    line-height:1.1;
    font-weight:700;
}
.cta-content p{
    color:#d8d8d8;
    font-size:18px;
    margin:0;
line-height:1.4;
}
.cta-btn{
     position:relative;
    z-index:3;
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:15px 34px;
    background:#ff6b00;
    color:#fff;
    border-radius:12px;
    font-size:18px;
    font-weight:600;
    text-decoration:none;
    transition:.35s;
   
}
.cta-btn:hover{
    background:#ff7f28;
    color:#fff;
    transform:translateY(-4px);
}
.service-cta::after{

    content:"";

    position:absolute;

    right:20px;

    top:0;

    width:380px;

    height:100%;

    background-image:radial-gradient(rgba(255,107,0,.55) 2px, transparent 2px);

    background-size:16px 16px;

    background-position:0 0;

    opacity:.6;

    z-index:0;

    pointer-events:none;

}
.service-cta::before{

    content:"";

    position:absolute;

    right:25px;

    top:18px;

    width:210px;

    height:45px;

    background-image:radial-gradient(#ff6b00 2px, transparent 2px);

    background-size:16px 16px;

    opacity:.45;

    z-index:0;

}
@media(max-width:992px){
.service-cta{
    flex-direction:column;
    text-align:center;
    gap:30px;
}
.service-cta-left{
    flex-direction:column;
}
}














.Page_wrapper .fifth-section {
    padding: 0 30px;
    background-color: #EAEDF2;
}

.Page_wrapper .section-fifth-wrapper {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 85px;
}

    .Page_wrapper .section-fifth-wrapper .testimonials-section__slider {
        display: block;
        padding-top: 50px;
    }

        .Page_wrapper .section-fifth-wrapper .testimonials-section__slider .slider-item {
            display: block;
            padding: 30px 0;
        }

            .Page_wrapper .section-fifth-wrapper .testimonials-section__slider .slider-item:focus {
                outline: none;
            }

            .Page_wrapper .section-fifth-wrapper .testimonials-section__slider .slider-item:nth-of-type(2n+1) {
                padding-right: 15px;
                padding-left: 15px;
            }

            .Page_wrapper .section-fifth-wrapper .testimonials-section__slider .slider-item:nth-of-type(2n) {
                padding-left: 15px;
                padding-right: 15px;
            }

            .Page_wrapper .section-fifth-wrapper .testimonials-section__slider .slider-item .slider-inner {
                background-color: #fff;
                -webkit-box-shadow: 0 0 10px 5px #1111;
                box-shadow: 0 0 10px 5px #1111;
                padding: 30px 20px;
            }

            .Page_wrapper .section-fifth-wrapper .testimonials-section__slider .slider-item .slider-inner__user {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .Page_wrapper .section-fifth-wrapper .testimonials-section__slider .slider-item .slider-inner__user .photo {
                    width: 80px;
                    height: 80px;
                    border: 2px solid #f2ae67;
                    border-radius: 40px;
                    overflow: hidden;
                }

                    .Page_wrapper .section-fifth-wrapper .testimonials-section__slider .slider-item .slider-inner__user .photo img {
                        width: 80px;
                        height: 80px;
                        -o-object-fit: cover;
                        object-fit: cover;
                    }

                .Page_wrapper .section-fifth-wrapper .testimonials-section__slider .slider-item .slider-inner__user .name {
                    padding-left: 25px;
                }

            .Page_wrapper .section-fifth-wrapper .testimonials-section__slider .slider-item .slider-inner__text {
                padding-top: 15px;
            }

                .Page_wrapper .section-fifth-wrapper .testimonials-section__slider .slider-item .slider-inner__text p {
                    color: #444;
                    font-size: 0.9rem;
                    line-height: 24px;
                }

    .Page_wrapper .section-fifth-wrapper .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 1rem 0;
        list-style-type: none;
    }

        .Page_wrapper .section-fifth-wrapper .slick-dots li {
            margin: 0 0.25rem;
        }

        .Page_wrapper .section-fifth-wrapper .slick-dots button {
            display: block;
            width: 15px;
            height: 5px;
            padding: 0;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
            border: none;
            border-radius: 15px;
            background-color: #929292;
            text-indent: -9999px;
            outline: none;
            cursor: pointer;
        }

        .Page_wrapper .section-fifth-wrapper .slick-dots li.slick-active button {
            width: 30px;
            background-color: #3f3f3f;
        }

.Page_wrapper .sixth-section {
    padding: 0 10px;
}

.Page_wrapper .section-sixth-wrapper {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px 80px;
}

.Page_wrapper .portfolio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 100px;
}

    .Page_wrapper .portfolio .inner {
        height: auto;
        padding: 0 5px;
        padding-bottom: 10px;
    }

        .Page_wrapper .portfolio .inner .onHover {
            display: block;
            overflow: hidden;
            position: relative;
            border: 1px solid #c0c0c0;
            box-shadow: 5px 5px 5px #c0c0c0;
        }

            .Page_wrapper .portfolio .inner .onHover:hover .details-wrapp {
                opacity: 1;
            }

            .Page_wrapper .portfolio .inner .onHover:hover .details__title {
                -webkit-transform: translateY(0%);
                -ms-transform: translateY(0%);
                transform: translateY(0%);
                opacity: 1;
            }

        .Page_wrapper .portfolio .inner .img img {
            width: 100%;
            display: block;
        }

        .Page_wrapper .portfolio .inner .details-wrapp {
            background-color: rgba(242, 212, 103, 0.8);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            padding: 13px;
            opacity: 0;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

            .Page_wrapper .portfolio .inner .details-wrapp .details {
                border: 1px solid #111;
                width: 100%;
                height: 100%;
                overflow: hidden;
                position: relative;
            }

            .Page_wrapper .portfolio .inner .details-wrapp .details__title {
                padding: 30px 0 0 20px;
                -webkit-transform: translateX(-20%);
                -ms-transform: translateX(-20%);
                transform: translateX(-20%);
                opacity: 0;
                -webkit-transition: all .3s ease-in;
                -o-transition: all .3s ease-in;
                transition: all .3s ease-in;
            }

                .Page_wrapper .portfolio .inner .details-wrapp .details__title span {
                    font-size: 1.2rem;
                    color: #111;
                    font-weight: 700;
                }

            .Page_wrapper .portfolio .inner .details-wrapp .details__btn {
                width: 40px;
                height: 40px;
                background-color: #111;
                position: absolute;
                right: 0;
                bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                text-decoration: none;
            }

                .Page_wrapper .portfolio .inner .details-wrapp .details__btn i {
                    color: #f2ae67;
                }

            .Page_wrapper .portfolio .inner .details-wrapp .details__btn_left {
                left: 0px;
                width: 40px;
                height: 40px;
                background-color: #111;
                position: absolute;
                bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                text-decoration: none;
            }

                .Page_wrapper .portfolio .inner .details-wrapp .details__btn_left i {
                    color: #f2ae67;
                }

    .Page_wrapper .portfolio .inner_width {
        width: 20%;
    }


/*==========================
        Portfolio SECTION
==========================*/
@media (max-width:1500px){

.portfolio-new{
    grid-template-columns:280px 1fr;
}

.portfolio-grid{
    grid-template-columns:repeat(3,1fr);
}

}

@media (max-width:1200px){

.portfolio-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:768px){

.portfolio-new{
    grid-template-columns:1fr;
}

.portfolio-grid{
    grid-template-columns:1fr;
}

}

    .section-portfolio{
   /* max-width: 1350px;
    margin: -35px auto;*/
      max-width:1400px;
    width:100%;
    margin:0 auto;
   /* padding:-7px 30px;*/
   /* padding:40px 80px 40px 60px;*/
   padding:0px 30px;
}

.portfolio-new{


 /* display:grid;
    grid-template-columns:340px 1fr;
    gap:15px;
    align-items:start;*/

   display:grid;
    grid-template-columns:minmax(260px, 320px) 1fr;
    gap:30px;
    align-items:start;
}


.portfolio-left{
   /* flex:0 0 360px;
    width:360px;
    margin-left: 114px;*/
    width:100%;
}

.portfolio-left h2{
 /*   font-size:49px;
    line-height:1.1;
    font-weight:700;
    color:#0f172a;
    margin:0 0 25px;
 margin:0 0 25px;
padding-left:35px;*/
  font-size:40px;
    line-height:1.1;
    font-weight:700;
    color:#0f172a;
    margin:0 0 25px;
}

.portfolio-left h2 span{
    color:#ff6b00;
}

.portfolio-left p{
    font-size:18px;
    line-height:1.8;
    color:#667085;
    margin-bottom:30px;
   /* margin-left: -45px;*/
   margin-left:23px;
}

.portfolio-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:210px;
    height:58px;
    background:#ff6b00;
    color:#fff;
    text-decoration:none;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
    margin-left:25px; 
}

.portfolio-btn:hover{
    background:#e55d00;
}


.portfolio-right{
   /* flex:1;
    min-width:0;*/
   /* margin-right:40px;
    background:transparent;*/
    width:100%;
}

.portfolio-title{
    position:relative;
    padding-left:40px;
}
.portfolio-title::before{
    content:"";
    position:absolute;
    left:24px;
    top:5px;
    width:3px;
    height:110px;
    background:#ff6b00;
    border-radius:10px;
}
.portfolio-title::after{
    content:"";
    position:absolute;
    left:18px;
    top:64%;
    transform:translateY(-50%);
    width:16px;
    height:16px;
    background:#ff6b00;
    border-radius:50%;
}

.portfolio-grid{
 /*   display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    width:100%;*/


    /*display:grid;
    grid-template-columns:repeat(3,minmax(280px,1fr));
    gap:30px;*/
     display:grid;
    /*grid-template-columns:repeat(3,minmax(210px,1fr));*/
     grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
    width:100%;
}
/*.portfolio-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.3s;
}*/
/*.portfolio-card{
    width:100%;
    min-width:320px;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}*/
.portfolio-card{
 
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.portfolio-card:hover{
    transform:translateY(-8px);
}

/*.portfolio-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}*/
.portfolio-card img{
   width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.card-content{
    padding:20px;
}


.card-content h3{
    font-size:22px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:4px;
}

/*.card-content p{
    color:#6b7280;
    line-height:1.7;
    margin-bottom:20px;
}*/
.card-content p{
    font-size:18px;
    line-height:1.7;
    color:#6b7280;
    margin-bottom:25px;
}

.tech-stack{
    /* display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;*/
        display:flex;
    justify-content:center;
    align-items:center;
    gap:2px;
    flex-wrap:nowrap;

      width:100%;
    padding:20px 15px;
    min-height:90px;
}

.tech-stack span{
   /*    display:flex;
    justify-content:center;
    align-items:center;
    min-width:85px;
    height:34px;
    padding:0 14px;
    border-radius:999px;
    background:#fff3ed;
    color:#ff6b00;
    font-size:13px;
    font-weight:600;*/

    display:flex;
    justify-content:center;
    align-items:center;
    padding:0 14px;
    height:34px;
    white-space:nowrap;
    border-radius:999px;
    background:#fff3ed;
    color:#ff6b00;
    font-size:13px;
    font-weight:600;
}

/*==========================
      Portfolio Pagination
==========================*/

.portfolio-pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    margin-top:50px;
}

.page-btn{
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px 26px;
    border:2px solid #ff6b00;
    border-radius:12px;
    background:#fff;
    color:#ff6b00;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.page-btn:hover{
    background:#ff6b00;
    color:#fff;
}

.page-numbers{
    display:flex;
    gap:12px;
}

.page-number{
    width:48px;
    height:48px;
    border:1px solid #ddd;
    border-radius:10px;
    background:#fff;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.page-number:hover{
    border-color:#ff6b00;
    color:#ff6b00;
}

.page-number.active{
    background:#ff6b00;
    color:#fff;
    border-color:#ff6b00;
}











.Page_wrapper .seventh-section {
    padding: 0 30px;
}

.Page_wrapper .section-seventh-wrapper {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .Page_wrapper .section-seventh-wrapper .contact-wrapp {
        padding-top: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .form-title {
        padding-bottom: 10px;
    }

        .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .form-title span {
            color: #111;
            font-size: 24px;
            font-weight: 600;
        }

    .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .form-subTitle span {
        color: #444;
        font-size: 0.9rem;
        line-height: 24px;
    }

    .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form {
        padding-top: 40px;
        padding-right: 40px;
    }

        .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form form input {
            border: none;
            outline: none;
            width: 500px;
            padding-bottom: 15px;
            border-bottom: 1px solid #777;
            margin-bottom: 30px;
        }

            .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form form input:-webkit-autofill, .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form form input:-webkit-autofill:hover, .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form form input:-webkit-autofill:focus, .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form form input:-webkit-autofill:active {
                -webkit-box-shadow: 0 0 0 30px #fff inset !important;
            }

        .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form form textarea {
            border: none;
            outline: none;
            width: 500px;
            max-width: 500px;
            border-bottom: 1px solid #777;
            margin-bottom: 30px;
            resize: vertical;
        }

        .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form form #winError {
            padding-bottom: 10px;
            color: #f03e3e;
        }

        .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form form #btn_submit {
            border: 1px solid #111;
            padding: 15px 25px;
            display: inline-block;
            text-transform: uppercase;
            text-decoration: none;
            color: #111;
            font-weight: 500;
            font-size: 15px;
            line-height: 15px;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            background-color: transparent;
            cursor: pointer;
            width: 50%;
        }

            .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form form #btn_submit i {
                padding-right: 5px;
                font-size: 12px;
            }

            .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form form #btn_submit:hover {
                background-color: #f2ae67;
                border-color: #f2ae67;
            }

            .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form form #btn_submit.disabled {
                background-color: #c0c0c0;
                cursor: not-allowed;
                border: none;
            }

        .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form #MessageSent {
            display: none;
            width: 100%;
            height: 100%;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            right: 0;
        }

            .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form #MessageSent #overlaySentPopup {
                width: 100%;
                height: 100%;
            }

            .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form #MessageSent .MessagePopup {
                width: auto;
                height: auto;
                background: #131212;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 30px;
            }

                .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form #MessageSent .MessagePopup .PopupTitle h2 {
                    color: #fff;
                    font-size: 15px;
                    font-weight: 400;
                    text-align: center;
                    padding-bottom: 20px;
                }

                .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form #MessageSent .MessagePopup .PopupSubTitle p {
                    color: rgba(255, 255, 255, 0.75);
                    font-size: 17px;
                    font-weight: 400;
                    text-align: center;
                }

                .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form #MessageSent .MessagePopup #SentPopupClose {
                    position: absolute;
                    right: 0;
                    top: 0;
                    cursor: pointer;
                }

                    .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form #MessageSent .MessagePopup #SentPopupClose i {
                        color: rgba(255, 255, 255, 0.75);
                        font-size: 19px;
                        line-height: 19px;
                        padding: 8px 10px;
                        -webkit-transition: all .3s;
                        -o-transition: all .3s;
                        transition: all .3s;
                    }

                        .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form #MessageSent .MessagePopup #SentPopupClose i:hover {
                            color: #fff;
                        }

    .Page_wrapper .section-seventh-wrapper .contact-wrapp__info .info-title {
        padding-bottom: 10px;
    }

        .Page_wrapper .section-seventh-wrapper .contact-wrapp__info .info-title span {
            color: #111;
            font-size: 24px;
            font-weight: 600;
        }

    .Page_wrapper .section-seventh-wrapper .contact-wrapp__info .info-subTitle div {
        color: #444;
        font-size: 0.9rem;
        line-height: 24px;
    }

    .Page_wrapper .section-seventh-wrapper .contact-wrapp__info .block-info {
        padding-top: 10px;
    }

    .Page_wrapper .section-seventh-wrapper .contact-wrapp__info .block-info__item {
        margin-top: 10px;
        color: #111;
        font-size: 16px;
        font-weight: 400;
    }

        .Page_wrapper .section-seventh-wrapper .contact-wrapp__info .block-info__item span {
            padding-left: 10px;
            font-size: 14px;
            color: #444;
        }

            .Page_wrapper .section-seventh-wrapper .contact-wrapp__info .block-info__item span a {
                color: #444;
            }

.Page_wrapper .footer {
    background-color: #111;
    text-align: center;
    padding: 40px 0;
}

    .Page_wrapper .footer span {
        color: #fff;
        font-weight: 400;
        font-size: .8rem;
    }

.Page_wrapper .portfolio .inner_width:hover .look_up {
    display: block;
}


.faq .section-services {
    padding-top: 80px;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 20px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
}

    .active, .collapsible:hover {
        background-color: #555;
    }

.content {
    display: none;
    overflow: hidden;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    padding: 18px 18px;
}

.faq-question {
    margin-bottom: 10px;
}

.collapsible {
    position: relative;
}

    .collapsible::after {
        content: "";
        width: 17px;
        height: 17px;
        background: url(../image/plus.png)no-repeat left top;
        position: absolute;
        right: 18px;
        top: 23px;
        pointer-events: none;
    }

    .collapsible.active::after {
        content: "";
        width: 17px;
        height: 17px;
        background: url(../image/minus.png)no-repeat left top;
        position: absolute;
        right: 18px;
        top: 18px;
        pointer-events: none;
    }

.hiring_link {
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    padding: 5px;
    color: #f1eeee;
    cursor: pointer;
    background-color: #222226;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.cookies_policy > div {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 8px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookies_policy {
    display: none;
    position: fixed;
    bottom: 0;
    left: 7.5%;
    background-color: #f7f7f7;
    width: 85%;
    z-index: 9;
    box-shadow: 0 -3px 5px #a2a2a2;
}

    .cookies_policy > div p {
        font-size: 14px;
        color: #000;
        font-weight: 400;
    }

    .cookies_policy > div button {
        background-color: #f2ae67;
        border: none;
        color: #000;
        padding: 0px 0px;
        min-width: 135px;
        height: 32px;
        text-transform: uppercase;
        cursor: pointer;
    }

        .cookies_policy > div button:hover {
            background-color: #222;
            color: #fff;
        }


.Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn span {
    clear: both;
}

.Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn #Contact-me {
    float: left;
}


.Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list {
    list-style: none;
    float: left;
    line-height: 1.4;
    margin-left: 20px
}

    .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li {
        display: inline-block;
        /* You can also add some margins here to make it look prettier */
        zoom: 1;
        margin-inline-start: 15px;
        *display: inline;
        /* this fix is needed for IE7- */
    }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li:hover {
            transform: scale(1.5, 1.5);
        }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li a {
            font-size: 32px;
            color: #444;
        }

@media (max-width: 1600px) {
    .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn span{
        clear:both;
    }
    .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn #Contact-me {
        float: left;
    }

    .Page_wrapper .section-hero-wrapper .Hero__left .Hero__title h1::before {
        display: none;
    }

    .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list {
        list-style: none;
        float: left;
        line-height: 1.4;
        margin-left: 20px
    }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li {
            display: inline-block;
            /* You can also add some margins here to make it look prettier */
            zoom: 1;
            margin-inline-start: 15px;
            *display: inline;
            /* this fix is needed for IE7- */
        }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li:hover {
                transform: scale(1.5, 1.5);
            }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li a {
                font-size: 32px;
                color: #444;
            }
}

@media (max-width: 1440px) {
    .Page_wrapper .section-hero {
        padding: 30px 80px 0;
    }

    .Page_wrapper .second-section {
        padding: 0 80px;
    }

    .Page_wrapper .third-section {
        padding: 0 80px;
    }

    .Page_wrapper .fourth-section {
        padding: 0 80px;
    }

    .Page_wrapper .fifth-section {
        padding: 0 80px;
    }

    .Page_wrapper .section-sixth-wrapper {
        padding: 100px 70px 80px;
    }

    .Page_wrapper .seventh-section {
        padding: 0 80px;
    }

    .Page_wrapper .section-fourth-wrapper {
        padding-top: 150px;
    }

    .Hero__phone a {
        font-weight: 400;
        font-size: .8rem;
    }

    .Page_wrapper .section-hero-wrapper .Hero__left .Hero__title h1 {
        font-size: 50px;
        background-size: 50px;
    }

    .Page_wrapper .section-hero-wrapper .Hero__left .Hero__about p {
        font-size: 14px;
        line-height: 27px;
    }

    .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn {
        padding-top: 50px;
    }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn #Contact-me {
            font-size: 13px;
            float: left;
        }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list {
            list-style: none;
            float: left;
            line-height: 1.4;
            margin-left: 20px
        }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li {
                display: inline-block;
                /* You can also add some margins here to make it look prettier */
                zoom: 1;
                margin-inline-start: 15px;
                *display: inline;
                /* this fix is needed for IE7- */
            }

                .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li:hover {
                    transform: scale(1.5, 1.5);
                }

                .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li a {
                    font-size: 32px;
                    color: #444;
                }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn span {
            font-size: 14px;
            clear: both;
            padding-bottom: 150px;
        }


    .Page_wrapper .section-hero-wrapper .Hero__right {
        background-position: 60% 100%;
    }

    .Page_wrapper .section-title h2 {
        font-size: 33px;
    }

    .Page_wrapper .section-title p {
        font-size: .9rem;
    }

    .Page_wrapper .section-second-wrapper .section-about__info .section-about-subtitle p {
        font-size: .9rem;
    }

    .Page_wrapper .section-second-wrapper .section-about__info .section-about-btn a {
        font-size: 13px;
    }
}

@media (max-width: 1366px) {
    .Page_wrapper .section-hero-wrapper .Hero__right {
        /*background-size: 100%;*/
        background-size: 70%;
    }

    .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list {
        list-style: none;
        float: left;
        line-height: 1.4;
        margin-left: 20px
    }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li {
            display: inline-block;
            /* You can also add some margins here to make it look prettier */
            zoom: 1;
            margin-inline-start: 15px;
            *display: inline;
            /* this fix is needed for IE7- */
        }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li:hover {
                transform: scale(1.5, 1.5);
            }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li a {
                font-size: 32px;
                color: #444;
            }
}

@media (max-width: 1300px) {
    .Page_wrapper .section-second-wrapper .section-about__info .section-about-personal-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Page_wrapper .section-second-wrapper .section-about__info .section-about-personal-info__column:last-child {
        padding-left: 0;
    }

    .Page_wrapper .portfolio .inner_width {
        width: 33.33%;
    }

    .Page_wrapper .section-fourth-wrapper .section-services .service__inner {
        width: 45%;
    }
    /*.Page_wrapper .section-fourth-wrapper .section-services .blogs {
        width: 45%;
    }*/
}

@media (max-width: 1024px) {
    .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list {
        list-style: none;
        float: left;
        line-height: 1.4;
        margin-left: 20px
    }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li {
            display: inline-block;
            /* You can also add some margins here to make it look prettier */
            zoom: 1;
            margin-inline-start: 15px;
            *display: inline;
            /* this fix is needed for IE7- */
        }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li:hover {
                transform: scale(1.5, 1.5);
            }

            .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn ul.contact-list li a {
                font-size: 32px;
                color: #444;
            }

    .Page_wrapper .section-hero-wrapper .Hero_left .Hero_phone {
        padding-top: 0;
    }

    .Page_wrapper .section-hero-wrapper .Hero_left .Hero_title {
        padding-top: 0;
    }

    .Page_wrapper .section-hero-wrapper {
        height: 746px;
    }

        .Page_wrapper .section-hero-wrapper .Hero__left {
            position: absolute;
            z-index: 1;
        }

        .Page_wrapper .section-hero-wrapper .Hero__right {
            background-size: 70%;
            margin-left: auto;
            background-image: none;
        }

            .Page_wrapper .section-hero-wrapper .Hero__right img {
                right: 0;
                max-width: 600px;
                transform: translateX(-30%);
            }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__about {
            max-width: 400px;
        }

    .Page_wrapper .section-second-wrapper .section-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Page_wrapper .section-second-wrapper .section-about__info {
        padding-left: 0;
        padding-top: 80px;
    }

    .Page_wrapper .section-third-wrapper .mySkills {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .Page_wrapper .section-third-wrapper .mySkills .left-wrapp {
            width: 100%;
        }

        .Page_wrapper .section-third-wrapper .mySkills .right-wrapp {
            width: 100%;
        }

    .Page_wrapper .seventh-section {
        padding: 0 20px;
    }

    .Page_wrapper .section-sixth-wrapper {
        padding: 100px 10px 80px;
    }

    .Page_wrapper .fifth-section {
        padding: 0 20px;
    }

    .Page_wrapper .fourth-section {
        padding: 0 20px;
    }

    .Page_wrapper .third-section {
        padding: 0 20px;
    }

   /* .Page_wrapper .section-third-wrapper .mySkills .left-wrapp {
        padding: 0 10px;
    }*/
    .Page_wrapper .section-third-wrapper .mySkills .left-wrapp {
            width:50%;
    padding:0;
    }

   /* .Page_wrapper .section-third-wrapper .mySkills .right-wrapp {
        padding: 0 10px;
    }*/
   .Page_wrapper .section-third-wrapper .mySkills .right-wrapp{

    width:50%;
    padding:0;

}

    .Page_wrapper .second-section {
        padding: 0 20px;
    }

    .Page_wrapper .section-hero {
        padding: 30px 20px 0;
    }

    .Page_wrapper .section-hero-wrapper .Hero__left .Hero__scroll-btn {
        bottom: 20px;
    }

    .Page_wrapper .section-hero-wrapper .Hero__left .Hero__phone {
        padding-top: 10px;
        text-align: start;
        margin: auto 1px;
    }

    .Page_wrapper .section-seventh-wrapper .contact-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact-wrapp__form {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 40px;
    }

    .contact-wrapp__info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 840px) {
    .Page_wrapper .section-second-wrapper .section-about__photo img {
        width: initial;
    }

    .Page_wrapper .section-third-wrapper .section-resume {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-resume__experience {
        padding-top: 40px;
    }

    .Page_wrapper .portfolio .inner_width {
        width: 50%;
    }

    .Page_wrapper .section-hero-wrapper .Hero__right img {
        max-width: 340px;
        left: 111px;
    }

    .Page_wrapper .section-hero-wrapper .Hero__right {
        width: 340px;
    }

    .Header__burger-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navFull {
        display: none;
    }

    .Header__links {
        display: none;
    }
}

@media (max-width: 768px) {
    .Page_wrapper .section-fourth-wrapper .section-services .service__inner {
        width: 100%;
    }
    .custom-modal {
       
        padding: 18px !important;
    }

    .copyLink_btn{
        margin-top:8px !important;
    }

    #shareUrlInput{
        width :100% !important;
    }

    .custom-breadcrumb {
      
        margin-left: 27px !important;
    }
        #btn_ViewAll {
        border: 1px solid #111;
        padding: 13px 25px;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        color: #111;
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        background-color: transparent;
        cursor: pointer;
        width: 50% !important;
        margin-right: -47px !important;
    }
        .viewAllbtn {
        margin-right: -32px !important;
    }

    .blogdetail_res{
        display:flex;
        justify-content:center;
        align-items:center;
            flex-direction:column;
            text-align:justify
    }


    .blogs-image {
        height: 132px !important;
        width: 77% !important;
        object-fit: cover;
        border-top-left-radius: unset !important;
        border-top-right-radius: unset !important;
    }

    .blog-description{
        font-size: 18px !important;
    }
}
/* ===========================
        HEADER RESPONSIVE
=========================== */

@media (max-width:768px){

    .Header{
        padding:15px 20px;
        position:relative;
    }

    .Header .Header-wrapper{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }

    .Header__logo a{
        font-size:16px;
    }

    /* Hide Desktop Menu */

    .Header .navFull{
        display:none;
    }

    /* Show Burger */

    .Header__burger-menu{
        display:flex;
        z-index:1002;
    }

    /* Hide left social icons */

    .Header__links{
        display:none;
    }

    /* Mobile Menu */

    .Header__menu{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    position:fixed;
    top:0;
    left:0;

    width:100%;
    height:100vh;

    background:#111;

    visibility:hidden;
    opacity:0;

    transition:.35s;

    z-index:1001;
}

/*    .Header__menu.active{
        left:0;
    }*/

    .Header__menu .menu-wrapp{
        flex-direction:column;
        text-align:center;
    }

    .Header__menu .nav{
        padding-right:0;
    }

    .Header__menu .nav ul li{
        margin:18px 0;
    }

    .Header__menu .nav ul li a{
        color:#fff;
        font-size:22px;
    }

    .Header__menu .info{
        margin-top:35px;
        text-align:center;
    }

.Header__menu .close_btn{
    /*position:fixed;
    top:20px;
    right:20px;*/
     position:absolute;
    top:20px;
    right:20px;

    width:44px;
    height:44px;

    display:flex;
    justify-content:center;
    align-items:center;

   /* z-index:1100;*/
    z-index:1002;
}
/*.Header__menu{
    overflow-y:auto;
    overflow-x:hidden;
}*/
.Header__menu{
    position:fixed;
    inset:0;
    width:100vw;
    height:100vh;

    overflow-y:auto;
    overflow-x:hidden;
}
}

@media (max-width: 720px) {
    .Page_wrapper .section-hero-wrapper .Hero__right {
        display: block;
    }



    .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form form input,
    .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form form textarea {
        width: 100%;
    }

    .Page_wrapper .section-seventh-wrapper .contact-wrapp__form .cont-Form {
        padding-right: 0;
    }

    .Header__menu .menu-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .Header__menu .menu-wrapp .nav {
            padding-right: 0;
            padding-bottom: 40px;
        }

    .Page_wrapper .section-hero-wrapper .Hero__left .Hero__scroll-btn {
        bottom: -6px;
    }

    .Page_wrapper .section-hero-wrapper .Hero__left .Hero__about {
        max-width: 520px;
        padding-right: 20px;
        width: 100%;
    }

    .Page_wrapper .section-hero-wrapper, .Page_wrapper .section-hero-wrapper .Hero__left {
        height: 670px;
        margin-top: 0;

   min-height: 470px;
    }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__title {
            padding-top: 1vh;
        }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__btn span {
            padding-bottom: 100px;
        }

        .Page_wrapper .section-hero-wrapper .Hero__left .Hero__scroll-btn {
            bottom: 0;
        }

    .Page_wrapper .section-second-wrapper .section-about__photo {
        height: 500px;
    }

    .Header__burger-menu {
        top: 18px;
    }
}

@media (max-width: 520px) {
    .Page_wrapper .portfolio .inner_width {
        width: 100%;
    }

    .Page_wrapper .section-second-wrapper .section-about__photo {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .Page_wrapper .section-second-wrapper .section-about__photo::before {
        display: none;
    }

    .Page_wrapper .section-second-wrapper .section-about__photo {
        width: 100%;
        max-width: 400px;
        min-width: 100%;
    }
}

@media (max-width: 440px) {
    /* .Page_wrapper .section-hero-wrapper .Hero__left .Hero__scroll-btn { */
    /* bottom: 20px; */
    /* } */
}

@media (max-width: 360px) {
    .Page_wrapper .section-second-wrapper .section-about__info .section-about-personal-info .section-about-media {
        display: -webkit-box;
    }


    /* .Page_wrapper .section-hero-wrapper .Hero__left .Hero__scroll-btn { */
    /* bottom: 47px; */
    /* } */
}

@media (max-width: 330px) {
    .Page_wrapper .section-second-wrapper .section-about__photo {
        height: 300px;
    }
}

/*// new css*/

.blog-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Show only 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:10px 0px;
}

.share-btn{
    text-decoration:none;
}


/*==========================
    MODERN RESUME SECTION
==========================*/

.resume-container{
    display:flex;
    gap:60px;
    margin-top:36px;
    background:#fff;
    border-radius:24px;
    padding:50px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.resume-left{
    width:40%;
}

.resume-right{
    width:60%;
    border-left:1px solid #eee;
    padding-left:60px;
}

/* Heading */

.resume-tag{
    color:#ff7a1a;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
}

.resume-left h2{
    margin:15px 0;
    font-size:42px;
    line-height:52px;
    color:#222;
}

.resume-left p{
    color:#666;
    line-height:28px;
    margin-bottom:35px;
}

.resume-left h2 span{
    color:#ff7a1a;
}
.resume-left p{
    max-width:430px;
}
/* Buttons */

.resume-buttons{
    display:flex;
    gap:15px;
    margin-bottom:45px;
}

.resume-buttons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    min-width:240px;
    height:49px;

    white-space:nowrap;

    text-decoration:none;
    border-radius:12px;
    font-weight:600;
    transition:.35s;
}

.resume-buttons a:first-child{
    background:#ff7a1a;
    color:#fff;
}

.resume-buttons a:first-child:hover{
    background:#e76a09;
      transform:translateY(-5px);

    box-shadow:0 12px 25px rgba(255,122,26,.35);
}

.resume-buttons a:last-child{
    border:2px solid #ff7a1a;
    color:#ff7a1a;
}

.resume-buttons a:last-child:hover{
    background:#ff7a1a;
    color:#fff;
      transform:translateY(-5px);

    box-shadow:0 12px 25px rgba(255,122,26,.35);
}

/* Education */

.education-block h3{
    margin-bottom:25px;
    font-size:26px;
}

.edu-item{
    position:relative;
    padding-left:35px;
    margin-bottom:30px;
}

.edu-item::before{
    content:"";
    width:15px;
    height:15px;
    background:#ff7a1a;
    border-radius:50%;
    position:absolute;
    left:0;
    top:5px;
}

.edu-item::after{
    content:"";
    position:absolute;
    left:7px;
    top:20px;
    width:2px;
    height:75px;
    background:#ffd7b8;
}

.edu-item:last-child::after{
    display:none;
}

.edu-item h4{
    font-size:20px;
    margin-bottom:6px;
}

.edu-item span{
    display:block;
    color:#ff7a1a;
    font-weight:600;
}

.edu-item small{
    color:#777;
}

/* Experience */

.resume-right h3{
    font-size:32px;
    margin-bottom:40px;
}

.experience-item{
    position:relative;
    padding-left:40px;
    margin-bottom:45px;
}

.experience-item::before{
    content:"";
    width:16px;
    height:16px;
    border-radius:50%;
    background:#ff7a1a;
    position:absolute;
    left:0;
    top:6px;
}

.experience-item::after{
    content:"";
    width:2px;
    background:#ffd7b8;
    position:absolute;
    left:7px;
    top:24px;
    height:90px;
}

.experience-item:last-child::after{
    display:none;
}

.year{
    color:#888;
    font-size:14px;
    display:block;
    margin-bottom:8px;
}

.experience-item h4{
    font-size:24px;
    margin-bottom:10px;
    color:#222;
}

.experience-item p{
    color:#666;
    line-height:28px;
}


/*==============================
 Resume Bottom Cards
==============================*/

.resume-bottom { display: flex; gap: 25px; margin: 45px 0 60px; }

.competency-card,
.tools-card { flex: 1; background: #fff; border-radius: 18px; padding: 30px; box-shadow: 0 10px 35px rgba(0,0,0,.08); border: 1px solid #f4f4f4; }

    .competency-card h3,
    .tools-card h3 { font-size: 24px; margin-bottom: 28px; color: #222; display: flex; align-items: center; gap: 12px; }

        .competency-card h3 i,
        .tools-card h3 i { color: #ff7a1a; }

/*==============================
 Competencies
==============================*/

.competency-list { 
    display: flex; 
    flex-wrap: wrap;
    gap: 14px;

}

    .competency-list span { 
        background: #fff6ef; 
        color: #444; 
        border: 1px solid #ffd8bb; 
        padding: 12px 18px; 
        border-radius: 30px; 
        font-size: 15px;
        font-weight: 500; 
        transition: .3s; 
        cursor: pointer;

    }

        .competency-list span:hover { background: #ff7a1a; color: #fff; transform: translateY(-4px); box-shadow: 0 10px 20px rgba(255,122,26,.25); }

/*==============================
 Tools
==============================*/

.section-icon{
    width:30px;
    height:30px;
    object-fit:contain;
    margin-right:12px;
    vertical-align:middle;
}
.tool-grid {
    display: grid; 
    grid-template-columns: repeat(4,1fr); 
    gap: 25px; 

}

    .tool-grid div { 
        text-align: center; 
        transition: .3s; 

    }

        .tool-grid div:hover {
            transform: translateY(-5px); 

        }

    .tool-grid i {
        font-size: 42px; 
        color: #ff7a1a; 
        margin-bottom: 12px;

    }

    .tool-grid span {
        display: block; 
        font-size: 14px;
        color: #444; 
        font-weight: 500;

    }

@media(max-width:991px) {

    .resume-bottom { 
        flex-direction: column;

    }

    .tool-grid { 
        grid-template-columns:
            repeat(2,1fr); 

    }
}


.Page_wrapper .section-third-wrapper .mySkills .skill-title:hover{

    transform: translateX(6px);
    transition: .3s;

}
.Page_wrapper .section-third-wrapper .mySkills .skillbar:hover{

    box-shadow: 0 0 10px rgba(255,123,26,.25);

}

.technical-title{

    display:flex;
    align-items:center;
    gap:12px;

    font-size:30px;
    font-weight:700;

    color:#222;

    margin-top:55px;
    margin-bottom:40px;

}

.technical-title i{

    color:#ff7b1a;
    font-size:28px;

}

.technical-title::after{

    content:"";
    flex:1;
    height:2px;

    margin-left:20px;

    background:linear-gradient(to right,#ff7b1a,#ffe2cb);

}


/* ==============================
   Tools & Platforms
============================== */

.tools-platform-card {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.tools-platform-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    margin-bottom: 30px;
}

.tools-platform-title i {
    color: #ff6b00;
}

.tools-platform-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.tools-platform-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tools-platform-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 12px;
    transition: transform .3s;
}

.tools-platform-item img:hover {
    transform: scale(1.1);
}

.tools-platform-item span {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.tools-platform-item span {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-align: center;
}



.heading-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff3eb !important;
    color:#ff7a1a !important;
    display:flex;
    align-items:center;
    justify-content:center;
}

.heading-icon i{
    color:#ff7a1a !important;
    font-size:18px;
}


